






















/*
	HEADER.CSS
*/

.site-header{

	display: block;
	width: 100%;
	background: #1f1f1f url(/export/sites/bolavip/arte/bg-header.png) no-repeat top right;
	height: 91px;
	min-height: auto;
	box-sizing: border-box;
	z-index: 20;
	padding-bottom: 22px;
	position: relative;
}
header.site-header:after{
	content: '';
	clear: both;
	display: block;
}
.bg-header{
	background: #1f1f1f url(/export/sites/bolavip/arte/bg-header.png) no-repeat top right;
	position: relative;
	z-index: 3;
}
.header-top.site-header.sticky .site-search.active{
	z-index: 5;
}

.beforesticky .site-header{
	position: relative;
	z-index:20;
}

.site-header .site-logo{
	float: left;
	margin: 16px 70px 0 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.site-header .site-logo img{
	width: 138px;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.site-header .site-nav{
	float: left;
	margin-top: 22px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.site-header .trigger-menu{
	display: none;
}
.site-header .site-nav li{
	float: left;
	position: relative;
}
.site-header .site-nav li + li{
	margin-left: 20px;
}
.site-header .site-nav .trigger,
.site-header .site-nav a{
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 18px 5px 11px;
	color: rgba( 255, 255, 255, .6 );
	overflow:hidden;
	position: relative;
}}
.site-header .site-nav .trigger{
	position: relative;
	padding-right: 15px;
	cursor: pointer;
}
.site-header .site-nav .trigger{
	position: relative;
	padding-right: 15px;
	cursor: pointer;
}
.site-header .site-nav .trigger:after,
.site-header .site-nav .trigger:before{
	content: "";
	position: absolute;
	top: 25px;
	right: 2px;
	left: auto;
	bottom: auto;
	width: 1px;
	height: 6px;
	transition: all .3s;
	-webkit-transition: all .3s;
	background-color: white;
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.site-header .site-nav .trigger:before{
	right: 7px;
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}


.nav__header .subnav:hover .trigger:after {
	background: #131B36;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.site-header .subnav:hover .trigger:before{
	background: #131B36;
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}

.site-header .site-nav li.active a,
.site-header .site-nav a:hover{
	color: #CE273E;
}
.site-header .site-nav li.active a:after,
.site-header .site-nav li a:hover:after{
	bottom: 0;
}
.site-header .site-nav li a:after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #CE273E;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.site-header .submenu{
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0;

	background: #fff url(/export/sites/bolavip/arte/bg__submenu.png) no-repeat bottom right;
	
	padding-bottom: 0;
	min-width: 435px;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transform-origin: top left;
	-ms-transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform: scale( 0 );
	-ms-transform: scale( 0 );
	-moz-transform: scale( 0 );
	-webkit-transform: scale( 0 );
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
}
.site-header .subnav--right .submenu{
	left: auto;
	right:0;
	transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
}

.site-header .subnav.social:hover > .submenu,
.site-header .subnav:hover> .submenu{
	transform: scale( 1 );
	-ms-transform: scale( 1 );
	-moz-transform: scale( 1 );
	-webkit-transform: scale( 1 );
}
.site-header .submenu li{
	float: none;
	display: block;
	margin: 0!important;
}
.site-header .submenu li a{
	text-transform: uppercase;
	padding-bottom: 11px !important;
}
.site-header .submenu a{
	float: none;
	color: #000 !important;
	font: 700 16px/17px 'Chivo', sans-serif;
	display: block;
	
	white-space: nowrap;
	margin-bottom:0px;
	text-transform: none;
}
.site-header .submenu a:hover{
	color: #CE273E !important;
}
.site-header .submenu a:after{
	display: none;
}



.header-top .actions{
	float: right;
	margin-top: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.header-top .actions > .icon__search_cool{
	margin-top: 31px;
}
.site-header .lkn_search{
	float: right;
	position: relative;
	color: #fff;
	font-size: 16px;

	border: none;
	padding: 11px 51px 0 0;
	background-color: transparent;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.site-header .icon__search_cool:before{
	position: absolute;
	right:0;
	    font-size: 19px;
}
.site-header .icon-search:hover{
	color: #CE273E;
}
.header-top .social{
	float: left;
	padding: 28px 0 10px;
	margin-left: 6px;
	position: relative;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.site-header .social .submenu{
	margin-top: -4px;
}
.header-top .social > a,
.header-top .social span{
	float: left;
	width: 38px;
	height: 38px;
	background-color: rgba( 255, 255, 255, .2 );
	border-radius: 100%;
	color: white;
	text-align: center;
	line-height: 46px;
	font-size: 19px;
	margin-left: 6px;
	border: 1px solid transparent;
	position:relative;
	
	
	transition: all 0s;
	-webkit-transition: all 0s;
}
.header-top .social:hover > a,
.header-top .social:hover > span{
	border: 1px solid #CE273E;
	background: #CE273E;
}
.header-top .social > a:before,
.header-top .social span:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );	
}
.header-top .social .icon__twitter{
	font-size: 15px;
}
.header-top .social .icon__plusone{
	font-size: 17px;
}

.header-top .social .submenu{
	right: 0;
	left: auto;
	min-width: 190px;
	padding: 16px 16px 0;
	z-index: 3;
	transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
}
.header-top .social .submenu > div + div{
	margin-bottom: 10px;
}
.header-top .social .fb-button span{
	margin: 0;
}
.header-top .social .fb-button iframe{
	position: static;
	vertical-align: top;
}
.header-top .social .twitter-follow-button{
	padding: 0;
}
.header-top .social .in-button span{
	width: auto;
	line-height: 0;
	height: auto;
	padding: 0;
	margin: 0;
}
.header-top .social .ins-button a{
	overflow: hidden;
	padding: 0;
}

.header-top .social .ins-button .image{
	float: left;
	background: url(/export/sites/bolavip/arte/btn_instagram.png) no-repeat;
	width: 88px;
	height: 20px;
	background-size: 88px 20px;
	margin: 0;
	border-radius: 0;
}
.header-top .social .wsp-button .image{
	float: left;
	background: url(/export/sites/bolavip/arte/btn_whatsapp.png) no-repeat;
	width: 104px;
	height: 23px;
	background-size: 104px;
	margin: 0;
	border-radius: 0;
}
.header-top .social .ins-button .text{
	float: left;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #fafafa;
	color:#000;
	font: 11px/11px 'Chivo', sans-serif;
	margin: 0;
	width: auto;
	border-radius: 0 2px 2px 0;
	padding: 5px 11px 4px;
	height: auto;
}
.header-top .social .fb-button,
.header-top .social .wsp-button,
.header-top .social .tw-button,
.header-top .social .in-button,
.header-top .social .yt-button,
.header-top .social .gg-button{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.site-search{
	position: fixed;
	top: -117px;
	left: 0;
	height: 117px;
	right: 0;

	overflow: hidden;
	z-index: 2;
	margin: 0;
	
	background-color: #131B36;
	transition: all .5s, opacity 0s;
	-ms-transition: all .5s, opacity 0s;
	-moz-transition: all .5s, opacity 0s;
	-webkit-transition: all .5s, opacity 0s;
}
/*.header-top.site-header .row__nav{
	position: relative;
	z-index: 20;
}*/

.site-search.active{
	top: 92px;
	position: absolute;
	z-index: -1;
}
.site-search fieldset{
	position:relative;
	width: 100%;
	max-width: 604px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	height: 50px;
	margin: 33px auto;
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.site-search button{
	color: #9e9e9e;
	position: absolute ;
	top: 0 ;
	right: 50px;
	float: none;
	left: auto ;
	padding: 0;
	width: 34px!important;
	height: 34px!important;
	font-size: 20px!important;
	border: none;
	background-color: transparent;
}
.site-search button.close{
	left: auto ;
	/*right: 0 ;
	top: 9px;*/
	right: 30px;
	top: 50%;
	margin-top: -17px;
}
.site-search button.close:after,
.site-search button.close:before{
	content: "";
	position: absolute;
	top: 6px;
	left: 15px;
	width: 2px;
	height: 22px;
	background-color: #000;
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.site-search button.close:before{
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.site-search input{
	margin: 0;
	background-color: #fff;
	border: none;
	color: #000;
	border-bottom: 1px solid rgba( 255, 255, 255, .5 );
	font-size: 17px;
	line-height: 17px;
	width: 100%;
	padding: 16px 9px;
	box-sizing: border-box;
}

.site-search input::-webkit-input-placeholder {
	color: #9e9e9e;
}
.site-search input::-moz-placeholder {
	color: #9e9e9e;
}
.site-search input:-ms-input-placeholder {
	color: #9e9e9e;
}
.site-search input:-moz-placeholder {
	color: #9e9e9e;
}

/*
BANNER
*/
.container-banner-header{
	max-width: 1250px;
	margin: 0 auto;
}
.banner-header{
	background: #1f1f1f;
	border-bottom: 1px solid #2f2f30;
	position: relative;
	z-index: 21;
	
}

.banner-header2{
	background: transparent;
	position: relative;
	z-index: 2;
}

.banner-header .container-banner-header img,
#banner-billboard div[id*="div-gpt"]{
	margin-bottom: 20px;
	margin-top: 20px;
}

.container-banner-header div[id*="div-gpt"]{
	margin:22px 5px 19px 0;
	float:left;
}
#banner-billboard div[id*="div-gpt"] > span{
	font-size:0;
	right:-29px !important;
}
#banner-billboard div[id*="div-gpt"] > span:after,
#banner-billboard div[id*="div-gpt"] > span:before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: #000;
    position: absolute;
    width: 16px;
    height: 1px;
    left: 0;
}
#banner-billboard div[id*="div-gpt"] > span:before {
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
#banner-billboard div[id*="div-gpt"] > span:after {
    transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}
#banner-takeover .PRE_HOME{
	
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}
#banner-takeover .PRE_HOME > div{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#banner-takeover .PRE_HOME #cerrar_ad{
	
	background: transparent;
	position: absolute;
	top:50%;
	left:50%;
	margin: 0;
	font-size:0;
	transform: translate(415px,-315px);
	-webkit-transform: translate(415px,-315px);
}


#banner-takeover #cerrar_ad:after,
#banner-takeover #cerrar_ad:before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 1px;
    left: 0;
}
#banner-takeover #cerrar_ad:before {
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
#banner-takeover #cerrar_ad:after {
    transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}

.banner-header .banner-970x90{
	float:left;
}
.banner-header .banner-270x90{
    float: right;
}
.page-news .banner-270x90,
.page-section .banner-270x90{
	display:none;
}
.page-news .banner-header .banner-970x90,
.page-section .banner-header .banner-970x90{
	width: 100%;
	text-align: center;
}
.page-news .banner-header div[id*="div-gpt"],
.page-section .banner-header div[id*="div-gpt"]{
	margin: 22px auto 20px;
	display: block;
	float: none;
}
.row__logo{
	float: left;
	width: 100%;
	
	box-sizing: border-box;
	padding: 0 61px 16px 61px;
	    position: relative;

}
.row__logo:after{
	content:"";
	background:rgba(255, 255, 255, 0.2);
	height:1px;

	display:block;
	position: absolute;
	bottom: 0;
	right: 61px;
	left: 61px;
}
.header__logo{
	float:left;
	margin-right:20px;
}
.header__logo img{
	height: 40px;
	width: auto;
}
.nav__header li{
	display: inline-block;
	color: #fff;
	margin-right: 22px;
	padding-bottom: 0px;
	position: relative;
}
.nav__header li:last-child{
	margin-right: 0px;
}
.nav__header li.subnav{
	padding-right: 27px;
	padding-bottom: 22px;
}

