.contacto{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .contacto-center{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
.contacto-row
{
    margin-right: unset !important;
}
.contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .contacto-text-center
  {
    text-align: center;
    width: 100%;
  }
  .text-contacto h3{
    font-weight: 700;
    font-size: 36px;
  }
  .text-contacto h4{
    font-weight: 700;
    font-size: 24px;
  }
  .text-contacto h6{
    font-weight: 400;
    font-size: 16px;
  }
  .text-contacto-traduccion{
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    /*line-height: 19.2px;*/
  
  }
  hr {
    border: 0;
    height: 2px; 
    background-color: #00000040;
  }
  .required
  {
     color:  #FF6500;
  }
.label-contacto{
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.cont-icon-contacto{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.input-group-icon-contacto{
    width: 45px;
    height: calc(1.5em + 0.75rem + 2px);
    background: #E2DED7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0 10px 10px 0;
}
.formContacto input{
    border-radius: 10px ;
    border: #7D818B solid 2px ;
}

.formContacto select{
    border-radius: 10px ;
    border: #7D818B solid 2px ;
    appearance: none;
}

.formContacto textarea{
    border-radius: 10px ;
    border: #7D818B solid 2px ;
}

.enlace-aviso{
    color: #FFFFFF;
    text-decoration: underline;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.enlace-aviso:hover{
  color: #FFFFFF;
}

.banner_gob-contacto{
    background-color: #fbfbfc;
    background: #BC2251;
  }
  #seccion-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  input[type=checkbox] {
    accent-color: #7D828B;
    width: 18px;
    height: 18px;
  }
  

  .form-control:focus
  {

    color: #495057;
    background-color: #fff;
    border: #7D818B solid 2px;
    outline: 0;
    box-shadow: none;

  }
  @media (min-width: 320px) and (max-width: 767px)
  {
    #textareaMensaje
    {
      resize:none;
    }
  }

