<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* novos! */

body {
    background: transparent linear-gradient(180deg, #00E7FF 0%, #0FDFFF 3%, #45C4FF 13%, #71AEFF 23%, #909EFF 32%, #A395FF 40%, #AA92FF 45%, #A58EFC 54%, #9883F6 63%, #8271ED 73%, #6458DF 84%, #3D39CD 94%, #2323C1 100%) 0% 0% no-repeat padding-box;
    margin-top: 0px;
}

.container {
    max-width: 100%;
}

#mudanca {
    background-color: #FFF; 
    /* height: 1063px; */
}
#programacao {
    background-color: #FFF; 
    /* height: 1581px; */
}
#noticias {
    background-color: #FFF; 
    /* height: 1052px; */
}
#drops, #eventos-anteriores {
    background-color: #FFF; 
    /* height: 1360px; */
}
#parceiros {
    background-color: #FFF; 
    /* height: 4730px; */
}

a {
    color: inherit;
    text-decoration: none;
}


/* linha */
header:after {
    content: '';
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    height: 2px;
    background: #E1E1E1 0% 0% no-repeat padding-box;
}

section {
    background-color: #FFFFFF;
}

section:after {
    content: '';
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    height: 2px;
    background: #000000 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 425px) {
    section:after {
        margin-left: 26px;
        margin-right: 26px;
    }
}

/* banner */
#main #banner {
    position: relative;
    /* padding-bottom: 550px; */
    background-color: #FFF;
    display: flex;
}

#main #banner .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%
}

#main #banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main #banner .swiper-crie {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 10%;
}
#main #banner .swiper-univates {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10%;
}

@media screen and (max-width: 767px) {
    #main #banner {
        padding-bottom: 70%;
    }
    #main #banner .swiper-crie,
    #main #banner .swiper-univates {
        background-size: 70%;
    }

    #main #banner .swiper-slide {
        background-color: #FFF;
        background-position: 0
    }
}

@media screen and (max-width: 425px) {
    #main #banner .swiper-slide {
        background-position: 100%;
    }
}

#main #banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px
}

@media screen and (max-width: 1024px) {

    #main #banner .swiper-slide {
        /* background-image: url(https://www.univates.br/media/crie/crieexperience/banner-crie-mobile.png); */
        background-image: url(https://www.univates.br//media//crie/criesmartcities/imagens/evento_maio_mobile.png);
    }
    
}

/* Banner - Informações */
#banner .informacoes {
    margin-top: 120px;
    margin-left: 180px;
}
#banner .informacoes h3 {
    text-align: left;
    font: normal 46px/58px Termina;
    color: #000000;
    margin: 0px;
}
#banner .informacoes h4 {
    text-align: left;
    font: normal 20px/65px Termina;
    color: #000000;
    margin: 0px;
}
#banner .informacoes p {
    text-align: left;
    font: normal 18px/65px Termina;
    color: #000000;
    margin: 0px;
}

#banner .botao {
    background: #00E7FF 0% 0% no-repeat padding-box;
    padding: 20px 0px;
    margin: 0 auto;
    display: block;
    width: 300px;
    font: normal 18px/32px Termina;
    text-align: center;
    color: #000000;
    margin-top: 110px;
    margin-bottom: 55px;
}

#banner .center {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
    width: 300px;
}

/* Banner - Seta */
#banner #link-down {
    /* position: absolute; */
    fill: #00E7FF;
    /* top: 91%; */
    /* left: 48%; */
    /* transform: rotate(90deg); */
}
#banner #link-down:hover svg {
    transition: 0.24s ease-in-out;
    transform: translateY(10px);
}

/* Banner - Palestrantes */
#banner .palestras {
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 0px !important;
}

#banner .palestras .small-4 {
    height: 217px;
    /* background-color: #000; */
    background-size: cover;
    background-position: center;
}
#banner .palestras p {
    width: 280px;
    text-align: left;
    font: normal 32px/36px Termina;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    margin: 0px;
    padding: 54px 0px 0px 28px;
    
    position: relative;
    z-index: 9;
}
#banner .palestras p b {
    position: relative;
}
#banner .palestras p b::after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    background: #7E6EE9 0% 0% no-repeat padding-box;
    bottom: 12px;
    left: 0;
    z-index: -9;
}

#banner .palestra-luiz {
    background: transparent url('../imagens/LuizCarlosPintodaSilvaFilho.png') 0% 0% no-repeat padding-box;
}
#banner .palestra-jose {
    background: transparent url('../imagens/JoseWellingtonRamirez.png') 0% 0% no-repeat padding-box;
}
#banner .palestra-andres {
    background: transparent url('../imagens/AndresArias.png') 0% 0% no-repeat padding-box;
}



.mobile {
    display: block !important;
}
.desk {
    display: none !important;
}

.center.centraliza.mobile,
.col-xs-12.col-md-5.col-md-offset-1.col-lg-3.no-margin-bottom.hide-mobile.centraliza {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 767px) {
    .mobile {
        display: none !important;
    }
    .desk {
        display: block !important;
    }

    .is-mobile {
        display: none;
    }
    .center.centraliza.mobile{
        display: none !important;
    }
    .col-xs-12.col-md-5.col-md-offset-1.col-lg-3.no-margin-bottom.hide-mobile.centraliza {
        align-items: baseline !important;
    }
    
}

#saiba-mais {
    padding: 42px 0 30px;
    border-top: 2px solid #eaeaea;
}

