/* FUENTES INCLUIDAS */

@font-face {
    font-family: 'Roboto-thin';
    src: url(./fonts/roboto-thin.woff) format('woff');
    font-style: normal;
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'Roboto-light';
    src: url(./fonts/roboto-light.woff) format('woff');
    font-style: normal;
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'Roboto';
    src: url(./fonts/roboto-regular.woff) format('woff');
    font-style: normal;
    font-weight: 400;
  }
  
  @font-face {
      font-family: 'Roboto-bold';
      src: url(./fonts/roboto-bold.woff) format('woff');
      font-style: bold;
      font-weight: 700;
  }
  
  @font-face {
      font-family: 'Ecologo';
      src: url(./fonts/ecologo.woff) format('woff');
      font-style: normal;
      font-weight: 400;
    }
    
    @font-face {
      font-family: 'linearicons';
      src: url(./fonts/linearicons-free.woff) format('woff');
      font-style: normal;
      font-weight: 400;
    }
  

  
  /* TIPOGRAFIA PAGINA */
  
  h1 {
    font-family: 'Roboto-thin';
    letter-spacing: 0.em;
    font-size: clamp (1.7rem, 1.7rem + 0.5vw, 3rem);
    line-height: 100%;
  }
  
  h2 {
    font-family: "Roboto-thin";
    font-size: clamp(1.5, 1.4rem + 0.2vw, 1.8rem); 
    line-height: 120%;
    /*max-inline-size: 35ch;*/
  }
  
  h3 {
    font-family: "Roboto-thin";
    font-size: clamp(1.1rem,  1rem + 0.2vw, 1.5rem);
    line-height: 110%;
    padding: 1rem 0 0;
    /*max-inline-size: 45ch;*/
  }
  
  h4 {
    font-family: "Roboto-light";
    font-size: clamp(0.9rem,  0.9rem + 0.2vw, 1.3rem);
    line-height: 150%;
    letter-spacing: 0.1em;
    padding: 0.5rem 0 0;
    /*max-inline-size: 40ch;*/
  }
  
  h5 {
    font-family: "Roboto-light";
    font-size: clamp(0.8rem,  0.8rem + 0.2vw, 1.2rem);
    line-height: 130%;
    letter-spacing: 0.1em;
    padding: 0.5rem 0 0;
    /*max-inline-size: 40ch;*/
  }
  
  p {
    font-family: "Roboto";
    font-size: clamp(0.9rem, 0.9rem + 0.1vw, 1.2rem);
    line-height: 130%;
    /*max-inline-size: 55ch;*/
    padding: 0.5rem 0 0;
  }
  
  
  /* RESET */
  html {
      box-sizing: border-box;
      margin: 0;
      border: 0px;
      padding: 0px;   
      scroll-behavior: smooth;
      margin: 0 auto 0;
  }
  
  *,
  *::after,
  *::before {
      box-sizing: inherit;
  }
  
  /* GLOBAL */
  
* {
    box-sizing: border-box;
    border: 0px solid rgb(243, 59, 59);
    margin: 0;
    padding: 0;
}

body{
      max-width: 1200px;
      border: 0px; 
      padding: 0px;   
      margin: 0 auto 0;
      /*background: #466f8f;*/
  }

.pagina {
    max-width: 1200px;
    border: 0px; 
    padding: 0px; 
    padding: 1rem 0.1rem 0.1rem;  
    background-color: #ffffff;
    border: 0px solid rgb(255, 255, 255);

  }
  


/* COLORES */

.color0 {
    background-color: #ffffff;
    /*color: #242424;*/
    color: inherit;
  }
  
  .color1 {
    background-color: #466f8f;
    color: #e9e9e9;
  }
  
  .color2 {
    background-color: #d9d8a0;
    color: #242424;
  }
  
  .color3 {
    background-color: #8f7665;
    color: #e9e9e9;
  }
  
  .color4 {
    background-color: inherit;
    color: #466f8f;
  }
  
  .color5 {
    background-color: none;
    color: #242424;
  }
  
  .color6 {
    background-color: #5f928f;
    color: #e9e9e9;
  }
  
  .color7 {
    background-color: transparent;
    color: inherit;
  }
  
  .color8 {
    background-color: transparent;
    color: #e9e9e9;
  }
  
  .color9 {
    background-color: none;
    color: #e9e9e9;
  }
  
  .color10 {
    background-color: #754070;
    color: #e9e9e9;
  }
  
  .color11 {
    background-color: #f7f5f5;
    color: #466f8f;
  
  }
  
  .ecoverde {
    display: block;
    height: 50px;
    margin: 0rem 0rem 0;
  }
  
/* ESTILOS */

.centered {
  text-align: center;
}
  
.flex_3_container {
    display: flex;
    flex: 1 1 300;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: flex-end;
    align-items: first baseline;
    margin: 1rem rem;
    padding: 1rem 0rem;
    gap: 2rem;
    border: 0px solid rgb(207, 69, 225);
}

/* CONTACTO */

.contacto {
    max-width: 1200px;
    margin: 4rem 0.5rem 4rem;
    padding: 2rem 0.5rem 1rem ;
    border: 0px;
    background-color: rgb(214, 233, 235);
    border-radius: 1rem;
}
  
.contacto_ancho {
    flex: 1 1 950px;
    margin: 0rem 0 0 0;
    padding: 1rem 1.5rem;
    gap: 2rem;
    border-radius: .7rem;
    border: 0px solid chartreuse;
}

.acepto {
  font-family: 'roboto-light';
  font-size: 0.9rem;
}

.boton {
    display: inline-block;
    padding: 0.3rem 1.5rem;
    border-radius: 0.3rem;
    background: rgba(223, 106, 83, 0.8);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 0.8rem;
    margin: 1rem 0 1rem;
  }

.boton:hover {
      background: rgba(200, 71, 45, 0.8);
          font-size: 0.9rem;

}

.flex-sub_container {
  flex: 1 1 250px;
  margin-top: 0rem;
  padding-top: 1.5rem;

}


/* FORMULARIO */




#contact {
  margin: 0.5rem auto 1rem;
  font-family: 'roboto-light';

  text-align: center;

}

fieldset {
  border: medium none !important;
  margin: 0 0 0.5rem;
  min-width: 100%;
  padding: 0;
  width: 100%;
  font-family: 'roboto-light';
  text-align: center;

}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  height: 2.2rem;
  border: 0px solid #ccc;
  background: #FFF;
  margin: 0.9 0rem;
  padding: 1rem;
  border-radius: .5rem;
  font-family: 'roboto-light';


}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 0px solid #aaa;
}

#contact textarea {
  height: 8rem;
  max-width: 100%;
  resize: vertical;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 170px;
  border: none;
  background: #66a469;
  color: #FFF;
  margin: 0.5rem 0 0;
  padding: 10px;
  border-radius: 0.3rem;
}

#contact button[type="submit"]:hover {
  background: #299d2d;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 30px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;

}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

