/* 
* Copyright(c) 2016, All rights reserved.
* Stylesheet/Hoja de estilos: styles.css
* Project/Proyecto: Bogoshorts - Octubre 2016
* Author/Autor: Jesús Piedrahita, jesusramiropr@gmail.com */

@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i');
@font-face {
    font-family: 'TrebuchetMS';
    src: url('fonts/TrebuchetMS.eot');
    src: url('fonts/TrebuchetMS.eot') format('embedded-opentype'), url('fonts/TrebuchetMS.woff2') format('woff2'), url('fonts/TrebuchetMS.woff') format('woff'), url('fonts/TrebuchetMS.ttf') format('truetype'), url('fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
}
@font-face {
    font-family: 'TrebuchetMSBold';
    src: url('fonts/TrebuchetMSBold.eot');
    src: url('fonts/TrebuchetMSBold.eot') format('embedded-opentype'), url('fonts/TrebuchetMSBold.woff2') format('woff2'), url('fonts/TrebuchetMSBold.woff') format('woff'), url('fonts/TrebuchetMSBold.ttf') format('truetype'), url('fonts/TrebuchetMSBold.svg#TrebuchetMSBold') format('svg');
}
@font-face {
    font-family: 'AmplitudeRegular';
    src: url('fonts/AmplitudeRegular.eot');
    src: url('fonts/AmplitudeRegular.eot') format('embedded-opentype'), url('fonts/AmplitudeRegular.woff2') format('woff2'), url('fonts/AmplitudeRegular.woff') format('woff'), url('fonts/AmplitudeRegular.ttf') format('truetype'), url('fonts/AmplitudeRegular.svg#AmplitudeRegular') format('svg');
}
@font-face {
    font-family: 'AmplitudeBlack';
    src: url('fonts/AmplitudeBlack.eot');
    src: url('fonts/AmplitudeBlack.eot') format('embedded-opentype'), url('fonts/AmplitudeBlack.woff2') format('woff2'), url('fonts/AmplitudeBlack.woff') format('woff'), url('fonts/AmplitudeBlack.ttf') format('truetype'), url('fonts/AmplitudeBlack.svg#AmplitudeBlack') format('svg');
}
@font-face {
    font-family: 'TodaySHOPLight';
    src: url('fonts/TodaySHOPLight.eot');
    src: url('fonts/TodaySHOPLight.eot') format('embedded-opentype'), url('fonts/TodaySHOPLight.woff2') format('woff2'), url('fonts/TodaySHOPLight.woff') format('woff'), url('fonts/TodaySHOPLight.ttf') format('truetype'), url('fonts/TodaySHOPLight.svg#TodaySHOPLight') format('svg');
}
@font-face {
    font-family: 'TodaySHOPMedium';
    src: url('fonts/TodaySHOPMedium.eot');
    src: url('fonts/TodaySHOPMedium.eot') format('embedded-opentype'), url('fonts/TodaySHOPMedium.woff2') format('woff2'), url('fonts/TodaySHOPMedium.woff') format('woff'), url('fonts/TodaySHOPMedium.ttf') format('truetype'), url('fonts/TodaySHOPMedium.svg#TodaySHOPMedium') format('svg');
}
@font-face {
    font-family: 'TodaySHOPBold';
    src: url('fonts/TodaySHOPBold.eot');
    src: url('fonts/TodaySHOPBold.eot') format('embedded-opentype'), url('fonts/TodaySHOPBold.woff2') format('woff2'), url('fonts/TodaySHOPBold.woff') format('woff'), url('fonts/TodaySHOPBold.ttf') format('truetype'), url('fonts/TodaySHOPBold.svg#TodaySHOPBold') format('svg');
}
/*Fonts:
font-family: 'Asap', sans-serif;

font-family: 'TrebuchetMS';
font-family: 'TrebuchetMSBold';
font-family: 'AmplitudeRegular';
font-family: 'AmplitudeRegular';
font-family: 'TodaySHOPLight';
font-family: 'TodaySHOPMedium';
font-family: 'TodaySHOPBold'; */

/*Generales*/
html, body, #mainWrapper {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	box-sizing: border-box;
}
html, body {
	height: 100%;
	font-family: 'TrebuchetMS';
	font-size: 0.94rem;
	line-height: 1.7rem;
	font-weight: 400;
	color: #333333;
	background: #FFF;
}
#mainWrapper {
	min-height: 100%;
	z-index: 1;
}
p {
	margin: 0px 0px 1.7rem;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
a {
	color: inherit;
}
.gHidden {
	display: none;
}

/*Loading page*/
#pageLoading {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20000;
	background: #FFF url(../bogF-images/site/loadingPage.gif) no-repeat center center / auto 150px;
}

/*Div general*/
.maxW, .pageHeader, .pageHeader .hTop, .pageHeader .hBottom, .contMMenu, .mainMenu, .pageFooter, .gList {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}
.maxW {
	max-width: 1210px;
	padding: 0px 20px;
	position: relative;
}

/*Social networks, share*/
.gSocial, .gShare {
	display: block;
	margin: 0px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
.gSocial li, .gShare li {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}
.gShare li {
	vertical-align: middle;
}
.gShare li.text {
	margin: 0px 5px 0px 0px;
	font-family: 'TodaySHOPMedium';
	font-size: 0.85rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;
	font-style: italic;
}
.gSocial li a, .gShare li a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #1c1c1b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: background-color 0.25s ease;
}
.gSocial li a.facebook, .gShare li a.facebook {
	background-image: url(../bogF-images/site/ico-facebook.svg);
}
.gSocial li a.twitter, .gShare li a.twitter {
	background-image: url(../bogF-images/site/ico-twitter.svg);
}
.gSocial li a.youtube {
	background-image: url(../bogF-images/site/ico-youtube.svg);
}
.gSocial li a.vimeo {
	background-image: url(../bogF-images/site/ico-vimeo.svg);
}
.gSocial li a.pinterest {
	background-image: url(../bogF-images/site/ico-pinterest.svg);
}
.gSocial li a.instagram {
	background-image: url(../bogF-images/site/ico-instagram.svg);
}

