
  @import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&family=Karla:wght@300;800&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&family=Karla:wght@300;800&display=swap');




/*
font-family: 'Just Me Again Down Here', cursive;
font-family: 'Karla', sans-serif;
*/


* {
    box-sizing: border-box;
    /* La propiedad box-sizing ajusta cómo se calcula el tamaño total de un elemento, 
   incluyendo el contenido, el padding y el borde, sin cambiar su comportamiento predeterminado. */
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Karla', sans-serif;
}

/* Estilo para los textos de los párrafos */
p {
    font-weight: 300; /* Light */
    font-size:100%;
    font-family: 'Karla', sans-serif;
}

/* Estilo para títulos y botones */

h1 {
    font-family: 'Just Me Again Down Here', cursive;
    font-size:300%;
}

h2 {
    font-family: 'Just Me Again Down Here', cursive;
    font-size:250%;
}

h3 {
    font-family: 'Just Me Again Down Here', cursive;
    font-size:200%;
}




/* Estilos Header*/


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6%;
    height: 100px;
}

header img {
    width: 70px;
}

.imagen-header {
    width: 80%;
}

.box {
    margin: 100px auto;
    width: 300px;
    height: 50px;
}

.container-1 {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.container-1 input#search {
    width: 300px;
    height: 50px;
    background: #2b303b;
    border: none;
    float: left;
    color: #63717f;
    padding-left: 45px;
    border-radius: 5px;
}


.container-1 .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
}

.container-1 input#search:hover,
.container-1 input#search:focus,
.container-1 input#search:active {
    outline: none;
    background: #ffffff;
}

/*   Estilos sección 2 columnas  */


.seccion-primera-2-columnas,
.seccion-segunda-3-columnas,
.seccion-segundab-3-columnas,

.seccion-tercera-3-columnas {

    margin: 0;
    background-color: #f9fcfb;
    
}

.section-1 {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    background-color: #E2AE27;
}

.section-1b {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    background-color: #EB5252;

}

.section-1 img {
    width: 100%;

}

.section-1b img {
    width: 100%;

}

.izq p {
    padding-right: 10%;    
    line-height: 1.5em;
    background-color: #E2AE27;
    font-family: 'Karla', sans-serif;

    
}


.izq h2 {    
    font-family: 'Just Me Again Down Here', cursive;
    padding-right: 10%;
    line-height: 1.5em;
    padding-bottom: 20px;
    background-color: #E2AE27;

    
}

.der p{

    padding-right: 10%;;
    font-family: 'Karla', sans-serif;
    line-height: 1.5em;
    padding-bottom: 20px;

}


.der h2 {
    padding :0 10%;
    font-family: 'Just Me Again Down Here';

    line-height: 1.2em;
    margin-bottom: 20px;
   
}


/* Seccion 3 columnas */

.seccion-segunda-3-columnas {
    margin: 2% 10% 5% 10%;
}

.seccion-segunda-3-columnas h2 {

    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
    font-family: 'Just Me Again Down Here';
    z-index: 9999;
}
.tresb img{
    width: 100%;
}



/* Estilo para hacer las imágenes circulares */
.section-2b img {
    border-radius: 50%;
    width: 80%;
}

.section-2b {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;

}
 
.section-2b img{
    width: 100%;
    border: 5px solid white;
    border-radius: 50%;
}




.section-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;

}

.section-2 .tres {
    flex: 50%;
}

.section-2 img {
    width: 80%;
}

.section-2 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Just Me Again Down Here';

}

.section-2 p {
    font-family: 'Karla', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}


.more {
    font-family: 'Just Me Again Down Here', cursive;
    background-color: rgb(64, 242, 5);
    border: none;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: black;
}



/* Seccion 4 columnas */
.seccion-cuarta-4-columnas{
    background-image: url(imagenes/imagen-13.png);
    width: 100%;
    height: 75vh;
    background-position: center;
    background-size: cover;
    filter: brightness(1.1) contrast(1.3) saturate(2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10%;

}

.seccion-cuarta-4-columnas-text {
    background-color: white;
    width: 33%;
    height: auto;
    position: absolute;
    text-align: start;
    padding: 6%;
    border-radius: 30px 30px 30px 0px;
}

.section-five-text h3 {

    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;
}

.seccion-cuarta-4-columnas-text-text p {
    font-size: 90%;
    
}
.seccion-cuarta-4-columnas-text p .bold {
    font-weight: bold;
}



.iconos img {
    width: 50%;
}

/* Estilo para la imagen */
.iconos img {
    float: right; /* Posicionar la imagen a la derecha */
    margin-left: 10px; /* Agregar un margen izquierdo para separarla del contenido */
}


.seccion-tercera-3-columnas-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
    margin-top: 5%;

}

.seccion-tercera-3-columnas-bottom img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    animation: flotar 4s infinite alternate ease-in-out; /* Animación de flotación */
}

.seccion-tercera-3-columnas img:hover {
 
    animation: flotar 1s infinite alternate ease-in-out; /* Animación de flotación */
    cursor: pointer;
}

