/* PÁGINA */
@font-face {
	font-family: 'Phenomena';
	src: url('../fonts/Phenomena-Regular.otf');
}

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: 'Phenomena';
}

p{
	font-size: 20px;
}

#container{
	height: 100%;
	width: 100%;
	display: table;
}

.row div, .radio{
	position: inherit;
}

input[type="radio"]{
	z-index: 1;
}

.text-j{
	text-align: justify;
	font-size: 20px !important;
}

.text-c{
	text-align: center;
	font-size: 20px !important;
}

li, label{
	font-size: 20px !important;
}

/* HEADER */

#header .nav-logo{
	padding: 0 10px;
	height: 110px;
	margin-top: -15px;
}

#header #nav-pc{
	width: 100%;
	height: 80px;
	background-color: #2F91D6;
	z-index: 99;
}

#header #nav-pc ul{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	padding: 0 20px 0 10px;
}

#header #nav-pc ul li{
	color: #FFFFFF;
	font-size: 16px !important;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding: 2px;
	margin: 30px 30px;
}

#header #nav-pc ul li:hover{
	/*border-bottom: solid 2px #ffffff;*/
}

#header #nav-pc a{
	color: #FFFFFF;
	text-decoration: none;
}

#header #nav-pc a:hover{
	color: #ffffff;
}

.nav-active{
	color: #000000 !important;
}

#header #nav-pc ul ul {
	display: none;
	position: absolute;
	background-color: #0078BF;
	margin-left: -10px;
	margin-top: 5px;
	padding: 0;
}

#header #nav-pc ul ul li {
	float: none;
	background-color: #ffffff;
	margin: 0;
	padding: 15px 0;
	border: solid 1px #000000;
	border-top: none;
	text-align: center;
	font-size: 16px !important;
}

#header #nav-pc ul ul a {
	margin: 0 10px;
	padding: 20px 40px 18px 10px;
	color: #000000;
}

#header #nav-pc ul ul a:hover {
	color: #2F91D6;
}

#header #nav-pc ul li:hover > ul {
	display: block;
}

#header #nav-movil{
	z-index: 99;
	display: none;
	position: fixed;
}

#header #nav-movil .btn-nav-movil{
	color: #ffffff;
	background-color: #E51829;
	font-size: 40px;
	padding: 10px;
	border-radius: 30px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#header #nav-movil #content-nav{
	position: fixed;
	display: flex;
	width: 100%;
	height: 100%;
}

#header #nav-movil #content-nav .blank-nav{
	background-color: #000000;
	opacity: 0.7;
	width: 50%;
	height: 100%;
}

#header #nav-movil #content-nav .menu-nav{
	background-color: #000000;
	width: 50%;
	height: 100%;
}

#header #nav-movil #content-nav .menu-nav span{
    color: #ffffff;
    font-size: 32px;
    top: 10px;
    left: 10px;
    position: fixed;
    cursor: pointer;
}

#header #nav-movil #content-nav .menu-nav ul{
	list-style-type: none;
	padding: 50px 0 0 0;
	margin: 0;
}

#header #nav-movil #content-nav .menu-nav ul li{
	color: #ffffff;
	font-size: 30px !important;
	text-transform: uppercase;
	padding: 5px 10px;
}

#header #nav-movil #content-nav .menu-nav ul li a{
	color: #ffffff;
	text-decoration: none;
}

#header #nav-movil #content-nav .menu-nav ul li a:hover{
	/*border-bottom: solid 1px #ffffff;*/
}

#header #nav-movil ul ul {
	display: none;
	margin-left: 10px;
	padding: 0 !important;
}

#header #nav-movil ul ul li {
	float: none;
	padding: 0;
}

#header #nav-movil ul ul a {
	padding: 0;
}

#header #nav-movil ul li:hover > ul {
	display: block;
}

/* CONTENIDO */

#main{
	
	vertical-align: top;
	vertical-align: text-top;
}

#main .body{
	width: 100%;
	height: 100%;
	padding: 80px 50px 0 50px;
}

#main .body h1{
	font-size: 60px;
	padding-top: 20px;
}