#saiba-mais h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 44px;
    color: rgba(0, 0, 0, 0.87);
}

#saiba-mais p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 26px;
    color: rgba(51, 51, 51, 0.54);
}

#saiba-mais .navigation {
    display: none;
    margin-top: 15px;
}

#saiba-mais .navigation span {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    margin: 9px 20px;
}

#saiba-mais .navigation a {
    padding: 10px;
    cursor: pointer;
}

#saiba-mais .navigation .arrow svg {
    width: 33px;
    height: 33px;
    fill: #3C78D8;
}

#saiba-mais .swiper-slide {
    width: 216px !important;
    margin-right: 30px !important;
}

#saiba-mais .mobile-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#saiba-mais .mobile-navigation span {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 9px 20px;
}

#saiba-mais .mobile-navigation a {
    padding: 10px;
    cursor: pointer;
}

#saiba-mais .mobile-navigation .arrow svg {
    width: 33px;
    height: 33px;
    fill: #3C78D8;
    transform: rotate(90deg);
}


#saiba-mais .main-video {
    padding-bottom: 56%;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 22px;
    cursor: pointer;
}

#saiba-mais .main-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14%;
    height: 25%;
    fill: rgba(60, 120, 216, 0.9);
    cursor: pointer;
    transition: 0.4s;
}

#saiba-mais .main-video:hover .play {
    fill: rgba(60, 120, 216, 1);
}

#saiba-mais .main-video iframe {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#saiba-mais .main-video.active .play {
    display: none;
}

#saiba-mais .main-video.active iframe {
    display: block;
}

/*#saiba-mais .swiper-container {
height: 250px;
height: 57vw;
}*/


/*#saiba-mais .list-videos .video {
width:50%;
position: relative;
padding-bottom: 27%;
cursor: pointer;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
transition: 0.4s;
float: left;
}*/

#saiba-mais .list-videos .video {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    margin-top: 35px;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.4s;
    float: left;
}

#saiba-mais .list-videos .video .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}

/*#saiba-mais .list-videos .description {
width: 49%;
padding-left: 15px;
float: left;
}*/

#saiba-mais .list-videos .description {
    width: 100%;
    padding-left: 0;
    float: left;
}


#saiba-mais .list-videos .video.active .bg,
#saiba-mais .list-videos .video:hover .bg {
    -webkit-filter: none;
    filter: none;
}

#saiba-mais .list-videos .video-container .video:before {
    content: '';
    position: absolute;
    background-color: #5673FF;
    height: 4px;
    width: 100%;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.4s;
}

#saiba-mais .list-videos .video-container .video.active:before,
#saiba-mais .list-videos .video-container .video:hover:before {
    bottom: 288px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#saiba-mais .list-videos .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: 28%;
    fill: rgba(60, 120, 216, 0.9);
    cursor: pointer;
    transition: 0.4s;
}

#saiba-mais .list-videos .video:hover .play {
    fill: rgba(60, 120, 216, 1);
}

#saiba-mais .list-videos .description h3 {
    text-align: left;
    letter-spacing: 0px;
    color: #242121;
    opacity: 1;
    line-height: 24px;
    margin-top: 5px;
}

#saiba-mais .list-videos .description p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.54);
}


/* * * */
@media screen and (min-width: 767px) {

    #saiba-mais {
        margin: 69px 0 300px;
    }

    #saiba-mais h2 {
        text-align: center;
        font: Bold 50px/28px Open Sans;
        letter-spacing: 0px;
        color: #212121;
        margin-top: 10px;
        margin-bottom: 63px;
    }

    #saiba-mais p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 26px;
        text-align: center;
    }

    #saiba-mais .main-video .play {
        width: 168px;
        height: 168px;
    }

    #saiba-mais .list-videos .video .play {
        height: 72px;
    }

    /*#saiba-mais .swiper-container {
        height: initial;
    }*/

    #saiba-mais .navigation {
        display: flex;
        justify-content: flex-end;
    }

    #saiba-mais .mobile-navigation {
        display: none;
    }

    #saiba-mais .swiper-slide {
        width: 484px !important;
        margin-right: 32px !important;
    }

    #saiba-mais .list-videos .swiper-slide {
        /* padding-top: 17px; */
    }

    /*#saiba-mais .list-videos .video {
        width: 100%;
        padding-bottom: 56%;
        margin-bottom: 35px;
    }

    #saiba-mais .list-videos .description {
        width: 100%;
        padding-left: 0;
    }
    */

    #saiba-mais .list-videos .description h3 {
        font: 16px/22px Open Sans;
        margin-top: 16px;
    }

    #saiba-mais .list-videos .description p {
        font-size: 18px;
        text-align: left;
    }

}

@media screen and (min-width: 768px) {
    #saiba-mais h2 {
        font: Bold 50px/58px Open Sans;
    }
    #saiba-mais {
        margin: 82px 0 100px;
    }
}

@media screen and (min-width: 1024px) {
    #saiba-mais h2 {
        font: Bold 50px/68px Open Sans;
    }
}


/*  */

body {
    padding-top: 0px !important;
}

footer {
    background-color: #5673ff00 !important;
    padding: 50px 0px;
}

footer address {
    color: #ffffff;
    opacity: 1;
    text-align: center;
    font: normal 17px/30px Work Sans;
    letter-spacing: 1px;
    font-weight: 600;
}

footer .clearfix {
    display: none;
}

footer nav .button {
    background-color: #FFF !important;
}

