.banda_formulario .horario{color:#333; font-weight: 500;}


.banda_formulario .relleno_transp p{ padding-right: 20px; padding-bottom: 20px;}
.banda_formulario .relleno_transp .politica{font-size: 0.9em; color:#666; padding-top: 10px; padding-bottom: 20px;}
.banda_formulario .relleno_transp .politica a{ color:#666;}
.banda_formulario .relleno_transp .politica:hover{ color:#000;}
.banda_formulario .form-label{color:#000; font-weight: 700; margin-left: 5px; margin-top: 8px;}




.banda_formulario h2 {
    color: #000000;
    font-size:clamp(2rem, 2.5vw + 1rem, 4rem);
    font-weight: 500;    
    text-align: center;
}


.banda_formulario .btn_redondo{ padding: 8px 30px!important; border-radius: 30px!important; border:none; }
.banda_formulario .form-control{ border-radius: 8px;  font-size: 1em; line-height: 2em; background-color: #fff; color: #000!important;}

.banda_formulario texarea.form-control{  line-height:100%; }

.banda_formulario:focus{background-color: #efefef;}





/*----------------------------- datos_contacto_imagen_fondo -----------------------------------------------*/

.datos_contacto_imagen_fondo h2{font-size: clamp(1.3rem,  2vw, 5rem);    line-height: 100%;   font-weight: 500;  color:#000}
.datos_contacto_imagen_fondo .area{
    font-weight: 700;
    display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    place-content: flex-start;
    -webkit-box-pack: start;
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1rem;

    
}
.datos_contacto_imagen_fondo .area::after{
    content: "";
    height: 0.0625rem;
    flex: 1 1 0%;
    margin-left: 1.25rem;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}
.datos_contacto_imagen_fondo .zona_contacto{background-color: #fff; box-shadow:  5px 5px 24px #b3b3b3,
    -5px -5px 24px #bbbbbb;}
.datos_contacto_imagen_fondo .tel a{color:#333; transition: all 0.2s linear;}
.datos_contacto_imagen_fondo .email a{color:#333; }
.datos_contacto_imagen_fondo .email a:hover{color:#000;}
.datos_contacto_imagen_fondo .direccion{ line-height: 100%;}
.datos_contacto_imagen_fondo .zona_redes li {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px 50px 50px 50px;
    margin-right: 15px;
    background-color: #efefef;
    transition: all 0.2s linear;
}
.datos_contacto_imagen_fondo .zona_redes li i { color: #212529;}
.datos_contacto_imagen_fondo .zona_redes i {
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 1.5em;
    line-height: 50px;
}

.datos_contacto_imagen_fondo .zona_redes li:hover i{color: #fff;}



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .datos_contacto_imagen_fondo h2{font-size: 1.2em;}
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
  
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {
    
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
   
    
}