.gSocial li a.linkedin {
	background-image: url(../bogF-images/site/iconmonstr-linkedin-1mod.svg);
}

.gSocial li a.tiktok {
	background-image: url(../bogF-images/site/ico-tiktok.svg);
}

.gSocial li a:hover, .gShare li a:hover {
	background-color: #ae0f08;
	opacity: 1;
}
.gSocial li a:active, .gShare li a:active {
	top: 2px;
}

/*Page header*/
.pageHeader {
	position: relative;
	z-index: 20;
}
.pageHeader .hTop {
	/* height: 150px; */
	height: 200px;
	/* height: 369px; */
	background: #FFF;
	font-family: 'TodaySHOPMedium';
	font-size: 0rem;
	line-height: 1rem;
	font-weight: 400;
	text-align: center;
	color: #3c3c3c;
	position: relative;
	/* background-image: url(../imagenes/rayos_header_bg.jpg); */
	background-repeat: no-repeat;
    background-position-x: center;
	background-position-y: -6rem;
}
.pageHeader .hTop .sectH {
	display: inline-block;
	vertical-align: middle;
	width: 33.33333333333333%;
	max-height: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0.85rem;
	line-height: 0.9rem;
	letter-spacing: 0.1rem;
}
.pageHeader .maxW, .pageHeader .mLogo {
	height: 100%;
}
.pageHeader .maxW {
	/* background-image: url(../imagenes/rayos_header_bg.jpg);
	background-repeat: no-repeat;
	background-position-y: -6rem; */
}
/* .pageHeader {
	height: 369px;
} */
.pageHeader h1 {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.pageHeader h1 a {
	display: inline-block;
	height: 100%;
	transition: opacity 0.5s ease;
}
.pageHeader h1 a:hover {
	opacity: 0.75;
}
.pageHeader h1 img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	/*min-height: 100%;*/
	margin: 0px auto;
}

/*Newsletter*/
.pageHeader .mNews p {
	font-style: italic;
	margin: 0px 0px 7px;
}
.pageHeader .mNews .btnNLetter {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 150px;
	margin: 0px;
	padding: 7px 10px 5px;
	box-sizing: border-box;
	background: #000;
	font-family: 'TodaySHOPBold';
	font-size: 0.94rem;
	line-height: 1rem;
	color: #FFF;
	transition: background-color 0.25s ease;
	position: relative;
}
.pageHeader .mNews .btnNLetter:hover {
	background-color: #ae0f08;
}
.pageHeader .mNews .btnNLetter:active {
	top: 2px;
}

/*Redes header*/
.pageHeader .gSocial {
	margin: 0px 0px 5px;
}
.pageHeader .gSocial li {
	margin-top: 0px;
}
.pageHeader .hashtag {
	display: block;
	margin: 0px auto 4px;
	font-style: italic;
	transition: color 0.25s ease;
	width: 150px;
	text-align: left;
}
.pageHeader .hashtag:hover {
	color: #ae0f08;
}

/*Fecha evento*/
.pageHeader .hBottom {
	/* background: #F5F5F5; */
	margin-top: -2rem;
}
.pageHeader .hBottom .maxW {
	position: relative;
}
.pageHeader .hBottom p {
	display: block;
	width: 100%;
	/* max-width: 840px; */
	background: #f5f5f547;
	max-width: 1020px;
	margin: 0px auto;
	padding: 7px 0px;
	box-sizing: border-box;
	font-family: 'AmplitudeRegular';
	font-size: 1.04rem;
	line-height: 1.1rem;
	letter-spacing: 0.04rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
}
.pageHeader .hBottom p strong {
	font-family: 'AmplitudeBlack';
	font-weight: 400;
}
.btnRegIns {
	display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    margin: 0px;
    padding: 10px 15px 5px;
    box-sizing: border-box;
    font-family: 'TodaySHOPBold';
    font-size: 0.94rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
    color: #FFF;
    background: #ae0f08;
    transition: background-color 0.25s ease;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}
.btnRegIns:hover {
	background-color: #000;
}

/*Main menu*/
.contMMenu {
	display: block;
	max-width: 1210px;
	padding: 0px 20px;
}
.mainMenu {
	background: #000;
	/*font-family: 'TodaySHOPLight';*/
	font-family: 'Asap', sans-serif;
	font-size: 0.9rem;
	line-height: 1.1rem;
	letter-spacing: 0.02rem;
	color: #FFF;
	font-style: italic;
}
.mainMenu strong {
	/*font-family: 'TodaySHOPMedium';*/
	font-weight: 700;
}
.mainMenu > ul {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	/* max-width: 840px; */
	max-width: 1160px;
	margin: 0px auto;
	padding: 14px 15px 12px;
	box-sizing: border-box;
}
.mainMenu > ul > li {
	/* width: 16.66666666666667%; 
	width: 14.285714285714286%;*/
	width: 12%;
	margin: 8px 2px;
	padding: 0px 4px;
	box-sizing: border-box;
}
.mainMenu > ul > li a {
	font-size: 0.74rem;
	display: block;
	transition: color 0.25s ease;
}
.mainMenu > ul > li a:hover {
	color: #B5B5B5;
}

