body {
	font-family: 'Open Sans', sans-serif;
}
:focus {
    outline: 0;
}
body.sin-scroll {
    overflow-y: hidden;
}
b {
	font-weight: bold;
}
a {
	text-decoration: none;
}
img {
    max-width: 100%;
}
article.cuerpo {
    margin: 0 auto;
    max-width: 1500px;
    padding-left: 15px;
    padding-right: 15px;
}
div.limpiar {
    clear: both;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 0;
}
.modal {
    position: fixed;
    top: 0;
    background: rgba(000,000,000,0.9);
    width: 100%;
    height: 100vh; 
    display: none;
    z-index: 10;
}
.modal span {
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.modal .contenedor {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    //overflow-y: scroll;
    margin-top: 30px;
}
.modal .contenedor h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
}
.modal .contenedor p {
    margin-top: 10px;
}
.modal .contenedor p, .modal .contenedor p a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
}
.modal .contenedor h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 35px;
} 
/*----------------------------------------------------------------------------------*/
/*--------------------FORMULARIO INTERIORES--------------------*/
section.formulario-interiores {
    padding: 60px 0 50px;
    background: #3e6fbe;
}
section.formulario-interiores .img-izq {
    float: left;
    width: 19%;
    text-align: center;
}
section.formulario-interiores .form-der {
    float: right;
    width: 80%;
}
section.formulario-interiores .form-der h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
section.formulario-interiores .form-der p.intro {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 12px;
    max-width: 1000px;
}
section.formulario-interiores .form-der .col {
    float: left;
    width: 26%;
    margin-right: 4%;
}
section.formulario-interiores .form-der .col.ultima {
    width: 40%;
    margin-right: 0;
}
section.formulario-interiores .form-der .col p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
section.formulario-interiores .form-der .col p span {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
section.formulario-interiores .form-der .col input[type="text"] {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 0;
    padding: 4px 8px;
}
section.formulario-interiores .form-der .col textarea {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 0;
    padding: 4px 8px;
    min-height: 117px;
}
section.formulario-interiores .form-der .col p.polpriv {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    margin: 15px 0;
}
section.formulario-interiores .form-der .col p.polpriv input[type="checkbox"] {
    
}
section.formulario-interiores .form-der .col p.polpriv label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
section.formulario-interiores .form-der .col p.polpriv a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
section.formulario-interiores .form-der .col .boton {
    text-align: right;
}
section.formulario-interiores .form-der .col .boton input.btnform {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 36px;
    cursor: pointer;
}
section.formulario-interiores .form-der .col .boton input.btnform:hover {
    color: #3e6fbe;
    background: #fff;
}
/*--------------------FIN FORMULARIO INTERIORES--------------------*/

/*------------------------------------RESPONSIVE------------------------------------*/

@media (max-width: 1350px) {
    .modal .contenedor {
        overflow-y: scroll;
        height: 80vh;
        margin-top: 10vh;
    }
    .modal span {
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 550px) {
    .modal .contenedor p, .modal .contenedor p a {
        text-align: left;
    }
}