/*Copyright(c) 2017, All rights reserved.
* Stylesheet/Hoja de estilos: styles.css
* Project/Proyecto: ESDLF - Octubre 2017
* Author/Autor: Jesús Piedrahita, jesus.piedrahita@mottif.com */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|PT+Sans:400,400i,700,700i');
@font-face {
    font-family: 'AspiraDemi';
    src: url('fonts/AspiraDemi.eot');
    src: url('fonts/AspiraDemi.eot') format('embedded-opentype'), url('fonts/AspiraDemi.woff2') format('woff2'), url('fonts/AspiraDemi.woff') format('woff'), url('fonts/AspiraDemi.ttf') format('truetype'), url('fonts/AspiraDemi.svg#AspiraDemi') format('svg');
}
/* Fonts: 
font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'AspiraDemi'; */

/*Loading*/
#pageLoading, .gLoading {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#pageLoading {
	background: #FFF;
	z-index: 10;
}
.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: #f39325;
}
#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, .rdiv, .maxW {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
}
html, body {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: #FFF;
    background: #000 url(../images/site/bg-page.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#mainWrapper {
    position: relative;
    z-index: 1;
}
.maxW {
    max-width: 1630px;
    padding: 0px 30px;
}
.gHidden {
    display: none !important;
}
a {
    color: inherit;
}
.clr::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
}
.rbtn {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 0px;
    background: none;
}
.gSection {
    min-height: 100vh;
    position: relative;
}

/* Page Header */
.pageHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

/* Social networks */
.gSocial {
    padding-top: 20px;
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
    text-align: right;
}
.gSocial li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 8px;
}
.gSocial a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    transition: color 0.25s ease;
}
.gSocial a:hover {
    color: #f39325;
}
.gSocial a.icoSocial {
    width: 22px;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    background: url(../images/site/ico-social.svg) no-repeat;
    background-size: auto 100%;
    transition: opacity 0.25s ease;
    position: relative;
}
.gSocial a.icoSocial:hover {
    opacity: 0.75;
}
.gSocial a.icoSocial:active {
    top: 2px;
}
.gSocial a.icoSocial.facebook {
    background-position: 1px center;
}
.gSocial a.icoSocial.twitter {
    background-position: -28px center;
}
.gSocial a.icoSocial.instagram {
    background-position: -57px center;
}
.gSocial a.icoIdi {
    transition: opacity 0.25s ease;
}
.gSocial a.icoIdi:hover {
    opacity: 0.75;
}
.gSocial a.icoIdi img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/* Main Menu */
.mainMenu {
    padding: 15px 0px 0px;
}
.mainMenu ul, .mainMenu li, .mainMenu a {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.mainMenu ul {
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
    text-align: right;
}
.mainMenu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    border-right: 1px solid #FFF;
}
.mainMenu li:last-child {
    padding-right: 0px;
    border-right: none;
}
.mainMenu a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    color: #FFF;
    transition: color 0.25s ease;
}
.mainMenu a:hover, .mainMenu a.active {
    color: #f39325;
}

/* Content right */
.contR, .contL {
    position: absolute;
    z-index: 2;
}
.contR {
    width: 52%;
    height: 82vh;
    padding-bottom: 60px;
    right: 30px;
    bottom: 0px;
}
.contL {
    width: 37.579617834394904%;
    height: 47vh;
    left: 30px;
}
.contL.top {
    top: 0px;
}
.contL.bottom {
    bottom: 0px;
}

/* Page Logo */
.pageLogo, .pageLogo img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.pageLogo {
    max-width: 410px;
    height: 80%;
    padding-bottom: 10px;
}
.pageLogo img {
    height: 100%;
}

/* Cont Logos */
.contLogos {
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
.contLogos.vtop {
    height: 20%;
}
.contLogos img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0px;
}
.contLogos.vtop img {
    max-width: 22%;
    max-height: 100%;
    margin: 0px 4% 0px 0px;
    vertical-align: top;
}
.contLogos.vtop img:last-child {
    margin-right: 0px;
}
.contLogos.vmiddle {
    height: 20%;
    padding-bottom: 6px;
    /* overflow: auto; */
}
/* .contLogos.vmiddle img {
    vertical-align: middle;
    margin: 5px 10px 0px 0px;
} */
.contLogos.vmiddle img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
}