/*Btn main menu*/
.hamburger {
	display: none;
	margin: 0px;
	padding: 13px 10px;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	overflow: visible;
	line-height: 0rem;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 11;
	transform: translate(0%, -50%);
}
.hamburger-box {
	display: inline-block;
	width: 40px;
	height: 24px;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000001;
	border-radius: 1px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger-inner::after {
	bottom: -10px;
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger.active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*Page footer*/
.pageFooter {
	background: #F5F5F5;
	font-size: 0.76rem;
	line-height: 1.2rem;
	letter-spacing: 0.06rem;
	color: #3c3c3c;
}
.pageFooter .maxW {
	max-width: 1150px;
}
.pageFooter p {
	margin-bottom: 1.2rem;
}
.pageFooter strong {
	font-weight: 400;
	font-family: 'TrebuchetMSBold';
}
.pageFooter a {
	transition: opacity 0.25s ease;
}
.pageFooter a.eLogo {
	display: inline-block;
	vertical-align: middle;
}
.pageFooter a:hover {
	opacity: 0.75;
}
.pageFooter img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px;
}
.pageFooter .contLogos {
	display: block;
	padding: 30px 20px 40px;
	background: #000;
	text-align: center;
}
.pageFooter .contLogos img {
	margin: 0px auto;
}
.pageFooter .fTop, .pageFooter .fBottom {
	font-size: 0rem;
	letter-spacing: 0rem;
}
.pageFooter .fTop {
	padding-top: 30px;
}
.pageFooter .fBottom {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1rem;
}
.pageFooter .fTop .sectF, .pageFooter .fBottom li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0.76rem;
	letter-spacing: 0.06rem;
}
.pageFooter .fTop .sectF {
	width: 50%;
	margin-bottom: 30px;
}
.pageFooter .fTop .sectF::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.pageFooter .fBottom li {
	width: 33.33333333333333%;
	vertical-align: middle;
}
.pageFooter .fBottom li:first-child {
	text-align: left;
}
.pageFooter .fBottom li:last-child, .pageFooter .fTop .sectF:last-child {
	text-align: right;
}
.pageFooter .logoBS, .pageFooter .textFoot {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	float: left;
}
.pageFooter .logoBS {
	width: 50px;
	height: auto;
}
.pageFooter .textFoot {
	width: calc(100% - 50px);
	padding-left: 7%;
}
.pageFooter .textFoot h3 {
	margin: 0px 0px 8px;
	font-family: 'TrebuchetMSBold';
}
.pageFooter .textFoot p {
	width: calc(100% - 70px);
	margin-bottom: 8px;
	float: right;
}
.pageFooter .textFoot .gSocial {
	width: 70px;
	float: left;
}
.pageFooter .textFoot .gSocial li {
	margin: 5px 10px 5px 0px;
}

/*Home*/
.gHome {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*Slider destacados - slider noticias*/
.contSFeatured, .contSNews {
	display: block;
	width: 100%;
	margin: 0px 0px 30px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

/*Slider destacados*/
.contSFeatured {
	width: 100%;
	height: 490px;
}
.sliderFeatured, .sliderFeatured .slick-list, .sliderFeatured .slick-track {
	height: 100%;
}
.sliderFeatured {
	background: #000;
}
.sliderFeatured .gSlide {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0.85rem;
	line-height: 1.4rem;
	letter-spacing: 0.06rem;
	color: #FFF;background: #000;
}
.sliderFeatured .gSlide figure, .sliderFeatured .gSlide figure::before, .sliderFeatured .gSlide header {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
}
.sliderFeatured .gSlide figure, .sliderFeatured .gSlide figure::before {
	height: 100%;
	top: 0px;
}
.sliderFeatured .gSlide figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.sliderFeatured .gSlide figure::before {
	content: '';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.sliderFeatured .gSlide figure img {
	display: none;
	max-width: 100%;
}
.sliderFeatured .gSlide header {
	max-width: 710px;
	padding: 30px 30px 60px;
	bottom: 0px;
	z-index: 2;
	transform: translate(0%, -40px);
	transition: transform 0.5s ease, opacity 0.5s ease;
	opacity: 0;
}
.sliderFeatured .gSlide.slick-active header {
	transform: translate(0%, 0%);
	opacity: 1;
	transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}
.sliderFeatured .gSlide h3 {
	display: block;
	margin: 0px 0px 8px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.08rem;
	color: #fff7b2;
}
.sliderFeatured .gSlide h3 a {
	transition: color 0.25s ease;
}
.sliderFeatured .gSlide h3 a:hover {
	color: #FFF;
}
.sliderFeatured .gSlide h3 .desc {
	display: block;
	margin: 0px;
}
.sliderFeatured .slick-arrow {
	width: 10px;
    height: 16px;
    top: auto;
    bottom: 28px;
    transform: none;
}
.sliderFeatured .slick-arrow:active {
	margin: 0px 0px -2px 0px;
}
.sliderFeatured .slick-prev {
	left: 30px;
}
.sliderFeatured .slick-next {
	left: 65px;
	right: auto;
}
.sliderFeatured .slick-arrow::before {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: none;
	top: 0px;
	left: 0px;
	transform: none;
	font-family: 'TodaySHOPBold';
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: 0rem;
	color: #FFF;
	text-indent: initial;
}
.sliderFeatured .slick-prev::before {
	content: '<';
}
.sliderFeatured .slick-next::before {
	content: '>';
}

/*Slider noticias*/
.contSNews {
	height: 250px;
}
.sliderNews {
	padding: 0px 30px;
}
.sliderNews, .sliderNews .slick-list, .sliderNews .slick-track, .sliderNews .gSlide {
	height: 100%;
}
.sliderNews .slick-list {
	background: #F5F5F5;
}
.sliderNews .gSlide {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	font-size: 0.85rem;
	line-height: 1.4rem;
	letter-spacing: 0.06rem;
	color: #333333;
}
.sliderNews .gSlide figure {
	display: block;
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sliderNews .gSlide figure a {
	display: block;
	widows: 100%;
	height: 100%;
}
.sliderNews .gSlide figure img {
	display: none;
	max-width: 100%;
}
.sliderNews .gSlide header {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 22px 20px 20px 49%;
	box-sizing: border-box;
}
.sliderNews .gSlide time {
	display: block;
	margin: 0px 0px 10px;
	font-family: 'AmplitudeBlack';
	font-size: 1.25rem;
	line-height: 1.3rem;
	letter-spacing: 0rem;
	text-transform: uppercase;
	color: #ae0f08;
}
.sliderNews .gSlide h3 {
	display: block;
	max-height: 3.2rem;
	margin: 0px 0px 10px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #333333;
	overflow: hidden;
}
.sliderNews .gSlide h3 a {
	transition: color 0.25s ease;
}
.sliderNews .gSlide h3 a:hover {
	color: #ae0f08;
}
.sliderNews .gSlide .desc {
	display: block;
	max-height: 7rem;
	margin: 0px 0px 10px;
	word-wrap: break-word;
	overflow: hidden;
}
.sliderNews .gSlide .btnMore {
	display: block;
	width: 10px;
	height: 13px;
	margin: 0px 0px 0px auto;
	font-family: 'TodaySHOPBold';
	font-size: 1.2rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	color: #ae0f08;
	transition: color 0.25s ease;
}
.sliderNews .gSlide .btnMore:hover {
	color: #333;
}

/*Listado categorias*/
.listCate, .listCate ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.listCate ul {
	margin-bottom: 30px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	background: #E6E6E6 url(../bogF-images/site/ico-statue-3.svg) no-repeat center center / cover;
	/*background: #E6E6E6 url(../bogF-images/virgen_home_bs2020_inactiva.jpg) no-repeat center center / cover;*/
}
.listCate li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333333333333%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.05rem;
	line-height: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.15rem;
	text-align: center;
	font-style: italic;
	color: #FFF;
}
/*.listCate li.w1 {
	width: 100%;
	height: 125px;
}*/
.listCate li.w1 {
	width: 50%;
	height: 125px;
}
.listCate li a {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.listCate li a h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
	position: relative;
	z-index: 4;
}
.listCate li a h3 img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0px 0px 3px 10px;
}
.listCate li a span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.listCate li a .scolor {
	mix-blend-mode: multiply;
	transition: opacity 0.5s ease;
	z-index: 2;
}
.listCate li a:hover .scolor {
	opacity: 0.75;
}
.listCate li a .simage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	z-index: 1;
}
.listCate li a:hover .simage {
	opacity: 1;
	visibility: visible;
}

/*Contenido general*/
.gContent {
	padding-bottom: 60px;
}
.gContent::after {
	content: '';
	display: block;
	width: 0px;
	height:0px;
	clear: both;
}
.gContent .cLeft, .gContent .cRight {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
.gContent .cLeft {
	width: 270px;
	float: left;
}
.gContent .cRight {
	width: calc(100% - 300px);
	float: right;
}
.gContent.w2 .cRight {
	padding-right: 100px;
}

/*Breadcrumbs*/
.gBreadcrumbs, .gBreadcrumbs ul {
	display: block;
	width: 100%;
	margin: 0px 0px 30px;
	padding: 0px;
	box-sizing: border-box;
}
.gBreadcrumbs {
	clear: both;
	font-family: 'TodaySHOPLight';
	font-size: 0rem;
	line-height: 0.9rem;
	letter-spacing: 0rem;
	font-style: italic;
	color: #333333;
}
.w2 .gBreadcrumbs {
	padding-right: 100px;
}
.gBreadcrumbs ul {
	padding: 16px 30px 14px;
	border-bottom: 1px solid #DCDCDC;
}
.w2 .gBreadcrumbs ul {
	padding-right: 150px;
}
.gBreadcrumbs ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 6px 0px 0px;
	font-size: 0.86rem;
	letter-spacing: 0.06rem;
}
.gBreadcrumbs ul li::after {
	content: '>';
	margin: 0px 0px 0px 6px;
}
.gBreadcrumbs ul li:last-child::after {
	content: normal;
}
.gBreadcrumbs ul a {
	font-family: 'TodaySHOPMedium';
	transition: color 0.25s ease;
}
.gBreadcrumbs ul a:hover {
	color: #ae0f08;
}

/*Imagen section*/
.imgSection, .imgSection img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}
.imgSection {
	margin-bottom: -1px;
}

