body {
    overflow-x: hidden;
}

.display-video-text a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Corrige o texto de cidade/data que herdava font-size: 6vh do .camada p */
.junto p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: inline;
    color: white;
    text-transform: uppercase;
}

/* Corrige a largura da barra de localização/data */
.alinha {
    width: 100%;   /* era 50% — já está dentro de .camada que tem 50% */
    height: auto;
    padding: 4px 0;
    gap: 16px;
}

.backgroundslider {
    width: 100%;
    min-height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5px;
    background-image: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/img-bg-paranagua.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.backgroundslider-1 {
    width: 100%;
    min-height: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/texto-assembleia-itinerante.png);
}

.waves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    transform-origin: 40% 50%;
    transform: rotate(-9deg) scale(1.03);
    pointer-events: none;
}

img.itineranteleterring {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#logo-embreve {
    top: 35%;
    left: 42%;
}

.container-fluid.site.sbackground {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1.4vh;
    padding-bottom: 0 !important;
}

.container-fluid.contagem {
    background-image: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/img-laranja-interior.png);
    width: 100%;
    min-height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid.informacoes {
    width: 100%;
    min-height: 70vh;
    background-color: white;
}


.backgroundcover {
    background-blend-mode: soft-light;
    background-image: linear-gradient(45deg, #4fc162b8, #008b18b8);
}



.container-fluid.formulario {
    width: 100%;
    min-height: 80vh;
    background-color: white;
}

.star {
    font-size: 3rem;
    color: #aaa;
    cursor: pointer;
    padding: 0 5px;
    transition: color 200ms;
}

.star:hover,
.star.selected {
    color: #f5a623;
}

.form-title {
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
}

.form-title h1 {
    font-weight: 900;
}

.form-title h3 {
    font-size: 10px;
    margin-top: 8vh;
}

#row {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    min-height: 70vh;
    align-items: center;
    flex-direction: row;
}

#row1 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

#row .col h1 {
    margin-top: 3.5vh;
    margin-bottom: 3.5vh
}

#row .col h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
}

#emai {
    text-align: left !important;
    text-decoration: none !important;
    color: #2b5777;
    text-transform: lowercase;
    font-size: 11px !important;
}

#row .col p {
    text-align: center;
    color: white;
    margin-top: 5vh;
}

#row .col p:hover {
    color: white;
}

#row .col h3 {
    font-size: 12px;
    font-weight: lighter;
}

.counter-column .label-number {
    font-size: 30px;
}

.counter-column .label {
    font-size: 15px;
    font-weight: 100;
}

.counter-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    margin: 10px;
    min-width: 12vh;
    min-height: 12vh;
    background: linear-gradient(225deg, #ffffff1c 50%, transparent 51%);
}

.counter-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.section.section-swiper-absoulte.context-dark.text-center.wow.fadeIn {
    overflow: hidden !important;
}

