/* Fuentes importadas desde Google Fonts */

/* font-family: 'Just Me Again Down Here', cursive; */
@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');

/* font-family: 'Karla', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&family=Karla:wght@300&display=swap');
/* -bold - font-family: 'Karla', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600&display=swap');
/* --------- General styles ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family: 'Karla', sans-serif;
    font-size: 100%;
}

main {
    padding-top: 10vw;
}

/* --------- Header styles -------- */
header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    /*Cabecera fija arriba*/
    position: fixed;
    z-index: 1000;
    /* Valor de z-index alto */
    padding: 2.5vh 3%;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}


/* --------- Logo styles -------- */
.logo {
    width: 50px;
}

* --------- Search styles -------- */

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E6E6E6;
    border-radius: 5px;
    box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.5);
    border: none;
    width: 50%;
    padding: 0.5% 2%;
}

input[type="search"] {
    background-color: transparent;
    outline: none;
    padding: 7px;
    border: none;
    width: 100%;
}

input[type="search"]:focus {
    outline: none;
}

/* --------- Menu icons styles -------- */
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

nav .fa-solid {
    font-size: 200%;
}

/* --------- Main styles -------- */

.section-one h1{

    text-align: center;
    font-size: 350%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;
    border-bottom: 30px solid yellow;

}


/* --------- Section ONE styles -------- */
.section-one {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.art-section-one {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.art-section-two {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.art-section-one img {
    width: 20%;    
    object-position: center center;
}

.art-section-two img {
    width: 50%;
    height: 46vh;
    object-fit: cover;
    object-position: bottom center;
}

.desc-section-one,
.desc-section-two {
    max-width: 50%;
    /* Limita el ancho del texto */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 5%;
    font-family: 'Karla', sans-serif;



}

.art-section-one img {
    filter: grayscale(100%) brightness(0%);
}

.desc-section-one h3,
.desc-section-two h3 {
    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;
}


.section-2b{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* background-color: black; */
    width: 100%;
    padding: 10%;
    gap: 100px;
}

.section-2b:hover {
    border-radius: 2%;
    filter:brightness(1.2) saturate(1.2);
    transform: scale(1.1);
    background-color: #001462;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
    transition: border-radius 2s, transform 1s;
    transform: rotateY (180deg);
    transform: scale(1.2);

}

.section-2b 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);

}




.section-2b:hover img{
    border-radius: 5%;
}


.section-2b {
    padding: 1%;
}



.seccion-tercera-3-columnas img:hover {
    width: 100%;
    border: 5px solid white;
    border-radius:3%;
    transform: rotateY (180deg);
    transform: scale(1.2);

}







.section-3b{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* background-color: black; */
    width: 100%;
    padding: 10%;
    gap: 100px;
    border-radius: 50%; 
}                  

.section-3b:hover {
    border-radius: 2%;
    filter:brightness(1.2) saturate(1.2);
    transform: scale(1.1);
    background-color: #001462;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
    transition: border-radius 2s, transform 1s;
    transform: rotateY (180deg);
    transform: scale(1.2);

}

.section-3b img{
    width: 100%;
    transition: border-radius 1s, transform 1s;

}

/* ------- Section Two Styles  -------- */


.section-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
}

.section-two img{
    border-radius: 100%;
    width: 100%;
}

.section-two h2 {
    text-align: center;
    font-size: 350%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 200;
}

.section-two h3{
    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;
    text-align: center;
}

.services-section-two {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 5%;
    margin: 5%;
}

.services {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.services img {
    width: 50%;
}



.services h3 {
    margin-block: 7% 3%;
    font-size: 200%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    text-align: center;
}

.services p {

    text-align: center;
    font-size: 90%;
}






/* ------- Section Three Styles Text and phantom -------- */
.section-three-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
    margin-top: 5%;

}

.section-three-bottom img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;

}

.section-three-desc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    transition: border-radius 1s, transform 1s;
}

.section-three-desc h3 {
    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
}

.section-three-desc img{
    transition: border-radius 1s, transform 1s;

}