.nav__header li .trigger .arrow{
	position: absolute;
	width: 17px;
	height: 1px;
	background-color: white;
	top: 12px;
	display: block;
	right: 0px;
	transition: all .2s;
	-webkit-transition:  all .2s;
}

.nav__header li .trigger:after,
.nav__header li .trigger:before{
	content: "";
	position: absolute;
	top: 11px;
	right: -17px;
	width: 2px;
	height: 9px;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 2px;
}
.nav__header li .trigger:before {
    right: -11px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.nav__header li .trigger .arrow:after,
.nav__header li .trigger .arrow:before{
	content: "";
	width: inherit;
	height: inherit;
	background-color: white;
	position: absolute;
	left: 0;
	top: -5px;
	transition: top 0.3s 0.3s, transform 0.3s 0s, background-color .2s;
	-ms-transition: top 0.3s 0.3s, transform 0.3s 0s, background-color .2s;
	-moz-transition: top 0.3s 0.3s, transform 0.3s 0s, background-color .2s;
	-webkit-transition: top 0.3s 0.3s, transform 0.3s 0s, background-color .2s;
}
.site-header .subnav.active .arrow:after{
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	
}
.nav__header .subnav.active .arrow:after,
.nav__header .subnav.active .arrow:before{
	top:0;
    transition: top .2s 0s, transform .3s .3s, width .3s .3s;
    -webkit-transition: top .2s 0s, transform .3s .3s, width .3s .3s;
}
.site-header .subnav.active .arrow:before{
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	
}
.beforesticky .site-header .subnav.active .trigger .arrow,
.site-header .subnav.active .trigger .arrow{
	background: transparent;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.nav__header li .trigger .arrow:after{
	top: 5px;
}
.row__nav {
	float: left;
	box-sizing: border-box;
	width: 100%;
	// padding: 24px 39px 0 39px;
	padding: 24px 39px 0 0px;
	transition: all .3s;
	-moz-transition: top .3s;
	-ms-transition: top .3s;
	-webkit-transition: top .3s;
}
.nav__logo{
	background: #000;
	float: left;
	padding: 21px 30px;
	margin-right: 32px;
	display: none;
}

.beforesticky .nav__logo{
	display: block;
}
.beforesticky .row__nav{
	background: #000;
	position: fixed;
    	top: -85px;
}
.sticky .row__nav{
	height: 91px;
	top: 0px;
-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);	
}
.nav__header{
	padding-top: 4px;
	float: left;
}
.nav__header a{
	font: 700 18px/22px 'Chivo', sans-serif;
	color:#fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 4px;
	position: relative;

	display: block;
}
.nav__header .trigger{
    padding-right: 0px;
    cursor:pointer;
}

.nav__header a .video-player{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-color: #fff;
	border-width: 1px;

	border-radius: 0;
	margin: -2px 7px 0 0;
	z-index: 2;
}
.nav__header a .video-player:after {
	border-width: 5px 0 5px 8px;
	border-left-color: white;
	top: 4px;
	left: 6px;
}
.beforesticky .nav__header .video-player{
	border-color: #000;
}
.beforesticky .nav__header .video-player:after{
	border-left-color: #000;
}
.nav__header .active a .video-player,
.nav__header a:hover .video-player{
	color: #131B36;
	border-color: #131B36;
}
.nav__header .active a .video-player:after,
.nav__header a:hover .video-player:after{
	border-left-color: #131B36;
}


.nav__header .line__title {
	width: 50px;
	bottom: -5px;
	opacity: 0;	
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.nav__header .active .line__title,
.nav__header a:hover .line__title{
	bottom: 0;
	opacity: 1;
}
.beforesticky .row__nav a:hover,
.nav__header a:hover,
.nav__header .active a{
	color: #131B36;
}
.beforesticky .site-header .lkn_search{
	height: 30px;
}
.beforesticky .site-header .lkn_search.icon__search_cool:before{
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.beforesticky .site-header .lkn_search span{
	display: none;
}



.beforesticky .site-search{
	position: fixed;
	top: -78px;
	height: 78px;
	
}
.beforesticky .site-search fieldset{
	margin: 14px auto;
}
.beforesticky .site-search.active{
	height: 91px;
	top: 0;
	visibility: visible;
	opacity:1;
}

/*
	COLORES
*/

.site-header .site-nav .naltros.active a,
.site-header .site-nav .naltros a:hover{
	color: #af2cd1;
}

.row__nav .deportes a:after{
	background-color: #32aef7;
}
.row__nav .deportes a:hover,
.row__nav .deportes.active a,
.site-header .site-nav .deportes.active a,
.site-header .site-nav .deportes a:hover{
	color: #32aef7;
}
.row__nav .entretenimiento a:after{
	background-color: #3bd7ba;
}
.row__nav .entretenimiento a:hover,
.row__nav .entretenimiento.active a{
	color: #3bd7ba;
}
.site-header .site-nav .deportes.active a,
.site-header .site-nav .deportes a:hover{
	color: #32aef7;
}
.site-header .site-nav .deportes a:after{
	background-color: #32aef7;
}

.nav__header .tecnologia.active a,
.nav__header .tecnologia a:hover{
	color: #3bd7ba;
}
.nav__header .tecnologia a:after{
	background-color: #3bd7ba;
}
.nav__header .cultura.active a,
.nav__header .cultura a:hover{
	color: #3bd7ba;
}
.nav__header .cultura a:after{
	background-color: #3bd7ba;
}




.content__nav{
	padding-top: 0px;
	border-top:0;
	padding-bottom: 15px;
}
.content__nav .col__left{
	padding: 0 50px;
	border-right: 1px solid #353336;
}
.content__nav__title {
	font: bold 17px/17px 'Chivo', sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.content__nav .col__left,
.content__nav .col__right{
	display: inline-block;
	vertical-align: top;
}
.content__nav ul{
	display: inline-block;
	vertical-align: top;
	padding: 25px 15px 0 48px;
}

.alert{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0 27px;
	min-height: 25px;
	display: block;
	background: #131B36 url(/export/sites/bolavip/arte/bg__alerta.png) no-repeat center right;
	
	margin-top: 0px;	
	box-sizing: border-box;
	    padding-right: 90px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.alert + .alert{
	margin-top: 0;
}
.alert .ocms_de_bt{
	position: absolute!important;
	top: 0!important;
	left: auto!important;
	right: 0!important;
}
.alert .alert-label{
	color: #CE273E;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
}
.alert .alert-title{
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 4px;
}
.alert .alert-title a{
	color: inherit;
	font: inherit;
}
.alert .alert-title a:hover{
	text-decoration: underline;
}
.alert .alert-media{
	position: absolute;
	top: 0;
	left: 38px;
	width: 127px;
	height: 95px;
}
.alert-warning .alert-title{
	color: #000;
}
.alert-warning .alert-close:before,
.alert-warning .alert-close:after{
	background-color: #000;
}
/*
	ALERTA VIVO / METEREOLOGICA
*/
.alert-live{
	
	padding-left: 80px;
}
.alert-live.alert-image{
	padding-left: 204px;

	min-height: 78px;
}
.alert-live.alert-image .alert-label{
	left: 160px;

	
}
.alert-live .video-player{
	border-color: transparent;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	box-shadow: none;
	background: #131B36;
	border-radius: 0;
}
.alert-live .video-player:after{
	border-width: 7px 0px 7px 11px;
	border-left-color: #000;
	top: 50%;
	left: 50%;
	
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
/*
	ALERT WEATHER
*/
.alert-weather{
	padding-left: 38px;
	background: #246fde;
}

/*
	ALERT WARNING
*/
.alert-warning{
	padding-left: 38px;
}
/*
	ALERT POLL
*/

.alert-poll{
	padding: 15px 0 15px 38px;
	overflow: hidden;
	
}


.alert-poll .poll .poll-subtitle,
.alert-poll .poll .poll-label{
	display: none;
}
.alert-poll .poll .poll-header{
	float: left;
}
.alert-poll .poll .poll-title{
	color: #000;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	margin-right: 25px;
	margin-bottom: 0px;
    margin-top: 5px;
}
.alert-poll .poll .poll-content{
	width: 300px;
	float: left;
	margin-bottom: 0;
}
.alert-poll .poll.poll-results .poll-items{
	background-color: rgba(42, 45, 47, .8)!important;
}
.alert-poll .poll .poll-items .poll-item{
	width: 49%;
	background-color: #000;
	    
}
.alert-poll .cmspoll-generated .poll .poll-items .poll-item{
cursor: inherit;
}
.alert-poll .poll.poll-binary.loading .poll-item:hover, 
.alert-poll .poll.poll-binary.loading .poll-item:active{
	background-color: #2a2d2f;
}
.alert-poll .poll .poll-items .poll-item:hover{
	background-color: #2a2d2f;
}
.alert-poll .poll .poll-bar{
	background-color: #000!important;
	border: none!important;
	    border-radius: 0;
}
.alert-poll .poll .poll-percent,
.alert-poll .poll .poll-text{
	color: white!important;
	font-weight:bold;
}
.alert-poll .alert-share{
	float: left;
	margin-left: 20px;
	margin-top: 4px;
	border-left: 1px solid rgba( 0, 0, 0, .5 );
	padding-left: 10px;
	font-size: 17px;
}
.alert-poll .alert-share button{
	color: #000!important;
	float: left;
	width: 37px;
	height: 37px;
	border: none;
	background-color: transparent;
	    position: relative;
}
.alert-poll .alert-share button:before{
	top:50%;
	left:50%;
	position: absolute;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );	
}
.alert-poll .alert-share button:hover{
	color: #000!important;
}
.alert-poll .alert-share .icon-twitter{
	font-size: 15px;
}
.alert-poll .alert-share .icon-mail{
	font-size: 13px;
}
.alert-poll .poll .poll-percent{
    font: bold 15px/50px 'Chivo', sans-serif;
}
.alert-poll .poll  .poll-text{
	line-height: 42px;
}
.alert-poll .poll.poll-binary.poll-results .poll-items{
	border-radius: 0;
}
.alert-poll .poll .poll-bar{
    border-radius: 0;
}
/*
	ALERT COOKIES
*/
.page-home .alert-cookies{
    margin-bottom: 20px;
    margin-top: 0;
}
 
.alert-cookies{
    padding: 10px 30px;
    background: #e5e5e5;
    margin-bottom: 0;
    display:none;
	margin-top: 0; 
}
.alert-cookies a{
    text-decoration: underline;
}

.alert-cookies .alert-title{
	font-size: 14px;
	line-height: 19px;
	color: black;
}

.alert-close{
	background:transparent;
	position: absolute;
	right: 51px;
	top: 50%;
	width: 32px;
	border:0;
	padding:0;
	height: 32px;	
	transform: translate( 0, -50% );
	-webkit-transform: translate( 0, -50% );
}
.alert-close:after, 
.alert-close:before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: #000;
    position: absolute;
    width: 33px;
    height: 2px;
    left: 0;
}
.alert-close:before {
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
.alert-close:after {
    transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}
.alert-cookies .alert-close{
	border: none;
	
	position: relative;
	top: inherit;
	right: inherit;
	width: inherit;
	height: inherit;
	background: #ccc;
	padding: 5px 10px;
	margin-left: 10px;
	transform: translate( 0, 0% );
	-webkit-transform: translate( 0, 0% );
}
.alert-cookies .alert-close:before,
.alert-cookies .alert-close:after{
	display:none;
}

.site-footer{
	background-color: black;
	font-size: 14px;
	line-height: 16px;
}
.site-footer .row--fluid{
	padding: 0px 60px;
}
.footer-logos {
	text-align: center;
	padding: 24px 0px;
	border-bottom: 1px solid #3d3d3d;
}
.footer-logos a{
	margin: 0 13px;
}
.site-footer .footer-top{

	position: relative;
	padding: 63px 0 25px 0;
	margin-bottom: 15px;
}
.site-footer .footer-bottom {
	border-top:1px solid #202020;
    padding: 18px 0 28px;
}
.site-footer .site-logo{
	width: 100%;
	text-align: left;
	display: block;
	margin-bottom: 43px;
}
.site-footer .site-logo img{
	width: auto;
	height: 40px;
}
.footer-nav{
	text-align: center;
}

.footer-nav .column{
	width: 15%;
	float: left;
}
.footer-nav .column:first-child{
    width: 85%;
}
.footer-nav ul{
	margin-bottom: 4px;
	text-align:left;
}
.footer-nav li {
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 15px 0;
	position: relative;	
	overflow: hidden;
	padding-bottom: 5px;
	margin-right: 18px;
}
.footer-subnav li + li:after{
	content: "";
	background: #848484;
	height: 10px;
	position: absolute;
	left: 0;
	width: 1px;
	top: 1px;
}
.site-footer a{
	color: white;
	position: relative;	
}
.site-footer .footer_logo-1 img{
	height:25px;
	    margin-top: 9px;
}
.site-footer .footer_logo-2 img{
	height:32px;
	    margin-top: 10px;
}
.site-footer .footer_logo-3 img{
	height:31px;
	margin-top: 10px;
}
.footer-logos img{
	height: 49px;
	width:auto;
}
.footer__social{
	padding-left: 41px;
	box-sizing: border-box;
}
.footer__social h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 30px;
        text-align: left;
}
.footer__social li{
    font-size: 25px;
    margin-right: 22px;
}

.footer__social li:last-child{
	margin:0;
}

.site-footer a:hover{
	color: #CE273E;
}
.footer-subnav a{
	color: #848484;
}

.site-footer a [class*="icon-"]{
	width: 26px;
	text-align: center;
	position: relative;
}
.site-footer .icon-facebook{
	font-size: 17px;
	top: 3px;
}
.site-footer .icon-twitter{
	font-size: 15px;
	top: 2px;
}
.site-footer .icon-plusone{
	font-size: 15px;
}
.site-footer .icon-youtube{
	font-size: 19px;
}

.site-footer .footer-newsletter{
	position: absolute;
	bottom: 55px;
	right: 0;
	margin: 0;
}
.footer-newsletter fieldset{
	width: 410px;
	position: relative;

}
.site-footer .footer-newsletter label{
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 12px;
}
.site-footer .footer-newsletter input{
	border: 1px solid #fff;
	color: white;
	border-radius: 125px;
	background-color: #fff;
	padding: 13px 12px 12px;
	width: 310px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.site-footer .footer-newsletter input:focus{
	border-color: #989d9e;
}
.site-footer .footer-newsletter .btn{
	width: 128px;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 125px 125px 0;
	
}
.site-footer .footer-bottom{

	padding: 3px 0 28px;
}
.site-footer .footer-bottom p{
	color: #717172;
	font-size: 10px;
	position: absolute;
	left: 0;
	width:100%;
	margin-top: 0px;
	text-align: center;
	padding: 0 240px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.site-footer .footer-bottom a{
	display: inline-block;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;	
}
.site-footer .footer-bottom .fsites{
	display: inline-block;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;	
	margin-right: 27px;
}

.site-footer .footer-bottom .fsites img{
    height: 26px;
    width: auto;
    margin-top: 16px;
}

.site-footer .footer-bottom a:hover{
	color: #fff;
}
.site-footer .footer-bottom .pull-left img{
	height: 26px;
	opacity: 0.2;
	width: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
		
}
.footer-bottom .pull-left,
.footer-bottom .pull-right{
	position:relative;
	z-index:2;
}
.footer-bottom .pull-left{
	margin-top: 22px;
}

.site-footer .footer-bottom a:hover img{
	opacity: 1;
}
.site-footer .footer-bottom .pull-right img {
	height: 26px;
	width: auto;
	margin-top: 16px;
}

.site-footer .banner-footer{
	text-align:right;
}
.site-footer .banner-footer .img-banner{
    width: 300px;
    height: 250px;
}


/*
	HOME
*/
.jw-preview{
    background-size: cover !important;
}
.poll-box-home + .home-lastnews,
.poll-box-home + .home-lastnews + .home-lastnews {
	margin-top: 40px;
}
.home-secciones{
	margin-bottom: 20px;
	
	max-width: 1082px;
}

.home-secciones + .home-secciones{
	margin-top: 53px;
}
.home-secciones .col{
	padding: 0 18px;
}
.home-secciones .col-aside .banner:first-child{
	margin-top: 65px;	
}
.home-secciones .col .banner{
	margin-top: 20px;
	text-align: left;
}
.home-secciones .mod-listnews .news-summary .news-media{
	width: 155px;
	height: 117px;
}

.home-featured{
	background: #CE273E;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	    width: 100%;
}
.home-featured:after{
	background:url(/export/sites/bolavip/arte/bg__homefeature--right.png) no-repeat 0;
	width:416px;
	height:416px;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	
}
.home-featured:before{
	background:url(/export/sites/bolavip/arte/bg__homefeature--left.png) no-repeat 0;
	width:534px;
	height:621px;
	position:absolute;
	content:"";
	left:0;
	top:0;
}



/*************/
/* VAMOS URUGUAY */
/*************/
.page-vamosuruguay .home-featured {
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	    width: 100%;
}
.page-vamosuruguay .home-featured:after {
	background:url(/export/sites/bolavip/arte/bg_vamosuruguay.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.page-vamosuruguay .page-builder .news .news-section {
	background-color: #71ade2;
}

/*************/
/* DALE TICOS */
/*************/
.page-daleticos .home-featured {
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	    width: 100%;
}
.page-daleticos .home-featured:after {
	background:url(/export/sites/bolavip/arte/bg_daleticos.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.page-daleticos .page-builder .news .news-section {
	background-color: #c2201f;
}

/*************/
/* DALE PANAMA */
/*************/
.page-dalepanama .home-featured {
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	    width: 100%;
}
.page-dalepanama .home-featured:after {
	background:url(/export/sites/bolavip/arte/bg_dalepanama.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.page-dalepanama .page-builder .news .news-section {
	background-color: #c2201f;
}


/*************/
/* RUN STYLE */
/*************/

.home-featured-run{
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	    width: 100%;
}
.home-featured-run:after{
	background:url(/export/sites/bolavip/arte/bg-run.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.section-title-run {
	display: block;
	width: 200px;
	height: 90px;
	font-size: 0;
	margin: auto;
	position: relative;
	margin-bottom: -30px;
}

.section-title-run:after {
	background:url(/export/sites/bolavip/arte/lg-run.png) no-repeat top center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 90px;
}

/***************/
/* MOTOR STYLE */
/***************/

.home-featured-motor{
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	width: 100%;
}
.home-featured-motor:after{
	background:url(/export/sites/bolavip/arte/bg-motor.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.section-title-motor {
	display: block;
	width: 350px;
	height: 90px;
	font-size: 0;
	margin: auto;
	position: relative;
	margin-bottom: -30px;
}

.section-title-motor:after {
	background:url(/export/sites/bolavip/arte/lg-motor.png) no-repeat top center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 90px;
}

/***************/
/* RUSIA STYLE */
/***************/

.home-featured-rusia{
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	width: 100%;
}
.home-featured-rusia:after{
	background:url(/export/sites/bolavip/arte/bg-rusia-2018.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.section-title-rusia {
	display: block;
	font-size: 60px;
	margin: auto;
	position: relative;
	margin-bottom: -30px;
	padding: 40px 0;
	text-transform: uppercase;
	font-family: 'Fira sans';
	letter-spacing: 10px;
	color: #f3cf60;
}

.section-title-rusia:after {
	background: none;
	/**
	background:url(/arte/lg-rusia-2018.png) no-repeat top center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 90px;
	**/
}

.section-title-rusia .line__title {
	display: none;
}

/*******************/
/* ARGENTINA STYLE */
/*******************/

.home-featured-argentina {
	background: #C7C7C7;
	margin-bottom: 30px;
	display: block;
	padding-bottom: 1px;
	position:relative;
	overflow: hidden;
	width: 100%;
}
.home-featured-argentina:after{
	background:url(/export/sites/bolavip/arte/bg-argentina.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.section-title-argentina {
	display: block;
	width: 350px;
	height: 90px;
	font-size: 0;
	margin: auto;
	position: relative;
	margin-bottom: -30px;
}

.section-title-argentina:after {
	background:url(/export/sites/bolavip/arte/lg-argentina.png) no-repeat top center;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 90px;
}

/*
	SEARCH
*/
.section-search{
	max-width: 695px;
	margin: 0 auto;
	position: relative;
}
.section-search button{
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	padding: 5px 0 15px;
	border: none;
	background-color: transparent;
	color: white;
	font-size: 32px;
}
.section-search input{
	border: none;
	border-bottom: 1px solid rgba( 255, 255, 255, .5 );
	background-color: transparent;
	color: white;
	padding: 12px 65px 14px 12px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section-search input::-webkit-input-placeholder {
  color: white;
}
.section-search input::-moz-placeholder {
  color: white;
}
.section-search input:-ms-input-placeholder {
  color: white;
}
.section-search input:-moz-placeholder {
  color: white;
}
.sin-resultados{
	padding-top: 60px;
	position: relative;
}
.sin-resultados:before{
	font-family: "icons";
	content: "\EA1B";
	display: block;
	margin: 0 auto;
	width: 200px;
	font-size: 200px;
	line-height: 200px;
	color: #b2b2b2;
	height: 200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.sin-resultados p{
	text-align: center;
	font: bold 22px/24px 'Chivo', sans-serif;
}
.sin-resultados p small{
	display: block;
	font: normal 20px/22px 'Chivo', sans-serif;
	margin-top: 5px;
}
.sin-resultados ul{
	display: block;
	margin: 44px auto 0;
	max-width: 474px;
}
.sin-resultados li{
	position: relative;
	padding-left: 13px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	color: rgba( 0, 0, 0, .6 );
}
.sin-resultados li:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: rgba( 0, 0, 0, .6 );
	border-radius: 100%;
}
/*
	SECCIONES
*/
.page-section{
	padding-top: 95px;
	padding-top: 0px;
}
.page-section .home-featured{
	margin-bottom: 60px;
}
.page-section .section-header{
	width: 100%;
	margin-bottom: 17px;
	padding: 3px 0 15px;
	display: block;
	text-align: center;
	position:relative;
}
.page-section .section-title{
	font: bold 52px/84px 'Chivo', sans-serif;
	color: white;
	text-transform: uppercase;
	    position: relative;
}
.page-section.page-videos .mod-home-videos .mod-title{
	font-size: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
}


.page-section .col-aside,
.page-section .col-main{
	padding-bottom: 25px;
	    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
 
.page-videos .col-main{
	    margin-top: 60px;
}
.page-section.page-videos .col-main .view-more{

	    margin-bottom: 9px;
}
.page-humor .section-header,
.page-freestyle .section-header{
	background:#1f1f1f;
	padding-bottom: 25px;
	
}
.page-contacto .section-header{
	background:#3b3b3b url(/export/sites/bolavip/arte/bg-contacto.png) no-repeat top left;
	padding-bottom: 25px;
	
}
.page-section .freestyle-content{
	padding: 25px 10px 70px;
	max-width: 765px;
	margin: 0 auto;
}
.page-section .freestyle-content h1,
.page-section .freestyle-content h2,
.page-section .freestyle-content h3,
.page-section .freestyle-content h4,
.page-section .freestyle-content h5{
	font-sizte: 22px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 32px;
}
.page-section .freestyle-content p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 32px;
}
.page-section .freestyle-content p a{
	color: #CE273E;
}
.page-section .freestyle-content ol,
.page-section .freestyle-content ul{
  margin: 0 0 32px 50px;
}
.page-section .freestyle-content li{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
	list-style: initial;
}
.page-section .freestyle-content ol li{
  list-style: decimal;
}

.page-section.tag-oci .section-header,
.page-section.tag-viure-be .section-header,
.page-section.tag-fem .section-header,
.page-section.page-naltros .section-header{
	background-color: #af2cd1;
}
.page-section.page-deportes .section-header{
	background-color: #32aef7;
}
.page-section.page-trending .section-header{
	background-color: #af2cd1;
}
.page-section .mod-lomasvisto .mod-header{
	margin-top: 44px;
}

.page-search .mod-lomasvisto .mod-header{
	margin-top: 0;
	margin-bottom:40px;
}
.page-videos.page-video-full .view-more{
	margin: 0px auto 130px;
}
.page-search .section-header{
	background: #1f1f1f ;
}
/*
	PAGE BUILDER
*/
.page-builder{
	width: 100%;
	padding: 29px 0;
	overflow: hidden;
	position:relative;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.page-builder .row{
	position: relative; 
	z-index: 2; 
}

.page-builder-thumbs{
	overflow: hidden;
	margin: 8px -4px 0;
}
.page-builder-thumbs .builder_4{
	width: 25%;
	float: left;
	padding: 0 4px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.page-builder-vert{
	float: left;
	width: 33.2%;
	padding-left: 11px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.page-builder-vert .MiniaturasVerticales{
	position: relative;
	height: 0;
	padding-top: 155.5%;
}
.page-builder-vert .news-builder-largest{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page-builder-vert .dojoDndItem:last-child .news-builder-largest,
.page-builder-vert .MiniaturasVerticales > .news-builder-largest:last-child{
	top: auto;
	bottom: 0;
}
/*
	MODULES
*/

.mod-title{
	font: bold 28px/28px 'Chivo', sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 8px;
}

.mod-header{
	position:relative;
}


.deportes .mod-header:after{
	background: #32aef7;
}
.entretenimiento .mod-header:after{
	background: #3bd7ba;
}
.cultura .mod-header:after{
	background: #3bd7ba;
}
.tecnologia .mod-header:after{
	background: #3bd7ba;
}

/*
	MOD SECTION
*/

.mod-section{
	background-color: #ebebeb;
	padding: 52px 0 55px;
}
.mod-section .mod-header{
	margin-bottom: 24px;
	padding-bottom: 10px;
	position: relative;
	text-align:center;
	z-index:1;
}
.mod-section .mod-header > a{
	position: absolute;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
}
.mod-section .mod-title{
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}
.mod-section .mod-header:after{
	top: 10px;
}
.mod-section .mod-title>a{
	color:#000;
}
.mod-section .mod-title>a:hover{
	color: #CE273E;
}

/*
	MOD VIDEOS
*/
.mod-home-videos{
	margin-bottom: 40px;
}
.mod-home-videos .news-grid{
	margin: 0 -4px;
}
.mod-home-videos .col{
	float: left;
	padding: 0 4px 8px;
	width: 24.44%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mod-home-videos .col:first-child{
	width: 49.2%;
}
.mod-home-videos .col:first-child .video-player{
	width: 82px;
	height: 82px;
	border-width: 4px;
}

.mod-home-videos .col:first-child .video-player:after{
	border-width: 16px 0 16px 28px;
	top: 21px;
	left: 27px
}
.mod-home-videos .col:first-child .news .news-data{
	padding: 45px 20px 18px;
}
.mod-home-videos .col:first-child .news .news-title{
	font-size: 38px;
	line-height: 40px;
}
.mod-home-videos .news .news-media{
	padding-top: 75%;
}
.mod-home-videos .news .news-data{
	padding: 30px 20px 14px;
	pointer-events: none;
}
.mod-home-videos .news .news-title{
	font-size: 21px;
	line-height: 23px;
}
.mod-home-videos .news .news-title a:hover{
	color: #fdb900!important;
}

.mod-home-videos .news-grid{
	position: relative;
	width: 100%;
	float: left;
}

.mod-home-videos-feature{
	background:#1f1f1f;
	padding:0;
	padding-bottom: 50px;
	padding-top: 42px;
	position:relative;
	overflow: hidden;
}
.mod-home-videos-feature:before{
	content:"";
	background:url(/export/sites/bolavip/arte/bg__home-videos.jpg) no-repeat 0;
	position:absolute;
	left:0;
	top:0;
	width:1427px;
	height:693px;
	
}

.mod-home-videos-feature .mod-title{
	padding-bottom: 13px;
}
.mod-home-videos-feature .mod-title a{
	color: #fff;
}
.mod-home-videos-feature .mod-header{
	margin-bottom: 18px;
}
.mod-home-videos-feature .news-grid{
	margin: 0 -4px;
}

.mod-home-videos-feature .col{
	float: left;
	padding: 0 1px 0;
	text-align:left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mod-home-videos-feature .col .news-media{
    padding-top: 75%;
}
.mod-home-videos-feature .col .news-media:after{
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 32px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	z-index: 2;
}
.mod-home-videos-feature .col.col--big .news-media:after{
	height: 66px;
}
.mod-home-videos-feature .news-grid{
	color:#fff;
	position: relative;
	width: 100%;
	text-align: center;
	float: left;
}

.mod-home-videos-feature .news-media{
	padding-top: 75%;
}
.mod-home-videos-feature .col--big .news-media{
	padding-top: 76.33%;
}
.mod-home-videos-feature .col--big .news-data{
	bottom: -105px;
	padding: 18px 28px 1px 31px;
}
.mod-home-videos-feature .col.col--big{
	width: 50%;
	padding:0;
	position: relative;
	padding-bottom: 118px;
	background: #000;
}
.mod-home-videos-feature .mod-header--inner{
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 30px 30px 0px 60px;
	box-sizing: border-box;
}
.mod-header--inner .mod-title{
	background: transparent;
	color: #fff;
}
.mod-header--inner .mod-title a{
	color: #fff;
}

.mod-home-videos-feature .mod-header--inner:after{
	top: 39px;
	left: 183px;
	height: 5px;
	background-color: #131B36;
	display: block;
	right: 137px;
	width: auto;
}
.mod-home-videos-feature .mod-header--inner >  a{
	float:right;
	margin: 6px 0 0 0px;
	font-size: 15px;
	font-weight:bold;
	color:#fff;
}
.mod-home-videos-feature .mod-header--inner a:hover{
	color: #131B36;
}
.mod-home-videos-feature .mod-header--inner a:before,
.mod-home-videos-feature .mod-header--inner a:after{
	display:none;
}
.mod-home-videos-feature .col--big .news-title{
	font: bold 32px/38px 'Chivo', sans-serif;
	min-height:2em;
}
.mod-home-videos-feature .news .video-player{
	top:50%;
	left:50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );	
}


.mod-home-videos-feature .col--thumbs{
	width: 50%;
	position: absolute;
	right: 0;
}

.mod-home-videos-feature .col--thumbs .col{
	padding-bottom: 64px;
	background: #000;
	width:50%;
}

.mod-home-videos-feature .col .news-inner figure a:before{
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.27);
	width: 100%;
	height: 100%;
	
	z-index: 1;
	opacity: 1;
	visibility: visible;
}
.mod-home-videos-feature .col--thumbs .news-data{
	background: transparent;

	bottom: -40px;
	padding: 18px 25px 0 28px;
}
.mod-home-videos-feature .news-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

.mod-home-videos-feature:after{
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.mod-home-videos-feature .news-title a{
	background:#000;
	display:inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: 15px 0 0 #000, -10px 0 0 #000;
}
/*
	PAGE VIDEOS
*/
.page-videos .home-featured{
	background:#3b3b3b;
	margin-bottom:0;
}
.page-videos .home-featured:after{
	display:none;
}
.page-videos .home-featured:before{
	background: url('/export/sites/bolavip/arte/bg__homevideos--left.png') 0 0 no-repeat;
	width:534px;
	height:682px;
	bottom:0;
	top:auto;
}
.page-videos .section-header{
	padding-top: 32px;
	margin-bottom: 0;
	padding-bottom: 3px;
}
.page-videos .news.news-builder-medium .video-player{
	height: 78px;
	width: 78px;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.page-videos .page-builder .video-player{
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.page-videos .news .video-player{
	top: 50%;
	left: 50%;
	height: 52px;
	width: 52px;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.page-videos .news-builder-medium .news-title{
	margin: 0 ;
}
.page-videos .news-builder-medium .news-data{
	padding: 0 30px 20px;
}
.page-videos .news-builder-largest .news-data{
	padding: 18px 20px 20px;
}
.page-videos .news-builder-largest .news-title{
	font-size: 24px;
	line-height: 27px;
	margin: 0 ;
}
.page-videos .page-builder .news-title a{
	box-shadow: none;
	background: transparent;
}
.page-videos .news.news-summary .news-media .video-player{
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}

.page-videos .news-summary.big .news-media{
	width: 246px;
	height: 181px;
}
.page-videos .news-summary.big {
	padding: 0 0 21px 275px;
	min-height: 179px;
}
.page-videos .news-summary.big .news-data {
	top: 4px;	
}
.page-videos .news-summary.big + .news-summary.big {
	padding-top: 19px;
	border-top: 1px solid #ccc;
}
.page-videos .news-summary.big + .news-summary.big .news-media {
    top: 18px;
}
.page-videos .mod-lomasvisto .news.news-summary .news-media .video-player{
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( 0, -0% );
}
.page-videos .mod-lomasvisto .news .video-player:after {
	border-width: 8px 0 8px 12px;
}
.page-videos.page-video-full .home-featured:before{
	bottom: auto;
	top: 0;
	width:534px;
	height:330px;
	background: url(/export/sites/bolavip/arte/bg__videoficha--left.png) 0 0 no-repeat;
} 
.page-videos.page-video-full .home-featured:after{
	bottom: 0;
	top: auto;
	width:407px;
	height:408px;
	background: url(/export/sites/bolavip/arte/bg__videoficha--right.png) 0 0 no-repeat;
	display:block;
} 

/*
	MOD LATESTNEWS HOME
*/
.mod-home-latestnews{
	margin-bottom: 35px;
}
.mod-home-latestnews .mod-header{
	margin-top: 50px;
	margin-bottom: 43px;
}
.mod-home-latestnews .col-main .mod-header{
	display: none;
}
.mod-home-latestnews .news-summary .icon__camera{
	top:50px !important;
}

.mod-home-latestnews .col_left{
	float: left;
	width: 50%;
	padding-right: 33px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mod-home-latestnews .col_right{
	float: right;
	width: 50%;
	padding-left: 10px;
	padding-right: 23px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mod-home-latestnews .zone.top{
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 0;
}
.mod-home-latestnews .zone.bottom{
	margin-top: 37px;
}
.mod-home-latestnews .news-summary:first-child{
	padding-top: 0;
}
.mod-home-latestnews .news-summary:first-child .news-media{
	top: 0;
}
.mod-home-latestnews .news-summary{
	min-height: 120px;
	padding-left: 171px;
	padding-bottom: 8px;
}
.mod-home-latestnews .news-summary .news-media{
	width: 156px;
	height: 120px;
}
.mod-home-latestnews .news-summary .news-title{
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}
.mod-home-latestnews .news-summary .icon__camera{
	display: inherit;
	top: 76px ;
	left: 10px;
}
.mod-home-latestnews .zone .news-summary .icon__camera{
	top: 0!important;
}
.mod-home-latestnews .banner{
	margin-bottom: 20px;
}


.page-search .news-summary .news-media{
	top:0;
}

/*
	OPINION
*/
.page-opinion .news-summary.big.news-no-img{
	padding-left:0;
}
.page-opinion .news-summary.big.news-no-img .news-media{
	display: none;
}

/*
	MOD LO MAS VISTO
*/
.mod-lomasvisto{
	margin-bottom: 20px;
	padding-left: 5px;
}
.mod-lomasvisto .mod-header{
	margin: 37px 0 20px;
	padding: 0;
	border: 0;
}
.mod-lomasvisto .mod-header .mod-title{
	padding-bottom: 11px;
}

.mod-lomasvisto .news-summary .news-section{
	margin-top: 0px;
	margin-bottom: 4px;
}

.mod-lomasvisto .news-summary .news-title{
	font-size: 16px;
	line-height: 17px;
	margin-top: 2px;
	max-height: 68px;
}


.mod-lomasvisto .mod-number{
	position: absolute;
	bottom: 0px;
	right: 7px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 900;
	font-family: 'Chivo', sans-serif;
	color: #fff;
	z-index: 2;
}
.mod-lomasvisto .news-summary .news-media{
	width: 127px;
	height: 95px;
}
.mod-lomasvisto .news-summary .news-media:after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	border-color: transparent transparent rgba(215, 18, 46, 0.5) transparent;
	border-style: solid;
	border-width: 0px 0px 50px 50px;
}
.mod-lomasvisto .news-summary {
	padding-left: 143px;
	min-height: 99px;
	padding-top: 3px;
}
.mod-lomasvisto li + li{
	border-top: 1px solid #e5e5e5;
	padding-top: 11px;
}

.mod-lomasvisto li + li .news-summary .news-section{
	margin-top: 0px;
}
.mod-lomasvisto .news-summary{
	padding-top: 0;
}
.mod-lomasvisto .news-summary .news-media{
	top:0px;
}

/*
	MOD LIST NEWS HOME
*/
.mod-listnews .mod-header{
	margin-bottom: 15px;
	padding-bottom: 16px;
	position: relative;
}

.mod-listnews .mod-title{
	color: black;
	font: bold 20px/32px 'Chivo', sans-serif;
}
.mod-listnews .mod-title a{
	color: inherit;
	font: inherit;
}
.mod-listnews .news-inner{
	margin-bottom: 15px;
}

.mod-listnews .news-inner .news-data{
	padding: 100px 25px 26px 30px;
}
.mod-listnews .news-inner .news-section{
	margin-bottom: 8px;
	display: block;
}
.mod-listnews .news-inner .news-title{
	font-size: 27px;
	line-height: 28px;
}
.mod-listnews .news-inner .icon__camera{
    display: inherit;
}
.mod-listnews .news-summary .icon__camera{
	display: inherit;
	top: 76px;
	left: 10px;
}
.mod-listnews .news-summary .news-media{
	width: 127px;
	height: 97px;
}


.mod-listnews .news-summary {
	padding: 15px 0 17px 173px;
	position: relative;
	min-height: 96px;
	margin-bottom: 19px;
}
.mod-listnews .news-summary .news-title{
	font-size: 18px;
	line-height: 22px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight:500;
}
.mod-listnews .news-inner.inner-nophoto{
	background: #f5f5f5;
	height: 270px;
}
/*
	MOD VIDEO RANKING
*/
.mod-videosranking{
	background: #1d1d1d;
	color: #fff;
	padding: 38px 0 0 0;
}
.mod-videosranking .mod-header{
	padding-bottom: 18px;

}
.mod-videosranking .mod-content{
	position: relative;
}
.mod-videosranking .mod-title{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 11px;
	z-index: 2;
}
.mod-videosranking .mod-header:after{

	top: 13px;
	z-index: 1;
}
.mod-videosranking .swiper-btn{

	position: absolute;
	top: 50%;
	left: -60px;
	width: 40px;
	height: 128px;
	border-radius: 2px;
	margin-top: 0;
	background: none;
	border: none;
	opacity: 0.3;
	visibility: visible;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.mod-videosranking .swiper-btn:after,
.mod-videosranking .swiper-btn:before{
	content: "";
	position: absolute;
	top: 36px;
	left: 20px;
	width: 2px;
	height: 30px;
	background-color: white;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.mod-videosranking .swiper-btn:before{
	top: 57px;
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.mod-videosranking .swiper-btn-next{
	left: auto;
	right: -60px;
}
.mod-videosranking .swiper-btn-next:after{
	-webkit-transform: rotate( -45deg );
}
.mod-videosranking .swiper-btn-next:before{
	-webkit-transform: rotate( 45deg );
}
.mod-videosranking .swiper-btn.swiper-button-disabled{
	opacity: .1;
}
.mod-videosranking .swiper-slide{
	width: 25%;
}
.mod-videosranking .news-number{
	position: absolute;
	bottom: 4px;
	right: 10px;
	z-index: 2;
	font: 900 62px/62px 'Chivo', sans-serif;
	color: #131B36;
}
.mod-videosranking .news-box .news-media{
	padding-top: 76%;
	margin-bottom: 21px;
}
.mod-videosranking .news-box .news-data{
	padding-bottom: 30px;
}
.mod-videosranking .news-box .news-title{
	height: 78px;/* PARA QUE TENGAN TODOS LOS MODULOS EL MISMO ALTO */
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;

	position: relative;
	z-index: 2;
}
.page-videos .mod-videosranking .video-player{
	top: 0;
	left: 0;
	transform: translate( 0%, 0% );
	-webkit-transform: translate( 0%, 0% );
}
.page-videos .mod-videosranking .news-media:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-color: transparent transparent #0c0b07 transparent;
	border-style: solid;
	border-width: 0px 0px 81px 67px;
}
/*
	MOD VIDEO LIST
*/
.mod-videolist .mod-header{
	padding-bottom: 12px;

	margin-bottom: 26px;
}
.mod-videolist .mod-title{
	font-size: 30px;
	line-height: 34px;
}
.mod-videolist .row-container {
	margin: 0 -14px;
}
.mod-videolist .col {
	padding: 0 14px;
}
.mod-videolist .news-box .news-media{
	padding-top: 75%;
	margin-bottom: 17px;
}
.mod-videolist .news-box .news-data{
	padding-bottom: 13px;
}
.mod-videolist .news-box .news-title{
	height: 78px;/* PARA QUE TENGAN TODOS LOS MODULOS EL MISMO ALTO */
	overflow: hidden;

	font-weight: bold;
	line-height: 25px;
	font-size: 22px;
}
.mod-videolist {

	margin-top:58px;
}
/*
	BOX
*/
.box{
	display: block;
	padding: 15px 15px 24px;
	margin-bottom: 20px;
	color: white;
	background: black;
}
.box .box-label{
	display: inline-block;
	padding: 2px 12px 3px;
	font-size: 11px;
	font-weigth: bold;
	text-transform: uppercase;
	background-color: #49b7a4;
}
/*
	CLIMA
*/
.box.weather{
	display: none;
	cursor: pointer;
}
.box.weather.active{
	display: block;
}
.box .weather-forecast{
	padding-top: 16px;
	display: block;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.box .weather-temp{
	font-size: 60px;
	line-height: 68px;
	font-family: 'Chivo', sans-serif;
	display: inline-block;
	letter-spacing: 3px;
	vertical-align: top;
}
.box .weather-icon{
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	color: white;
	text-align: center;
	vertical-align: top;
	font-size: 55px;
	margin-left: 10px;
}
.box .weather-icon-24 {
    font-size: 50px;
}
.box .weather-desc{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-top: 3px;
}
/*
	WEATHER PAGE
*/
.weather-box .header{
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 30px 30px 40px;
	margin-bottom: 20px;
}
.weather-box h2{
	font: bold 26px/26px 'Chivo', sans-serif;
	margin-bottom: 20px;
}
.weather-box .current{
	position: relative;
	padding-left: 300px;
	min-height: 250px;
}
.weather-box .current [class*="weather-icon"]{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 250px;
	font-size: 190px;
}
.weather-box .current .weather-icon-24 {
	font-size: 120px;
}
.weather-box .current .weather-temp{
	display: block;
	font: bold 65px/65px 'Chivo', sans-serif;
	letter-spacing: 4px;
	padding-top: 80px;
}
.weather-box .current .weather-desc{
	display: block;
	font-size: 18px;
	line-height: 22px;
}
.weather-box .current .weather-wet{
	font-size: 18px;
	line-height: 22px;
	padding-right: 20px;
	position: relative;
}
.weather-box .current .weather-wet:after{
	content: "";
	position: absolute;
	top: 4px;
	right: 5px;
	width: 1px;
	height: 15px;
	background-color: #49b7a4;
}
.weather-box .current .weather-max,
.weather-box .current .weather-max{
	font-size: 18px;
	line-height: 22px;
	margin-right: 10px;
}
.weather-box .weather-max,
.weather-box .weather-min{
	position: relative;
	padding-left: 19px;
}
.weather-box .weather-max span,
.weather-box .weather-min span{
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 15px!important;
	line-height: 18px;
	color: #e93b0c;
	margin: 0!important;
}
.weather-box .weather-min span{
	color: #1a36e2;
	transform: rotate( 180deg );
	-ms-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	-webkit-transform: rotate( 180deg );
}
.weather-box .forecast li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 18px 10px 55px;
	width: 20%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.weather-box .forecast li + li{
	border-left: 1px solid #d8d8d8;
}
.weather-box .forecast .date{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.weather-box .forecast [class*="weather-icon"]{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 60px;
	display: block;
	margin-bottom: 13px;
	color: #49b7a4;
}
.weather-box .forecast .weather-icon-24{
	font-size: 42px;
}
.weather-box .forecast .weather-icon-26{
	font-size: 40px;
	line-height: 48px;
}
.weather-box .forecast .weather-desc{
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	height: 40px;
}
.weather-box .forecast .line{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}
.weather-box .forecast .line span{
	margin: 0 5px;
}
/*
	HOROSCOPO
*/
.horoscopo [class*="icon-"]{
	border-radius: 100%;
	border: 3px solid white;
	height: 80px;
	width: 80px;
	color: white;
	text-align: center;
	line-height: 80px;
}
.horoscopo .icon-zod-aries{
	font-size: 42px;
}
.horoscopo .icon-zod-tauro{
	font-size: 49px;
}
.horoscopo .icon-zod-geminis{
	font-size: 48px;
}
.horoscopo .icon-zod-cancer{
	font-size: 60px;
}
.horoscopo .icon-zod-leo{
	font-size: 48px;
}
.horoscopo .icon-zod-virgo{
	font-size: 63px;
}
.horoscopo .icon-zod-libra{
	font-size: 48px;
}
.horoscopo .icon-zod-escorpio{
	font-size: 48px;
}
.horoscopo .icon-zod-sagitario{
	font-size: 53px;
}
.horoscopo .icon-zod-capricornio{
	font-size: 54px;
}
.horoscopo .icon-zod-acuario{
	font-size: 48px;
}
.horoscopo .icon-zod-piscis{
	font-size: 51px;
}
/*
	MODULO HOROSCOPO HOME
*/
.box.horoscopo{
	background: black url( "/export/sites/bolavip/arte/bg-box-horoscopo.jpg" ) no-repeat center center;
	background-size: cover;
}
.box.horoscopo .horoscopo-info{
	position: relative;
	padding-right: 110px;
	min-height: 80px;
	padding-top: 15px;
}
.box.horoscopo [class*="icon-"]{
	position: absolute;
	top: 23px;
	right: 0;
}
.box.horoscopo .name{
	font: bold 30px/30px 'Chivo', sans-serif;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.box.horoscopo .desc{
	color: #dec6d9;
	font-size: 15px;
	line-height: 19px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 14px;
}
.box.horoscopo a{
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	padding-right: 8px;
}
.box.horoscopo a:after,
.box.horoscopo a:before{
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 7px;
	background-color: white;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.box.horoscopo a:before{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 8px;
}
/*
	MODULO HOROSCOPO SECCION
*/
.horoscopo.item{
	border: 1px solid #d8d8d8;
	box-shadow: 0 2px 3px rgba( 0, 0, 0, .1 );
	position: relative;
	padding: 23px 145px 30px 30px;
	min-height: 86px;
}
.horoscopo.item + .horoscopo.item{
	margin-top: 20px;
}
.horoscopo.item [class*="icon-"]{
	position: absolute;
	top: 30px;
	right: 37px;
	color: #49b7a4;
	border-color: #49b7a4;
}
.horoscopo.item .title{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.horoscopo.item .title a{
	color: inherit;
	font: inherit;
}
.horoscopo.item .title a:hover{
	color: #49b7a4;
}
.horoscopo.item .date{
	display: block;
	font-size: 13px;
	line-height: 15px;
	text-transform: capitalize;
	color: #999;
	margin-bottom: 12px;
}
.horoscopo.item .desc{
	font-size: 15px;
	line-height: 20px;
	color: #4e4e4e;
}
/*
	HOROSCOPO FICHA
*/
.horoscopoo .news-label{
	background-color: #49b7a4;
}
.news-full.horoscopo .actions{
	overflow: hidden;
}
.news-full.horoscopo .actions .news-share{
	float: right;
}
.news-full.horoscopo .news-share button{
	line-height: 27px;
}
.news-full.horoscopo .header{
	position: relative;
	padding-left: 105px;
	min-height: 86px;
	padding-top: 7px;
}
.news-full.horoscopo [class*="icon-zod"]{
	position: absolute;
	top: 0;
	left: 0;
	border-color: #49b7a4;
	color: #49b7a4;
}
.news-full.horoscopo .news-title{
	margin-bottom: 8px;
}
.news-full.horoscopo .date{
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #999;
	margin-bottom: 12px;
}
.news-full.horoscopo .news-excerpt{
	margin-bottom: 25px;
}
.news-full.horoscopo .news-content{
	border-top: 1px solid #dfdfdf;
	padding-top: 40px;
}
.news-full.horoscopo .news-content .news-share{
	top: 40px;
}
.news-full.horoscopo dl{
	margin: 0;
}
.news-full.horoscopo dt,
.news-full.horoscopo dd{
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #2a2d2f;
}
.news-full.horoscopo dt{
	font-weight: bold;
}
.news-full.horoscopo dd{
	margin-bottom: 28px;
}
.news-full.horoscopo .news-body .horoscopo-semanal{
	border: 1px solid #d8d8d8!important;
	box-shadow: 0 2px 3px rgba( 0, 0, 0, .1 );
	margin-bottom: 40px!important;
	padding: 27px 40px 15px!important;
}
.news-full.horoscopo .horoscopo-semanal h3{
	font: bold 26px/28px 'Chivo', sans-serif!important;
	color: #49b7a4;
	margin-bottom: 16px;
}
/*
	MOD LISTA HOROSCOPO FICHA
*/
.mod-horoscopolist{
	border-top: 1px solid #dfdfdf;
	padding-top: 22px;
}
.mod-horoscopolist .mod-title{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 23px;
}
.mod-horoscopolist .mod-content{
	overflow: hidden;
	margin: 0 -20px;
}
.mod-horoscopolist li{
	display: inline-block;
	vertical-align: top;
	margin: 20px;
}
.mod-horoscopolist li [class*="icon-zod"]{
	display: block;
	color: #49b7a4;
	border-color: #49b7a4;
}
.mod-horoscopolist li .text{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	margin-top: 14px;
}
/*
	MOD TAGS
*/

.mod-tags .mod-header{
	padding-bottom: 3px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 15px;
}
.mod-tags .mod-header:after{
	display: none;
}
.mod-tags .mod-title{
	margin: 0!important;

}
.mod-tags ul{
	overflow: hidden;
	margin: 0!important;
	display: inline-block;
	vertical-align: top;
}
.mod-tags li{
	float: left;
	margin: 6px 8px 5px 0!important;
	list-style: none!important;
	padding: 0!important;
	line-height: initial!important;
}
.news-full .news-body .mod-tags span,
.mod-tags span,
.mod-tags a{
	display: block;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: bold !important;
	color: #000 !important;
	padding: 6px 20px 4px 20px !important;
	background: #131B36;
}
.mod-tags a:hover{
	text-decoration: underline;
}
/*
	POLL HOME
*/
.poll-box-home{
	background: #131B36 url(/export/sites/bolavip/arte/bg_home_polls.png) no-repeat top right;
	padding-top: 67px;
	padding-bottom: 71px;
	margin-bottom: 0px;
}

.poll-box-home .banner{
	margin-bottom: 0;
	padding-top: 0;
}
.poll-box-home .mod-header{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.poll-box-home .mod-header:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 54px;
	height: 3px;
	background-color: white;
	display;none;
}
.poll-box-home .mod-title{
	color: white;
	font-size: 12px;
	line-height: 12px;
	background: transparent;
}
.poll-box-home .poll-box{
	padding-left: 37px;
}
.poll-box-home .poll .poll-content{
	margin-bottom: 0!important;
	padding: 0 120px 0 0 ;
}
.poll-box-home .poll .poll-title{
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 42px;
	padding-right: 20px;
	color: #000;
	margin-top: 5px;
}
.poll-box-home .poll .poll-item{
	
	border: 0 !important;
}
.poll-box-home .poll-text{
	font: bold 18px/44px 'Chivo', sans-serif!important;
	text-transform: uppercase !important;
}
.poll-box-home .poll-footer {
	padding-top: 14px!important;
}
.poll-box-home .poll-footer p{
	float: none;
	display: block;
	text-align: center;
	text-transform: initial!important;
}
/*
	COLUMNISTAS
*/
.mod-columnistas{
	margin-top: 0;
	margin-bottom: 51px;
	background: #1f1f1f;
	padding: 42px 0 0 0;
	position: relative;
}
.mod-columnistas:after{
	background: url(/export/sites/bolavip/arte/bg__homecolumnistas.png) no-repeat 0 ;
	content:"";
	top:0;
	left:0;
	width:481px;
	height:492px;
	position:absolute;
}
.mod-columnistas .mod-title{
	font: bold 29px/37px 'Chivo', sans-serif;
}
.mod-columnistas .mod-title a{
	color:#fff;
}
.mod-columnistas .mod-title a:hover{
	color: #CE273E;

}
.mod-columnistas .news-columnista{

	color: #fff;
	padding: 30px;
	position: relative;
	
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.mod-columnistas .news-columnista .news-data{
	position: relative;
	overflow: hidden;
	height: 108px;
}


.mod-columnistas .swiper-slide{
	text-align: center;
	width: 200px;
}
.mod-columnistas .news-title a{
	color:#fff;
	font: bold 18px/21px 'Chivo', sans-serif;
	position:relative;
	z-index:2;
}
.mod-columnistas .author-name{
	font: bold 16px/18px 'Chivo', sans-serif;
	color: #CE273E;
	display:block;
	text-align:center;
	margin: 14px 0 6px;
}
.mod-columnistas .author-photo{
	background: #CE273E url(/export/sites/bolavip/arte/bg__columista.png) no-repeat top center;
	position: relative;
	height:135px;
	width:135px;
	border-radius: 125px;
	overflow:hidden;	
}
.mod-columnistas .mod-content{
	position: relative;
	margin-top: 26px;
	margin-bottom: 70px;
}
.mod-columnistas .swiper-pagination-bullet{
	background:#303030;
	opacity: 1;
	width: 12px;
	height: 12px;
}
.mod-columnistas .swiper-pagination-bullet-active{
	background: #CE273E;
}
.mod-columnistas .swiper-btn{
	border:0;
	background-image: none;
	width: 40px;
	height: 40px;
	padding:0;
	top: 50%;
	border-radius: 2px;
	background-color: rgba( 0, 0, 0, .6 );
	background-color: transparent;
	position: absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 67px;
	z-index: 2;
}
.mod-columnistas .swiper-btn-prev{
	left:-78px;
}
.mod-columnistas .swiper-btn-next{
	right:-78px;
}
.mod-columnistas .swiper-btn-next.swiper-button-disabled,
.mod-columnistas .swiper-btn-prev.swiper-button-disabled{
	opacity:0;
}




.mod-columnistas .swiper-btn:after, 
.mod-columnistas .swiper-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 40px;
    background-color: #484849;
    
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
.mod-columnistas .swiper-btn-next:before {
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
.mod-columnistas .swiper-btn:before {
    top: 28px;
    transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}
.mod-columnistas .swiper-btn-next:after, 
.mod-columnistas .swiper-btn-next:before {
    transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
}
.mod-columnistas .swiper-btn-next:before {
    transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}
/*
	SUSCRIBITE
*/
.mod-suscibete{
	background: #CE273E url(/export/sites/bolavip/arte/bg__suscribite.png) no-repeat bottom right;
	color: #fff;
	padding: 66px 0 76px 0;
}
.mod-suscibete .mod-header{
	margin-bottom: 0px;
}
.mod-suscibete .mod-title{
	background: transparent;
	color:#000;
	font: bold 32px/32px 'Chivo', sans-serif;
	text-transform: capitalize;
	padding-bottom: 0;
	text-align: left;
	    margin-bottom: -3px;
}
.mod-suscibete .mod-header:after{
	display:none;
}
.mod-suscibete .footer-newsletter,
.mod-suscibete .suscibete-subtitle{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.mod-suscibete .suscibete-subtitle{
	font: bold 32px/35px 'Chivo', sans-serif;
	
	padding-right: 11px;
	margin-top: 9px;
	letter-spacing: -0.5px;
	width: calc(100% - 513px);
}
.mod-suscibete fieldset{
	width: 495px;
}
.mod-suscibete input{
	color:#000;
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	border: 1px solid #fff;
	padding: 0 15px;
}

.mod-suscibete ::-webkit-input-placeholder { 
  color: #000;
}
.mod-suscibete ::-moz-placeholder { 
  color: #000;
}
.mod-suscibete  :-moz-placeholder { 
  color: #000;
}
.mod-suscibete .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	padding: 0;
	height: 44px;
	color: #000;
	background: transparent;
	font-size: 20px;
	top: 2px;
}
.footer-newsletter p{
    margin-top: 17px;
    font-size: 13px;
}
.footer-newsletter p a{
    color: #fff;
    text-decoration: underline;
}

.featured-matchs {
	margin-bottom: 30px;
}

.page-news .news-body .featured-matchs {
	margin-bottom:30px!important;
}

.news-builder-medium .with-match .news-data {
	padding: 0 8px 0;
	bottom: 60px;
}

.news-builder-medium .with-match .iframe-match-live {
	margin-left: 14px;
	max-width:320px;
}

.news-inner .with-match .iframe-match-live {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index:2;
}

.news-builder-largest .with-match .news-data {
	bottom: 60px;
	padding: 0 10px;
}

.news-builder-largest .with-match .iframe-match-live {
	box-sizing: border-box;
	padding: 0 10px;
	bottom: 5px;
}

.news-builder-square .news-media .iframe-match-live {
	position: absolute;
	bottom: -6px;
}

.news-builder-square .with-match .news-section {
	bottom:48px;
}


.news-builder-big .news-data.with-match {
	padding-bottom: 72px;
}

.news-builder-big .iframe-match-live {
	position: absolute;
    	bottom: 0;
    	width: 100%;
}


[id*=stats-clasification] {
	background: #fff;
}




.news-builder-big + .news-builder-medium,
.news-builder-big + .news-builder-medium + .page-builder-vert {
	margin-top: 15px;
}


#fan-player-fox-ratio {
	overflow:hidden;
}


.noddus-content-card iframe {
	height: 100px !important;
}


/* 
	SPONSOR HOME SLIDER
*/

.row-match-slider {
	position: relative;
	z-index: 2;
}

.row-match-slider.with-sponsor .slider-container {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1070px;
	width: 100%;
	background: black;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
}

.row-match-slider.with-sponsor .featured-matchs {
	display: flex;
	margin: 0;
	display: flex;
	width: 100%;
}

.news-mam-iframe {
	display: flex;
}

.news-mam-iframe .iframe-match-live {
	margin-left: auto;
	width: 100%;
}


/**
* Swiper 3.1.7
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2015, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: October 10, 2015
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-lazy{
  opacity: 0.001;
  transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
.swiper-lazy.swiper-lazy-loaded{
  opacity: 1;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Contents:
	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
	
	1. Buttons
 */
/* <button> css reset */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}
.pswp__button:active {
	outline: none;
	opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1; 
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(/export/sites/bolavip/arte/photoswipe/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px; 
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), 
	 	(min-resolution: 105dpi), 
	 	(min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/export/sites/bolavip/arte/photoswipe/default-skin.svg); 
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none; 
	} 
}

.pswp__button--close {
	background-position: 0 -44px; 
}

.pswp__button--share {
	background-position: -44px -44px; 
}

.pswp__button--fs {
	display: none; 
}

.pswp--supports-fs .pswp__button--fs {
	display: block; 
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0; 
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0; 
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block; 
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0; 
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden; 
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute; 
}

.pswp__button--arrow--left {
	left: 0; 
}

.pswp__button--arrow--right {
	right: 0; 
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute; 
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px; 
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px; 
}

/*
	2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity; 
}

.pswp__share-modal--hidden {
	display: none; 
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform; 
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px; 
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000; 
}
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0; 
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px; 
}

.pswp__share-modal--fade-in {
	opacity: 1; 
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); 
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px; 
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none; 
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF; 
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A; 
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF; 
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D; 
}

a.pswp__share--download:hover {
	background: #DDD; 
}

/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px; 
}

/*
	
	4. Caption
 */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px; 
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB; 
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC; 
}

.pswp__caption--empty {
	display: none; 
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden; 
}

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr; 
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px; 
}

.pswp__preloader--active {
	opacity: 1; 
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(/export/sites/bolavip/arte/photoswipe/preloader.gif) 0 0 no-repeat; 
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1; 
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite; 
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; 
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0; 
}

.pswp--css_animation .pswp__preloader__cut {
	/* 
		The idea of animating inner circle is based on Polymer ("material") loading indicator 
		 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
	*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden; 
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0; 
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right; 
	} 
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); 
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); 
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); 
	}
}

/*
	
	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550; 
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%; 
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible; 
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5); 
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3); 
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0; 
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0; 
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001; 
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none; 
}

.pswp__element--disabled {
	display: none !important; 
}

.pswp--minimal--dark .pswp__top-bar {
	background: none; 
}






/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none; 
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
.pswp img {
	max-width: none; 
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesnt trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp--open {
	display: block; 
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab; 
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing; 
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity; 
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; 
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
			user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; 
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); 
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none; 
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden; 
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden; 
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0; 
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden; 
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222; 
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0; 
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC; 
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline; 
}
/*
	AJUSTE DE FLECHA
*/

.pswp__button.pswp__button--arrow--left:after, 
.pswp__button.pswp__button--arrow--left:before,
.pswp__button.pswp__button--arrow--right:after, 
.pswp__button.pswp__button--arrow--right:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 15px;
    width: 2px;
    height: 20px;
    background-color: white;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pswp__ui > .pswp__button.pswp__button--arrow--right:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.pswp__ui > .pswp__button.pswp__button--arrow--left:before,
.pswp__ui > .pswp__button.pswp__button--arrow--right:before {
    top: 49px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.pswp__ui > .pswp__button.pswp__button--arrow--right:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.pswp__button--arrow--left, 
.pswp__button--arrow--right{
	width: 30px;
}
.pswp__button--arrow--right{
    right: 24px;
}
.pswp__button--arrow--left{
	left: 24px;
}




/*
	Sumario:
		@CSS Globales
		@Encuesta Binaria
		@Encuesta multiple
		@Encuesta seleccion multiple respuesta
		@Encuesta Efecto cucaracha
		@Encuesta shares
		@Encuesta de la home
		@Encuesta en un entry
		@Encuesta versus
*/
/*
	CSS GLOBALES
*/
.box-poll {
	background-color: #efefef;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 24px 15px 0;
}
.poll .btn {
	padding: 0 20px;
	background-color: #CE273E;
	height: 46px;
	border-radius: 3px;
	text-align: center;
	color: white;
	font: normal 16px/46px 'Chivo', sans-serif;
	display: inline-block;
	outline: none;
	position: relative;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.poll .btn[disabled],
.poll .btn.disabled {
	color: #4e4e4e !important;
	border-color: #d2d2d2 !important;
	background-color: #d2d2d2 !important;
}
.poll .btn:hover, .poll .btn:active {
	background-color: #CE273E;
}

.poll .btn.loading .swiper-lazy-preloader {
	opacity: 1;
	visibility: visible;
}
.poll .btn .swiper-lazy-preloader {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.poll .poll-label {
	font: 300 12px/14px 'Chivo', sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	color: #004ecd;
}
.poll .poll-title {
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
	margin-bottom: 20px;
}
.poll .poll-subtitle,
.poll .poll-content {
	margin-bottom: 16px;
}
.poll .poll-text {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: white;
	position: absolute;
	z-index: 2;
	max-height: 38px;
	top: 50%;
	left: 50%;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	transform: translate(-50%, -52%);
	-ms-transform: translate(-50%, -52%);
	-moz-transform: translate(-50%, -52%);
	-webkit-transform: translate(-50%, -52%);
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.poll .poll-percent {
	font: 16px/41px 'Chivo', sans-serif;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 10px;
	color: white;
	opacity: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.poll .poll-bar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0%;
	padding: 0%;
	background-color: #131B36;
	height: 100%;
	border-radius: 0;
	opacity: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: width 0.3s 0.3s, padding 0.3s 0.3s;
	-ms-transition: width 0.3s 0.3s, padding 0.3s 0.3s;
	-moz-transition: width 0.3s 0.3s, padding 0.3s 0.3s;
	-webkit-transition: width 0.3s 0.3s, padding 0.3s 0.3s;
}
.poll .swiper-lazy-preloader {
	width: 22px;
	height: 22px;
	left: auto;
	right: 10px;
	margin: -11px 0 0;
	opacity: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.poll.loading .cmspoll-selected .swiper-lazy-preloader {
	opacity: 1;
}
.poll .poll-footer {
	padding-top: 22px;
	overflow: hidden;
}
.poll .poll-footer p {

	font: 12px/26px 'Chivo', sans-serif;
	color: #000;
}
.poll.poll-versus .poll-footer {
	display:none;
}
.poll .social-share-box {
	float: right;
}
/*
	ENCUESTA BINARIA
*/
.poll.poll-binary .poll-items {
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.poll.poll-binary .poll-item {
	cursor: pointer;
	float: left;
	position: relative;
	border-radius: 0px;
	background-color: #004ecd;
	height: 44px;
	width: 49.5%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.poll.poll-binary .poll-item:hover, 
.poll.poll-binary .poll-item:active {
	background-color: #0044b4;
}
.poll.poll-binary .poll-item + .poll-item {
	float: right;
}
.poll.poll-binary .poll-item + .poll-item .poll-text {
	right: 50%;
	left: auto;
	transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
}
.poll.poll-binary .poll-item + .poll-item .poll-bar {
	left: auto;
	right: 0;
	border-radius: 0 4px 4px 0;
	border-right: none;
	border-left: 1px solid #d2d2d2;
}
.poll.poll-binary .poll-text {
	max-width: 95px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.poll.poll-binary .poll-bar {
	background-color: #CE273E;
}
.poll.poll-binary.loading .poll-item {
	width: 50%;
	border-radius: 5px 0 0 5px;
}
.poll.poll-binary.loading .poll-item + .poll-item {
	border-radius: 0 5px 5px 0;
}
.poll.poll-binary.loading .poll-item:hover, .poll.poll-binary.loading .poll-item:active {
	background-color: #004ecd;
}
.poll.poll-binary.poll-results .poll-items {
	border-radius: 0;
	background-color: #d2d2d2;
}
.poll.poll-binary.poll-results .poll-item {
	width: 50%;
	border-radius: 0;
	background-color: transparent;
}
.poll.poll-binary.poll-results .poll-item + .poll-item {
	border-radius: 0;
}
.poll.poll-binary.poll-results .poll-item + .poll-item .poll-text {
	right: 0%;
	top:50%;
	transform: translate(-40px, -50%);
	-ms-transform: translate(-40px, -50%);
	-moz-transform: translate(-40px, -50%);
	-webkit-transform: translate(-40px, -50%);
}
.poll.poll-binary.poll-results .poll-item + .poll-item .poll-percent {
	left: auto;
	right: 10px;
}
.poll.poll-binary.poll-results .poll-item:hover, .poll.poll-binary.poll-results .poll-item:active {
	background-color: transparent;
}
.poll.poll-binary.poll-results .poll-item.win .poll-bar {
	opacity: 1;
}
.poll.poll-binary.poll-results .poll-text {
	left: 0%;
	color: #4e4e4e;
	top:50%;
	transform: translate(40px, -50%);
	-ms-transform: translate(40px, -50%);
	-moz-transform: translate(40px, -50%);
	-webkit-transform: translate(40px, -50%);
}
.poll.poll-binary.poll-results .poll-percent {
	opacity: 1;
	left: 10px;
	right: auto;
}
/*
	ENCUESTA MUCHAS RESPUESTAS
*/
.poll.poll-multiple .poll-item {
	cursor: pointer;
	display: block;
	position: relative;
	border-radius: 0px;
	background-color: #000;
	height: 45px;
	border: 0px solid #000;
	transition: background 0.3s;
	-ms-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.poll.poll-multiple .poll-item:hover, 
.poll.poll-multiple .poll-item:active {
	background-color: #131B36;
}
.poll.poll-multiple .poll-item + .poll-item {
	margin-top: 6px;
}
.poll.poll-multiple.poll-results .poll-item {
	
	background-color: rgba(0,0,0,0.2);
	cursor: default;
	overflow: hidden;
}
.poll.poll-multiple.poll-results .poll-item .poll-bar {
	background-color: #000;
}
.poll.poll-multiple.poll-results .poll-item.win .poll-bar {
	background-color: rgba(0, 0, 0, 0.2);
}
.poll.poll-multiple.poll-results .poll-percent {
	opacity: 1;
	right: 3%;
}
.poll.poll-multiple.poll-results .poll-text {
	left: 2%;
	transform: translate(0%, -52%);
	-ms-transform: translate(0%, -52%);
	-moz-transform: translate(0%, -52%);
	-webkit-transform: translate(0%, -52%);
}
.poll.poll-multiple.poll-results .poll-bar {
	opacity: 1;
}
/*
	ENCUESTA MULTIPLE RESPUESTAS
*/
.poll.poll-checks button {
  margin: 25px 0 0;
  display: block;
  width: 100%;
}
.poll.poll-checks .poll-item {
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 5px;
  background-color: #afb8bd;
  height: 46px;
  transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.poll.poll-checks .poll-item:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 2px;
  background-color: white;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 2;
}
.poll.poll-checks .poll-item.cmspoll-selected{
  background-color: #CE273E;
}
.poll.poll-checks .poll-item:before{
  display: none;
}
.poll.poll-checks .poll-item.cmspoll-selected:before {
  display: block;
  position: absolute;
  top: 11px;
  left: 11px;
  color: white;
  font-size: 13px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  z-index: 3;
  color: #CE273E;
}
.poll.poll-checks .poll-item:hover{
  background-color: #CE273E;
}
.poll.poll-checks .poll-item:active {
  background-color: #CE273E;
}
.poll.poll-checks .poll-item + .poll-item {
  margin-top: 3px;
}
.poll.poll-checks .poll-text {
  left: 40px !important;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.poll.poll-checks.poll-results .poll-item {
  cursor: default;
  background-color: #afb8bd!important;
}
.poll.poll-checks.poll-results .poll-item.win .poll-bar {
  background-color: #CE273E;
}
.poll.poll-checks.poll-results .poll-percent {
  opacity: 1;
}
.poll.poll-checks.poll-results .poll-text {
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.poll.poll-checks.poll-results .poll-bar {
  opacity: 1;
}
/*
	EFECTO CUCARACHA
*/
.poll .poll-cuca-effect {
  display: none;
  border: 1px solid #d8d8d8;
  padding: 0 15px 25px;
  margin-bottom: 32px;
  position: relative;
}
.poll .poll-cuca-effect .effect-header {
  display: block;
  position: relative;
  height: 46px;
  padding: 12px 0 11px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 19px;
}
.poll .poll-cuca-effect .effect-header .icon-teach{
  height: 46px;
  width: 46px;
  background-color: #CE273E;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.poll .poll-cuca-effect .effect-header .text {
  margin-left: 10px!important;
  font: bold 24px/46px 'Chivo', sans-serif!important;
}
.poll .poll-cuca-effect .effect-title {
  font: bold 26px/28px 'Chivo', sans-serif;
  margin-bottom: 18px;
}
.poll .poll-cuca-effect figure {
  margin: 0 0 20px;
  display: block;
}
.poll .poll-cuca-effect figure img {
  width: 100%;
  height: auto;
}
.poll .poll-cuca-effect p {
  font: 18px/28px 'Chivo', sans-serif;
}
/* POLL SHARE */
.poll .social-share-box button {
  float: left;
  border: none;
  width: 29px;
  height: 29px;
  margin-left: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
  padding: 0;
}
.poll .social-share-box .icon-facebook {
  background-color: #4563a6;
}
.poll .social-share-box .icon-whatsapp {
  background-color: #47c13c;
  display: none;
}
.poll .social-share-box .icon-twitter {
  background-color: #28a9e0;
}
/*
	POLL ENTRY BOX
*/
.entry.poll-box .poll{
	margin: 15px 15px 10px;
	height: 247px;
}
.entry.poll-box .poll .poll-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.entry.poll-box .poll .poll-subtitle{
	font: 300 13px/29px 'Chivo', sans-serif;
    	color: #797979;
    	margin-bottom: 7px;
}
.entry.poll-box .poll .poll-content{
	margin-bottom: 0;
}
.entry.poll-box .poll .poll-items{
	height: 160px;
	overflow: hidden;
}
.entry.poll-box .poll .poll-item{
	height: 35px;
}
.entry.poll-box .poll .poll-percent{
	line-height: 35px;
}
.entry.poll-box .poll .poll-footer{
	padding-top: 5px;
}
/*
	SECTION COLOR POLL BAR
*/
.poll.poll-multiple.poll-results .poll-item.win .poll-bar{

}

.cmspoll-generated .poll .poll-percent,
.cmspoll-generated .poll .poll-text{
	font-weight: bold !important;
}
.cmspoll-generated .poll .win .poll-percent,
.cmspoll-generated .poll .win .poll-text{
	font-weight: bold !important;
}
/*
	POLL VERSUS
*/

.poll.poll-versus{
	padding: 0 !important;
	
	background-color: #3b3b3b !important;
	position: relative;
	padding: 10px;
	margin: 0 auto !important;
	display: block !important;
	margin-bottom: 45px !important;
	border: 0 !important;
	padding: 30px 18px 18px 18px!important;
	
	
}
.poll.poll-versus .poll-label {
	color: #CE273E;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 4px;
}
.poll.poll-versus .poll-title {
	margin-bottom: 17px;
	font: bold 22px/25px 'Chivo', sans-serif !important;
	color:#fff !important;
}
.poll.poll-versus .poll-items .poll-img {
	width: 286px;
	height: 300px;
}
.poll.poll-versus .poll-content,
.poll.poll-versus .poll-items{
	position: relative;
	margin: 0;
}
.poll.poll-versus .poll-item-left {
	position: relative;
	cursor: pointer;
	width: 100%;
	padding-top: 96.33%;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.poll.poll-versus .poll-item-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	max-width: 96%;
	min-width: 40px;
	border-left: 2px solid #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.poll.poll-versus .poll-item-right:after{
	content:"vs";
	height:92px;
	position:absolute;
	top:50%;
	left:0%;
	background: url(/export/sites/bolavip/arte/bg-pentagono.png) no-repeat 0 0;
	background-size: contain;
	color:#fff;
	width:96px;
	line-height: 75px;
	font-size: 46px;
	font-weight: bold;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.poll-versus .poll-item:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.poll.poll-versus .poll-data{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	top: 0;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.64) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.64) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.64) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 );
}
.poll.poll-versus .poll-data:hover .poll-btn{
	background: #000 !important;
}
.poll.poll-versus .poll-data-right{
	left: 50%;
}
.poll.poll-versus .poll-percent{
	position: absolute;
	bottom: 110px;
	top: auto;
	left: 50%;
	width: 96px;
	text-align: center;
	color: #fff!important;
	font: bold 25px/25px 'Chivo', sans-serif!important;
	opacity: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transform: translate( -50%, 20px );
	-moz-transform: translate( -50%, 20px );
	-webkit-transform: translate( -50%, 20px );
}
.poll.poll-versus .poll-percent small{
	font-size: 22px!important;
}
.poll.poll-versus .poll-text{
	
	color: #fff!important;
	padding: 10px!important;
	cursor: pointer;
	text-align: center;
	font: bold 18px/18px 'Chivo', sans-serif!important;
	position: absolute;
	bottom: 80px;
	top: auto;
	left: 50%;
	white-space: nowrap;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}

.poll.poll-versus .poll-btn{
	background: #CE273E!important;
	font: bold 18px/49px 'Chivo', sans-serif!important;
	color: #fff!important;
	position: absolute;
	bottom: 20px;
	width: 75%;
	height: 49px;
	transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.cmspoll-voted .poll.poll-versus  .poll-btn {
	opacity:0;
	transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.cmspoll-voted .poll.poll-versus .poll-text{
	bottom:20px;
}
.cmspoll-voted .poll.poll-versus .poll-percent{
	bottom:70px;
}
.deportes .poll.poll-versus .poll-btn{
	background: #32aef7!important;
}
.entretenimiento .poll.poll-versus .poll-btn{
	background: #3bd7ba!important;
}
.deportes .poll.poll-versus .poll-btn:hover,
.entretenimiento .poll.poll-versus .poll-btn:hover{
	background: #000!important;
}
.poll-versus .poll-item:before{
	background: #CE273E none!important;
}
.poll-versus .poll-item-win:before{
	background: none !important;
	background-image:linear-gradient(transparent, #000) !important;
}
.poll-versus .poll-data-win .poll-percent{
	font: bold 50px/20px 'Chivo', sans-serif, sans-serif!important;
	color: #CE273E !important;
	
}
.poll-versus .poll-footer p{
	color:#fff !important;
}
.news-full .news-body .poll p span,
.news-full .news-body .poll-versus .poll-footer p span{
	 background-color: transparent !important;
} 
.news-full .news-body .ckeditor-poll .poll-versus .poll-footer p span {
    background-color: transparent !important;
}

/* RESULTS */
.poll-versus.poll-results .poll-info .poll-percent{
	opacity: 1;
	transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}

.poll-versus.poll-results .poll-text,
.poll-versus.poll-results .poll-item{
	cursor: default;
}
.poll-versus.poll-results .poll-item:before{
	opacity: 0.5;
}
.poll.poll-versus.poll-results .poll-item-right:after{
	opacity:0;
}