textarea {
    resize: none;
}
.header-section-quienes{
    position: relative;
    width: 100%;
    min-height: 200px;
    
    background: url(../../contenidos/images/headers/quienes_somos.jpg) center center;
    background-size: cover;
}
.header-section-terminos{
    position: relative;
    width: 100%;
    min-height: 200px;
    background: url(../../contenidos/images/headers/terminos.jpg) center center;
    background-size: cover;
}
.header-section-privacidad{
    position: relative;
    width: 100%;
    min-height: 200px;
    background: url(../../contenidos/images/headers/privacidad.jpg) center center;
    background-size: cover;

}
.header-section-preguntas{
    position: relative;
    width: 100%;
    min-height: 200px;
    background: url(../../contenidos/images/headers/preguntas.jpg) center center;
    background-size: cover;
}
.header-section-contacto{
    position: relative;

    width: 100%;
    min-height: 200px;
    background: url(../../contenidos/images/headers/contacto.jpg) center center;
    background-size: cover;
}
.header-section-after{
    position: relative;
    background-color: #ff253a;
    width: 100%;
    height: 20px;
}
.header-section-after-tienda{
    position: relative;
    background-color: #009578;
    width: 100%;
    height: 20px;
}
.header-section-quienes-tienda{
    position: relative;
    width: 100%;
    min-height: 200px;
    background: url(../../contenidos/images/headers/quienes_somos_1.jpg) center center;
    background-size: cover;
}
.header-section-quienes h1, .header-section-terminos h1, .header-section-privacidad h1, .header-section-preguntas h1, .header-section-contacto h1, .header-section-quienes-tienda h1{
    color: white;
    text-transform: uppercase;
    margin-top: 100px;
}
.container-contenidos-txt{
    position: relative;
    min-height: 150px;
    margin: 50px 0;
}
.container-contenidos-txt h3{
    color: #ff253a;
}
.container-contenidos-banners{
    position: relative;
    min-height: 50px;
    margin: 50px 0;
    padding: 0 0 0 50px;
}
.banners-link{
    margin: 0 0 30px 0;
    display: block;
}
.container-contenidos-txt ol{
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.container-contenidos-txt ol p {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.container-contenidos-txt ol ul{
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.container-contenidos-txt ol ul li{
  margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.container-contenidos-txt ul li{
    margin-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
  }
  .container-contenidos-txt a,   .container-contenidos-txt a:hover{
    color: #ff253a;
    text-decoration: underline;
  } 
  .container-contenidos-txt h4{
      margin-top: 30px
  }
 .recaptcha-form{
     position: relative;
     float: left;
 } 
.btn-left{
    position: relative;
    float: left;
    margin-right: 50px;
}
.fuente-verde {
    color:#009578 !important;
}
.container-contenidos-txt hr {
    border-width: 1px;
    margin: 30px 0;
}
@media (max-width: 992px) {
    .container-contenidos-banners {
        padding: 0;
    }
}