footer nav .button:before {
    color: #5673FF !important;
}

footer .text-center {
    width: 100%;
}

footer [class*=" icon-"]:before {
    line-height: 2em;
}


.icon-seta-esquerda:before, .icon-seta-direita:before {
    content: '\e825';
    font-size: 63px;
    color: #5673FF;
}

.icon-play-radio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.4s;
}
.icon-play-radio:before {
    content: '\e8b9';
    color: #5673FF;
    font-size: 100px;
}
.video-container .icon-play-radio:before {
    font-size: 50px;
}

@media screen and (max-width: 425px) {
    
    
    .icon-play-radio:before {
        font-size: 70px;
    }
    .video-container .icon-play-radio:before {
        font-size: 35px;
    }
    
}

.fundo-color {
    color: #5673ff !important;
    background-color: #00FFF1;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*------------------------*/
/*START GRID BOOTSTRAP*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.center,
.container {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-0 {
    width: 0%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-12 {
    width: 100%;
}

@media screen and (min-width: 425px) {
    .col-lg-offset-1 {
        margin-left: 3%;
    }
    .col-lg-10 {
        width: 94%;
    }
}
@media screen and (min-width: 768px) {

    .center,
    .container {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-0 {
        width: 0%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-lg-10 {
        width: 84%;
    }
    .col-lg-offset-1 {
        margin-left: 8%;
    }
}

@media screen and (min-width: 1024px) {

    .center,
    .container {
        /* width: 1000px; */
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-0 {
        width: 0%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-12 {
        width: 100%;
    }
    
    .col-lg-10 {
        width: 78.5%;
    }
    .col-lg-offset-1 {
        margin-left: 10.5%;
    }
}

@media screen and (min-width: 1366px) {

    .center,
    .container {
        /* width: 1335px; */
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-0 {
        width: 0%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {

    .center,
    .container {
        /* width: 1580px; */
        width: 100%;
    }

    .col-xl-pull-0 {
        right: 0%;
    }

    .col-xl-push-0 {
        left: 0%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-0 {
        width: 0%;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .col-lg-10 {
        width: 87%;
    }
    .col-lg-offset-1 {
        margin-left: 6%;
    }
}


/*------------------------*/
/*START LEGACY*/

.col-lg-hide {
    display: none;
}

.col-lg-show {
    display: block;
}

.col-lg-left {
    float: left;
}

.col-lg-right {
    float: right;
}

@media (max-width: 1359px) {
    .col-md-hide {
        display: none;
    }

    .col-md-show {
        display: block;
    }

    .col-md-left {
        float: left;
    }

    .col-md-right {
        float: right;
    }
}

@media (max-width: 1023px) {
    .col-sm-hide {
        display: none;
    }

    .col-sm-show {
        display: block;
    }

    .col-sm-left {
        float: left;
    }

    .col-sm-right {
        float: right;
    }
}

@media (max-width: 767px) {
    .col-xs-hide {
        display: none;
    }

    .col-xs-show {
        display: block;
    }

    .col-xs-left {
        float: left;
    }

    .col-xs-right {
        float: right;
    }
}

.col-without-margin {
    margin-bottom: 0px;
}

@media (min-width: 1024px) {
    .col-md-offset-1 {
        margin-left: calc(100% / 12 * 1);
    }
}

.fbw {
    flex-wrap: wrap;
}
.dflex {
    display: flex;
}

/* Header */
/* body.header-fixed header {
    position: fixed;
} */

header {
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1000;
}

header .center {
    overflow: initial;
    /* padding-right: 36px;
        padding-left: 36px; */
}

header .center {
    /* padding-left: 24px;
        padding-right: 24px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo-crie {
    /* height: 76px; */
    float: left;
    /* padding: 18px 0px; */
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    overflow: hidden;
    margin-left: 9%;
}

header .logo-crie svg {
    width: 125px;
    fill: currentColor;
}

header nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 65px;
    background-color: rgb(255 255 255 / 95%);
    padding-top: 50%;
    transition: right 0.3s ease-in;
    margin-right: 9%;
    z-index: 999;
}

@media (max-width: 768px) {
    header nav {
        height: 100%;
        margin-right: 0%;
    }
}

header .toggle {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 24px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
}

header .font-primary {
    font-family: 'Termina';
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-content: center;
    align-items: center;
}

.text-light {
    font-weight: 300;
}

header nav ul li {
    display: block;
    color: #000;
    padding: 14px;
}

header nav ul li:hover {
    /* color: #FF8609; */
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    header .center {
        /* padding-left: 124px;
            padding-right: 124px; */
    }

    header nav {
        position: relative;
        display: flex;
        padding-top: 0;
        width: initial;
        right: initial;
        flex: 1;
        align-items: center;
        justify-content: flex-end;
    }

    header .toggle {
        display: none;
    }

    header nav ul li {
        display: inline-block;
        padding: 27px 10px;
    }
}
@media (max-width: 1450px) {
    header .font-primary {
        font-size: 10px;
    }
}
@media (max-width: 1365px) {
    header .logo-crie {
        height: 70px;
        padding: 15px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 425px) {
    header .font-primary {
        text-align: right;
        font-size: 25px;
        line-height: 27px;
        font-weight: 700;
        display: block;
    }
}

header .toggle {
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 24px;
    overflow: hidden;
    cursor: pointer;
}

header span:nth-child(1) {
    top: 0;
}

header span:nth-child(2) {
    top: 12px;
}

header span:nth-child(3) {
    top: 24px;
}

header .toggle span {
    width: 30px;
    height: 4px;
    background-color: #000;
    display: block;
    border-radius: 4px;
    transition: 0.3s 0.3s;
    position: absolute;
    left: 0;
}

header.active nav {
    right: 0;
    transition-timing-function: ease-out;
}

header.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 9px);
}

header.active span:nth-child(2) {
    left: -110%;
    transition: 0.3s 0s;
}

header.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -9px);
}

/* Banner */
#banner .informacoes p span {
    /* margin-left: 35px; */
    color: #AA92FF;
    font-weight: bold;
}

/* #banner .informacoes p span::before {
    content: '';
    content: ' ';
    background: #AA92FF 0% 0% no-repeat padding-box;
    z-index: 1;
    color: #53535300;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 1px;
    padding: 2px 14px 0px;
} */

/* Vídeo principal */
#mudanca .text {
    padding: 90px 120px 0px;
    position: relative;
    display: flex;
    z-index: 99;
}

