/***************** Style *****************/
.tiny-banner .content .button-block p {
    font-size: 20px !important;
}
.mobile {
    display: none;
}

hr {
    border-bottom: 1px solid;
}

h1, h2, h3, h4 {
    font-weight: 500;
}

.banner {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 70px;
}
.banner .img-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.banner .img-banner {
	width: 100%;
    position: relative;
}
.banner .img-banner img {
	width: 100%;
	transition: ease-in-out 1s;
    z-index: 1;
}
.banner .img-banner .text-block {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 13%;
    margin: auto;
    padding: 0px 10px;
}
.banner .img-banner .text-block hr {
    background-color: #fff;
    width: 5px;
    height: 60px;
    margin-right: 20px;
}
.banner .img-banner .text-block .title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 300;
    font-weight: 600;
}
.banner .img-banner .text-block .sub-title {
    font-size: 40px !important;
    color: #fff;
    font-weight: 600;
}
.title-session {
    font-size: 32px !important;
    font-weight: 500;
}

.first-max-width {
    max-width: 1185px;
    padding: 0 10px;
}
.second-max-width {
    max-width: 1550px;
    min-height: 320px;
    position: relative;
}

.first-content {

}
.first-content .block {
    padding: 20px;
    width: 330px;
    background-color: var(--grey);
}
.first-content .block .title {
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.first-content .media-content.iframe-media {
    min-width: 445px;
}
/* .first-content .dislocated-bg {
    padding: 40px;
} */

.second-content .buttons-session {
    padding: 40px 0px 40px 0px;
}
.second-content .white-button {
    width: 570px;
    height: 60px;
    border: 1px solid;
}
.second-content .white-button:hover {
    background-color: var(--grey);
}
/* .switch-content.second {
    display: none;
} */
.second-content .media-content {
    max-width: 600px;
    min-width: 445px;
}
.second-content .media-content img {
    width: 100%;
}
.second-content .media-content.without-media {
    max-width: 445px;
    width: 100%;
}
.second-content .text-block {
    max-width: 645px;
}
.second-content .text-block .text {
    max-width: 625px;
}
.second-content .orange-button {
    width: 288px;
    height: 50px;
}

.third-content .first-max-width {
    padding: 60px 10px;
}
.third-content .first-max-width .block {
    max-width: 300px;
    text-align: center;
}
.third-content .first-max-width .block .media-content {
    margin-bottom: 20px;
}
.third-content .first-max-width .block .media-content.arrow-content {
    height: 166px;
}
.third-content .first-max-width .block .text-block .blue-line {
    color: #74BACF;
    width: 30px;
}
.third-content .first-max-width .block .text-block .red-line {
    color: #CB312F;
    width: 30px;
}

.slick-dots {
    bottom: -48px !important;
}

.fourth-content .media-content.without-media {
    max-width: 445px;
    width: 100%;
}
.fourth-content .text-block {
    max-width: 645px;
}
.fourth-content .text-block .text {
    max-width: 625px;
}
.fourth-content .white-button {
    width: 570px;
    height: 80px;
    border: 1px solid;
}
.fourth-content .orange-button {
    width: 288px;
    height: 50px;
}

.fifth-content .first-max-width {
    padding: 60px 10px;
}
.fifth-content .first-max-width .block {
    max-width: 300px;
    text-align: center;
}
.fifth-content .first-max-width .block .media-content {
    margin-bottom: 20px;
}
.fifth-content .first-max-width .block .media-content.arrow-content {
    height: 166px;
}
.fifth-content .first-max-width .block .text-block .blue-line {
    color: #74BACF;
    width: 30px;
}
.fifth-content .first-max-width .block .text-block .red-line {
    color: #CB312F;
    width: 30px;
}

.sixth-content .media-content.without-media {
    max-width: 445px;
    width: 100%;
}
.sixth-content .text-block {
    max-width: 645px;
}
.sixth-content .text-block .text {
    max-width: 625px;
}

.seventh-content .media-content {
    max-width: 600px;
    min-width: 445px;
}
.seventh-content .media-content img {
    width: 100%;
}
.seventh-content .media-content.without-media {
    max-width: 445px;
    width: 100%;
}
.seventh-content .text-block {
    width: 100%;
}
.seventh-content .text-block .text {
    max-width: 625px;
}
.seventh-content .white-button {
    width: 570px;
    height: 80px;
    border: 1px solid;
}
.seventh-content .orange-button {
    width: 318px;
    height: 50px;
}

.eighth-content .media-content {
    max-width: 600px;
}
.eighth-content .media-content.without-media {
    max-width: 445px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .second-content .white-button {
        width: 450px;
    }
}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1050px) {
    .first-content {
        padding: unset !important;
    }
    .first-content .media-content, .first-content .text-block, .first-content .title {
        padding: 0 20px;
    }
    .first-content .hr-under-title  {
        width: calc(100% - 40px);
        margin: auto;
    }
    .first-content .flex-column-mobile {
        flex-direction: column;
    }
}
@media only screen and (max-width: 950px) {
    .second-content .white-button {
        width: 335px;
    }
    .second-content .none-mobile {
        display: none;
    }
    .fourth-content .none-mobile {
        display: none;
    }
    .sixth-content .none-mobile {
        display: none;
    }
    .seventh-content .none-mobile {
        display: none;
    }
    .seventh-content .text-block{
        margin-bottom: 50px !important;
    }
    .seventh-content .text-block:first-child {
        margin-bottom: 70px !important;
    }
}

