
/* - SLIDER - */

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
	left: 50px;
}

.bx-wrapper .bx-next {
	right: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #004A97;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FF6600;
}

.camera_caption {
    bottom: 200px;
    left: 80px;
    display: block;
    position: absolute;
    width: 40%;
}
.camera_caption > div {
    background-color: rgba(15,95,158, .5);
}
.camera_caption a {
    color: white;
}
.camera_caption a:hover {
    color: #FF6600;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #FF6600;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #004A97;
}

.f_blanca a{
	color: white;
	text-decoration: none;
}
.f_blanca a:hover{
	color: #FF6600;
}

@media (max-width: 1024px) {
	.bx-wrapper .bx-prev {
		visibility: hidden;
	}

	.bx-wrapper .bx-next {
		visibility: hidden;
	}
}

/* - AREAS DESTACADAS DEL SITIO - */

.area_destacada{
	text-align: center;
}

.areas_ua img{
	width:100%;
	height:auto;
}

/* - NOTICIAS DESTACADAS DEL SITIO - */

.noticias{
	background-color: #0A7FB8;
	border: 2px solid #FF6600;
	height: 420px;
	padding: 10px;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.noticias{
		height: auto;
		padding-bottom: 30px;
	}
}
.noticias img{
	border: 1px solid #FF6600;
}
.noticia-detail{
	text-align: justify;
	color: #FFFFFF;
}
.mas a{
	float: right;
	text-decoration: none;
	color:black;
	color: #FFFFFF;
}
.mas a:hover{
	color: #FF6600;
}
.mas a::after{
	content:" \f178";
	font-family: "FontAwesome";
}

/* - AGENDA DEL SITIO - */

.a_dia{
	position: relative;
	top:5px;
	font-size: 30px;
}

.a_mes{
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
}

.cuadro-bonus .a_dia{
	top:3px;
	left: 2px;
	font-size: 40px;
}

.cuadro{
	width:60px;
	height:60px;
	background-color: #0A7FB8;
	text-align:center;
	color:white;
	font-family: "UAFont";
}

.media:nth-child(2n+1) .cuadro{
	background-color: #004A97;
}

/* - FOOTER WIDGETS - */

.f_widget{
	background-color:#004A97;
	height:auto;
}
.f_widget::before {
	content: "";
    position:absolute;
	
	left:90%;
	display:block;
	width:0;
	height:0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 20px;
    z-index: 999999999;

}
@media (max-width: 768px) { 
	.f_widget::before {
	content: "";	
	left:80%;
	}
}
.sociales .fb{color: #3B5997;}
.sociales .tw{color: #54ABEE;}
.sociales .yt{color: #D82524;}
.sociales .ig{color: #B17D4E;}
.sociales a{
	text-decoration: none;
}
.sociales a:hover{
	color: #FFFFFF;
}

.flag{
	width: 40px;
	height: auto;
}
/* - FIN - */

.sticky-wrapper{
	height: 58px !important;
}
@media (max-width: 1183px){
	.sticky-wrapper{
		height: 58px !important;
	}
}
@media (max-width: 1136px){
	.sticky-wrapper{
		height: 108px !important;
	}
}
@media (max-width: 1111px){
	.sticky-wrapper{
		height: 158px !important;
	}
}
@media (max-width: 767px){
	.sticky-wrapper{
		height: 54px !important;
	}
}

/* - DETALLES MENU - */

.second{
	visibility: hidden;
}
.second img{
	height:0;
	width:0;
}
@media(max-width: 768px){
	.second {
		visibility: visible;
	}
	.second img{
		height: 55px;
		width: auto;
	}
}