/* #mudanca .text h3 span::after {
    content: '';
    height: 19px;
    position: absolute;
    background: #00E7FF 0% 0% no-repeat padding-box;
    bottom: 40px;
    left: 0;
    z-index: -9;
    width: 340px;
    margin-left: 19px;
} */

#mudanca .video-intro {
    margin-top: 70px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#mudanca .video-intro img.play {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

#mudanca .video-intro .img-video,
#mudanca .video-intro iframe {
    animation-duration: 0.3s;
    width: 1088px;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {

    #mudanca .video-intro .img-video,
    #mudanca .video-intro iframe {
        width: 80%;
    }
}

.video-intro iframe,
.video-protocolos iframe {
    display: none;
    animation-duration: 0.3s;
    /* width: 1088px; */
    /* height: 560px; */
}

#mudanca .video-intro iframe {
    display: none;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
}

#mudanca .video-intro.active .play {
    display: none;
}

#mudanca .video-intro.active iframe {
    display: block;
}

#mudanca h3 {
    text-align: left;
    font: normal 50px/60px Termina;
    color: #000000;
    margin: 0px;
}

#mudanca p {
    text-align: left;
    font: normal 17px/30px Work Sans;
    font-weight: 700;
    color: #000000;
    opacity: 0.8;
    margin: 0px;
}

/* Drops */
#drops .videos, #eventos-anteriores .videos {
    padding-bottom: 90px;
}

#drops h3, #eventos-anteriores h3 {
    padding: 90px 120px 0px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

/* #drops h3::after {
    content: '';
    height: 19px;
    position: absolute;
    background: #00E7FF 0% 0% no-repeat padding-box;
    bottom: 10px;
    left: 0;
    z-index: -9;
    width: 228px;
    margin-left: 124px;
} */

#drops h4, #eventos-anteriores h4 {
    text-align: left;
    font: normal 18px/27px Termina;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#drops p, #eventos-anteriores p {
    text-align: left;
    font: normal 17px/27px Work Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

#drops .navigation, 
#eventos-anteriores .navigation {
    display: none;
    /* margin-top: 15px; */
}

#drops .navigation a, 
#eventos-anteriores .navigation a {
    padding: 0px 10px;
    cursor: pointer;
}

#drops .navigation .arrow svg, 
#eventos-anteriores .navigation .arrow svg {
    width: 33px;
    height: 33px;
}

#drops .navigation a.arrow.prev, 
#eventos-anteriores .navigation a.arrow.prev {
    transform: rotate(90deg);
}

#drops .navigation a.arrow.next, 
#eventos-anteriores .navigation a.arrow.next {
    transform: rotate(270deg);
}

#drops .mobile-navigation, 
#eventos-anteriores .mobile-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#drops .mobile-navigation span, 
#eventos-anteriores .mobile-navigation span {
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 9px 20px;
}

#drops .mobile-navigation a, 
#eventos-anteriores .mobile-navigation a {
    padding: 10px;
    cursor: pointer;
}

#drops .mobile-navigation .arrow svg, 
#eventos-anteriores .mobile-navigation .arrow svg {
    width: 33px;
    height: 33px;
    transform: rotate(90deg);
}

#drops .main-video, 
#eventos-anteriores .main-video {
    padding-bottom: 56%;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 22px;
    cursor: pointer;
}

#drops .main-video .play, 
#eventos-anteriores .main-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.4s;
}

#drops .main-video:hover .play, 
#eventos-anteriores .main-video:hover .play {
    fill: rgba(60, 120, 216, 1);
}

#drops .main-video iframe, 
#eventos-anteriores .main-video iframe {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#drops .main-video.active .play, 
#eventos-anteriores .main-video.active .play {
    display: none;
}

#drops .main-video.active iframe, 
#eventos-anteriores .main-video.active iframe {
    display: block;
}

#drops .list-videos .video, 
#eventos-anteriores .list-videos .video {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    /* margin-bottom: 35px; */
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: 0.4s;
    float: left;
}

#drops .list-videos .video .bg, 
#eventos-anteriores .list-videos .video .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
}

#drops .list-videos .description, 
#eventos-anteriores .list-videos .description {
    width: 100%;
    padding-left: 0;
    float: left;
}

#drops .list-videos .video.active .bg,
#drops .list-videos .video:hover .bg,
#eventos-anteriores .list-videos .video.active .bg,
#eventos-anteriores .list-videos .video:hover .bg
{
    -webkit-filter: none;
    filter: none;
    border: 6px solid #AA92FF;
}