@media only screen and (max-width: 850px) {
    .first-content .media-content {
        margin-right: 0 !important;
    }
    .first-content .media-content {
        min-width: unset !important;
    }
    .first-content .media-content iframe {
        height: 480px !important;
    }

    .third-content .flex-column-mobile {
        flex-direction: column;
        align-items: center;
    }
    
    .fifth-content .flex-column-mobile {
        flex-direction: column;
        align-items: center;
    }
    .third-content .media-content.arrow-content, .fifth-content .media-content.arrow-content {
        height: 110px !important;
        margin-bottom: 0px !important;
    }
    .third-content .media-content.arrow-content img, .fifth-content .media-content.arrow-content img {
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 750px) {
    .banner .img-banner .text-block .title {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 700px) {
    .second-content .flex-column-mobile {
        flex-direction: column;
    }
    .second-content .media-content {
        margin-right: 0px !important;
        margin-bottom: 30px !important;
        max-width: 100%;
        min-width: 100%;
    }
    .second-content .around-button {
        display: flex;
        justify-content: center;
    }
    .second-content .white-button.first {
        margin-bottom: 20px;
    }
    .second-content .orange-button {
        display: flex;
        margin: 0 auto;
        margin-top: 60px;
    }
    .eighth-content .none-mobile {
        display: none;
    }
}
@media (max-width: 660px) {

}
@media only screen and (max-width: 600px) {
    .banner {
        margin-top: 50px;
    }
    .mg-btn-50 {
        margin-bottom: 30px !important;
    }
    .tiny-banner.copo-eco-personalizado {
        background-image: url(/assets/site/images/banners/tiny-banners/mobile/copo-eco-personalizado.jpg);
        height: 300px;
    }
    .tiny-banner.copo-eco-personalizado h2, .tiny-banner.copo-eco-personalizado hr {
        display: none;   
    }
    .tiny-banner .content .button-block {
        justify-content: center;
    }
}
@media only screen and (max-width: 500px) {
    .banner .img-banner .text-block {
        bottom: 10%;
    }
    .banner .img-banner .text-block hr {
        width: 6px;
        height: 80px;
        margin-right: 10px;
        height: 100px;
    }
    .banner .img-banner .text-block .title {
        font-size: 30px !important;
        display: flex;
        align-items: center;
    }
    .banner .img-banner .desktop {
        display: none;
    }
    .banner .img-banner .mobile {
        display: flex;
    }
    .seventh-content .none-mobile {
        display: unset;
        min-width: unset !important;
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 30px;
    }
    .seventh-content .flex-column-mobile {
        flex-direction: column;
    }
}
@media only screen and (max-width: 400px) {

}
@media only screen and (max-width: 375px) {
    .first-max-width {
        padding: 0 20px;
    }
}

