/* Estilos generales */
.responsive{ display: none; }
p.center{ text-align: center; }
.content-interior .button.big{ font-size: 18px; letter-spacing: 0.5px; line-height: 24px; padding: 10px 20px; }
h2.normal-case{ text-transform: initial; }
.content-interior .banner img{ width: 100%; height: auto;}

/* Preguntas frecuentes */
#faqs{}
#faqs .questions{}
#faqs .questions a{ font-weight: 400; color: #333; text-decoration: none;}
#faqs .questions a.selected{  font-weight: bold; }
#faqs .questions a.selected strong{color: #b4292b;}
#faqs .questions div{ display: none; background: #f7f7f7; padding: 15px;  margin: 0 0 20px 0;}
#faqs .questions div a{ text-decoration: underline; font-weight: 600; }

.form-interior {margin: 0 0 25px 0;}
.form-interior input{ width: auto; border-radius: 10px; padding: 5px 5px 5px 10px; border: 1px solid #ccc;}
.form-interior .js-day{ width: 70px;}
.form-interior .js-month{ width: 125px; }
.form-interior .js-year{ width: 70px; }
.form-interior .button { padding: 12px; font-size: 15px; line-height: 12px; letter-spacing: 1px; width: 100px; margin: 0 0 0 15px;}

/* Tables */

.tg {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.tg td {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
	}
	.tg tr td:first-child,
	.tg tr th:first-child{ background: #fff; border: 0; text-align: left; font-weight: 400;} 
.tg th {
	border-color: #fff;
    background: #b4292b;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: center;
	}
	.tg th.sub-thead {
		background: #fff;
	    border-color: #fff;
	    border-bottom: 1px solid #000;
	    color: #333;
	    text-transform: none;
	    font-weight: 400;
	    font-size: 10px;
	}
.tg .tg-0lax {
	text-align: left;
	vertical-align: top
}


/********** nuevos estilos boton hazte socio ********/
.content-interior P.boton-hazte-socio{text-align:right;margin-bottom: 25px;margin-top:0px;}
.content-interior P.boton-hazte-socio A{
    text-decoration: none;    
    background: #d22427;
    color: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    font-size: 22px;
}

@media (max-width: 767px){
	.responsive{ display: block; }
	.no-responsive{ display: none; }
    
    .content-interior P.boton-hazte-socio A{
        padding:10px 15px;font-size:16px;
    }
}
@media (max-width: 520px){
	.form-interior .media-button {
	   width: 100%; display: inline-block; margin: 15px 0 0 0;
	}
	.form-interior .media-button button{ margin: 0;}
}


