/*... fonts ...*/
@font-face {
    font-family: 'Toyota Display';
    src: url('../fonts/ToyotaDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ToyotaDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Display bold';
    src: url('../fonts/ToyotaDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ToyotaDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Display heavy';
    src: url('../fonts/ToyotaDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/ToyotaDisplay-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    font-family: 'Toyota Display';
    
}
a{
    text-decoration: none !important;
}

p{
    font-size: .85rem;
    font-family:'Toyota Display bold';
    line-height: 1.2rem;
}

.circular-img{
    transition: transform 0.3s ease;
}

.circular-img:hover{
    transform: scale(1.1);
}

.custom-col {
    width: 90px;
    height: auto;
    padding: 0 !important;
}

.custom-col img {
    width: 110px;
    height: auto;
}

.rounded-image {
    border-radius: 50%; /* Establece el radio de borde para hacer la imagen redondeada */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); /* Agrega una sombra suave */
    /*width: 110px; /* Ajustar el ancho de la imagen según sea necesario */
    /*height: 110px; */
}

.column{
    height: 100%;
}
section{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.hero{
    background-color: #71bfea;
}

.principal {
    /* background-color: #7dcdf6; */
    background-position: center bottom -4vh;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 !important;
}


.title{
    font-family:'Toyota Display';
    letter-spacing: 1px;
}

.titleBold{
    font-family:'Toyota Display bold';
    letter-spacing: 1px;
}

.sectionTitle{
    font-family: 'Toyota Display heavy', Roboto, Montserrat, Arial, Helvetica, sans-serif;
    letter-spacing: .14rem;
    margin-bottom: 5rem;
}

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

.social-icons img {
    margin-right: 10px; /* Ajusta el margen entre los iconos */
}

.ekiden-logo{
    width: 100%;
    height: 45%;
    margin-top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ekiden-logo img{
    max-height: 30vh;
}

.call-red {
    
    background-color: #ef2121 !important;
    box-shadow: 0px 3px 5px rgba(255, 0, 0, 0.3); /* Agrega una sombra suave */
    color: #fff !important;
    border-radius: 10px; /* o cualquier valor de radio de esquina que desees */
    font-size: 22px !important;
    font-family:'Toyota Display bold' !important;
    letter-spacing: 3px;
    padding:  14px 28px !important;
    margin-top: 0;
    
    
}
.call-red:hover {
    background-color: #ff3333 !important; /* Cambio de color de fondo al pasar el ratón */
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); /* Sombra que da la sensación de hundimiento */
}

.txt-bottom{
    font-size: 20px;
    color: #444444;
    margin-top: 20px;
    letter-spacing: .09rem;
}

.terms{
    font-size: 0.65em;
    margin-top: 10px;
    color:#000;
    letter-spacing: 0.5px;
    line-height: 0.8rem;
}

.foot-part{
    background-color: #ef2121 !important;
}


/* Estilos para el botón de flecha hacia abajo */
/* Estilos para el botón de flecha hacia abajo */
/* Estilos para el botón de flecha hacia abajo */
/* Estilos para el botón de flecha hacia abajo */
/* .arrow-button {
    width: 60px; 
    height: 30px; 
    background-color: #666; 
    border-top-left-radius: 30px; 
    border-top-right-radius: 30px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.arrow-button img {
    width: 20px; 
    height: auto;
} */

/* Estilos para el botón de flecha hacia abajo */
.arrow-button {
    height: 40px;
    padding: 15px 40px 8px;
    background-color: #00000082;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color: white;
    font-family: 'Toyota Display';
    font-size: 12px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.arrow-button:hover{
    background-color: #000000a9;

}
.arrow-button img {
    width: 24px; 
    height: 20px;
    position: relative;
    margin-left: 15px;
    animation: moveArrow 1.95s ease-in-out infinite; /* Define la animación para mover el fondo de las nubes */
}

@keyframes moveArrow {
    0% {
        margin-top: -20px;
    }
    50%{
        margin-top: 0px;
    }
    100% {
        margin-top: -20px;
    }
}

/* --- HIGHLIGHTS SECTION --- */ 
.highlight{
    min-height: 226px;
    margin-bottom: 30px;
}
.highlight-img{
    width: 180px;
    height: auto;
}

.full-screen-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moving-clouds {
    width: 100%;
    height: 85vh;
    position: absolute;
    background-image: url('../images/clouds-desktop.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position-y: 45%;
    /*background-size: cover;*/    
    /*height: 300px; /* Ajusta la altura según tus necesidades */
    animation: moveBackground 30s linear infinite; /* Define la animación para mover el fondo de las nubes */
}

@keyframes moveBackground {
    0% {
        background-position-x: 100%; /* Posición inicial del fondo de las nubes (completamente a la derecha) */
    }
    100% {
        background-position-x: 0; /* Posición final del fondo de las nubes (completamente a la izquierda) */
    }
}
.hidden {
    display: none!important;
}
/* .background-image {
    background-image: url('../images/clouds-desktop.png');
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px; 
  }
   */



  /* .moving-image {
    background-image: url('../images/clouds-desktop.png');
    background-size: contain;
    width: 100px; 
    height: 100px;
    position: absolute;
    top: 50%; 
    left: -100px; 
    animation: moveImage 10s linear infinite; 
  } */
  
  /* @keyframes moveBackground {
    0% {
        background-position: 0 0; 
    }
    100% {
        background-position: 100% 0; 
    }
} */
  
.highlights-section, .nav{
    background-color: #ef2121;
}
.categories-section{
    background-color: #8E8D8F;
}
.gallery-section{
    background-color: #75CBF7;
    background-image: url(../images/gallery-back.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60vw;
}
.clouds{
    width: 100% !important;
    height: calc(98% - 6vh);
    margin-top: -6vh;
    left: 0;
    position: absolute;
    background-image: url(../images/nube1.png), url(../images/nube1.png), url(../images/nube1.png), url(../images/nube2.png), url(../images/nube2.png), url(../images/nube2.png);
    background-position: 2% 10%, 12% 83%, 96% 2%, 87% 38%, 17% 28%, -1% 99%;
    background-repeat: no-repeat;
    background-size: 90px auto;
}
.albums-container{
    margin-bottom: 6rem;
}
.album{
    font-family: 'Toyota Display heavy';
    text-align: center;
    max-width: calc(50% - 20px);
    overflow: hidden;
    border-radius: 1.25rem;
    margin: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    
}
.album div:hover div{
    background-color: #000000b8;
}
.album div div{
    background-color: #00000080;
    transition: all 0.3s ease-in-out;
}
.modal-header{
    border: 0;
}
.modal-title{
    color: #ffffff;
    font-family: 'Toyota Display bold';
    font-size: 1.5rem;
    letter-spacing: .09rem;
}
.btn-close{
    position: absolute;
    right: 0;
    background-image: url(../images/close-icon.svg);
    background-size: 100%;
    opacity: 1;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.carousel-control-next{
    right: -95px;
    opacity: 1;
}
.carousel-control-prev{
    left: -95px;
}
.modal-loader{
    width: 100%;
    display: flex;
}
.spinner-border{
    color: red!important;
    font-size: 12px;
    padding: 2rem;
}
.modal-backdrop {
    opacity: .8!important;
 }
 .carousel-inner{
    border-radius: 1rem;
}

footer ul{
    padding-left: 0;
}
footer li{
    list-style: none;
}

.info-footer{
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
    background-color: #4D4D4D;
}
.info-footer h5{
    font-family: 'Toyota Display heavy';
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
}
.footer-links ul{
    max-width: 385px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-links li{
    width: 165px;
    font-family: 'Toyota Display';
    font-size: .85rem;
    margin-right: 1.65rem;
    margin-bottom: 0.8rem;
}
footer a{
    color: #fff;
}
.footer-links a:hover{
    text-decoration: underline!important;
}
.payment-methods li img{
    max-width: 115px;
    max-height: 55px;
    padding: .25rem;
}
.payment-methods .masInfo{
    width: fit-content;
    padding: .35rem .75rem;
    border: 1px solid white;
    border-radius: 1rem;
    font-size: 12px;
    transition: all .3s ease;
}
.payment-methods .masInfo:hover{
    background-color: #fff;
    text-decoration: none;
    color:#4D4D4D;
} 

.bottom-footer{
    background-color: #353434;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.redes{
    margin-left: 30px;
}
.redes img{
    min-width: 36px;
}

.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}
.reveal.active{
    transform: translateY(0px);
    opacity: 100;
}
/*** MOVIL ***/

/* Fondo para dispositivos móviles */
@media (max-width: 767.98px) {
    .principal {
        /* Cambia a la ruta de tu imagen de fondo para móviles */
        background-position: center bottom -100px;
        background-size: auto 80%;
        height: 675px;
        
        padding: 0 !important;
    }

    .background-image {
        background-image: url('../images/clouds-desktop.png');
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 200px; /* Ajusta la altura según tus necesidades */
        animation: moveBackground 30s linear infinite; /* Define la animación para mover el fondo de las nubes */
    }


    /* .fixed-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1000; 
    } */

    /* .fixed-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1000; 
    }
    
    .position-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000; 
    } */

    .foot-part{
        background-color: #d61818 !important;
        
    }
    .ekiden-logo{
        margin-top: 0;
        align-items: center;
        display: flex;
        height: 35%;
    }

    .ekiden-logo img{
        /*margin-top: 5px !important;*/
        /*max-width: 70% !important; /* Ajusta el tamaño según sea necesario */
    }

    .terms{
        font-size: 9px !important;
        margin-top: 20px;
        color:#222;
    }

    /*.title-second{
        margin-top: 100px !important;
    }

     .scroll-down-button {
        display: block;
        text-align: center;
    } */
    /*
    .scroll-down-button {
        position: fixed;
        bottom: 20px; 
        left: 50%; 
        transform: translateX(-50%); 
        z-index: 999; 
    }
    
    .scroll-down-button img {
        width: 40px; 
        height: auto; 
    }
    */
/*
    .principal {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
*/
}

@media only screen and (min-width: 300px) and (max-width: 860px) {
    /* Estilos CSS para dispositivos con un ancho de pantalla entre 300px y 860px */
    .call-red {
        background-color: #ef2121 !important;
        box-shadow: 0px 3px 5px rgba(255, 0, 0, 0.3); /* Agrega una sombra suave */
        color: #fff !important;
        border-radius: 10px; /* o cualquier valor de radio de esquina que desees */
        font-size: 16px !important;
        padding:  15px 20px !important;
        margin-top: 210px;
        
    }
}

@media only screen and (min-width: 300px) and (max-width: 960px) {
    /* Estilos CSS para dispositivos con un ancho de pantalla entre 300px y 860px */
    .call-red {
        background-color: #ef2121 !important;
        box-shadow: 0px 3px 5px rgba(255, 0, 0, 0.3); /* Agrega una sombra suave */
        color: #fff !important;
        border-radius: 10px; /* o cualquier valor de radio de esquina que desees */
        font-size: 16px !important;
        padding:  15px 30px !important;
        margin-top: 0;
        
    }
}
@media only screen and (max-width:576px){
    .arrow-button{
        padding-left: 30px;
        padding-right: 30px;
    }
    .arrow-button img{
        margin-left: 0;
    }
    section{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sectionTitle{
        margin-bottom: 3.5rem;
    }
    .albums-container{
        margin-bottom: 3.5rem;
    }
    .album{
        max-width: calc(50% - 14px);
        border-radius: 1rem;
        margin: 7px;
    }
    .footer-links{
        margin-bottom: 50px;
    }
    .footer-links li{
        max-width: 148px;
        margin-right: 0;
    }
    .info-footer{
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .info-footer h5{
        text-align: center;
        margin-bottom: 1.8rem;
    }
    .footer-links ul{
        max-width: none;
    }
    .payment-methods ul{
        min-height: 170px;
    }
    .bottom-footer{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .toyotoshi{
        margin-bottom: 40px;
    }
    
    .carousel-control-next{
        right: 0;
        border-radius: 0 1rem 1rem 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    }
    .carousel-control-prev{
        left: 0;
        border-radius: 1rem 0 0 1rem;
        background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    }
}
@media only screen and (max-width:767px){
    .principal{
        background-image: url(../images/bg-md.png);
    }
    .category{
        margin-bottom: 30px;
    }
    .gallery-section{
        background-image: none;
        padding-bottom: 0;
    }
    .album div div {
        font-size: 1.15rem!important;
        letter-spacing: .1rem;
    }
    .payment-methods > a{
        text-align: center;
    }
}
@media screen and (min-width:576px) and (max-width:991px){
    .payment-methods ul li:nth-child(5){
        margin-top: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:1299px){
    .principal{
        background-image: url(../images/bg-xl.png);
        background-position-y: 40vh;
    }
}
@media only screen and (min-width:1300px){
    .principal{
        background-image: url(../images/bg-xxl.png);
       
    }
}
@media only screen and (min-width:2100px){
    .principal{
        background-size: contain;
       
    }
}