#main .body .title{
	font-size: 22px;
	font-weight: bold;
}

#main .body .text{
	font-size: 20px;
}

#mision h4{
	font-size: 50px;
}

.flip-container {
	background-color: transparent;
	perspective: 1000px; 
	height: 260px;
}

.card {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
}

.flip-container:hover .card {
	transform: rotateY(180deg);
}

.front, .back {
	position: absolute !important;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	text-align: justify;
}

.back {
	background-color: #0078BF;
	color: white;
	transform: rotateY(180deg);
	font-size: 18px;
}

.met-btn-mas:hover{
	color: #990099 !important;
}

#proyectos .div-text, #publicaciones .div-text{
	background-color: #E51829;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	padding: 50px;
	height: 300px;
}

#proyectos .div-text{
	background-color: #E51829;
}

#publicaciones .div-text{
	background-color: #A5CB38;
}

#proyectos .div-img{
	background-image: url('../images/proy/bg.jpg');
}

#publicaciones .div-img{
	background-image: url('../images/pub/bg.jpg');
}

#proyectos .div-img, #publicaciones .div-img{
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
}

.splide__slide{
	padding: 20px;
}

.splide__arrows{
	display: none;
}

.splide__pagination{
	display: none !important;
}

.btn-map-1{
	color: #000000; 
	background-color: #FFFFFF; 
	padding: 10px 20px; 
	border: solid 2px #2F91D6; 
	border-radius: 5px; 
	font-size: 24px;
	text-decoration: none !important;
}

.btn-map-1 a{
	color: #000000; 
}

.btn-map-1:hover{
	
}

.btn-map-2{
	color: #ffffff; 
	background-color: #2F91D6; 
	padding: 5px 10px; 
	margin: -10px 20px 0 20px;
	/*border: solid 2px #2F91D6; */
	/*border-radius: 5px; */
	font-size: 18px;
	text-decoration: none !important;
}

.btn-map-2 a{
	color: #ffffff; 
}

.btn-map-2:hover{
	
}

.btn-map-empty{
	padding: 5px 10px; 
	margin: -10px 20px 0 20px;
	font-size: 18px;
}

/* FOOTER */

#footer{
	display: table-row;
	height: 50px;
	background-color: #FFFFFF;
}

#footer p{
	padding: 25px 50px 40px 50px;
	margin: auto 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #0078BF;
	text-transform: uppercase;
}

/* RESPONSIVE */

@media screen and (max-width: 1200px){
	.div-cards{
		height: 750px !important;
	}
}

@media screen and (max-width: 992px){
	/* HEADER */

	#header{
		display: table-caption;
	}

	/*#header #nav-pc{
		display: none;
	}

	#header #nav-movil{
		display: block;
	}

	#header #nav-movil #content-nav{
		display: none;
	}*/

	#header #nav-pc ul li{
		margin: 30px 15px;
	}

	/* CONTENIDO */

	#main .container{
		padding-top: 0;
	}

	#hacemos .hac-titulo{
		margin: 0 !important;
	}

	.flip-container {
		height: 200px;
		padding-bottom: 10px;
	}

	.front{
		padding: 50px !important;
	}

	.front img{
		width: 16% !important;
	}

	.back{
		font-size: 20px;
	}

	.aula .splide__track{
		max-width: 800px; 
	}

	#nosotros p, #nosotros a, #mision p, #mision li, #hacemos p, #metodologia p, #proyectos p, #publicaciones p, #publicaciones .pub-fecha{
		font-size: 32px !important;
	}

	#nosotros a img{
		width: 40px !important;
	}

	#metodologia h4, .collapse, #contacto h4, #nosotros h4{
		font-size: 32px;
	}

	.div-cards{
		height: 900px !important;
	}

	/* FOOTER */

	#footer div{
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	.aula .splide__track{
		max-width: 600px; 
	}

	.aula .aula-titulo{
		padding: 10px 5px 20px 5px; 
		font-size: 12px;
	}

	.splide__slide{
		padding: 5px;
	}

	.div-cards{
		height: auto !important;
		margin-bottom: 50px;
	}
}