.btu {
    width: 20vh;
    height: 5.5vh;
    background-color: #d36625;
    background: linear-gradient(45deg, #d86c2e 32%, #f1894a 68%);
    color: white;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.dix-btu-logo {
    width: 100vw;
    overflow: hidden;
    height: 14vh;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.btu-logo {
    width: 45vh;
    height: 6.5vh;
    background-color: white;
    color: #005993;
    text-transform: uppercase;
    border: none;
    text-align: center;
    font-size: 20px;
}

.btu-1 {
    margin-top: 2vh;
    width: 20vh;
    height: 5.5vh;
    background-image: linear-gradient(45deg, #4fc162b8, #008b18b8);
    color: white;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.one {
    margin-top: 32rem;
}

.container-alinha {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.container-alinha2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tabs-custom.tabs-horizontal.tabs-corporate {
    margin-top: 4vh;
}

@media screen and (max-width:465px) {
    .owl-dots {
        display: none !important;
    }

    .junto {
        font-size: 20px !important;
    }
}

@media screen and (min-width:468px) and (max-width:800px) {
    .camada {
        margin-top: 15vh;
    }

    .backgroundslider {
        min-height: 65vh !important;
    }

    #row {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        min-height: 70vh;
        flex-direction: column;
        align-items: center;
    }

    .container-fluid>#row {
        min-height: 140vh !important;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .camada h4 {
        font-size: 2.5vh !important;
        font-weight: 900 !important;
        color: white !important;
        text-align: center !important;
        text-transform: uppercase !important;
        margin-bottom: -17px !important;
    }

    .camada h1 {
        font-size: 6vh !important;
        text-align: center !important;
        font-weight: 900 !important;
        color: white !important;
        text-transform: uppercase !important;
    }

    .camada {
        position: absolute !important;
        z-index: 3 !important;
        width: 100% !important;
        top: 17vh !important;
        left: 1vw !important;
    }

    #last {
        min-height: 20vh;
    }

    .backgroundslider {
        margin-top: -12px;
        max-width: 100vw;
        max-height: 58vh;
        min-height: 50vh;
        overflow: hidden;
    }

    #row {
        max-width: 100%;
    }

    .container-fluid.contagem {
        max-width: 100vw;
        min-height: 45vh;
    }

    .counter-column {
        min-width: 9vh;
    }

    .counter-column .label-number {
        font-size: 150%;
    }

    .counter-column .label {
        font-size: 70%;
    }

    .container-fluid.contagem .container,
    .container-fluid.contagem .container #row {
        max-height: 45vh;
        align-items: flex-start;
    }

    .container-fluid>#row {
        min-height: 100vh;
        flex-wrap: wrap;
    }

    .container-fluid #row #col img {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .container-fluid #row #col>#image {
        margin-left: -25vh;
        margin-top: 35.5vh;
        width: 45vw;
        height: 45vw;
    }

    .container-fluid #row #col #text {
        text-align: center;
    }

    #titulo {
        margin-top: 0;
    }

    #titul {
        margin-top: 0;
    }

    .owl-nav {
        display: none !important;
    }


    .owl-dots {
        height: 20px !important;
    }

    #row1 #col1 form {
        min-height: 900px;
    }

    .backgroundslider-1 {
        max-width: 100%;
        min-height: 100vh;
        margin: 0 15px;
    }

    .backgroundslider img {
        margin: 0px -18%;
        max-width: 100%;
    }

    .form-check-label {
        max-width: 90% !important;
    }
}

.backgroundslider img {
    margin: 0px -18%;
    max-width: 100%;
}

#col1 {
    text-align: justify;
}

.form-title {
    text-align: justify;
}

#text {
    color: black;
    text-align: justify;
}

#col1 {
    display: flex;
    flex-direction: column;
    max-width: 60vh;
    min-height: 95vh;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3%;
}

#col {
    display: flex;
    flex-direction: column;
    max-width: 40vh;
    min-height: 60vh;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#text h3 {
    color: orange;
    text-transform: uppercase;
    font-weight: 100;
}

#text h1 {
    font-weight: 500;
    text-transform: uppercase;
}

#text p p {
    font-weight: 100;
}

text p {
    font-weight: 300;
}

#image {
    position: absolute;
    border: 10px solid white;
    margin-left: -45vh;
    margin-top: 33.5vh;
    width: 15vw;
    height: 15vw;
}

img {
    max-width: 100%;
}

.owl-nav button {}

#titulo {
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8vh;
    margin-bottom: 8vh;
}

#titul {
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8vh;
}

#titul h1 {
    font-weight: 900;
}

#titul p {
    font-weight: 100;
}

#titulo h1 {
    font-weight: 900;
}

#titulo p {
    font-weight: 100;
}

.owl-dots {
    display: flex;
    height: 14vh;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: nowrap;
}

.owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 50px;
    margin: 0px -4rem;
    margin-top: -13vh;
}

.form-title h1,
.form-title h3 {
    color: #26264c;
    text-align: left;
}

.dix {
    position: fixed;
    z-index: 99;
    top: 8vh;
    width: 50vh;
    margin-left: 35vh;
    transition: .5s;
}

button.btu-1 a {
    text-decoration: none !important;
    color: white;
}

#last {
    min-height: 12vh;
}


/** @section Waves */

