@font-face {
  font-family: 'Roboto';
  src: url('../fuentes/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
   font-family: 'Rolling';
   src: url('../team/fonts/RollingStone.ttf') format("truetype");
   font-weight: normal;
   font-style: normal;
   font-weight: 600;
   font-display: swap;
}
.ContCuerpo1 {
    padding-top: 64px;
    background: url(../img/LogoVerano.svg) #fff;
    background-size: 50px;
    text-align: center;
}

.verano03{
    width: 80%;
}

.verano-h1 {
    font-family: Rolling;
    letter-spacing: 5px;
    font-size: 40px;
    color: #fc5079;
    font-weight: 900;
}

.verano-h1-1 {
    font-family: Rolling;
    letter-spacing: 5px;
    font-size: 25px;
    color: #016895;
    font-weight: 900;
}

.verano-h1-2 {
  font-family: Rolling;
  letter-spacing: 5px;
  font-size: 20px;
  color: #016895;
  font-weight: 900;
}

.verano-info {
    font-family: Rolling;
    letter-spacing: 5px;
    font-size: 20px;
    color: #fc5079;
    font-weight: 400;
}

.verano-info1 {
    font-family: sans-serif;
    font-size: 20px;
    color: #016895;
    font-weight: 800;
}


.contContacto {
  
    margin-top: 60px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Andika New Basic', sans-serif;
    text-shadow: white 0.1em 0.1em 0.2em;
    font-size: 34px;
    color: #062e4a;
  }
  
  .contacto {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .conoTituloContacto {
    font-size: 18px;
    text-align: center;
    margin: 10px;
  }
  
  .contFormulario {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 22px 4px #062e4a;
    width: 85%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 10px 0 30px 0;
    
  }
  
  .formularioIndividual {
    margin: 0;
    padding: 0;
  
  }
  
  .formularioIndividualValidar {
    position: relative;
    margin: 0;
    padding: 0;
  }
  
  .formularioValidacionEstado {
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 98;
    font-size: 14px;
    opacity: 0;
  }
  
  .formularioValidacionEstadoCorrecto {
    color: #1ed12d;
    opacity: 1;
  }
  
  .formularioValidacionEstadoIncorrecto {
    color: #bb2929;
  opacity: 1;
  }
  
  .formularioError {
    color: red;
    font-size: 10px;
    margin: 0;
    display: none;
  }
  
  .formularioErrorActivo {
    display: block;
  }
  
  .formularioIndividualValidar input,
  .formularioIndividual textarea {
    font-size: 14px;
    box-shadow: 5px 5px 6px -6px rgba(0,0,0,1);
    border-color: #062e4a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    width: 95%;
  }
  
  .formularioIndividual label {
    font-size: 14px;
    margin-top: 20px;
  }
  
  .boton button {
    margin: 10px 0;
    font-family: 'Andika New Basic', sans-serif;
    font-size: 13px;
    width: 100px;
    color: #fff;
    border-radius: 10px;
    background: #062e4a;
    border: 0;
    text-transform: uppercase;
    padding: 2px 0px;
    cursor: pointer;
  }
  
  .boton button:hover,
  .boton button:focus {
    background: #062e4a;
    transition: all ease .5s;
    outline: 0;
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,1);
  }
  
  .botonEnviado {
    color: #1ed12d;
    font-size: 13px;
    margin: 0;
    display: none;
  }
  .botonEnviado-activo {
    color: #1ed12d;
    font-size: 13px;
    margin: 0;
    display: block;
  }
  
  .TeamBotones {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ContTeamBotones {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background-color: #062e4a;
    border-radius: 20px;
    color: #fff;
    margin: 20px;
  }
  
  .Cajas {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; 
  }
  
  .Cajas1 {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    /* flex-direction: column;
    flex-wrap: wrap;*/
    justify-content: center; 
    align-items: center; 
  }
  
  .Cajitas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    background-color: #062e4a;
    border-radius: 20px;
    color: #fff;
    margin: 20px;
    padding: 20px;
    cursor: pointer;
  }
  .Cajitas1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    background-color: #062e4a;
    border-radius: 20px;
    color: #fff;
    margin: 20px;
    padding: 20px;
  }
  
  .Crono {
    width: 50px;
  }
  
  .Pass {
    color: #000;
  }
  
  .login {
    cursor: pointer;
  }
  
  .ss1 {
    width: 50px;
    margin: 0 10px 0 10px;
  }

  @media (max-width: 999px) {
    .ContCuerpo-img {
  
      width: 90%;
   
    }
  } 