@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

* {
    font-family: 'Comfortaa', cursive;
}

body {
    cursor: url("../img/pointer5.png"), auto !important;
}

#cont-home {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Bg-1.jpg")center no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    overflow-x: hidden;
    overflow-y: hidden;
}

header {
    width: 100%;
    position: relative;
    z-index: 999;
}


header .container-fluid {
    max-width: 1600px;
    width: 80%;
    padding-top: 40px;

}

header .container-fluid nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

nav a.logo {
    position: relative;
    transition: .5s;
    animation-name: topMenu;
    animation-duration: 2.0s;
    cursor: url("../img/pointer5.png"), auto;
}

nav a.logo img {
    width: 160px;
}

nav a.logo:hover {
    transform: scale(1.1);
}

nav .menu-btn {
    color: #466574;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-decoration: none;
    cursor: url("../img/pointer5.png"), auto;
    padding: 30px;
    animation-name: topMenu;
    animation-duration: 2.5s;
}

nav .menu-btn::before {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    background: #fff;
    left: 2px;
    top: -15px;
    z-index: -2;
    border-radius: 50%;
    animation-name: ondass;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    box-shadow: 0 0 10px #fff;
    animation-play-state: running;
}

nav .menu-btn::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    background: #fff;
    left: 16px;
    top: 0px;
    z-index: -1;
    border-radius: 50%;
    animation-name: ondas;
    animation-duration: .9s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    box-shadow: 0px 0px 14px #78787851, 7px 0px 2px #ffffff00;
}

@keyframes ondas {
    0% {
        transform: scale(1.4);

    }

    100% {
        transform: scale(1);

    }
}

@keyframes ondass {
    0% {
        transform: scale(1);

    }

    100% {
        transform: scale(1.1);

    }
}


#menu-oculto {
    width: 100%;
    min-height: 100vh;
    background: url("../img/Bg-menu.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    z-index: 999;
    display: none;
    padding-top: 130px;
    transition: .8s;

}

#menu-oculto.active {
    right: 0%;
    display: block;
    animation-name: desvanecer;
    animation-duration: .4s;
    animation-timing-function: ease-out;
}

@keyframes desvanecer {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#menu-oculto ul {
    padding: 0;
}

#menu-oculto ul li {
    list-style: none;
    text-align: center;
    margin: 30px 0;
}

#menu-oculto ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    cursor: url("../img/pointer5.png"), auto;
    transition: .4s;
}



#menu-oculto ul li a:before {
    width: 0%;
    height: 2px;
    background: transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s;
    box-shadow: 0 0 10px #fff;
}

#menu-oculto ul li a:hover:before {
    width: 80%;
    background: #fff;
}

.container-cards {
    max-width: 1920px;
    width: 100%;
    padding-top: 40px;
    margin: 20px auto 0;
    display: flex;
    position: relative;
    cursor: url("../img/pointer5.png"), auto;
    overflow: hidden;
    height: 550px;
    scroll-snap-type: x mandatory;

    overflow-x: scroll;
    scroll-behavior: smooth;
}

.container-cards::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.container-cards .cardApis {
    position: relative;

    transition: .4s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Sombra por defecto */
}

.container-cards .cardApis:hover {
    transform: scale(1.1);
}

.container-cards .owl-stage-outer {
    padding-top: 40px;
}

.container-cards .cardApis::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border: 2px solid transparent;
    z-index: 99;
    transition: .4s;
    pointer-events: none;
}



.container-cards .cardApis a {
    cursor: url("../img/pointer5.png"), auto;

}


.container-cards .cardApis.text-b p {
    color: #466574;
}


/* owl-carousel */

.owl-carousel .owl-stage-outer {
    height: 500px;
}

.container-cards .owl-stage-outer {
    padding-top: 40px;
}

.container-cards .cardApis.nosotros {
    position: relative;
    top: 10px;

}

.container-cards .cardApis.servicios {
    position: relative;
    top: 30px;
}

.container-cards .cardApis.cursos {
    position: relative;
}


.container-cards .cardApis.destinos {
    position: relative;
    top: 30px;
}

.container-cards .cardApis.testimonios {
    position: relative;
}

.container-cards .cardApis.blog {
    position: relative;
    top: 30px;
}

.container-cards .cardApis.contacto {
    position: relative;
}

.container-cards .cardApis img {
    position: relative;
    min-width: 268px;
    height: 389px;
}

.container-cards .cardApis p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 8%;
    z-index: 99;
    color: #fff;
    padding: 20px 0;
    transition: .2s;
}

