/*--------------------------------------------------------LAYOUT BODY---------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

:root {
    --overlay-color: #03f4d8;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "DIN Pro";
}

/*--------------------------------------------------------LAYOUT BODY---------------------------------------------------------*/




/*---------------------------------------------------LAYOUT BACKGROUND VIDEO--------------------------------------------------*/
.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.bannerVideo {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    color: #fff;
    z-index: 2;
    transition: 0.5s;
}

.bannerVideo video {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.bannerVideo.active {
    right: 300px;
}

.bannerVideo header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    mix-blend-mode: overlay;
}

.txt_video {
    position: relative;
    z-index: 10;
}

.txt_video h2 {
    font-family: "DIN Pro Cond";
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.txt_video h3 {
    font-family: 'DIN Pro';
    font-size: 3em;
    margin: 10px 0;
    max-width: 750px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
}

.txt_video p {
    font-size: 1.4em;
    margin: 20px 0;
    max-width: 700px;
}

.txt_video a {
    font-family: "DIN Pro";
    display: inline-block;
    font-size: 1.5em;
    background: #6EB6bb;
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    transition: 0.2s;
    border-radius: 5px;
}

.txt_video a:hover {
    letter-spacing: 6px;
}

.socialMedia {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2em;
}

.socialMedia li {
    list-style: none;
}

.socialMedia li a {
    display: inline-block;
    filter: invert(1);
    margin-right: 20px;
    transform: scale(0.7);
    transition: 0.6s;
}

.socialMedia li a:hover {
    transform: scale(0.9) translateY(-7px);
}

/*--------CONFIG RESPONSIVE--------*/

@media(max-width: 991px) {

    .bannerVideo,
    .bannerVideo header {
        padding: 40px;
    }

    .txt_video h2 {
        font-size: 3em;
    }

    .txt_video h3 {
        font-size: 2em;
    }
}

/*-------FIM CONFIG RESPONSIVE-------*/

/*----------------------------------------------FIM LAYOUT BACKGROUND VIDEO---------------------------------------------------*/




/*---------------------------------------------------BARRA DE NAVEGAÇÃO-------------------------------------------------------*/

/*------CLICK MENU------*/
/*.toggle {
    padding: 40px 100px;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
}

.toggle.active {
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    cursor: pointer;
    padding: 0px;
}*/

/*-----FIM CLICK MENU------*/

.navMenu {
    display: none;
}

.navMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navMenu ul {
    position: relative;
    list-style: none;
}

.navMenu ul li a {
    text-decoration: none;
    font-size: 24px;
    color: #111;
}

.navMenu ul li a:hover {
    color: #6EB6bb;
}

/*----------------------------------------------------FIM BARRA DE NAVEGAÇÃO--------------------------------------------------*/




/*--------------------------------------------------------SECTION HP INFOS----------------------------------------------------*/

.siteINFO {
    align-items: center;
    font-family: "DIN Pro Cond";
    padding: 0.9em;
    background-image: url("../0 - img/Banners/01_HEADER_BG-min.JPG");
    background-position: center;
    opacity: 0.95;
    color: #ffffff;
}

.siteINFO h1 {
    font-size: 4em;
}

.siteINFO p {
    font-size: 1.4em;
    color: rgb(255, 255, 255);
}

.siteINFO img {
    border-radius: 55px;
}


.txtColor {
    color: #6EB6bb;
}

#div1 {
    display: inline-block;
    width: 40em;
}

#div2 {
    display: inline-block;
    width: 40em;
}

@media(max-width: 1313px) {
    #div1 {
        width: 100%;
    }

    #div2 {
        width: 100%;
    }
}

/*------------------------------------------------------FIM SECTION HP INFOS--------------------------------------------------*/



/*--------------------------------------------------------CARDS MODALIDADES----------------------------------------------------*/