/* ------- Section Three Styles  -------- */

/* ------- Inclinación superior e inferior  -------- */
.skew-top {
    background-color: black;
    width: 100%;
    height: 100px;
    transform: skewY(-3deg);
    margin-bottom: -50px;
    z-index: -1;
}

.skew-bottom {
    background-color: black;
    width: 100%;
    height: 100px;
    transform: skewY(-3deg);
    margin-top: -50px;
    z-index: -1;
}

/* ------- Section Three Styles Images -------- */
.section-three {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    background-color: black;
    padding: 0 10% 5% 10%;

}

.section-three-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}    

.section-three-top img {
    width: 30%;
    border: 5px solid white;
    border-radius: 50%;
    font-family: 'Just Me Again Down Here';
}

/* ------- Section Three Styles Text and phantom -------- */
.section-three-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
    margin-top: 5%;

}



.section-three-desc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.section-three-desc h3 {
    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
}
/* ------- Section Five Styles -------- */

/* Estilos para la sección de subscripción */
.section-five {
    text-align: left; /* Alinea todo el contenido a la izquierda */
}

/* Estilos para el formulario */
.form-register {
    max-width: 400px; /* Ancho máximo del formulario */
    margin: 0 auto; /* Centra el formulario en el contenedor */
    padding: 20px; /* Espacio alrededor del formulario */
}

/* Estilos para los elementos del formulario */
.form-register h4,
.form-register h5,
.form-register i {
    display: block; /* Hace que los elementos ocupen una línea completa */
    margin-bottom: 10px; /* Espacio entre elementos */
}

.form-register input {
    width: 100%; /* Asegura que los campos de entrada ocupen todo el ancho disponible */
    padding: 10px; /* Espacio interno en los campos de entrada */
    margin-bottom: 10px; /* Espacio entre campos de entrada */
    box-sizing: border-box; /* Incluye el relleno y el borde en el ancho total */
}

.form-register .option-button {
    text-align: center; /* Alinea el botón al centro */
}

/* Estilos adicionales si es necesario */







.section-five {
    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%;

}

.section-five-text {
    background-color: rgb(165 142 49);
    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%;
}

.section-five-text p {
    font-size: 90%;
    
}
.section-five-text p .bold {
    font-weight: bold;
}


.section-five .option-button img {
    color: white;
}


.option-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: hwb(0 0% 100%);
    width: 100%;
    height: 57px;
    gap: 20px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.option-button p{
    font-size: 150%;
    font-family: 'Just Me Again Down Here', cursive;
    color:white
}



.option-smaller img {
    width: 20px;
}

.option-button img {
    filter: brightness(0) invert(1);
}

.option-button img {
    width: 30px;
}
footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    
}

.footer-top {
    background-color: #000000;
    display: flex;
    flex-direction: row;
    padding: 4% 6%;
    align-items: center;
    justify-content: space-between;
}

.logo-footer{
width: 100px;

}

.footer-top-nav-container {
    margin-right: 10%;
    display: flex;
    gap: 10px;
    margin-right: 0;
}

.footer-top-nav-container nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 7vw;
    justify-content: center;
    align-items: flex-start;
}

.footer-top-nav-container a {
    text-decoration: none;
}

.nav-2 {
    border-left: 1px solid rgb(217, 39, 39);   
}

.nav-3 {
    border-left: 1px solid rgb(224, 181, 9);

}

.nav-1 a {
    color: rgb(34, 196, 34);
}

.nav-2 a {
    color: rgba(217, 39, 39);

}

.nav-3 a {
    color: rgb(179, 179, 22);
}


.footer-bottom {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 1% 5%;
}

.footer-bottom p{
    font-size: 200%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;

}

.footer-bottom .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    

}

.footer-bottom .social-icons a {
    width: 50px;
}
.footer-bottom .social-icons img {
    width: 50px;
}

.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;
}




@media screen and (max-width:1350px) {
    
}

@media screen and (max-width:800px) {
  
}

@media screen and (max-width:625px) {
    
}