@charset "utf-8";
/* CSS Document */

html { 
  background: url("../assets/img/Espiga_Horizontal_FCU.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
	font-family: 'Helvetica 45 Light', sans-serif;
	color: white;
	font-size: 16px;
}

.body-content{
	margin: 0 auto;
	max-width: 90vw;
}

*{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Header & Menu Navigation */

header{ padding: 2em 0 1em 0; }
.header-img1{
	width: 150px;
	max-width: 100%;
}
.header-img2{
	width: 350px;
	max-width: 100%;
}

nav{ 
	margin-bottom: 1em;
	height: auto;
}

nav.nav-center ul {
	text-align: center;
}
nav.nav-center ul{
	left: 0 !important; right: 0 !important;
}
nav.nav-center ul li {
	display: inline;
	float: none;
}
nav.nav-center ul li a {
	display: inline-block;
	color: #fff;
	text-align: center;
}

.dropdown-content li:hover, .dropdown-content li.active{
	background-color: transparent;
}
.dropdown-content li:hover a, .dropdown-content li.active a{
	background-color: #ff00be;
}

.video-hero, video{ max-width: 100%; }

/* Tabs */
.tabs.tabs-dir{ background-color: #ff00be; }
.tabs.tabs-dir .tab a:hover, .tabs.tabs-dir .tab a.active{ color: #fff;}
.tabs.tabs-dir .tab a { color: rgba(255, 255, 255, 0.75); font-weight: bold;}
.tabs.tabs-dir + .carousel.carousel-slider .carousel-item::-webkit-scrollbar { display: none;}
.tabs.tabs-dir + .carousel.carousel-slider .carousel-item{ 
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll; 
}

.section-program{
	margin-bottom: 3em;
	text-align: center;
}
.section-program h2{
	font-size: 2.5vw;
	line-height: 1em;
	padding-bottom: 1em;
}
.program-items{
	display: flex;
	flex-wrap: wrap;
}
.btn-program{
	background-color: #ff00be;
	color: #FFF;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	flex-basis: calc(12.5% - 2vw);
	margin: 1vw;
	box-sizing: border-box;
}
.btn-program::before{
	content: '';
	display: block;
	padding-top: 100%;
}
.btn-program > div {
	font-family: 'Helvetica Neue';
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.btn-program > div > span{
	font-size: 3vw;
}
.btn-program > div > p{
	margin: 0; 
	font-size: 1vw;
	line-height: 1em;
}
.btn-program:hover{ background-color: #ff00bf85; }
.program-modal-contents .modal{ background-color: rgba(0, 0, 0, 0.75);}
.program-modal-contents .modal-header{ float: right; padding: 1em 1em 0;}
.program-modal-contents .modal-footer{ background-color: #000; }
.program-modal-contents .modal-close{ color: #FFF; }

.section-featured{ margin-bottom: 3em; }
.section-featured h3{ margin-top: 0; }
.video-featured { width: 100%;}
.carousel-featured .prev-featured, .carousel-featured .next-featured {
	color: #FFF;
	font-weight: bolder;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 50px;
	top: -.5em;
}
.carousel-featured .prev-featured{ left: 5px; }
.carousel-featured .next-featured{ right: 5px; }
 .carousel-featured .featured-item-info h4{
	color: #ff00be;
	font-size: 1.5vw;
	text-transform: uppercase;
	margin: 0;
}
.carousel-featured .featured-item-info p { font-weight: normal; }
.carousel-featured .featured-item-info p{ color: #fff; }
.carousel-featured .carousel-item img{ max-width: 100%;}

.section-gallery, .section-program, .section-featured{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 2em;
	margin-top: 3em;
}
.section-gallery h3, .section-featured h3{
	font-size: 2vw;
}
.section-gallery h3, .section-program h2{
	margin: 0;
}
.carousel-gallery{
	height: 220px;
}
.carousel-gallery .prev-gallery, .carousel-gallery .next-gallery{
	color: #FFF;
	font-weight: bolder;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 50px;
	top: calc(50% - 50px);
}
.carousel-gallery .prev-gallery{ left: 5px; }
.carousel-gallery .next-gallery{ right: 5px; }
.carousel-gallery .carousel-item{
	width: 300px;
	height: 170px;
}
.carousel-gallery .carousel-item>img{
	height: 100%;
	left: 50%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	transform: translateX(-50%);	
}

.table-row{
	display:table-row;
}
.row-link-imgs{
	display: table;
	border-collapse:separate;
}
.row-link-imgs a{
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .5em;
	transition: all .3s ease;
}
.row-link-imgs a img{
	width: 150px;
	max-width: 100%;
}

.row-link-items{
	background-color: rgba(0, 0, 0, 0.5);
	margin: 3em auto;
	padding: 2em;
}
.row-link-items a{
	color: #fff;
	font-family: 'Helvetica Neue';
	font-size: 1.2rem;
	display: block;
	cursor: pointer;
	transition: all .3s ease;
}
.row-link-items a:hover, .row-link-imgs a:hover{
	opacity: .6;
}
.heading-logos{ font-size: 2.5em; margin: 1.5em 0; font-weight: bold; }
.row-logos{ text-align: center; margin-bottom: 3em;}
.row-logos hr { margin: 3.5em 0}
.row-logos img{ 
	width: 100px;
	padding: 1em;
	vertical-align: middle;
}
/* hide scrollbar but allow scrolling */
.section-scroll {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
.section-scroll::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.section-text-block{
	height: 24em;
}
.section-info{ background-color: rgba(0, 0, 0, 0.35); }
.section-info img{ width: 100%; max-width: fit-content }
.section-info hr{
	height: 10px;
	border: none;
	background-color: #ff00be;
	margin-bottom: 1.5em;
}
.section-info .content-info{ padding: 1em; }

.section-numeralia{
	display: grid;
	grid-gap: 2em;
	grid-auto-rows: minmax(auto, auto);
}
.section-numeralia .item-numeralia h6 { font-size: 1.2em;}
.section-numeralia .item-numeralia .num-numeralia{ position: relative;}
.section-numeralia .item-numeralia .num-numeralia svg { width: 60%;}
.section-numeralia .item-numeralia .num-numeralia h5{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: 100%;
	margin: 0;
	font-size: 3em;
}

.section-headquarters{
	display: grid;
	grid-auto-rows: minmax(auto, auto);
}
.section-headquarters .item-headquarters h5{ 
	background-color: #fdf108; color: #000;
	height: 4em; padding: 1em; margin: 0;
}
.section-headquarters .item-headquarters h5:not(:last-child){ border-right: solid 1px #000;}
.fact-content{ 
	position: relative;
}
.fact-text{
	position: fixed; 
	text-align:center; 
	bottom: 0; right: 0; left: 0; font-size: 1em; 
	line-height: 1em; margin: 0; padding: .4em 0;
	background-color: rgba(0, 0, 0, 0.8);
}

footer{ padding: 0 0 4em 0;}
footer img{
	display: block;
	margin: auto;
}
.footer-img1{ width: 200px;}
.footer-img2{ width: 275px;}

/* Custom */

.social-icons a{
	display: inline-block;
	text-align: center;
}

ion-icon {
	font-size: 30px;
	color: white;
}

@media (min-width: 768px) {
	.row-link-items{
	  max-width: 70%;
	}
	.row-logos img{ 
		width: 150px;
	}
	.row-link-imgs a{
		padding: .5em 2em 0 2em;
	}
	.row-link-imgs{
		-webkit-border-horizontal-spacing: 3em;
		-webkit-border-vertical-spacing: 0;
	}
	.section-numeralia{
		grid-template-columns: repeat(2, 50%);
	}
	.section-headquarters{
		grid-template-columns: repeat(3, 33.333%);
	}
	.section-info .content-info{ padding: 1em 3em; }
}

.content-desktop { display: none; }
@media (min-width: 768px) {
	.row-link-items{
	  max-width: 70%;
	}
	.row-logos img{ 
		width: 150px;
	}
	.row-link-imgs a{
		padding: .5em 2em 0 2em;
	}
	.row-link-imgs{
		-webkit-border-horizontal-spacing: 3em;
		-webkit-border-vertical-spacing: 0;
	}
	.section-numeralia{
		grid-template-columns: repeat(2, 50%);
	}
	.section-headquarters{
		grid-template-columns: repeat(3, 33.333%);
	}
	.section-info .content-info{ padding: 1em 3em; }
	.content-mobile { display: none; }
	.content-desktop { display: block; }
}

@media (min-width: 1440px){
	.section-info .content-info{ padding: 1em 6em; }
}
