
@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
font-family: 'Nunito', Verdana, Geneva, Tahoma, sans-serif, sans-serif; 
margin: 0px;
display: flex;
flex-direction: column;
flex: 1;
}


.header {
    font-family: 'Nunito', Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: #1F2937;
    color: rgb(0, 0, 0);
    padding: 10px;
    flex:auto;
    margin: 0;
    width : 100%;

}

.logoylinks {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    flex-wrap : wrap;
   
}
.logo{
   
    width: 50%;
}


.links {
    font-size: 20px;
    display: flex;
    flex-wrap: nowrap;
    width:45%;
    padding-top: 8px;  
    justify-content:space-around;
    
}
a {
    
    color: white;
    text-decoration:none;
    
  }


.signupandimage {

    display: flex;
    justify-content: space-around;
    width: 100%;
  
    
}
.signup {

    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: center;
    
    
}
.image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.imgppal {

width: 450px;
height: 300px;
}

.telf {
    padding: 0px;
    border: 0px;
    margin: 5px;
    font-size: 16px;
    color: white;
}


.titulo{
    font-weight: 900;
    font-size: 24px;
    color: white;
    
    
}


.mensaje{
    padding-bottom: 8px;
    color: white;
}



button {
    background: #3882fc;
    border: 1px solid #3882fc;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: bold;
    width: 100px;
  }

  .body {
      background-color: white;
      color: black;
      height:500px;
      
  }

  .titulo2 {
      display: flex;
      justify-content: center;
      padding: 30px;
      font-size: 25px;

  }

  .cuadros {
      display: flex;
      justify-content: center;
      gap: 18px;
  }


 .imgpeq {
  
    width: 200px;
    height: 200px;
    border-radius: 8px;
}

.contenedor-galeria {
  display: flex;            /* Activa el alineamiento horizontal */
  gap: 20px;               /* Espacio entre cada cuadro */
  justify-content: center;  /* Centra los cuadros en la pantalla */
  flex-wrap: wrap;         /* Si no caben, bajan a la siguiente línea (responsive) */
  padding: 20px;
}
.cuadro {
  display: flex;
  flex-direction: column;   /* Alinea el texto y la imagen uno sobre otro */
  align-items: center;      /* Centra el texto respecto a la imagen */
  width: 250px;            /* Ancho fijo para cada cuadro */
  margin: 0;               /* Quita márgenes por defecto de figure */
}
.cuadro img {
  width: 100%;             /* La imagen ocupa todo el ancho del cuadro */
  height: 200px;           /* Altura fija para que todos los cuadros se vean iguales */
  object-fit: cover;       /* Recorta la imagen para que llene el espacio sin deformarse */
  border-radius: 8px;      /* Bordes redondeados estéticos */
}
.cuadro figcaption {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

img:hover {
    border: #1F2937dd solid 6px;
}

.quote {
    background-color: #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    height: auto;


}
.p1 {
    font-family:'Roboto', Verdana;
    font-size: 50px;
    font-style:italic;
    color: #1F2937;
    width: 70%;
    height: auto;
     text-align: center;
    
}

.p1n {
    font-size: 20px;
    color: #1F2937;
    font-weight: lighter;
    font-style: italic;   
    width: 450px;
    height: auto;
    text-align: justify;
}
ul {
    font-size: 20px;
    color: #1F2937;
    font-weight: lighter;
    font-style: italic;   
    width: 450px;
    height: auto;
    text-align: justify;
}
.firm {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-style: normal;
}

.tercera {
display: flex;
justify-content: center;
padding: 50px 0px;
}
.action {
    display: flex;
    justify-content: space-around;
    width: 600px;
    background-color: #3882f6;
    border-radius: 12px;
    color: white;
    align-items: center;
    padding: 20px;
}
.call {
    margin-bottom: 0;
    font-weight: 900;
}
 .signup2 { 
     margin-top: 0;
     font-size: smaller;
}
    .boton2{
        background-color:#3882f6;
        border-radius: 12px;
        border-color: white;
        border-style: solid ;
        border-width: 2px;
        width: 130px;
    }
    
    .boton2:hover {
        background-color:#1F2937;
}

    .footer {
        color: white;
        background-color: #1F2937;
        font-size: smaller;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*aqui comienza para avaluos.*/
    .titulo3 {
        display: flex;
        justify-content: center;
        padding: 20px;
        font-size:25px;
        font-family:'Times New Roman', Times, serif;
    }
    .titulo4 {
        display: flex;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size:20px;
        font-family:'Times New Roman', Times, serif;

    }

    .imagenAvaluo {
        padding: 0;
        margin: 0;
        width: 100%;
       
    }
    .imgAval {
        padding: 0;
        margin: 0;
        width: 100%;
       
    }
    
    @media screen and (max-width: 800px) {
    .imgppal {
        display:none;
    }
    .logoylinks {
    display: flex;
    flex-direction:column;
    justify-content:center;
     flex-wrap: nowrap;
     padding-right:10px;
    
}
    .logo {
       padding-right:10px;
        width:100%;

    }
 .signup {

    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    
}   
.links{
    
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    gap:12px;
    margin:auto;
    padding-top: 4px;
    
}
.titulo{
    padding-top:10px;
    font-size: 16px;
}
.telf {
    padding-top: 10px;
    border: 0;
    margin: auto;
    font-size: 13px;
}


button {
    background: #3882fc;
    border: 1px solid #3882fc;
    color: #fff;
    padding: 5px 6px;
    border-radius: 8px;
    font-size: 10px;
    width: 70px;
  }
  .body {
      height:100%;
  }
    .titulo2 {
      display: flex;
      justify-content: center;
      padding: 10px;
      font-size: 14px;
      font-family:'Times New Roman', Times, serif;
  }
  
      .titulo3 {
        display: flex;
        justify-content: center;
        padding: 10px;
        font-size:14px;
        font-family: Times, serif;
    }
    .titulo4 {
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size:14px;
        font-family:'Times New Roman', Times, serif;
    }
  
   .cuadros {
      display: flex;
      justify-content: center;
      gap: 10px;
     
  }
 .cuadro {
    border: 3px solid #3882fc;
    border-radius: 10px;
    background: white;
    width: 60px;
    height: 60px;
 }

 .imgpeq {
  
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

 .textos {
    display: flex;
    justify-content: center;
}
.texto {
  font-size:10px;
  background: white;
  width: 104px;
  height: 100px;
  text-align: center;
}
  
  .p1, .firm {
    font-size: 18px;
    color: #1F2937;
    font-weight: lighter;
    font-style: italic;
   
    width: 80%;
    height: auto;
}
.p1n {
    font-size: 18px;
    color: #1F2937;
    font-weight: lighter;
    font-style: italic;   
    width:90%;
    height: auto;
    text-align: justify;
}
ul {
    font-size: 18px;
    color: #1F2937;
    font-weight: lighter;
    font-style: italic;   
    width: 85%;
    height: auto;
    text-align: justify;
}
}