/*Menu section*/
.menuSect {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	background: #FAFAFA;
	/*font-family: 'TodaySHOPLight';*/
	font-family: 'Asap', sans-serif;
	font-size: 0.8rem;
	line-height: 1.1rem;
	letter-spacing: 0.05rem;
	color: #333333;
}
.menuSect .titleMenu, .menuSect .contMenu {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none;
	position: relative;
}
.menuSect .titleMenu {
	padding: 17px 20px 13px;
	font-family: 'TodaySHOPMedium';
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0.12rem;
}
.menuSect.menuAccordion .titleMenu {
	padding-right: 50px;
	border-top: 1px solid #DCDCDC;
	transition: color 0.25s ease;
}
.menuSect.menuAccordion .titleMenu.ui-state-active {
	color: #ae0f08;
}
.menuSect.menuAccordion .titleMenu:first-child {
	border: none;
}
.menuSect .titleMenu .ui-icon, .menuSect .titleMenu .ui-icon::before, .menuSect .titleMenu .ui-icon::after {
	display: block;
	position: absolute;
	top: 50%;
}
.menuSect .titleMenu .ui-icon {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px;
	left: auto;
	right: 20px;
}
.menuSect .titleMenu .ui-icon::before, .menuSect .titleMenu .ui-icon::after {
	content: '';
	left: 50%;
	transform: translate(-50%, -50%);
	background: #D1D1D1;
}
.menuSect .titleMenu .ui-icon::before {
	width: 100%;
	height: 2px;
}
.menuSect .titleMenu .ui-icon::after {
	width: 2px;
	height: 100%;
}
.menuSect .titleMenu.ui-state-active .ui-icon::after {
	display: none;
}
.menuSect .contMenu {
	margin-bottom: 5px;
	padding: 5px 20px 20px;
	font-style: italic;
}
.menuSect.menuAccordion .contMenu {
	padding-bottom: 15px;
}
.menuSect .contMenu:last-child, .menuSect.menuAccordion .contMenu {
	margin-bottom: 0px;
}
.menuSect .contMenu::after {
	content: '';
	display: block;
	width: 94%;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 0%);
}
.menuSect .contMenu:last-child::after, .menuSect.menuAccordion .contMenu::after {
	content: normal;
}
.menuSect li {
	display: block;
	margin: 0px 0px 1px;
	position: relative;
}
.menuSect li a {
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
	position: relative;
}
.menuSect li a.iDoc {
	padding: 5px 0px 5px 35px;
	margin-bottom: 6px;
}
.menuSect li a::before, .menuSect li a.iDoc::after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.menuSect li a::before {
	content: '-';
}
.menuSect li a.iDoc::before {
	top: 5px;
	left: 26px;
}
.menuSect li a.iDoc::after {
	content: '';
	width: 21px;
	height: 25px;
	background: url(../bogF-images/site/ico-download.svg) no-repeat center center / contain;
}
.menuSect li a:hover, .menuSect li a.active {
	color: #ae0f08;
	text-decoration: underline;
}

