<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 {
    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: 414px) {
    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: 414px) {
    #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);
    }
    
}

/* 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: 414px) {
    
    
    .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: 414px) {
    .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;
}</pre></body></html>