@import url( 'colores.css' );
@font-face {
	font-family: 'gothambold';
	src: url( 'fuentes/gothambold1.eot');
	src: local( 'gothambold1' ), url( 'fuentes/gothambold1.woff' ) format( 'woff' ), url( 'fuentes/gothambold1.ttf' ) format( 'truetype' );
}
@font-face {
	font-family: 'gothamlight';
	src: url( 'fuentes/gothamlight.eot');
	src: local( 'gothamlight' ), url( 'fuentes/gothamlight.woff' ) format( 'woff' ), url( 'fuentes/gothamlight.ttf' ) format( 'truetype' );
}
body {
	margin: 0;
	font-size: 14px;
	font-family: 'gothambold', sans-serif;
	background-color: var( --blanco );
}
.accesibilidadOculta {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}
.accesibilidadOculta:focus {
	top: 0;
    left: 0;
    width: 210px;
    height: auto;
    z-index: 9;
    padding: 8px;
    border: 2px solid var( --morado );
    color: var( --morado );
    background-color: var(--blanco );
    z-index: 999999;
}
header {
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	z-index: 99999;
	box-sizing: border-box;
	padding: 10px;
}
header .logo { width: 90px; height: auto; }
header .ligasHeader { float: right; text-align: right; margin-top: 15px; }
header .ligasHeader a { color: var( --negro ); }
header .menuIcon {
	font-size: 15px;
	text-align: center;
	display: block;
	width: 45px;
	float: right;
	margin: 0 8px;
	transition: all 0.6s;
}
header .menuIcon i { font-size: 40px; }
header .menuIcon:hover { color: var( --morado ); }
header .idiomaLink { display: block; float: right; margin: 15px; cursor: pointer; font-size: 16px; }
.espacioSuperior { width: 100%; height: 110px; }
.dMenu {
	background-color: var( --naranja );
	color: var( --blanco );
	opacity: 0.9;
	z-index: 999999;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
	margin-left: -200%;
	transition: all 0.6s;
}
.dMenu .logo { width: 150px; height: auto; }
.dMenu .cierraMenu {
	float: right;
	display: block;
	width: 40px;
	font-size: 10px;
	text-align: center;
	color: var( --blanco );
}
.dMenu .cierraMenu i { font-size: 30px; color: var( --blanco ); }
.dMenu b {
	font-family: 'gothamlight', sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.dMenu b:after {
    background-color: var( --blanco );
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
    left: 0.5em;
    margin-right: -50%;
}
.menuContainer { width: 400px; margin: 0 auto; margin-top: -100px; font-weight: normal; }
.menu {
	list-style: none;
	padding-left: 0;
	width: 100%;
}
.menu li a {
	padding: 10px 0;
	color: var( --blanco );
	font-size: 16px;
	display: block;
}
.sociales {
	border-top: 1px solid var( --blanco );
	box-sizing: border-box;
	padding: 10px;
	width: 205px;
}
.sociales a {
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	width: 35px;
	height: 35px;
	margin: 10px;
	font-size: 8px;
	text-align: center;
	color: var( --blanco );
}
.sociales a i {
	color: var( --blanco );
	font-size: 20px;
	margin: 8px 3px;
	position: relative;
	z-index: 1;
}
.sociales a span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	width: 0;
}
.sociales a.facebook span {
	background-color: #3b5998;
}
.sociales a.twitter span {
	background-color: #00aced;
}
.sociales a.instagram span { background-color: #FE1F49; }
.sociales a.google span {
	background-color: #dc4a38;
}
.sociales a.youtube span { background-color: #bb0000; }
.sociales a.pinterest span { background-color: #CB2027; }
.sociales a.linkedin span {
	background-color: #007bb6;
}
.sociales a.email span { background-color: #7d7d7d; }
.sociales a.reddit span { background-color: #ff4500; }
.sociales a.whatsapp span { background-color: #25d366; }
.sociales a:hover span {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	top: 0;
	left: 0;
}
.sociales a:hover i { color: var( --blanco ); }
a { text-decoration: none; cursor: pointer; transition: all 0.3s; }
a:focus, a:hover {
	-webkit-transform: scale( 1.1 );
	-ms-transform: scale( 1.1 );
	transform: scale( 1.1 );
	border: 1px solid var( --morado );
}
input, textarea, select {
	padding: 8px;
	box-sizing: border-box;
	width: 100%;
	border: 1px #ccc solid;
	margin: 5px 0;
}
::-webkit-input-placeholder {
	color: var( --gris );
}
.logoHome { width: 100%; text-align: center; }
.logoHome img { width: 500px; height: auto; margin: 0 auto; }
.slogan { width: 100%; text-align: center; margin-bottom: 60px; }
.slogan h1 { font-size: 30px; margin: 0; }
.pAbsoluto { position: absolute; }
.textoEncima {
	width: 600px;
	max-width: 100%;
	padding: 50px;
	position: absolute;
	margin-left: 200px;
	margin-top: 80px;
	box-sizing: border-box;
}
.textoEncimaRight {
	width: 600px;
	max-width: 100%;
	padding: 50px;
	position: absolute;
	margin-right: 200px;
	margin-top: 80px;
	box-sizing: border-box;
	text-align: right;
	right: 0;
}
.subTextoEncima {
	width: 600px;
	max-width: 100%;
	padding: 50px;
	position: absolute;
	margin-right: 200px;
	margin-top: 500px;
	box-sizing: border-box;
	text-align: right;
	right: 0;
}
.subTextoEncima h1 { font-family: 'gothamlight', sans-serif; font-size: 35px; font-style: italic; }
.textoEncima h1, .textoEncimaRight h1 { font-size: 80px; line-height: 70px; }
.grayContent {
	background-color: var( --grisFondo );
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
}
.whiteContent { background-color: var( --blanco ); }
.purpleContent, .naranjaContent, .rojoContent {
	color: var( --blanco );
	box-sizing: border-box;
	padding: 50px;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.purpleContent { background-color: var( --morado ); }
.naranjaContent { background-color: var( --naranja ); }
.rojoContent { background-color: var( --rojo ); }
.principal {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.caracteristicas { padding-left: 20px; width: 100%; }
.caracteristicas li, .parrafoCaracteristicas {
	font-size: 18px;
	box-sizing: border-box;
	padding: 8px 0;
}
.parrafoCaracteristicas { padding-right: 20px; }
.tituloCaracteristica { font-size: 60px; line-height: 50px; }
.subTituloCaracteristica { font-size: 40px; line-height: 30px; }
.tMorado { color: var( --morado ); }
.tRojo { color: var( --rojo ); }
.tAmarillo { color: var( --amarillo ); }
.tBlanco { color: var( --blanco ); }
.imgCaracteristica { width: 80%; min-width: 320px; margin-top: -50px; margin-bottom: 60px; }
.imgRanking { width: 75%; min-width: 320px; margin: 0; margin-bottom: -50px; }
.testimonial {
	font-family: 'gothamlight', sans-serif;
	font-size: 50px;
	font-style: italic;
	text-align: right;
	margin-top: 100px;
}
.testimonialInterno {
	font-family: 'gothamlight', sans-serif;
	font-size: 40px;
	font-style: italic;
	margin-bottom: 100px;
	margin-top: 30px;
}
.testimonialEstadistica {
	font-family: 'gothamlight', sans-serif;
	font-size: 50px;
	font-style: italic;
	text-align: right;
	margin: 30px 0;
}
.servicio1 {
	background: url('../../images/1.png') no-repeat;
	background-position: right top;
	background-color: var( --grisFondo );
}
.servicio2 {
	background: url('../../images/2.png') no-repeat;
	background-position: left top;
	background-color: var( --blanco );
}
.servicio3 {
	background: url('../../images/3.png') no-repeat;
	background-position: right top;
	background-color: var( --grisFondo );
}
.servicio4 {
	background: url('../../images/4.png') no-repeat;
	background-position: left top;
	background-color: var( --blanco );
}
.servicio5 {
	background: url('../../images/5.png') no-repeat;
	background-position: right top;
	background-color: var( --grisFondo );
}
.boton {
	transition: all 0.6s;
	box-sizing: border-box;
	background-color: var( --morado );
	color: var( --blanco );
	padding: 6px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid var( --morado );
	display: block;
	width: 150px;
	max-width: 100%;
	border-radius: 5px;
}
.boton:hover { background-color: transparent; color: var( --morado ); }
.fullImg { width: 100%; height: auto; }
.fullHeight { height: 100%; width: auto; }
.capanegra {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #000;
	opacity: 0.7;
	display: none;
}
.popup {
	position: fixed;
	width: 400px;
	max-width: 100%;
	border: 1px solid #ccc;
	background: var( --blanco );
	z-index: 9999999;
	padding: 50px;
	box-shadow: 0 3px 14px 0 rgba(0,0,0,0.48);
	border-radius: 3px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -800px;
	text-align: center;
	transition: all 0.6s;
	box-sizing: border-box;
}
.cierra {
	float: right;
	cursor: pointer;
}
.popupactive {
	top: 100px;
}
.vacio {
	background: #FEE9EA !important;
	border: 1px solid #DE888A !important;
}
.fila { zoom: 1; width: 100%; box-sizing: border-box; }
.fila:before,
.fila:after {
	content: '';
	display: table;
}
.fila:after { clear: both; }
.cinco { width: 5%; float: left; box-sizing: border-box; }
.diez { width: 10%; float: left; box-sizing: border-box; }
.diezSeisSesentaSeis { width: 16.66%; float: left; box-sizing: border-box; }
.veinte { width: 20%; float: left; box-sizing: border-box; }
.veinteTres { width: 23.3%; float: left; box-sizing: border-box; }
.veinteCinco { width: 25%; float: left; box-sizing: border-box; }
.treinta { width: 30%; float: left; box-sizing: border-box; }
.treintaTres { width: 33.3%; float: left; box-sizing: border-box; }
.cuarenta { width: 40%; float: left; box-sizing: border-box; }
.cincuenta { width: 50%; float: left; box-sizing: border-box; }
.cincuentaCinco { width: 55%; float: left; box-sizing: border-box; }
.sesenta { width: 60%; float: left; box-sizing: border-box; }
.sesentaSeis { width: 66.6%; float: left; box-sizing: border-box; }
.setenta { width: 70%; float: left; box-sizing: border-box; }
.setentaCinco { width: 75%; float: left; box-sizing: border-box; }
.ochenta { width: 80%; float: left; box-sizing: border-box; }
.noventa { width: 90%; float: left; box-sizing: border-box; }
.cPad { padding: 8px; }
.cPadBig { padding: 20px; box-sizing: border-box; }
.full { width: 100%; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
.tLeft { text-align: left; }
.pRight { padding-right: 20px; }
.mTop { margin-top: 20px; }
.tabla {
	width:100%;
	margin-top: 30px;
}
.tabla thead{
	background-color: var( --morado );
	color: var( --blanco );
}
.tabla thead th{
	padding: 5px;
	font-size: 11px;
}
.tabla tbody tr td{
	padding:2px;
}
.tabla tbody tr:nth-child(even){
	background-color: var( --grisFondo );
}
.tabla tbody tr:hover {
	background-color: var( --grisFondo );
	color: var( --blanco-color );
}
.tabla tbody tr a { color: var( --gris-oscuro ); }
.tabla tbody tr a:hover, .tabla tbody tr:hover > a { color: var( --morado ); }
.tabla tbody tr td a { width: 200px; background-color: transparent; display: block; }
.espacioBlanco { width: 100%; height: 50px; }
.mBottom { margin-bottom: 40px; }
.pinkContainer {
	background-color: var( --rosa );
	color: var( --negro );
	box-sizing: border-box;
	padding: 50px;
	margin-top: -5px;
}
.blackContainer {
	background-color: var( --negro );
	color: var( --blanco );
	box-sizing: border-box;
	padding: 100px 0;
	margin-top: -5px;
}
.contactanos {
	text-align: center;
	padding: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid var( --gris );
}
.contactanos h1 { font-size: 40px; font-family: 'gothamlight', sans-serif; margin-bottom: 100px; }
.contactanos .info a { color: var( --rojo ); font-family: 'gothambold', sans-serif; }
.contactanos p { margin: 0; font-size: 25px; font-family: 'gothamlight', sans-serif; }
.contactanos .redes a { color: var( --rojo ); }
.sMargen { margin-top: 0; }
.sMargenT { margin: 0; }
.siteMap { width: 500px; margin: 0 auto; list-style: none; padding-left: 0; max-width: 100%; }
.siteMap li { padding: 10px; width: 100%; }
.siteMap li a { font-size: 18px; }
.legislacionPrincipal { padding: 30px; box-sizing: border-box; }
hr.legislacionLine {
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
	border: 1px solid var( --grisFondo );
	width: 80%;
}
.acordeon { width: 100%; list-style: none; }
.acordeon dt button {
	width: 100%;
	border: 1px solid var( --morado );
	padding: 5px 15px;
	box-sizing: border-box;
	background-color: transparent;
	text-align: left;
	font-size: 20px;
	transition: all 0.6s;
}
.acordeon dt button:focus, .acordeon dt button:hover {
	-webkit-transform: scale( 1.03 );
	-ms-transform: scale( 1.03 );
	transform: scale( 1.03 );
}
.acordeon dt button i { color: var( --morado ); font-weight: bold; }
button[aria-expanded="false"]:before {
	font-family: FontAwesome;
	content: "\f0da";
	color: var( --morado );
}
button[aria-expanded="true"]:before {
	font-family: FontAwesome;
	content: "\f0d7";
	color: var( --morado );
}
.acordeon dd {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px;
	display: none;
	margin: 0;
}
.acordeon dd div { width: 100%; }
.acordeon dd div.scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
footer .logo { width: 150px; height: auto; }
footer .ligaFooter {
	font-size: 10px;
	text-align: center;
	display: block;
	width: 50px;
	margin: 30px 8px;
	transition: all 0.6s;
	color: var( --negro );
}
footer .ligaFooter i { font-size: 30px; color: var( --negro ); margin-bottom: 10px; }
footer .separador {
	width: 1px;
	margin: 5px;
	margin-top: 30px;
	border-right: 1px solid var( --gris );
	height: 50px;
}
footer .izquierda .ligaFooter, footer .izquierda .separador { float: left; }
footer .derecha .ligaFooter, footer .derecha .separador { float: right; }
.footerList {
	padding-left: 0;
	list-style: none;
	width: 850px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 40px;
}
.footerList li {
	float: left;
	padding: 8px 12px;
	box-sizing: border-box;
	border-left: 1px solid var( --blanco );
}
.footerList li:first-child { border: none; font-size: 14px; }
.footerList li a { color: var( --blanco ); }
.nivelAccesible { display: block; margin-top: -5px; }
@media screen and ( max-width : 1500px ) {
	.textoEncima { margin-top: 0; margin-left: 100px; }
	.textoEncimaRight { margin-top: 0; margin-right: 100px; }
	.subTextoEncima { margin-top: 400px; margin-right: 100px; }
}
@media screen and ( max-width : 1200px ) {
	.principal { width: 100%; box-sizing: border-box; }
	.caracteristicas, .ultimoParrafo { margin-bottom: 50px; }
}
@media screen and ( max-width : 1010px ) {
	.pinkContainer .veinteCinco { width: 30%; }
	.pinkContainer .cincuenta { width: 40%; }
	.textoEncima { margin-left: 0; }
	.textoEncimaRight { margin-right: 0; }
	.textoEncima h1, .textoEncimaRight h1, .subTextoEncima h1 { margin: 0; }
	.subTextoEncima { margin-right: 0; margin-top: 300px; }
}
@media screen and ( max-width : 860px ) {
	.pinkContainer .cincuenta, .pinkContainer .veinteCinco { width: 33.3%; }
	.menuContainer { width: 250px; }
	.footerList { width: 500px; }
}
@media screen and ( max-width : 787px ) {
	.pinkContainer .veinteCinco { width: 40%; }
	.pinkContainer .cincuenta { width: 20%; }
}
@media screen and ( max-width : 780px ) {
	img { max-width: 100%; }
	.imgCaracteristica { margin: 0; }
	#registroLigerImg { display: none; }
	.popup { position: absolute; }
	.popupactivate { top: 10px; }
	.bx-viewport { margin: 0; }
	.diez, .diezSeisSesentaSeis, .veinte, .veinteCinco, .veinteTres,
	.treinta, .treintaTres, .cincuenta, .sesentaSeis, .setenta,
	.setentaCinco, .ochenta, .noventa, .cuarenta, .sesenta, .cincuentaCinco {
		width: 100%;
		float: none;
	}
	.pinkContainer .cincuenta { width: 100%; float: none; }
	.pinkContainer .veinteCinco { height: 115px; text-align: center; }
	.pinkContainer .veinteCinco:first-child{ width: 145px; margin: 0 auto; }
	.pinkContainer .veinteCinco:last-child{ width: 230px; margin: 0 auto; }
	.testimonial { text-align: center; margin-top: 50px; }
	.testimonialInterno { text-align: center; margin: 100px 0; }
	.servicio1, .servicio3, .servicio5 { background: none; background-color: var( --grisFondo ); }
	.servicio2, .servicio4 { background: none; }
	.testimonialEstadistica { text-align: center; }
	.contactanos { padding: 50px 10px; }
	.slogan { margin-bottom: 30px; }
	.slogan h1 { font-size: 20px; }
	.tituloCaracteristica.tRight, .parrafoCaracteristicas.tRight { text-align: left; }
	h2.tRight { text-align: left; }
	.textoEncima, .textoEncimaRight,.subTextoEncima { padding: 20px; width: 100%; }
	.textoEncima h1, .textoEncimaRight h1 {
		font-size: 50px;
		text-align: center;
	}
	.subTextoEncima h1 { text-align: center; }
	.subTextoEncima { margin-top: 100px; }
}
@media screen and ( max-width : 700px ) {
	.linkLogo { display: block; width: 100%; text-align: center; }
	.cierraMenu { float: none; position: absolute; right: 10px; top: 10px; }
	.menuContainer { margin-top: 0; width: 100%; }
	.dMenu h3 { width: 100%; }
	.dMenu h3:after { margin-right: -10%; width: 85%; }
	.sociales { width: 100%; }
	.rankingAcordeon dd { padding: 5px !important; }
}
@media screen and ( max-width : 550px ) {
	.footerList { width: 100%; }
	.footerList li { float: none; border: none; text-align: center; }
	.tituloCaracteristica, .purpleContent, .naranjaContent, .rojoContent,
	.testimonial, .testimonialEstadistica, .testimonialInterno {
		font-size: 30px;
		line-height: 30px;
	}
	.subTituloCaracteristica { font-size: 20px; line-height: 20px; }
	.slogan { margin-bottom: 5px; }
	.rankingTitle { font-size: 40px !important; line-height: 50px !important }
}