.card-modalidades {
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(to top, #ffffff, #0f0f0f);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.card-modalidades h1 {
    font-family: "DIN Pro";
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #021420 0%,
            #ffffff 29%,
            #ffffff 67%,
            #6EB6bb 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: rgba(255, 255, 255, 0.945);
    background-clip: text;
    /*text-fill-color: transparent;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    font-size: 50px;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #021420;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.card-text-subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}

.card {
    background: #FFFFFF;
    box-shadow: rgb(63, 63, 63) 0px 20px 30px -10px;
    border-radius: 10px;
    padding: 3px;
}

.col-xs-12 {
    display: inline-block;
    width: 30%;
    margin-left: -20px;
}

.card-text {
    font-family: "DIN Pro Cond";
    font-weight: 700;
    font-size: 4em;
    line-height: 100%;
    margin-top: 0.4em;
    text-align: center;
    color: #6EB6bb;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #021420;
}

.panel-body {
    width: 100%;
    background-image: url('../0 - img/logo_transparente_new.png');
}

.card-img-top {
    width: 103.5%;
    margin-left: -1.5%;
    margin-top: -1%;
}

.flip-container {
    display: block;
    width: 100%;
    height: 30em;
    padding: 20px;
    perspective: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

#switch1,
#switch2,
#switch3,
#switch4 {
    display: none;
}

#switch1:checked~.flip-container .flipper,
#switch2:checked~.flip-container .flipper,
#switch3:checked~.flip-container .flipper,
#switch4:checked~.flip-container .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.back {
    transform: rotateY(180deg);
}

.back .card-img-top {
    width: 100%;
    height: 30%;
    opacity: 0.5;
    margin-top: 0.2%;
    margin-left: 0%;
    object-fit: cover;
    object-position: center;
}

.front .card-img-top {
    width: 100%;
    height: 50%;
    margin-top: 0.2%;
    margin-left: 0%;
    object-fit: cover;
    object-position: center;
}

.back p {
    margin-top: -1.5em;
    font-family: "DIN Pro Cond";
    /*font-style: normal;*/
    color: #000000;
    font-weight: 200;
    font-size: 22px;
    text-align: left;
}

#mais-flip img {
    margin-left: 6%;
    width: 0px;
    margin-top: -5em;
}

.panel-footer {
    position: relative;
    border: none;
    border-radius: 0px 0px 22.7971px 22.7971px;
}

#mais img {
    position: relative;
    margin-left: 20%;
    width: 50px;
    margin-top: -10em;
    transform: translate(-100%, 100%);
}

.seta_menor {
    top: calc(100% - 40px) !important;
}


/*--------CONFIG RESPONSIVE--------*/

@media (max-width: 1160px) {
    .col-xs-12 {
        width: 100%;
    }
}

/*--------CONFIG RESPONSIVE--------*/


/*------------------------------------------------------FIM CARDS MODALIDADES--------------------------------------------------*/



/*---------------------------------------------------------SECTION FOTOS------------------------------------------------------*/
#fotos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    z-index: 3;
}

#fotos h2 {
    margin-bottom: 20px;
}

#fotos img {
    width: 100%;
}

.titleIG {
    margin: 0 auto;
}

.bi-instagram {
    position: absolute;
    margin-top: 3px;
}

.titleIG h3 {
    text-align: center;
}

/*--------CONFIG RESPONSIVE--------*/
@media screen and (min-width: 768px) {
    #fotos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #fotos h2 {
        width: 100%;
        text-align: center;
    }

    #fotos img {
        width: 33.3333333%;
    }
}

/*-------FIM CONFIG RESPONSIVE--------*/
/*-----------------------------------------------------FIM SECTION FOTOS------------------------------------------------------*/




/*---------------------------------------------------CARROSSEL DEPOIMENTOS----------------------------------------------------*/
.title-dep {
    text-align: center;
    font-family: "DIN Pro";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    background-color: #6EB6bb;
    color: #0A0220;
}

.slider {
    width: 100%;
}

.slider input {
    display: none;
}

.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
    perspective: 1000px;
    overflow: hidden;
}