.waves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    transform-origin: 40% 50%;
    transform: rotate(-9deg) scale(1.03);
    pointer-events: none;
}


/** @section Swiper */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}


/* Auto Height */

.swiper-container-autoheight {
    height: auto;
}

.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}


/* 3D Effects */

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(#000000);
    transform: translate3d(#000000);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}


/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 90px;
    }
}


/* Bullets */

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.2;
    border: 2px solid #ffffff;
    transition: .3s ease-out all;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: transparent;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}


/* Progress */

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d90e90;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}


/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}


/* Preloader */

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
    pointer-events: auto;
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

.swiper-container-vertical {
    max-height: 40.10417vw;
}

.section-swiper-absoulte {
    position: relative;
    overflow: hidden;
}

.section-swiper-absoulte .section-swiper-content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-swiper-absoulte .section-swiper-content>*:not(.video-link-wrapper):not(.section-swiper-content-overlay) {
    position: relative;
    z-index: 2;
}

.section-swiper-absoulte .swiper-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: auto;
    min-height: auto;
}

[class*='ie-'] .section-swiper-absoulte .swiper-slider {
    height: auto;
}

@media (min-width: 992px) {
    .section-swiper-absoulte .section-swiper-content {
        padding-top: 250px;
        padding-bottom: 180px;
    }
}

@media (min-width: 1200px) {
    .section-swiper-absoulte .section-swiper-content {
        padding-top: 290px;
        padding-bottom: 300px;
    }

    .section-swiper-absoulte .section-swiper-content-sm {
        padding-top: 350px;
        padding-bottom: 210px;
    }
}

.swiper-slider {
    display: flex;
    min-height: 40.10417vw;
}

[class*='ie-'] .swiper-slider {
    height: 40.10417vw;
}

.swiper-slider .swiper-wrapper {
    height: auto;
}

.swiper-slider .swiper-slide {
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.swiper-slide>* {
    flex-grow: 1;
}

.section-swiper-content-overlay {
    z-index: 1;
    border-top-color: rgba(240, 0, 255, 0.7);
    mix-blend-mode: soft-light;
}

[class*='ie'] .section-swiper-content-overlay {
    border-top-color: rgba(240, 0, 255, 0.25);
}

.section-swiper-content {
    position: relative;
}

.section-swiper-content>* {
    position: relative;
    z-index: 3;
}

.section-swiper-content .section-swiper-content-overlay {
    position: absolute;
    z-index: 2;
}

.camada {
    position: absolute;
    z-index: 3;
    width: 50%;
    top: 45vh;
    left: 24vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.camada h4 {
    font-size: large;
    font-weight: bolder;
    color: white;
}

.camada p {
    font-size: 6vh;
    text-align: center;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    margin: 0;
}

.text-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin: 0;
    align-items: center;
    padding-top: 1rem;
}

#big {
    font-size: 15vh;
    margin: 0;
    line-height: 1;
}

.bigbig {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    align-content: center;
    padding: 0;
    line-height: 1;
}

.camada h4 {
    font-size: 36px;
    font-weight: 900;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.alinha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 5vh;
}

.alinha2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 61%;
    height: 5vh;
}

