@import url('https://fonts.googleapis.com/css2?family=Joti+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Jaldi', sans-serif;
}

/* Estilos Header*/


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6%;
    height: 100px;
    border-bottom: 2px solid rgb(219, 212, 212);
}

header img {
    width: 70px;
}
.burger {
    display: none;
}

.burger i {
    font-size: 35px;
}

.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;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: 1s ;

}

.menu a {
    text-decoration: none;
    padding: 2%;
    border-bottom: 1px solid white;
    transition: 1s ;

}

.menu a:hover{
    color: rgb(219,219,219);
    text-decoration: underline;
    background-color: blanchedalmond;
    color: blueviolet;

}

.logo{
    font-weight: bold;

}


/* Seccion 3 columnas */

.seccion-segunda-3-columnas {
    margin: 2% 10% 5% 10%;
}

.seccion-segunda-3-columnas h2 {
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
    font-family: 'Joti One', serif;
    z-index: 9999;
    font-size: 350%;
}
.tresb img{
    width: 100%;
}

/* Estilo para hacer las imágenes circulares */



.section-2 {   

    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    gap: 5%;
    margin: 5%;
}



.section-2 .tres {
    flex: 50%;
}

.section-2 img {

    width: 50%;
    transition: 2s;
    align-items: center;
    justify-content: center;
}


.section-2 img:hover {
    transform: scale(150%);
}

.section-2 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Joti One', serif;
}

.section-2 p {
    font-family: 'Jaldi', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}


.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 Styles -------- */

.section-five {
    background-image: url(imagenes/imagen-contacto.jpg);
    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: 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%;
}

.section-five-text p {
    font-size: 90%;
    
}
.section-five-text p .bold {
    font-weight: bold;
}


.form-register {
    width: 400px;
    background-color: #24303c;
    padding: 30px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 7px 13px 37px black;
}

.form-register h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: aliceblue;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
}

.controls {
    width: 100%;
    background-color: #24303c;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-size: 18px;
    color: white;
}

.form-register p {
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: aliceblue;

}

.form-register a {
    color: #296cff;
    text-decoration: none;
}

.form-register a:hover {
    color: #79a4ff;
    text-decoration: underline;
}

.form-register .boton {
    width: 100%;
    background-color: #1f53c5;
    border: none;
    padding: 12px;
    margin: 16px 0;
    font-size: 16px;
    color: white;
}

.form-register .boton:hover {
    width: 100%;
    background-color: #256aff;
    border: none;
    padding: 12px;
    margin: 16px 0;
    font-size: 16px;
    color: white;
}

.form-register .boton:active {
    width: 100%;
    background-color: #003ec5;
    border: none;
    padding: 12px;
    margin: 16px 0;
    font-size: 16px;
    color: white;
}


.final-in {


    height: 580px;
    width: 100%;
    color: black;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    padding-top: 20px;
    text-align: left;
    justify-content: left;
    padding: 15px;


    display: flex;
    align-items: center;
    justify-content: center;





}

.final-in h2 {
    font-family: Just me again down here;
    font-size: 3em;
}

.final-in p {
    font-family: Karla;
    font-size: 1.5em;
}


/* FORMULARIO */




.form-register {
    background-color: rgb(248, 232, 10);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-group {
    margin: 10px 0;
    width: 90%;
    margin-left: 10px;


}

h1 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

h4 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 0.8em;


}

.form-group label {
    font-weight: bold;
    color: rgb(8, 0, 0);
    font-family: Arial, Helvetica, sans-serif;

}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #080008;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #9a9af1;

}

.form-register p {
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: aliceblue;
}

.contact-titulo {
    text-align: center;
    font-size: 350%;
    margin: 3%;
    font-family: 'Joti One', serif;
    border-top: 2px solid rgb(219, 212, 212);
    width: 100%;
}

.boton-form {

    background-color: #54578b;
    margin-top: 20px;
    margin-left: 27%;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    width: 45%;
    padding-left: 5%;
    padding-top: 1%;
    height: 45px;
    cursor: pointer;
    color: white;
    font-family: 'Just me again down here';
    font-size: 1.4em;
    letter-spacing: 4px;
    display: flex;
    flex-direction: row;
    border: none;
}


.boton-form:hover {
    background-color: rgb(219, 108, 18);
    transform: scale(102%);
    border: none;
    transform: scale(1.1);

}


  /* Estilos para la sección */
