
.formulario .politica {
    font-size: 0.8em;
    color: #333;
}

.formulario .politica:hover {
    color: #000;
}

.formulario {
    padding: 0 40px;
}

#contacto h2 {
    font-size: clamp(1.188rem, 1.057rem + 0.65vw, 1.675rem);
    margin-bottom: 0px;
    text-align: right;
}

#contacto .titular_form {
    font-size: clamp(1.5rem, 1.369rem + 0.65vw, 2.188rem);
}

#contacto h3 {
    font-size: 1.3em;
    padding-top: 4px;
    font-weight: 600;
}

.fila_datos span {
    font-size: 1em;
    color: #666;
}

.fila_datos span a {
    color: #666;
}

.fila_datos {
    margin-bottom: 20px;
}

.fila_datos a {
    color: #666;
}

.fila_datos a:hover {
    color: #000;
}

#contacto .form-group {
    margin-bottom: 1.5rem;
}

#contacto .sobre_titulo::after {
    display: none;
}

#contacto .form-control-lg {
    background-color: #16754650;
    border-radius: 20px;
}

.form-control::placeholder {
    color: #fff;
}

.envia_coment {
    margin-top: 10px;

    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 0 !important; /*Estandar   */
    -ms-border-radius: 0px !important; /* IE8   */
    -moz-border-radius: 0 !important; /* firefox   */
    -webkit-border-radius: 0 !important; /*safari   */
    -khtml-border-radius: 0px !important; /* Konqueror   */
}

.contacto .mapa {
    background-color: #E6E4E0;
    padding-left: 0px;
    padding-right: 0px;
}

.contacto .zona_redes li {
    display: inline-block;
}


.contacto .zona_redes li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px) {
    .relleno_bloques {
        padding: 30px 10px;
    }

    .contacto h2, .formulario h2 {
        font-size: 1.3em;
    }
    .contacto .zona_redes {
        text-align: center;
    }
    #contacto h2 {text-align: center;    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    #contacto h2 {text-align: center;    }
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    .formulario {
        padding: 0 20px;
    }


}

/* Large devices (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
}

@media (1200px <= width <= 1399px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (width >= 1400px) {

}
