<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Copyright(c) 2017, All rights reserved.
* Stylesheet/Hoja de estilos: styles.css
* Project/Proyecto: ProimÃ¡genes Colombia - Mayo 2017
* Author/Autor: JesÃºs Piedrahita, jesus.piedrahita@mottif.com - mottif.com */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto+Condensed:300,300i,400,400i,700,700i|Work+Sans:300,400,500,600');
/*Fonts:
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Work Sans', sans-serif; */

/*Loading*/
#pageLoading, .gLoading {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#pageLoading {
	background: #FFF;
	z-index: 16;
}
.gLoading {
	background: rgba(0, 0, 0, 0.75);
	z-index: 20000;
}
#pageLoading::before, #pageLoading::after, .gLoading::before, .gLoading::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
}
#pageLoading::before, .gLoading::before {
	width: 50px;
	height: 50px;
	margin: -25px 0px 0px -25px;
	border-radius: 5px;
	background: #004899;
}
#pageLoading::after, .gLoading::after {
	width: 36px;
	height: 36px;
	margin: -18px 0px 0px -18px;
	border-radius: 50%;
	border-top: 6px solid rgba(255, 255, 255, 0.3);
	border-right: 6px solid rgba(255, 255, 255, 0.3);
	border-bottom: 6px solid rgba(255, 255, 255, 0.3);
	border-left: 6px solid #FFFFFF;
	-webkit-animation: loadCircle 0.5s infinite linear;
	animation: loadCircle 0.5s infinite linear;
}

/*General*/
html, body, #mainWrapper {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.93rem;
	line-height: 1.4rem;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #333333;
	background: #FFF;
}
#mainWrapper {
	position: relative;
	z-index: 1;
}
b, strong {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
a {
	color: inherit;
}
.gHidden {
	display: none;
}
.gMSection, .maxW {
	display: block;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
}
.maxW {
	max-width: 1290px;
	padding: 0px 60px;
}

/*Main section intern*/
.gMSection {
	padding-top: 140px;
	overflow: hidden;
}

/*General btn*/
.rbtn, .gBtn, .gBtn::before, .gBtn &gt; span {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none;
}
.rbtn {
	border: none;
	border-radius: 0px;
	background: none;
}
.gBtn, .gBtn::before, .gBtn &gt; span {
	display: inline-block;
	vertical-align: middle;
}
.gBtn {
	height: 50px;
	padding: 0px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	text-align: center;
	color: #FFF;
	background-color: #004899;
	position: relative;
	transition: opacity 0.25s ease;
}
.gBtn::before {
	content: '';
	width: 0px;
	height: 100%;
}
.gBtn &gt; span {
	width: 100%;
	font-size: 0.93rem;
	line-height: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: inherit;
}
.gBtn.small {
	height: 30px;
}
.gBtn.small &gt; span {
	font-size: 0.65rem;
	line-height: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.15rem;
}
.gBtn.w1 {
	width: 170px;
	max-width: 100%;
}
.gBtn.bg2 {
	background-color: #FF6600;
}
.gBtn.bg3 {
	background-color: #FFF;
	color: #000;
}
.gBtn.bg4 {
	background-color: #FFF;
	color: #004899;
}
.gBtn:hover {
	opacity: 0.75;
}
.gBtn:active {
	top: 2px;
}

/*General social*/
.gSocialN {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	font-weight: 700;
	letter-spacing: 0rem;
	text-transform: uppercase;
	color: #333333;
}
.gSocialN &gt; li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	font-size: 0.85rem;
	line-height: 0.9rem;
	letter-spacing: 0.05rem;
}
.gSocialN &gt; li.csext {
	font-size: 0rem;
	letter-spacing: 0rem;
	padding-left: 15px;
}
.gSocialN a {
	color: inherit;
	transition: color 0.25s ease;
}
.gSocialN a:hover {
	color: #004799;
}
.gSocialN .icoS, .gSocialN .icoS2 {
	display: block;
	height: 15px;
	position: relative;
}
.gSocialN .icoS {
	width: 20px;
	text-align: left;
	text-indent: -9999px;
}
.gSocialN .icoS.facebook {
	width: 14px;
}
.gSocialN .icoS:active, .gSocialN .icoS2:active {
	top: 2px;
}
.gSocialN .icoS::before, .gSocialN .icoS::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gSocialN .icoS::before {
	background-image: url(../images/site/social-networks.png);
}
.gSocialN .icoS::after {
	background-image: url(../images/site/social-networks2.png);
}
.gSocialN .icoS:hover::before, .gSocialN .icoS::after {
	opacity: 0;
	visibility: hidden;
}
.gSocialN .icoS:hover::after {
	opacity: 1;
	visibility: visible;
}
.gSocialN .icoS.facebook::before, .gSocialN .icoS.facebook::after {
	background-position: 4px center;
}
.gSocialN .icoS.twitter::before, .gSocialN .icoS.twitter::after {
	background-position: -24px center;
}
.gSocialN .icoS.youtube::before, .gSocialN .icoS.youtube::after {
	background-position: -55px center;
}
.gSocialN .icoS.vimeo::before, .gSocialN .icoS.vimeo::after {
	background-position: -85px center;
}
.gSocialN .icoS.flickr::before, .gSocialN .icoS.flickr::after {
	background-position: -114px center;
}
.gSocialN .icoS.insta::before, .gSocialN .icoS.insta::after {
	background-position: -144px center;
}

.gSocialN .icoS2 img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0px auto;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gSocialN .icoS2 .imghover {
	position: absolute;
	top: 0px;
	left: 0px;
}
.gSocialN .icoS2 .imghover, .gSocialN .icoS2:hover .imgbase {
	opacity: 0;
	visibility: hidden;
}
.gSocialN .icoS2:hover .imghover {
	opacity: 1;
	visibility: visible;
}
.gSocialN .icoS2.ext {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	margin-right: 10px;
}
.gSocialN .icoS2.ext:last-child {
	margin-right: 0px;
}

