@charset "utf-8";

/******************************************************************************************************

		HOJA DE ESTILOS

*****************************************************************************************************/
*{
	padding: 0;
	margin: 0;	
}

p{
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

@font-face {
	font-family: "Montserrat700";
	src: url("../webfonts/mont700.woff2") format("woff2");
}

@font-face {
	font-family: "AwesomeSolid";
	src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

/*/////////////////////////////////////////////////*/

textarea{
	resize: none;
}

body{
	
}

.cabecera{
	width: 100%;
	background-color: #CC071E;
	height: 85px;
	position: fixed;
	z-index: 999;
}

.cabecera div{
	display: inline-block;
}

.logo-cabecera{
	width: 30%;
	height: 100%;
	float: left;
}

.botones-cabecera{
	width: 60%;
	height: 100%;
	float: right;
	padding-right: 15%;
}

.botones-cabecera a{
	background-color: none;
	color: white;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	text-align: center;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 30px;
	display: inline-block;
	float: right;
	border: 2px solid white;
}

.botones-cabecera a:hover{
	background-color: rgba(255,255,255,0.3)
}

.navbar{
	position: fixed;
 	width: 100%;
 	margin-top: 85px;
 	text-align: center;
 	z-index: 1000;
}

.navbar-inverse .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    font-size: 1.2rem;
    padding-left: 30px;
    padding-right: 30px;
}

.nav-link{
	padding: .9rem 3rem;
}

.navbar-inverse .nav-item > .nav-link.active  {
    color:yellow;
}

.link-activo{
	background-color: #CC071E;
}

.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.show,
.navbar-inverse .navbar-nav .show>.nav-link,
.nav-link:hover,
.active .nav-link{
	background-color: #1D4592;
}

.bg-inverse{
	background-color: #4A5B87 !important;
	padding: 0;
}

.bg-color-scroll{
	background-color: rgb(0,0,0) !important;
	padding-top: 13px;
	padding-bottom: 9px;
}

.customToggler.navbar-toggler {
    
}

.customToggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.seccion{
	width: 80%;
	padding-top: 145px;
	padding-bottom: 50px;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
}

.seccion h1{
	margin-top: 40px;
	margin-bottom: 20px;
}

.panel{
	position: fixed;
	top: 145px;
	width: 20%;
	right: 0px;
	bottom: 145px;
	float: right;
}

.pie{
	text-align: center;
	clear: both;
	background-color: #1C1D21;
	width: 100%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 3%;
	padding-right: 3%;
}

.pie a, .pie a:hover{
	color: #fff;
	font-weight: 400;
}

.pie p{
	color: #ddd;
	font-weight: 200;
	font-size: 1.0rem;
}


@media (max-width: 992px){
	.panel{
		visibility: collapse;
	}

	.seccion{
		width: 100%;
	}
}

.carousel .item {
  height: 400px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 400px;
}

.carousel-inner img {
  margin: auto;
}

.opciones-panel{
	padding: 30px 10px 50px 10px;
	border: 1px solid #D9D6D8;
	margin-top: 40px;
	border-radius: 10px;
	
	-webkit-box-shadow: -8px 9px 5px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: -8px 9px 5px -3px rgba(0,0,0,0.45);
	box-shadow: -8px 9px 5px -3px rgba(0,0,0,0.45);
}

.pietexto{
	margin-bottom: 0;
	padding: 0;
}

.enlace-social{
	text-decoration: none;
	color: #fff;
	font-size: 3.0rem;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #D9518E;
  	border-radius:10px;
  	color: #fff;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'AwesomeSolid';
    font-size: 1.2rem;
}

#back-to-top:hover {
    opacity: 0.7;
}

.enlace-tarjeta{
	text-decoration: none !important;
}

.enlace-tarjeta:hover{
	text-decoration: none !important;
}

.tarjeta{
	height: 250px;
	width: 300px;
	border-radius: 10px;
	border: 2px solid #D9D6D8;
	transition: 0.3s;
}

.tarjeta img{
	height: 160px;
	width: 160px;
	margin-top: -20px;
}

.tarjeta:hover{
	background-color: #333;
	border: 2px solid white;
	color: white;
}

.tarjeta h4{
	position: absolute;
	bottom: 5px;
}

.logo{
	width: 180px;
	margin-top: -8px;
	margin-left: 10%;
}

.card img{
	max-width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.card p{
	font-size: 1.2rem;
}

.card ul li{
	font-size: 1.3rem;
}

.card ul li i{
	margin-right: 20px;
}

.info ul{
	margin-top: 30px;
	text-align: left;
	font-size: 1.15rem;
	color: #555;
}

.info ul li{
	margin-top: 10px;
	margin-left: 20px;
}

.info ul li i{
	margin-right: 10px;
	font-size: 25px;
	color: #D9518E;
	vertical-align: middle;
}

.info ol{
	margin-top: 30px;
	text-align: left;
	font-size: 1.15rem;
	color: #555;
}

.info ol li{
	margin-top: 10px;
	margin-left: 30px;
}

.titulo{
	margin-top: 25px;
	margin-bottom: 25px;
}

.subtitulo{
	margin-top: 50px;
	margin-bottom: 25px;
}

.subtitulo-art{
	margin-top: 20px;
	margin-bottom: 25px;
}

.subtitulo-tn{
	font-style: italic;
	margin-bottom: 15px;
}

#regreso-arriba {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #D9518E;
  	border-radius:10px;
  	color: #fff;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#regreso-arriba:after {
    content: "\f106";
    font-family: 'AwesomeSolid';
    font-size: 1.2rem;
}

#regreso-arriba:hover {
    opacity: 0.7;
}

.lateral-matricula{
	text-align: right;
}

form span{ color: red; font-size: 0.7rem;}

form span.label-text{ color: black; font-size: 1rem;}

.publicacion{
	border-radius: 10px;
	border: 1px solid #dddada;
	padding: 10px 10px 20px 20px;
	margin-bottom: 30px;
}

.docs{
	border-radius: 10px;
	border: 1px solid #dddada;
	padding: 10px 10px 20px 20px;
	margin-bottom: 30px;
	height: 60px;	
}

.docs h4{
	float: left;
}

.docs a{
	float: right;
}

/* LOADER  */

.lds-dual-ring{
	min-height: 900px !important;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  border-radius: 50%;
  border: 6px solid grey;
  border-color: grey transparent grey transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
/*-------------------------------------------------- FIN ------------------------------------------------*/