@font-face {
    font-family: 'gill-sans-mt'; /*a name to be used later*/
    src: url('../fonts/gillsans/gill-sans-mt.ttf'); /*URL to font*/
}
/*@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Open Sans'; 
}

a{color:#111;}

body {
  font-size: 16px;
  background-color: #ccc;
  background-image: url(bg.jpg) repeat top center fixed;
}

.container{ background-color: #FFFFFF; }
.navbar { border-radius: 0px !important; }
.bg-content-single{background-color:#FFF;}

@media (max-width: 768px) {
    .acainfo .thumbnail{
        margin-bottom: 20px;
        max-height: 350px;
        border-bottom:2px solid #CCC;
        box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    }
}


.webcams h4{
    margin: 0;
    width: 100%;
    /*background-color: #1e1915;*/
    padding-top: 5px;
    padding-bottom: 5px;
    color: #555;
}
.webcams .thumbnail{ margin-bottom: 0;}

.logo{ display: block; }
.logo1{width: 45%; margin-right: 10px;}
.logo2{width: 50%;}
.clima {display: block; margin-top: 10px;}

.ayuda { clear:both; float:left; }
.ayuda img{ width: 108px; float:left; }
.ayuda span{ float:right; width: 150px; font-weight: bold;  margin-top: 30px; }

.header{
    background-color: rgba(255, 255, 255, 1.0) !important;
    margin-left: 0px;
    margin-right: 0px;
}
.container{ background-color: rgba(255, 255, 255, 0.5); }
/*
    Formulario de Busqueda
*/
#form-search{
    margin-top:11px;
}
#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;   
}

.wrap .carousel-video{padding-top:20px;}
/*
    Iconos de Redes Sociales
*/
.social-top{
  margin-bottom: 0px;
}

@media (max-width: 768px) {
    .social-top{
	  margin-bottom: 0px;
	  display: flex;
	  justify-content: center;
	}
	.social-top li{
		padding-right: 10px !important;
	}
}

.social-top li a{
  color: #838383;
  /*color: #FBBC05;*/
}
 #social-fb {
  color: #9F2241;/*#3B5998;*/
 }
 #social-tw {
  color: #9F2241;/*#4099FF;*/
 }
 #social-yt {
  color: #9F2241;/*#d34836;*/
 }
 #social-em{
  color: #9F2241;
 }
  #social-ov{
  color: #9F2241;
 }

 #social-fb:hover {
  color: #BC955C;/*#547CD2;*/
 }
 #social-tw:hover {
  color: #BC955C;/*#76AEEF;*/
 }
 #social-yt:hover {
  color: #BC955C;/*#F35440;*/
 }
 #social-em:hover{
  color: #BC955C;
 }
 #social-ov:hover{
 color: #BC955C;/*opacity: 0.7;*/
 }

/*
    Menú Principal
*/

.navbar{
    margin:5px 0;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.navbar-inverse {
	/*background-color: rgba(241,241,1,0.9);*/
	background-color: #9F2241;
    /*background-color: #f2f100;*/
    border-color: #BC955C;
}

.navbar-inverse .navbar-nav>li>a, .navbar-header .navbar-brand {
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
}

.navbar-header .navbar-brand:hover, 
.navbar-header .navbar-brand:focus,
.navbar-inverse .navbar-nav>li:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #EEE;
    background-color: #BC955C;
	border-radius: 10px;
}



/* Carousel Styles */
.carousel-video .carousel-indicators{bottom: -10px; width:100%; margin-left:0; left:0;}
.carousel-video .carousel-indicators .active {background-color: #AB771A; }/*width: 70px;*/
/*.carousel-indicators li{width: 70px;}*/
.carousel-video .carousel-inner img {width: 100%; max-height: 470px}
.carousel-video .carousel-control {width: 0;}

.carousel-video .carousel-control.left,
.carousel-video .carousel-control.right {
	height: 50px;
	width: 50px;
	background: none repeat scroll 0 0 #222222;
	border: 2px solid #FFFFFF;
	border-radius: 25px 25px 25px 25px;
  	position: absolute;
  	top: 40%;
  	z-index: 5;
  	display: inline-block;
}
.carousel-video .carousel-control.right{right: 5px;}
.carousel-video .carousel-control.left{left: 5px;}

.carousel-video .carousel-control .glyphicon-chevron-left, 
.carousel-video .carousel-control .glyphicon-chevron-right, 
.carousel-video .carousel-control .icon-prev, 
.carousel-video .carousel-control .icon-next {
  color:#ccc;
  left:13px;
  top:12px;
}

.carousel-video .carousel-caption {
  background-color: rgba(0,0,0,.7);
  border-top: 2px solid #ccc;
  /*position: absolute;
  left: 0;
  right: 0;*/
  position: relative;
  left: auto;
  right: auto;
  bottom: 0;
  z-index: 10;
  padding: 15px 10px 15px 10px;
  text-align: justify;
}
.carousel-video .carousel-caption a { font-size: 16px; color: #fff; }
.carousel-video .carousel-caption a:hover{ text-decoration:none; }

/* Cuadro del Video destacado */
.video-destacado{
  height: 315px;
  background-color: #eee;
}

@media (min-width: @screen-md-min) {
	.video-destacado{
	  	position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	  	background-color: #eee;
	}
	.video-destacado iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/*** Canal de Videos ***/
.video-destacado-titulo{ 
    display: block;
    width: 350px;
    height: 41px;
    background-color: #CC181E;
    color: WHITE;
    font-weight: bold;
    font-size: 20px;
    padding: 3px;
    text-align: center;
}
.video-destacado-titulo:hover{
    background-color:#D80007;
}

.wpcf7 .wpcf7-text, .wpcf7 textarea{width:100%}
.wpcf7 input[type="submit"]{    
	float: right;
    padding: 5px;
    font-size: 18px;
    background-color: #C5C5C5;
}
.wpcf7-validation-errors{ background-color: #FFFFFF; }

.noticias-list{
	width:100%;
	margin: 0px;
    padding: 0px;
}
.noticias-list li{
	list-style: none;
	display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    margin: 0px 0px 20px;
	width: 100%;
}
.noticias-list li .thumb{
	max-width: 150px;
    border-bottom: 1px dotted #888;
    margin: 0 auto;
    float:left;
    margin-right: 20px;
}
.noticias-list li .info{
	margin-left:10px;
}
.noticias-list li .info .title{
	font-size: 16px;
	font-weight: bold;
}
.noticias-list li .info .desc{
	font-size: 12px;
}

.content-area .sub_titulo{ color:#111; }

/*Nuevo css pal carousel*/
/* Makes images fully responsive */



/* ------------------- Carousel Styling ------------------- */

.carousel-video .carousel .carousel-inner {
  border-radius: 15px;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