/* Content Text */
.contText {
    height: calc(100% - 60px);
    padding: 30px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    background: rgba(0, 0, 0, 0.6);
}
.contText * {
    word-wrap: break-word;
}
.contText h3 {
    margin-bottom: 1.7rem;
    font-family: 'AspiraDemi';
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
.contText h3 .txtb {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.contText p, .contText ul {
    margin-bottom: 1.7rem;
}
.contText ul > li {
    margin-bottom: 1.5rem;
    padding-left: 50px;
    position: relative;
}
.contText ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 10px;
    left: 20px;
}
.contText img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 1.7rem;
}
.contText img.imgLeft {
    float: left;
    width: 40%;
    margin: 0px 30px 1.5rem 0px;
}
.contText img.logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px 30px 0px;
}
.contText a:hover {
    text-decoration: underline;
}
.contText *:last-child {
    margin-bottom: 0px;
}
.gScroll {
    height: 100%;
    padding: 30px;
    overflow: auto;
}

/* General Btn */
.gBtn, .gBtn::before, .gBtn > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.gBtn {
    height: 60px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    transition: background-color 0.25s ease;
}
.gBtn:hover {
    background: rgba(255, 255, 255, 0.7);
}
.gBtn.bg2 {
    background: rgba(255, 255, 255, 0.75);
}
.gBtn.bg2:hover {
    background: rgba(255, 255, 255, 0.85);
}
.gBtn::before {
    content: '';
    width: 0px;
    height: 100%;
}
.gBtn > span {
    width: 100%;
    padding: 0px 30px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    letter-spacing: 0.05rem;
}
.gBtn .txts {
    font-size: 0.9rem;
}
.contBtnExt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.contBtnExt li {
    flex-grow: 1;
}
.contBtnExt .gBtn {
    width: 100%;
}

/* Form Contact */
.gContact {
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: height 0.25s ease;
    z-index: 3;
}
.gContact.active {
    height: 100%;
}
.gContact .acTit, .gContact .acCont {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.gContact .acTit {
    height: 60px;
    padding: 0px 55px 0px 30px;
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
    color: #000;
    background: rgba(243, 147, 37, 0.9);
    position: relative;
    cursor: pointer;
    transition: background-color 0.25s ease;
}
.gContact.active .acTit {
    background: #f39325;
}
.gContact .acTit::before, .gContact .acTit > span {
    display: inline-block;
    vertical-align: middle;
}
.gContact .acTit::before {
    content: '';
    width: 0px;
    height: 100%;
}
.gContact .acTit > span {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}
.gContact .acTit::after {
    content: '';
    display: block;
    border-bottom: 10px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}
.gContact.active .acTit::after {
    transform: translate(0%, -50%) rotate(180deg);
}
.gContact .acCont {
    height: calc(100% - 60px);
    color: #000;
    background: #FFF;
    overflow: auto;
}
.gContact .acCont form {
    padding: 30px;
}

/* General forms */
form p {
    margin-bottom: 15px;
}
.txtr {
    text-align: right;
}
.gLabel, input, select, textarea, .gSelect {
	display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.gLabel, input, select, textarea {
    padding: 0px 15px;    
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
	text-align: left;
    color: #000;
}
.gLabel {
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}
.gLabel.required::after {
	content: ' *';
	color: #ca0000;
}
input, select, textarea {
	appearance: none;
	border-radius: 0px;
	outline: none;
	border: 1px solid #cbcbcb;
	background: #cbcbcb;
}
input, select {
	height: 30px;
}
textarea {
    height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.5rem;
}
input:focus, select:focus, textarea:focus {
	border-color: #000;
}
input.error, select.error, textarea.error {
	border-color: #FF0000;
}
span.error {
    display: block;
    margin: 6px 0px 0px;
    font-size: 0.85rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
    font-style: italic;
    text-align: left;
    color: #FF0000;
}

/* General Select / General Calendar */
.gSelect {
	position: relative;
}
.gSelect::before {
	content: '';
    display: block;
    border-top: 5px solid #000;
	border-left: 4px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	transform: translate(0%, -50%);
	pointer-events: none;
}
.gSelect select {
    padding-right: 30px;
}

/* Btn Forms */
.btnForm {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background: #494949;
    position: relative;
}
.btnForm:hover {
    opacity: 0.8;
}
.btnForm:active {
    top: 2px;
}

/* Captcha */
.gCaptcha {
	position: relative;
}
.hideRCAP {
	height: 0px;
	padding: 0px;
	border: none;
	background: none;
}

/* Cont Videos */
.contVideos {
    height: 80%;
}

/* Slider Videos */
.sliderVideo, .sliderVideo .slick-list, .sliderVideo .slick-track {
    height: 100%;
}
.sliderVideo {
    width: auto;
    margin: 0px -15px;
}
.sliderVideo .gSlide {
    height: 100%;
    font-size: 0rem;
    line-height: 0rem;
    letter-spacing: 0rem;
}
.itemVideo, .itemVideo a, .itemVideo .gImg, .itemVideo .gImg::before, .itemVideo .gDesc, .icoVideo {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.itemVideo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 50%;
    padding: 7px 15px;
}
.itemVideo a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
.itemVideo .gImg, .itemVideo .gImg::before, .itemVideo .gDesc {
    display: block;
    position: absolute;
}
.itemVideo .gImg {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.itemVideo .gImg::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.25);
    transition: background-color 0.25s ease;
}
.itemVideo a:hover .gImg::before {
    background: rgba(0, 0, 0, 0.5);
}
.itemVideo .gImg img {
    display: none;
    width: 100%;
    height: auto;
}
.itemVideo .gDesc {
    width: 100%;
    padding: 0px 20px;
    top: 50%;
    transform: translate(0%, -50%);
}
.icoVideo {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0px auto 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: relative;
}
.icoVideo::before {
    content: '';
    display: block;
    border-left: 22px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}
.itemVideo h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: bolder;
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #FFF;
}

