/*... 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;
}



html, body {
    height: 100%;
    
}
a{
    text-decoration: none !important;
}

p{
    font-size: 12px;
    font-family:'Toyota Display bold';
    line-height: 1.2;
}

.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%;
}
.nav{
    background-color: #ef2121;
}

/* Establecer imagen de fondo en la columna izquierda */
.principal {
    background-color: #7dcdf6;
    background-image: url('../images/bg-desktop.png'); /* Reemplaza 'ruta/a/tu/imagen.jpg' con la ruta de tu imagen de fondo */
    background-size: cover;
    background-position: center bottom -20px;
    background-size: contain; /* Ajustar el tamaño de la imagen */
    background-repeat: no-repeat;
    padding: 0 !important;
}


.title{
    font-family:'Toyota Display';
    letter-spacing: 1px;
}

.titleBold{
    font-family:'Toyota Display bold';
    letter-spacing: 1px;
}



.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{
    margin-top: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.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: 2px;
}

.terms{
    font-size: 0.65em;
    margin-top: 10px;
    color:#000;
    letter-spacing: 0.5px;
}

.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 {
    width: 65px; 
    height: 35px; 
    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; 
    margin: 0 auto;
}

.arrow-button img {
    width: 20px; 
    height: auto;
}


.full-screen-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}



.background-image {
    background-image: url('../images/clouds-desktop.png');
    background-size: cover;
    position: absolute;
    width: 100%;
    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: 100% 0; /* Posición inicial del fondo de las nubes (completamente a la derecha) */
    }
    100% {
        background-position: 0 0; /* Posición final del fondo de las nubes (completamente a la izquierda) */
    }
}

/* .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; 
    }
} */
  


/*** MOVIL ***/

/* Fondo para dispositivos móviles */
@media (max-width: 767.98px) {
    .principal {
        background-color: #7dcdf6;
        background-image: url('../images/bg-mobile1.png'); /* 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 */
    }

    

    .hidden {
        display: none;
    }

    /* .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 30px !important;
        margin-top: 210px;
        letter-spacing: 4px !important;
        
    }
}

@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;
        letter-spacing: 4px !important;
        
    }
}