.junto {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

.junto span {
    font-size: 25px;
    width: 33px;
    height: 20px;
}

.teste-table {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: grey;
    overflow: hidden;
}


/** @section Schedule */

.schedule-classic {
    display: block;
    text-align: left;
}

.schedule-classic .unit-left,
.schedule-classic .unit-body {
    display: block;
}

.schedule-classic .unit-left {
    min-width: 122px;
}

.schedule-classic .unit-body {
    flex-grow: 1;
}

.collapsed .schedule-classic-content {
    background-color: #ffffff;
    line-height: 1;
}

.schedule-classic-content {
    padding: 30px 20px;
    background-color: #f4f2ee;
}

.schedule-classic-img {
    position: relative;
    display: block;
    padding-left: 20px;
}

.schedule-classic-img>img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.schedule-classic-img+.schedule-classic-img {
    margin-top: 6px;
}

.schedule-classic-content,
.schedule-classic-time,
.schedule-classic-title,
.schedule-classic-author {
    display: block;
}

.schedule-classic-time,
.schedule-classic-title {
    text-transform: uppercase;
}

.schedule-classic-time {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #d90e90;
}

.schedule-classic-title {
    transition: .3s ease-out all;
}

.schedule-classic-title,
.schedule-classic-title:focus,
.schedule-classic-title:active {
    color: #26264b;
}

.schedule-classic-title:hover {
    color: rgba(38, 38, 75, 0.8);
    text-decoration: none;
}

.schedule-classic-author {
    color: #8c8c9a;
}

.schedule-classic-author-name {
    color: #f09922;
    text-decoration: underline;
}

*+.schedule-classic-title {
    margin-top: 8px;
}

*+.schedule-classic-author {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .schedule-classic-img {
        text-align: center;
        padding-left: 0;
    }

    .schedule-classic-content {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .schedule-classic-content {
        padding: 60px 66px;
    }
}

@media (min-width: 1200px) {
    .schedule-classic-title {
        font-size: 20.99px;
    }
}

.schedule-classic-simple {
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.schedule-classic-simple *+.schedule-classic-time {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .schedule-classic-simple .schedule-classic-img {
        position: absolute;
        left: 61px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .schedule-classic-simple .schedule-classic-content {
        position: relative;
        padding-left: 173px;
    }
}

@media (min-width: 992px) {
    .schedule-classic-simple .schedule-classic-content {
        padding-left: 207px;
    }
}


/** @section Nav custom */

.tabs-custom .nav {
    border-bottom: none;
    margin-left: -14px;
    margin-bottom: -10px;
    overflow-y: hidden;
    height: 85px !important;
}

.tabs-custom .nav-item {
    min-width: 95%;
    flex-basis: 95%;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-left: 14px;
}

.tabs-custom .nav-link {
    position: relative;
    padding: 20px 12px;
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.tabs-custom .nav-link-secondary-darker {
    background-color: #ef7630;
}

.tabs-custom .nav-link-secondary-darker:hover,
.tabs-custom .nav-link-secondary-darker.active {
    color: #26264b;
}

.tabs-custom .nav-link-secondary-darker:hover .nav-link-cite,
.tabs-custom .nav-link-secondary-darker.active .nav-link-cite {
    color: #ef7630;
}

.tabs-custom .nav-link-secondary-darker:hover .nav-link-title,
.tabs-custom .nav-link-secondary-darker.active .nav-link-title {
    color: #26264b;
}

.tabs-custom .nav-link-purple-heart {
    background-color: #004071;
}

.tabs-custom .nav-link-purple-heart:hover,
.tabs-custom .nav-link-purple-heart.active {
    color: #26264b;
}

.tabs-custom .nav-link-purple-heart:hover .nav-link-cite,
.tabs-custom .nav-link-purple-heart.active .nav-link-cite {
    color: #004071;
}

.tabs-custom .nav-link-purple-heart:hover .nav-link-title,
.tabs-custom .nav-link-purple-heart.active .nav-link-title {
    color: #26264b;
}

.tabs-custom .nav-link-primary {
    background-color: #d90e90;
}

.tabs-custom .nav-link-primary:hover,
.tabs-custom .nav-link-primary.active {
    color: #26264b;
}

.tabs-custom .nav-link-primary:hover .nav-link-cite,
.tabs-custom .nav-link-primary.active .nav-link-cite {
    color: #d90e90;
}

.tabs-custom .nav-link-primary:hover .nav-link-title,
.tabs-custom .nav-link-primary.active .nav-link-title {
    color: #26264b;
}

.tabs-custom .nav-link-secodanry {
    background-color: #f09922;
}

.tabs-custom .nav-link-secodanry:hover,
.tabs-custom .nav-link-secodanry.active {
    color: #26264b;
}

.tabs-custom .nav-link-secodanry:hover .nav-link-cite,
.tabs-custom .nav-link-secodanry.active .nav-link-cite {
    color: #f09922;
}

.tabs-custom .nav-link-secodanry:hover .nav-link-title,
.tabs-custom .nav-link-secodanry.active .nav-link-title {
    color: #26264b;
}

.tabs-custom .nav-link:hover,
.tabs-custom .nav-link.active {
    color: #26264b;
    background-color: #f4f2ee;
}

.tabs-custom .nav-link:hover .nav-link-title,
.tabs-custom .nav-link:hover .nav-link-cite,
.tabs-custom .nav-link.active .nav-link-title,
.tabs-custom .nav-link.active .nav-link-cite {
    transition: .3s ease-out all;
}

.tabs-custom .nav-link-cite,
.tabs-custom .nav-link-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.tabs-custom .nav-link-cite {
    font-size: 14px;
    letter-spacing: .2em;
}

@media (min-width: 480px) {
    .tabs-custom .nav-item {
        min-width: 44%;
        flex-basis: 44%;
    }
}

@media (min-width: 768px) {
    .tabs-custom .nav-item {
        min-width: auto;
        flex-basis: auto;
    }
}

@media (min-width: 1200px) {
    .tabs-custom .nav-link {
        padding: 28px 12px;
    }
}

.tab-content {
    position: relative;
    padding: 10px;
    background-color: #f4f2ee;
}

.tab-pane {
    padding: 0 15px;
    background-color: #ffffff;
}

.tab-pane .card-custom,
.tab-pane .schedule-classic-simple {
    opacity: 0;
    transform: translateX(30px);
    transition: .3s ease-out all;
}

.tab-pane.active {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tab-pane.active .card-custom,
.tab-pane.active .schedule-classic-simple {
    opacity: 1;
    transform: translateX(0);
}

.tab-pane.active .card-custom:nth-child(1),
.tab-pane.active .schedule-classic-simple:nth-child(1) {
    transition-delay: .2s;
}

.tab-pane.active .card-custom:nth-child(2),
.tab-pane.active .schedule-classic-simple:nth-child(2) {
    transition-delay: .35s;
}

.tab-pane.active .card-custom:nth-child(3),
.tab-pane.active .schedule-classic-simple:nth-child(3) {
    transition-delay: .5s;
}

.tab-pane.active .card-custom:nth-child(4),
.tab-pane.active .schedule-classic-simple:nth-child(4) {
    transition-delay: .65s;
}

.tab-pane.active .card-custom:nth-child(5),
.tab-pane.active .schedule-classic-simple:nth-child(5) {
    transition-delay: .8s;
}

.tab-pane.active .card-custom:nth-child(6),
.tab-pane.active .schedule-classic-simple:nth-child(6) {
    transition-delay: .95s;
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    display: block;
    visibility: visible;
    height: auto;
    overflow: visible;
}

*+.tabs-custom {
    margin-top: 30px;
}

@media (min-width: 480px) {
    .tab-pane.active {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .tab-content {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .tab-pane.active {
        padding-left: 60px;
        padding-right: 60px;
    }

    *+.tabs-custom {
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .tabs-vertical.tabs-custom {
        position: relative;
    }

    .tabs-vertical.tabs-custom .nav-tabs {
        position: absolute;
        top: 0;
        left: 0;
        width: 97px;
    }

    .tabs-vertical.tabs-custom .nav-item {
        margin-left: 12px;
        height: 279px;
        transform: rotate(-90deg);
    }

    .tabs-vertical.tabs-custom .nav-link {
        padding: 29px 12px;
        width: 279px;
    }

    .tabs-vertical.tabs-custom .tab-content {
        margin-left: 97px;
    }
}

*+.tabs-custom {
    margin-top: 30px;
}


/** @section Panel custom */

.card-group-custom {
    margin-bottom: 0;
}

.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
    border-top: 0;
}

.card-group-custom .card+.card {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .junto {
        margin: 0px!important;
        padding: 0px!important;
    }

    .card-group-custom *+.card {
        padding-top: 30px;
    }
}

.card-custom {
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #ffffff;
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card-custom .card-body {
    padding: 20px 20px 40px;
    border: 0;
}

.card-custom .card-body>*+* {
    margin-top: 20px;
}

.card-custom .card-title {
    margin-bottom: 0;
}

*+.card-group-custom {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .card-custom:not(:first-child) .card-header .card-title>a {
        margin-top: 60px;
    }

    .card-custom:not(:first-child) .card-header .card-title a.collapsed {
        margin-top: 0;
    }

    .card-custom .card-body {
        padding: 15px 10px 35px 168px;
    }

    *+.card-group-custom {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .card-custom .card-body {
        padding: 45px 10px 45px 208px;
    }

    .card-custom .card-body>*+* {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .card-custom .card-body {
        padding: 45px 10px 45px 208px;
    }

    .card-custom .card-body>*+* {
        margin-top: 48px;
    }
}

.card-corporate {
    display: flex;
    text-align: left;
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #ffffff;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.schedule-classic .unit-left,
.schedule-classic .unit-body {
    display: block;
}

.schedule-classic .unit-left {
    min-width: 122px;
}

a.collapsed {
    text-decoration: none;
}

.foat {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 10vh;
}

.foat img {
    width: 20%;
    float: left;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20%;
    height: 20%;
}

article.card.card-custom.card-corporate {
    height: 13vh;
    overflow: hidden;
}

.stica {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(40%);
}


/* .video-item {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-item img {
    align-self: center;
}
 */



.progress {
    height: 5px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.6s ease-in-out;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

img {
    vertical-align: middle;
    border-style: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

progress {
    vertical-align: baseline
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}



.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}


.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.video-item {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}


.yout {
    background: transparent;
}
.container-fluid.yout {
    height: 60vh;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.video-item {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}


.backgrounds-counter {
    width: 100%;
    min-height: 18vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/back-counter-itinerante-2023.jpg);
}

.bord {
    border: 3px solid white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 7.5vh;
    height: 7vh;
    margin: 1vh;
}

.count-numbers {
    font-size: large;
    margin: 0;
}

.count-text {
    font-size: xx-small;
    font-weight: 600;
}

.titilo-counter {
    text-align: center;
    text-transform: uppercase;
    font: bolder;
    font-size: xx-large;
    font-weight: bolder;
    display: flex;
    color: white;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0vh;
}

.counter-count {
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 0vh;
}

.text-counter {
    text-align: center;
    font-size: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
}

div#modalALEP {
    display: none !important;
}

.backgrounds-counter .container {
    width: 100%;
    height: 18vh;
    display: flex;
    color: white;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.titilo-counter h1 {
    font-size: 25px;
    line-height: 0;
    margin-top: 1.5rem;
}

.titilo-counter h4 {
    font-size: 15px;
    line-height: 0;
}

.linear-count {
    background: linear-gradient(225deg, #ffffff21 50%, transparent 51%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.dix-btu-logo {
    width: 100vw;
    overflow: hidden;
    height: 14vh;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.display-video-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: -24vw;
    bottom: -8vh;   /* era -14vh; centralizado entre os dois antigos botões */
    text-align: center;
}

.display-text-video {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
    margin-right: 1vh;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.class-video-play {
    width: 10vh;
    height: 10vh;
    background-color: #ec7631;
    border-radius: 50%;
    font-size: 25px;
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.back-video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(225deg, #ffffff21 50%, transparent 50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {

    .alinha {
        width: 95% !important;
        height: auto !important;
    }
    .junto p {
        font-size: 14px !important;
    }
    
    .form-title {
        padding-left: 1.5rem;
    }

    .owe-video {
        width: 100%;
        margin-bottom: 5rem;
    }

    img#video-position {
        width: 85%;
        margin: 0 20%;
    }

    .backgroundslider {
        min-height: 90vh !important;
    }

    section.section.section-swiper-absoulte.context-dark.text-center.wow.fadeIn {
        min-height: 90vh !important;
    }

    #logo-principal {
        width: 70vw !important;
        top: 6vh !important;
    }

    #logo-embreve {
        width: 35vw !important;
        top: 25vh !important;
        left: 33vw !important;
    }

    .dix-btu-logo {
        width: 100vw !important;
        overflow: hidden !important;
        height: 14vh !important;
        display: flex !important;
        align-content: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .btu-logo {
        width: 60vw !important;
        height: 6.5vh !important;
        background-color: white !important;
        color: #005993 !important;
        text-transform: uppercase !important;
        border: none !important;
        text-align: center !important;
        font-size: 12px !important;
    }

    .camada p {
        font-size: 11vw !important;
    }

    .camada {
        position: absolute !important;
        z-index: 3 !important;
        width: 100% !important;
        top: 34vh !important;
        left: 1vw !important;
    }

    .alinha {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        justify-content: space-evenly !important;
        align-items: center !important;
        width: 95% !important;
        height: auto !important;
    }

    .alinha2 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        justify-content: space-evenly !important;
        align-items: center !important;
        width: 95% !important;
        height: 8vh !important;
    }

    .display-video-text {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        align-items: center !important;
        position: absolute !important;
        right: 5vw !important;
        bottom: -17vh !important;  
        text-align: center !important;
        justify-content: flex-end !important;
    }

    .class-video-play {
        width: 20vw !important;
        height: 20vw !important;
        background-color: #ec7631 !important;
        border-radius: 50% !important;
        font-size: 25px !important;
        color: white !important;
        display: flex !important;
        align-content: center !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    #big {
        font-size: 30vw !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    #row1 #col1 form {
        min-height: auto !important;
    }

    .count-numbers {
        font-size: 20px !important;
        margin-bottom: 1vw;
    }

    .count-text {
        font-size: 10px !important;
        font-weight: 600 !important;
    }

    .bord {
        border: 2px solid white !important;
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        justify-content: center !important;
        align-items: center !important;
        width: 10vh !important;
        height: 10vh !important;
        margin: 1vh !important;
    }

    .titilo-counter h1 {
        font-size: 2.5rem !important;
        margin-top: 2.5rem !important;
    }

    .titilo-counter h4 {
        font-size: 2rem !important;
    }

    .backgrounds-counter .container {
        width: 100% !important;
        height: 28vh !important;
        display: flex !important;
        color: white !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-content: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .backgrounds-counter {
        width: 100% !important;
        min-height: 28vh !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-image: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/back-counter-itinerante-2023.jpg);
    }

    .text-counter {
        text-align: center !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-content: space-between !important;
        justify-content: center !important;
        align-items: center !important;
        color: white !important;
        font-size: 1.7rem !important;
    }

    #row {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        min-height: auto !important;
        align-items: center;
        flex-direction: column;
        padding-bottom: 35px;
    }

    #col {
        display: flex !important;
        flex-direction: column;
        max-width: 40vh !important;
        min-height: 40vh !important;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: justify;
    }

    .linear-count {
        background: linear-gradient(225deg, #ffffff21 50%, transparent 51%);
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    article.card.card-custom.card-corporate {
        height: auto !important;
        overflow: hidden;
        padding-bottom: 35%;
        padding-top: 40%;
    }

    .foat img {
        width: 100%;
    }

    .foat {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        height: 10vh;
    }

    #text {
        color: black;
        text-align: justify !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) and (max-height: 768px) {
    .bord {
        border: 2px solid white;
    }

    .count-text {
        line-height: 1;
    }

    .count-numbers {
        line-height: 1;
    }

    .camada {
        top: 62vh;
    }

    .display-video-text {
        bottom: 4vh;
    }

    .alinha {
        width: 100%;
    }

    .alinha2 {
        width: 100%;
    }

    .titilo-counter {
        padding-top: 1rem !important;
    }

    .backgrounds-counter {
        width: 100% !important;
        min-height: 20vh !important;
    }

    img#logo-embreve {
        top: 45% !important;
        left: 39% !important;
    }

    .btu-logo {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    /* Estilos para tablets e dispositivos com largura intermediária */
}

@media (min-width: 1201px) {
    /* Estilos para monitores de desktop */
}

img#video-position {
    max-width: 85%;
}


.tabs-custom .nav-link-purple-blue {
    background-color: #ef7630;
}


div#ul_li .owl-nav {
    margin-top: -19rem;
}