/*Interna general*/
.gIntern {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.gIntern h2, .gIntern h3 {
	display: block;
    margin: 0px 0px 1.7rem;
	font-family: 'TrebuchetMSBold';
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.gIntern h2 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #000000;
}
.gIntern h2 .ing {
	color: #777777;
}
.gIntern h3, .gIntern .red {
    font-size: 1.15rem;
    line-height: 1.7rem;
    color: #ae0f08;
}
.gIntern .red {
	display: inline;
	font-family: 'TrebuchetMSBold';
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.gIntern .timeArt {
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px 30px 16px 0px;
	font-family: 'TodaySHOPLight';
	font-size: 0.86rem;
	line-height: 0.9rem;
	letter-spacing: 0.1rem;
	font-style: italic;
	text-align: right;
	color: #333333;
	position: absolute;
	bottom: 100%;
	right: 0px;
}
.gIntern .mainImg, .gIntern figure, .gIntern .mainImg img, .gIntern iframe, .gIntern .mainImg figcaption {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}
.gIntern .mainImg, .gIntern iframe {
	margin-bottom: 40px;
}
.gIntern .mainImg figcaption {
	font-family: 'Asap', sans-serif;
    font-size: 0.85rem;
    line-height: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.03rem;
    font-style: italic;
    text-align: right;
}
.gIntern iframe {
	height: 400px;
	border: none;
}
.gIntern img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}
.gIntern .gDesc {
	display: block;
	margin: 0px;
	letter-spacing: 0.06rem;
}
.gIntern .gDesc strong {
	font-family: 'TrebuchetMSBold';
	font-weight: 400;
}
.gIntern .gDesc a {
	text-decoration: underline;
	transition: color 0.25s ease;
}
.gIntern .gDesc a:hover {
	color: #ae0f08;
}
.gIntern .gDesc ul, .gIntern .gDesc ol {
	display: block;
	margin: 0px 0px 1.7rem;
}
.gIntern .gDesc ol, .gIntern .gDesc ul > li {
	padding-left: 30px;
}
.gIntern .gDesc ul > li {
	list-style: none;
	position: relative;
}
.gIntern .gDesc ul > li::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333333;
	position: absolute;
	top: 10px;
	left: 0px;
}
.gIntern .note {
	font-size: 0.8rem;
	line-height: 1.3rem;
	font-style: italic;
}
.gIntern .gDesc hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0px 0px 1.7rem;
	background: #DCDCDC;
	border: none;
}
.gIntern .gDesc .issuuembed {
	display: block;
	width: 100%;
	height: 650px;
}
.gIntern .gDesc table, .gIntern .gDesc table td {
	border: 1px solid #000;
}
.gIntern .gDesc table {
	margin-bottom: 1.7rem;
}
.gIntern .gDesc table td {
	padding: 10px;
}
.gIntern .gDesc > *:last-child, .gIntern .gDesc table td *:last-child {
	margin-bottom: 0px;
}
.gIntern .gShare {
	margin: 30px 0px 0px;
}
.w2 .gIntern .gShare {
	width: 30px;
	position: absolute;
	top: 0px;
	left: 100%;
	margin: 0px 0px 0px 50px;
}
.w2 .gIntern .gShare li.text {
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform-origin: 0% 50%;
	transform: rotate(-90deg) translate(-100%, 0%);
}

.w2 .gIntern .gShare li.text-perfil {
	position: static;
    width: 0;
    left: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(0deg);
}


/*Listado general, Interna cortometraje*/
.gList .titleL {
	display: block;
	margin: 0px;
	padding: 25px 14% 25px 30px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.2rem;
	line-height: 1.7rem;
	letter-spacing: 0.12rem;
	color: #FFF;
	background: #ae0f09 url(../bogF-images/site/ico-statue-2.svg) no-repeat 98% bottom / auto 93%;
}
.iList, .internShort {
	display: block;
	margin: 0px 0px 30px;
	padding: 0px 30px;
	font-size: 0rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	color: #333;
	position: relative;
}
.gList .iList:first-of-type, .internShort {
	margin-top: 30px;
}
.iList figure, .iList header, .internShort .mainImg, .internShort header, .internShort .desc, .internShort .other {
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.iList figure, .iList header, .internShort .mainImg, .internShort header, .internShort .contPerson figure, .internShort .contPerson .desc {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
.iList figure {
	width: 25.92%;
}
.internShort .mainImg {
	width: 45%;
	margin-bottom: 30px;
}
.iList figure img, .internShort .mainImg img, .internShort .contPerson figure img {
	display: block;
	width: 100%;
	height: auto;
}
.iList header, .internShort header {
	padding: 9px 0px 0px 30px;
}
.iList header {
	width: 74.08%;
}
.internShort header {
	width: 55%;
	margin-bottom: 30px;
}

/*Detalles corto*/
.iList h3, .iList .details {
	padding-right: 55px;
}
.iList h3, .internShort h2, .internShort h3 {
	display: block;
	margin: 0px 0px 2px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.15rem;
	line-height: 1.4rem;
	letter-spacing: 0.1rem;
	color: #ae0f08;
}
.iList h3 a {
	transition: color 0.25s ease;
}
.iList h3 a:hover {
	color: #333333;
}
.iList .details, .internShort .details {
	display: block;
	margin: 0px 0px 14px;
}
.iList .details strong, .internShort .details strong {
	font-family: 'TrebuchetMSBold';
	font-weight: 400;
	color: #ae0f08;
	letter-spacing: 0.05rem;
}

/*Descripcion corto*/
.iList .desc, .internShort .desc, .internShort .other {
	display: block;
	margin: 0px;
	letter-spacing: 0.06rem;
}
.internShort .desc, .internShort .other {
	margin-bottom: 30px;
}
.iList .desc::after, .internShort .desc::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.iList .desc .esp, .iList .desc .ing, .internShort .esp, .internShort .ing {
	display: block;
	margin: 0px;
	box-sizing: border-box;
}
.iList .desc .esp, .iList .desc .ing {
	width: 47%;
}
.internShort .esp, .internShort .ing {
	width: 45%;
}
.iList .desc .esp, .internShort .esp, .internShort .ing {
	float: left;
}
.internShort .esp {
	margin-right: 30px;
}
.iList .desc .ing, .internShort .ing {
	font-style: italic;
	color: #777777;
}
.iList .desc .ing {
	float: right;
}
.iList .desc strong, .internShort .desc strong, .internShort .other strong {
	font-weight: 400;
	font-family: 'TrebuchetMSBold';
}
.iList .desc p, .internShort .desc p, .internShort .other p {
	margin-bottom: 1.2rem;
}
.iList .desc *:last-child, .internShort .desc *:last-child, .internShort .other *:last-child {
	margin-bottom: 0px;
}

/*Btn more*/
.iList .btnMore {
	display: block;
	width: 10px;
	height: 13px;
	margin: 0px 0px 0px auto;
	font-family: 'TodaySHOPBold';
	font-size: 1.3rem;
	line-height: 1rem;
	letter-spacing: 0rem;
	color: #ae0f08;
	transition: color 0.25s ease;
	position: absolute;
	top: 35px;
	right: 20px;
}
.iList .btnMore:hover {
	color: #333;
}

/*Ficha tecnica corto*/
.internShort .ficTec {
	display: table;
	margin: 25px auto 0px;
}
.internShort .ficTec > li {
	display: table-row;
}
.internShort .ficTec > li > span {
	display: table-cell;
	vertical-align: top;
}
.internShort .ficTec > li > span:first-child {
	text-align: right;
	padding-right: 15px;
}
.internShort .ficTec em {
	color: #777;
}

/*Personas corto*/
.internShort .contPerson {
	display: block;
	margin: 0px;
}
.internShort .contPerson h3 {
	margin-bottom: 22px;
}
.internShort .contPerson figure {
	width: 21%;
}
.internShort .contPerson .desc {
	width: 79%;
	padding-left: 30px;
}

/*Videos interna corto*/
.contVideos {
	display: block;
	width: 100%;
	margin: 40px 0px 0px;
}
.contVideos li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0px 2.5%;
	padding: 0px;
	box-sizing: border-box;
}
.contVideos li:first-child {
	margin-left: 0px;
}
.contVideos li:last-child {
	margin-right: 0px;
}
.contVideos li figure, .contVideos li figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}
.contVideos li figure {
	margin-bottom: 15px;
}
.contVideos li figure a {
	display: block;
	transition: opacity 0.5s ease;
}
.contVideos li figure a:hover {
	opacity: 0.75;
}
.contVideos li .desc {
	margin: 0px;
}