#drops .list-videos .video-container .video.active:before,
#drops .list-videos .video-container .video:hover:before, 
#eventos-anteriores .list-videos .video-container .video.active:before,
#eventos-anteriores .list-videos .video-container .video:hover:before 
{
    bottom: -15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#drops .list-videos .video .play, 
#eventos-anteriores .list-videos .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: 28%;
    fill: rgba(60, 120, 216, 0.9);
    cursor: pointer;
    transition: 0.4s;
}

#drops .list-videos .video:hover .play, 
#eventos-anteriores .list-videos .video:hover .play {
    fill: rgba(60, 120, 216, 1);
}

#drops .list-videos .description h3, 
#eventos-anteriores .list-videos .description h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.87);
}

@media screen and (min-width: 768px) {

    #drops .main-video .play, 
    #eventos-anteriores .main-video .play {
        width: 74px;
        height: 74px;
    }

    #drops .list-videos .video .play {}

    #drops .navigation, 
    #eventos-anteriores .navigation {
        display: flex;
        justify-content: flex-end;
    }

    #drops .mobile-navigation, 
    #eventos-anteriores .mobile-navigation {
        display: none;
    }

    #drops .list-videos .swiper-slide, 
    #eventos-anteriores .list-videos .swiper-slide {
        padding-top: 17px;
    }

    #drops .list-videos .description h3, 
    #eventos-anteriores .list-videos .description h3 {
        font-size: 21px;
        line-height: 40px;
        margin-bottom: 10px;
    }

}

/* .swiper-wrapper {
    max-height: 43%;
}

@media screen and (max-width: 1366px) {
    .swiper-wrapper {
        max-height: 300px;
    }
} */

@media screen and (max-width: 1024px) {
    #drops h3, 
    #eventos-anteriores h3 {
        padding: 45px 10% 0px;
        margin-bottom: 35px;
    }
    /* #drops h3::after {
        width: 183px;
        height: 14px;
        margin-left: 103px;
    } */
    #drops .videos, 
    #eventos-anteriores .videos {
        padding-bottom: 45px;
    }
    .swiper-wrapper {
        max-height: 245px;
    }
}

@media screen and (max-width: 768px) {
    /* #drops h3::after {
        margin-left: 78px;
    } */
    .swiper-wrapper {
        max-height: 225px;
    }
}

@media screen and (max-width: 425px) {
    
    #drops h3, 
    #eventos-anteriores h3 {
        padding: 50px 24px 0px;
        margin-bottom: 40px;
    }
    /* #drops h3::after {
        margin-left: 27px;
        width: 164px;
    } */

    #drops h4, 
    #eventos-anteriores h4 {
        font: normal 14px/24px Termina;
    }

    .swiper-wrapper {
        max-height: 200px;
    }
}

/* Parceiros */
h3 {
    text-align: left;
    font: normal 50px/60px Termina;
    color: #000000;
    margin: 0px;
}

#parceiros h3 {
    padding: 90px 120px 0px;
    margin-bottom: 70px;
    position: relative;
    z-index: 9;
}

/* #parceiros h3::after {
    content: '';
    height: 19px;
    position: absolute;
    background: #00E7FF 0% 0% no-repeat padding-box;
    bottom: 10px;
    left: 0;
    z-index: -9;
    width: 377px;
    margin-left: 124px;
} */

section#parceiros:after {
    background: #00000000 0% 0% no-repeat padding-box !important;
}

.parceiros {
    padding: 0px 200px 76px 200px;
}

@media screen and (min-width: 768px) {
    .parceiros div div img {
        /* width: 197px; */
        width: 250px;
    }
}

@media (max-width: 1024px) {
    .parceiros div div img {
        max-width: 75%;
    }
}

@media screen and (max-width: 1199px) {
    .parceiros div div img {
        max-width: 75%;
    }
}

/* Saiba mais, ainda não desenvolvido */

/* Footer */
footer.background-ice {
    /* background: url(https://www.univates.br//media//crie/criesmartcities/imagens/detalhe.svg); */
    background-size: auto;
    background-position: initial;
    background-repeat: no-repeat;
}


/* Responsivo */
/* @media (min-width: 1025px) {
    #banner .botao {
        margin: 0 auto;
    }
    #banner .center {
        margin: 0 auto !important;
    }
} */

/* 1024 */
@media (max-width: 1024px) {
    #banner .informacoes {
        margin-top: 60px;
        margin-left: 10%;
    }

    #banner #link-down {
        top: 88.5%;
    }

    h3,
    #banner .informacoes h3,
    #mudanca h3 {
        font: normal 40px/50px Termina;
    }

    /* #mudanca .text h3 span::after {
        height: 14px;
        bottom: 60px;
        width: 270px;
    } */

    #mudanca .text {
        padding: 45px 10% 0px;
    }

    #mudanca .video-intro {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    #mudanca p {
        font: normal 16px/28px Work Sans;
    }

    #parceiros h3 {
        padding: 45px 10% 0px;
        margin-bottom: 35px;
    }

    /* #parceiros h3::after {
        height: 14px;
        margin-left: 10.3%;
        width: 302px;
    } */

    .parceiros {
        padding: 0px 20% 5% 20%;
    }
}

@media (max-width: 1023px) {
    body&gt;section {
        padding-top: 0px !important;
    }
}

