.main-title {
    /* font-size: 30px;
    max-width: 500px; */
    font-size: 43px;
    max-width: 800px;
    line-height: 1;
}

.background {
    /* background-image: url(/modules/institutional/view/img/background.jpg); */
    height: 100vh;
    padding: 0;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#div-institutional-press {
    position: absolute;
    bottom: 79px;
}

.custom-div-v-middle {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-white);
}

.custom-btn-meet {
    background-color: var(--color-red);
    color: var(--color-white);
    border: none;
    width: 150px;
    height: 40px;
    border-radius: 3px;
}

.custom-btn-meet:hover {
    background-color: rgba(164, 28, 31, 0.95);
}

.cm-title-parent {
    height: 60px;
    position: relative;
}

.cm-title-children1 {
    font-size: 30px;
    font-weight: bold;
}

.cm-title-children2 {
    position: absolute;
    width: 45px;
    height: 4px;
}

.cm-title-children2-instagram {
    margin-left: 191px;
    margin-top: 16px;
}

.cm-title-children2-press,
.cm-title-children2-partners {
    background-color: var(--color-blue);
}

.cm-title-children2-depositions,
.cm-title-children2-instagram {
    background-color: var(--color-red);
}

.cm-title-children2-video {
    background-color: var(--color-green);
}

#cm-title-press,
#cm-title-partners {
    color: var(--color-blue);
}

#cm-title-depositions,
#cm-title-instagram {
    color: var(--color-red);
}

#cm-title-video {
    color: var(--color-green);
}

.cm-icon-deposition {
    transform: scaleX(-1);
    font-size: 30px;
    margin-top: 20px;
}

.cm-icon-deposition-blue {
    color: var(--color-blue);
}

.cm-icon-deposition-green {
    color: var(--color-green);
}

.cm-icon-deposition-red {
    color: var(--color-red);
}

.cm-icon-deposition-dark{
    color: var(--color-black);
}

#cm-subtitle-instagram>a {
    color: #707070;
    font-size: 14px;
}

.cm-title-instagram>div:nth-child(2) {
    position: absolute;
    margin-left: 103px;
    margin-top: -8px;
}

.div-deposition {
    padding: 33px 25px;
    border-bottom: 4px solid var(--color-red);
    height: 100%;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 5%);
}

.div-deposition>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.div-deposition>div:nth-child(1) svg {
    margin: 0;
    font-size: 2.5rem;
}

.div-deposition>div:nth-child(2) {
    font-size: 15px;
}

.author {
    font-size: 15px;
    color: #797979;
    margin-top: 10px;
}

.div-ellipsis-center {
    text-align: center;
    font-size: 35px;
    color: #D5D5D5;
}

.iframe-video {
    width: 100%;
    height: auto;
}

.div-text-video {
    line-height: 1.3;
    font-size: 17px;
    color: #464646;
}

.iframe-instagram {
    width: 100%;
    height: 320px;
}

#div-partners {
    background-color: #F6F6F6;
}

#div-partners>div:nth-child(2) img {
    width: 80%;
    height: auto;
    max-height: 100px;
}

.partner-div {
    position: relative;
    height: 100px;
}

.partner-div>div {
    /* margin: 0; */
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    left: 0;
    right: 0;
    margin: auto
}

#logo-londrina {
    float: left;
    margin-top: -16px;
}

#logo-lei-cultura {
    float: left;
    margin-top: -52px;
}

#logo-sonkey {
    float: left;
    margin-top: -10px;
}

.div-image-instagram {
    background-color: var(--color-black);
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.image-instagram {
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin-left: -4px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.link {
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

@media (max-width: 400px) {
    .main-title {
        max-width: 360px;
    }
}

@media (max-width: 575px) {
    .main-title {
        font-size: 22px;

    }
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: auto;
}

.div-deposition-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.slick-dots li button {
    margin: 0.2rem;
    background: #cbcbcb;
    border: #cbcbcb;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    color: #cbcbcb;
    font-size: 1px;
}

.slick-dots .slick-active button {
    background: var(--color-red);
    border: var(--color-red);
    color: var(--color-red);
}

.slick-dots li button:focus-visible {
    outline: none;
}