/* CSS Document */

body{
	background: url("imgs/bg.jpg") repeat-y;
	background-size: contain;
}

.wrapper{
	background: url("imgs/bg-banda-54.jpg") repeat-y;
	background-color: white;
}

.loader-container{
	min-height: 600px;
}

header{
	background: url("imgs/bg-wrapper.jpg") no-repeat top;
	background-size: cover;
}

h1{
	font-size:36px;
	color:#205b7b;
	font-weight:bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #205b7b;
	margin-bottom: 20px;
}

h2{
	font-family: 'Berkshire Swash', cursive;
	font-size:32px;
	color:#e86316;
}

h3{
	font-size:24px;
	font-weight: bold;
	color:#e86316;
	margin:0px;
}

.logo{
	padding-left:0px;
}

.logo img{
	width:100%;
	height: auto;
	max-width: 300px;
}

blockquote{
	font-family: 'Berkshire Swash', cursive;
	font-size:21px;
	color:#205b7b;
	padding-left:20px;
	border-left:2px dotted #205b7b;
}

.pie-frase{
	text-align: right;
	font-size: 16px;
}

.menu{
	padding:0 0 0 30px;
	margin:0px;
}

.menu ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

.separador{
	padding:0px;
	margin:30px 0;
	background-color: #205b7b;
	border:none;
	height:5px;
	width:100px;
}

.menu li{
	padding:0px;
	margin:0 0 8px 0;
}

.menu li a{
	padding:10px;
	background: url("imgs/bg-boton-azul.jpg") right no-repeat;
	background-color: #205b7b;
	color:white;
	display:block;
	text-decoration: none;
	font-size: 18px;
}

.menu li a.resalte{
	color:#fbb53b;
	font-weight: bold;
	animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground{
	0%		{ color: #fbb53b;}
	50%		{ color: #0fabff;}
	100%	{ color: #fbb53b;}
}


.menu li a:hover{
	background: url("imgs/bg-boton-naranja.jpg") right no-repeat;
	background-color: #e86316;
	color:#ffbc50;
	text-decoration: none;
}

footer{
	padding-bottom:40px;
}

.logomon-pie{
}

.logomon-pie img{
	width:100%;
	height: auto;
	max-width: 300px;
}

.data-pie{
	
}

.data-pie p{
	padding:0px;
	margin:0px;
	font-size:15px;
}

.lista-basica{
	list-style: none;
}

.lista-basica li{
	background: url("imgs/bullet-azul.gif") no-repeat 0 7px;
	padding:0 0 5px 16px;
}

.lista-basica li span{
	color:#205b7b;
	font-weight: bold;
}


.lista-num {
  list-style: none;
  counter-reset: micontador;
}
.lista-num li {
  counter-increment: micontador;
}
.lista-num li::before {
  content: counter(micontador) ". ";
  color:#205b7b;
  font-weight: bold;
}

.content-produccion{
	position: relative;
}

.produccion{
	border-top:3px solid #e86316;
	padding-top: 20px;
	padding-bottom: 20px;
	position:relative;
}

.produccion::before{
	content: '';
	width:16px;
	height:16px;
	position: absolute;
	top:-10px;
	background: url("imgs/flecha-top-widget.jpg");
}

.produccion a{
	display: inline-block;
	padding:7px 10px;
	background-color: #205b7b;
	border-radius: 5px;
	color:white;
	margin: 0 0 30px 0;
}

.produccion a:hover{
	background-color: #e86316;
	text-decoration: none;
}

.autor{
	color:#205b7b;
	font-style: italic;
	font-weight: bold;
}

@media only screen and (min-width: 576px) {
	.logo img{
		max-width: 500px;
	}
	.wrapper{
		background: url("imgs/bg-banda-90.jpg") repeat-y;
		background-color: white;
	}
	
}

.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