/*Listado programa*/
.cProg {
	display: block;
}
.titleProg {
	display: block;
	margin: 0px;
	padding: 25px 30px;
	background: #FAFAFA;
	color: #777;
}
.titleProg h3 {
	display: block;
	margin: 0px 0px 10px;
	font-family: 'TrebuchetMSBold';
	font-size: 1.2rem;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	color: #ae0f08;
}
.tableProg {
	display: table;
	margin: 0px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	letter-spacing: 0.06rem;
	font-weight: 400;
}
.tableProg > li {
	display: table-row;
}
.tableProg > li > span {
	display: table-cell;
	vertical-align: top;
	padding: 0px 50px 6px 0px;
}
.tableProg > li > span:last-child {
	padding-right: 0px;
}
.tableProg > li:last-child > span {
	padding-bottom: 0px;
}
.tableProg > li > span strong {
	font-weight: 400;
	font-family: 'TrebuchetMSBold';
}

/*Sistema de columnas*/
.gCol {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 0rem !important;
	letter-spacing: 0rem;
}
.gCol > div {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-size: 0.94rem;
}
.gCol.col2 > div {
	width: 50%;
}
.gCol.col3 > div {
	width: 33.33333333333333%;
}
.gCol.col2 > div:nth-child(1), .gCol.col3 > div:nth-child(1), .gCol.col3 > div:nth-child(2) {
	padding-right: 10px;
}
.gCol.col2 > div:nth-child(2), .gCol.col3 > div:nth-child(3), .gCol.col3 > div:nth-child(2) {
	padding-left: 10px;
}

/*General forms*/
.gForm {
	display: block;
	max-width: 600px;
	margin: 0px auto 50px;
	padding: 0px;
}
.gForm .txtRight {
	text-align: right;
}
form p {
	margin: 0px 0px 6px;
}
.gText {
	display: block;
    margin: 0px 0px 1px;
    padding: 0px;
    position: relative;
    font-family: 'TrebuchetMSBold';
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.06rem;
    font-weight: 400;
    color: #333333;
    font-style: italic;
}
.gCol .gText {
	margin-top: 5px;
}
input, select, textarea {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 5px 15px;
	box-sizing: border-box;
	appearance: none;
	border-radius: 0px;
	outline: none;
	border: 1px solid #DCDCDC;
	background: #FFF;
	font-family: 'TrebuchetMS';
	font-size: 0.9rem;
	line-height: 1rem;
	letter-spacing: 0.08rem;
	font-weight: 400;
	font-style: italic;
	color: #333333;
}
input, select {
	height: 30px;
}
textarea {
	height: 150px;
	line-height: 1.3rem;
}
input:focus, select:focus, textarea:focus {
	border-color: #333;
}
input.error, select.error, textarea.error {
	border-color: #e30413;
	color: #e30413;
}
span.error {
	display: block;
	color: #e30413;
	font-family: 'TrebuchetMS';
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing: 0.03rem;
	margin: 3px 0px 0px;
}

/*General Select, input calendar*/
.gSelect, .iCalendar {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.gSelect::before, .iCalendar::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}
.gSelect::before {
	width: 10px;
	height: 10px;
	right: 13px;
	border-left: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	transform: translate(0%, -65%) rotate(-45deg);
}
.iCalendar::before {
	width: 15px;
	height: 14px;
	right: 10px;
	margin-top: -7.5px;
	background: url(../bogF-images/site/ico-calendar.svg) no-repeat center center / contain;
}
.gSelect select, .iCalendar input {
	padding-right: 35px;
}

