.contactenos{
  
  border-color:  rgb(34, 112, 202);
  max-width:600px;
  border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    margin:auto;
    margin-bottom: 2rem;

  
}
.tituloContacto{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.subTextoContacto {
    color: #ffffff;
    font-size: 1.3rem;
}
.inputContacto{
  font-size: 1.1rem;
  color: #ffffff;
    background-color: #ffffff75 !important;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    width: 80dvw;
    max-width: 35rem;
    margin: 0.5rem 0;
    height: 2rem;
    padding: 0.5rem;
    box-shadow: 1.5px 1.5px 5px rgb(3, 10, 71);
    border-color: rgb(3, 10, 71);
}
.inputTarea{
  height: 10rem;
}
.g-recaptcha {
  margin: auto;
padding-bottom: 4dvh;
  display: grid;
  justify-content: center !important;
  max-width: 90dvw;
}
@media screen and (min-width: 1350px){

}
@media screen and (min-width: 960px) and (max-width: 1349px){
  .contactenos{
    font-size: 90% !important;
  }
}
@media screen and (min-width: 826px) and (max-width: 959px){
  .contactenos{
    font-size: 80% !important;
  }
}
@media screen and (max-width: 825px){
  .contactenos{
    font-size: 70% !important;
  }
}
@media screen and (max-width: 460px){
  .contactenos{
    font-size: 60% !important;
  }
}
@media screen and (max-width: 290px){ 
  .contactenos{
    font-size: 50% !important;
  }
}