@import 'fuentes.css';

/* Alineación de texto */
.ql-align-left {
	text-align: left;
}

.ql-align-center {
	text-align: center;
}

.ql-align-right {
	text-align: right;
}

.ql-align-justify {
	text-align: justify;
}

/* Estilos para listas */
.ql-direction-rtl {
	direction: rtl;
	text-align: right;
}

.ql-indent-1 {
	padding-left: 3em;
}

.ql-indent-2 {
	padding-left: 6em;
}

.ql-indent-3 {
	padding-left: 9em;
}

.ql-indent-4 {
	padding-left: 12em;
}

.ql-indent-5 {
	padding-left: 15em;
}

/* Estilos para encabezados */
.ql-header-1 {
	font-size: 2em;
}

.ql-header-2 {
	font-size: 1.5em;
}

.ql-header-3 {
	font-size: 1.17em;
}

.ql-header-4 {
	font-size: 1em;
}

.ql-header-5 {
	font-size: 0.83em;
}

.ql-header-6 {
	font-size: 0.67em;
}

/* Bloques de citas */
.ql-blockquote {
	border-left: 4px solid #ccc;
	margin: 1.5em 10px;
	padding-left: 10px;
}

.publicacion-contenido-interior {
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.publicacion-contenido-interior img {
	max-width:100%;
}

body {
	font-family: 'Exo2';
	font-size: 16px;
	color: #102540;
	margin: 0 0 0 0;
	padding: 144px 0 0 0;
}

.division div {
	border: solid 1px lightblue;
}

a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}

.margentop8 { margin-top: 8px !important; }
.margentop10 { margin-top: 10px !important; }
.margentop20 { margin-top: 20px !important; }
.margentop30 { margin-top: 30px !important; }
.margentop40 { margin-top: 40px !important; }
.margentop50 { margin-top: 50px !important; }
.margentop60 { margin-top: 60px !important; }
.margentop70 { margin-top: 70px !important; }
.margentop80 { margin-top: 80px !important; }
.margentop90 { margin-top: 90px !important; }
.margentop100 { margin-top: 100px !important; }
.margentop110 { margin-top: 110px !important; }
.margentop120 { margin-top: 120px !important; }
.margentop130 { margin-top: 130px !important; }
.margentop140 { margin-top: 140px !important; }
.margentop150 { margin-top: 150px !important; }
.margenleft10 { margin-left: 10px !important; }
.margenleft20 { margin-left: 20px !important; }
.margenleft30 { margin-left: 30px !important; }
.margenleft40 { margin-left: 40px !important; }
.margenright10 { margin-right: 10px !important; }
.margenright20 { margin-right: 20px !important; }
.margenright30 { margin-right: 30px !important; }
.margenright40 { margin-right: 40px !important; }