/* 768 - tablet */
@media (max-width: 768px) {
    #banner .palestras p {
        font: normal 22px/26px Termina;
        max-width: 200px;
        margin: 0px !important;
    }

    #banner .informacoes {
        margin-left: 6%;
    }

    /* #banner .informacoes p span::before {
        padding: 2px 5px 0px;
    } */

    #banner .palestras p b::after {
        height: 10px;
        bottom: 8px;
    }

    #banner .botao {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #banner #link-down {
        top: 86%;
    }

    #mudanca .text {
        padding: 45px 6% 0px;
    }

    /* #mudanca .text h3 span::after {
        bottom: 145px;
    } */

    #mudanca .video-intro {
        margin-top: 0px;
    }

    /* #mudanca .text h3::after {
        bottom: 144px;
        width: 121%;
        margin-left: 18px;
    } */
}

@media (max-width: 539px) {

    .center,
    .container {
        padding: 0px !important;
    }
}

/* 414 - celular */
@media (max-width: 425px) {

    #main #banner {
        display: inline-grid;
        padding-bottom: 0px;
    }

    #banner .informacoes {
        margin: 0px;
        width: 100%;
        padding: 50px 0px 50px 6%;
    }

    #banner .botao {
        font: normal 16px/32px Termina;
        margin: 0;
        padding: 10px 0px;
        margin-top: 40px;
        margin-bottom: 77px;
    }

    h3,
    #banner .informacoes h3,
    #mudanca h3 {
        font: normal 31px/46px Termina
    }

    #banner .informacoes h3 {
        padding-bottom: 40px;
    }

    #banner .informacoes p {
        font: normal 16px/27px Termina;
        font-weight: bold;
        padding-bottom: 21px;
    }

    #banner #link-down {
        top: 82.5%;
    }

    #banner .palestras {
        width: 100%;
        padding: 26px 6% !important;
    }

    #banner .palestras .small-4 {
        height: 255px;
    }

    #banner .palestras p {
        font: normal 23px/29px Termina;
        max-width: 200px;
        padding: 150px 0px 0px 15px;
    }

    #mudanca .text {
        display: inline-grid;
        padding: 50px 6%;
    }

    #mudanca .text .col-xs-4,
    #mudanca .text .col-xs-7 {
        width: 100%;
        margin: 0;
    }

    #mudanca p {
        font: normal 16px/30px Work Sans;
        font-weight: bold;
        opacity: 0.8;
    }

    /* #mudanca .text h3 span::after {
        bottom: 10px;
        margin-left: 18px;
        width: 317px;
    } */

    #mudanca .video-intro {
        margin-bottom: 50px;
    }

    #mudanca .video-intro .img-video,
    #mudanca .video-intro iframe {
        width: 87%;
        max-height: 195px;
    }

    #mudanca .video-intro img.play {
        width: 14%;
    }

    #parceiros h3 {
        padding: 50px 24px 0px;
        margin-bottom: 40px;
    }

    /* #parceiros h3::after {
        margin-left: 27px;
        width: 272px;
    } */

    .parceiros {
        padding: 0px 40px 50px 40px;
    }

    .parceiros div div img {
        max-width: 118px;
    }

    footer .text-center {
        padding: 0px;
    }

    footer address {
        padding: 0px 36px;
    }
}


/* Banner Novo */
#main #banner {
    position: relative;
    padding-bottom: 650px;
    background-color: #FFF;
    background-image: url(https://www.univates.br/media/crie/criesmartcities/imagens/CRIE-banner-aquece.png); 
    /* background-image: url(https://www.univates.br/media/crie/criesmartcities/imagens/banner_desk.png);  */
  	/*background-image: url(https://www.univates.br/media/crie/criesmartcities/imagens/evento_maio_desk.jpg);*/

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1440px) {
    #main #banner {
        padding-bottom: 450px;
    }
}

@media screen and (max-width: 1024px) {
    #main #banner {
        padding-bottom: 330px;
    }
}

@media screen and (max-width: 768px) {
    #main #banner {
        background-image: url(https://www.univates.br/media/crie/criesmartcities/imagens/CRIE-banner-aquece-mobile.png);
        /* background-image: url(https://www.univates.br//media//crie/criesmartcities/imagens/banner_mobile.png); */
        /*background-image: url(https://www.univates.br//media//crie/criesmartcities/imagens/evento_maio_mobile.png);*/
        padding-bottom: 550px;
    }
}

@media screen and (max-width: 425px) {
    #main #banner {
        padding-bottom: 200px;
    }
}

/* Notícias */
.filtros {
    padding: 0px 120px 50px;
    display: flex;
    flex-direction: column;
}

.filtros strong {
    text-align: left;
    font: normal 600 17px/30px Work Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.filtros .filtro-item {
    display: flex;
    text-align: center;
    padding-top: 15px;
    flex-wrap: wrap;
    width: 50%;
}

.filtros .filtro-item span {
    padding: 15px;
    /* cursor: pointer; */
    font: normal 600 14px/14px Termina;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}

.filtros .filtro-item span#span-mob { background-color: #05E5FF; }
.filtros .filtro-item span#span-sus,
.filtros .filtro-item span#span-qua { background-color: #F2F2F2; }
.filtros .filtro-item span#span-gov { background-color: #A993FF; }
.filtros .filtro-item span#span-tec { background-color: #806FEC; }

#titulos {
    position: relative;
    overflow: hidden;
}

#titulos h3 {
    padding: 90px 120px 0px;
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

#titulos a {
    text-decoration: none;
}

