/* ###########################################
// ##  GENERAL CSS  ##########################
// ######################################## */

body{
    width:100%;
    max-width: 100%;
    margin:0 auto;
    overflow-x:hidden;
    font-family: 'Sora', 'helvetica', 'arial', sans-serif;
    color:#000000;
    background:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/533af99d-bb77-4c11-8958-33864bc51fb9.jpg') center top / cover;
    background-attachment: fixed;
}
body.no-overflow{
    height:100vh;
    overflow-y:hidden;
}

.layout-canvas-g > .section{
    margin:0 !important;
}

a, a:hover,
button, button:hover { transition:.15s;}

.grid{
    width:1426px;
    max-width: 100%;
    margin:0 auto;
    padding:0 30px;
}

.main{
    width:100%;
    max-width: 100vw;
    overflow:hidden;
}

.section-container{
    padding-top:120px;
    padding-bottom:120px;
}

.title{
    font-weight:700;
    color:#004735;
}
.title-1{
    font-size:30px;
    line-height:40px;
}
.title-2{
    font-size:50px;
    line-height:60px;
}
.title-3{
    font-size:24px;
    line-height:34px;
}

p{
    font-weight: 400;
    font-size:16px;
    line-height:30px;
}

strong{
    font-weight: 700;
}

.button{
    width:auto;
    max-width: 100%;
    height: 49px;
    line-height:49px;
    background-color:#A39254;
    border:none;
    border-radius:16px;
    padding:0 30px;
    cursor:pointer;
    font-weight: 500;
    font-size:16px;
    text-align: center;
    color:#FFF;
    font-family:'Sora', 'helvetica', 'arial', sans-serif;
    text-transform: uppercase;
}

