textarea {
    resize: none;
}
.header-section-quienes{
    position: relative;
    width: 100%;
    min-height: 200px;

    background: url(../../contenidos/images/headers/quienes_somos_mrtools.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-quienes h1, .header-section-terminos h1, .header-section-privacidad h1, .header-section-preguntas h1, .header-section-contacto h1{
    color: white;
    text-transform: uppercase;
    margin-top: 100px;
}
.container-contenidos-txt{
    position: relative;
    min-height: 150px;
    margin: 50px 0;
    font-family: Arial;
    
}
.container-contenidos-txt h3{
    color: #167dfd;
}
.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: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.container-contenidos-txt ol li ol{
    padding-left: 20px;
     text-transform: none;
    font-weight:normal;    
}
.container-contenidos-txt ol p {
    font-size: 12px;
    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: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
}
.container-contenidos-txt ol li ol li{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
}
.container-contenidos-txt ul li{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;

}
.container-contenidos-txt a, .container-contenidos-txt a:hover{
    color: #167dfd;
    text-decoration: underline;
} 
.container-contenidos-txt h4{
    margin-top: 20px;
    font-size: 18px;
}
.recaptcha-form{
    position: relative;
    float: left;
} 
.btn-left{
    position: relative;
    float: left;
    margin-right: 50px;
}
.container-contenidos-txt hr {
    border-width: 1px;
    margin: 30px 0;
}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.container-contenidos-txt .close {

    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid white;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.container-contenidos-txt .close span {
    font-weight: 100;
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 6px;
    line-height: 25px;
    color: white;
}
.container-contenidos-row{
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}
a.videos-txt{
    text-align: center !important;
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    float: left;
    min-height: 250px;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
@media (max-width: 992px) {
    .container-contenidos-banners {
        padding: 0;
    }
}