.section-five {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  
  /* Estilos para el texto en la sección */
  .section-five-text {
    flex: 1; /* El texto ocupa todo el espacio disponible en el lado izquierdo */
    padding: 20px;
  }
  
  /* Estilos para el formulario */
  .form-register {
    flex: 1; /* El formulario ocupa todo el espacio disponible en el lado derecho */
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  


  




.scroll img {
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 3em;
    z-index: 100;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);


  }
  

  /*footer*/
.contact-titulo {
    text-align: center;
    font-size: 350%;
    margin: 0%;
    font-family: 'Joti One', serif;
    padding: 2%;
}

footer {
    display: flex;
    background-image: url(imagenes/imagen-contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}




.contenido {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pie-de-pagina {
    text-align: center;
    vertical-align: middle;
  }
.columna-derecha {
    display: flex;
    flex-direction: column;
}

.cuestionario {
    margin-left: 10%;
    font-weight: 100;
    font-size: 100%;
    background-color: #fff;
    padding: 5%;
    color: black;
    font-weight: 800;
    border-radius: 10px;
    width: 100%;

}


.cuestionario.h2{
    margin-top: 4%;
    text-align: center;
    font-size: 274%;
    font-weight: 100;
    font-family: 'Joti One', serif;
}

.cuestionario label {
    font-size: 25px;
    margin-left: 5%;
    font-family: 'Joti One', serif;
}

.input input {
    width: 100%;
    padding: 1.5%;
    border-radius: 20px;
}

.texto-izquierda {
    background-color: white;
    color: black;
    width: 50%;
    margin-bottom: 45%;
    padding-top: 4%;
    border-radius: 10px;
    width: 100%;

}

.texto-izquierda h2 {
     font-size: 30px;
     margin-bottom: 5%;
     margin-left: 12%;
     margin-right: 10%;
    font-family: 'Joti One', serif;
}

.texto-izquierda p {
    margin: 15%;
    margin-top: 0;
    margin-bottom: 0;

}

footer h2 {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 4%;
    text-align: center;
    font-size: 274%;
    font-weight: 100;
    font-family: 'Joti One', serif;
}




.boton {
    display: block;
    width: 100%;
    margin-top: 1.5em;
    min-height: 40px;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 150%;
    border-radius: 50px;
    font-family: 'Joti One', serif;
    background-color:#3D1CBF;
    color:white;
}
.boton:hover {
    background-color:#C6BBF5;
}


.textodeabajo {
    text-align: center;
    background-color: #333;
    color: white;
    padding: 15px;

}
.input input {
    width: 100%;
    padding: 1.5%;
    border-radius: 20px;
    background-color: #C6BBF5;
}


.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}

.scroll-to-top img {
    width: 40px;
    height: 40px;

}
.whatsapp-button-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.whatsapp-button-left img {
    border: none;
}

 a{
    color:#3D1CBF;
    text-decoration: none;
}

 a:hover{
    color:#C6BBF5;
}

@media screen and (max-width: 700px) {
    /* Hide the regular menu and display the burger menu */
    .menu {
        display: none;
    }

    .menu.active {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        background-color: aqua;
        position: fixed;
        top: 0;
        left: 0;
    }

    .section-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .burger {
        display: block;
        z-index: 999;
    }

    /* Stack elements in a column layout */
    header {
        align-items: center;
        padding: 10px;
        height: auto;
    }

    .menu a {
        border: none;
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }

    .art-section-two {
        flex-direction: column;
    }

    .art-section-two img {
        width: 100%;
        height: auto;
    }

    .desc-section-two {
        max-width: 100%;
        padding: 5%;
        text-align: center;
    }

    .section-two h3 {
        font-size: 150%;
    }

    .section-two h2 {
        font-size: 200%;
        margin-top: 10%;
    }

    .section-two {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10%; 
    }

    

    .services-section-two {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .services {
        width: 80%;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .services img {
        width: 25%;
    }

    

    .services h3 {
        font-size: 120%;
    }

    .services p {
        font-size: 12px;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    .contact-titulo {
        font-size: 40px;
        margin: 10px;
    }

    .contenido {
        flex-direction: column;
    }

    .columna-derecha {
        margin: 0;
    }

    .cuestionario {
        margin: 0;
    }

    .cuestionario label {
        font-size: 20px;
    }

    .input input {
        width: 100%;
    }

    .texto-izquierda {
    width: 100%;
    background-color: white;
    color: black;
    width: 53%;
    margin-bottom: 47%;
    padding-top: 4%;
    padding-bottom: 7%;
    border-radius: 10px;
    }

    .texto-izquierda h2 {
        font-size: 20px;
    }

    .texto-izquierda p {
        font-size: 12px;
    }

    footer h2 {
        font-size: 12px;
        margin-bottom: 10px;
    }
}