/* ###########################################
// ##  TEMPLATE CSS  #########################
// ######################################## */
.header{
    padding-top:20px;
    padding-bottom:20px;
}
.header .grid{
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.intro .container{
    display: flex;
    justify-content: space-between;
    gap:30px;
    padding-bottom:0;
}
.intro .content{
    width:100%;
}

.intro .content.text{
    padding-bottom: 40px;
}

.intro h1{
    margin-top:40px;
    margin-bottom:20px;
}

.intro p{
    margin-bottom:20px;
}

.intro .content img{
    width:100%;
    height: auto;
    display: block;
}

.arabesc img{
    width:100%;
    height: auto;
    display: block;
}

.solitude .container{
    padding-top:40px;
    padding-bottom: 0;
    text-align: center;
}
.solitude p{
    width:740px;
    max-width: 100%;
    margin:30px auto;
    color:#555555;
}

.videos{
    margin-bottom:40px;
}

.videos .ctrl{
    width:1133px;
    max-width: 100%;
    margin:0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.videos .ctrl li{
    width:100%;
}
.videos .ctrl li button{
    width:100%;
    text-align: center;
    font-weight: 700;
    font-size:26px;
    color:#A39254;
    cursor: pointer;
    border-bottom:1px solid #A39254;
    padding-bottom:20px;
}
.videos .ctrl li.active button{
    padding-bottom:18px;
    border-bottom-width: 3px;
}
.videos .video{
    width:1133px;
    max-width: 100%;
    margin:0 auto;
    position:relative;
}
.videos .video img{
    width:100%;
    height: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.videos .video iframe{
    width:100%;
    height:100%;
    display: block;
    border:none;
    position:absolute;
    top:0;
    left:0;
}

.slider .slides .slick-list{
    overflow: visible;
}

.slider .slides .slide{
    margin-right:20px;
}

.slider .slides .slide:last-child{
    margin-right: 0;
}

.slider .slides .slide img{
    width:100%;
    height: auto;
    display: block;
}

.slick-prev{
    background-image:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/2c732381-4b7b-47b3-a441-c2b2228fc506.png');
}
.slick-next{
    background-image:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/a2a685a5-2271-47dd-889f-4c4f40b8fa13.png');
}

.ctrl-slider{
    width:100%;
    display: flex;
    justify-content: flex-end;
    gap:20px;
    margin-top:30px;
}
.slick-prev,
.slick-next{
    width:60px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
    display: block;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled{
    opacity: .3;
    cursor:not-allowed;
}

.recipe{
    text-align: center;
    background:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/b63df7ec-00d5-4b4a-9f71-198755f5b041.png') no-repeat left bottom, url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/9d7c987b-1e18-4c84-9f9b-6cf39421dfd8.png') no-repeat left top, url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/b85c7e83-ff96-4e0f-a480-fea6c0d53434.png') no-repeat right center;
}
.recipe .title{
    margin-bottom:30px;
}
.recipe .places{
    width:1133px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-top:30px;
}
.recipe .places > li{
    width:100%;
    background-color:#FFFFFF;
    border-radius:20px;
    padding:30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.recipe .places > li .content{
    width:100%;
}

.recipe .places > li .content-left{
    width:286px;
    background-color:#004735;
    padding:20px;
    border-radius:20px;
    color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.recipe .places > li .content-left .date .day{
    display: block;
    font-size:26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:10px;
}

.recipe .places > li .content-left .date .hour{
    font-size:20px;
    font-weight: 600;
}

.recipe .places > li .content-left a{
    display: block;
    width:100%;
    background-color:#E9EAEA;
    font-size:16px;
    text-transform: uppercase;
    color:#004735;
}

.recipe .places > li .content-right{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.recipe .places > li .content-right .info{
    text-align: left;
}

.recipe .places > li .content-right .info .description .title{
    font-size:30px;
    margin-bottom:10px;
}
.recipe .places > li .content-right .info .description p{
    line-height:30px;
    margin-bottom:5px;
}
.recipe .places > li .content-right .info .sponsors{
    margin-top:10px;
    margin-bottom: 10px;
}
.recipe .places > li .content-right .info .sponsors span{
    font-size:16px;
    font-weight: 600;
    color:#000;
}
.recipe .places > li .content-right .info .sponsors ul{
    display: flex;
    flex-wrap: wrap;
    gap:0px 30px;
}
.recipe .places > li .content-right .info .sponsors ul li{
    /*width:20%;*/
}
.recipe .places > li .content-right .info .sponsors ul li img{
    max-width: 100%;
    width:auto;
    height: auto;
}
.recipe .places > li .content-right .info .buttons{
    display: flex;
    gap:10px;
}
.recipe .places > li .content-right .info .buttons .button{
    display: inline-block;
}
.recipe .places > li .content-right .info .buttons .button.button-schedule{
    background-color:rgba(163,146,84,.15);
    color:#A39254;
}

.family .grid{
    width:1720px;
    display: flex;
    justify-content: space-between;
    gap:30px;
}

.family ul{
    display: flex;
    justify-content: space-between;
    gap:40px;
}
.family ul li{
    width:282px;
    max-width: 100%;
}
.family ul li:last-child{
    width:auto;
}
.family ul li span{
    display: block;
}
.family ul li .title{
    font-size:30px;
    margin:10px 0;
}

.guarantee{
    background:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/6a19ab0e-7a5b-4d41-9aff-b9b464a9d9e4.png') no-repeat right center #004735;
    color:#FFF;
}
.guarantee .title{
    color:#FFF;
}
.guarantee p{
    margin:30px 0;
}

.results .title{
    width:410px;
    max-width: 100%;
    margin-bottom: 40px;
}
.results .title strong{
    display: block;
    text-align: right;
}

.results .content{
    display:flex;
    justify-content: flex-start;
    gap:40px;
}
.results .content .text{
    width:486px;
    max-width: 100%;
}

.results img{
    width:100%;
    height: auto;
    display: block;
}

.results p{
    font-size:30px;
    color:#004735;
}
.results p span{
    display: block;
}
.results p span.number{
    font-weight: 700;
    font-size:60px;
    line-height: normal;
}
.results p span.description{
    font-size:16px;
    color:#000;
}

.lead{
    background-color:#A39254;
}
.lead .grid{
    display: flex;
    justify-content: space-between;
    gap:30px;
    align-items: center;
}
.lead content{
    width:100%;
}
.lead .content.text{
    color:#FFF;
}

.lead .content.text .title{
    color:#FFF;
    margin:30px 0;    
}
.lead .content.form{
    width:546px;
    max-width: 100%;
    background-color:#F3EDE1;
    padding:40px;
    border-radius:20px;
}
.lead form label{
    width:100%;
    display: block;
    margin-bottom:10px;
}
.lead form input{
    width:100%;
    height: 64px;
    line-height:64px;
    padding:0 15px;
    background-color:#FFF;
    border-radius:16px;
    border:none;
    font-size:16px;
}
.lead form .terms{
    position:relative;
}
.lead form .terms input{
    width:auto;
    height: auto;
    padding:0;
    position:absolute;
    top:6px;
    left:0;
}
.lead form .terms span{
    display: block;
    padding-left:25px;
    font-weight: 400;
    font-size:16px;
    line-height:30px;
}
.lead form .terms a{
    color:#000;
    text-decoration: underline;
}

.lead form .submit{
    text-align: right;
}

.app .container{ 
    display: flex;
    justify-content: space-between;
    gap:30px;
    align-items: center;
}
.app p{
    margin:30px 0;
}

.app .content.image img{
    margin-left: auto;
}

.footer{
    width:100%;
    max-width: 100vw;
    background-color:#FFF;
    text-align: center;
    padding-top:30px;
}
.footer .brand{
    display:inline-block;
    margin-bottom: 17px;
}
.footer .container{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #F1EEEB;
}
.footer .content{
    width:100%;
}
.footer .content + .content{
    text-align: right;
}
.footer .social{
    display:flex;
}

/* ###########################################
// ##  MAIN CSS  #############################
// ######################################## */


.attendance{
    background-color:#E0E0E0;
}
.attendance .container{
    display:flex;
    justify-content: center;
    gap:20px 90px;
}
.attendance .content strong{
    display: block;
    font-weight: 700;
    font-size:12px;
    color:#A39254;
    margin-bottom: 8px;
}
.attendance .content > span,
.attendance .content a{
    display: block;
    font-size:12px;
    color:#000000;
    margin:4px 0;
}
.attendance .content a{
    text-decoration: underline;
}
.attendance .content > span > span{
    display: inline-block;
    vertical-align: middle;
    margin:0;
    color:#555555;
}
.attendance .content small{
    display: block;
    font-size:12px;
    line-height:20px;
    color:#555555;
    margin-top: 20px;
}

.main-success{
    width:100%;
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:0 20px;
}

.main-success .title{
    margin-bottom: 10px;
}

.main-success .button{
    width:200px;
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
}

/* ###########################################
// ##  MOBILE CSS  ###########################
// ######################################## */
@media (max-width: 1400px) {
    .section-container{
        padding-top:80px;
        padding-bottom:80px;
    }
    .title-2{
        font-size:30px;
        line-height:40px;
    }
    .results .title{
        width:250px;
    }
    .videos .ctrl,
    .videos .video{
        width:1000px;
    }
}
@media (max-width: 1199px) {
    .section-container{
        padding-top:60px;
        padding-bottom:60px;
    }
    .title-2{
        font-size:28px;
    }
    p{
        font-size:14px;
        line-height:24px;
    }
    .lead .content.text img{
        width:300px;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .family ul{
        gap:20px;
    }
    .family ul li{
        width:auto;
    }
    .guarantee{
        background-size:auto 100%;
    }
    .results p{
        font-size:20px;
    }
    .results p span.number{
        font-size:50px;
    }
}
@media (max-width: 991px) {
    .desktop-version{
        display: none;
    }
    .mobile-version{
        display: block;
    }
    .section-container{
        padding-top:40px;
        padding-bottom:40px;
    }
    .title-2{
        font-size:20px;
        line-height: 30px;
    }
    .attendance .container{
        flex-wrap: wrap;
    }
    .attendance .container .content{
        width:100%;
        text-align: center;
    }
    .recipe .places{
        padding:0;
    }
    .recipe .places > li{
        padding:20px;
        gap:20px;
    }
    .recipe .places > li .content-left{
        padding:10px;
    }
    .recipe .places > li .content-left .date .day{
        font-size:16px;
    }
    .recipe .places > li .content-left .date .hour{
        font-size:14px;
    }
    .recipe .places > li .content-left a{
        font-size:14px;
    }
    .recipe .places > li .content-right .info .sponsors ul li{
        width:calc(50% - 20px);
    }
    .recipe .places > li .content-right .info .buttons .button{
        font-size:12px;
        overflow: hidden;
        padding:0 10px;
    }
    .family .grid{
        flex-wrap: wrap;
    }
    .family .title{
        width:100%;
    }
    .results .title{
        width:170px;
    }
    .results p{
        font-size:18px;
    }
    .lead .content.form{
        padding:20px;
    }
    .lead form input{
        height:48px;
        line-height:48px;
    }
    .app .title br,
    .app p br{
        display: none;
    }
}
@media (max-width: 767px) {
    .section-container{
        padding-top:30px;
        padding-bottom:30px;
    }
    .title-2{
        font-size:16px;
        line-height:24px;
    }
    .button{
        font-size:12px;
        padding:0 15px;
    }
    .intro .container{
        flex-wrap: wrap;
    }
    .videos .ctrl li button{
        font-size:16px;
    }
    .slider .slides .slide{
        width:calc(100vw - 70px);
    }
    .recipe{
        background-image:none;
    }
    .recipe .places > li{
        flex-wrap: wrap;
    }
    .recipe .places > li .content-left{
        padding:20px;
        order:2;
    }
    .recipe .places > li .content-left .date{
        margin-bottom:10px;
    }
    .recipe .places > li .content-right,
    .recipe .places > li .content-right .buttons{
        display: flex;
        flex-wrap: wrap;
    }
    .recipe .places > li .content-right .brand,
    .recipe .places > li .content-right .buttons .button{
        width:100%;
    }
    .family .title{
        text-align: center;
    }
    .family ul{
        flex-wrap: wrap;
        justify-content: center;
        gap:30px;
    }
    .family ul li{
        width:100%;
        text-align: center;
    }
    .guarantee{
        background-image:none;
        padding-top:0;
    }
    .guarantee:before{
        content:'';
        width:100%;
        height:380px;
        background:url('https://image.mail.unicred.com.br/lib/fe2d11737164047f7c1d72/m/1/6a19ab0e-7a5b-4d41-9aff-b9b464a9d9e4.png') no-repeat right top / auto 100% #004735;
        display: block;
        width:calc(100vw + 30px);
        margin-left:-30px;
    }
    .guarantee .title{
        font-size:26px;
        text-align: center;
    }
    .guarantee p{
        text-align: center;
    }
    .guarantee .button{
        display: block;
        margin:0 auto;
    }
    .results .title{
        width:100%;
        font-size:32px;
        line-height:32px;
        margin-bottom: 20px;
    }
    .results .title strong{
        text-align: left;
    }
    .results img{
        display: none;
    }
    .guarantee p br{
        display: none;
    }
    .lead .grid{
        flex-wrap: wrap;
    }
    .lead .content.text{
        width: 100%;
    }
    .lead .content.text img{
        width:276px;
        max-width: 100%;
        margin:0 auto;
    }
    .lead .content.text .title{
        font-size:26px;
        line-height:30px;
        text-align: center;
        font-weight: 400;
    }
    .lead .content.text p br{
        display: none;
    }
    .lead .content.text p{
        width:276px;
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .lead form .terms span{
        font-size:12px;
        line-height:18px;
    }
    .app .container{
        flex-wrap: wrap;
        gap:0;
    }
    .app .buttons{
        display: flex;
        justify-content: space-between;
        gap:20px;
    }
    .app .buttons img{
        width:100%;
        height: auto;
        display: block;
    }
    .app .content.image img{
        width:100%;
        height: auto;
        display: block;
    }
    .footer{
        padding-bottom:30px;
    }
    .footer .container{
        flex-wrap: wrap;
    }
    .footer .content{
        justify-content: center;
    }
    .footer .content + .content{
        text-align: center;
    }
}