/* #titulos h3::after {
    content: '';
    height: 19px;
    position: absolute;
    background: #00E7FF 0% 0% no-repeat padding-box;
    bottom: 10px;
    left: 0;
    z-index: -9;
    width: 367px;
    margin-left: 124px;
} */

/* Noticias */
#titulos .noticias {
    padding-bottom: 30px;
}

#titulos .noticias .noticia {
    /* width: 20%; */
    height: 221px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.24s ease-in-out;

    /* width: 359px; */
    height: 282px;

    /* width: 30%; */

    border: 1px solid #E1E1E1;
}

#titulos .noticias .noticia h4 {
    text-align: left;
    font: normal 600 18px/30px Termina;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    transition: 0.24s ease-in-out;
    margin: 0;
}

#titulos .noticias .noticia p {
    text-align: left;
    font: normal 600 17px/30px Work Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

#titulos .noticias .noticia span {
    display: flex;
    align-items: center;
    margin-right: 8px;
    /* transition: 0.24s ease-in-out; */
}

#titulos .noticias .noticia span p {
    z-index: 9;
    height: 39px;
}

#titulos .noticias .noticia span.mob p {
    margin-left: 4%;
}
#titulos .noticias .noticia span.sus p {
    margin-left: 10%;
}
#titulos .noticias .noticia span.gov p {
    margin-left: 6%;
}
#titulos .noticias .noticia span.tec p {
    margin-left: 12%;
}
#titulos .noticias .noticia span.qua p {
    margin-left: 10%;
}

#titulos .noticias .noticia span:hover {
    transition: 0.24s ease-in-out;
    transform: translateX(10px);
}

#titulos .noticias .noticia span p {
    text-align: center;
    font: normal 16px/30px Termina;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-right: 8px;
}

#titulos .noticias .noticia span::after {
    content: '';
    height: 4px;
    width: 35px;
    position: absolute;
    background: #00E7FF 0% 0% no-repeat padding-box;
    align-content: center;
}

#titulos .noticias .noticia span .mob::after { 
    background: #05E5FF 0% 0% no-repeat padding-box;
}
#titulos .noticias .noticia span .sus::after, 
#titulos .noticias .noticia span .qua::after { 
    background: #F2F2F2 0% 0% no-repeat padding-box;
}
#titulos .noticias .noticia span .gov::after { 
    background: #A993FF 0% 0% no-repeat padding-box;
}
#titulos .noticias .noticia span .tec::after { 
    background: #806FEC 0% 0% no-repeat padding-box;
}

#titulos .noticias .noticia span svg {
    margin-left: 10px;
    transition: 0.24s ease-in-out;
    transform: rotate( 270deg );
}

/* Redimencionando  */

@media screen and (max-width: 1440px) {
    .filtros .filtro-item {
        width: 75%;
    }
    #titulos .noticias .noticia {
        /* width: 28%; */
        height: 250px;
    }
}

@media screen and (max-width: 1370px) {
    #titulos .noticias .noticia {
        padding: 40px 15px 40px 15px;
    }
}

@media screen and (max-width: 1080px) {
    
    #titulos h3 {
        padding: 45px 10% 0px;
    }
    /* #titulos h3::after {
        margin-left: 104px;
        height: 14px;
        width: 294px;
    } */

    #titulos .noticias .noticia {
        /* width: 29%; */
    }
    #titulos .noticias .noticia h4 {
        font: normal 600 15px/27px Termina;
    }
    #titulos .noticias .noticia p {
        font: normal 600 14px/14px Work Sans;
    }
    #titulos .noticias .noticia span p {
        font: normal 600 14px/30px Termina;
    }
    .filtros .filtro-item {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {

    /* #titulos h3::after {
        margin-left: 78px;
    } */
    
    #titulos .noticias .noticia {
        /* width: 262px; */
    }

    #titulos .intro-prog {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {

    #titulos h3 {
        padding: 50px 24px 0px;
    }
    /* #titulos h3::after {
        margin-left: 27px;
        width: 264px;
    } */
    #titulos .noticias .noticia {
        /* width: 100%; */
        height: 290px;
    }
    #titulos .noticias .noticia h4 {
        font: normal 600 18px/30px Termina;
    }
    #titulos .noticias .noticia p {
        font: normal 600 17px/17px Work Sans;
    }
    #titulos .noticias .noticia span p {
        font: normal 600 16px/30px Termina;
    }
    .filtros {
        padding: 0px 30px 50px;
    }
}


/* Eventos anteriores */
.ev-anteriores h3 {
    max-width: 35%;
}
/* .ev-anteriores h3::after {
    width: 430px !important;
    margin-left: 120px !important;
} */

@media screen and (max-width: 1366px) {
    .ev-anteriores h4 {
        font: normal 13px/22px Termina;
    }

    .ev-anteriores .swiper-container {
        min-height: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .ev-anteriores h4 {
        font: normal 12px/19px Termina;
    }
    .ev-anteriores .swiper-container {
        min-height: 380px;
    }
}

@media screen and (max-width: 768px) {
    /* .ev-anteriores h3::after {
        width: 347px !important;
        margin-left: 73px !important;
    } */
}

@media screen and (max-width: 430px) {
    /* .ev-anteriores h3::after {
        width: 310px !important;
        margin-left: 23px !important;
    }
    .ev-anteriores .swiper-container {
        min-height: 320px;
    } */
}


h3 b {
    position: relative;
    z-index: 9;
}
h3 b span::after {
    background: #00E7FF 0 0 no-repeat padding-box;
    position: absolute;
    height: 19px;
    bottom: 20px;
    content: "";
    width: 99%;
    left: 0;
    z-index: -1;
    left: 4px;
}

@media screen and (max-width: 1024px) {
    h3 b span::after {
        height: 16px;
        bottom: 16px;
        left: 3.5px;
    }
}

/* Programação - Palestra dos eventos */
#programacao h3 {
    padding: 90px 120px 0px;
    margin-bottom: 40px;
}
#programacao h3 .mobile {
    display: none;
}
#programacao h3 .desk {
    display: block;
}