/*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;
}
.gRC {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
	font-family: 'TrebuchetMS';
	font-size: 0.9rem;
	line-height: 1rem;
	letter-spacing: 0.08rem;
	font-weight: 400;
	font-style: italic;
	color: #333333;
}
.gRC input {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*Type file*/
input[type="file"] {
	width: auto;
	padding: 0px;
	border: none;
	height: auto;
	padding: 0px;
	color: #000;
}
.NFI-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
.NFI-wrapper .NFI-filename {
	padding-left: 110px !important;
	border: none;
}
.NFI-button {
	display: block;
	width: 100px;
	height: 100%;
	padding: 8px 5px 0px;
	box-sizing: border-box;
	position: absolute !important;
	top: 0px;
	left: 0px;
	font-family: 'TrebuchetMSBold';
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-align: center;
	font-style: italic;
	color: #FFF;
	background: #000;
	z-index: 2;
	cursor: pointer;
	transition: background-color 0.5s ease;
	z-index: 3;
}
.NFI-button:hover {
	background-color: #ae0f08;
}
.NFI-button input {
	width: 100%;
	height: 100% !important;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

/*Btn general*/
.contBtns {
	display: block;
	margin: 15px 0px 0px;
}
.gBtn {
	display: block;
	width: auto;
	margin: 0px;
	padding: 8px 20px 7px;
	box-sizing: border-box;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0px;
	background: #000;
	transition: background-color 0.5s ease;
	position: relative;
	font-family: 'TrebuchetMSBold';
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-align: center;
	font-style: italic;
	color: #FFF;
}
.gBtn:hover, .btnDownload:hover {
	background-color: #ae0f08;
}
.gBtn:active, .btnDownload:active {
	top: 2px;
}

/*Calendar*/
.ui-datepicker {
	padding: 4px 5px;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 220px;
	font-size: 0.8rem;
	line-height: 1rem;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.ui-datepicker .ui-datepicker-header {
	padding: 0px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0px 30px;
	line-height: 1.2rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.95rem;
	padding: 5px;
	box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: inherit;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	height: 27px;
	cursor: pointer;
	/*appearance: menulist;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;*/
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display: block;
	position: absolute;
	top: 0px;
	width: 30px;
	height: 100%;
	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 {
	text-align: left;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: -5px 0px 0px -2.5px;
}
.ui-datepicker .ui-datepicker-prev span {
	border-right: 5px solid #000;
}
.ui-datepicker .ui-datepicker-next span {
	border-left: 5px solid #000;
}
.ui-datepicker table {
	font-size: inherit;
	margin: 0px 0px 5px;
}
.ui-datepicker th {
	padding: 5px 0px;
	text-align: center;
	font-weight: 700;
}
.ui-datepicker td {
	padding: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: 4px;
	transition: color 0.25s ease, background-color 0.25s ease;
}
.ui-datepicker td a.ui-state-highlight {
	background: #999;
	color: #FFF;
}
.ui-datepicker td a.ui-state-hover, .ui-datepicker td a.ui-state-active {
	background: #ae0f08;
	color: #FFF;
}

/*Captcha*/
.gCaptcha {
	display: block;
	width: 100%;
	margin: 0px;
}
.gCaptcha * {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}

/*Listado mapa*/
.listMap {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.listMap::after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.listMap .listPlace, .listMap .conMap {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.listMap .listPlace {
	width: 100%;
	padding-right: 64%;
}
.listMap .conMap {
	width: 61%;
	height: 100%;
	position: absolute !important;
	top: 0px;
	right: 0px;
	background: #EFEFEF;
}
.listMap .listPlace h3 {
	display: block;
    margin: 0px 0px 25px;
    font-family: 'TodaySHOPMedium';
    font-size: 1.05rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    color: #333333;
}
.listMap .listPlace ul {
	margin: 0px 0px 30px;
	font-family: 'TodaySHOPLight';
	font-size: 0.9rem;
    line-height: 1.15rem;
    letter-spacing: 0.08rem;
	font-weight: 400;
	font-style: italic;
	color: #333333;
}
.listMap .listPlace ul li {
	display: block;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 30px;
	position: relative;
	cursor: pointer;
	transition: color 0.25s ease;
}
.listMap .listPlace ul li:hover {
	color: #ae0f08;
}
.listMap .listPlace ul li::before {
	content: attr(data-label)'.';
	position: absolute;
	top: 1px;
	left: 0px;
	font-family: 'TodaySHOPMedium';
	font-size: 0.9rem;
	line-height: 1rem;
	font-style: normal;
}

/* Ajustes Leonardo */


.contenedor-lista{
	width: 100%; 
	margin-top: 20px; 
	display:flex; 
	justify-content: space-evenly; 
	flex-direction:row; 
	flex-wrap: wrap;
}


.contenedor-lista-item {
	width: 30%; 
	margin:1%;
}

.nom-item-bazar{
	display: block;
    //font-style: italic;
    transition: color 0.25s ease;
    width: 150px;
    text-align: left;
    //font-family: 'Asap', sans-serif;
    font-size: 0.8rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
    width: 90%;
    color: #333333;
}

/*General banner*/
.gBanner {
	display: block;
	width: 100%;
	margin: 0px;
}
.gBanner img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0px auto;
}

/* Tooltip Styles */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -100px;
  padding: 7px;
  width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  background-color: hsla(0%, 0%, 100%, 0.9);
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #fff;
  border-top: 5px solid hsla(0, 0%, 100%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/*Responsive*/
@media (max-width:939px) {
	.pageFooter, .pageFooter .fTop .sectF, .pageFooter .fBottom li {
		letter-spacing: 0.03rem;
	}
	.mainMenu {
		letter-spacing: 0rem;
	}
	.gContent .cLeft {
		width: 220px;
	}
	.gContent .cRight {
		width: calc(100% - 240px);
	}
	.w2 .gBreadcrumbs, .gContent.w2 .cRight {
		padding-right: 50px;
	}
	.w2 .gIntern .gShare {
		margin-left: 10px;
	}
	.gList .titleL {
		padding: 18px 100px 18px 20px;
	}
	.titleProg {
		padding: 18px 20px;
	}
	.iList, .internShort {
		margin: 0px 0px 25px;
		padding: 0px 20px;
	}
	.gList .iList:first-of-type, .internShort {
		margin-top: 25px;
	}
	.iList header {
		padding: 5px 0px 0px 20px;
	}
	.iList .desc .esp, .iList .desc .ing, .internShort .esp, .internShort .ing {
		width: 100%;
		margin: 0px;
		padding: 0px;
		float: none;
	}
	.iList .desc .esp, .internShort .esp {
		margin-bottom: 20px;
	}
	.iList .btnMore {
		top: 30px;
	}
	.tableProg {
		font-size: 0.8rem;
		line-height: 1.1rem;
		letter-spacing: 0.04rem;
	}
	.tableProg > li > span {
		padding: 0px 20px 6px 0px;
	}
	.internShort .mainImg, .internShort header {
		width: 100%;
		margin: 0px 0px 25px;
		padding: 0px;
	}
	.internShort .contPerson figure {
		width: 27%;
	}
	.internShort .contPerson .desc {
		width: 73%;
		padding-left: 20px;
	}
	.listMap .listPlace {
		padding: 0px;
	}
	.listMap .conMap {
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
		position: relative !important;
		top: auto;
		right: auto;
	}
}
@media (max-width:767px) {
	.pageHeader {
		padding-top: 60px;
	}
	.pageHeader .hTop, .contMMenu {
		position: fixed;
		top: 0px;
		left: 0px;
	}
	.pageHeader .hTop {
		height: 60px;
		text-align: left;
		z-index: 2;
	}
	.pageHeader .hTop .sectH {
		width: 100%;
	}
	.pageHeader .maxW {
		padding: 0px 10px;
	}
	.pageHeader .hTop .mNews, .pageHeader .hTop .mSocial {
		display: none;
	}
	.pageHeader h1 {
		padding: 5px 0px;
	}
	.pageHeader h1 img {
		height: 100%;
	}
	.hamburger {
		display: block;
	}
	.contMMenu {
		max-width: none;
		height: 100%;
		padding: 60px 20px 0px;
		overflow: auto;
		transform: translate(100%, 0%);
		transition: transform 0.5s ease;
		background: #000;
		z-index: 1;
	}
	.menuOpen .contMMenu {
		transform: translate(0%, 0%);
	}
	.mainMenu > ul {
		padding: 20px 0px;
	}
	.mainMenu > ul > li {
		width: 50%;
		padding: 0px 10px 0px 0px;
	}
	.pageFooter .fTop .sectF {
		width: 100%;
	}
	.pageFooter .fTop .sectF:last-child {
		text-align: center;
	}
	.pageFooter .textFoot {
		padding-left: 20px;
	}
	.gContent .cLeft, .gContent .cRight {
		width: 100%;
		padding: 0px;
		float: none;
	}
	.gContent .cRight {
		margin-bottom: 50px;
	}
	.imgSection {
		display: none;
	}
	.w2 .gBreadcrumbs, .gContent.w2 .cRight, .w2 .gBreadcrumbs ul {
		padding-right: 0px;
	}
	.gBreadcrumbs ul {
		padding: 16px 0px 14px;
	}
	.gIntern .timeArt {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0px 0px 25px;
		padding: 0px 20px 0px 0px;
	}
	.w2 .gIntern .gShare, .w2 .gIntern .gShare li.text {
		position: relative;
		width: auto;
		left: auto;
	}
	.w2 .gIntern .gShare {
		top: auto;
		margin: 30px 0px 0px;
	}
	.w2 .gIntern .gShare li.text {
		bottom: auto;
		transform: none;
	}
	.gIntern .gDesc .issuuembed {
		height: 450px;
	}
	.listCate li {
		height: 160px;
		font-size: 0.85rem;
		line-height: 1em;
		letter-spacing: 0.1rem;
	}
	.listMap .conMap {
		height: 250px;
	}
}
@media (max-width:567px) {
	.pageFooter .textFoot p, .pageFooter .textFoot .gSocial {
		width: 100%;
		padding: 0px;
		float: none;
	}
	.sliderFeatured .gSlide header {
		padding: 20px 20px 50px;
	}
	.sliderFeatured .slick-arrow {
		bottom: 20px;
	}
	.sliderFeatured .slick-prev {
		left: 20px;
	}
	.sliderFeatured .slick-next {
		left: 55px;
	}
	.contSNews, .sliderNews, .sliderNews .slick-list, .sliderNews .slick-track, .sliderNews .gSlide {
		height: auto;
	}
	.sliderNews .gSlide figure {
		position: relative;
		width: 100%;
		height: 200px;
	}
	.sliderNews {
		padding: 0px 20px;
	}
	.sliderNews .gSlide header {
		padding: 20px;
	}
	.gList .titleL {
		padding: 18px 20px;
		letter-spacing: 0.06rem;
	}
	.iList, .internShort {
		padding: 0px;
	}
	.iList {
		margin-bottom: 40px;
	}
	.iList figure, .iList header {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.iList figure {
		margin-bottom: 20px;
	}
	.tableProg {
		letter-spacing: 0rem;
	}
	.tableProg > li > span {
		padding: 0px 10px 6px 0px;
	}
	.listCate li {
		height: 100px;
		font-size: 0.7rem;
		line-height: 1em;
		letter-spacing: 0rem;
	}
	.gForm .txtRight {
		text-align: left;
	}
	.gCol.col2 > div, .gCol.col3 > div, .contVideos li {
		width: 100%;
	}
	.contVideos li {
		margin: 0px 0px 30px;
	}
	.gCol.col2 > div:nth-child(1), .gCol.col3 > div:nth-child(1), .gCol.col3 > div:nth-child(2), .gCol.col2 > div:nth-child(2), .gCol.col3 > div:nth-child(3), .gCol.col3 > div:nth-child(2) {
		padding: 0px;
	}
	.btnRegIns {
		width: 100%;
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
}


.ajuste_titulo{
	margin-top: -10px;
}

.desc_comp {
	padding-top: 50px;
	padding-bottom: : 50px;
	margin: 0px 0px 1.7rem;
	letter-spacing: 0.06rem;
	font-size: 0.94rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: #333333;
}

.img_compte{
	width: 100%;
}

.inactivo{
	background: rgba(83,83,83,0.5);
}