.seccion-tercera-3-columnas img:active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    animation: flotar 1s infinite alternate ease-in-out; /* Animación de flotación */
    cursor: pointer;
    background: radial-gradient(circle at center, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 10%, rgba(255, 0, 0, 0) 100%);
}
.cuatro-logos{
    width: 100%;
    /* border: 5px solid white; */
    /* border-radius: 50%; */
    transition: border-radius 1s, transform 1s;

}



.seccion-tercera-3-columnas {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: black;
    width: 100%;
    padding: 10%;
    gap: 100px;
}


.seccion-tercera-3-columnas img{
    width: 100%;
    
    transition: border-radius 1s, transform 1s;

}


.seccion-tercera-3-columnas img:hover {
    width: 100%;
    border: 5px solid white;
    border-radius:3%;
    transform: rotateY (180deg);
    transform: scale(1.2);

}


.cuatro-logos img{
    border-radius: 50%;
    width: 100%;
    display: flex;
    align-items: center;

}

.icono-fantasma {
    width: 50%;
}

.icono-fantasma img{
width: 50%;
}

.texto-seccion-tercera{
    color: white;
}

.texto-y-fantasma{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;

}

.section-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;
    border-radius: 50%;
}
 .iconos img {
    width: 10%;
   
}


.section-2b {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;
}

.tresb:hover {
    border-radius: 2%;
    filter:brightness(1.2) saturate(1.2);
    transform: scale(1.1);
    background-color: rgb(225, 170, 170);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
}


.tresb:hover img{
    border-radius: 2%;
}


.tresb {
    padding: 1%;
    background-color: #EB5252;
}

.tresb img {
    width: 100%; /* Hace que las imágenes ocupen todo el ancho del contenedor */
}

.tresb h3 {
    margin: 10px 0; /* Espaciado alrededor del título */
}

.tresb p {
    margin-bottom: 10px; /* Espaciado en la parte inferior del párrafo */
}


.cajon {

    background-color: white;
    padding: 40px;
    max-width: 45%;


    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.imagen-header {
    max-width: 100%;
}

.seccion-segundab-3-columnas{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
    font-family: inter-bold;

}

h2 {
    text-align: center;
}

 
.seccion-quinta-5-columnas{
    background-color: black;
    display: flex;

    
}
.seccion-quinta-5-columnas .columna:nth-child(2) a {
    color: green;
}

/* Segunda fila (segundo conjunto de enlaces) - letras rojas */
.seccion-quinta-5-columnas .columna:nth-child(3) a {
    color: red;
}

/* Tercera fila (tercer conjunto de enlaces) - letras amarillas */
.seccion-quinta-5-columnas .columna:nth-child(4) a {
    color: yellow;
}

.columna {
    flex: 1;
}

header img {
    width: 100px;
}

.cuatro-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    border-radius: 50px;
    

}

nav a {
    display: block;
    margin: 5px 0; /* Espacio entre enlaces */
    text-decoration: none;
    
}

nav a:hover {
    color: blue; /* Cambia el color al pasar el ratón por encima, ajusta según tu diseño */
}

/*   Footer    */



footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6%;
    height: 300px;
}

footer img {
    width: 50px;
}

footer a {
    color: #fbfcfb;
    margin-right: 70px;

}


    footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 6%;
        height: 150px;
        width: 100%;
        border: 5px solid white;
        border-radius: 50%;
        transition: border-radius 1s, transform 1s;
    }
    
    footer img:hover {
        width: 100%;
        border: 5px solid white; 
        border-radius:3%;
        transform: scale(1.2);
    
    }


   
    
    
    


.whatsapp{
    position: fixed;
    bottom: 100px;
    right: 40px;
    font-size: 4em;
    z-index: 100;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);

}



.animacion-whats:hover{
    animation-name: flotar;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes flotar {
    
    50% {
        transform: rotateY(180deg);
    }
   
   
}

.options {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    gap: 25px;
    transition: transform 0.3s, filter 0.3s;
    /* Agrega una transición suave para la escala y el filtro */
    padding: 1%;
    border-radius: 5px;
}

.options h3 {
    font-size: 175%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    text-align: center;
}

.button-img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.options:hover {
    filter: brightness(1.2) saturate(1.2);
    /* Aumenta el brillo y la saturación */
    transition: filter 0.3s;
    /* Agrega una transición suave */
    transform: scale(1.03);
    /* Escala el div un 3% más grande */
    background-color: rgb(222, 222, 222);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    /* Aumenta la intensidad de la sombra al hacer hover */

}


.option-button,
.option-smaller {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(60, 255, 6);
    width: 100%;
    height: 57px;
    gap: 20px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.option-button:hover,
.option-smaller:hover {
    background-color: rgb(0, 0, 0);
    color: white;


}

.option-button p,
.option-smaller p {
    font-size: 150%;
    font-family: 'Just Me Again Down Here', cursive;
}

.option-button img {
    width: 30px;
}

.option-smaller img {
    width: 20px;
}

.option-button:hover img {
    width: 30px;
    filter: invert(100%);
}

.option-smaller:hover img {
    filter: invert(100%);
}


@media screen and (max-width:1350px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:625px) {}