#programacao h3 b{
    position: relative;
    z-index: 9;
}
#programacao h3 b span::after {
    background: #00E7FF 0 0 no-repeat padding-box;
    position: absolute;
    height: 19px;
    bottom: 20px;
    content: "";
    width: 99%;
    left: 0;
    z-index: -1;
    left: 4px;
}

#programacao p small {
    text-align: left;
    font: normal 17px/30px Work Sans;
    font-weight: 700;
    color: #000000;
    opacity: 0.8;
    margin: 0px;
}

/* table com a programação */
#programacao .tabela-toggle{
    margin-bottom:100px !important;
}

#programacao .tabela-toggle .linha{
    display:grid;
    grid-gap:2px;
    margin-bottom:2px;
    border-bottom: 1px #bdbdbd solid;
}

#programacao .tabela-toggle .linha h4 {
    font: normal 25px/27px Termina;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 25px;
    margin-top: 30px;
    width: 100%;
}

#programacao .tabela-toggle .linha div p{
    margin-bottom:15px;
}

#programacao .tabela-toggle .linha .celula{
    padding: 0px 5px 0px 30px;
}
#programacao .tabela-toggle .linha .celula.celular-centralizada{
    text-align:center;
    font-size:16px
}
#programacao .tabela-toggle .linha button.celula{
    outline:none;
    border:0;
    box-shadow:none;
    display:flex;
    align-items:center;
    cursor:pointer;
    color:#333;
    font-family:"Open Sans", sans-serif;
    background-color: white;
}

#programacao .tabela-toggle .linha button.celula svg{
    height:22px;
    stroke:#333;
    transition:0.3s
}
#programacao .tabela-toggle .linha button.celula h3{
    margin-left:15px;
    font-size: 25px;
    font-weight: 600;
    line-height:24px
}
#programacao .tabela-toggle .linha button.celula.aberto svg{
    transform:rotate(-180deg)
}
#programacao .tabela-toggle .linha .corpo-toggle{
    display:none;
    grid-column:1/-1;
    font-size:16px;
    line-height:24px
}

/* item = cada palestra */
#programacao .item {
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
#programacao .item .item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 250px;*/
    width: 35%;
}
#programacao .item .item-infos {
    width: 60%;
}

#programacao .item .item-infos h4 {
    font: normal bold 23px/35px Termina;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
#programacao .item .item-infos h4 b{
    position: relative;
    z-index: 9;
}
#programacao .item .item-infos h4 b span::after {
    background: #A993FF 0 0 no-repeat padding-box;
    position: absolute;
    height: 8px;
    bottom: 9px;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
}

#programacao .item .item-infos p {
    transform: translateY(0px);
    transition: 1s ease-in-out;
    letter-spacing: 0;
    text-align: left;
    color: #212121;
    margin-top: 69px;
    margin-top: 20px;
    opacity: 1;

    text-align: left;
    font: normal 14px/26px Termina;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    
    font-weight: 400;
}

#programacao .item .item-infos p b {
    background: rgb(0 231 255 / 40%) 0 0 no-repeat padding-box;
    font-weight: 600;
}


@media (min-width: 992px){
    #programacao .tabela-toggle .linha button.celula{
        transition:0.3s
    }
}


@media (max-width: 1024px) {
    #programacao h3 {
        padding: 45px 10% 0px;
        margin-bottom: 35px;
    }
    #programacao .item .item-infos h4 {
        margin: unset;
    }
}

@media (max-width: 1023px){

    #programacao .tabela-toggle{
        margin-bottom:0
    }
    #programacao .tabela-toggle h4{
        font-size:14px;
        margin-bottom:10px
    }

    #programacao .tabela-toggle .linha .celula{
        padding:10px 15px
    }
    #programacao .tabela-toggle .linha .celula.celular-centralizada{
        font-size:12px;
        padding:10px
    }
    #programacao .tabela-toggle .linha button.celula h3{
        font-size:14px;
        line-height:22px;
        margin-left:18px
    }
    #programacao .tabela-toggle .linha .corpo-toggle{
        padding:10px;
        margin-top:-2px;
        font-size:14px;
        line-height:22px
    }

}

@media (max-width: 425px) {

    #programacao h3 {
        padding: 50px 24px 0px;
        margin-bottom: 40px;
    }
    #programacao h3 .mobile {
        display: block;
    }
    #programacao h3 .desk {
        display: none;
    }

    #programacao h3 b span::after {
        height: 11px;
        bottom: 15px;
        left: 3px;
    }

    #programacao .item .item-infos h4 {
        margin: revert;
    }

    #programacao .item {
        flex-direction: column-reverse;
    }
    #programacao .item .item-infos, .item .item-img {
        width: 100%;
    }             
    #programacao .item .item-img {
        max-height: 175px;
        width: 100%;
    	height: 250px;
    }   
}</pre></body></html>