/*General titles*/
.gTitle {
	display: block;
    margin: 0px 0px 30px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.85rem;
    line-height: 1.85rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    text-align: left;
    color: #666666;
	position: relative;
}
.gTitle .smt {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-transform: none;
}
.gTitle.f2 {
	font-size: 1.6rem;
	line-height: 1.65rem;
	letter-spacing: 0.1rem;
}
.gTitle.f2 .tsm {
	display: block;
	margin-top: 5px;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.gTitle.c2 {
	color: #004899;
}
.gTitle.c3 {
	color: #FFFFFF;
}
.gTitle.ntt {
	letter-spacing: 0.05rem;
	text-transform: none;
}

/*General icons*/
.icoTG, .icoTG::before, .icoVideo, .icoVideo::before {

	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;

}
.icoTG, .icoVideo {

	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	position: relative;

}
.icoTG {
	width: 30px;
	height: 30px;
	background: #FFF;
}
.icoTG.s2 {
	width: 26px;
	height: 26px;
	background: #004799;
}
.icoVideo {
	width: 44px;
	height: 44px;
/*	background: rgba(202, 226, 253, 0.9);
	box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.5);*/
	transition: background-color 0.25s ease, opacity 0.25s ease;

}
.icoTG::before, .icoVideo::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.icoTG::before {
	width: 9px;
	height: 9px;
	border-right: 2px solid #00597F;
	border-bottom:  2px solid #00597F;
	transform: translate(-50%, -60%) rotate(45deg);
}
.icoTG.s2::before {
	width: 8px;
	height: 8px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.active &gt; .icoTG::before, .gBtn.active .icoTG::before, .gMTabs .tabIMNav li.ui-state-active .btnIMTab .icoTG::before, .tabsTeam .tabNTeam li.ui-state-active .btnTTeam .icoTG::before {
	transform: translate(-50%, -40%) rotate(225deg);
}
.icoVideo::before {
	width: 74%;
	height: 74%;
	opacity: 0.9;
	/*background: url(../images/site/ico-video.svg) no-repeat center;*/
	background: url(../images/site/ico_video_2.png) no-repeat center;
	background-size: contain;
	transform: translate(-50%, -50%);
	transition: opacity 0.25s ease;
}

/*Vertical align*/
.vAlign, .vAlign &gt; div {
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.vAlign {
	display: table;
}
.vAlign &gt; div {
	display: table-cell;
	vertical-align: middle;
}

/*Page header*/
.pageHeader {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	transition: top 0.25s ease, background-color 0.25s ease;
}
.pageHeader.smallHeader {
	top: -100px;
	background: #FFF;
}
.pageHeader .maxW {
	position: relative;
}

/*Logo page*/
.logoPage {
	display: block;
	height: 99px;
	padding: 8px 0px;
	box-sizing: border-box;
	font-size: 0rem;
	line-height: 1rem;
	text-align: left;
}
.logoPage::before, .logoPage h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	box-sizing: border-box;
}
.logoPage::before {
	content: '';
	width: 0px;
	height: 100%;
}
.logoPage h1 {
	height: 100%;
	max-height: 50px;
}
.logoPage h1 a, .logoPage h1 img {
	display: block;
	width: auto;
	height: 100%;
}

/*Content Menu header*/
.cMHeader {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*Main Menu*/
.mainMenu, .mainMenu ul, .mainMenu li, .mainMenu a, .mainMenu a::before, .mainMenu a span {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.mainMenu {
	display: block;
	width: 100%;
	padding-top: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	font-weight: 400;
	text-align: left;
	position: relative;
}
.mainMenu::before {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.mainMenu li {
	position: relative;
}
.mainMenu a {
	display: block;
	width: 100%;
	height: 100%;
	transition: background-color 0.25s ease, color 0.25s ease;
}
.mainMenu a::before, .mainMenu a span {
	display: inline-block;
	vertical-align: middle;
}
.mainMenu a::before {
	content: '';
	width: 0px;
	height: 100%;
}
.mainMenu a span {
	width: 100%;
	font-size: 0.93rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

/*Nivel 1*/
.mainMenu &gt; ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	height: 40px;
}
.mainMenu &gt; ul &gt; li {
	display: inline-block;
	vertical-align: middle;
	flex-grow: 1;
	height: 100%;
	text-align: center;
}
.mainMenu &gt; ul &gt; li &gt; a {
	padding: 0px 20px;
	color: #004899;
}
.mainMenu &gt; ul &gt; li:hover &gt; a, .mainMenu &gt; ul &gt; li &gt; a.active {
	color: #FFF;
	background-color: #004899;
}

/*Nivel 2/3*/
.mainMenu &gt; ul &gt; li ul {
	display: block;
	width: 100%;
	min-width: 280px;
	position: absolute;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mainMenu &gt; ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
}
.mainMenu &gt; ul &gt; li ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mainMenu &gt; ul &gt; li ul li:last-child {
	border: none;
}
.mainMenu &gt; ul &gt; li ul a {
	padding: 13px 40px;
	color: #FFF;
}
.mainMenu &gt; ul &gt; li ul a span {
	letter-spacing: 0.03rem;
}

/*Nivel 2*/
.mainMenu &gt; ul &gt; li &gt; ul {
	top: 100%;
	left: 0px;
	background: #004899;
}
.mainMenu &gt; ul &gt; li:last-child &gt; ul, .mainMenu &gt; ul &gt; li:nth-last-child(2) &gt; ul, .mainMenu &gt; ul &gt; li:nth-last-child(3) &gt; ul {
	left: auto;
	right: 0px;
}
.mainMenu &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, .mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; a.active {
	background-color: #0452aa;
}

/*Nivel 3*/
.mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
	top: 0px;
	left: 100%;
	background: #0052af;
}
.mainMenu &gt; ul &gt; li:last-child &gt; ul &gt; li &gt; ul, .mainMenu &gt; ul &gt; li:nth-last-child(2) &gt; ul &gt; li &gt; ul, .mainMenu &gt; ul &gt; li:nth-last-child(3) &gt; ul &gt; li &gt; ul {
	left: auto;
	right: 100%;
}
.mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, .mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a.active {
	background-color: #044895;
}

/*Btn Main menu*/
.btnMMenu {
	display: none;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	background: none;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0%, -50%);	
}
.btnMMenu .box {
	display: inline-block;
	width: 30px;
	height: 24px;
	position: relative;
}
.btnMMenu .inner, .btnMMenu .inner::before, .btnMMenu .inner::after {
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.btnMMenu .inner {
	display: block;
	margin-top: -1px;
	top: 50%;
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mmenuOpen .btnMMenu .inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnMMenu .inner::before, .btnMMenu .inner::after {
	content: "";
	display: block;
}
.btnMMenu .inner::before {
	top: -8px;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.mmenuOpen .btnMMenu .inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.btnMMenu .inner::after {
	bottom: -8px;
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mmenuOpen .btnMMenu .inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*Menu extra header*/
.extraMH, .extraMH &gt; ul, .extraMH &gt; ul &gt; li {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.extraMH {
	display: block;
	padding: 10px 0px 9px;
	position: absolute;
	top: 0px;
	right: 60px;
}
.extraMH &gt; ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	max-width: 500px;
	font-size: 0rem;
	line-height: 1rem;
	text-align: right;
}
.extraMH &gt; ul &gt; li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
	padding-left: 10px;
	font-size: 1rem;
}
.extraMH &gt; ul &gt; li.dblock {
	width: 200px;
}
.extraMH .btnIdi {
	width: 50px;
	padding: 0px;
}

/*Search header*/
.searchHead, .searchHead form, .searchHead p {
	display: block;
	margin: 0px;
	position: relative;
}
.searchHead .txtSearch {
	display: block;
	padding-left: 10px !important;
	padding-right: 60px !important;
	border-color: #EEE;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 0.9rem !important;
	line-height: 1rem !important;
	font-weight: 400;
	background: #EEE !important;
}
.searchHead .txtSearch:focus {
	border-color: #004899;
}
.searchHead .btnSearch {
	width: 50px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #004899 url(../images/site/ico-search.svg) no-repeat center center;
	background-size: 15px auto;
}
.searchHead .btnSearch span {
	display: none;
}

/*Page Footer*/
.pageFooter, .infoFooter, .copyFooter {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.pageFooter {
	padding: 23px 0px 15px;
	font-family: 'Work Sans', sans-serif;
	font-size: 0.8rem;
	line-height: 1.22rem;
	font-weight: 300;
	color: #000;
	background: #F5F5F5;
}
.pageFooter strong {
	font-weight: 500;
}
.pageFooter a {
	color: #00489B;
}
.pageFooter .logoPFooter {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px 0px 24px;
}
.pageFooter .gSocialN &gt; li {
	margin: 0px 10px 0px 0px;
}
.infoFooter {
	padding: 23px 0px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 0rem;
	letter-spacing: 0rem;
}
.infoFooter &gt; li {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 0px;
	padding: 0px 30px 23px 0px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.infoFooter &gt; li.w1 {
	width: 20%;
}
.infoFooter &gt; li:last-child {
	padding-right: 0px;
}
.copyFooter {
	margin-top: 15px;
	padding-right: 100px;
	position: relative;
}
.copyFooter a {
	color: #000;
}
.copyFooter .logoMottif {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0%, -50%);
}

/*Site map*/
.contSiteMap, .siteMap, .siteMap ul, .siteMap li {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contSiteMap, .siteMap {
	display: block;
	width: 100%;
}
.contSiteMap {
	padding: 30px 0px;
	background: #FAFAFA;
}
.contSiteMap .gTitle {
	display: inline-block;
	cursor: pointer;
}
.contSiteMap .gTitle .icoTG {
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translate(0%, -50%);
}
.siteMap {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.6rem;
	line-height: 0.8rem;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #000000;
}
.siteMap * {
	word-wrap: break-word;
}
.siteMap .icomenu {
	position: relative;
}
.siteMap .icomenu::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translate(0%, -50%);
	background: url(../images/site/icon-menus.svg) no-repeat;
	background-size: auto 100%;
}
.siteMap .icomenu.ico1:before {
	background-position: 0px center;
}
.siteMap .icomenu.ico2:before {
	background-position: -19px center;
}
.siteMap .icomenu.ico3:before {
	background-position: -58px center;
}
.siteMap .icomenu.ico4:before {
	background-position: -39px center;
}
.siteMap .icomenu.ico5:before {
	background-position: -78px center;
}
.siteMap .icomenu.ico6:before {
	background-position: -98px center;
}

/*Nivel 1*/
.siteMap &gt; ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 0rem;
}
.siteMap &gt; ul &gt; li {
	display: inline-block;
	vertical-align: top;
	max-width: 15%;
	flex-grow: 1;
	padding-right: 20px;
	font-size: 0.6rem;
}
.siteMap &gt; ul &gt; li:last-child {
	padding: 0px;
}
.siteMap &gt; ul &gt; li &gt; a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #004899;
	position: relative;
}
.siteMap &gt; ul &gt; li &gt; a::after {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	margin: 3px 0px 0px;
	background: #004899;
}

/*Nivel 2*/
.siteMap &gt; ul &gt; li &gt; ul {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.divOpen .siteMap &gt; ul &gt; li &gt; ul {
	max-height: 1000px;
}
.siteMap &gt; ul &gt; li &gt; ul &gt; li {
	margin-top: 17px;
}
.siteMap &gt; ul &gt; li &gt; ul &gt; li:first-child {
	margin-top: 13px;
}
.siteMap &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	font-weight: 400;
	text-transform: uppercase;
	color: #004899;
}

/*Nivel 3*/
.siteMap &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
	margin-top: 6px;
}

/*Main banner home*/
.contMBanner, .sliderBanner, .sliderBanner .gSlide, .sliderBanner .gSlide .gImg, .sliderBanner .gSlide .gImg::before, .sliderBanner .gSlide .gDesc {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.contMBanner {
	height: 800px;
	background: #000;
	overflow: hidden;
}
.sliderBanner, .sliderBanner .slick-list, .sliderBanner .slick-track, .sliderBanner .gSlide, .sliderBanner .gSlide .gImg, .sliderBanner .gSlide .gImg::before, .sliderBanner .gSlide .gDesc {
	height: 100%;
}
.sliderBanner .gSlide {
	position: relative;
}
.sliderBanner .gSlide .gImg, .sliderBanner .gSlide .gImg::before {
	position: absolute;
	top: 0px;
	left: 0px;
}
.sliderBanner .gSlide .gImg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sliderBanner .gSlide .gImg::before {
	content: '';
	background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=1 );
}
.sliderBanner .gSlide .gImg img {
	display: none;
	width: 100%;
	height: auto;
}
.sliderBanner .gSlide .gDesc, .sliderBanner .slick-dots {
	max-width: 1290px;
	padding: 140px 60px 0px;
}
.sliderBanner .gSlide .gDesc {
	display: table;
	font-size: 1rem;
	line-height: 1.65rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	color: #FFF;
	position: relative;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.9);
	transform-origin: left center;
	transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, transform 0s linear 0.5s;
}
.sliderBanner .gSlide.slick-active .gDesc {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.sliderBanner .gSlide .gDesc &gt; div {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.sliderBanner .gSlide h3, .sliderBanner .gSlide .desc {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sliderBanner .gSlide h3 {
	max-width: 380px;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7rem;
	line-height: 2.1rem;
	font-weight: 700;
	letter-spacing: 0rem;
}
.sliderBanner .gSlide .desc {
	max-width: 470px;
	margin-bottom: 50px;
}
.sliderBanner .slick-dots {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.sliderBanner .slick-dots li {
	display: block;
	margin: 15px 0px 15px auto;
	pointer-events: all;
}

/*Small section home*/
.smallHSection, .smallHSection .imgSH, .sliderHSection {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.smallHSection {
	width: 100%;
	color: #674413;
	background: #fbedd2;
	position: relative;
}
.smallHSection.c2 {
	color: #fcfaf7;
	background: #ffb63b;
}
.smallHSection.c3 {
	color: #fdfbfb;
	background: #46cfea;
}
.smallHSection.c4 {
	color: #FFFFFF;
	background: #ffc645;
}
.smallHSection .maxW, .smallHSection .imgSH {
	position: absolute;
	top: 0px;
}
.smallHSection .maxW {
	padding-top: 30px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 5;
	pointer-events: none;
}
.smallHSection .maxW .gTitle {
	max-width: 50%;
	color: #4b2b1b;
}
.smallHSection.c2 .maxW .gTitle {
	color: #3c2b0e;
}
.smallHSection.c3 .maxW .gTitle {
	color: #fdfdfd;
}
.smallHSection.c4 .maxW .gTitle {
	color: #3c2b0e;
}
.smallHSection .imgSH {
	width: 50%;
	height: 100%;
	left: 0px;
	/*background-position: center center; /*  right center, cambiado abril 23/21*/
	background-position: center center; /*vuelto a cambiar jun 18/21 y el junio 21/21*/
	background-repeat: no-repeat;
	/*background-size: contain; /*cover , cambiado abril 23/21*/
	background-size: contain; /*vuelto a cambiar jun 18/21 y el junio 21/21*/
}
.smallHSection .imgSH img {
	display: none;
	width: 100%;
	height: auto;
}
.sliderHSection {
	width: 50%;
	max-width: 665px;
	height: 200px;
	margin-left: 50%;
	overflow: hidden;
}
.sliderHSection .gSlide, .sliderHSection .slick-list, .sliderHSection .slick-track, .sliderHSection .vAlign {
	height: 100%;
}
.sliderHSection .gSlide {
	padding: 0px 70px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.05rem;
	line-height: 1.4rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.sliderHSection .vAlign &gt; div {
	padding: 20px 0px;
}

/*List movies*/
.gListMovies {
	display: block;
	margin: 0px -15px;
	padding: 0px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.itemSMovie {
	display: inline-block;
	vertical-align: top;
	width: 16.66666666666667%;
	margin: 0px 0px 40px;
	padding: 0px 15px;
	box-sizing: border-box;
}
.gSlide .itemSMovie {
	width: 100%;
	margin: 0px;
}
.itemSMovie &gt; div, .itemSMovie .gImg, .itemSMovie .gImg a, .itemSMovie .gImg img, .itemSMovie .gDesc, .itemSMovie .sinop, .itemSMovie .desc {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.itemSMovie .gImg {
	max-width: 170px;
	/*background: #014899;*/
}
.itemSMovie .gImg img {
	height: auto;
	transition: opacity 0.25s ease;
}
.itemSMovie .gImg a:hover img, .itemSMovie &gt; div:hover .gImg img {
	opacity: 0.5;
}
.itemSMovie .gDesc {
	padding-top: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
	letter-spacing: 0.03rem;
	text-transform: uppercase;
    color: #333333;
	position: relative;
	transition: color 0.25s ease;
}
.itemSMovie .gDesc h3, .itemSMovie .title {
	margin-bottom: 4px;
	font-size: 0.93rem;
	line-height: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.itemSMovie .gDesc h3 a {
	color: inherit;
}
.itemSMovie &gt; div:hover .gDesc,  .itemSMovie .title {
	color: #014899;
}
.itemSMovie .gDesc &gt; p {
	margin: 3px 0px 0px;
}
.itemSMovie .sinop, .itemSMovie .sinop::before {
	position: absolute;
	box-sizing: border-box;
}
.itemSMovie .sinop {
    min-width: 240px;
    padding: 20px 23px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    bottom: 100%;
    left: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.gListMovies .itemSMovie:nth-child(6n) .sinop, .gListMovies .itemSMovie:nth-child(6n - 1) .sinop {
	left: auto;
	right: 100%;
}
.itemSMovie &gt; div:hover .sinop {
	opacity: 1;
	visibility: visible;
}
.itemSMovie .sinop::before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #FFF;
	bottom: 60px;
	right: 100%;
}
.gListMovies .itemSMovie:nth-child(6n) .sinop::before, .gListMovies .itemSMovie:nth-child(6n - 1) .sinop::before {
	border-left: 15px solid #FFF;
	border-right: none;
	right: auto;
	left: 100%;
}
.itemSMovie .title {
	margin-bottom: 15px;
}
.itemSMovie .desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.65rem;
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #333333;
}
.itemSMovie .txtext {
    font-size: 0.9rem;
    line-height: 1.1rem;
    text-align: center;
    color: #014899;
}

/*Slider movies*/
.sliderMovies {
	display: block;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.tabCont .sliderMovies {
	margin: 0px -15px;
}
.sliderMovies .slick-prev, .sliderForma .slick-prev {
    left: -30px;
}
.sliderMovies .slick-next, .sliderForma .slick-next {
    right: -30px;
}

/*Tabs movies*/
.tabsLMovies, .tabsLMovies .tabNav, .tabsLMovies .tabNav li .tabtn, .tabsLMovies .tabCont {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.tabsLMovies {
	max-width: 970px;
	clear: both;
}
.tabsLMovies .tabNav {
	border-bottom: 1px solid rgba(0, 72, 153, 0.3);
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	text-align: center;
}
.tabsLMovies .tabNav li, .tabsLMovies .tabNav li .tabtn::before, .tabsLMovies .tabNav li .tabtn span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.tabsLMovies .tabNav li {
	width: 50%;
	max-width: 270px;
	height: 46px;
	margin-bottom: -1px;
	float: none;
	white-space: normal;
}
.tabsLMovies .tabNav li.ui-tabs-active {
	margin: 0px 0px -1px;
	padding: 0px;
}
.tabsLMovies .tabNav li .tabtn {
	height: 100%;
	padding: 0px 10px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	float: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #004899;
	transition: border-color 0.25s ease;
}
.tabsLMovies .tabNav li.ui-tabs-active .tabtn {
	border-bottom-color: #004899;
}
.tabsLMovies .tabNav li .tabtn::before {
	content: '';
	width: 0px;
	height: 100%;
}
.tabsLMovies .tabNav li a.tabtn span {
	width: 100%;
    font-size: 1.05rem;
    line-height: 1.05rem;
    letter-spacing: 0.1rem;
	word-wrap: break-word;
}
.tabsLMovies .tabCont {
	padding: 70px 0px;
}

/*Section Slides movies*/
.sectSLMovie, .contForma, .contPersMes {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 60px 0px;
}
.sectSLMovie {
	background: #FFF url(../images/site/texture1.jpg) repeat top left;
}
.sectSLMovie .gTitle, .contForma .gTitle, .contPersMes .gTitle {
	float: left;
}
.sectSLMovie .btnAll, .contForma .btnAll, .contPersMes .btnAll {
	float: right;
	margin: -10px 0px 20px;
}
.sectSLMovie .cBtnFilter {
	display: block;
	margin: 0px -15px;
	padding: 0px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	text-align: center;
}
.sectSLMovie .cBtnFilter li {
	display: inline-block;
	vertical-align: middle;
	max-width: 25%;
	margin: 0px;
	padding: 10px 15px 20px;
	box-sizing: border-box;
}

/*Info toggle home*/
.contInfoDesp {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 60px 0px 0px;
	background: #01336d;	
}
.contInfoDesp.sTwo {
	background: #012b5b;
}
.contInfoDesp .btnToggle {
	width: 100%;
	background: #012956;
}
.contInfoDesp.sTwo  .btnToggle {
	background: #012247;
}
.contInfoDesp .btnToggle:active {
	top: 0px;
}

/*Section top info toggle home*/
.contIDesp, .contIDesp &gt; li, .contIDesp .txtB, .contIDesp .ccifra, .contIDesp .ccifra .numPorc, .contIDesp .ccifra .numPorc span, .contDDesp {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contIDesp {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.contIDesp &gt; li, .contIDesp .txtB, .contIDesp .ccifra, .contIDesp .ccifra .numPorc span {
	display: inline-block;
	vertical-align: top;
}
.contIDesp &gt; li {
	max-width: 40%;
	margin-bottom: 30px;
	padding: 0px 20px;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-align: left;
	color: #FFF;
}
.contIDesp &gt; li:first-child {
	padding-left: 0px;
	text-align: left;
}
.contIDesp &gt; li:last-child {
	padding-right: 0px;
	text-align: right;
}
.contIDesp .txtB {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 4px solid #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7rem;
	line-height: 1.9rem;
	font-weight: 700;
	letter-spacing: 0rem;
}
.contIDesp .numEdi, .contIDesp .numEdi time {
	display: block;
}
.contIDesp .numEdi {
	margin: 0px 0px 30px;
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	font-style: italic;
}
.contIDesp .numEdi time {
	font-size: 1.2rem;
    line-height: 1.3rem;
    font-style: normal;
    text-decoration: underline;
}
.contIDesp .logoSect {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0px;
}
.contIDesp .gBtn {
	display: block;
	margin: 0px 0px 15px auto;
}
.contIDesp .gBtn:last-child {
	margin-bottom: 0px;
}

/*Info cine cifra home*/
.contIDesp .ccifra {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4rem;
	letter-spacing: 0rem;
	text-transform: uppercase;
	text-align: center;
}
.contIDesp .ccifra .numPorc {
	padding: 0px 70px;
	position: relative;
}
.contIDesp .ccifra .numPorc::before, .contIDesp .ccifra .numPorc::after {
	content: '';
	display: block;
	width: 50px;
	height: 34px;
	position: absolute;
	top: 0px;
	background: url(../images/site/ico-altavoz.svg) no-repeat center;
	background-size: contain;
}
.contIDesp .ccifra .numPorc::before {
	left: 0px;
}
.contIDesp .ccifra .numPorc::after {
	right: 0px;
	transform: scaleX(-1);
}
.contIDesp .ccifra .numPorc span {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 3px dotted #FF931E;
	font-size: 2.7rem;
	line-height: 2.6rem;
	font-weight: 700;
}
.contIDesp .ccifra .numPorc .icoArrow {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 33px;
	margin: 0px 5px 0px 0px;
	background: url(../images/site/ico-arrowpink.svg) no-repeat center;
	background-size: contain;
}
.contIDesp .ccifra .numPorc .icoArrow.down {
	transform: rotate(180deg);
}

/*Section bottom info toggle home*/
.contDDesp {
	display: block;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.contDDesp.divOpen {
	max-height: 610px;
}
.contDDesp .vAlign {
	height: 100px;
	background: #004799;
}
.contDDesp .vAlign &gt; div {
	padding: 20px 30px;
}
.contDDesp .vAlign .gTitle, .contDDesp .vAlign .infoR {
	max-width: 50%;
}
.contDDesp .vAlign .gTitle {
	float: left;
	margin-bottom: 0px;
}
.contDDesp .vAlign .infoR {
	margin-top: 2px;
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.1rem;
	color: #FFF;
}
.contDDesp .gScroll {
	height: auto;
	max-height: 510px;
	overflow: auto;
}
.contDDesp .gBImg {
	display: block;
	width: 100%;
	height: auto;
}
.contDDesp .contCif {
	height: 610px;
}
.contDDesp .contCif .gIframe {
	height: 100%;
	margin-top: 0px;
}

/*Noticias pantalla colombia*/
.listNewsPC, .iNewsPC, .iNewsPC .gImg, .iNewsPC .desc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listNewsPC {
	display: block;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #777777;
	background: #FFF;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.listNewsPC::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	margin: 0px 0px 0px -1px;
	position: absolute;
	top: 0px;
	left: 50%;
	background: #D3D3D3;
	z-index: 3;
}
.iNewsPC, .iNewsPC .gImg, .iNewsPC .desc {
	display: inline-block;
	vertical-align: top;
}
.iNewsPC {
	width: 50%;
	padding: 30px 30px 30px 80px;
	position: relative;
}
.iNewsPC:nth-child(4n - 1)::before, .iNewsPC:nth-child(4n)::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
	background: #F5F5F5;
}
.iNewsPC:nth-child(4n - 1)::before {
	left: 0px;
}
.iNewsPC:nth-child(4n)::before {
	right: 0px;
}
.iNewsPC h4, .iNewsPC .time, .iNewsPC .time span {
	display: block;
	margin: 0px;
}
.iNewsPC h4 {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #012B5B;
}
.iNewsPC .time {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #024E6E;
	position: absolute;
	top: 33px;
	left: 40px;
	transform: translate(-50%, 0%);
}
.iNewsPC .time span {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: 700;
}
.iNewsPC .gImg {
	width: 52.5%;
	background: #014899;
}
.iNewsPC .gImg img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.25s ease;
}
.iNewsPC .gImg a:hover img {
	opacity: 0.5;
}
.iNewsPC .desc {
	width: 47.5%;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 1.4rem;
}

/*Videos home*/
.contHVideos {
	display: block;
	margin: 0px;
	padding: 80px 0px 40px;
	background: #000;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
.contHVideos &gt; .maxW, .listVideos {
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	text-align: center;
}
.contHVideos .gTitle {
	margin-bottom: -27px;
}
.listVideos {
	display: block;
	margin: 0px -15px;
	padding: 0px;
}
.listVideos.sTwo {
	display: inline-block;
	vertical-align: bottom;
	width: 170px;
	margin: 0px;
}
.iVideo, .iVideo .gImg, .iVideo .gImg a, .iVideo .gDesc, .iVideo h3, .iVideo h4, .iVideo .desc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.iVideo {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	max-width: 200px;
	padding: 0px 15px;
}
.listVideos.sTwo .iVideo {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	pointer-events: all;
}
.listVideos.sTwo .iVideo:last-child {
	margin-bottom: 0px;
}
.iVideo.bigVideo {
	vertical-align: bottom;
	width: calc(100% - 170px);
	max-width: none;
	padding: 0px 30px 0px 0px;
}
.iVideo .gImg, .iVideo .gImg a, .iVideo .gImg a::before, .iVideo .gDesc, .iVideo h3, .iVideo h4, .iVideo .desc {
	display: block;
	width: 100%;
}
.iVideo .gImg {
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 150%;
}
.iVideo.bigVideo .gImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: all;
}
.iVideo .gImg img {
	display: none;
	width: 100%;
	height: auto;
}
.iVideo .gImg a, .iVideo .gImg a::before {
	height: 100%;
}
.iVideo .gImg a {
	position: relative;
}
.iVideo .gImg a::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.iVideo.bigVideo .gImg a::before, .iVideo.bigVideo .gImg a:hover::before {
	opacity: 0.3;
	visibility: visible;
}
.iVideo .gImg a:hover::before {
	opacity: 1;
	visibility: visible;
}
.iVideo .gImg .icoVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iVideo.bigVideo .icoVideo {
	width: 164px;
	height: 164px;
	opacity: 0.75;
	/*box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.5);
	background: rgba(110, 127, 146, 0.9);*/
}
.iVideo.bigVideo .icoVideo:hover {
	opacity: 0.9;
}
.iVideo .gDesc {
	margin-top: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.75rem;
	line-height: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-align: left;
	color: #FFF;
}
.iVideo.bigVideo .gDesc {
	max-width: 460px;
}
.iVideo h3, .iVideo h4 {
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.iVideo h3 {
	font-style: italic;
}
.iVideo h4 {
	font-weight: 700;
}
.iVideo.bigVideo h4 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8rem;
}
.iVideo.bigVideo .desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.6rem;
}

/*News home*/
.contSNews, .sliderBGNews, .sliderBGNews .gSlide, .sliderNews, .sliderNews .gSlide {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contSNews {
	min-height: 400px;
	padding: 60px 0px 40px;
	background: #000;
	position: relative;
	z-index: 2;
}
.sliderBGNews, .sliderBGNews .slick-list, .sliderBGNews .slick-track, .sliderBGNews .gSlide {
	height: 100%;
}
.sliderBGNews {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
}
.sliderBGNews .gSlide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
.sliderNews {
	max-width: 500px;
}
.sliderNews .gSlide {
	padding: 0px 30px 70px 0px;
}
.sliderNews .gImg, .sliderNews .gImg img {
	display: none;
	width: 100%;
}
.sliderNews .gDesc {
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.04rem;
	color: #FFF;
}
.sliderNews h3, .sliderNews .time {
	display: block;
	margin: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0rem;
}
.sliderNews h3 {
	margin-bottom: 6px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
}
.sliderNews h3 a {
	transition: opacity 0.25s ease;
}
.sliderNews h3 a:hover {
	opacity: 0.75;
}
.sliderNews .time {
	margin-bottom: 24px;
	font-size: 1.05rem;
	line-height: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
}
.sliderNews .slick-arrow {
	top: auto;
	bottom: 0px;
	transform: none;
	background: #FFF;
}
.sliderNews .slick-arrow:active {
	margin-top: 0px;
	margin-bottom: -2px;
}
.sliderNews .slick-prev::before {
	border-left-color: #000;
    border-bottom-color: #000;
}
.sliderNews .slick-next {
	right: auto;
	left: 45px;
}
.sliderNews .slick-next::before {
    border-right-color: #000;
    border-top-color: #000;
}

/*Formacion home*/
.contForma {
	padding-bottom: 50px;
	background: #FFF url(../images/site/texture2.jpg) repeat top left;
}
.contForma .btnAll {
	margin-bottom: 50px;
}
.sliderForma, .sliderForma .gSlide, .itemForm, .itemForm .gImg, .itemForm .gImg a, .itemForm .gDesc {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.sliderForma {
	margin: 0px -15px;
	clear: both;
}
.sliderForma .gSlide {
	padding: 0px 15px;
}
.itemForm .gImg {
	margin-bottom: 25px;
	background: #014899;
}
.itemForm .gImg img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.25s ease;
}
.itemForm .gImg a:hover img {
	opacity: 0.5;
}
.itemForm .gDesc {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.85rem;
	line-height: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.11rem;
	text-align: left;
	text-transform: uppercase;
	color: #777777;
}
.itemForm h3, .itemForm h4 {
	display: block;
	font-weight: inherit;
}
.itemForm h3 {
	margin-bottom: 7px;
	color: #004799;
}
.itemForm h4 {
	margin-bottom: 7px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.06rem;
	color: #4f4f4f;
}
.itemForm h4 a {
	transition: color 0.25s ease;
}
.itemForm h4 a:hover {
	color: #014899;
}

/*Personajes home*/
.contPersMes {
	background: #000;
	position: relative;
	z-index: 2;
}
.persMes, .persMes .gImg, .persMes .gImg::before, .persMes .gDesc {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.persMes {
	clear: both;
}
.persMes .vAlign {
	height: 520px;
}
.persMes .gImg, .persMes .gImg::before {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.persMes .gImg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.persMes .gImg::before {
	content: '';
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 20%, rgba(191,191,191,0) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 20%,rgba(191,191,191,0) 80%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 20%,rgba(191,191,191,0) 80%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=1 );
}
.persMes .gImg img {
	display: none;
	width: 100%;
	height: auto;
}
.persMes .gDesc {
	max-width: 570px;
	font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    color: #FFF;
}
.persMes h3, .persMes .prof {
	display: block;
    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0rem;
}
.persMes h3 {
	margin-bottom: 6px;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
}
.persMes .prof {
	margin-bottom: 24px;
	font-size: 1.05rem;
	line-height: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
}
.persMes .desc {
	margin-bottom: 35px;
}

/*App home*/
.contHApp, .optDApp {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contHApp {
	padding: 20px 0px;
	background: #f5f5f5;
}
.optDApp {
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.optDApp li {
	display: inline-block;
	vertical-align: middle;
	width: 16.6666666666%;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	box-sizing: border-box;
}
.optDApp li:first-child {
	width: 50%;
	border-right: 1px solid #004899;
	text-align: right;
}
.optDApp .gTitle {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 80px 0px 0px;
	text-align: left;
}
.optDApp img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	transition: opacity 0.25s ease;
}
.optDApp a:hover img {
	opacity: 0.75;
}

/*Calendar events home*/
.gECalendar, .gECalendar .nameMonth, .sliderECal, .sliderECal .gSlide, .itemCDay, .itemCDay .nameD, .btnCDay {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.gECalendar, .sliderECal, .itemCDay, .itemCDay .nameD {
	display: block;
	width: 100%;
}
.gECalendar {
	max-width: 970px;
	padding-top: 30px;
	border-top: 1px solid #bbcee4;
	position: relative;
}
.gECalendar .nameMonth, .itemCDay {
	font-family: 'Roboto Condensed', sans-serif;
	color: #004899;
}
.gECalendar .nameMonth {
	display: block;
	margin-bottom: -25px;
	padding-left: 22px;
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

/*Slider Calendar*/
.sliderECal {
	padding-top: 40px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.sliderECal .gSlide {
	display: inline-block;
	vertical-align: top;
}
.sliderECal .slick-arrow {
	border-radius: 0px;
	background: none;
	top: 0px;
	transform: none;
}
.sliderECal .slick-prev {
	left: auto;
	right: 60px;
}
.sliderECal .slick-prev::before {
    border-left: 3px solid #004899;
    border-bottom: 3px solid #004899;
}
.sliderECal .slick-next {
	right: 10px;
}
.sliderECal .slick-next::before {
	border-right: 3px solid #004899;
    border-top: 3px solid #004899;
}

/*Item day calendar*/
.itemCDay {
	padding-bottom: 10px;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400;
	text-align: center;
}
.itemCDay .nameD, .btnCDay {
	transition: background-color 0.25s ease, color 0.25s ease;
}
.itemCDay .nameD {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 5px;
	border-top: 1px solid #bbcee4;
	border-bottom: 1px solid #bbcee4;
	font-weight: 300;
	color: #6691c2;
}
.itemCDay.currDay .nameD {
	border-top-color: #004899;
	border-bottom-color: #004899;
	background: #004899;
	color: #FFF;
}
.btnCDay {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	border-radius: 50%;
	outline: none;
	background:none;
	overflow: hidden;
	color: #004899;
	cursor: inherit;
}
.btnCDay.dce {
	border-color: #004899;
	cursor: pointer;
}
.btnCDay.dce.open {
	background: #004899;
	color: #FFF;
}

/*Dialog event calendar*/
.dialogCE, .dialogCE::before {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: absolute;
}
.dialogCE {
	width: 100%;
	max-width: 400px;
	height: 210px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
	background: #FFF;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.dialogCE::before {
	content: '';
	width: 0px;
	height: 0px;
	margin-top: 30px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #FFF;
	top: 50%;
	right: 100%;
}

/*Sistema de columnas*/
.gCol {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 0rem !important;
	letter-spacing: 0rem;
}
.gCol &gt; div {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0.94rem;
}
.gCol.col2 &gt; div {
	width: 50%;
}
.gCol.col3 &gt; div {
	width: 33.333333333333333%;
}
.gCol.col2 &gt; div:nth-child(1), .gCol.col3 &gt; div:nth-child(1), .gCol.col3 &gt; div:nth-child(2) {
	padding-right: 15px;
}
.gCol.col2 &gt; div:nth-child(2), .gCol.col3 &gt; div:nth-child(3), .gCol.col3 &gt; div:nth-child(2) {
	padding-left: 15px;
}
.dFormL, .dFormR {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.dFormL {
	width: 65%;
	float: left;
}
.dFormR {
	width: 35%;
	padding-left: 30px;
	float: right;
}
.clearf {
	display: block;
	clear: both;
}

/*General forms*/
.contForm, form, fieldset, form p, .gLabel, input, select, textarea {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contForm {
	max-width: 770px;
	margin-bottom: 10px;
}
form p {
	margin-bottom: 30px;
}
form p.mw1 {
	max-width: 300px;
}
.gLabel, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.02rem;
}
.gLabel {
	margin-bottom: 8px;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #004799;
}
.gLabel.small {
	font-size: 0.7rem;
    line-height: 0.9rem;
    letter-spacing: 0.05rem;
}
input, select, textarea {
	width: 100%;
	padding: 0px 15px;
	border: 1px solid transparent;
	border-radius: 0px;
	outline: none;
	appearance: none;
	color: #000;
	background: #FFF;
}
input, select {
	height: 30px;
}
textarea {
	height: 110px;
	padding: 8px 15px;
	line-height: 1.2rem;
}
input:focus, select:focus, textarea:focus {
	border-color: #004899;
}
input.error, select.error, textarea.error {
	border-color: #FF0000;
}
span.error {
	display: block;
	margin: 5px 0px 0px;
	color: #FF0000;
	font-size: 0.75rem;
	line-height: 0.9rem;
}
::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
}

/*General Select*/
.gSelect {
	display: block;
	position: relative;
}
.gSelect select {
	padding-right: 40px;
}
.gSelect::before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	box-sizing: border-box;
	border-top: 5px solid #004799;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 2;
	transform: translate(0%, -50%);
	pointer-events: none;
}

/*General checkbox - radio*/
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 4px 0px 0px;
}
input[type="checkbox"] {
	appearance: checkbox;
}
input[type="radio"] {
	appearance: radio;
}
.groupRC {
	display: block;
	font-size: 0rem;
}
.gRC {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0px 15px 15px 0px;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.2rem;
    letter-spacing: 0rem;
    color: #000;
    word-wrap: break-word;
    position: relative;
}
.groupRC.w1 .gRC {
	width: 100%;
	margin-right: 0px;
}
.groupRC.w2 .gRC, .groupRC.w3 .gRC {
	margin-right: 0px;
	padding-right: 15px;
}
.groupRC.w2 .gRC {
	width: 50%;
}
.groupRC.w3 .gRC {
	width: 33%;
}
.groupRC .gRC:last-of-type {
	margin-bottom: 0px;
}
.gRC input {
	position: absolute;
	top: 2px;
	left: 2px;
	visibility: hidden;
	opacity: 0;
}
.gRC .icoC, .gRC .icoR, .gRC .icoC::after, .gRC .icoR::after {
	display: block;
	box-sizing: border-box;
	position: absolute;
}
.gRC .icoC, .gRC .icoR {
	width: 10px;
	height: 10px;
	top: 4px;
	left: 0px;
	cursor: pointer;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #004799;
	transition: background-color 0.25s ease;
}
.gRC input:checked + .icoC, .gRC input:checked + .icoR {
	background: #004799;
}
.gRC input.error + .icoC, .gRC input.error + .icoR {
	border-color: #c30000;
}
.gRC .icoR {
	border-radius: 50%;
}
.gRC .icoC::after {
	content: '';
	top: 50%;
	left: 50%;
	width: 8px;
	height: 4px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: translate(-50%, -75%) rotate(-45deg);
}
.gRC a {
	text-decoration: underline;
	transition: color 0.25s ease;
}
.gRC a:hover {
	color: #004799;
}

/*General alert*/
.gAlert, .gAlert .gATitle, .gAlert .gADesc, .gAlert .gACBtns {
	display: block;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.gAlert {
	width: 100%;
    max-width: 500px;
    padding: 40px 30px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.93rem;
    line-height: 1.4rem;
    text-align: center;
    background: #FFF;
    position: relative;
}
.gAlert .gATitle {
	padding: 0px 30px;
	margin-bottom: 30px;
}
.gAlert .gATitle h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #004899;
}
.gAlert .gADesc {
	margin-bottom: 30px;
}
.gAlert .gACBtns {
	margin: 0px -15px;
}
.gAlert .gACBtns .gBtn {
	width: calc(50% - 30px);
	margin: 0px 15px;
}

/*Breadcrumbs*/
.gBreadC, .gBreadC ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.gBreadC {
	padding: 20px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	color: #004899;
}
.gBreadC ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 4px 20px 4px 0px;
	font-size: 0.8rem;
	line-height: 0.9rem;
	letter-spacing: 0.05rem;
	position: relative;
}
.gBreadC ul li:last-child {
	padding-right: 0px;
}
.gBreadC ul li::after {
	content: '/';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0%, -50%);
}
.gBreadC ul li:last-child::after {
	content: normal;
}
.gBreadC ul li a {
	color: #333333;
	transition: color 0.25s ease;
}
.gBreadC ul li a:hover {
	color: #004899;
}
.gBreadC ul li a.icoHome {
	display: block;
	width: 12px;
	height: 10px;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/site/ico-home.svg) no-repeat center;
	background-size: contain;
}

/*General text content*/
.gContent {
	display: block;
	margin: 0px 0px 30px;
	padding: 0px;
}
.gContent::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.gContent p, .gContent ol, .gContent ul, .gContent img, .gContent .ifvideo {
	display: block;
	margin: 0px 0px 1.4rem;
}
.gContent ol, .gContent ul {
	padding-left: 20px;
}
.gContent ol ol, .gContent ol ul, .gContent ul ul, .gContent ul ol {
	margin-bottom: 0px !important;
}
.gContent ol {
	counter-reset: gOl;
}
.gContent ol &gt; li, .gContent ul &gt; li {
	position: relative;
	list-style: none;
}
.gContent ol &gt; li::before, .gContent ul &gt; li::before {
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 100%;	
}
.gContent ol &gt; li::before {
	content: counter(gOl)'.';
	counter-increment: gOl;
	margin-right: 2px;
	font-weight: 600;
	color: #004899;
	top: 0px;
}
.gContent ul &gt; li::before {
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 5px;
	border-radius: 50%;
	background: #004899;
	top: 7px;
}
.gContent a {
	text-decoration: underline;
	transition: color 0.25s ease;
}
.gContent a:hover {
	color: #004899;
}
.gContent a.gBtn {
	transition: opacity 0.25s ease;
}
.gContent a.gBtn:hover {
	color: #FFF;
}
.gContent img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.gContent .ifvideo {
	width: 100%;
	height: 350px;
}
.gContent &gt; *:last-child {
	margin-bottom: 0px !important;
}

/*Intern movie*/
.gIMovie, .gIML, .gIMR, .gIMovie .bgGray, .gIMovie .bgGray::before, .contWSee {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.gIMovie::after, .contNPIM::after, .iProfile::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.gIMovie {
	padding-top: 20px;
	padding-bottom: 40px;
}
.gIML, .gIMR {
	margin-bottom: 30px;
}
.gIML.cL, .gIMR.cL {
	clear: left;
}
.gIML.cR, .gIMR.cR {
	clear: right;
}
.gIML {
	width: 270px;
	float: left;
}
.gIMR {
	width: calc(100% - 370px);
	float: right;
}
.gIMovie .gSocialN &gt; li {
	margin: 2px 12px 2px 0px;
}
.gIMovie h3, .fWSee .gDesc &gt; h3 {
	display: block;
	margin: 0px 0px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.05rem;
	line-height: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #004899;
}
.gIMovie .gContent h3 {
	margin-bottom: 8px;
}
.gIMovie .gContent {
	font-size: 0.96rem;
	line-height: 1.4rem;
}
.gIMovie .gContent p, .gIMovie .gContent ol, .gIMovie .gContent ul {
	margin-bottom: 30px;
}
.gIMovie .gContent ul &gt; li::before {
	top: 10px;
}
.gIMovie .gContent &gt; ol, .gIMovie .gContent &gt; ul {
	padding-left: 0px;
}

/*Verla en*/
.introMovie {
	position: relative;
}
.introMovie .gTitle {
	padding-right: 330px;
}
.contWSee {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	position: absolute;
	top: 4px;
	right: 0px;
}
.contWSee li, .contWSee .btnWSee {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 0.7rem;
    line-height: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-align: center;
    text-transform: uppercase;
}
.contWSee li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #004899;
}
.contWSee li:first-child {
	padding-left: 0px;
}
.contWSee .btnWSee {
    display: block;
    min-width: 60px;
    padding: 4px 15px 3px;
    color: #FFF;
    background: #004899;
    transition: background-color 0.25s ease;
    position: relative;
}
.contWSee .btnWSee:hover {
	background: #003169;
}
.contWSee .btnWSee:active {
	top: 1px;
}

/*Gray zone intern movie*/
.gIMovie .bgGray {
	margin-bottom: 40px;
	padding: 40px 0px;
	position: relative;
}
.gIMovie .bgGray::before {
	content: '';
	width: 100vw;
	height: 100%;
	margin-left: -185px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #f5f5f5;
	z-index: -1;
}

/*Slider afiche, videos*/
.sliderPoster, .sliderPoster .gSlide, .sliderPoster img, .sliderVideos, .sliderVideos .gSlide, .sliderVideos .gImg, .sliderVideos .gImg a, .sliderVideos .gImg a::before, .sliderGallery, .sliderGallery .gSlide, .sliderGallery .gImg, .sliderGallery .gImg a, .sliderGallery .gImg a::before {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.sliderPoster, .sliderVideos {
	margin-bottom: 30px;
}
.sliderGallery {
	padding: 0px 46px;
}
.sliderGallery .gSlide {
	padding: 0px 7px;
}
.sliderPoster .slick-list, .sliderVideos .slick-list {
	background: #000;
}
.sliderPoster .slick-dots li, .sliderVideos .slick-dots li {
	margin-top: 20px;
	background: #CCC;
}
.sliderPoster .gSlide {
	background: #004799;
}
.sliderPoster img {
	max-width: 270px;
	height: auto;
	transition: opacity 0.25s ease;
}
.sliderPoster a:hover img {
	opacity: 0.5;
}
.sliderVideos .gImg, .sliderGallery .gImg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sliderVideos .gImg {
	height: 380px;
}
.sliderGallery .gImg {
	height: 100px;
}
.sliderVideos .gImg img, .sliderGallery .gImg img {
    display: none;
    width: 100%;
    height: auto;
}
.sliderVideos .gImg a, .sliderVideos .gImg a::before, .sliderGallery .gImg a, .sliderGallery .gImg a::before {
	height: 100%;
}
.sliderVideos .gImg a, .sliderGallery .gImg a {
    position: relative;
}
.sliderVideos .gImg a::before, .sliderGallery .gImg a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sliderVideos .gImg a:hover::before, .sliderGallery .gImg a:hover::before {
    opacity: 1;
    visibility: visible;
}
.sliderVideos .gImg .icoVideo {
	width: 70px;
	height: 70px;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.9;
}

/*Mini posters*/
.miniPosters, .miniPosters .gImg {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.miniPosters {
	margin: 0px -4px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	clear: both;
}
.miniPosters .gImg {
	display: inline-block;
	vertical-align: top;
	width: 33.333333333333333%;
	padding: 0px 4px 10px;
}
.miniPosters .gImg a {
	display: block;
	background: #004799;
}
.miniPosters .gImg img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.25s ease;
}
.miniPosters .gImg a:hover img {
	opacity: 0.5;
}

/*Btn see more*/
.btnSMore, .btnSMore span {
	display: inline-block;
	vertical-align: middle;
}
.btnSMore {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.7rem;
	line-height: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #054b9b;
}
.btnSMore span {
	margin-left: 20px;
}

/*News pantalla intern movie*/
.contNPIM, .listNPIM, .iNPant, .iNPant a {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contNPIM, .listNPIM {
	display: block;	
}
.contNPIM {
	margin-bottom: 30px;
}
.contNPIM .btnSMore {
	float: right;
}
.contNPIM h3 {
	margin-bottom: 8px;
}
.listNPIM {
	width: 82.5%;
	margin: 0px 0px 0px -30px;
	float: left;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.iNPant {
	display: none;
	vertical-align: top;
	width: 50%;
	margin: 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.05rem;
	line-height: 1.5rem;
	font-weight: 300;
	color: #333333;
	background: url(../images/site/ico-folder.svg) no-repeat 30px 12px;
	background-size: 37px auto;
}
.grid3 .iNPant {
	width: 33.33333333333333%;
	border-left: 1px solid #acacac;
}
.iNPant.sTwo {
	background: url(../images/site/ico-doc.svg) no-repeat 30px 12px;
	background-size: 31px auto;
}
.iNPant a {
	display: block;
	padding: 5px 30px 5px 90px;
	color: inherit;
	transition: color 0.25s ease;
}
.iNPant a:hover {
	color: #004799;
}
.iNPant a:visited{
	color: #004799;
}
.iNPant a:active{
	color: #004799;
}

.iNPant.iactive, .listNPIM.divOpen .iNPant {
	display: inline-block;
}
.iNPant:nth-child(even) {
	border-left: 1px solid #acacac;
}
.grid3 .iNPant:nth-child(3n + 1) {
	border-left: none;
}
.iNPant h4 {
	text-transform: uppercase;
	color: #004799;
}
.iNPant h5 {
	color: #004799 !important; 
}


/*List caracteristicas*/
.contLCaract, .listCaract, .listCaract li  {
	display: block;
	margin: 0px;
	padding: 0px;
}
.contLCaract h3 {
	margin-bottom: 20px;
}
.listCaract {
	margin: -13px 0px 20px;
	column-count: 2;
	column-gap: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}
.listCaract.sTwo {
	column-count: initial;
}
.listCaract li {
	margin-top: 13px;
}
.listCaract a {
	color: inherit;
	transition: color 0.25s ease;
}
.listCaract a:hover {
	color: #004899;
}
.lineText {
	display: block;
	margin: 0px 0px 20px;
	width: 100%;
	max-width: 300px;
	height: 1px;
	border: none;
	background: #e5e5e5;
}

/*Item people*/
.itemPerson, .itemPerson a, .itemPerson .gImg, .itemPerson .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.itemPerson, .itemPerson .gImg, .itemPerson .gDesc {
	display: inline-block;
	vertical-align: middle;
}
.itemPerson {
	width: 100%;
	padding: 6px 0px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	text-align: left;
}
.itemPerson a {
	display: block;
}
.itemPerson .gImg {
	width: 50px;
	height: 58px;
	border: 6px solid #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #FFF;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.itemPerson .gImg img {
	display: none;
	width: 100%;
	height: auto;
}
.itemPerson .gDesc, .listRFicha {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.93rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	color: #6e6e6e;
}
.itemPerson .gDesc {
	width: calc(100% - 50px);
	padding-right: 30px;
}
.itemPerson h4 {
	text-transform: uppercase;
	color: #333333;
}
.itemPerson .gDesc, .itemPerson h4 {
	transition: color 0.25s ease;
}
.itemPerson a:hover .gDesc, .itemPerson a:hover h4 {
	color: #004899;
}
.itemPerson a:hover h4 {
	text-decoration: underline;
}
.itemPerson .gDesc p {
	font-weight: 300;
	text-transform: none;
}

/*Equipo tecnico*/
.contETecn, .listETecn {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.contETecn h3 {
	margin-bottom: 10px;
}
.contETecn .btnSMore {
	display: block;
	margin: 20px 13.5% 0px auto;
}
.listETecn {
	margin-right: -30px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.listETecn .itemPerson {
	display: none;
	width: 50%;
	padding-right: 30px;
}
.listETecn .itemPerson .gDesc {
	max-width: 220px;
}

/*Ficha tecnica*/
.contRFicha, .listRFicha, .listRFicha &gt; li, .listElenco {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
} 
.contRFicha {
	width: 100%;
	padding: 30px;
	background: #FFF;
}
.contRFicha .btnSMore {
	margin-top: 25px;
}
.listRFicha {
	text-transform: uppercase;
}
.listRFicha &gt; li {
	margin-bottom: 30px;
}
.listRFicha &gt; li:last-child {
	margin-bottom: 0px;
}
.listRFicha h3 {
	margin-bottom: 5px;
	font-weight: 400;
}
.listElenco {
	margin-top: -10px;
	margin-right: -55px;
}
.listElenco .itemPerson {
	display: none;
}
.listETecn .itemPerson.iactive, .listETecn.divOpen .itemPerson, .listElenco .itemPerson.iactive, .listElenco.divOpen .itemPerson {
	display: inline-block;
}

/*Listado contactos*/
.listContact, .itemContact, .itemContact .gImg, .itemContact .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listContact {
	margin: 0px -30px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.itemContact {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0px 30px 20px;
	position: relative;
}
.itemContact .gImg, .itemContact .gDesc {
	display: block;
}
.itemContact .gImg {
	width: 100px;
	position: absolute;
	top: 0px;
	right: 30px;
}
.itemContact .gImg img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}
.itemContact .gDesc {
	padding-right: 120px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	text-align: left;
	text-transform: uppercase;
}

/*Musica*/
.contMusic {
	display: block;
	margin: -20px 0px 0px;
	padding: 30px 0px 0px;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
}

/*Tabs intern movie*/
.gMTabs, .gMTabs .tabIMNav, .gMTabs .tabIMCont, .gMTabs .tabIMNav li, .gMTabs .tabIMNav .btnIMTab, .gMTabs .tabIMNav .btnIMTab span {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.gMTabs .tabIMNav {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.gMTabs .tabIMNav li {
	border-right: 1px solid #004899;
	float: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
}
.gMTabs .tabIMNav li:last-child {
	border-right: none;
}
.gMTabs .tabIMNav .btnIMTab {
	display: table;
	width: 100%;
	height: 50px;
	color: #acacac;
	background: #FFF;
	position: relative;
	cursor: pointer;
	float: none;
	transition: color 0.25s ease, background-color 0.25s ease;
}
.gMTabs .tabIMNav .btnIMTab:hover {
	color: #5b5b5b;
}
.gMTabs .tabIMNav li.ui-state-active .btnIMTab {
	color: #004899;
	background: #f6f6f6;
	cursor: text;
}
.gMTabs .tabIMNav .btnIMTab span {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 60px 0px 20px;
}
.gMTabs .tabIMNav .btnIMTab .icoTG {
	position: absolute;
	top: 50%;
	right: 20px;
	opacity: 0.5;
	transition: opacity 0.25s ease;
	transform: translate(0%, -50%);
}
.gMTabs .tabIMNav li.ui-state-active .btnIMTab .icoTG {
	opacity: 1;
}

/*Bandera bottom*/
.flagColor {
	position: relative;
}
.flagColor::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #ffce20;
	background: -moz-linear-gradient(left, #ffce20 0%, #ffce20 64%, #004799 64%, #004799 82%, #d41a25 82%, #d41a25 100%);
	background: -webkit-linear-gradient(left, #ffce20 0%,#ffce20 64%,#004799 64%,#004799 82%,#d41a25 82%,#d41a25 100%);
	background: linear-gradient(to right, #ffce20 0%,#ffce20 64%,#004799 64%,#004799 82%,#d41a25 82%,#d41a25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce20', endColorstr='#d41a25',GradientType=1 );
	position: absolute;
	top: 100%;
	left: 0px;
}

/*Ver en lightbox*/
.fWSee, .fWSee .gImg, .fWSee .gDesc, .iVerEn, .iVerEn .cLogo, .iVerEn .cText {
	display: block;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.fWSee {
	width: 100%;
	max-width: 910px;
	min-height: 400px;
	background: #FFF;
	position: relative;
}
.fWSee .gImg, .fWSee .gImg img {
	position: absolute;
}
.fWSee .gImg {
	width: 270px;
	height: 100%;
	top: 0px;
	left: 0px;
}
.fWSee .gImg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fWSee .gDesc {
	padding: 50px 60px 30px 330px;
}
.fWSee .gDesc &gt; h3 {
	margin-bottom: 10px;
}

/*Item ver en*/
.iVerEn {
	width: 100%;
	padding: 20px 0px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	position: relative;
}
.iVerEn::before {
	content: '';
	height: 1px;
	background: #959595;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.iVerEn:last-of-type::before {
	display: none;
}
.iVerEn a::before, .iVerEn .cLogo, .iVerEn .cText {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.iVerEn a::before {
	content: '';
	width: 0px;
	height: 100px;
}
.iVerEn::before, .iVerEn .cLogo {
	width: 30%;
}
.iVerEn .cLogo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}
.iVerEn .cText {
	width: 70%;
	padding-left: 20%;
	font-size: 0.8rem;
	line-height: 1.3rem;
	letter-spacing: 0.02rem;
}
.iVerEn .cText h3, .iVerEn .cText .txtBlue {
	font-weight: 700;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #004799;
}
.iVerEn .cText h3 {
	margin-bottom: 5px;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.icoWorld {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #7f7f7f;
	position: relative;
}
.icoWorld::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/site/ico-world.svg) no-repeat;
	background-size: auto 100%;
	background-position: 0px center;
}
.icoWorld.i2::before {
	background-position: -23px center;
}
.iVerEn .icoWorld {
	position: absolute;
	top: 0px;
	left: 18%;
	transform: translate(-50%, 0%);
}

/*Estructura 1*/
.gStruc, .gCLeft, .gCRight, .gCCenter, .introSect, .contIntern {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.gStruc, .gCCenter, .introSect, .contIntern {
	width: 100%;
}
.gStruc.w2 {
	max-width: 1030px;
	margin: 0px auto 40px;
}
.gCCenter.w2 &gt; .maxW {
	max-width: 1150px;
}
.gStruc {
	padding-top: 20px;
}
.gStruc.bgBlue {
	margin-top: 10px;
	padding-top: 0px;
	color: #FFF;
	background: #142b51;
	position: relative;
}
.gStruc.bgBlue::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #142b51;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -1;
}
.gCCenter {
	padding: 40px 0px 30px;
	background: #f5f5f5;
}
.gCCenter.bg2 {
	background: #FFF;
}
.gCCenter.npd {
	padding: 0px;
}
.gStruc::after, .gCCenter {
	clear: both;
}
.gStruc::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
}
.gCLeft {
	width: 170px;
	float: left;
}
.gCRight {
	width: calc(100% - 200px);
	float: right;
}
.introSect {
	max-width: 770px;
}

/*Menu lateral*/
.latMenu, .latMenu h2, .latMenu ul, .latMenu li, .latMenu a {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.latMenu {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.93rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	color: #333333;
	background: #FFF;
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.latMenu h2 {
    padding: 10px 20px;
    text-transform: uppercase;
    color: #FFF;
    background: #004899;
}
.latMenu li {
	border-bottom: 1px solid #EEE;
}
.latMenu li:last-child {
	border-bottom: none;
}
.latMenu a {
	padding: 12px 20px;
	transition: background-color 0.25s ease;
}
.latMenu a:hover, .latMenu a.active {
	background: #f6f6f6;
}
.bgBlue .latMenu a.active {
	color: #FFF;
	background: #004899;
}

/*General filter*/
.gFilter, .listFilter, .listFilter &gt; li {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.gFilter {
	display: block;
	padding: 5px 0px;
	background: #e3e3e3;
}
.gFilter form {
	margin: 0px;
}
.listFilter {
	display: flex;
	margin: 0px -15px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.listFilter &gt; li {
	max-width: 16.66666666666667%;
	padding: 15px;
	flex-grow: 1;
}
.listFilter &gt; li.w2 {
	flex-grow: 2;
	max-width: 33.33333333333333%;
}
.listFilter &gt; li p {
	margin: 0px;
	position: relative;
}
.listFilter .txtSearch {
	padding-right: 85px;
}
.listFilter .btnSearch {
	position: absolute;
	width: 70px;
	text-align: left;
	text-indent: -9999px;
	padding: 0px;
	top: 0px;
	right: 0px;
	background: #004899 url(../images/site/ico-search.svg) no-repeat center center;
	background-size: 15px auto;
}
.listFilter .txtr {
	text-align: right;
}

/*Pager*/
.gPager, .gPager ul, .gPager li, .gPager a {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.gPager {
	display: block;
	margin: 0px 0px 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0rem;
	line-height: 0rem;
	font-weight: 400;
	letter-spacing: 0rem;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
}
.gPager:last-child {
	margin-bottom: 0px;
}
.gPager ul, .gPager li {
	display: inline-block;
	vertical-align: middle;
}
.gPager ul {
	padding: 8px;
	background: #FFF;
}
.gPager li {
	padding: 0px 1px;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
}
.gPager a {
	display: block;
	width: 25px;
	padding: 6px 0px 5px;
	border-radius: 5px;
	transition: background-color 0.25s ease, color 0.25s ease;
}
.gPager a.btnPage {
	width: auto;
	padding: 6px 10px 5px;
	letter-spacing: 0.06rem;
}
.gPager a:hover, .gPager a.active {
	color: #FFF;
	background: #004899;
}
.gPager a.inactive {
	color: #CCC;
	background: #FFF;
	cursor: text;
}

/*Pager extra*/
.exPager {
	display: block;
	padding: 25px 0px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	background: #FFF;
}
.exPager .maxW::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.exPager .btnPage, .exPager .btnPage .icoa, .exPager .btnPage .txt {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.exPager .btnPage {
	max-width: 48%;
	transition: opacity 0.25s ease;
}
.exPager .btnPage:hover {
	opacity: 0.75;
}
.exPager .btnPage.prevÂ&nbsp;{
	float: left;
}
.exPager .btnPage.next{
	float: right;
}
.exPager .btnPage .icoa {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #004799;
	overflow: hidden;
	position: relative;
}
.exPager .btnPage .icoa::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
}
.exPager .btnPage.prev .icoa::before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}
.exPager .btnPage.next .icoa::before {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-135deg);
}
.exPager .btnPage .txt {
	width: calc(100% - 30px);
	padding-top: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	line-height: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #004899;
}
.exPager .btnPage.prev .txt {
	padding-left: 15px;
}
.exPager .btnPage.next .txt {
	padding-right: 15px;
}

/*Listado personas*/
.cDPersM, .gListPerson, .iLPerson, .iLPerson .gImg, .iLPerson .gDesc, .iLPerson2, .iLPerson2 .gImg, .iLPerson2 .gDesc {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.cDPersM {
	padding: 70px 0px;
	position: relative;
}
.cDPersM .maxW {
	max-width: 1150px;
}
.cDPersM .persMes .desc {
	margin-bottom: 0px;
}
.gListPerson {
	margin: 0px -15px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	position: relative;
	z-index: 3;
}
.gListPerson.s2 {
	padding: 50px 0px 10px;
}
.gListPerson.s3 {
	padding: 35px 0px;
}
.gCCenter .gListPerson.s2 {
	margin-top: -40px;
	margin-bottom: 40px;
}
.gListPerson.bg2::before, .gListPerson.s2::after, .gListPerson.s3::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}
.gListPerson.bg2::before {
	width: 100vw;
	height: 100%;
	background: #f2f2f2;
	top: 0px;
	z-index: -1;
}
.gListPerson.s2::after, .gListPerson.s3::after {
	width: 83.5%;
	height: 1px;
	background: #ececec;
	bottom: 0px;
	z-index: 1;
}
.iLPerson, .iLPerson2, .iLPerson2 .gImg, .iLPerson2 .gDesc {
	display: inline-block;
	vertical-align: top;
}
.iLPerson {
	width: 16.666666666666667%;
	padding: 0px 15px 40px;
}
.iLPerson2 {
	width: 50%;
	padding: 25px 15px;
	position: relative;
}
.iLPerson &gt; a, .iLPerson2 &gt; a {
	display: block;
}
.iLPerson .gImg, .iLPerson .gDesc {
	width: 100%;
}
.iLPerson2 .gImg, .iLPerson2 .gDesc {
	padding: 0px 15px;
}
.iLPerson .gImg {
	margin-bottom: 30px;
	position: relative;
}
.iLPerson2 .gImg {
	width: 46.43%;
}
.iLPerson .gImg::before, .iLPerson .gImg img, .iLPerson2::before, .iLPerson2 .gImg img {
	display: block;
	margin: 0px auto;
	box-sizing: border-box;
}
.iLPerson .gImg::before, .iLPerson2::before {
	content: '';
	width: 1px;
	background: #acacac;
	position: absolute;
}
.iLPerson .gImg::before {
	top: 15px;
	left: -15px;
	bottom: 15px;
}
.iLPerson2::before {
	height: 50.98%;
	max-height: 78px;
	left: 0px;
	top: 50%;
	transform: translate(0%, -50%);
}
.gListPerson .iLPerson:first-child .gImg::before, .gListPerson .iLPerson:nth-child(6n + 1) .gImg::before, .gListPerson .iLPerson2:first-child::before, .gListPerson .iLPerson2:nth-child(2n + 1)::before {
	display: none;
}
.iLPerson .gImg img, .iLPerson2 .gImg img {
	width: 100%;
	height: auto;
	border: 10px solid #FFF;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.iLPerson .gImg img {
	max-width: 90px;
}
.iLPerson2 .gImg img {
	max-width: 130px;
	border-width: 15px;
}
.iLPerson .gDesc, .iLPerson2 .gDesc {
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.iLPerson .gDesc, .iLPerson2 .gDesc h3 {
	letter-spacing: 0.06rem;
	text-transform: uppercase;
}
.iLPerson .gDesc {
	font-family: 'Roboto Condensed', sans-serif;
}
.iLPerson2 .gDesc {
	width: 53.57%;
	padding-top: 10px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3rem;
}
.iLPerson .gDesc h3, .iLPerson2 .gDesc h3 {
	margin-bottom: 1px;
    font-size: 0.94rem;
    line-height: 1.2rem;
	font-weight: 700;
    color: #004799;
}
.iLPerson2 .gDesc .carg {
	margin-bottom: 2px;
	font-size: 0.9rem;
	line-height: 0.95rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.06rem;
}

/*General intern*/
.contIntern {
	max-width: 1030px;
	margin: 0px auto 50px;
	padding-top: 20px;
}
.gIntern .gCCenter {
	padding-bottom: 10px;
}
.gIntern .gContent {
	max-width: 900px;
}

/*Lightbox resumen pelicula, persona*/
.cFDetails, .cFDetails .cText, .cFDetails .listFilm, .sliderImg, .sliderImg .gSlide, .sliderImg .gSlide figcaption {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.cFDetails {
	max-width: 400px;
	background: #FFF;
	position: relative;
}
.cFDetails .cText {
	padding: 25px 20px;
}
.cFDetails .cText::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.cFDetails .cText .subt, .cFDetails .cText h3 {
	margin-bottom: 5px;
	font-weight: 700;
    letter-spacing: 0.06rem;
}
.cFDetails .cText .subt {
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-style: italic;
}
.cFDetails .cText h3 {
	font-size: 0.94rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #004799;
}
.cFDetails .cText .desc, .cFDetails .listFilm {
	margin-bottom: 40px;
	font-size: 0.8rem;
	line-height: 1.3rem;
	letter-spacing: 0.02rem;
}
.cFDetails .listFilm {
	display: table;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.1rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.cFDetails .listFilm li, .cFDetails .listFilm p {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.cFDetails .listFilm li {
	display: table-row;
}
.cFDetails .listFilm p {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 8px;
}
.cFDetails .listFilm li p.c1 {
	width: 105px;
    padding-right: 15px;
    font-weight: 700;
}
.cFDetails .listFilm a:hover {
	text-decoration: underline;
}
.cFDetails .gSocialN {
	float: right;
}
.cFDetails .gSocialN &gt; li {
	margin: 0px 10px 0px 0px;
	font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 0.1rem;
    color: #004899;
}
.cFDetails .gSocialN li:first-child {
	display: block;
	margin: 0px 0px 5px;
}
.sliderImg .gSlide img {
	display: block;
	width: 100%;
	height: auto;
}
.sliderImg .gSlide figcaption {
	padding: 15px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.7rem;
	line-height: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	color: #484848;
	text-align: left;
	background: #f0f0f0;
}
.sliderImg .slick-dots {
	position: absolute;
	left: 0px;
	bottom: 60px;
}

/*Sectiones extra intern*/
.sectExtra, .contExt {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.sectExtra {
	padding: 50px 0px;
}
.sectExtra.nop {
	padding: 0px;
}
.sectExtra.s2 {
	background: #f5f5f5;
}
.contExt {
	max-width: 1030px;
}
.contExt &gt; *:last-child {
	margin-bottom: 0px;
}
.contExt .contNPIM {
	max-width: 900px;
}

/*List text general*/
.listItext, .iText, .iText .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listItext {
	display: block;
	margin: 0px -15px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.iText {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 10px 15px 30px;
	font-size: 0.9rem;
	line-height: 1.4rem;
    font-weight: 400;
}
.iText .gDesc {
	max-width: 480px;
}
.iText h3, .iText .time {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	color: #004899;
}
.iText .img {
	display: block;
    margin: 0px 0px 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60px;
}
.iText h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
}
.iText h3 .sm {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
}
.iText .time {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}
.iText .desc {
	margin-bottom: 15px;
}
.iText .desc .sepa {
	margin-bottom: 20px;
}
.iText .gBtn {
	width: 46%;
	margin: 0px 2% 10px 0px;
}

/*Slider general videos*/
.sliderGVideos, .sliderGVideos .gSlide {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.sliderGVideos {
	display: block;
	margin: 0px -15px;
}
.sliderGVideos .gSlide .iVideo {
	width: 100%;
	max-width: none;
}
.sliderGVideos .gSlide .iVideo .gDesc {
	color: #333;
}
.sliderGVideos .slick-prev {
	left: -30px;
}
.sliderGVideos .slick-next {
	right: -30px;
}

/*List boletines*/
.contIFBoletin, .gIframe, .cFBoletin, .contCif {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.contIFBoletin {
	padding-top: 30px;
	border-top: 1px solid #ececec;
}
.cFBoletin {
	max-width: 910px;
	padding: 40px 60px 0px;
	background: #FFF;
	position: relative;
}
.contIFBoletin .iNPant, .cFBoletin .iNPant {
	width: auto;
	margin-left: -30px;
	border-left: none;
}
.gIframe {
	border: none;
	overflow: auto;
}
.contIFBoletin .gIframe, .cFBoletin .gIframe, .contCif .gIframe {
	max-width: 720px;
}
.contIFBoletin .gIframe, .contCif .gIframe {
	height: 940px;
	margin-top: 30px;
}
.cFBoletin .gIframe {
	height: 80vh;
	margin-top: 20px;
}
.gStruc.bgBlue .gCRight {
	padding-top: 40px;
	padding-bottom: 10px;
}
.imgTitle {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px 0px 30px;
}

/*List Boletines 2*/
.listBoletin, .iBoletin, .iBoletin .gImg, .iBoletin .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listBoletin {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px -30px;
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
.iBoletin {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 530px;
    padding: 0px 30px 30px;
}
.iBoletin .gImg, .iBoletin .gDesc {
    display: block;
    width: 100%;
}
.iBoletin .gImg {
    margin-bottom: 4px;
    background: #004799;
}
.iBoletin .gImg img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.25s ease;
}
.iBoletin .gImg a:hover img {
    opacity: 0.5;
}
.iBoletin h5, .iBoletin .titu {
	padding: 5px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
.iBoletin h5 {
	margin-bottom: 4px;
	padding: 8px 0px;
	border-bottom: 1px solid #efefef;
	text-transform: uppercase;
	color: #004799;
}
.iBoletin .titu {
	padding-left: 13px;
	color: #333333;
	position: relative;
}
.iBoletin .titu::before {
	content: '- ';
	position: absolute;
	top: auto;
	left: 0px;
}
.iBoletin .iNPant {
	display: block;
	width: 100%;
	background-position: 0px center;
}
.iBoletin .iNPant a {
	padding: 5px 0px 5px 60px;
}

/*Listado estadisticas*/
.listCif {
	display: block;
	margin: 0px -30px;
	padding: 0px;
}
.listCif, .itemCif {
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.itemCif, .itemCif .gImg, .itemCif .gDesc {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.itemCif {
	width: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #333333;
}
.listCif .itemCif {
	width: 50%;
	padding: 20px 30px 40px;
}
/* .listCif .itemCif:last-child, .listCif .itemCif:nth-last-child(2) {
	padding-bottom: 0px;
} */
.itemCif .gImg {
	width: 130px;
}
.itemCif .gImg img {
	display: block;
	width: 100%;
	height: auto;
}
.itemCif .gDesc {
	width: calc(100% - 130px);
	max-width: 320px;
	padding-left: 30px;
}
.itemCif h3, .itemCif h4 {
	letter-spacing: 0.02rem;
	color: #004899;
}
.itemCif h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
}
.itemCif h4 {
	margin-top: 2px;
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
}
.itemCif .desc, .itemCif .txtsm {
	letter-spacing: 0.02rem;
}
.itemCif .desc {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
}
.itemCif .txtsm {
	margin-top: 2px;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-weight: 300;
}
.itemCif .gBtn {
	margin-top: 20px;
}

/*Interna profile*/
.iProfile, .iProfile .cL, .iProfile .cR {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.iProfile {
	width: 100%;
	padding: 40px 0px 30px;
}
.iProfile .cL, .iProfile .cR {
	width: 46%;
}
.iProfile .cL {
	float: left;
}
.iProfile .cR {
	float: right;
}
.iProfile .contNPIM {
	padding-top: 40px;
	clear: both;
}
.iProfile .subt, .iProfile .tit {
	margin-bottom: 5px;
	font-weight: 700;
	letter-spacing: 0.06rem;
}
.iProfile .subt {
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-style: italic;
}
.iProfile .tit {
	font-size: 0.94rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	color: #004799;
}
.iProfile .pagweb {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    word-wrap: break-word;
	color: #333333;
}
.iProfile .desc, .iProfile .listFilm {
	margin-bottom: 30px;
    font-size: 0.8rem;
    line-height: 1.3rem;
    letter-spacing: 0.02rem;
}
.iProfile .desc p {
	margin-bottom: 1.3rem;
}
.iProfile .desc &gt; *:last-child {
	margin-bottom: 0px;
}
.iProfile .listFilm {
	display: table;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.1rem;
	letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.iProfile .listFilm li, .iProfile .listFilm p {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.iProfile .listFilm li {
	display: none;
}
.iProfile .listFilm.divOpen li, .iProfile .listFilm li.iactive {
	display: table-row;
}
.iProfile .listFilm p {
    display: table-cell;
	vertical-align: top;
	padding-bottom: 8px;
}
.iProfile .listFilm li p.c1 {
    width: 105px;
	padding-right: 15px;
	font-weight: 700;
}
.iProfile .listFilm a:hover {
    text-decoration: underline;
}
.iProfile .contNPIM .tit {
	margin-bottom: 20px;
}
.iProfile .txtr, .iProfile .cbdir {
	text-align: right;
}
.iProfile .cbdir {
	margin-top: 30px;
}

/*Slider img person*/
.sliderPBig, .sliderPBig .gSlide, .sliderPSmall, .sliderPSmall .gSlide {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.sliderPBig {
	width: 100%;
	margin-bottom: 20px;
}
.sliderPSmall {
	margin: 0px -4px;
}
.sliderPBig img, .sliderPSmall img {
	display: block;
	width: 100%;
	height: auto;
}
.sliderPBig .gSlide {
	background: #004799;
}
.sliderPBig .gSlide img {
	transition: opacity 0.25s ease;
}
.sliderPBig .gSlide a:hover img {
    opacity: 0.5;
}
.sliderPSmall .gSlide {
	padding: 0px 4px;
}
.sliderPSmall .gSlide span {
	display: block;
	background: #004799;
}
.sliderPSmall .gSlide img {
	cursor: pointer;
	transition: opacity 0.25s ease;
}
.sliderPSmall .gSlide.slick-current img {
	opacity: 0.5;
}
.sliderPSmall .slick-arrow {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.sliderPSmall:hover .slick-arrow {
	opacity: 0.5;
	visibility: visible;
}
.sliderPSmall:hover .slick-arrow:hover {
	opacity: 1;
}
.sliderPSmall .slick-prev {
	left: 30px;
}
.sliderPSmall .slick-next {
	right: 30px;
}

/*Listado noticias*/
.listNews, .itemNews, .itemNews .gImg, .itemNews .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listNews {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0px -30px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}

.itemNews {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 560px;
	padding: 0px 30px 50px;
}
.itemNews .gImg, .itemNews .gDesc {
	display: block;
	width: 100%;
}
.itemNews .gImg {
	margin-bottom: 30px;
	background: #004799;
}
.itemNews .gImg img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.25s ease;
}
.itemNews .gImg a:hover img {
	opacity: 0.5;
}
.itemNews h3, .itemNews .time {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0rem;
	color: #004799;
}
.itemNews h3 {
    margin-bottom: 2px;
    font-size: 1.7rem;
    line-height: 1.9rem;
    font-weight: 700;
}
.itemNews .time {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
}
.itemNews .desc {
    margin-top: 22px;
    font-size: 1.025rem;
    line-height: 1.5rem;
    letter-spacing: 0.025rem;
    font-weight: 400;
}

/*Nota blue, intern news*/
.noteBlue {
	display: block;
	margin: 0px 0px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 300;
	letter-spacing: 0rem;
	text-transform: uppercase;
	color: #004799;
}
.gContent .noteBlue {
	text-decoration: none;
}
.noteBlue strong {
	font-weight: 400;
}

/*Share intern*/
.gShare {
	display: block;
	margin: 0px 0px 30px;
	position: relative;
	z-index: 2;
}
.gContent .gShare {
	float: right;
}
.gContent .gSocialN {
	margin: 0px;
	padding: 0px;
}
.gContent .gSocialN::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 1px;
	background: #868686;
}
.gContent .gSocialN &gt; li {
	margin: 0px 0px 0px 15px;
}
.gContent .gSocialN &gt; li::before {
	content: normal;
}
.gContent .gSocialN .icoS2 {
	height: 18px;
}

/*List equipo*/
.listTeam, .listT, .iTeam, .iTeam .gImg, .iTeam .gDesc {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.listTeam {
	display: block;
	max-width: 1030px;
	padding: 30px 0px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
	position: relative;
	z-index: 2;
}
.listTeam.bg2 {
	background: #f5f5f5;
}
.listTeam.bg2::before, .listTeam::after {
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
.listTeam.bg2::before {
	width: 100vw;
	height: 100%;
	background: #f5f5f5;
	top: 0px;
	z-index: -1;
}
.listTeam::after {
	width: 100%;
    height: 1px;
    background: #ececec;
    bottom: 0px;
    z-index: 1;
}
.listTeam &gt; h3 {
	margin-bottom: 30px;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	color: #004799;
}
.iTeam, .iTeam .gImg, .iTeam .gDesc {
	display: inline-block;
	vertical-align: middle;
}
.iTeam {
	vertical-align: top;
	width: 50%;
	padding: 30px;
	position: relative;
}
.listT .iTeam::before {
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #acacac;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0%, -50%);
}
.listT .iTeam:nth-child(2n + 1)::before {
	content: normal;
}
.iTeam .gImg {
	width: 130px;
}
.iTeam .gImg img {
	width: 100%;
	height: auto;
	border: 15px solid #FFF;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.iTeam .gDesc {
    width: calc(100% - 130px);
    padding-left: 50px;
    font-size: 0.8rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
}
.iTeam .carg, .iTeam h3, .iJunta .carg, .iJunta h4 {
    margin-bottom: 3px;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
}
.iTeam .carg, .iJunta .carg {
	font-style: italic;
	color: #333;
}
.iTeam h3, .iJunta h4 {
	text-transform: uppercase;
	color: #004799;
}

/*List junta*/
.iJunta, .iJunta .gLogo, .iJunta .gDesc, .iJunta .pers {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.iJunta {
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.iJunta .gLogo, .iJunta .gDesc, .iJunta .pers {
	display: inline-block;
	vertical-align: top;
}
.iJunta .gLogo {
	width: 200px;
	padding-top: 10px;
}
.iJunta .gLogo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}
.iJunta .gDesc {
	width: calc(100% - 200px);
	position: relative;
}
.iJunta .gDesc::before {
	content: '';
	display: block;
	width: 1px;
	height: 80%;
	max-height: 80px;
	background: #acacac;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iJunta .pers {
	width: 50%;
	margin: 10px 0px;
	padding: 0px 12%;
}
.iJunta h4 {
	margin-bottom: 0px;
}
.iJunta h4 a:hover {
	text-decoration: underline;
}

/*Tabs team*/
.tabsTeam, .tabsTeam .tabNTeam, .tabsTeam .tabNTeam li, .tabsTeam .tabNTeam .btnTTeam, .tabsTeam .tabNTeam .btnTTeam span, .tabsTeam .tabCTeam {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.tabsTeam {
	display: block;
	width: 100%;
	max-width: 1030px;
}
.tabsTeam .tabNTeam {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.tabsTeam .tabNTeam li {
	margin: 0px;
	border-right: 1px solid #004899;
	float: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: normal;
}
.tabsTeam .tabNTeam li:last-child {
    border-right: none;
}
.tabsTeam .tabNTeam .btnTTeam {
    display: table;
    width: 100%;
    height: 60px;
    color: #acacac;
    background: #FFF;
    position: relative;
    cursor: pointer;
    float: none;
    transition: color 0.25s ease, background-color 0.25s ease;
}
.tabsTeam .tabNTeam .btnTTeam:hover {
    color: #5b5b5b;
}
.tabsTeam .tabNTeam li.ui-state-active .btnTTeam {
    color: #004899;
    background: #f6f6f6;
    cursor: text;
}
.tabsTeam .tabNTeam .btnTTeam span {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 65px 0px 25px;
}
.tabsTeam .tabNTeam .btnTTeam .icoTG {
    position: absolute;
    top: 50%;
    right: 25px;
    opacity: 0.5;
    transition: opacity 0.25s ease;
    transform: translate(0%, -50%);
}
.tabsTeam .tabNTeam li.ui-state-active .btnTTeam .icoTG {
    opacity: 1;
}

/*Input calendar range*/
.comiseo-daterangepicker-triggerbutton {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	box-sizing: border-box;
	outline: none;
	font-size: 0.75rem;
	line-height: 0.9rem;
	font-weight: 400;
	text-align: left;
	color: #7b7a7a;
	background: url(../images/site/ico-calendar.svg) no-repeat right center;
	background-size: auto 20px;
}

/*Calendar range*/
.comiseo-daterangepicker-mask {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
}
.comiseo-daterangepicker, .ui-datepicker {
	width: auto;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9rem;
	line-height: 0.9rem;
	font-weight: 400;
	letter-spacing: 0rem;
	text-transform: uppercase;
	color: #5e5e5e;
	background: #e6e5e5;
}
.comiseo-daterangepicker {
	position: absolute;
}
.comiseo-daterangepicker .ui-datepicker {
	padding: 0px;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-title select {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-title select {
	height: 40px;
	padding: 0px 40px;
	border: none;
	border-bottom: 1px solid #cfcece;
	font-size: inherit;
	text-align: center;
	text-align-last:center;
	text-transform: uppercase;
	color: #004899;
	background: none;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display: block;
	position: absolute;
	top: 0px;
	width: 25px;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0px;
}
.ui-datepicker .ui-datepicker-next {
	right: 0px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	width: 8px;
	height: 8px;
	margin: 0px;
	box-sizing: border-box;
	text-align: left;
	transform: translate(-50%, -50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-prev span {
	border-left: 2px solid #004799;
	border-bottom: 2px solid #004799;
}
.ui-datepicker .ui-datepicker-next span {
	border-top: 2px solid #004799;
	border-right: 2px solid #004799;
}
.ui-datepicker table {
	font-size: inherit;
	margin: 0px;
}
.ui-datepicker th, .ui-datepicker td {
	padding: 13px 0px;
	font-weight: 400;
	text-align: center;
}
.ui-datepicker td {
	padding: 5px 0px;
	border-top: 1px solid #cfcece;
}
.ui-datepicker td span, .ui-datepicker td a {
	width: 40px;
	padding: 8px 0px;
	text-align: center;
	transition: color 0.25s ease, background-color 0.25s ease;
}
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-active {
	color: #FFF;
	background: #142b51;
}
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
	color: #5e5e5e;
	background: #FFF;
}
.comiseo-daterangepicker-buttonpanel, .comiseo-daterangepicker-buttonpanel button {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.comiseo-daterangepicker-buttonpanel {
	display: block;
	padding-top: 10px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.comiseo-daterangepicker-buttonpanel button {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	height: 30px;
	margin: 0px 2.5%;
    outline: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.65rem;
    line-height: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
	text-transform: uppercase;
	color: #FFF;
	background: #004899;
	transition: opacity 0.25s ease;
}
.comiseo-daterangepicker-buttonpanel button:hover {
	opacity: 0.75;
}
.comiseo-daterangepicker-buttonpanel button:first-child {
	margin-left: 0px;
}
.comiseo-daterangepicker-buttonpanel button:last-child {
	margin-right: 0px;
}

/*Resultados busqueda*/
.listResult, .itemResult, .itemResult .gImg, .itemResult .gDesc {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listResult, .itemResult {
	display: block;
	width: 100%;
}
.itemResult {
	margin-bottom: 40px;
	font-size: 0rem;
	line-height: 0rem;
	letter-spacing: 0rem;
}
.itemResult .gImg, .itemResult .gDesc {
	display: inline-block;
	vertical-align: top;
}
.itemResult .gImg {
	width: 100px;
}
.itemResult .gImg img {
	display: block;
	width: 100%;
	height: auto;
}
.itemResult .gDesc {
	width: calc(100% - 100px);
	padding-left: 30px;
}
.itemResult h3, .itemResult .cate {
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.02rem;
	color: #004899;
}
.itemResult h3 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 700;
}
.itemResult .cate {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
}
.itemResult .desc {
	font-size: 0.93rem;
	line-height: 1.4rem;
}

/* List Cine Cifras */
.menuYear {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow: auto;
	width: 100%;
}
.menuYear__link {
	border-right: 1px solid #e3e3e3;
	color: #004899;
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1rem;
	padding: 12px;
	transition: background-color .35s ease;
}
.menuYear__link:last-child {
	border-right: 0;
}
.menuYear__link:hover,
.menuYear__link_active {
	background: #e3e3e3;
}
.listCifras {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 80px -30px;
}
.listCifras__title {
	box-sizing: border-box;
	color: #004899;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8rem;
	padding: 0 30px 10px;
	width: 100%;
}
.itemCifra {
	border-left: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 0 30px 10px;
	width: 33.33%;
}
.itemCifra:first-of-type {
	border-left: 0;
}
.itemCifra__title {
	color: #004899;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
    line-height: 1.8rem;
}
.itemCifra__date {
	color: #004899;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.itemCifra__desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4rem;
}
.itemCifra__btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.itemCifra__btn {
	width: 48%;
}

.itemCifra__btnBig {
	margin-top: 10px;
	height: 30px;
	width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Responsive*/
@media (max-width: 1200px) {
	.pageHeader .maxW, .pageFooter .maxW, .contSiteMap .maxW {
		padding: 0px 30px;
	}
	.mainMenu &gt; ul &gt; li &gt; a {
		padding: 0px 10px;
	}
	.mainMenu &gt; ul &gt; li ul a {
		padding: 13px 20px;
	}
	.mainMenu &gt; ul &gt; li ul {
		min-width: 260px;
	}
	.extraMH {
		right: 30px;
	}
	.pageFooter, .infoFooter {
		padding: 15px 0px;
	}
	.infoFooter &gt; li {
		padding: 0px 30px 15px 0px;
	}
	.contSiteMap .gTitle {
		padding-left: 45px;
	}
	.contSiteMap .gTitle .icoTG {
		left: 0px;
	}
	.contMBanner {
		height: 700px;
	}
	.sliderHSection .gSlide {
		padding: 0px 60px;
	}
	.sectSLMovie, .contForma, .contPersMes, .tabsLMovies .tabCont {
		padding: 50px 0px;
	}
	.sectSLMovie .cBtnFilter li {
		padding: 0px 15px;
	}
	.contInfoDesp, .contHVideos, .contSNews {
		padding-top: 50px;
	}
	.persMes .vAlign {
		height: 450px;
	}
	.introMovie .gTitle {
		padding-right: 0px;
	}
	.contWSee {
		margin-top: 30px;
		position: relative;
		top: auto;
		right: auto;
	}
	.gMTabs .tabIMNav li {
		font-size: 1.1rem;
		line-height: 1.2rem;
		letter-spacing: 0.025rem;
	}
	.contETecn .btnSMore {
		margin-right: 0px;
	}
	.lineText {
		margin-bottom: 35px;
	}
	.listContact {
		margin: 0px -15px;
	}
	.itemContact {
		padding: 0px 15px 30px;
	}
	.itemContact .gImg {
		width: 80px;
		right: 15px;
	}
	.itemContact .gDesc {
		padding-right: 90px;
	}
	.sliderVideos .gImg {
		height: 300px;
	}
	.sliderGallery .gImg {
		height: 80px;
	}
	.gIMovie .listNPIM, .iProfile .listNPIM {
		margin-left: -20px;
	}
	.gIMovie .iNPant, .iProfile .iNPant {
		font-size: 0.9rem;
		line-height: 1.2rem;
		background-position: 20px 8px;
		background-size: 30px auto;
	}
	.gIMovie .iNPant.sTwo, .iProfile .iNPant.sTwo {
		background-size: 27px auto;
	}
	.gIMovie .iNPant a, .iProfile .iNPant a {
		padding: 5px 20px 5px 60px;
	}
	.iProfile .cL, .iProfile .cR {
		width: 100%;
		float: none;
	}
	.iProfile .cL {
		margin-bottom: 30px;
	}
}

@media (max-width: 1023px) {
	.maxW {
		padding: 0px 30px;
	}
	.gMSection {
		padding-top: 80px;
	}
	.pageHeader.smallHeader {
		top: -80px;
	}
	.mmenuOpen .pageHeader.smallHeader {
		top: 0px;
	}
	.pageHeader .maxW {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.logoPage {
		height: 79px;
	}
	.cMHeader {
		padding: 80px 0px 61px;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: -1;
		background: #FFF;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}
	.mmenuOpen .cMHeader {
		opacity: 1;
		visibility: visible;
	}
	.mainMenu {
		height: 100%;
		padding-top: 0px;
		overflow: auto;
		transform: scale(0.8);
		transition: transform 0s linear 0.25s;
	}
	.mmenuOpen .mainMenu {
		transform: scale(1);
		transition: transform 0.25s ease;
	}
	.mainMenu::before, .mainMenu &gt; ul {
		display: inline-block;
		vertical-align: middle;
	}
	.mainMenu::before {
		width: 0px;
		height: 100%;
		background: none;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.mainMenu &gt; ul {
		width: 100%;
		height: auto;
	}
	.mainMenu &gt; ul &gt; li {
		width: 100%;
		height: auto;
	}
	.mainMenu &gt; ul &gt; li &gt; a {
		padding: 13px 20px;
	}
	.mainMenu &gt; ul &gt; li ul {
		display: none;
		min-width: 0px;
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.mmenuOpen .mainMenu &gt; ul li &gt; ul {
		opacity: 1;
		visibility: visible;
	}
	.mainMenu &gt; ul li.smActive &gt; ul {
		display: block;
	}
	.mainMenu &gt; ul &gt; li.smActive &gt; a {
		color: #FFF;
		background-color: #004899;
	}
	.mainMenu &gt; ul &gt; li &gt; ul &gt; li.smActive &gt; a {
		background-color: #0452aa;
	}
	.btnMMenu {
		display: block;
	}
	.extraMH {
		width: 100%;
		padding: 10px 30px;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		top: auto;
		bottom: 0px;
		right: 0px;
		transform: translate(0%, 100%);
		transition: transform 0s linear 0.25s;
	}
	.mmenuOpen .extraMH {
		transform: translate(0%, 0%);
		transition: transform 0.25s ease;
	}
	.extraMH &gt; ul {
		flex-wrap: nowrap;
		max-width: none;
	}
	.extraMH &gt; ul &gt; li.dblock {
		width: auto;
	}
	.extraMH .gBtn {
		padding: 0px 10px;
	}
	.infoFooter &gt; li, .infoFooter &gt; li.w1 {
		width: auto;
	}
	.gBtn {
		height: 40px;
	}
	.gTitle {
		font-size: 1.65rem;
		line-height: 1.65rem;
		letter-spacing: 0.1rem;
	}
	.gTitle.f2 {
		font-size: 1.3rem;
		line-height: 1.45rem;
		letter-spacing: 0.05rem;
	}
	.contMBanner {
		height: 600px;
	}
	.sliderBanner .gSlide .gDesc, .sliderBanner .slick-dots {
		padding: 80px 30px 0px;
	}
	.sliderHSection .gSlide {
		padding: 0px 30px;
	}
	.sectSLMovie, .contForma, .contPersMes, .tabsLMovies .tabCont {
		padding: 40px 0px;
	}
	.contInfoDesp, .contHVideos, .contSNews {
		padding-top: 40px;
	}
	.sliderMovies .slick-prev, .sliderForma .slick-prev, .sliderGVideos .slick-prev {
		left: -13px;
	}
	.sliderMovies .slick-next, .sliderForma .slick-next, .sliderGVideos .slick-next {
		right: -13px;
	}
	.contIDesp &gt; li {
		font-size: 0.85rem;
		line-height: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.025rem;
	}
	.contIDesp .txtB {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
	.contIDesp .numEdi {
		font-size: 1.5rem;
		line-height: 1.8rem;
		letter-spacing: 0.05rem;
	}
	.contDDesp .vAlign {
		height: 80px;
	}
	.iNewsPC {
		padding: 20px;
	}
	.iNewsPC .time {
		top: 23px;
	}
	.iNewsPC .time span {
		margin-bottom: 3px;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	.iNewsPC h4 {
		min-height: 40px;
		margin-bottom: 15px;
		padding-left: 60px;
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.iNewsPC .gImg {
		width: 35%;
	}
	.iNewsPC .desc {
		width: 65%;
	}
	.optDApp li {
		width: 25%;
		padding-left: 20px;
	}
	.optDApp li:first-child {
		width: 25%;
		padding-left: 0px;
	}
	.optDApp .gTitle {
		width: 100%;
		margin: 0px;
	}
	.contSNews {
		min-height: 0px;
	}
	.sliderNews .gSlide {
		padding-bottom: 50px;
	}
	.contIDesp .ccifra {
		font-size: 0.94rem;
		line-height: 1.25rem;
	}
	.contForma .btnAll {
		margin-bottom: 30px;
	}
	.itemForm .gImg {
		margin-bottom: 15px;
	}
	.itemForm .gDesc {
		font-size: 0.8rem;
		line-height: 1rem;
		letter-spacing: 0.05rem;
	}
	.itemForm h4 {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.itemSMovie {
		width: 25%;
	}
	.itemSMovie .sinop {
		display: none;
	}
	.contIntern {
		margin-bottom: 40px;
	}
	.sectExtra {
		padding: 40px 0px;
	}
	.iText {
		font-size: 0.9rem;
		line-height: 1.4rem;
	}
	.iText h3 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.iText .desc {
		margin-bottom: 20px;
	}
	.listNews, .listCif, .listBoletin {
		margin: 0px -15px;
	}
	.itemNews, .listCif .itemCif, .iBoletin {
		padding: 0px 15px 40px;
	}
	.itemNews .gImg {
		margin-bottom: 15px;
	}
	.itemNews .desc {
		margin-top: 10px;
	}
	.itemCif .gImg {
		width: 110px;
	}
	.itemCif .gDesc {
		width: calc(100% - 110px);
		padding-left: 20px;
	}
	.itemCif h3 {
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.itemCif h4 {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	.itemCif .desc {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
	.itemCif .gBtn {
		margin-top: 20px;
	}
	.contIFBoletin .gIframe, .contCif .gIframe {
		height: 70vh;
	}
	.gListPerson.s2 {
		padding: 40px 0px 0px;
	}
	.gListPerson.s3 {
		padding: 20px 0px;
	}
	.iLPerson2 {
		padding: 20px 15px;
	}
	.iLPerson .gImg {
		margin-bottom: 20px;
	}
	.cDPersM {
		padding: 60px 0px;
	}
	.iBoletin .titu {
		padding: 5px 0px 5px 13px;
	}
	.listTeam {
		margin: 0px -15px;
		padding: 20px 0px;
	}
	.tabCTeam .listTeam {
		margin: 0px;
		padding: 30px 0px;
	}
	.iTeam {
		padding: 15px;
	}
	.iTeam .gImg {
		width: 110px;
	}
	.iTeam .gDesc {
		width: calc(100% - 110px);
		padding-left: 15px;
	}
	.iJunta .pers {
		padding: 0px 8%;
	}
	.gIML, .gIMR {
		width: 100%;
		float: none;
		clear: both;
	}
	.sliderPoster {
		width: 35%;
		float: left;
	}
	.contRFicha {
		width: 65%;
		padding: 0px 0px 40px 30px;
		float: right;
	}
	.listElenco {
		margin-right: 0px;
	}
	.contRFicha .btnSMore {
		margin-top: 15px;
	}
	.gIMovie .bgGray::before {
		margin-left: 0px;
	}
	.listETecn {
		margin-right: 0px;
	}
	.iProfile .gIML {
		width: 35%;
		margin: 0px 30px 30px 0px;
		float: left;
	}
	.iProfile .gIMR {
		clear: none;
	}
	.iProfile .cR {
		clear: both;
	}
	.cFBoletin {
		padding: 30px 30px 0px;
	}
	.cFBoletin .gIframe {
		margin-top: 10px;
	}
	.smallHSection .maxW, .smallHSection .imgSH {
		position: relative;
		top: auto;
		left: auto;
	}
	.smallHSection .maxW {
		padding-top: 20px;
		transform: none;
	}
	.smallHSection .maxW .gTitle {
		max-width: none;
		margin-bottom: 20px;
	}
	.smallHSection .imgSH, .sliderHSection {
		width: 100%;
		height: auto;
	}
	.sliderHSection {
		margin: 0px;
		max-width: none;
	}
	.sliderHSection .gSlide, .sliderHSection .slick-list, .sliderHSection .slick-track, .sliderHSection .vAlign {
		height: auto;
	}
	.sliderHSection .gSlide {
		font-size: 0.9rem;
		line-height: 1.24rem;
	}
	.smallHSection .imgSH img {
		display: block;
	}
	.itemCifra__btn {
		margin-bottom: 10px;
		width: 100%;
	}
	.itemCifra__btn:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.gMSection {
		padding-top: 60px;
	}
	.pageHeader .maxW, .pageFooter .maxW, .contSiteMap .maxW {
		padding: 0px 15px;
	}
	.pageHeader.smallHeader {
		top: -60px;
	}
	.logoPage {
		height: 59px;
	}
	.cMHeader {
		padding: 60px 0px 51px;
	}
	.btnMMenu {
		right: 15px;
	}
	.extraMH {
		padding: 5px 0px;
		overflow: auto;
	}
	.extraMH &gt; ul {
		display: block;
		white-space: nowrap;
	}
	.extraMH &gt; ul &gt; li.dblock {
		padding-right: 10px;
	}
	.pageFooter {
		padding: 20px 0px 15px;
	}
	.infoFooter {
		padding: 0px;
	}
	.infoFooter &gt; li, .infoFooter &gt; li.w1 {
		width: 100%;
		padding: 0px 0px 20px;
	}
	.contSiteMap {
		padding-bottom: 10px;
	}
	.siteMap .icomenu::before {
		margin-right: 5px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.siteMap &gt; ul {
		flex-wrap: wrap;
	}
	.siteMap &gt; ul &gt; li {
		width: 33.333333333333333%;
		max-width: none;
		margin-bottom: 20px;
	}
	.siteMap &gt; ul &gt; li:nth-child(3n) {
		padding-right: 0px;
	}
	.gTitle {
		letter-spacing: 0.05rem;
	}
	.contMBanner, .sliderBanner, .sliderBanner .slick-list, .sliderBanner .slick-track, .sliderBanner .gSlide, .sliderBanner .gSlide .gDesc, .persMes .vAlign {
		height: auto;
	}
	.sliderBanner .gSlide {
		font-size: 0.85rem;
		line-height: 1.45rem;
		letter-spacing: 0.02rem;
	}
	.sliderBanner .gSlide .gDesc, .sliderBanner .slick-dots {
		padding: 100px 20px 40px 30px;
	}
	.sliderBanner .gSlide .gDesc {
		padding-right: 60px;
	}
	.sliderBanner .gSlide h3 {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.sliderBanner .gSlide .desc {
		margin-bottom: 30px;
	}
	.sectSLMovie, .contForma, .tabsLMovies .tabCont {
		padding: 30px 0px;
	}
	.contInfoDesp {
		padding-top: 30px;
	}
	.contIDesp {
		flex-wrap: wrap;
	}
	.contIDesp &gt; li {
		width: 50%;
		max-width: none;
		padding: 0px;
	}
	.contIDesp &gt; li:first-child {
		width: 100%;
	}
	.contIDesp .logoSect {
		margin: 0px auto;
	}
	.contDDesp .vAlign {
		height: 70px;
	}
	.contHVideos .gTitle {
		margin-bottom: 30px;
	}
	.iVideo h3, .iVideo h4 {
		letter-spacing: 0.05rem;
	}
	.iVideo .gDesc {
		line-height: 1rem;
		letter-spacing: 0.025rem;
	}
	.iVideo.bigVideo {
		width: 100%;
		margin-bottom: 30px;
		padding: 0px;
	}
	.iVideo.bigVideo .gDesc {
		max-width: none;
		margin: 0px;
	}
	.iVideo.bigVideo .icoVideo {
		width: 100px;
		height: 100px;
		top: 30%;
	}
	.listVideos.sTwo {
		display: block;
		width: auto;
		margin: 0px -10px;
	}
	.listVideos.sTwo .iVideo {
		width: 33.333333333333333%;
		padding: 0px 10px;
		margin: 0px;
	}
	.optDApp li {
		width: 20%;
		padding-left: 10px;
	}
	.optDApp li:first-child {
		width: 40%;
	}
	.gBreadC {
		padding: 10px 0px;
	}
	.gBreadC ul li {
		padding: 0px 20px 4px 0px;
		letter-spacing: 0.02rem;
	}
	.listFilter {
		flex-wrap: wrap;
	}
	.listFilter &gt; li {
		width: 33.333333333333333%;
		max-width: none;
		padding: 10px 15px;
	}
	.listFilter &gt; li.w2 {
		width: 66.666666666666667%;
		max-width: none;
	}
	.gCCenter {
		padding: 30px 0px;
	}
	.gPager {
		margin-bottom: 30px;
	}
	.itemSMovie {
		width: 33.333333333333333%;
		margin-bottom: 30px;
	}
	.contIntern, .gStruc.w2 {
		margin-bottom: 30px;
	}
	.sectExtra {
		padding: 30px 0px;
	}
	.listNPIM {
		margin-left: -20px;
	}
	.iNPant, .iNPant.sTwo, .iBoletin .iNPant {
		font-size: 0.9rem;
		line-height: 1.2rem;
		background-position: 20px 8px;
		background-size: 30px auto;
	}
	.iNPant.sTwo {
		background-size: 27px auto;
	}
	.iNPant a {
		padding: 5px 20px 5px 60px;
	}
	.btnSMore span {
		margin-left: 10px;
	}
	.iText {
		padding-top: 0px;
	}
	.itemNews, .iBoletin {
		padding-bottom: 30px;
	}
	.itemNews h3 {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
	.itemNews .time {
		font-size: 0.9rem;
		line-height: 1rem;
	}
	.itemNews .desc {
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	.listCif .itemCif, .iLPerson {
		width: 33.333333333333333%;
		padding-bottom: 30px;
	}
	.itemCif .gImg, .itemCif .gDesc {
		width: 100%;
		padding: 0px;
	}
	.itemCif .gImg {
		margin-bottom: 15px;
	}
	.itemCif h3 {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.gCCenter .gListPerson.s2 {
		margin-top: -30px;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.gListPerson.s3 {
		padding: 15px 0px;
	}
	.gListPerson .iLPerson:nth-child(3n + 1) .gImg::before, .iLPerson2::before {
		content: normal;
	}
	.iLPerson2 {
		padding: 15px;
	}
	.iLPerson2 .gImg, .iLPerson2 .gDesc {
		width: 100%;
		padding: 0px;
	}
	.iLPerson2 .gImg {
		margin-bottom: 15px;
	}
	.cDPersM {
		padding: 40px 0px;
	}
	.comiseo-daterangepicker {
		left: 50% !important;
		transform: translate(-50%, 0%);
	}
	.listT .iTeam::before {
		content: normal;
	}
	.iTeam .gImg, .iTeam .gDesc {
		width: 100%;
		padding: 0px;
	}
	.iTeam .gImg {
		margin-bottom: 15px;
	}
	.iTeam .gImg img {
		display: block;
		max-width: 130px;
		margin: 0px auto;
	}
	.iJunta {
		padding: 0px;
	}
	.iJunta .gLogo, .iJunta .gDesc {
		width: 100%;
		padding: 0px;
	}
	.iJunta .gLogo {
		margin-bottom: 15px;
	}
	.iJunta .pers {
		padding: 0px;
	}
	.iJunta .pers:nth-child(odd) {
		padding-right: 20px;
	}
	.iJunta .pers:nth-child(even) {
		padding-left: 20px;
	}
	.tabsTeam .tabNTeam li {
		font-size: 1.2rem;
		line-height: 1.3rem;
		letter-spacing: 0.05rem;
	}
	.tabsTeam .tabNTeam .btnTTeam {
		height: 50px;
	}
	.tabsTeam .tabNTeam .btnTTeam span {
		padding: 2px 45px 0px 15px;
	}
	.tabsTeam .tabNTeam .btnTTeam .icoTG {
		right: 11px;
	}
	.gIMovie .bgGray {
		margin-bottom: 30px;
		padding: 30px 0px;
	}
	.sliderVideos .gImg {
		height: 250px;
	}
	.sliderGallery {
		padding: 0px 30px;
	}
	.contIFBoletin .iNPant, .cFBoletin .iNPant {
		margin-left: -20px;
	}
	.fWSee {
		min-height: 0px;
	}
	.fWSee .gImg {
		width: 150px;
	}
	.fWSee .gDesc {
		padding: 10px 30px 10px 170px;
	}
	.iVerEn a::before {
		height: 70px;
	}
	.iVerEn .cText {
		padding-left: 20px;
	}
	.exPager {
		padding: 20px 0px;
	}
	.exPager .btnPage .txt {
		font-size: 0.9rem;
		line-height: 1rem;
	}
	.iText .gBtn {
		width: 100%;
		margin-right: 0px;
	}
	.listCifras {
		margin: 50px -30px;
	}
	.itemCifra {
		border: 0;
		padding-bottom: 50px;
		width: 100%;
	}
	.itemCifra:last-child {
		padding-bottom: 0;
	}
}

@media (max-width: 567px) {
	.siteMap &gt; ul &gt; li {
		width: 50%;
		padding-right: 20px !important;
	}
	.siteMap &gt; ul &gt; li:nth-child(2n) {
		padding-right: 0px !important;
	}
	.sectSLMovie .cBtnFilter li {
		width: 50%;
		max-width: none;
		margin: 10px 0px;
	}
	.contIDesp &gt; li {
		width: 100%;
		text-align: center;
	}
	.contIDesp &gt; li:last-child {
		text-align: center;
	}
	.contIDesp .gBtn {
		margin: 0px auto 15px;
	}
	.contDDesp .vAlign &gt; div {
		padding: 20px;
	}
	.contDDesp .vAlign .gTitle, .contDDesp .vAlign .infoR {
		max-width: none;
		float: none;
	}
	.listNewsPC::before, .iNewsPC:nth-child(4n - 1)::before, .iNewsPC:nth-child(4n)::before {
		content: normal;
	}
	.iNewsPC {
		width: 100%;
	}
	.iNewsPC:nth-child(even) {
		background: #F5F5F5;
	}
	.listVideos.sTwo {
		text-align: left;
	}
	.listVideos.sTwo .iVideo {
		width: 50%;
		margin-bottom: 30px;
	}
	.optDApp li {
		width: 33.333333333333333%;
		padding: 0px 15px 0px 0px;
	}
	.optDApp li:first-child {
		width: 100%;
		padding: 0px 0px 15px;
		border: none;
	}
	.gCLeft, .gCRight {
		width: 100%;
		float: none;
	}
	.latMenu {
		margin-bottom: 40px;
	}
	.listFilter {
		margin: 0px -10px;
	}
	.listFilter &gt; li {
		width: 50%;
		padding: 5px 10px;
	}
	.listFilter &gt; li.w2 {
		width: 100%;
	}
	.itemSMovie {
		width: 50%;
	}
	.listNPIM, .gIMovie .listNPIM, .iProfile .listNPIM {
		width: 100%;
		margin: 0px 0px 10px;
	}
	.iNPant, .gIMovie .iNPant, .iProfile .iNPant {
		width: 100%;
		margin: 0px 0px 10px;
	}
	.iNPant, .iNPant.sTwo, .iBoletin .iNPant, .gIMovie .iNPant, .iProfile .iNPant {
		background-position: left 5px;
	}
	.iNPant:nth-child(even) {
		border: none;
	}
	.iNPant a, .iBoletin .iNPant a, .gIMovie .iNPant a, .iProfile .iNPant a {
		padding: 5px 0px 5px 45px;
	}
	.iText, .itemNews, .iBoletin {
		width: 100%;
	}
	.listCif .itemCif, .iLPerson {
		width: 50%;
	}
	.iLPerson .gImg::before {
		content: '' !important;
	}
	.gListPerson .iLPerson:nth-child(odd) .gImg::before {
		content: normal !important;
	}
	.gStruc.bgBlue .gCRight {
		padding-top: 0px;
	}
	.gCol.col2 &gt; div, .gCol.col3 &gt; div, .dFormL, .dFormR {
		width: 100%;
	}
	.dFormL, .dFormR {
		float: none;
	}
	.dFormR {
		padding-left: 0px;
	}
	.gCol.col2 &gt; div:nth-child(1), .gCol.col3 &gt; div:nth-child(1), .gCol.col3 &gt; div:nth-child(2), .gCol.col2 &gt; div:nth-child(2), .gCol.col3 &gt; div:nth-child(3), .gCol.col3 &gt; div:nth-child(2) {
		padding: 0px;
	}
	.contWSee li {
		padding: 0px 10px 5px 0px;
	}
	.sliderPoster, .contRFicha {
		width: 100%;
		padding: 0px;
		float: none;
	}
	.sliderPoster img {
		max-width: none;
	}
	.sliderVideos .gImg {
		height: 150px;
	}
	.sliderGallery {
		width: auto;
		margin: 0px -30px;
		padding: 0px 25px;
	}
	.sliderGallery .slick-prev {
		left: 3px;
	}
	.sliderGallery .slick-next {
		right: 3px;
	}
	.listCaract {
		column-count: initial;
	}
	.listETecn .itemPerson {
		width: 100%;
		padding-right: 0px;
	}
	.gMTabs .tabIMNav {
		flex-wrap: wrap;
	}
	.gMTabs .tabIMNav li {
		width: 100%;
		border: none;
	}
	.itemContact {
		width: 100%;
	}
	.iProfile .gIML {
		width: 100%;
		margin: 0px 0px 30px;
		float: none;
	}
	.cFDetails .listFilm, .cFDetails .listFilm li {
		display: block;
	}
	.cFDetails .listFilm li {
		margin-bottom: 5px;
	}
	.cFDetails .listFilm p, .cFDetails .listFilm li p.c1 {
		display: block;
		width: 100%;
		padding: 0px;
	}
	.contIFBoletin .iNPant, .cFBoletin .iNPant {
		margin-left: 0px;
	}
	.cFBoletin {
		padding: 30px 20px 0px;
	}
	.cFBoletin .gIframe {
		height: 70vh;
	}
	.fWSee .gImg, .fWSee .gDesc {
		width: 100%;
		padding: 0px;
	}
	.fWSee .gImg, .fWSee .gImg img {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.fWSee .gImg {
		height: auto;
	}
	.fWSee .gImg img {
		display: block;
		width: 100%;
		height: auto;
	}
	.fWSee .gDesc {
		padding: 20px;
	}
	.iVerEn a::before {
		content: normal;
	}
	.itemResult .gImg, .itemResult .gDesc {
		display: block;
	}
	.itemResult .gImg {
		width: 80px;
		margin: 0px 15px 10px 0px;
		float: left;
	}
	.itemResult .gDesc {
		width: 100%;
		padding: 0px;
	}
}
</pre></body></html>