.seoheader{display: none;}
.preguntas-frecuentes{
	margin: 0;
	padding: 0;
    font-size: 2em;
}
.faqs{
	width: 90%;
	margin: 0 auto;
	max-width: 1150px;
}

.faqs:nth-of-type(1){
	margin-top: 100px;
}

.faqs:nth-of-type(2) .cuadro-right{
	padding-bottom: 50px;
}

.faqs p{
	font-size: 12px;
	color: #666666;
    margin: 15px 0;
}

.faqs a{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
.cuadro-left{
	float: left;
	width: 49%;
	margin-right: 1%;


}

.cuadro-right{
	float: right;
	width: 49%;
	margin-left: 1%;
}

h2{
	font-size: 16px;
}

h4{
    cursor: pointer;
    padding: 5px;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    /*padding-left: 17px;*/
}
/*h4:before{
    content: '•';
    color: #4d4d4d;
    font-size: 20px;
    position: absolute;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 0;
    left: 0;
    top: 5px;
}*/
h4.t-mail{
	margin-top: 0;

}
/* h4.t-mail:before{
	content: '';
} */
h3{
	border-bottom: 1px solid #b3b3b3;
	padding-top: 50px;
    padding-bottom: 3px;
}

.custom{
    background: #e6e6e6;
    border-radius: 10px;
    padding: 10px 15px;
}
.boxCompleto { margin-top: 10px; }
.custom h4:before{
	content: '';

}

.custom h4{
	margin-top: 0;
	margin-bottom: 0;
}

.terminos-condiciones{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d1d1d1;
}
.terminos-condiciones h1.titulo{
	color: #4d4d4d;
	font-size: 1.6em;
}
.terminos-condiciones .objetivo{
    font-size: 1em;
	font-weight: bold;
	color: #4d4d4d;
}
.terminos-condiciones ol li, .terminos-condiciones  ul li, .cuadro-left ol li, .cuadro-right ol li, .cuadro-left ul li, .cuadro-right ul li{
    margin-top: 10px;
    line-height: 1.4;
}
p { line-height: 1.4; }
ol li:before{
	font-weight: bold;
	font-size: 12px;
}

.terminos-condiciones ul li{
	list-style-type: disc;
}

.respuesta{
	padding: 5px;
}

/* Términos temporarios */
.info-alqTemporarios {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.info-item {
    margin-bottom: 30px;
}
.info-item .header-title {
    font-weight: 600;
    margin-bottom: 10px;
}
.msg-destacar {
    padding: 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    background-color: #f1f1f1;
    line-height: 1.4;
}
ol.list-alpha {
    list-style: lower-alpha;
}
.info-item .info-content {
    
}
.info-item .info-content p {
    
}

.info-item .info-content ol {
    
}

@media screen and (max-width: 980px) {
    #contenedor{
        position: inherit;
    }

    .cuadro-left {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .cuadro-right {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

}