footer {
    max-width: 1600px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

footer .left-footer {
    width: 33.3%;
    position: relative;
    animation-duration: 3s;
    display: flex;
    padding-top: 100px;
}

footer .left-footer ul a:nth-child(1) {
    margin-left: 10px;

}

footer .left-footer ul a {
    margin-left: 1px;
    cursor: url("../img/pointer5.png"), auto !important;
    padding: 2px;
}

footer .left-footer ul a img {
    transition: .2s;
    border: 1px solid transparent;
}

footer .left-footer ul a:hover img {
    border: 1px solid #fff;
    transform: translateY(-10px) scale(1.1);
}

footer .center-footer {
    display: flex;
    width: 33.3%;
    justify-content: center;
    position: relative;
    animation-name: topMenu;
    animation-duration: 3.5s;
}

footer .center-footer .redes {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 0 20px;
    cursor: url("../img/pointer5.png"), auto !important;
    transition: .2s;
}

footer .center-footer .redes img {
    transition: .2s;
}

footer .center-footer .redes:hover img,
footer .right-footer a:hover {

    transform: translateY(-10px)scale(1.1);
}


footer .right-footer {
    display: flex;
    width: 33.3%;
    position: relative;
    justify-content: center;
    animation-name: topMenu;
    animation-duration: 4s;
    padding-top: 100px;
}

footer .right-footer a {
    cursor: url("../img/pointer5.png"), auto !important;
    transition: .2s;
    padding: 0 30px;
}

.whatsapp {
    position: absolute;
    right: 4%;
    bottom: 0;
    cursor: url("../img/pointer5.png"), auto !important;
    animation-name: whatsapp;
    animation-duration: 4s;
    transition: .2s;
    color: transparent;
    width: 50px;
    height: 50px;
    background: url("../img/Whatsapp.png");

}

.whatsapp:hover {
    transform: translateY(-15px) scale(1.1);
    background: url("../img/Whatsapp-Light.png");
}


/* CURSOS */

#cont-cursos {
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 999;
}

@keyframes cursos {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#cont-cursos .camera_caption .container {
    max-width: 100% !important;
}

#cont-cursos .cont-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: cursos;
    animation-duration: 3s;
}


h2.titulo-slider {
    font-size: 80px;
    text-transform: none;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

#cont-home-mobile,
.menu-oculto-mobile {
    display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1470px) {
    footer {
        width: 96%;
    }

    #destinos .carousel-item-d h2 {
        top: 40%;
        font-size: 100px;
    }

    #destinos .owl-nav {
        bottom: 40%;
        width: 84%;
    }
}


@media screen and (min-width: 800px) and (max-width: 1023px) {
    footer {
        width: 98%;
        padding-bottom: 50px;
    }

    footer .left-footer {
        display: block;
    }

    footer .left-footer ul {
        padding: 0;
    }

    .whatsapp {
        position: absolute;
        right: 0;
        bottom: 42px;
        cursor: url(../img/pointer5.png), auto !important;
        background-repeat: no-repeat;
        animation-name: whatsapp;
        animation-duration: 4s;
        transition: .2s;
        padding: 40px;
    }

    .whatsapp img {
        width: 46px;
    }

    nav .menu-btn::before {
        content: "";
        position: absolute;
        width: 105px;
        height: 105px;
        background: #fff;
        left: 7px;
        top: -10px;
    }

    nav .menu-btn::after {
        content: "";
        position: absolute;
        width: 76px;
        height: 76px;
        background: #fff;
        left: 22px;
        top: 4px;

    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #cont-home {
        display: none;
    }

    #menu-oculto {
        display: none;
    }

    #cont-home-mobile {
        display: block;
        width: 100%;
        height: 100vh;
        background: url("../img/responsive/Bg-home.png");
        background-size: cover;
        align-items: center;
        overflow: hidden;
    }

    .cont-img {
        width: 100%;
        text-align: center;
        padding-top: 20vh;
    }
    .cont-info-s{
        text-align: center;
        margin-top: 70px;
        position: absolute;
        bottom: 20%;
        width: 100%;
    }

    .cont-info-s p{
        color: #fff;
    }
    .cont-info-s p.small-text{
        font-size: 10px;
        margin-top: 25px;
    }
    .cont-info-s ul{
        padding: 0;
    }
    .cont-info-s ul a{
        margin: 0 3px;
    }
    .cont-info-s ul.google{
        margin-top: 38px;
    }
    .cont-info-s ul.google a img{
        width: 80px;
    }

    .cont-info-s ul a img{
        width: 20px;
    }

    .cont-menu-inferior {
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        align-items: stretch;
        bottom: -1px;
    }

    .cont-menu-inferior a {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        padding: 15px 0;
        font-size: 16px;
    }

    .cont-menu-inferior a:nth-child(1) {
        background: #000;
        border-bottom: 1px solid #000;
        position: relative;
    }

    .cont-menu-inferior a:nth-child(1)::before {
        width: 100%;
        height: 10px;
        content: "";
        background: #000;
        position: absolute;
        bottom: -1px;
    }

    .cont-menu-inferior a:nth-child(2) {
        background: #0764E3;
    }

    .cont-menu-inferior a:nth-child(1) img {
        width: 25px;
        margin-right: 13px;
    }

    .cont-menu-inferior a:nth-child(2) img {
        width: 31px;
        margin-right: 8px;
    }

    .menu-oculto-mobile {
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 9;
        
        flex-wrap: wrap;
        left:  -100%;
        background: #707A83;
        display: flex;
        top: 0;
        transition: .5s;
        
    }

    .menu-oculto-mobile .close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        text-decoration: none;
        z-index: 9;
    }

    .menu-oculto-mobile .item-menu{
        width: 50%;
        position: relative;
        height: 33%;
        
    }
    
    .menu-oculto-mobile .item-menu span{
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        top: 10%;
        color: transparent;
        font-size: 15px ;
        transform: scale(.01);
        transition: 2s;
    }
    .menu-oculto-mobile .item-menu img{
        width: 100%;
        height: 100%;
    }

    #menu-ocultob.active{
        left: 0;
        /* transform: scale(1); */
        
    }

    #menu-ocultob.active .item-menu span{
        transform: scale(1);
        color: #fff;
        transition: 1.5s;
        top: 45%;
    }
    #menu-ocultob.active .item-menu:nth-child(5) span{
        color: #707a83;
    }
}