/* General alert */
.gAlert {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    padding: 35px 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
}
.gAlert * {
	word-wrap: break-word;
}
.gAlert h3 {
    margin: 0px 0px 30px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
}
.gAlert .desc {
    font-size: 0.94rem;
    line-height: 1.7rem;
    text-align: center;
}
.gAlert .desc p {
	margin-bottom: 1rem;
}
.gAlert .desc > *:last-child {
	margin-bottom: 0px;
}
.gAlert .contBtns {
	display: block;
	margin: 30px 0px 0px;
	text-align: center;
	font-size: 0rem;
	line-height: 1rem;
}
.gAlert .contBtns .gBtn {
    width: calc(50% - 10px);
    height: 40px;
    margin: 0px 5px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
}
.gAlert .contBtns .gBtn:hover {
    background: rgba(255, 255, 255, 1);
}
.gAlert .contBtns .gBtn:active {
    top: 2px;
}

/* Gallery */
.gFancyT.full, .contGal, .sliderImages, .sliderImages .slick-list, .sliderImages .slick-track, .sliderImages .gSlide {
    height: 100%;
}
.contGal .slick-prev {
    left: 10px;
}
.contGal .slick-next {
    right: 10px;
}
.sliderImages .gImg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.sliderImages .gImg img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 5;
}
.sliderImages .gImg img.slick-loading {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1023px) {
    .mainMenu {
        padding-top: 30px;
    }
    .mainMenu li {
        display: block;
        margin-bottom: 30px;
        padding: 0px;
        border: none;
    }
    .contR, .contL {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .contL.top {
        margin-bottom: 30px;
    }
    .pageLogo {
        max-width: none;
        height: auto;
        padding-right: 40%;
    }
    .contText {
        height: 500px;
    }
    .contVideos {
        height: 400px;
        margin-top: 30px;
    }
    .contLogos.vtop {
        height: auto;
    }
    .contLogos.vmiddle {
        height: auto;
        padding: 20px 0px 30px;
    }
}

@media (max-width: 767px) {
    html, body {
        background: #000;
    }
    #mainWrapper::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #000 url(../images/site/bg-page.jpg) no-repeat center center;
        background-size: cover;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: -1;
    }
    .contText {
        padding: 0px;
    }
}

@media (max-width: 567px) {
    .pageHeader {
        position: relative;
    }
    .pageHeader .maxW, .mainMenu {
        padding: 0px;
    }
    .mainMenu ul {
        text-align: center;
    }
    .gSocial {
        padding: 0px 0px 30px;
        text-align: center;
    }
    .pageLogo {
        padding: 30px 0px;
    }
    .contText h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        letter-spacing: 0.1rem;
    }
    .contText h3 .txtb {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .contBtnExt {
        flex-wrap: wrap;
    }
    .contBtnExt .gBtn > span {
        padding: 0px 20px;
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .gContact .acTit {
        padding-left: 20px;
    }
    .gContact .acTit > span {
        font-size: 1rem;
        line-height: 1.2rem;
        letter-spacing: 0.025rem;
    }
    .contText {
        height: 400px;
    }
    .contText img.imgLeft {
        width: auto;
        margin: 0px 0px 1.7rem;
        float: none;
    }
    .contVideos {
        height: auto;
    }
    .itemVideo {
        width: 100%;
        height: 200px;
    }
}