.testimonials .item {
    width: 450px;
    padding: 30px;
    border-radius: 5px;
    background-color: #2b4041;
    /*#0A0220;*/
    /*background-image: linear-gradient(to top, #6EB6bb, #2b4041);*/
    position: absolute;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    user-select: none;
    cursor: pointer;
}

.testimonials .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 12px solid #ffffff;
}

.testimonials .item p {
    color: #6EB6bb;
}

.testimonials .item h2 {
    font-size: 14px;
    color: #6EB6bb;
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dots label {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #523b3b;
    margin: 7px;
    transition-duration: 0.2s;
}

#t-1:checked~.dots label[for="t-1"],
#t-2:checked~.dots label[for="t-2"],
#t-3:checked~.dots label[for="t-3"],
#t-4:checked~.dots label[for="t-4"],
#t-5:checked~.dots label[for="t-5"] {
    transform: scale(2);
    background-color: rgb(0, 0, 0);
}

#t-1:checked~.dots label[for="t-2"],
#t-2:checked~.dots label[for="t-1"],
#t-2:checked~.dots label[for="t-3"],
#t-3:checked~.dots label[for="t-2"],
#t-3:checked~.dots label[for="t-4"],
#t-4:checked~.dots label[for="t-3"],
#t-4:checked~.dots label[for="t-5"],
#t-5:checked~.dots label[for="t-4"] {
    transform: scale(1.5);
}

#t-1:checked~.testimonials label[for="t-3"],
#t-2:checked~.testimonials label[for="t-4"],
#t-3:checked~.testimonials label[for="t-5"],
#t-4:checked~.testimonials label[for="t-1"],
#t-5:checked~.testimonials label[for="t-2"] {
    transform: translate3d(600px, 0, -180px) rotateY(-25deg);
    z-index: 2;
}

#t-1:checked~.testimonials label[for="t-2"],
#t-2:checked~.testimonials label[for="t-3"],
#t-3:checked~.testimonials label[for="t-4"],
#t-4:checked~.testimonials label[for="t-5"],
#t-5:checked~.testimonials label[for="t-1"] {
    transform: translate3d(300px, 0, -90px) rotateY(-15deg);
    z-index: 3;
}

#t-2:checked~.testimonials label[for="t-1"],
#t-3:checked~.testimonials label[for="t-2"],
#t-4:checked~.testimonials label[for="t-3"],
#t-5:checked~.testimonials label[for="t-4"],
#t-1:checked~.testimonials label[for="t-5"] {
    transform: translate3d(-300px, 0, -90px) rotateY(15deg);
    z-index: 3;
}

#t-3:checked~.testimonials label[for="t-1"],
#t-4:checked~.testimonials label[for="t-2"],
#t-5:checked~.testimonials label[for="t-3"],
#t-2:checked~.testimonials label[for="t-5"],
#t-1:checked~.testimonials label[for="t-4"] {
    transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}

#t-1:checked~.testimonials label[for="t-1"],
#t-2:checked~.testimonials label[for="t-2"],
#t-3:checked~.testimonials label[for="t-3"],
#t-4:checked~.testimonials label[for="t-4"],
#t-5:checked~.testimonials label[for="t-4"],
#t-5:checked~.testimonials label[for="t-5"] {
    z-index: 4;
}

/*-------------------------------------------------FIM CARROSSEL DEPOIMENTOS--------------------------------------------------*/




/*---------------------------------------------------------FOOTER-------------------------------------------------------------*/
.title-location {
    text-align: center;
    font-family: "DIN Pro";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    background-color: #6EB6bb;
    color: #0A0220;
}

.rodape {
    padding: 5px;
    background-image: linear-gradient(to left, #6EB6bb, #2b4041);
    color: #ffffff;
    z-index: 10;
}


footer a {
    text-decoration: none;
    color: #00FFFF;
}

/*--------------------------------------------------------FIM FOOTER----------------------------------------------------------*/