.transicion {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.transicion2 {
	transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.modal-content {
	border-radius: 0px;
}

.modal-header {
	background: #AA1A30;
	color: #FFF;
}

.modal-header .close {
    margin-top: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.advertencia {
	border: solid 1px #FFC53E !important;
}

.oculto, .ocultos {
	display: none;
}

.barrasuperior {
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 144px;
	background: #FFF;
}

.barrasuperior.escalar {
	height: 104px;
	-webkit-box-shadow: 0 0 10px 0 #102540;
	box-shadow: 0 0 10px 0 #102540;
}

.logo {
	display: table;
	height: 100px;
}

.logo.escalar {
	height: 60px;
}

.logo span {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100%;
}

.logo.escalar span {
	height: 60px;
}

.logo.escalar span img {
	height: 60px;
	-webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.enlacesuperior {
	display: table;
	height: 100px;
	font-size: 16px;
	color: #102540;
}

.enlacesuperior.escalar {
	height: 60px;
	font-size: 14px;
}

.enlacesuperior span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100%;
	padding: 0 20px 0 50px;
	margin: 0 0 0 0;
}

.enlacesuperior.escalar span {
	height: 60px;
}

.enlacesuperior i {
	color: #FFC53E;
	font-size: 20px;
	position: absolute;
	left: 20px;
}

.enlacesuperior i.fa-envelope {
	margin: 2px 0 0 0;
}

.contenedor-menu {
	width: 100%;
	height: 44px;
	border-top: solid 1px #F0F0F0;
}

.barrasuperior.escalar .contenedor-menu {
	background: #102540;
	color: #FFF !important;
}

.menuprincipal {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline-block;
}

.menuprincipal>li {
	float: left;
	position: relative;
	margin: 0 0 0 0;
}

.opcmain {
	display: table;
	font-size: 16px;
	color: #102540;
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
}

.barrasuperior.escalar .opcmain {
	color: #FFF;
}

.opcmain span {
	display: table-cell;
	vertical-align: middle;
	height: 44px;
}

.opcmain i {
	margin: 0 0 0 10px;
	padding: 4px 0 0 0;
}

.submenu {
	position: absolute;
	z-index: 10;
	top: 43px;
	list-style: none;
	width: 180px;
	font-size: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #F43645;
	display: none;
}

.menumarca {
	position: absolute;
	z-index: 0;
	width: 25px;
	top: -11px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	font-size: 35px;
	color: #F43645;
}

.submenu li a {
	position: relative;
	z-index: 5;
	display: table;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #FFF;
	padding: 0 6px 0 6px;
}

.submenu li a span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.submenu li a:hover {
	background: #e97a7c;
}

.caja-menu-movil {
	position: fixed;
	z-index: 1000000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	overflow: auto;
}

.caja-menu-movil-show {
	left: 0px !important;
}

.menumovil {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menumovil li {
	border-bottom: solid 1px #dfe6e9;
}

.opcmainmovil {
	text-align: left;
	display: table;
	width: 100%;
	font-size: 18px;
	color: #AA1A30;
	margin: 0 0 0 0;
	cursor: pointer;
}

.opcmainmovil:hover {
	background: #FFF;
}

.opcmainmovil:visited {
	color: #AA1A30;
}

.opcmainmovil span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 8px 10px 8px;
	margin: 0 0 0 0;
}

.submenumovil {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: none;
}

.submenumovil li {
	border-top: solid 1px #dfe6e9;
	border-bottom: none;
}

.submenumovil li a {
	display: table;
	width: 100%;
	font-size: 16px;
	color: #102540;
	padding: 8px 8px 8px 20px;
	cursor: pointer;
}

.zonacerrar {
	display: inline-block;
	width: 100%;
	background: #AA1A30;
	padding: 8px;
}

.opcmainmovilcerrar {
	border: solid 1px #FFF;
	background: #FFF;
	display: table;
	width: 30px;
	height: 30px;
	color: #AA1A30;
	cursor: pointer;
}

.opcmainmovilcerrar span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

.opcmainmovilcerrar:hover {
	border: solid 1px #AA1A30;
	background: #FFF;
	color: #AA1A30;
}

.opcmainmovilcerrar:visited {
	border: solid 1px #FFF;
	background: #FFF;
	color: #AA1A30;
}

/* NOTICIAS */
.fondonoticias {
	position: relative;
	background: #002f5c;
	background: -moz-linear-gradient(top, #002f5c 0%, #1b2139 100%);
	background: -webkit-linear-gradient(top, #002f5c 0%,#1b2139 100%);
	background: linear-gradient(to bottom, #002f5c 0%,#1b2139 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f5c', endColorstr='#1b2139',GradientType=0 );
	padding: 80px 0 20px 0;
}

.curvanoticas {
	position: absolute;
	width: 100%;
	height: 30px;
	top: -30px;
	left: 0px;
	background: #002f5c; /* Old browsers */
	border-top-left-radius: 50% 100%;
  	border-top-right-radius: 50% 100%;
}

h2.titulonoticias {
	position: absolute;
	top: -41px;
	background: url('../img/fondoencabezanoticias.jpg') no-repeat;
	display: block;
	width: 277px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

h2.titulonoticias span {
	display: block;
	width: 30%;
	height: 6px;
	left: 0;
	right: 0;
	margin: 20px auto 0 auto;
	background: #F43645;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

.cajanoticia {
	display: block;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.cajaimagen {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	width: 160px;
	height: 160px;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	overflow: hidden;
	border: solid 4px #FFC53E;
	background: #FFF;
}

.titulonoticia {
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	font-size: 22px;
	color: #FFF;
	text-align: center;
}

.resumennoticia {
	display: block;
	width: 80%;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	left: 0;
	right: 0;
	margin: 15px auto 0 auto;
	font-size: 16px;
	color: #FFF;
}

.linknoticia {
	display: table;
	width: 123px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 15px auto 0 auto;
	border: solid 1px #AA1A30;
	background: #FFF;
}

.linknoticia span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #AA1A30;
	line-height: 14px;
}

.linknoticia span i {
	display: inline-block;
	padding: 0 0 0 10px;
}

/* ALIADOS */
.tituloaliados {
	display: block;
	width: 10%;
	left: 0;
	right: 0;
	font-size: 22px;
	font-weight: normal;
	color: #AA1A30;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.tituloaliados span {
	display: block;
	width: 40%;
	height: 6px;
	left: 0;
	right: 0;
	margin: 20px auto 0 auto;
	background: #FFC53E;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
}

/* BLOQUE INFORMACIÓN */
.bloqueinfo {
	overflow: hidden;
	border: solid 1px #dfe6e9;
	padding: 0 0 20px 0;
}

.sombra {
	position: relative;
	top: -5px;
	display: block;
	width: 100%;
	height: 5px;
	-webkit-box-shadow: 0 0 14px 0 #b2bec3;
	box-shadow: 0 0 14px 0 #b2bec3;
}

.cajainfo {
	display: block;
	width: 90%;
	left: 0;
	right: 0;
	margin: 15px auto 0 auto;
}


.titulobloqueinfo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	color: #AA1A30;
}

.listabloqueinfo {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.linkbloqueinfo {
	display: block;
	font-size: 14px;
	color: #102540;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}

.linkbloqueinfo i {
	color: #dfe6e9;
}

.linkbloqueinfo:hover {
	color: #dfe6e9;
	padding: 4px 0 4px 10px;
}

.alineacionespecial {
	text-align: right;
}

.contactoubicacion h2 {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.contactoubicacion a {
	display: block;
	color: #102540;
}

/* FOOTER */
footer {
	border-top: solid 8px #AA1A30;
	background: #102540;
}

footer .container {
	padding: 8px 15px 8px 15px;	
}

.btnredes {
	display: table;
	background: #FFF;
	color: #102540;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

.btnredes span {
	display: table-cell;
	width: 22px;
	height: 22px;
}

.btnredes:hover {
	color: #102540;
}

.btnaviso {
	display: table;
	color: #FFF;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.btnaviso span {
	display: table-cell;
	width: 100%;
	height: 22px;
}

.btnaviso:hover {
	color: #FFF;
}

/* BANNER */
.banner {
	position: relative;
	height: 380px;
	/*background: url('../img/bannerprincipal.png') center center;
	background-size:cover;*/
	margin: 0 0 63px 0;
}

.bannerlink {
	display: inline-block;
	width: 100%;
	color: #FFF;
}

.bannerlink:hover {
	color: #FFF;
}

.titulobanner {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(16, 37, 64, 0.4);
	color: #FFF;
}

.titulobanner span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.cajabanner {
	position: relative;
	width: 100%;
	height: 380px;
}

.formas {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.formas img {
	position: absolute;
	top: 30px;
	right: 120px;
	max-width: 186px;
	z-index: 3;
}

.textobanner {
	position: absolute;
    top: 150px;
    right: 50px;
    text-align: right;
    color: #FFF;
    font-size: 22px;
    z-index: 3;
    width: 280px;
}

.formamarilla {
	position: absolute;
	z-index: 1;
    bottom: -140px;
    left: -116px;
    width: 490px;
    height: 245px;
    background: rgba(255, 197, 62, 0.5);
    border-radius: 490px / 251px;
    transform: rotate(18deg);
}

.formamarilla2 {
	position: absolute;
    z-index: 2;
    bottom: -110px;
    right: -80px;
    width: 0;
    height: 0;
    border-left: 330px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 200px solid rgba(255, 197, 62, 0.3);
    transform: rotate(-20deg);
}

.formazul {
	position: absolute;
	z-index: 1;
    top: -140px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 800px solid rgba(0, 47, 92, 0.6);
    transform: rotate(40deg);
}

.formazul2 {
	position: absolute;
	z-index: 1;
    bottom: -30px;
    right: -40px;
    width: 0;
    height: 0;
    border-left: 330px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 200px solid rgba(0, 47, 92, 0.8);
    transform: rotate(0deg);
}

.solicitudinfo {
	position: absolute;
	z-index: 3;
	width: 90%;
	height: 265px;
	bottom: -163px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	padding: 20px 15px 10px 85px;
	background: #FFF;
	border: solid 1px #dfe6e9; 
	-webkit-box-shadow: 0 10px 20px 0 #b2bec3;
	box-shadow: 0 2px 15px 0 #b2bec3;
}

.solicitudinfo h2 {
	font-size: 22px;
	color: #AA1A30;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

.solicitudinfo .form-control {
	width: 90%;
	height: 40px;
	background: #F4F4F4;
	border: solid 1px #E4E4E4; 
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	outline: none;
}

.solicitudinfo .form-control:focus {
	border: solid 1px #E4E4E4;
	box-shadow: inset 0 1px 1px rgba(0,0,0, 0), 0 0 8px rgba(102, 175, 233, 0);
}

.btnamarillo {
	display: inline-block;
	background: #FFC53E;
	border: solid 1px #FF831E;
	color: #FFF;
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 100px 0 100px;
	outline: none;
}

.btnamarillosesion {
	display: inline-block;
	width: 100%;
	background: #FFC53E;
	border: solid 1px #FF831E;
	color: #FFF;
	height: 40px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	outline: none;
}

/* SECCION NIVELES */
.listaniveles {
	display: block;
	width: 80%;
	height: 100%;
	list-style: none;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border-right: solid 1px #D8D8D8;
}

.listaniveles li {
	display: block;
	position: relative;
	right: -1px;
}

.titulolistaniveles {
	margin: 0 0 0 0;
	padding: 0 25px 0 0;
	text-align: right;
	font-size: 30px;
	color: #AA1A30;
}

.linkniveles {
	display: table;
	width: 100%;
	height: 40px;
	text-align: right;
	font-size: 18px;
	color: #9B9B9B;
}

.linkniveles span {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding: 0 45px 0 0;
}

.linkniveles i {
	position: absolute;
	top: 12px;
	right: 25px;	
}

.linkniveles:hover {
	color: #102540;
	font-size: 22px;
}

.linkniveles:hover i {
	color: #FFC53E;
	font-size: 18px;
}

.linknivelesactivo {
	background: url('../img/marcaniveles.jpg') no-repeat center right;
}

.linknivelesactivo a {
	color: #102540;
	font-size: 22px;
}

.linknivelesactivo a i {
	color: #FFC53E;
	font-size: 18px;
}

.nivelesimg {
	display: block;
	width: 50%;
	max-width: 480px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	overflow: hidden;
	border: solid 1px #dfe6e9;
}

.border-amarillo {
	border: solid 6px #FFC545 !important;
}

.txtamarillo {
	color: #FFC545 !important;
}

.border-azul {
	border: solid 6px #3e6a8d !important;
}

.txtazul {
	color: #3e6a8d !important;
}

.border-verde {
	border: solid 6px #6a7530 !important;
}

.txtverde {
	color: #6a7530 !important;
}

.titniveles {
	font-size: 22px;
	color: #102540;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.descniveles {
	text-align: justify;
}

.enlaceanivel, .enlacenivel:focus, .enlaceanivel:visited {
	display: inline-block;
	background: #AA1A30;
	border: solid 1px #E5E5E5;
	font-size: 18px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 20px;
}

.enlaceanivel i {
	color: #FCC53E;
}

.enlaceanivel:hover {
	color: #FFF;
}

.anuncios {
	border: solid 1px #dfe6e9;
    -webkit-box-shadow: 0 10px 20px 0 #b2bec3;
    box-shadow: 0 2px 15px 0 #b2bec3;
}

.anuncios div:nth-child(2) {
	border-left: solid 1px #dfe6e9;
	border-right: solid 1px #dfe6e9;
}

.anuncio {
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

.anuncio h4 {
	color: #AA1A30;
	font-size: 22px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0; 
}

.anuncio img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.anuncio a {
	display: table;	
	left: 0;
	right: 0;
	background: #AA1A30;
	border: solid 1px #E5E5E5;
	font-size: 16px;
	color: #FFF;
	margin: 0 auto 0 auto;
	padding: 10px 20px 10px 20px;
}

.anuncio h5 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #102540;
	font-size: 16px;
	text-align: center;
}

.diaexamen {
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 50px;
	text-align: center;
	color: #F43645;
}

.mesexamen {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #102540;
	font-size: 32px;
	text-align: center;
}

.axioexamen {
	color: #102540;
	font-size: 22px;
	text-align: center;
}

/* INSTALACIONES */
.cajainstalaciones {
	display: table;
	width: 100%;
	height: 100%;
}

.txtinstalaciones {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 10%;
}

.txtalineadoizquierda {
	text-align: left !important;
}

.txtinstalaciones h2 {
	font-size: 30px;
	color: #AA1A30;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

.txtinstalaciones a {
	display: inline-block;
	height: 50px;
	text-align: center;
}

.txtinstalaciones a span {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 15px 0 15px;
}

.txtinstalaciones a span i {
	color: #FFC53E;
}

.btnconocelas {
	background: #AA1A30;
	border: solid 1px #E5E5E5;
	color: #FFF;
}

.btnconocelas:hover {
	color: #FFF;
}

.btnagenda {
	background: #FFF;
	border: solid 1px #E5E5E5;
	color: #AA1A30;
	margin: 0 0 0 10px;
}

.btnagenda:hover {
	color: #AA1A30;
}

/* NIVELES EDUCATIVOS */
.tituloseccion {
	font-size: 30px;
	color: #AA1A30;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.tituloseccion2 {
	font-size: 30px;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.tituloseccion2 {
	padding-top: 100px;
}

.tituloseccion2 span {
	display: block;
	font-size: 22px;
	color: #AA1A30;
	margin: 0 0 10px 0;
}

.titulo-proveedor {
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
}

.cajadiferenciador {
	padding: 30px 15px 30px 15px;
    background: #FFF;
    border: solid 1px #dfe6e9;
    -webkit-box-shadow: 0 10px 20px 0 #b2bec3;
    box-shadow: 0 2px 15px 0 #b2bec3;
}

.subtituloseccion {
	font-size: 24px;
	color: #AA1A30;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.descseccion {
	font-size: 18px;
	text-align: center;
	color: #9B9B9B;
}

.titulosimagenessuelto {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
}

.cajatitulodescripcion {
	padding: 25px 25px 15px 25px;
	text-align: justify;
	background: #FFF;
    border: solid 1px #dfe6e9;
    -webkit-box-shadow: 0 10px 20px 0 #b2bec3;
    box-shadow: 0 2px 15px 0 #b2bec3;
}

.cajatitulodescripcion h3 {
	color: #AA1A30;
	display: block;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;	
}

.btninfo, .btnlink {
	display: table;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	background: #AA1A30;
	color: #FFF;
}

.btninfo span, .btnlink span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px 20px 15px 20px;
}

.btninfo span i, .btnlink span i {
	color: #FFC53E;
}

.btninfo:hover, .btninfo:focus, .btnlink:hover, .btnlink:focus {
	color: #FFF;
}

.cajadetalles {
	background: #002f5c;
	background: -moz-linear-gradient(top, #002f5c 0%, #1b2139 100%);
	background: -webkit-linear-gradient(top, #002f5c 0%,#1b2139 100%);
	background: linear-gradient(to bottom, #002f5c 0%,#1b2139 100%);
	padding: 40px 50px 40px 50px;
}

.listadetalle {
	list-style: none;
	margin: 0 0 0 0;
	color: #FFF;
}

.listadetalle li {
	display: block;
	padding: 8px 0 8px 0;
	position: relative;
}

.listadetalle i {
	position: absolute;
	left: -25px;
	top: 12px;
	color: #FFC53E;
}

.contenedor-uniforme {
	display: table;
	width: 180px;
	height: 180px;
	border: solid 1px #dfe6e9;
	-webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.caja-uniforme {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.caja-uniforme img {
	margin: 0 auto 0 auto !important;
}

.contimg {
	display: table;
	width: 100%;
	height: 100%;
}

.contimgrow {
	display: table-row;
	width: 100%;
	height: 100%;
}

.contimgcell {
	display: table-cell;
	width: 100%;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

.contimgcell img {
	margin: 0 auto 0 auto;
}

.contimg h2 {
	font-size: 20px;
	color: #AA1A30;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

.tituloazulcentrado {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #102540;
}

.contenidoib {
	display: table;
	width: 95%;
	min-height: 350px;
}

.contenidoibrow {
	display: table-row;
	width: 100%;
	min-height: 350px;
}

.contenidoibcell {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: justify;
	padding: 0 0 0 24px;
}

.contenidoib i {
	position: absolute;
	left: 8px;
	color: #FFC53E;
}

.bordescentrales {
	border-left: solid 1px #dfe6e9;
	border-right: solid 1px #dfe6e9;
}

/* TIMELINE */
.cajatimeline {
	position: relative;
}

.lineatop {
	display: block;
	width: 25px;
	height: 6px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	background: #102540;
	-webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}

.lineacentral {
	position: absolute;
	width: 6px;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto 0 auto;
	background: #102540;
	-webkit-border-radius: 0px 0px 50px 50px;
    border-radius: 0px 0px 50px 50px;
}

.timeline_fecha {
	font-size: 20px;
	color: #AA1A30;
}

.timeline_descripcion {
	position: relative;
	display: inline-block;
	width: 90%;
	background: #FFF;
	border: solid 1px #dfe6e9;
	-webkit-box-shadow: 0 10px 20px 0 #b2bec3;
	box-shadow: 0 2px 15px 0 #b2bec3;
	margin: 0 0 0 0;
	padding: 10px;
}

.timeline_triangulo {
	position: absolute;
	width: 12px;
	height: 12px;
	right: -6px;
	top: 10px;
	background: #FFF;
	border-top: solid 1px #dfe6e9;
	border-right: solid 1px #dfe6e9;
	transform: rotate(45deg);
}

.timeline_circulo {
	position: absolute;
	width: 20px;
	height: 20px;
	right: -41px;
	top: 6px;
	background: #FCC32E;
	border: solid 6px #FFF;
	-webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.timeline_imagen {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 110px;
	height: 110px;
	border: solid 1px #979797;
}

.floatandoderecha {
	float: right;
	margin-left: 10px;
}

.floatandoizquierda {
	float: left;
	margin-right: 10px;
}

.alineadoderecha {
	text-align: right;
	margin-right: 30px; 
}

.alineadoizquierda {
	text-align: left;
	margin-left: 30px; 
}

.timeline_triangulo.alaizquierda {
	left: -6px;
	top: 10px;
	transform: rotate(-45deg);
	border-right: none;
	border-left: solid 1px #dfe6e9;
}

.timeline_circulo.alaizquierda {
	left: -41px;
	top: 6px;
}

/* QUIENES SOMOS */
.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.resaltadorojo {
	color: #AA1A30;
	text-align: center;
}

.cajacontenidocentrado {
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.cajacontenidocentrado h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 22px;
	color: #AA1A30;
}

.cajacontenidocentrado h3 i {
	color: #FFC53E;
	font-size: 18px;
}

.cajacontenidocentrado div {
	padding: 0 0 0 18px;
}

.barras {
	border-left: solid 1px #dfe6e9;
	border-right: solid 1px #dfe6e9;
}

.lista {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.lista li {
	display: block;
	padding: 6px 0 6px 0;
}

.lista li  i {
	color: #FFC53E;
}

.textura {
	background: url('../img/textura_puntos.png') no-repeat right -20px;
}

.cajadetalles .nivelesimg {
	width: 60%;
	border: none;
}

.txtderbla {
	text-align: right;
	color: #FFF;
}

.txtizqbla {
	text-align: left;
	color: #FFF;
}

.txtderazl {
	text-align: right;
}

.txtderazl div {
	width: 80%;
	float: right;
}

.txtizqazl {
	text-align: left;
}

.txtizqazl div {
	width: 80%;
	float: left;
}

/* SERVICIOS E INSTALACIONES */
.principio {
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

.principio img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto 20px auto;
}

.txtrojo {
	color: #AA1A30;
}

.cjaimg {
	display: table;
	left: 0;
	right: 0;
	margin: 0 auto 20px auto;
	border: solid 1px #dfe6e9;
    -webkit-box-shadow: 0 10px 20px 0 #b2bec3;
    box-shadow: 0 2px 15px 0 #b2bec3;
    -webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	width: 170px;
	height: 170px;
}

.cjaimg div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.cjaimg div img {
	margin: 0 auto 0 auto;
}

.listadetalleazul {
	list-style: none;
	margin: 0 0 0 0;
}

.listadetalleazul li {
	display: block;
	padding: 8px 0 8px 0;
	position: relative;
}

.listadetalleazul i {
	position: absolute;
	left: -25px;
	top: 12px;
	color: #FFC53E;
}

.bulletsrojas {
	list-style: disc !important;
	color: #AA1A30;
}

.bulletsrojas li {
	display: list-item;
}

.bulletsrojas li span {
	color: #102540;
}

.barraizquierda {
	border-left: solid 1px #dfe6e9;
}

.tituloblanco {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFF;
	text-align: center;
}

.txtinstalacion {
	color: #FFF;
}

/* TALLERES Y DEPORTES */
.listataller {
	display: block;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.listataller h3 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

/* INTERNACIONALIZACION */
.tituloh3 {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	font-weight: normal;
}

/* UNIFORMES Y UTILES */
.cajabotones {
	background: #FFF;
	border: solid 1px #dfe6e9;
	-webkit-box-shadow: 0 10px 20px 0 #b2bec3;
	box-shadow: 0 2px 15px 0 #b2bec3;
	margin: 0 0 30px 0;
}

.cajabotones div.principio {
	padding: 20px 0 20px 0;
}

.bordescentrales {
	border-left: solid 1px #dfe6e9;
	border-right: solid 1px #dfe6e9;
}

.titulouniformes {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #AA1A30;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.caja-letraschiquitas {
	border-top: solid 1px #dfe6e9;
}

.letraschiquitas {
	text-align: center;
	display: block;
	margin: 20px 0 20px 0;
}

.alineacioncenter {
	text-align: center;
}

.proveedor {
	display: block;
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

.cajautiles {
	border: solid 1px #dfe6e9;
	padding: 20px;
}

.cajautiles h3 {
	font-size: 20px;
	color: #AA1A30;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	text-align: center;
}

.iconopdf {
	display: block;
	width: 100px;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	color: #102540;
}

.iconopdf img {
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
	max-width: 60px;
}

.iconopdf span {
	display: block;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
}

.iconopdf:hover {
	color: #102540;
	text-decoration: none;
}

.owl-dot {
	outline: none;
}

.icono-gracias {
	display: table;
	width: 100px;
	height: 100px;
	left: 0;
	right: 0;
	margin: 0 auto 40px auto;
	padding: 0 0 0 0;
}

.icono-gracias span {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 90px;
	color: #78e08f;
}

.gracias-txt {
	font-size: 24px;
	color: #9B9B9C;
	text-align: center;
	margin: 0 0 0 0;
	padding: 40px 0 100px 0;
}

.ca {
	display: block;
	margin: 20px 0 0 0;
	color: #14254E;
}

.ca i {
	color: #FFC53E;
}

.paginas {
	margin: 50px 0 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pagina {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: solid 2px #102540;
	color: #AA1A30;
	text-align: center;
	padding: 5px 0 0 0;
}

.pagina:hover {
	background: #102540;
	color: #FFF;
}

.pagina_activa {
	background: #102540;
	color: #FFF;
}

.grecaptcha-badge { visibility: hidden; }

.hs-input {
		width: 90% !important;
		height: 40px !important;
		background: #F4F4F4 !important;
		border: solid 1px #E4E4E4 !important;
		-webkit-border-radius: 0px 0px 0px 0px !important;
		border-radius: 0px 0px 0px 0px !important;
		-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
		box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%) !important;
		outline: none !important;
	}

input[type="submit"] {
	display: inline-block !important;
    background: #FFC53E !important;
    border: solid 1px #FF831E !important;
    color: #FFF !important;
    height: 40px !important;
    margin: 20px 0 0 0 !important;
    padding: 0 100px 0 100px !important;
    outline: none !important;
}

.hs-error-msg {
	display: none !important;
}

.inputs-list{
	display: none !important;
}

.no-list {
	display: none !important;
}

.form-columns-2 {
    max-width: none !important;
}