* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%; 
}
main {
  width:100%;  
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:scrolling; 
  
}
/** Navegation Menu **/
#header{
    position: relative;
    width:100%;
}
.menu-trigger{
	display:none;
}
.nav_perfil{
  display:none;
}
.btn-menu{
  display:none;
}
 #button-share{
  height: 60px;
  width: 60px;
  float:left;
  color:red;
  display: block;
  margin: 0px;
  padding-top:20px;
  position: relative;
 }
.menu{
    width:100%;
    position: fixed;
    margin-left:px;
    height: 60px;
	color:white;
    background-color: rgba(1,37,56);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:3;
	border-bottom: 1px solid red;
}
.nav-menu ul li a:hover {
     color: turquesa;   
}
.nav-menu ul li a {
   display: block;
   color:orange;
   text-decoration: none;
}
 .nav-menu span{
   width:auto;
    margin-right:10px;
	}
.logo-box{
  width:auto;
 display:inline-block; ;
}
.menu .logo-box{margin-left: 20px;}
.menu .logo-box h1 a{
    text-decoration: none;
    font-size: var(--title);
    font-weight: 0;
    color:var(--black);
}
.menu .list-container{margin-right: 20px;}
.menu .list-container ul{display: flex;}
.menu .list-container ul li{list-style: none;}
.menu .list-container ul li a{
    text-decoration: none;
    margin: 0px 10px;
    padding:8px;
    color: var(--black);
    border-radius: 2px;
    transition: 0.3s;
    font-size: 16px;
	height:auto;  
}
.menu .list-container ul li a.active{
    background:red;
    color:#fff;
}
.menu .list-container ul li a:hover{
    background:orange;
    color:#fff;
}
.btn-menu .fa-bars{
    display: none;
}
 .nav-menu span{
   width:auto;
    margin-right:10px;
	color:#00FF80;
 }
 
/*submenu*/
 .menu .list-container ul ul {
    position: absolute;
    background: #e3e3e3;
	width:160px;
	padding-top:5px;
	background-color:black;
	flex-direction:column;
	height:auto;
	margin:0 auto;
	display: none;
  }
@media (min-width:691px)and (max-width:860px){
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%;
}
main {
  width:99.6%;  
  height:100vh;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:;
}
  .nav-expanded{
	  display:block;
     }
logo-box{
  width:auto;
 display:inline-block;
}
    .btn-menu{
		width:50px;
		height:50px;
        display: block;
        position:absolute;
        right:-5px;
        top: 20px;
        font-size: 28px;
        color:white;
        transition: 0.5s;
        cursor: pointer;
    }
	.menu{
     width:99.5%;
    height: 60px;
    color:red;
	margin-left:0px;
    display: flex; top:0;
    justify-content: space-between;
    align-items: center;
    z-index:3;
}
   .btn-menu .fa-times{color:orange;}
    .btn-menu .fa-bars:hover{color:red;}
    .menu .logo-box{margin-left: 30px;}
      .menu .list-container{
 
        position:absolute;
		
		background:url(../imagenes/arlex.jpg);
        top:58px;
		z-index:3;
        width: 100%;
        height:100vh;
		 justify-content: center;
         align-items: center;
    }
	
	   .menu .list-container img{
        top:58px;
		
        width:100px;
        height:100px;
		 justify-content: center;
         align-items: center;
    }
	
	
  .menu .list-container .lists {
      
	 position: relative;
     width: 100%;
     height:60%;
	 margin-top:px;
	 left:0;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction:column; 
	 padding-bottom:20px;
    }
	
	.list-container::-webkit-scrollbar{
		display:none;
	}
	
    .list-container{
		-ms-overflow-style:none;
	}
	
	.list-container{
		scrollbar-width:none;
	}
	
    .menu .list-container ul li{
        width:100%;
		
        display: flex; 
        justify-content: center;  
       
        background-color: rgba(0, 0, 0, 0.5); 
    }
    .menu .list-container ul li a{
     
        font-size: 20px;
        text-align: center;
        padding:12px 0px;
		color:white;
		
    }
    .menu .list-container ul li a.active{
        background: none;
        color:lime;
    }
	
   .menu .list-container ul li a:hover{
    width:auto;
    background:red;
    color:#fff;
	margin:0 auto;
   }
   
     .menu-trigger{
	height:30px;
	display:block;
	color:red;
	background-color: #d5dce4;
	text-align: right;
	font-size: 83%;
	cursor: pointer;
	left:-1px;
	padding:20px;	
 }
    .nav-menu{
		width:100%;
		height:auto;
		display:none;
		margin-left:-5px;
		margin-bottom:-23px;
      }
    
/*submenu*/
 .dropdown {
      display: block;
    }
  .menu .list-container ul {
    display: none;
    position: static;
	margin:0 auto;
  }
 .menu .list-container ul li {
    display: block;
	margin:0 auto;
  }
 .menu .list-container ul ul {
    position: static;
	
	width:100%;
	padding-top:5px;
	flex-direction:column;
	height:auto;
	margin:0 auto; 
	
	 background-color: rgba(0, 0, 0, 0.0); 
	display: none;
  }
}
@media (min-width:571px)and (max-width:690px){
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%;
}
main {
  width:100%;  
  height:100vh;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:;
}
  .nav-expanded{
	  display:block;
     }
logo-box{
  width:auto;
 display:inline-block;
}
    .btn-menu{
		width:50px;
		height:50px;
        display: block;
        position:absolute;
        right:-5px;
        top: 20px;
        font-size: 28px;
        color:white;
        transition: 0.5s;
        cursor: pointer;
    }
	
	.menu{
     width:99.5%;
    height: 60px;
    color:red;
	margin-left:0px;
    display: flex; top:0;
    justify-content: space-between;
    align-items: center;
    z-index:3;
}
   .btn-menu .fa-times{color:orange;}
    .btn-menu .fa-bars:hover{color:red;}
    .menu .logo-box{margin-left: 30px;}
   .menu .list-container{
 
        position:absolute;
		
		background:url(../imagenes/arlex.jpg);
        top:58px;
		z-index:3;
        width: 100%;
        height:100vh;
		 justify-content: center;
         align-items: center;
    }
	
	   .menu .list-container img{
        top:58px;
		
        width:100px;
        height:100px;
		 justify-content: center;
         align-items: center;
    }
	
	
  .menu .list-container .lists {
      
	 position: relative;
     width: 100%;
     height:60%;
	 margin-top:px;
	 left:0;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction:column; 
	 padding-bottom:20px;
    }
	
	.list-container::-webkit-scrollbar{
		display:none;
	}
	
    .list-container{
		-ms-overflow-style:none;
	}
	
	.list-container{
		scrollbar-width:none;
	}
	
    .menu .list-container ul li{
        width:100%;
		
        display: flex; 
        justify-content: center;  
       
        background-color: rgba(0, 0, 0, 0.5); 
    }
    .menu .list-container ul li a{
     
        font-size: 20px;
        text-align: center;
        padding:12px 0px;
		color:white;
		
    }
    .menu .list-container ul li a.active{
        background: none;
        color:lime;
    }
	
   .menu .list-container ul li a:hover{
    width:auto;
    background:red;
    color:#fff;
	margin:0 auto;
   }
   
     .menu-trigger{
	height:30px;
	display:block;
	color:red;
	background-color: #d5dce4;
	text-align: right;
	font-size: 83%;
	cursor: pointer;
	left:-1px;
	padding:20px;	
 }
    .nav-menu{
		width:100%;
		height:auto;
		display:none;
		margin-left:-5px;
		margin-bottom:-23px;
      }
    
/*submenu*/
 .dropdown {
      display: block;
    }
  .menu .list-container ul {
    display: none;
    position: static;
	margin:0 auto;
  }
 .menu .list-container ul li {
    display: block;
	margin:0 auto;
  }
 .menu .list-container ul ul {
    position: static;
	width:100%;
	padding-top:5px;
    background-color: rgba(0, 0, 0, 0.0); 
	flex-direction:column;
	height:auto;
	margin:0 auto;
	display: none;
  }
}
 @media (min-width:346px)and (max-width:570px){
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%;
}
main {
  width:99.6%;  
  height:100vh;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:;
}
  .nav-expanded{
	  display:block;
     }
logo-box{
  width:auto;
 display:inline-block;
}
    .btn-menu{
		width:50px;
		height:50px;
        display: block;
        position:absolute;
        right:-5px;
        top: 20px;
        font-size: 28px;
        color:white;
        transition: 0.5s;
        cursor: pointer;
    }
	
	.menu{
    width:99.5%;
    height: 60px;
    color:red;
	margin-left:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:3;
	
	border-bottom: 1px solid red;
}
    .btn-menu .fa-times{color:orange;}
    .btn-menu .fa-bars:hover{color:red;}
    .menu .logo-box{margin-left: 30px;}
     .menu .list-container{
 
        position:absolute;
		
		background:url(../imagenes/arlex.jpg);
        top:58px;
		z-index:3;
        width: 100%;
        height:100vh;
		 justify-content: center;
         align-items: center;
    }
	
	   .menu .list-container img{
        top:58px;
		
        width:100px;
        height:100px;
		 justify-content: center;
         align-items: center;
    }
	
	
  .menu .list-container .lists {
      
	 position: relative;
     width: 100%;
     height:60%;
	 margin-top:px;
	 left:0;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction:column; 
	 padding-bottom:20px;
    }
	
	.list-container::-webkit-scrollbar{
		display:none;
	}
	
    .list-container{
		-ms-overflow-style:none;
	}
	
	.list-container{
		scrollbar-width:none;
	}
	
    .menu .list-container ul li{
        width:100%;
		
        display: flex; 
        justify-content: center;  
       
        background-color: rgba(0, 0, 0, 0.5); 
    }
    .menu .list-container ul li a{
     
        font-size: 20px;
        text-align: center;
        padding:12px 0px;
		color:white;
		
    }
    .menu .list-container ul li a.active{
        background: none;
        color:lime;
    }
   .menu .list-container ul li a:hover{
    width:auto;
    background:red;
    color:#fff;
	margin:0 auto;
   }
  
   
   .menu-trigger{
	height:30px;
	display:block;
	color:red;
	background-color: #d5dce4;
	text-align: right;
	font-size: 83%;
	cursor: pointer;
	left:-1px;
	padding:20px;	
 }
    .nav-menu{
		width:100%;
		height:auto;
		display:none;
		margin-left:-5px;
		margin-bottom:-23px;
      }
 /*Submenu*/
 .dropdown {
      display: block;
    }
  .menu .list-container ul {
    display: none;
    position: static;
    margin:0 auto;
  }
 .menu .list-container ul li {
    display: block;
	margin:0 auto;
  }
 .menu .list-container ul ul {
    position: static;
	width:100%;
	padding-top:5px;
    background-color: rgba(0, 0, 0, 0.0); 
	flex-direction:column;
	height:auto;
	margin:0 auto;
	display: none;
  }
}
@media (min-width:320px)and (max-width:345px){
body {
  font-family: 'Raleway', sans-serif;
   -webkit-overflow-scrolling: none;
   overflow-y:;
  overflow-x: hidden;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:100%;
}
main {
  width:99.6%;  
  height:100vh;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  overflow:;
}
  .nav-expanded{
	  display:block;
     }
logo-box{
  width:auto;
 display:inline-block;
}
    .btn-menu{
		width:50px;
		height:50px;
        display: block;
        position:absolute;
        right:-5px;
        top: 20px;
        font-size: 28px;
        color:white;
        transition: 0.5s;
        cursor: pointer;
    }
	.menu{
    width:99.5%;
    height: 60px;
    color:red;
	margin-left:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:3;
	
	border-bottom: 1px solid red;
}
    .btn-menu .fa-times{color:orange;}
    .btn-menu .fa-bars:hover{color:red;}
    .menu .logo-box{margin-left: 30px;}
    .menu .list-container{
        position:absolute;
		background:url(../imagenes/arlex.jpg);
        top:58px;
        width: 100%;
        height:100vh;
		 justify-content: center;
         align-items: center;
		 z-index:3;
    }
	
	   .menu .list-container img{
        top:58px;
		
        width:100px;
        height:100px;
		 justify-content: center;
         align-items: center;
    }
	
	
  .menu .list-container .lists {
	 position: relative;
     width: 100%;
     height:60%;
	 margin-top:px;
	 left:0;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction:column; 
	 padding-bottom:20px;
	 z-index:;
    }
	
	.list-container::-webkit-scrollbar{
		display:none;
	}
	
    .list-container{
		-ms-overflow-style:none;
	}
	
	.list-container{
		scrollbar-width:none;
	}
	
    .menu .list-container ul li{
        width:100%;
		
        display: flex; 
        justify-content: center;  
       
        background-color: rgba(0, 0, 0, 0.5); 
    }
    .menu .list-container ul li a{
     
        font-size: 20px;
        text-align: center;
        padding:12px 0px;
		color:white;
		
    }
    .menu .list-container ul li a.active{
        background: none;
        color:lime;
    }
	
   .menu .list-container ul li a:hover{
    width:auto;
    background:red;
    color:#fff;
	margin:0 auto;
   }
  .menu-trigger{
	height:30px;
	display:block;
	color:red;
	background-color: #d5dce4;
	text-align: right;
	font-size: 83%;
	cursor: pointer;
	left:-1px;
	padding:20px;	
 }
    .nav-menu{
		width:100%;
		height:auto;
		display:none;
		margin-left:-5px;
		margin-bottom:-23px;
      }
   
 /*Submenu*/
 .dropdown {
      display: block;
    }
  .menu .list-container ul {
    display: none;
    position: static;
    margin:0 auto;
  }
 .menu .list-container ul li {
    display: block;
	margin:0 auto;
  }
 .menu .list-container ul ul {
    position: static;
	width:100%;
	padding-top:5px;
    background-color: rgba(0, 0, 0, 0.0); 
	flex-direction:column;
	height:auto;
	margin:0 auto;
	display: none;
  }
}
/*Encuesta*/
.caja_encuesta{
	width:90%;
	height:auto;
    margin: 0 auto;
    justify-content: center;
	background-color:;
	margin-top:30px;
}
.caja_encuesta h3{
	width:90%;
	height:auto;
    margin: 0 auto;
	text-align:center;
    justify-content: center;
	color:black;
	padding-top:20px;
}
.contenido_cajax{
	width:90%;
	height:auto;
    margin: 0 auto;
    justify-content: center;
	background-color:white;
	text-align:center;
}
.poll-container {
	width:90%;
	height:auto;
	border-radius: 4px;
	padding: 20px;
    margin: 0 auto;
    justify-content: center;
	background-color:;
}
.radio-input {
	margin: 0px 10px 0px 10px;
}
.option-caja {
	padding: 10px 0px 0px 0px;
}
.poll {
	padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}
.caja-link{
	background-color: red;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #000;
	display: inline-block;
	padding: 10px 40px;
	cursor: pointer;
    margin-top: 20px;
	margin-bottom:15px;
}
#btnSubmit{
	background-color: #333;
	color: #ffffff;
	border-radius: 3px;
	border: 1px solid #000;
	display: inline-block;
	padding: 10px 40px;
	cursor: pointer;
    margin-top: 20px;
}
/*Chat Real de Coment*/
/*chat de whatssap*/
.floating-wpp{
	position:fixed;
	bottom:-8px;
	right:15px;
	font-size:14px;
	transition:bottom .2s;
    z-index:3;
	margin:0;
	padding:0; 
	}
	
.floating-wpp .floating-wpp-button{
	position:relative;
	border-radius:50%;
	transition:box-shadow .2s;
	cursor:pointer;
	overflow:hidden; 
	left:-20px;
	margin:0;
	padding:0; 
	}
		
.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg{
	position:absolute;
	width:50%;
	height:auto;
	object-fit:cover;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	border-radius:50%;margin:0;
	padding:0; 
	}
				
.floating-wpp .floating-wpp-popup{
	border-radius:6px;
	background-color:#E5DDD5;
	position:absolute;
	overflow:hidden;
	padding:0;
	box-shadow:1px 2px 8px rgba(60,60,60,.25);
	width:0;
	height:0;
	bottom:0; 
	opacity:0;
	transition:bottom .1s ease-out,opacity .2s ease-out;
	transform-origin:bottom; 
	}
			
.floating-wpp .floating-wpp-popup.active{
	padding:0 12px 12px;
	width:265px;
	height:auto;
	bottom:0px;
	opacity:1; 
	}
			
.floating-wpp .floating-wpp-popup
.floating-wpp-message{
	background-color:#fff;
	color:black;
	padding:3px;
	border-radius:0 5px 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,.15);
	opacity:0;
	transition:opacity .2s;  
	}
				
.floating-wpp .floating-wpp-popup.active 
.floating-wpp-message{
	opacity:1;
	transition-delay:.2s; 
	text-align:center;
	}
				
.floating-wpp .floating-wpp-popup .floating-wpp-head{
	text-align:right;
	color:#fff;
	margin:0 -15px 10px;
	padding:6px 12px;
	display:flex;
	justify-content:space-between;
	cursor:pointer;  
	}
				
.floating-wpp .floating-wpp-input-message{
	background-color:#fff;
	margin:10px -15px -15px;
	padding:0 15px;
	display:flex;
	align-items:center; 
	}
				
.floating-wpp .floating-wpp-input-message textarea{
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:none;
	padding:5px;
	margin:5px 0;
	width:100%;
	max-width:100%;
    height:20px;
    margin-bottom:20px;
	font-family:inherit;
	font-size:inherit;
	resize:none; 
	}
				
.floating-wpp .floating-wpp-btn-send{
	margin-left:12px;
	font-size:0;
	cursor:pointer; 
	}
	
	
@media (min-width:320px) and (max-width:479px){
.floating-wpp .floating-wpp-button{
	position:relative;
	border-radius:50%;
	transition:box-shadow .2s;
	cursor:pointer;
	overflow:hidden; 
	left:25px;
	margin:0;
	padding:0;
	}
}
/*Contenido Fronterisima*/
#contenido {
  width:100%;
  
  display:hidden;
  margin-top:0px;
  border-top: solid 2px #c1c1c1;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.elemento {
	 
 
  background-image:url(../imagenes/.jpg); 
  
  background-color:black;  
  
  background-repeat: repeat; 
  min-height:100vh;
  padding: 0.5em 0.5em;
  display:none;
  margin-bottom:-23px;
  -webkit-box-sizing:content-box;
  box-sizing:content-box; 
}
article .elemento {
  width:100%; 
  
  display:hidden;
  margin-top:2px;
  border-top: solid 2px #c1c1c1;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.elemento article p {
  max-width:98%;
  margin-left: 20px;
  margin-right: 20px;
  text-align:justify;
  color:white;
  margin-bottom:20px;
  font-size:15px;
  line-height:1.5em;
}
.elemento.visible {  
  display:block; 
  animation: bloque-visible 500ms ease-in-out forwards;
  transform-origin: top center;
}
 .elemento h1 {
  font-size:25px;
  margin: 2em 0;
  text-align: center; 
  color:orange;
  line-height: 1.2em;
}
  .elemento h2 {
  text-align: center;
  text-transform: uppercase;
  font-size:25px;
  padding-top:20px;
  margin-bottom:30px;
  color:lime;
  line-height: 1.2em;
}

/*Section audio*/
.sticky_footer{
	width:100%;
    height:60px;
    background-color: rgba(1,37,56);
    position:fixed;
	margin-left:px;
    z-index:1;
    text-align:center;
    bottom:0;
    display:;
	overflow-y:none;
	border-top: 1px solid red;
  }
  
 .sticky_footer img{
	 
	width:;
	
	height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;	
  }
  
   .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:lime; 
}
#saludo img{
	width:45px;
	height:45px;
	margin-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	position: absolute;	
	text-align: center;
	font-size:18px;
	color:white; 
    width:200px;				
	margin-left:55%;											
	top:15px;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;
    background-color:red;
	border-radius:40%;
	background-image:url(../imagenes/);			
	}
	
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/play);		
	}
	
	#pause{
	height:35px;  								
	width:35px;		
    background-color:aqua;
	border-radius:40%;	
	background-image:url(../imagenes/);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:12px;
	}
	
	#titulo{									
	position:absolute;
	left:55%;
	top:14px;
	}
	
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:18px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:130px;
	top:3px;
    margin:5px;
    width:350px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:20px; 
	}
	
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:5px;
	
	}
 }
 		
 /* Reproductor Responsive 1024px a 1280px */
		 
 @media (min-width:1024px)and (max-width:1280px){	
   .container-footers{
	width:98%;
    height:45px; 
	 z-index:;
 }
 
 .sticky_footer{
	width:98.6%;
    height:55px;
	left:5px;
    position:fixed;
   
    text-align:center;
    bottom:0;
    display:;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
   .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:lime; 
}
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	position: absolute;	
	text-align: center;
	font-size:18px;
	color:white; 
    width:200px;				
	margin-left:55%;											
	top:15px;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:8px;
	}
	
	#titulo{									
	position:absolute;
	left:5%;
	top:14px; 
	display:;
	}
	
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:18px;
	}
	
    #song {											
	position: absolute;	
	color:white;						
	left:130px;
	top:3px;
    margin:5px;
    width:250px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:20px; 
	}
	
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:5px;
	}
 }
 
 /* Reproductor Responsive 961px a 1023px */
		 
 @media (min-width:961px)and (max-width:1023px){	
 .container-footers{
	width:98%;
    height:45px;	
 }
 
 .sticky_footer{
	width:100%;
    height:55px;
	left:px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:; 
	border-top: 1px solid red;
  }
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
   .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:; 
}
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	position: absolute;	
	text-align: center;
	font-size:18px;
	color:white; 
    width:200px;				
	margin-left:55%;											
	top:15px;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	#play, #pause {									
	position: absolute;							
    left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:55%;
	top:14px; 
	display:;
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:20px;
	}
		
    #song {											
	position: absolute;	
	color:white;						
	left:130px;
	top:3px;
    margin:5px;
    width:350px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:20px; 
	}
	
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
 
 /* Reproductor Responsive 861px a 960px */
 @media (min-width:861px)and (max-width:960px){	
 .container-footers{
	width:98%;
    height:45px; 
 }
 
 .sticky_footer{
	width:100%;
    height:55px;
	left:px;
    position:fixed;
   
    text-align:center;
    bottom:0;
    display:; 
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
  
   .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:lime; 
}
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	position: absolute;	
	text-align: center;
	font-size:18px;
	color:white; 
    width:200px;				
	margin-left:50%;											
	top:15px;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	
	#play, #pause {									
	position: absolute;							
    left:20px;											
	top:12px;
	}
	
	#titulo{									
	position:absolute;
	left:55%;
	top:14px;
	}
	
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:20px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:130px;
	top:3px;
    margin:5px;
    width:250px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:20px; 
	}
	
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
 
/* Reproductor Responsive 691px a 860px */
 @media (min-width:691px)and (max-width:860px){	
 .container-footers{
	width:99.8%;
    height:45px;
	z-index:;
 }
 
 .sticky_footer{
	width:99.5%;
    height:55px;
	left:px;
    z-index:;
    text-align:center;
    bottom:0;
    display:; 
	
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
  
   .saludo{
	text-align: center;
	top:1px;
	font-size:20px;
	color:lime; 
}
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	text-align: center;
	top:12px;
	font-size:18px;
	color:white; 
	display:inline-block;
	margin-left:10px;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:12px;			
	}
	#titulo{									
	position:absolute;
	left:65%;
	top:14px;
	}
	
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:20px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:130px;
	top:7px;
    margin:5px;
    width:280px;
    height:30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:18px;
	}
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 } 
 /* Reproductor Responsive 571px a 690px */	  
 @media (min-width:571px)and (max-width:690px){	
  .container-footers{
	width:99.8%;
    height:45px; 
 }
 .sticky_footer{
	width:99.5%;
    height:55px;
	left:0px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:;
	
	border-top: 1px solid red;
  }
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
  
  #saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
  
#txtsaludo{
	margin-top:-8px;
	font-size:16px;
	color:white; 
	margin-left:35%;
    display:flex;
	justify-content: center;
    flex-wrap: wrap;
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	#play, #pause {									
	position: absolute;							
    left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:40%;
	top:5px;
	display:; 
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:28%;
	top:18px;
    margin:5px;
    width:280px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:15px;
	text-align:center;
	}
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
 
 /* Reproductor Responsive 480px a 570px */
 @media (min-width:480px)and (max-width:570px){	
  .container-footers{
	width:99.8%;
    height:45px; 
 }
 .sticky_footer{
	width:99.5%;
    height:55px;
	
	left:0px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:;
	
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
  
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
#txtsaludo{
	
	margin-top:-8px;
	font-size:16px;
	color:white; 
	margin-left:30%;
    display:flex;
	justify-content: center;
    flex-wrap: wrap;	
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/pla.png);			
	}
	
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	
	#play, #pause {									
	position: absolute;							
    left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:40%;
	top:5px;
	display:;
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left: 20%;
	top:18px;
    margin:5px;
    width:280px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:15px;
	text-align:center;
	}
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
 /* Reproductor Responsive 390px a 479px */
 @media (min-width:390px)and (max-width:479px){	
  .container-footers{
	width:99.8%;
    height:45px; 
 }
 .sticky_footer{
	width:99.5%;
    height:55px;
	left:0px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:;
	
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:10px;
	margin-top:5px;
  }
  
 #saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
  
#txtsaludo{
	margin-top:-8px;
	font-size:16px;
	color:white; 
	margin-left:30%;
    display:flex;
	justify-content: center;
    flex-wrap: wrap;
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:40%;
	top:5px;
	display:;
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	}
	
	 #song {											
	position: absolute;	
	color:white;						
	left:30%;
	top:18px;
    margin:5px;
    width:200px;
    height: 30px;
    font-family: 'Aladin';
    text-transform: capitalize;
    font-size:15px;
	text-align:center;
	}
	
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
/* Reproductor Responsive 346px a 389px */
 @media (min-width:346px)and (max-width:389px){	
  .container-footers{
	width:99.8%;
    height:45px; 
 }
 
 .sticky_footer{
	width:99.5%;
    height:55px;
	left:0px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:;
	
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:3px;
	margin-top:4px; 
  }
  
#saludo img{
	width:45px;
	height:45px;
	
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
  
#txtsaludo{
	margin-top:-8px;
	font-size:16px;
	color:white; 
	margin-left:25%;
    display:flex;
	justify-content: center;
    flex-wrap: wrap;
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:35%;
	top:5px;
	display:;
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:22.5%;
	top:18px;
    margin:5px;
    width:200px;
    height: 30px;
    font-family: 'Aladin', cursive;
    text-transform: capitalize;
    font-size:15px;
	text-align:center;
	}
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
@media (min-width:320px)and (max-width:345px){	
   .container-footers{
	width:100%;
    height:45px; 
 }
 
.sticky_footer{
	width:99.5%;
    height:55px;
	left:0px;
    position:fixed;
    z-index:;
    text-align:center;
    bottom:0;
    display:;
	
	border-top: 1px solid red;
  }
  
  .sticky_footer img{
	width:;
    height:;
	float:left; 
	margin-left:3px;
	margin-top:4px; 
  }
  
#saludo img{
	width:45px;
	height:45px;
	padding-top:px;
	font-size:20px;
	color:; 
    display: inline-block;
    margin-right:15px;
}
  
#txtsaludo{
	margin-top:-8px;
	font-size:16px;
	color:white; 
	margin-left:25%;
    display:flex;
	justify-content: center;
    flex-wrap: wrap;
}
#player {
	width:97%; 									
	height: 50px; 									
	padding: 1px;									
	background:url(../imagenes/.jpg);						
	background-repeat:repeat; 
	background-position: 0px center;			
	position: relative;
    margin:0 auto;
	}
	#play{
	height:35px;  									
	width:35px;								
	background-image:url(../imagenes/play.pn);			
	}
	#play:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/playh.pn);		
	}
	#pause{
	height:35px;  								
	width:35px;									
	background-image:url(../imagenes/pausa.pn);		
	}
	#pause:hover{
	height:35px;									
	width:35px;									
	background-image:url(../imagenes/pausah.pn);		
	}
	#play, #pause {									
	position: absolute;							
	left:20px;											
	top:12px;
	}
	#titulo{									
	position:absolute;
	left:35%;
	top:5px;
	display:;
	}
	#titulo h3{	
	color:white;								
	padding:2px;
	margin:0px;
	font-family: 'Teko', sans-serif;
	font-size:16px;
	}
    #song {											
	position: absolute;	
	color:white;						
	left:22.5%;
	top:18px;
    margin:5px;
    width:200px;
    height: 30px;
    font-family: 'Aladin', cursive;
    text-transform: capitalize;
    font-size:15px;
	text-align:center;
	}
	#animation img{	
    width:35px;	
	
	height:35px;
	position:absolute;
	right:10px;
	top:px;
	}
 }
 
/*Section inicio */
.inicio-matrix{
			width:100%;
			height:auto;
			padding-top:5px;
			background:url(../imagenes/);
			background-color:  #272727;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
			margin-bottom:10px;
			margin: 0 auto;
		}
		
		.caja-matrix{
		  width:52%;
		  height:auto;
		  padding-top:15px; 
		  background:url(../imagenes/intro1.jpg);
		  background-repeat:repeat;
		  margin:0 auto;
		  margin-bottom:20px; 
		}
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:20px;
		}
		
		.caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		   margin:0 auto;
		  font-size:14px;
		}
  aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:45%;
	height:auto;
    margin-bottom:3px;
    margin:0 auto;	
}
		
  aside .video-responsive{
    position:relative;
    width: 100%;
    height: 100%;
    background: transparent;
}
  .video-slider {
		width: 100%;
		height:98%;
		background:;
		position: relative;
	    top:0;
		overflow: hidden; 
		z-index:1;
	}
	.slides {
		position: absolute;
		top: 0;
		left: 100%;
		height:98%;
		width: 100%;
		text-align: center;
		overflow: hidden;
		z-index:1;
	}
	.slides:first-child{
		left: 0;
	}
	.video{
		height: 100%;
		width: 98%;
		border:0;
	}
	.slide-arrow{
		position: absolute;
		top: 0;
		left: 0;
		height: 45%;
		width: 15%;
		color:red;
		cursor: pointer;
		opacity: .5;
		z-index:1;
	}
	.slide-arrow:hover{
		opacity: 1;
	}
	.slide-arrow:after{
		content: "\003c";
		text-align: center;
		display: block;
		height: 10%;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 3em;
	}
	.slide-arrow.right:after{
		content: "\003e";
	}
	.slide-arrow.right{
		left: auto;
		right: 0;
	}
	
	.publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:15px;
	margin: 0 auto; 
}
	
 @media (min-width:961px)and (max-width:1023px){
.inicio-matrix{
			width:98%;
			height:auto;
			padding-top:10px;
			background-color:#272727;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
			margin-bottom:5px;
			margin: 0 auto;
			
			padding-bottom:10px;
		}
		
		.caja-matrix{
		  width:52%;
		  height:auto;
		  padding-top:15px; 
		  background:url(../imagenes/diseñador.jpg);
		  background-repeat:repeat;
		  margin:0 auto;
		  margin-bottom:20px; 
		}
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:20px;
		}
		.caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		   margin:0 auto;
		  font-size:14px;
		}
  aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:45%;
	height:auto;
    margin-bottom:3px;	
}
	
  aside .video-responsive{
    position:relative;
    width: 100%;
    height: 100%;
    background: transparent;
}
.video-responsive iframe{
   position: absolute;
   top:-15px;
   left: 0;
   width: 100%;
   height:98%;
}
.publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:15px;
	margin: 0 auto; 
}
}
 
/* Reproductor Responsive 861px a 960px */
 @media (min-width:861px)and (max-width:960px){	
   .inicio-matrix{
      width:98.5%;
	  height:auto;
	  margin:0 auto;
	  padding-top:10px;
	  background-color:#272727;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  padding-bottom:10px;
		}
		
		.caja-matrix{
		  width:95%;
		  padding-top:10px; 
		  background:url(../imagenes/diseñador.jpg);
		  height:auto;
		  margin:0 auto;
		  margin-bottom:30px;
		}
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		
		.caja-matrix h3{
		text-align:center;
		padding-top:30px;
		color:white;
		
		}
		
		.caja-matrix p{
		  width:95%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		  margin:0 auto;
		  font-size:14px;
		}
    aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:95%;
	height:350px;
    margin-bottom:3px;	
	margin:0 auto;
}
	
  aside .video-responsive{
    position:relative;
    width: 100%;
    height: 100%;
	margin:0 auto;
    background: transparent;
	display: flex;
      justify-content: center;
      flex-wrap: wrap;
}
  aside .video-responsive iframe{
    position: absolute;
    top:0;
    width: 100%;
    height:100%;
	margin:0 auto;
	display: flex;
      justify-content: center;
      flex-wrap: wrap;
   }
   
  .publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:10px;
	margin: 0 auto; 
  }
}
 
/* Reproductor Responsive 480px a 860px */
	
 @media (min-width:480px)and (max-width:860px){	
    .inicio-matrix{
      width:98%;
	  height:auto;
	  padding-top:5px;
	  margin:0 auto;
	  background-color:#272727;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	  
	  padding-bottom:10px;
	}
		
	.caja-matrix{
		  width:98%;
		  padding-top:5px; 
		  background:url(../imagenes/diseñador.jpg);
		  height:auto;
		  margin:0 auto;
		  margin-bottom:10px;
	
		}
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:20px;
		font-size:23px;
		}
		
		 .inicio-matrix .caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		  margin:0 auto;
		  font-size:14px;
		}
  aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:95%;
	height:350px;
    margin-bottom:3px;	
	margin:0 auto;
}
		
  aside .video-responsive{
    position:relative;
    width: 100%;
    height:100%;
    background: transparent;
}
  aside .video-responsive iframe{
    position: absolute;
    top:0;
    width: 100%;
    height: 95%;
   }
   
   .publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:15px;
	margin: 0 auto;
  }
}
/* Reproductor Responsive 346px a 479px */
 @media (min-width:346px)and (max-width:479px){	
    .inicio-matrix{
      width:100%;
	  height:auto;
	  padding-top:5px;
	  margin:0 auto;
	  background-color:#272727;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	  
	  padding-bottom:10px;
	}
		
	.caja-matrix{
		  width:100%;
		  padding-top:5px; 
		  background:url(../imagenes/diseñador.jpg);
		  height:auto;
		  margin:0 auto;
		  margin-bottom:10px;
	
		}
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:25px;
		font-size:23px;
		}
		 .inicio-matrix .caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		  margin:0 auto;
		  font-size:14px;
		}
  aside{
	display: inline-block;
	background:url(../imagenes/.jpg);
	width:100%;
	height:350px;
    margin-bottom:3px;	
	margin:0 auto;
}
	
  aside .video-responsive{
    position:relative;
    width: 100%;
    height:100%;
    background: transparent;
}
  aside .video-responsive iframe{
    position: absolute;
    top:0;
    width: 100%;
    height: 95%;
   }
   
   .publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:15px;
	margin: 0 auto;
   }
}
  
/* Reproductor Responsive 320px a 345px */
		  
 @media (min-width:320px)and (max-width:345px){	
     .inicio-matrix{
      width:98%;
	  height:auto;
	  padding-top:5px;
	  margin:0 auto;
	  background-color:#272727;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	  
	  padding-bottom:5px;
	}
		
	.caja-matrix{
		  width:98%;
		  padding-top:5px; 
		  background:url(../imagenes/diseñador.jpg);
		  height:auto;
		  margin:0 auto;
		  margin-bottom:10px;
  }
		
		.caja-matrix h2{
		text-align:center;
		color:white;
		padding-top:10px;
		font-size:14px;
		}
		
		.caja-matrix h3{
		text-align:center;
		color:white;
		padding-top:25px;
		font-size:20px;
		}
		
		.inicio-matrix .caja-matrix p{
		  width:90%;
		  text-align:center;
		  color:white;
		  text-align:justify;
		  padding-top:25px;
		  margin:0 auto;
		  font-size:14px;
		}
		aside{
			width:98%;
			height:350px;
			margin-top:3px;
			margin-bottom:0px;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
			background:url(../imagenes/.jpg);
			margin: 0 auto;		
		}
  aside .video-responsive{
    position:relative;
    width: 100%;
    height:100%;
    background: transparent;
}
  aside .video-responsive iframe{
    position: absolute;
    top:0;
    width: 100%;
    height: 95%;
   }
  .publicidades{
	width:90%;
	height:auto;
	text-align: center;
	padding-top:px;
	margin:0 auto;
	margin-bottom:10px;	 
}
.adsbygoogle{
	display: flex;
	width:85%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
	padding-top:px;
    margin-bottom:10px;
	margin: 0 auto; 
}
}

/*Section Portafolio*/
#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	margin: 0 auto;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:10px;
	 background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../imagenes/1.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
}
#bloggers .contenido_block{
	display: flex;
	width:100%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
    padding-bottom:0px;
	margin: 0 auto;
}
#bloggers .contenido_block .radio{
	width:31%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	margin: 10px;
	background-color:IndianRed;	
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
	padding-bottom:20px;
    font-family:arial;	
	margin-top:30px;
	
}
#bloggers h4 {
	text-align: center;
	font-size:25px;
	color:white;
	padding-bottom:10px;
    font-family:arial;	
	padding-top:20px;
}
#bloggers p{
	width:95%;
	text-align: center;
	font-size:14px;
	color:white;	
	margin:0 auto;
	padding-top:0px;	
	text-align:justify;
	font-family:arial;
}
#bloggers img {
	width:98%;
	height:300px;
	padding-top:px;
	margin:0 auto;
	display:flex;
}

/* Responsive a 961px- 1280px  */
 
@media (min-width:961px)and (max-width:1280px){
	
	#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	margin: 0 auto;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:10px;
}
#bloggers .contenido_block{
	display: flex;
	width:100%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background-color:;
    padding-bottom:0px;
	margin: 0 auto;
}
#bloggers .contenido_block .radio{
	width:31%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:justify;
	margin: 10px;
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
	padding-bottom:20px;
    font-family:arial;	
	margin-top:30px;
	
}
#bloggers h4 {
	text-align: center;
	font-size:25px;
	color:white;
	padding-bottom:10px;
    font-family:arial;	
	padding-top:20px;
}
#bloggers p{
	width:95%;
	text-align: center;
	font-size:14px;
	color:white;	
	margin:0 auto;
	padding-top:0px;	
	text-align:justify;
	font-family:arial;
}
#bloggers img {
	width:98%;
	height:300px;
	padding-top:px;
	margin:0 auto;
	display:flex;
  } 
}


/* Responsive a 480px- 960px  */
 
@media (min-width:480px)and (max-width:960px){
#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	justify-content: center;
	flex-wrap: wrap;
	margin-top:10px;
}
#bloggers .contenido_block{
	width:100%;
	height:auto;
	margin-bottom:10px;
    align-items:flex-start;
	flex-direction:column;
}
#bloggers .contenido_block .radio {
	width:100%;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	padding-bottom:10px;
	margin:0 auto;
	font-family:arial;
	margin-bottom:10px;
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
    font-family:arial;		
	padding-top:20px;
	padding-bottom:35px;
	margin-bottom:15px;
}
#bloggers h4 {
	text-align: center;
	color:white;	
}
#bloggers p{
	width:90%;
	height:auto;
	text-align: center;
	font-size:14px;
	color:white;
	margin:0 auto;
    text-align:justify;	
	padding-top:20px;	
	margin-bottom:20px;
	font-family:arial;
}
#bloggers img {
	width:85%;
	height:300px;
	display:flex;
	padding-top:px;
	margin:0 auto;
 }
}
/* Responsive a 320px-479px  */
 
@media (min-width:320px)and (max-width:479px){
#bloggers{
	width:100%;
	height:auto;
    text-align: center; 
	justify-content: center;
	flex-wrap: wrap;
	margin-top:10px;
}
#bloggers .contenido_block{
	width:100%;
	height:auto;
	margin-bottom:10px;
    align-items:flex-start;
	flex-direction:column;
}
#bloggers .contenido_block .radio {
	width:100%;
	text-align: center;
	font-size:30px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0 auto;
	font-family:arial;
	margin-bottom:10px;
}
#bloggers h3{
	text-align: center;
	font-size:28px;
	color:white;
    font-family:arial;		
	padding-top:20px;
	padding-bottom:35px;
	margin-bottom:15px;
}
#bloggers h4 {
	text-align: center;
	color:white;	
}
#bloggers p{
	width:90%;
	height:auto;
	text-align: center;
	font-size:14px;
	color:white;
	margin:0 auto;
    text-align:justify;	
	padding-top:20px;	
	margin-bottom:20px;
	font-family:arial;
}
#bloggers img {
	width:85%;
	height:300px;
	display:flex;
	padding-top:5px;
	margin:0 auto;
 }
  
}
  /* Modal */
  .slideshow{
  width:100%;
  height:300px;
  position: relative;
  overflow: hidden;
    }
    
     #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img {
	  width:100%; 
	  height:;
	  margin:0 auto;
	  z-index:0;
    }
  
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      width: auto;
      padding: 16px;
      margin-top:0px;
      color:snow;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
	
     #bloggers .note p{
      width:100%;
	  height:30px;
      background-color:;
     margin:0 auto;
	 color:red;
	 font-size:16px;
	 display:none;
    }
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color:red;
    }
  
 
 @media screen and (min-width:480px) and (max-width:960px) {
	 
     #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img{
	  width:95%; 
	  height:300px;
	  margin:0 auto;
    }
 
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      max-width:100%;
      padding: 16px;
      color:red;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      user-select: none;
    }
	
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
	
	  .prev {
      left: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color: #f1f1f1;
      color: black;
    }
  }
  
  
  @media screen and (min-width:320px) and (max-width:479px) {
	 
 #bloggers .radio{
   display: flex;
	width:98%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/recargado.jpg);
    padding-bottom:30px;
	margin-bottom:10px;
	margin: 0 auto;
    }
	 
    #bloggers .mySlides1 img,
     #bloggers .mySlides2 img ,
     #bloggers .mySlides3 img{
	  width:100%; 
	  height:350px;
	  margin:0 auto;
    }
 
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top:40%;
      max-width:100%;
      padding: 16px;
      color: snow;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      user-select: none;
    }
	
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
	
	  .prev {
      left: 0;
      border-radius: 3px 0 0 3px;
    }
    .prev:hover,
    .next:hover {
      background-color: #f1f1f1;
      color: black;
    }
  }
/* Cards */
.content-cards{     
    display: flex;
	height:auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
	background:url(../imagenes/imag.jpg); 
	
}
.card{
    width: 30%;
    text-align: center;
    height: auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	overflow:hidden;
	margin:10px;
}
.card i{
    margin: 30px 0 20px 0;
    color: #cc9199;
    font-size: 50px;
}
.content-cards .card p{
    text-align:justify;
    color:white;
    font-size:15px;
    margin-bottom: 10px;
	padding-top:30px;
	vertical-align:top; 
    line-height: 1.7em;	
	word-spacing: 0;
}
.content-cards #tres p{
    text-align:justify;
    color:white;
    font-size: 13px;
    margin-bottom: 10px;
	padding-top:15px;
	display:inline-block;
	line-height: 1.7em;	
}
 .content-cards #uno img {
    width:100%;
	height:350px;
	margin:0 auto;
	padding-bottom:1px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:33px;
}
.content-cards #tres img {
    width:90%;
	height:350px;
	margin-left:0 auto;
	padding-bottom:1px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:33px;
}
.content-cards input {
	text-align: center;
	width: auto;
	margin-top: 40px; 
	cursor: pointer; 
	background:white;
	color: black; 
    font-size: 20px;
	margin-left:-4%; 
}
/* Responsive a 320px a 1023px  */
		  
 @media (min-width:320px)and (max-width:1023px){
/* Cards */
.content-cards{
    display: flex;
	height:auto;
    justify-content: space-evenly;
    flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	
}
.card{
    width: 30%;
    text-align: center;
    height: auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	overflow:hidden;
	margin:10px;
}
.card i{
    margin: 30px 0 20px 0;
    color: #cc9199;
    font-size: 50px;
}
.content-cards .card p{
    text-align:justify;
    color:yellow;
    font-size:15px;
    margin-bottom: 10px;
	padding-top:30px;
	vertical-align:top; 
    line-height: 1.7em;	
	word-spacing: 0;
}
.content-cards #tres p{
    text-align:justify;
    color:lime;
    font-size: 13px;
    margin-bottom: 10px;
	padding-top:15px;
	display:inline-block;
	line-height: 1.7em;	
}
 .content-cards figure img {
   width:70%;
	height:auto;
	margin:0 auto;
	padding-bottom:1px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:33px;
}
.content-cards #uno img {
    width:70%;
	height:280px;
	margin:0 auto;
	padding-bottom:1px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:33px;
}
.content-cards #tres img {
    width:70%;
	height:280px;
	margin:0 auto;
	padding-bottom:1px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:33px;
}
.content-cards input {
	text-align: center;
	width: auto;
	margin-top: 40px; 
	cursor: pointer; 
	background:white;
	color: black; 
    font-size: 20px;
	margin-left:-4%; 
 }
}
	
/*Section fondo video html*/
.containers{
   width:98%;
	  height:350px;
	  margin-top:15px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  z-index:-1;
	  margin-bottom:30px;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
.containers .header-containex{
 z-index:0;
  margin: 0 auto;
}
.containers .header-containex h1{
  font-size: 40px;
  padding-top:20px;  
  padding-bottom: 1rem;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
 
}
.containers p{
  font-size:25px;
  display: block;
  padding-bottom: 2rem;
  text-align:center;
  margin: 0 auto;
  color:white;
   z-index:-1;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
   z-index:-1;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
@media (min-width:861px)and (max-width:1023px){
.containers{
   width:98%;
	  height:350px;
	  padding-top:5px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  z-index:-1;
	  margin-bottom:30px;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
.header-containex {
  z-index: 0;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size: 40px;
  padding-top:10px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:23px;
  display: block;
  padding-top: 2rem;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
 }
}
@media (min-width:691px)and (max-width:860px){
.containers{
   width:98%;
	  height:350px;
	  padding-top:5px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  z-index:-1;
	  margin-bottom:30px;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
 .header-video video {
  min-width: 100%;
  min-height: 100%;
}
 .header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
 .header-containex {
  z-index: 0;
  margin: 0 auto;
}
.header-containex h1 {
  font-size:28px;
  padding-top:15px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top: 2rem;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
 }
}
@media (min-width:571px)and (max-width:690px){
 .containers{
   width:98%;
	  height:350px;
	  padding-top:5px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  z-index:-1;
	  margin-bottom:30px;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
.header-containex {
  z-index: 0;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size:28px;
  padding-top:15px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top: 2rem;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
 }
}
@media (min-width:480px)and (max-width:570px){
   .containers{
      width:98%;
	  height:350px;
	  padding-top:5px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  margin-bottom:30px;
	  z-index:-1;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
.header-containex {
  z-index: 0;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size:28px;
  padding-top:15px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top: 2rem;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
 }
}
@media (min-width:320px)and (max-width:479px){
 .containers{
   width:96%;
	  height:350px;
	  padding-top:5px;
	  margin:0 auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-bottom:25px;
	  z-index:-1;
	  margin-bottom:30px;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:100%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  opacity: .85;
}
.header-containex {
  z-index: 0;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size:28px;
  padding-top:15px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:80%;
  font-size:16px;
  display: block;
  padding-top: 2rem;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
 }
}

/* SECTION 2*/
	.boxes-portfolio{
			width:100%;
			height:auto;
			padding-top:30px;
			margin-bottom:10px;
            justify-content: center;
            flex-wrap: wrap;
			display:flex;
			margin:0 auto; 
			background-color:DarkSeaGreen;
		}
		
		.caja-portfolio{
		  width:40%;
		  height:auto;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:5px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		margin-bottom:35px;
		}
		
		.fb_background{
			width:98%; 
            height:400px; 
            overflow-y:;
            background-color:white;  
           -webkit-border-radius: 1px; 
           -moz-border-radius: 1px; 
            border-radius: 1px; 
           -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.44);
            margin: 0 auto;
			margin-bottom:10px;
		}
			
		.fb-page{
			width:98%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:10px;
			text-align:center;
			margin:0 auto;
		}	
 

@media (min-width:961px)and (max-width:1280px){
 .boxes-portfolio{
			width:100%;
			height:auto;
			margin-top:0px;
			margin-bottom:px;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
	        padding-bottom:15px;
		}
		
		.caja-portfolio{
		  width:45%;
		  height:450px;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:15px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		margin-bottom:35px;
		}
		
		.fb_background{
			width:98%;
			height:390px;
			overflow-y:;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
			
		.fb-page{
			width:98%;
			height:380px;
			overflow-y:scroll;
			background-color:;
		    padding-top:10px;
			text-align:center;
			margin:0 auto;
		}
     }
 
@media (min-width:691px)and (max-width:960px){
   .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  
	  top:0px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfolio{
		  width:100%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
   .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		padding-bottom:15px;
		}
		
	.fb_background{
			width:98%;
			height:395px;
			overflow-y:;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:98%;
			height:380px;
			overflow-y:scroll;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}  
   }
   
@media (min-width:480px)and (max-width:690px){
    .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfolio{
		  width:100%;
		  height:auto;
		  padding-top:20px;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
		padding-top:px;
		padding-bottom:15px;
		}
		
		.fb_background{
			width:98%;
			height:380px;
			overflow-y:;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:95%;
			height:370px;
			overflow-y:scroll;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
 	 .maps{
    width:98%;
    height:370px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  	
   }	
@media (min-width:346px)and (max-width:479px){
    .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfolio{
		  width:98%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:5px;
		padding-bottom:10px;
		}
		
	.fb_background{
			width:100%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:100%;
			height:380px;
			overflow-y:scroll;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
    .maps{
    width:98%;
    height:380px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  
   }
	 
	 
@media (min-width:320px)and (max-width:345px){
    .boxes-portfolio{
	  width:100%;
	  height:auto;
	  display: flex;
	  
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfolio{
		  width:98%;
		  height:auto;
		  padding-top:10px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfolio h3{
		text-align:center;
		color:white;
		font-size:25px;
		padding-top:20px;
		padding-bottom:15px;
		}
		
	.fb_background{
			width:100%;
			height:390px;
			overflow-y:scroll;
			background-color:white;
		    padding-top:5px;
			text-align:center;
			margin:0 auto;
		}
		
    .fb-page{
			width:100%;
			height:380px;
			overflow-y:scroll;
			background-color:white;
		    margin-top:10px;
			margin: 0 auto;
			text-align:center;
		}
 		
   .maps{
    width:98%;
    height:380px;
	margin:0 auto;
	color:white;
	padding-top:10px;
	margin-bottom:px;
    background-color:;
     }  
   }	
	 
	 
	 
/* Margin for podcasts*/
        .boxes-podcast{
			width:100%;
			height:auto;
			padding-top:30px;
		    margin-bottom:10px;
            justify-content: center;
            flex-wrap: wrap;
			display:flex;
			margin:0 auto; 
			background-color:coral;
		}
		
		.caja-portfa{
		  width:40%;
		  height:auto;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:5px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		margin-bottom:35px;
		}
		
		.fb_back{
			width:98%; 
            height:390px; 
            overflow-y:;
            background-color:white;  
           -webkit-border-radius: 1px; 
           -moz-border-radius: 1px; 
            border-radius: 1px; 
           -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.44);
            margin: 0 auto;
			margin-bottom:10px;
		}


      #sc-widget{
		  width:100%;
		  height:100%;
	  }		


@media (min-width:961px)and (max-width:1280px){
 .boxes-podcast{
			width:100%;
			height:auto;
			margin-top:0px;
			margin-bottom:px;
			display: flex;
            justify-content: center;
            flex-wrap: wrap;
	        padding-bottom:15px;
		}
		
		.caja-portfa{
		  width:45%;
		  height:450px;
		  background-color:;
		  padding-top:5px;
		  margin-bottom:15px; 
		  background-repeat:no-repeat;
		  margin:0 auto;
		}
		
		.caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		margin-bottom:35px;
		}
		
		.fb_back{
			width:98%;
			height:390px;
			overflow-y:;
			background-color:white;
		    padding-top:px;
			text-align:center;
			margin:0 auto;
		}
     }
 
@media (min-width:691px)and (max-width:960px){
    .boxes-podcast{
	  width:100%;
	  height:auto;
	  display: flex;
	  top:0px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfa{
		  width:100%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
   .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:0px;
		padding-bottom:15px;
		}
		
	.fb_backg{
			width:95%;
			height:395px;
			overflow-y:;
			background-color:white;
		    padding-top:px;
			text-align:center;
			margin:0 auto;
		}  
   }
   
@media (min-width:480px)and (max-width:690px){
    .boxes-portfa{
	  width:100%;
	  height:auto;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfa{
		  width:100%;
		  height:auto;
		  padding-top:5px;
		  margin-bottom:15px;
		}	
    .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
		padding-top:px;
		padding-bottom:15px;
		}
		
		.fb_back{
			width:98%;
			height:380px;
			overflow-y:;
			background-color:white;
		    padding-top:px;
			text-align:center;
			margin:0 auto;
		} 	
      }	
	  
@media (min-width:346px)and (max-width:479px){
    .boxes-portfa{
	  width:100%;
	  height:auto;
	  display: flex;
	  
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfa{
		  width:98%;
		  height:auto;
		  padding-top:20px;
		  margin: 0 auto;
		  margin-bottom:15px;
		}	
    .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
        padding-top:5px;
		padding-bottom:10px;
		}
		
	.fb_back{
			width:100%;
			height:390px;
			overflow-y:;
			background-color:white;
			text-align:center;
			margin:0 auto;
		}
      }
	  
@media (min-width:320px)and (max-width:345px){
    .boxes-portfa{
	  width:100%;
	  height:auto;
	  display: flex;
	  margin-top:5px;
      justify-content: center;
      flex-wrap: wrap;
	  align-items:flex-start;
	  flex-direction:column;
	  margin-bottom:5px;
	 }
	 
    .caja-portfa{
		  width:100%;
		  height:auto;
		  padding-top:10px;
		  margin: 0 auto;
		  margin-bottom:px;
		}	
    .caja-portfa h3{
		text-align:center;
		color:white;
		font-size:25px;
		padding-top:20px;
		}
		
	.fb_backg{
			width:100%;
			height:390px;
			overflow-y:;
			background-color:white;
			text-align:center;
			margin:0 auto;
		}
   }	
	 

.flip{
	width: 100%;
	height:40px;
	cursor: pointer;
	user-select: none;
	padding: 4px 0;
	background-color: #337AB7;
	text-aling: center;
	color: #fff;
}
.flip h4{
	background-color: #337AB7;
	text-align: center;
	color:red;
	padding-top:8px;
	margin: 0 auto;
}
.panel{
	width: 98%;
	margin:px;
	padding: 0;
	max-width: 300px;
	height: auto;
	position: fixed;
	bottom:0;
	right:1px;
	z-index: 3;
	display:none;
	background-color:black;
}


.wrapper{
  width:100%;
  height:300px;
  background: #fff;
  border-radius: 7px;
  margin-top:10px;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.05);
  margin:0 auto;
}

.wrapper .header_s {
  display: flex;
  font-size: 21px;
  font-weight: 500;
  color: blue;
  padding: 16px 15px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.header_s i {
  font-size: 0em;
  cursor: pointer;
  margin-right: 8px;
}

.wrapper.active .header_s i {
  margin-left: 5px;
  font-size: 30px;
}

.wrapper .input-part {
  margin: 20px 25px 30px;
}

.wrapper.active .input-part {
  display: none;
}

.input-part .info-txt {
  display: none;
  font-size: 17px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 7px;
  margin-bottom: 15px;
}

.input-part .info-txt.error {
  color: #721c24;
  display: block;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}

.input-part .info-txt.pending {
  color: #0c5460;
  display: block;
  background: #d1ecf1;
  border: 1px solid #bee5eb;
}

.input-part :where(input, button) {
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  font-size: 18px;
  border-radius: 7px;
}

.input-part input {
  text-align: center;
  padding: 0 15px;
  border: 1px solid #ccc;
}

.input-part input:is(:focus, :valid) {
  border: 2px solid #6a00ff;
}

.input-part input::placeholder {
  color: #bfbfbf;
}

.input-part .separator {
  height: 1px;
  width: 100%;
  margin: 25px 0;
  background: #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.separator::before {
  content: "...";
  color: #b3b3b3;
  font-size: 19px;
  padding: 0 15px;
  background: #fff;
}

.input-part button {
  color: #fff;
  cursor: pointer;
  background:#1d9ffc;
  transition: 0.3s ease;
}

.input-part button:hover {
  background: #6a00ff;
}

.wrapper .weather-part {
  display: none;
  margin: 30px 0 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;   
  color: #6a00ff;
}

.wrapper.active .weather-part {
  display: flex;
}

.weather-part img {
  max-width:48px;
}

.weather-part .temp {
  display: flex;
  font-weight: 500;
  font-size:48px;
}

.weather-part .temp .numb {
  font-weight: 600;
}

.weather-part .temp .deg {
  font-size: 25px;
  display: block;
  margin: 10px 5px 0 0;
}

.weather-part .weather {
  font-size: 21px;
  text-align: center;
  margin: -5px 20px 15px;
}

.weather-part .location {
  display: flex;
  font-size: 19px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
  align-items: flex-start;
}

.location i {
  font-size: 22px;
  margin: 4px 5px 0 0;
}

.weather-part .bottom-details {
  display: flex;
  color:black; 
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}

.bottom-details .column {
  display: flex;
  width: 100%;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
}

.column i {
  color: #5dbbff;
  font-size:40px;
}

.column.humidity {
  border-left: 1px solid #ccc;
}

.column .details {
  margin-left: 3px;
}

.details .temp,
.humidity span {
  font-size: 18px;
  font-weight: 500;
  margin-top: -3px;
}

.details .temp .deg {
  margin: 0;
  font-size: 17px;
  padding: 0 2px 0 1px;
}

.column .details p {
  font-size: 14px;
  margin-top: -6px;
}

.humidity i {
  font-size: 37px;
}

@media (min-width:320px) and (max-width:480px){
  .wrapper {
  width:100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.05);
  margin:0 auto;
}
}	
	
 /*Section noticias*/
	 
.notas_page{
  width:98%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align:justify;
  color:white;
  padding-top:70px;
  margin-bottom:10px;
  font-size:15px;
  line-height:1.5em;
  margin: 0 auto;
  background-color:black;  
 } 
	 
  .jumbotron{
	width:100%;
	height:100px;
    color: #fff;
    font-family: Montserrat, sans-serif;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
	
}
 .jumbotron h3{
    color:white;
    margin-top:px;
	font-size:25px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}

#publicaciones{
	width:100%;
	height:auto;
    background-color:;
	margin: 0 auto;
}
	
.containst .advert-container{
        width:25%;
        padding-bottom:20px;
        height: auto;
		margin-top:18px;
        background-color:white;
	    display: flex;
		margin-right:25px;
	    flex-direction:column;
    }
	
	.container-fluids{
		width:95%;	
        height:auto;
		text-align:center;
		background:url(../imagenes/arlex.jpg);	
		margin-top:10px;
		padding-top:10px;
		padding-bottom:10px;
		margin-left:5px; 
	}
    .advert-container p{
        padding-top:70px;
        color: yellow;
        font-family: Arial;
        font-weight: bold;
		font-size:18px;
    }
	
    .advert-container .imagen img{
        width:90%;
        height:120px;
		padding-top: 10px;
    }
    .advert-container .imagen p{
        display:;
		color:white
    }
	
	#Adds{
	width:95%;
	height:auto;
	height:200px;
	padding-top:10px;
	margin-top:10px;
	margin:0 auto;	
	background:url(../imagenes/elemento.jpg);	
}
#imgAdd{
	width:96%;
	height:200px;
	display:flex;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}
.notas_page .right {
float: right;
width: 200px;
padding-top:30px;
margin:0 auto;
margin-bottom:30px;
}
.notas_page .right h2 {
width:98%;
margin: 0 auto;
height: 30px;
background:black;
color:white;
font-size: 13px;
text-align:center;
padding-top:8px;
}
.notas_page .right ul {
padding-top:30px;
color: #008000;
margin: 0 auto;
}
.notas_page .right ul li a {
padding-top:20px;
text-decoration: none;
font-weight: 600;
margin:0 auto;
line-height:30px;
}
.notas_page .right ul li a:hover {
  color:red;
}
 .main-contain{
	width:70%;
	height:auto;
	background:url(../imagenes/elemento.jpg);	
	font-size: 15px;   
    margin-bottom:30px;
	margin-left:;
 }
 .container-fluid{
	width:98%;
	height:auto;
    padding-top:5px; 
	padding-bottom:5px;
	margin:0 auto;
 }
 
 .contec{
	width:85%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 30px;  
   background-color:black;
}
.contec h1, .contec h2, .contec h3, .contec h4{
	font-weight: bold;
	color:white;
	margin:0 auto;
	margin-left:20px;
	margin-top:5px;
}
.contec h2{
	width:white%;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:15px;
	text-align:center;
  }
  
.contec h2 a {
	color:white;
}
.contec h2 a:hover {
	color: white;
}
.contec .datetime{
	color:red;
	text-align: right;
	margin-top:15px;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
}
.datetime .glyphicon{
	color: #B40431;
}
.contec .read{
	text-align: right;
	margin-top: 20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size: 16px;
}
.contec .read a{
	color: red; 
}
.contec .blue{
	width:98%;
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
	font-style: italic;
	font-weight: bold; 
	font-size: 16px; 
}
.contec .blue a{
	color: white;
	padding-right: 10px;
	line-height:30px;
}
.contec .blue a:hover {
  color:red;
}
.informacion p{
	width:85%;
	height:auto;
	color:white;
	text-align:justify;
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
	margin:0 auto; 
}
.informacion h3{
	color:white;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:10px;
	font-size:18px;
	margin:0 auto; 
}
.informacion h5{
	font-size:13px;
	color:white;
	margin-left:;
	text-align:center;
	padding-bottom:10px;   
	padding-top:25px;
    margin: 0 auto;	
	font-family: sans-serif;
}
.contec ul li {
	width:80%;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
	color:white;
	margin:0 auto;
	font-size:16px;
}
 .contec .declaraciones p{
	font-style: italic;
	color: #6E6E6E;
	font-size:12px;
}
.contec .imagen img{
	width:80%;
	height:300px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;	
}
.contec .imagen h5{
	font-size:13px;
	color:white;
	margin-left:;
	text-align:center;
	padding-bottom:20px;   
	padding-top:2px;
    margin: 0 auto;	
}
.embed-responsive h5{
	font-size:13px;
	color:white;
	margin-left:;
	text-align:center;
	padding-bottom:20px;   
	padding-top:2px;
    margin: 0 auto;	
}
.imagen, .media {
	margin-bottom: 10px;
	margin:0 auto;
}
iframe{
    justify-content: center;
    flex-wrap: wrap;
    display:flex;
	width:80%;
	height:320px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}
 #notas{
	 width:100%;
	 height:auto;
	 display:inline-block;
	 vertical-align:top;
	 margin-top:10px;
	 margin-bottom:20px;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/elemento.jpg);
 }
 
section .informes{
	width:45%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	margin: 20px;
	background-color:black;	
}
section .informes h2{
	width:95%;
	height:auto;
	background-color:#1C1C1C;
	text-align: center;
	padding-top:5px;
	color:white;
	font-size:18px;
	margin-bottom:20px;
	margin:0 auto;
}
.informes .datetime{
	color:white;
	text-align: right;
	margin-top:15px;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
}
.informa p{
	margin-bottom:10px;
	width:90%;
	height:auto;
	color:white;
	text-align:justify;
	font-size:14px;
	margin:0 auto; 
}
.informa h3{
	padding-top:20px;
	padding-bottom:30px;
	width:90%;
	color:white;
	text-align:center;
	font-size:18px;
	margin:0 auto; 
}
.informa .imagen img{
	width:80%;
	height:300px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	margin-top:30px;	
}
.informes .imagen h5{
	font-size:13px;
	color:white;
	margin-left:;
	text-align:center;
	padding-bottom:5px;   
	padding-top:5px;
    margin: 0 auto;	
}
.informa .embed-responsive-item{
	margin-top:40px;
	margin-bottom:20px;
}
.informes .read{
	text-align: right;
	margin-top: 20px;
	padding-bottom:20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size:16px;
}
.informes .read a{
	color: red; 
}
.stats .glyphicon, .container_pie .glyphicon {
    
    margin-bottom: 20px;
    color:yellow;
    vertical-align: middle; 
	margin: 0 auto;
	text-align:center;
}
.container_pie {
	width:98%;
	height:70px;
	margin:0 auto;
	margin-top:40px;
	padding-bottom:10px;
	background-color: #1C1C1C;
    color: #fff;
}
.container_pie p {
	text-align: center;
	font-size:14px;
	color:red;	
	padding-top:25px;
	margin-bottom:20px;
	text-align:center;
	margin: 0 auto;
}
.contec .container_pie{
	width:98%;
	height:auto;
	text-align: center;
	font-size:30px;
	color:blue;	
	padding-top:25px;
	margin-bottom:20px;
	background:url(../imagenes/elemento.jpg);	
	margin: 0 auto; 
}
.glyphicon{
	height:auto;
	text-align: center;
	font-size:30px;
	color:blue;	
	padding-top:25px;
	margin-bottom:20px;
	text-align:center;
	margin: 0 auto; 
}
#myPage{
	margin: 0;
	padding: 0;
	width:100%;
	height:100vh;
    background-color:black;
    vertical-align: middle;
	text-align:center;
}
/* Medium and Large Devices Desktops */
@media (min-width: 961px) { 
   
 .jumbotron h1{
    color:white;
    padding-top:10px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}
    .main-contains{
        width: calc(100% - 300px); 
		background:url(../imagenes/elemento.jpg);
        margin-left:15px;
	}
    .advert-container{
        width:15%;
        padding-bottom:20px;
        height: auto;
		margin-right:5px;
		margin-top:18px;
        background-color:white;
	    display: flex;
	    flex-direction:column;
	    float:right;
    }
    .advert-container p{
        padding-top: 10px;
        color: #000;
        font-family: Arial;
    }
    .advert-container .imagen img{
        padding-top: 20px;
    }
    .advert-container .imagen p{
        padding-top: 5px;
    }
	
 #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:18px;
  } 
}
/* Small Devices Tablets*/
@media (min-width: 768px) and (max-width:960px) {
	
  .jumbotron{
	width:100%;
	height:120px;
    color: #fff;
    font-family: Montserrat, sans-serif;
	text-align:center;
	
}
 .jumbotron h1{
    color:white;
    padding-top:10px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}
.main-contain{
	width:98%;
	height:auto;
	background-color:white;
    margin-top:15px;	
	margin-bottom:15px;
	margin: 0 auto;
    background:url(../imagenes/elemento.jpg);
}
.containst .advert-container{
        width:70%;
        padding-bottom:20px;
        height: auto;
		margin-top:18px;
        background-color:white;
	    display: flex;
        align-items:flex-start;
	    flex-direction:column;
		margin:0 auto;
		margin-bottom:30px;
    }
    .advert-container p{
        padding-top: 10px;
        color: #000;
        font-family: Arial;
    }
    .advert-container .imagen img{
        padding-top: 20px;
    }
    .advert-container .imagen p{
        padding-top: 5px;
    }
	
  #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:20px;
  }
  
  .contec {
	width:95%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 30px;  
   background-color:black;
}
  
  
  .contec .read{
	text-align: right;
	margin-top: 20px;
	padding-bottom:20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size:16px;
}
.contec .read a{
	color: red; 
}
 
  
  #notas{
	 width:98%;
	 height:auto;
	 display:inline-block;
	 vertical-align:top;
	 margin-top:10px;
	 margin-bottom:20px;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
 }
 
section .informes{
	width:95%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	margin: 20px;
	background-color:black;	
}
section .informes h2{
	width:95%;
	height:auto;
	background-color:#1C1C1C;
	text-align: center;
	color:white;
	font-size:16px;
	margin-bottom:20px;
	margin:0 auto;
}
.informes .datetime{
	color:white;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
}
.informa p{
	width:85%;
	height:auto;
	padding-bottom:15px;
	padding-top:20px;
	color:white;
	text-align:justify;
	font-size:12px;
	margin:0 auto; 
}
.informes .imagen img{
	width:80%;
	height:300px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
	
}
.informes .read{
	text-align: right;
	margin-top: 20px;
	padding-bottom:20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size:16px;
}
.informes .read a{
	color: red; 
  }  
}
/* Extra Small Devices */
@media (min-width:480px)and (max-width:767px){
	
.main-contains{
	width:100%;
	height:auto;
	background-color:white;
    margin-top:15px;	
	margin-bottom:15px;
}
.jumbotron{
	width:100%;
	height:120px;
    color: #fff;
    font-family: Montserrat, sans-serif;
	text-align:center;	
}
 .jumbotron h1{
    color:white;
    padding-top:30px;
    font-family: Montserrat, sans-serif;
	text-align:center;
}
.main-contain{
	width:98%;
	height:auto;
	background-color:white;
    margin-top:15px;	
	margin-bottom:15px;
	margin: 0 auto;
	background:url(../imagenes/elemento.jpg);
}
    .containst .advert-container{
        width:70%;
        padding-bottom:20px;
        height: auto;
		margin-top:18px;
        background-color:white;
	    display: flex;
        align-items:flex-start;
	    flex-direction:column;
		margin:0 auto;
		margin-bottom:30px;
    }
    .advert-container p{
        padding-top:10px;
        color:black;
        font-family: Arial;
        font-weight: bold;
		font-size:14px;
    }
    .advert-container .imagen img{
        padding-top: 10px;
        height: 80px;
    }
    .advert-container .imagen p{
        display:;
    }
	
.contec{
	width:96%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 30px;  
   background-color:black;
}
	
  #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:20px;
  }
  
  .informacion p{
	margin-bottom:10px;
	width:90%;
	height:auto;
	color:white;
	text-align:justify;
	font-size:14px;
	margin:0 auto;
  }
  
  iframe{
    justify-content: center;
    flex-wrap: wrap;
    display:flex;
	width:90%;
	height:280px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}
  
   #notas{
	 width:100%;
	 height:auto;
	 display:inline-block;
	 vertical-align:top;
	 margin-top:10px;
	 margin-bottom:20px;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color:red;
 }
 
section .informes{
	width:95%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	margin: 20px;
	background-color:black;	
}
section .informes h2{
	width:95%;
	height:auto;
	background-color:#1C1C1C;
	text-align: center;
	color:white;
	font-size:15px;
	margin-bottom:20px;
	margin:0 auto;
}
.informes .datetime{
	color:white;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
}
.informa p{
	width:95%;
	height:auto;
	padding-bottom:15px;
	padding-top:20px;
	color:white;
	text-align:justify;
	font-size:14px;
	margin:0 auto; 
}
.informes .imagen img{
	width:80%;
	height:300px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
	
}
.informes .read{
	text-align: right;
	margin-top: 20px;
	padding-bottom:20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size:16px;
}
.informes .read a{
	color: red; 
  }  
}
	 
@media (min-width:320px)and (max-width:479px){
	
.main-contains{
	width:100%;
	height:auto;
	background-color:white;
    margin-top:15px;	
	margin-bottom:15px;
}
 .jumbotron h1{
    color:white;
    padding-top:20px;
    font-family: Montserrat, sans-serif;
	text-align:center;
} 
  .main-contain{
	width:98%;
	height:auto;
	background-color:white;
    margin-top:15px;	
	margin-bottom:15px;
	margin: 0 auto;
	background:url(../imagenes/elemento.jpg);
}
    .containst .advert-container{
        width:90%;
        padding-bottom:20px;
        height: auto;
		margin-top:18px;
        background-color:white;
	    display: flex;
        align-items:flex-start;
	    flex-direction:column;
		margin:0 auto;
		margin-bottom:30px;
    }
    .advert-container p{
        padding-top: 10px;
        font-family: Arial;
        font-weight: bold;
		font-size:14px;
    }
    .advert-container .imagen img{
        padding-top: 10px;
        height: 80px;
    }
    .advert-container .imagen p{
      width:95%;
	  height:auto;
	  color:white;
	  text-align: center;
	  font-size:18px;
	  margin-bottom:20px;
	  margin:0 auto;
    }
	
  #notas_titular .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:16px;
  }
  
  .contec  {
	width:96%;
	height:auto;
    font-size:20px;
    padding-top:px; 
	padding-bottom:15px;
	margin:0 auto;
	margin-bottom: 30px;  
   background-color:black;
}
  
  .contec h2{
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #2E2E2E;
	color:white;
	font-size:16px;
  }
  
  
  .contec .informacion p{
	margin-bottom:10px;
	width:95%;
	height:auto;
	color:white;
	text-align:justify;
	font-size:14px;
	margin:0 auto;
  }
  
  .contec .imagen img{
	width:90%;
	height:250px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;	
}
iframe{
    justify-content: center;
    flex-wrap: wrap;
    display:flex;
	width:90%;
	height:260px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}
  
   #notas{
	 width:100%;
	 height:auto;
	 display:inline-block;
	 vertical-align:top;
	 margin-top:10px;
	 margin-bottom:20px;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
 }
 
section .informes{
	width:100%;
	height:auto;
	display:inline-block;
	text-align: center;
	font-size:30px;
	padding-top:20px;
	margin: 20px;
	background-color:black;	
}
section .informes h2{
	width:95%;
	height:auto;
	background-color:#1C1C1C;
	text-align: center;
	color:white;
	font-size:14px;
	margin-bottom:20px;
	margin:0 auto;
}
.informes .datetime{
	color:white;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
}
.informes .informa p{
	width:90%;
	height:auto;
	padding-bottom:15px;
	padding-top:20px;
	color:white;
	text-align:justify;
	font-size:14px;
	margin:0 auto; 
}
.informes .imagen img{
	width:90%;
	height:250px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;	
}
.informes .read{
	text-align: right;
	margin-top: 20px;
	padding-bottom:20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold; 
	font-size:16px;
}
.informes .read a{
	color: red; 
  } 
  
  .contec .blue{
	width:98%;
	text-align:center;
	margin-top: 20px;
	padding-right: 20px;
	font-style: italic;
	font-weight: bold; 
	font-size: 14px;
    margin:0 auto;	
  }
  
  .container_pie p{
     width:95%;
     font-size:15px;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
	 padding-top:30px;
	 margin:0 auto;
	 color:red;
}
.contec .container_pie{
	width:98%;
	height:auto;
	text-align: center;
	font-size:30px;
	color:blue;	
	padding-top:25px;
	margin-bottom:20px;
	background:url(../imagenes/elemento.jpg);	
	margin: 0 auto; 
}
.glyphicon{
	height:auto;
	text-align: center;
	font-size:30px;
	color:blue;	
	padding-top:25px;
	margin-bottom:20px;
	text-align:center;
	margin: 0 auto; 
 }
}	 
	 
/*contenedor */
@media and screen(width:3840px){
#contenido {
  width:100%;
  height:100%;
  display:hidden;
  margin-top:2px;
  margin-left:4px;
  border-top: solid 2px #c1c1c1;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.elemento {
  background-color:black; 
  background-repeat: repeat; 
  height:100%;
  padding: 0.5em 0.5em;
  display: none;
  margin-bottom:2px;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
article .elemento {
  width:99.5%;
  height:100%;
  display:hidden;
  margin-top:2px;
  margin-left:4px;
  border-top: solid 2px #c1c1c1;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.elemento article p {
  max-width:98%;
  margin-left: 20px;
  margin-right: 20px;
  text-align:justify;
  color:white;
  margin-bottom:20px;
  font-size:15px;
  line-height:1.5em;
}
.elemento.visible {
  display:block;
  animation: bloque-visible 500ms ease-in-out forwards;
  transform-origin: top center;
}
 
/*section blog la fronterisima*/ 
.saludo{
	text-align: center;
	padding-top:8px;
	font-size:20px;
	color:lime; 
}
 .elemento h1 {
  font-size:25px;
  margin: 2em 0;
  text-align: center; 
  color:orange;
  line-height: 1.2em;
}
  .elemento h2 {
  text-align: center;
  text-transform: uppercase;
  font-size:25px;
  padding-top:20px;
  margin-bottom:30px;
  color:lime;
  line-height: 1.2em;
}
#informative {
	background:url(../imagenes/imag.jpg);
	color: #fff;
	text-align: center;
	padding-top:30px;  
}
#informative .contenedor {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}	
#informative img {
	width:80%;
	height:350px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
	
}
.elemento #informative h3 {
	text-align: center;
	padding-top:5px;
	padding-bottom:30px;
	font-size:24px;
	color:white; 
}
#informative .informative-radio h4 {
	padding: 20px 0;
	color:white; 
    text-align: center;	
	margin-left:8%;
}
section {
	width: 100%;
	margin-bottom: 25px;
}
#bienvenidos {
	text-align: center;
 }
} 

/*Section artistas*/
#especiales {
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:60px;
}
.especial{  
    width:100%;
	height:auto;
    background: #272727;
    text-align: center; 
	padding-top:15px;
	margin: 0 auto;
	margin-bottom:20px;	
}
.especial .contenedor{
	 padding-top:15px;
     display:flex;
     flex-wrap: wrap;
     justify-content: center;
	 height:auto;
}
.especial .programas__titulo{
	width:95%;
	height:auto;
    font-size:20px;
    padding-top:15px; 
	padding-bottom:20px;
	color:white; 
	margin:0 auto;
}
.especial__img{
   width:100%;
   height:250px;   
}
.informaciones{
    margin-top:-6px;
    background:tomato;
    color: #000;
    height:450px;
    padding-bottom:15px;		
}
.informaciones a{
    margin-top:15px;
    color:white; 
	margin:0 auto;
}
.especial__titulo{
    font-size: 25px;
    padding: 5px;	
}
.informaciones .especial__titulo{
	width:auto;
	height:auto;
    font-size:16px;
    padding-top:10px;
	margin-bottom:15px;
	color:teal;
	background-color:Gainsboro;
}
 .especial__txt p{
    margin-bottom: 25px;
    text-align: justify;
	color:black;
	margin: 0 auto;
	width:90%;
	height:30px;
}
.button:hover {
          box-shadow: 0 0px 15px 3px rgba(98, 199, 231, 0.9);  
}
.especial__columna1,.especial__columna2,.especial__columna3{
 margin: 15px;  
 display:block;
 flex-wrap: wrap;
 justify-content: center; 
 width:30%;
 height:auto;
 margin-bottom:15px;
}

button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:20px;	
}
/* Responsive a 1280px*/
		  
@media(max-width:1280px){
	
 #ARTISTAS h2{
	color:white;
	height:0px;
   }
especial{  
    width:97%;
	height:auto;
    background:;
    text-align: center; 
	padding-top:60px;
	margin: 0 auto;
	margin-bottom:20px;
}
	.especial .programas__titulo{
	width:96.5%;
	height:auto;
    font-size:20px;
    padding-top:15px; 
	padding-bottom:4px;
	color:white; 
	margin:0 auto;
}
	 
     .especial__columna1,.especial__columna2,.especial__columna3{
       margin: 15px;  
       display:block;
        flex-wrap: wrap;
        justify-content: center; 
		width:30%;
		height:auto;
}
    .especial .especial__titulo{
    width:auto;
	height:auto;
    font-size:16px;
    padding-top:15px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
	
	.especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
	.informaciones{
    margin-top:-6px;
    background:tomato;
    color: #000;
     height:420px;
    padding-bottom:15px;	
}
	
	.especial img{ 
		width:100%; 
	}	
	
button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
  }
}
/* Responsive 1024px a 1279px*/
		  
@media (min-width:1024px) and (max-width:1279px){
#ARTISTAS h2{
	color:white;
	height:0px;
   }
   
.especial{  
    width:97%;
	height:auto;
    background:;
    text-align: center; 
	padding-top:20px;
	margin: 0 auto;
	margin-bottom:10px;
}
	.especial .programas__titulo{
	width:96.5%;
	height:auto;
    font-size:20px;
    padding-top:15px; 
	padding-bottom:4px;
	color:white; 
	margin:0 auto;
}
	 
     .especial__columna1,.especial__columna2,.especial__columna3{
       margin: 15px;  
       display:block;
        flex-wrap: wrap;
        justify-content: center; 
		width:30%;
		height:auto;
}
    .especial .especial__titulo{
    width:auto;
	height:auto;
    font-size:16px;
    padding-top:15px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
	
	.especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
	.informaciones{
    margin-top:-6px;
    background:tomato;
    color: #000;
     height:420px;
    padding-bottom:15px;	
}
	
	.especial img{ 
		width:100%; 
	}	
	
button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
/* Responsive 961px a 1023px*/
		  
@media (min-width:961px) and (max-width:1023px){
	
	.especial .programas__titulo{
	width:96.5%;
	height:auto;
    font-size:20px;
    padding-top:15px; 
	padding-bottom:5px;
	color:white; 
	margin:0 auto;
}
	 
     .especial__columna1,.especial__columna2,.especial__columna3{
       margin: 15px;  
       display:block;
        flex-wrap: wrap;
        justify-content: center; 
		width:30%;
		height:auto;
}
    .especial .especial__titulo{
    width:auto;
	height:auto;
    font-size:16px;
    padding-top:10px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
	
	.especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
	.informaciones{
    margin-top:-6px;
    background:tomato;
    color: #000;
    height:420px;
    padding-bottom:15px;	
}
	
	.especial img{ 
		width:100%; 
	}	
	
button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
@media (min-width:570px)and (max-width:960px){
	 
.especial .programas__titulo{
	width:95.5%;
	height:auto;
    font-size:20px;
    padding-top:20px; 
	padding-bottom:20px;
	color:white; 
	margin:0 auto;
 }
 
article .especial__columna1, .especial__columna2, .especial__columna3{
    width: 97%;
	height:auto;
	  display:flex;
      margin-bottom:15px;
        justify-content: center;
		flex-direction:column;
		 align-items:flex-start;
    }
	
 .especial .especial__titulo{
    width:auto;
	height:auto;
    font-size:16px;
    padding-top:10px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
article .especial__columna1 .especial__txt p{
        font-size:16px;
		height:auto;
		width:80%;
		 display:flex;
        flex-wrap: wrap;
		margin-right:40px;
    }
	
  .especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
  .especial__img{
   width:90%;
   height:300px;   
  }
  
  .informaciones{
    margin-top:-6px;
     background:tomato;
    color: #000;
    height:auto;
    padding-bottom:15px;	
  } 
  
  button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
 @media (min-width:480px)and (max-width:569px){
	 
.especial .programas__titulo{
	width:95.5%;
	height:auto;
    font-size:20px;
    padding-top:20px; 
	padding-bottom:20px;
	color:white; 
	margin:0 auto;
 }
 
article .especial__columna1, .especial__columna2, .especial__columna3{
    width: 97%;
	  display:flex;
      height:auto;  
        justify-content: center;
		flex-direction:column;
		 align-items:flex-start;
    }
	
 .especial .especial__titulo{
    width:auto;
	height:auto;
    font-size:16px;
    padding-top:10px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
article .especial__columna1 .especial__txt p{
        font-size:16px;
		height:auto;
		width:80%;
		 display:flex;
        flex-wrap: wrap;
    
		margin-right:40px;
    }
	
   .especial .especial__txt{
		width:90%;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
 .especial__img{
   width:100%;
   height:280px;   
  }
  
  
  .informaciones{
    margin-top:-6px;
     background:tomato;
    color: #000;
    height:auto;
    padding-bottom:15px;	
  } 
  
  button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
@media (min-width:346px)and (max-width:479px){
	 
.especial .programas__titulo{
	width:94%;
    font-size:20px;
    padding-top:20px; 
	padding-bottom:20px;
	color:white; 
	margin:0 auto;
 }
 
article .especial__columna1, .especial__columna2, .especial__columna3{
    width: 97%;
	height:auto;
	  display:flex;
        
        justify-content: center;
		flex-direction:column;
		 align-items:flex-start;
    }
	
 .especial .especial__titulo{
    width:auto;
    font-size:16px;
    padding-top:15px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
  article .especial__columna1 .especial__txt p{
        font-size:16px;
		height:auto;
		width:80%;
		 display:flex;
        flex-wrap: wrap;
		margin-right:40px;
    }
	
	 .especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
	
   .programas__titulo h3{
	   top:250px;
	   color:lime;
   }
   
  .especial__img{
   width:100%;
   height:280px;   
  }
  
  
  .informaciones{
    margin-top:-6px;
     background:tomato;
    color: #000;
    height:auto;
    padding-bottom:15px;	
  } 
  
  button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
@media (min-width:320px)and (max-width:345px){
	 
.especial .programas__titulo{
	width:95%;
	height:auto;
    font-size:20px;
    padding-top:20px; 
	padding-bottom:20px;
	color:white; 
	margin:0 auto;
 }
 
article .especial__columna1, .especial__columna2, .especial__columna3{
    width: 97%;
	height:auto;
	  display:flex;
        
        justify-content: center;
		flex-direction:column;
		 align-items:flex-start;
    }
	
 .especial .especial__titulo{
    width:auto;
    font-size:14px;
    padding-top:15px; 
	color:teal;
	background-color:Gainsboro; 
	margin:0 auto;
    }
	
article .especial__columna1 .especial__txt p{
        font-size:16px;
		height:auto;
		width:80%;
		 display:flex;
        flex-wrap: wrap;
		margin-right:40px;
    }
	
	 .especial .especial__txt{
		width:90%;
		height:auto;
		padding-top:25px;
		margin:0 auto;
		font-size:12px;
		color:white;
	}
  .informaciones{
    margin-top:-6px;
     background:tomato;
    color: #000;
    height:auto;
    padding-bottom:15px;	
  } 
	
 .especial__img{
   width:100%;
   height:280px;   
  }
  
  button{
    width:100px;
	height:30px;
	cursor: pointer;
	background-color: #337AB7;
	color: #fff;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;	
}
}
 
/*contenedor */
@media (min-width:1440px)and (max-width:1679px){
#informative {
	background:url(../imagenes/imag.jpg);
	color: #fff;
	text-align: center;
	padding-top:30px;  
}
#informative .contenedor {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}	
#informative img {
	width:90%;
	height:300px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
	
}
.elemento #informative h3 {
	text-align: center;
	padding-top:5px;
	padding-bottom:30px;
	font-size:24px;
	color:white; 
}
#informative .informative-radio h4 {
	padding: 20px 0;
	color:white; 
    text-align: center;	
	margin-left:8%; 
}
section {
	width: 100%;
	margin-bottom: 25px;
}
#bienvenidos {
	text-align: center;
 }
} 
/*contenedor */
@media (min-width:1680px)and (max-width:1919px){
#informative {
	background:url(../imagenes/imag.jpg);
	color: #fff;
	text-align: center;
	padding-top:30px;  
}
#informative .contenedor {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}	
#informative img {
	width:90%;
	height:350px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
	
}
.elemento #informative h3 {
	text-align: center;
	padding-top:5px;
	padding-bottom:30px;
	font-size:24px;
	color:white; 
}
#informative .informative-radio h4 {
	padding: 20px 0;
	color:white; 
    text-align: center;	
	margin-left:8%;
}
section {
	width: 100%;
	margin-bottom: 25px;
}
#bienvenidos {
	text-align: center;
 }
} 
/*contenedor */
@media (min-width:1920px){
#informative {
	background:url(../imagenes/imag.jpg);
	color: #fff;
	text-align: center;
	padding-top:30px;  
}
#informative .contenedor {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}	
#informative img {
	width:90%;
	height:350px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
}
.elemento #informative h3 {
	text-align: center;
	padding-top:5px;
	padding-bottom:30px;
	font-size:24px;
	color:white; 
}
#informative .informative-radio h4 {
	padding: 20px 0;
	color:white; 
    text-align: center;	
	margin-left:8%;
}
section {
	width: 100%;
	margin-bottom: 25px;
}
#bienvenidos {
	text-align: center;
 }
} 
/*contenedor */
@media (min-width:2560px){
#informative {
	background:url(../imagenes/imag.jpg);
	color: #fff;
	text-align: center;
	padding-top:30px;  
}
#informative .contenedor {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}	
#informative img {
	width:90%;
	height:350px;
	margin: 0 auto;
	padding-bottom:5px;   
	display:flex;
	flex-flow:row wrap; 
	padding-top:30px;
}
.elemento #informative h3 {
	text-align: center;
	padding-top:5px;
	padding-bottom:30px;
	font-size:24px;
	color:white; 
}
#informative .informative-radio h4 {
	padding: 20px 0;
	color:white;  
    text-align: center;	
	margin-left:8%;
}
section {
	width: 100%;
	margin-bottom: 25px;
}
#bienvenidos {
	text-align: center;
 }
} 
/*Estilos de la galeria*/
#galeria {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:60px;
}
#GALERIA h1{
	color:white;
}
.imagen-web img {
	display: block;
	max-width: 100%;
	height: 20%;
	width: auto;
	margin-bottom: -4px;
}
.imagen-web{
	width: 29%;
	height:20%;
	float: left;
	margin: 2%;
	top:100px;
}
img:hover {
	opacity: .8;
}
@media screen and (max-width: 1280px) {
#galeria {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.imagen-web img {
	display: block;
	max-width: 100%;
	height: 20%;
	width: auto;
	margin-bottom: -4px;
}
.imagen-web{
	width: 29%;
	height:20%;
	float: left;
	margin: 2%;
	top:100px;
}
img:hover {
	opacity: .8;
 }
}
@media (min-width: 570px)and (max-width:690px){
#galeria {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.imagen-web{
	width: 29%;
	height:20%;
	float: left;
	margin: 2%;
	top:100px;
}
.imagen-web img {
	display: block;
	max-width: 100%;
	height: 20%;
	width: auto;
}
img:hover {
	opacity: .8;
  }
}
 @media (min-width:480px)and (max-width: 569px){
	.imagen-web{
		width: 98%;
		margin: 1%;
	}
}
 @media (min-width:321px)and (max-width:479px){
	.imagen-web{
		width: 98%;
		margin: 1%;
	}
}
@media (min-width:320px) and (max-width:345px){
	.imagen-web{
		width: 98%;
		margin: 1%;
	}
}
/* Pie de pagina con iconos*/	
  
footer {
	width:100%;
	font-family: Raleway;
	margin-bottom:40px;
	
	padding-top:5px;
}
.footer-container {
	width:99.9%;
	background: #272727;
	color: #fff;
}
.footer-main {
	width: 98%;
    margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-main .footer-columna {
	width: calc(95% / 3);
	text-align: justify;
	text-align:center;
	margin:0 auto;
}
.footer-main .footer-columna:nth-child(2) {
	padding: 0 20px;
}
.footer-main .footer-columna h3 {
	font-size: 32px;
	padding-top:0px;
	color:white;
	margin-bottom: 20px;
}
.footer-main .footer-columna input[type="email"] {
	border: none;
	width:80%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	text-align:center;
}
/*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:80%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin-bottom:10px;
}*/
.footer-main .footer-columna #Message{
	  width:80%;
      height:50px;
      resize: none;
      margin-top:5px;
	  Padding-top:15px;
      border: solid 1px var(--lightgrey);
      font-family: 'Roboto-Regular';
      font-size: 14px;
	  text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	border: none;
	background: #00C6EE;
	color:white;
	display:flex;
	margin:0 auto;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
	text-align:center;
}
.footer-main .footer-columna p {
		font-size: 14px;
		text-align:justify;
		width:90%;
		margin:0 auto;
	}
.footer-main .footer-columna span p {
	display: inline-block;
	margin-left: 5px;
	margin-top:10px;
	margin-bottom: 15px;
	font-family: Raleway;
}
.footer-copy a{
	
    text-decoration: none;
    color:white;
	font-size:18px;
	}
.footer-copy h4{
    text-decoration:arial;
    color:white;
	font-size:12px;
	}
.footer-copy-redes {
	width: 100%;
	height:auto;
	padding-bottom:20px;
	background: #272727;
	border-top: 3px solid #fff;
}
.main-copy-redes {
	width: 98%;
	max-width: 1000px;
	padding: 15px 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.main-copy-redes .footer-copy {
	width: 70%;
	height:auto;
	color: #fff;
	margin-bottom:5px;
}
.main-copy-redes .footer-redes {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:15px; 
}
.main-copy-redes .footer-redes a {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:50%;
	background: #fff;
	color: #000;
	text-align: center;
	margin-bottom:15px;
}
@media screen  and (max-width: 1023px) {
 footer {
	width:100%;
	font-family: Raleway;
	margin-bottom:0px;
	
	padding-top:5px;
}
	.footer-main .footer-columna {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.footer-main .footer-columna h3 {
		padding-bottom:30px;
		padding-top:0px;
		font-size:35px;
	}
	.footer-main .footer-columna p {
	font-size: 14px;
	width:70%;
	padding-top:5px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align:justify;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	}
	
	.footer-main .footer-columna span p {
	width:95%;
	display: inline-block;
	margin:0 auto;
	padding-top:15px;
	margin-bottom: 15px;
	font-family: Raleway;
	text-align:center;
   }	
   
   /*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:40%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin:0 auto;
	margin-bottom:10px;
  }*/
   .footer-main .footer-columna input[type="email"] {
	border: none;
	width:50%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	text-align:center;
  }
.footer-main .footer-columna #Message{
	 border: none;
	width:50%;
	 height: 40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	border: none;
	background: #00C6EE;
	color:white;
	display:flex;
	margin:0 auto;
	padding: 10px 40px;
	font-size: 18px;
	margin-top:15px;
	margin-bottom:30px;
	cursor: pointer;
	font-family: Raleway;
	text-align:center;
  }
  
  
  .main-copy-redes .footer-copy {
		width: 100%;
		text-align: center;
		margin-top:20px;
	}
	.main-copy-redes .footer-redes {
		width: 80%;
		margin: auto;
		
		padding-top:20px;
	}
	
	 .main-copy-redes .footer-redes a {
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	border-radius:50%;
	background: #fff;
	color: #000;
	text-align: center;
  }
}
@media screen  and (max-width: 640px) {
	.footer-main .footer-columna {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.footer-main .footer-columna h3 {
		padding-bottom:25px;
		padding-top:0px;
		font-size:32px;
	}
	.footer-main .footer-columna p {
	font-size: 14px;
	width:80%;
	padding: 15px 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	}
	
	.footer-main .footer-columna span p {
	width:95%;
	display: inline-block;
	margin:0 auto;
	margin-bottom: 15px;
	font-family: Raleway;
	text-align:center;
   }	
   
   /*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:40%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin:0 auto;
	margin-bottom:10px;
  }*/
   .footer-main .footer-columna input[type="email"] {
	border: none;
	width:60%;
	height:40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	margin: 10px;
	font-family: Raleway;
	margin:0 auto;
	display:block;
  }
.footer-main .footer-columna #Message{
	 	width:60%;
	   height:40px;
      resize: none;
      margin-top:5px;
	  Padding-top:15px;
      border: solid 1px var(--lightgrey);
      font-family: 'Roboto-Regular';
      font-size: 14px;
	  text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	border: none;
	background: #00C6EE;
	color:white;
	display:flex;
	margin:0 auto;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom:35px;
	cursor: pointer;
	font-family: Raleway;
	text-align:center;
  }
  
   .footer-main .footer-columna span p {
	width:95%;
	display: inline-block;
	margin:0 auto;
	margin-bottom: 15px;
	font-family: Raleway;
	text-align:center;
}
	.main-copy-redes .footer-copy {
		width: 100%;
		text-align: center;
		margin-top:20px;
	}
	.main-copy-redes .footer-redes {
		width: 80%;
		margin: auto;
	}
	
	 .main-copy-redes .footer-redes a {
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	border-radius:50%;
	margin-top:20px;
	background: #fff;
	color: #000;
	text-align: center;
 }
}
@media (min-width:320px)and (max-width:480px){
.footer-container {
	width: 100%;
	background: #272727;
	color: #fff;
}
.footer-main {
	width: 98%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.footer-main .footer-columna {
	width:98%;
	text-align: justify;
	text-align:center;
}
	.footer-main .footer-columna h3 {
		padding-bottom:20px;
		padding-top:0px;
		font-size:32px;
	}
   /*.footer-main .footer-columna input[type="name"] {
	border: none;
	width:60%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
	margin:0 auto;
	margin-bottom:10px;
  }*/
   .footer-main .footer-columna input[type="email"] {
	border: none;
	width:80%;
	height:40px;
	border: 1px solid #00C6EE;
	font-size: 14px;
	margin-top:7px;
	font-family: Raleway;
	margin:0 auto;
	display:block;
  }
  
  .footer-main .footer-columna #Message{
	  width:80%;
	  height:40px;
      resize: none;
      margin-top:5px;
      border: solid 1px var(--lightgrey);
      font-family: 'Roboto-Regular';
      font-size: 14px;
	  text-align:center;
}
.footer-main .footer-columna input[type="submit"] {
	width:40%;
	border: none;
	background: #00C6EE;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
  }
  
  	.footer-main .footer-columna p {
	font-size: 14px;
	width:95%;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align:justify;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	}
	
	.footer-main .footer-columna span p {
	width:95%;
	display: inline-block;
	margin:0 auto;
	margin-bottom: 15px;
	font-family: Raleway;
	text-align:center;
   }
}
  
  
.map-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:500px;
	margin:0 auto;
	display:flex;
}
.map-responsive iframe{
    height:100%;
    width:100%;
    position:absolute;
}
 .vis-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:320px;
	margin:0 auto;
	display:flex;
	margin-top:15px;
    background-color:;
}
}
@media (min-width:691px)and (max-width:1023px){
.map-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:500px;
	margin:0 auto;
	display:flex;
}
.map-responsive iframe{
    height:100%;
    width:100%;
    position:absolute;
}
 .vis-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:320px;
	margin:0 auto;
	display:flex;
	margin-top:15px;
    background-color:;
}
}
@media (min-width:320px)and (max-width:690px){
  .map-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:500px;
	margin:0 auto;
	display:flex;
}
.map-responsive iframe{
    height:100%;
    width:100%;
    position:absolute;
}
 .vis-responsive{
    overflow:hidden;
    position:relative;
    width:95%;
    height:320px;
	margin:0 auto;
	display:flex;
	margin-top:15px;
    background-color:;
}
}
/*section artistas*/
.artistas{
	width: 97%;
	min-height:100vh;
    background:url(../imagenes/arlex.jpg);
    padding-top:80px;
	margin-bottom:4px;
	flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	margin: 0 auto;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.artistas h1{
	text-align: center;
	font-size:25px;
	padding-top:50px;
	padding-bottom:10px;
	color:white;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.artistas-item{
	width: 30%;
	display:inline-block;
	position: relative;
	overflow: hidden;
	margin:10px;
	margin:0 auto;
}
.artistas_item .embed-res{
	width: 30%;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}
.embed-res iframe{
   width:100%;
   height:280px;
   background-color:black;
  }
  
.artistas-text{
    width:98%;
	
	height:200px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	background-color:coral;
	margin: 0 auto;
	
	color:white;
}
.artistas-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
@media (min-width:691px) and (max-width:960px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:25px;
	padding-top:40px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-item{
	width:98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
	margin:0 auto;
}
.artistas-container {
	width:95%;
	height:auto;
	margin:0 auto;
	padding-bottom:10px;   
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.embed-res{
   width:95%;
   padding-bottom:30px;
  }
.embed-res iframe{
   width:95%;
   height:300px;
  }
.artistas-text{
    width:90%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
	background: rgba(0,0,0,0.7);
	background-color:coral;
	
	color:white;
	margin:0 auto;
}
.artistas-text p{
	width:95%;
	text-align: justify;
	text-align:center;
	font-size:16px;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:480px) and (max-width:690px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:20px;
	padding-top:50px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-item{
	width: 98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.artistas_item .embed-res{
	width: 97%;  
    display: flex;
    align-items: center;
    justify-content: center;  
}
 .embed-res iframe{
   width:97%;
   height:280px;
   background-color:black;
   flex-direction: column;
  }
.artistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	background-color:coral;
	margin: 0 auto;
	
	color:white;
}
.artistas-text p{
    width:95%;
	text-align: justify;
	padding-bottom:5px;
	padding-top:2px;
	font-size:14px;
    margin:0 auto;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:346px) and (max-width:479px){
.artistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:25px;
	padding-top:40px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-item{
	width:100%;
	height:auto;
	margin-top:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
	margin:0 auto;
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.embed-res{
   width:98%;
   padding-bottom:30px;
  }
.embed-res iframe{
   width:98%;
   height:300px;
  }
.artistas-text{
    width:97%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
	background: rgba(0,0,0,0.7);
	background-color:coral;
	margin:0 auto;
	
	color:white;
}
.artistas-text p{
	width:95%;
	text-align: justify;
	text-align:center;
	font-size:16px;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:320px) and (max-width:345px){
.artistas{
display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.artistas h1{
	text-align: center;
	font-size:20px;
	padding-top:50px;
	padding-bottom:35px;
}
.artistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.artistas-item{
	width: 98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.artistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.artistas_item .embed-res{
	width: 97%;  
    display: flex; 	
}
 .embed-res iframe{
   width:97%;
   height:280px;
  }
  
.artistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	background-color:coral;
	margin: 0 auto;
}
.artistas-text p{
    width:95%;
	text-align: justify;
	padding-bottom:5px;
	font-size:14px;
    margin:0 auto;
}
.artistas-item:hover .artistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
/*Section Entrevistas*/
.entrevistas{
	width: 97%;
	min-height:100vh;
    background:url(../imagenes/arlex.jpg);
    padding-top:80px;
	margin-bottom:4px;
	flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	margin: 0 auto;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entrevistas h1{
	text-align: center;
	font-size:25px;
	padding-top:50px;
	padding-bottom:10px;
	color:white;
}
.entrevistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.entrevistas-item{
	width: 30%;
	display:inline-block;
	position: relative;
	overflow: hidden;
	margin:10px;
	margin:0 auto;
}
.entrevistas_item .embed-res{
	width: 30%;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.embed-res iframe{
   width:100%;
   height:280px;
   background-color:black;
  }
.entrevistas-text{
    width:98%;
	
	height:200px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	
	background-color:coral;
	margin: 0 auto;
}
.entrevistas-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
}
.entrevistas-item:hover .entrevistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
@media (min-width:691px) and (max-width:960px){
.entrevistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.entrevistas h1{
	text-align: center;
	font-size:25px;
	padding-top:40px;
	padding-bottom:35px;
}
.entrevistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-item{
	width:98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
	margin:0 auto;
}
.entrevistas-container {
	width:95%;
	height:auto;
	margin:0 auto;
	padding-bottom:10px;   
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.embed-res{
   width:95%;
   padding-bottom:30px;
  }
.embed-res iframe{
   width:95%;
   height:300px;
  }
 
.entrevistas-text{
    width:90%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	
	background-color:coral;
}
.entrevistas-text p{
	width:95%;
	text-align: justify;
	text-align:center;
	font-size:16px;
}
.entrevistas-item:hover .entrevistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:480px) and (max-width:690px){
.entrevistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.entrevistas h1{
	text-align: center;
	font-size:25px;
	padding-top:30px;
	padding-bottom:10px;
}
.entrevistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-item{
	width: 98%;
	height:auto;
	margin-top:310px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
	margin:0 auto;
}
.entrevistas-container {
	width:95%;
	height:auto;
	margin:0 auto;
	padding-bottom:10px;   
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.embed-res{
   width:98%;
   padding-bottom:30px;
  }
.embed-res iframe{
   width:98%;
   height:280px;
  }
.entrevistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	
	background-color:coral;
}
.entrevistas-text p{
	width:90%;
	font-size:14px;
	text-align: justify;
	text-align:center;
	margin:0 auto;
}
.entrevistas-item:hover .entrevistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:346px) and (max-width:479px){
.entrevistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.entrevistas h1{
	text-align: center;
	font-size:20px;
	padding-top:50px;
	padding-bottom:35px;
}
.entrevistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-item{
	width: 98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.entrevistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.entrevistas_item .embed-res{
	width: 97%;  
    display: flex;
    align-items: center;
    justify-content: center;  
	
}
 .embed-res iframe{
   width:97%;
   height:280px;
   background-color:black;
   flex-direction: column;
  }
 
.entrevistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	
	background-color:coral;
	margin: 0 auto;
}
.entrevistas-text p{
     width:95%;
	text-align: justify;
	padding-bottom:5px;
	font-size:14px;
    margin:0 auto;
}
.entrevistas-item:hover .entrevistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
  }
}
@media (min-width:320px) and (max-width:345px){
.entrevistas{
	display: flex; 
	width:95%;
	height:auto;
	justify-content: center;
	flex-wrap: wrap;
	background:url(../imagenes/imag.jpg);
	margin-bottom:20px;
	padding-top:70px;
    height:auto;
    align-items:flex-start;
	flex-direction:column;
	margin:0 auto;
}
.entrevistas h1{
	text-align: center;
	font-size:20px;
	padding-top:50px;
	padding-bottom:35px;
}
.entrevistas-text h3{
	text-align: center;
	font-size:18px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-text h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:5px;
	color:white;
}
.entrevistas-item{
	width: 98%;
	height:auto;
	margin-top:10px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
	flex-wrap: wrap; 
}
.entrevistas-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;  
	flex-direction: column;
	width:100%;
}
.entrevistas_item .embed-res{
	width: 97%;  
    display: flex;
    align-items: center;
    justify-content: center;  
	
}
 .embed-res iframe{
   width:97%;
   height:280px;
   background-color:black;
   flex-direction: column;
  }
  
.entrevistas-text{
    width:95%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	
    background-color:coral;
	margin: 0 auto;
	
}
.entrevistas-text p{
     width:95%;
	text-align: justify;
	padding-bottom:5px;
	font-size:14px;
    margin:0 auto;
}
.entrevistas-item:hover .entrevistas-img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
   }
}
/*Section Privacidad*/
.privacy{
	width: 97%;
	min-height:100vh;
	margin: 0 auto;
    padding-top:80px;
	margin-bottom:4px;
	display: flex;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:white;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	margin:0 auto;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
	
	margin:0 auto;
}
@media (min-width:691px) and (max-width:960px){
.privacy{
	width: 97%;
	height:auto;
	margin: 0 auto;
    padding-top:80px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:white;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
	
	margin:0 auto;
 }
}
@media (min-width:480px) and (max-width:690px){
.privacy{
	width: 97%;
	height:auto;
	margin: auto;
    padding-top:80px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:16px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:white;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:16px;
  }
}
@media (min-width:346px) and (max-width:479px){
.privacy{
	width: 97%;
	height:auto;
	margin: auto;
    padding-top:80px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:white;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.privacy-text{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	text-align: justify;
	padding-bottom:15px;
	font-size:14px;
 }
}
@media (min-width:320px) and (max-width:345px){
.privacy{
	width: 97%;
	height:auto;
	margin: auto;
    padding-top:80px;
	margin-bottom:4px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy h2{
	text-align: center;
	font-size:14px;
	padding-top:2px;
	margin-top:5px;
	padding-bottom:15px;
	color:white;
}
.privacy-container{
	width:98%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom:20px;
	display:inline:block;
}
.privacy-text p{
    width:98%;
	display: flex;
    flex-direction: column;
	padding-top:10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size:14px;
	margin: 0 auto;
}
.privacy-text p{
    width:95%;
	text-align:center;
	font-size:12px;
	text-align: justify;
	padding-bottom:15px;
  }
}
/*Slider */
.home{
	width:100%;
	height:100vh;
	margin:0 auto;
	overflow:hidden;
	position:relative; 
	padding-top:px;
	margin-bottom:5px;
	z-index:1;
}
.slider{
	width:100%;
	height:100vh;
	background: #2c3e50; /* darckblue */
}
.home h3{
	width:30%;
	height:40px;
	text-align:center;
    color:white;
    font-size:30px;
	color:white;	
	padding-top:5px; 
    box-shadow: 0 0px 15px 3px rgba(98, 199, 231, 0.9);  
    background-color: #17171d;
    margin:0 auto;
}
.home .slide{
	position:absolute;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center;
	z-index:1; 
	display:none;
	padding:0;
	animation: slide 2s ease;
	margin-top:30px;
}
.slide img{
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index:; 
	padding:0;
	animation: slide 2s ease; 
}
.txt{
	color:white;
	letter-spacing: 2px;
    text-align:center;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index:1 ;
}
.home .slide.active{
	display: flex;
}
@keyframes slide{
	0%{
		transform:scale(1);
	}
	100%{
		transform: scale(1);
	}
}
.container{
width:80%;
height:auto;
display:flex;
align-items:flex-end;
padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
  margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
   bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
}
@keyframes captionText{
	0%{
		opacity:0; transform: translateX(-100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}
.home .controls .prev,
.home .controls .next{
 position: absolute;
 z-index:2;
 top:54%;
 height:40px;
 width: 40px;
 margin-top:0px;
 color:#ffffff;
 background-color: #FF5722;
 text-align: center;
 line-height: 10px;
 font-size:20px;
 cursor:pointer;
 transition: all .5s ease;
}
.home .controls .prev:hover,
.home .controls .next:hover{
	background-color: #000000;
}
.home .controls .prev{
 left:0;
}
.home .controls .next{
 right:0;
}
#tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:30%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
  border-radius:3px;
}
#tickers .news{
  background-color:WhiteSmoke;
  color:#FFF;
  float:left;
  font-weight:bold;
  border-radius: 2px solid #FFF;
  top:0;
  display:block;
  height:35px;
  font-size:20px;
  vertical-align:middle;
  line-height:30px;
  padding-left:10px;
  padding-right:10px; 
  z-index:1;
  box-shadow:0px 0px 20px rgba(0,0,0,.8);
}
 #tickers .ticker{
  display: inline-block;
  height:60px;
  white-space: nowrap;
  overflow:hidden;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration:15s;
  animation-duration:infinity;
}
#tickers .ticker_item {
  margin-left:20px;
  display: inline-block;
  font-size:16px; 
  padding-top:5px;
  color:black;
}
#tickers .ticker_item {
  display: inline-block;
  font-size:16px; 
  padding-top:5px;
  color: black;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-70%, 0, 0);
  }

}
/*responsive*/
@media (min-width:861px) and (max-width:1023px){
 #tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:50%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
}	
  .home{
	width:100%;
	height:98vh;
	overflow:hidden;
	position:relative;
    margin:0 auto;
	padding-top:px;
    margin-bottom:5px;
}
 .container .slide{
   width:100%;
   margin:0 auto;
   margin-top:10px;  
}
.container{
width:80%;
height:auto;
display:flex;
align-items:flex-end;
 padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
   margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
    bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
  }
}
/*responsive*/
@media (min-width:691px) and (max-width:860px){
 #tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:50%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
}
  .home{
	width:100%;
	height:98vh;
	overflow:hidden;
	position:relative;
	padding-top:px;
    margin-bottom:5px;
}
.nav-expanded{
	  display:block;
     }
	 
 .nav_perfil{
    display:block;
  }
  
   .nav_perfil {
	width:100%;
	height:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
     background:url(../imagenes/ecualizador.gif);
  }
  
   .nav_img img {
    width:100%;
	height:90px;
	margin-top:10px;
	margin-left:px;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction:column; 
	border-radius:50%;
  }
  
  .nav_name{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:yellow;
	font-size:20px;
	margin-top:30px;
  }
  
  .nav_profesion{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:red; 
	font-size:16px;
    margin-bottom:5px;	
  }
  
.container{
width:80%;
height:auto;
display:flex;
align-items:flex-end;
padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
  margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
   bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
   }
}
/*responsive*/
@media (min-width:480px) and (max-width:690px){
  #tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:70%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
 } 
  .home{
	width:100%;
    height:98vh;
	overflow:hidden;
	position:relative;
	padding-top:px;
    margin-bottom:4px;
}
.nav-expanded{
	  display:block;
     }
	 
 .nav_perfil{
    display:block;
  }
  
   .nav_perfil {
	width:100%;
	height:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
     background:url(../imagenes/ecualizador.gif);
  }
  
  .nav_img img {
    width:100%;
	height:90px;
	margin-top:10px;
	margin-left:px;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction:column; 
	border-radius:50%;
  }
  
  .nav_name{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:yellow;
	font-size:20px;
	margin-top:30px;
  }
  
  .nav_profesion{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:red; 
	font-size:16px;
    margin-bottom:5px;	
  }
 .container{
 width:80%;
height:auto;
display:flex;
align-items:flex-end;
padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
  margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
   bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
  }
}
/*responsive*/
@media (min-width:346px) and (max-width:479px){
 #tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
}
  .home{
	width:100%;
	height:98vh;
	overflow:hidden;
	position:relative;
    margin:0 auto;
	padding-top:px;
    margin-bottom:5px;
}
.nav-expanded{
	  display:block;
     }
	 
 .nav_perfil{
    display:block;
  }
  
   .nav_perfil {
	width:100%;
	height:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
     background:url(../imagenes/ecualizador.gif);
  }
  
  .nav_img {
    width:100px;
    height:70px;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  
  .nav_img img {
    width:100%;
	height:90px;
	margin-top:10px;
	margin-left:px;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction:column; 
	border-radius:50%;
  }
  
  .nav_name{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:yellow;
	font-size:20px;
	margin-top:30px;
  }
  
  .nav_profesion{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:red; 
	font-size:16px;
    margin-bottom:5px;	
  }
	
 .container{
width:80%;
height:auto;
display:flex;
align-items:flex-end;
padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
  margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
   bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
  }
}
/*responsive*/
@media (min-width:320px) and (max-width:345px){
 #tickers{
  background-color:white;
  height:35px;
  top:20px;
  vertical-align:middle;
  width:100%;
  box-sizing:border-box;
  position:absolute;
  overflow:hidden;
 }
  .home{
	width:100%;
	height:98vh;
	overflow:hidden;
	position:relative;
	padding-top:px;
    margin-bottom:5px;
}
.nav-expanded{
	  display:block;
     }
	 
 .nav_perfil{
    display:block;
  }
  
   .nav_perfil {
	width:100%;
	height:200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
     background:url(../imagenes/ecualizador.gif);
  }
  .nav_img img {
    width:100%;
	height:90px;
	margin-top:10px;
	margin-left:px;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction:column; 
	border-radius:50%;
  }
  
  .nav_name{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:yellow;
	font-size:20px;
	margin-top:30px;
  }
  
  .nav_profesion{
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; 
	color:red; 
	font-size:16px;
    margin-bottom:5px;	
  }
	
.container{
width:80%;
height:auto;
display:flex;
align-items:flex-end;
 padding-bottom:30px;
}
 .home .caption .btn {
  width:100%;
  
  height:30px;
  
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  
  padding-bottom:30px;
  
  margin-bottom:5px;
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	width:100%;
	font-size:28px;
	padding-top:10px;
	font-family:arial;
	color:white;
	
   bottom:0;
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
 .home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color: #000000;
 text-decoration: none;
 color:#ffffff;
}
 .home .slide.active .caption a{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:none;
  }
}

/*Section Emisoras*/
.carousels-radio{
      width: 100%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;	
      padding-bottom:10px;	  
      margin:0 auto;
	  
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../imagenes/2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    }
	
 .carousels-radio h2{
	 color:white;
	 padding-top:30px;
	 
	 padding-bottom:30px;
 }
.owl-carousels { 
  display: none;
  width:100%;
  height:390px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:5px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }
  
  .owl-carousels .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ 
	}
	
  .owl-carousels .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
	}
	
  .owl-carousels .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
	}
	
  .owl-carousels .carousel-radio,
  .owl-carousels .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); 
	}
 .owl-carousel .items {
      text-align: center;
	  margin:0 auto;
    }
  .owl-carousels .owl-item {
	width:85%;
	height:370px;
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
    background-color:coral;
    margin-bottom:10px;
	}
	
  .owl-carousels .owl-item img {
    display: block;
    width: 30%;
    height:150px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}
	
  .owl-carousels .owl-nav.disabled,
  .owl-carousels .owl-dots.disabled {
    display: none; }
	
  .owl-carousels .owl-nav .owl-prev,
  .owl-carousels .owl-nav .owl-next,
  .owl-carousels .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
	
  .owl-carousels .owl-nav button.owl-prev,
  .owl-carousels .owl-nav button.owl-next,
  .owl-carousels button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
	}
	
  .owl-carousels.owl-loaded {
    display: block; }
  .owl-carousels.owl-loading {
    opacity: 0;
    display: block; 
	}
	
  .owl-carousels.owl-hidden {
    opacity: 0; }
	
  .owl-carousels.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousels.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
	}
	
  .owl-carousels.owl-grab {
    cursor: move;
    cursor: grab; 
	}
	
  .owl-carousels.owl-rtl {
    direction: rtl; 
	}
	
  .owl-carousels.owl-rtl .owl-item {
    float: right; }
 .owl-carousels .contents .titles{
  width:100%;
  height:auto;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:95%;
  text-align: justify;
  margin: 0 auto;
  padding-top:15px;
  margin-bottom:10px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
	
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
@media (min-width:320px)and (max-width:345px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background-color:;
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top:15px;		
      margin:0 auto;
	  margin-bottom:10px;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
	 text-align:center;
 }
.owl-carousels { 
  display: none;
  width:98%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
	margin-bottom:10px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	 background-color:coral;
	 
	margin-bottom:10px;
	}
 .owl-carousels .owl-item img {
    display: block;
    width: 40%;
    height:140px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
  .owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:95%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:10px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
}
@media (min-width:346px)and (max-width:479px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:98%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}
	
.owl-carousels .owl-item img {
    display: block;
    width: 35%;
    height:140px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
	
 .owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:95%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
}
@media (min-width:480px)and (max-width:569px){
.carousel-radio{
      width:98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:97%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}
	
	.owl-carousels .owl-item img {
    display: block;
    width: 30%;
    height:150px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
	
	 .owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:90%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
}
@media (min-width:570px)and (max-width:690px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:98%;
  height:400px;
    background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}	
	
.owl-carousels .owl-item img {
    display: block;
    width: 40%;
    height:140px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
	
  .owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:90%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
}
@media (min-width:691px)and (max-width:860px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:98%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}	
	
.owl-carousels .owl-item img {
    display: block;
    width: 40%;
    height:140px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
	
 .owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:90%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
	
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}
}
@media (min-width:691px)and (max-width:960px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:100%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}
	
	.owl-carousels .owl-item img {
    display: block;
    width: 35%;
    height:140px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
.owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:90%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
	
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}	
}
@media (min-width:961px)and (max-width:1023px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:100%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}
	
	.owl-carousels .owl-item img {
    display: block;
    width: 30%;
    height:150px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}	
.owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:90%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}	
}
@media (min-width:1024px)and (max-width:1280px){
.carousel-radio{
      width: 98%;
      height:auto;
      text-align: center;
      font-family: sans-serif;
	  background:url(../imagenes/.jpg); 
	  display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding-top:10px;		
      margin:0 auto;
    }
	
 .carousel-radio h2{
	 color:white;
	 padding-top:15px;
 }
.owl-carousels { 
  display: none;
  width:100%;
  height:400px;
  background-color:#272727;
  margin:0 auto;
  padding-top:10px;
  margin-bottom:10px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; 
  }	
.owl-carousels .owl-item {
	width:85%;
    position: relative;
	height:380px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
	background-color:coral;
	margin-bottom:10px;
	}
	
  .owl-carousels .owl-item img {
    display: block;
    width: 35%;
    height:150px;
	padding-top:30px;
    border-radius:10%;
    margin-bottom:15px;	
	margin: 0 auto;
	}
.owl-carousels .contents .titles{
  width:100%;
  font-size:22px;
  color:red;
  display: flex;
  padding-top:15px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto; 
}
 .owl-carousels .contents .sub-titles{
  font-size: 20px;
   color:yellow;
  line-height: 20px;
   display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
 .owl-carousels .contents p{
  width:95%;
  text-align: justify;
  margin: 0 auto;
  font-size:14px;
  padding-top:15px;
  margin-bottom:30px;
  color:white;
}
 .owl-carousels .radio{
 display: inline-block;
  text-decoration: none;
  margin:0 auto;
  background:;
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
}
	
.emisora audio{
	width:150px;
	height:35px;
	margin:0 auto;
    margin-top:20px;
	}	
}
/*scollup icon*/
.scrollup {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .8;
	position: fixed;
	bottom:100px;
	right: 5px; 
	color: red;
	cursor: pointer;
	background-color:red;
	z-index: 1;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
	background: #82ca9c;
	opacity: 1;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}
#radio{
  padding-top:2px;
  margin:0 auto;
  margin-left:1px;
}
 #play-pause {
  height:35px;
  width: 35px;
  border-radius:50%;
  margin: 0 auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
  background-position: center;
  background-size: 20px;
  background-repeat:no-repeat;
  background-position:center;
  background-color:white;
}
.play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
}
.pause {
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==)!important;
}
@media (min-width:320px)and (max-width:860px){
  #radio{
  padding-top:2px;
  margin:0 auto;
  margin-left:-8px;
  }
}
/* Slides Section */
  section#water-slider{
        padding: 50px 0px;
    }    
    #water-slider h3{
        font-size: 23px;
        margin-bottom: 8px;
    }
	
	
	/* Water - Slider */
#water-slider{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/holyday-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    color: #fff;
    text-align: center;
} 
#water-slider h3{
    font-size: 40px;
}
.owl-carousel{
    display: block !important;
}
.owl-img-par{
    position: relative;
    width: 500px;
    overflow: hidden;
}
.owl-img-info{
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.owl-img-info h3{
    font-size: 22px !important;
    padding-bottom: 10px;
}
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    filter: brightness(0.5);
    transition: all 0.5s ease;
}
.owl-carousel .owl-item img:hover{
    transform: scale(1.1,1.1);
}
	
/* Blog Section */
section#blog h3{
    text-align: center;
	color:white;
}
section#blog{
    margin: 10px 0px;
    font-size: 40px;
}
.blog-par{
    display: flex;
    margin: 50px 0px;
}
.blog-content{
    display: flex;
    align-items: center;
}
.blog-info-par ul li{
    display: inline-block;
    font-size: 13px;
    color: #999;
    font-weight: 60;
    text-transform: uppercase;
}
.blog-info-par{
    margin-left: 30px;
}
.blog-img-par img{
    width: 300px;
    height: 140px;
}
.blog-info-par h4{
    color: #00a8c5;
    font-size: 20px;
    margin: 5px 0px;
}
.blog-info-par p{
    color: #777;
    line-height: 23px;
    font-size: 14px;
}
/* .blog-img-par:before{
    content: "24 March";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #00a8c5;
    padding: 10px;
}
.blog-img-par{
    position: relative;
} */
@media screen and (max-width: 768px) {
    section#water-slider{
        padding: 50px 0px;
    }    
    #water-slider h3{
        font-size: 23px;
        margin-bottom: 8px;
    }
    section#blog{
        padding: 40px 0px;
    }
    section#blog h3{
        font-size: 25px;
    }
    .blog-par{
        flex-direction: column;
        margin: 20px 0px;
    }
    .blog-content{
        margin: 10px 0px;
    }
    .blog-info-par h4{
        font-size: 16px;
    }
    .blog-info-par p{
        font-size: 13px;
    }
    .footer-par{
        flex-direction: column;
        text-align: center;
      }
    }
	
	
	@keyframes moviendrew {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.icon-arrow-right {
  animation-name: moviendrew;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;	
  font-size:20px;
  color:white;
  display:inline-block;
}
	
	
/*Chat Radio*/

.chat{
	min-height:100vh;
	padding-top:80px;
}
.chatbox{
	width:60%;
	height:600px;
	background:seagreen;
	padding-top:30px;
	margin:0 auto;
	box-shadow: 0 3px #ccc;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    align-items:center;
}

.chat_title{
    width:97%;
    height:60px;
    color:white;
    text-align:center;
    font-size:25px;
	margin:0 auto;
}

#panel-body{
    width:90%;
    height:50px;
    border-radius: 1px;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px; 
    
}


.chat_area{
    width:97%;
    height:300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:snow;
    border-radius: 1px;
	margin:0 auto;
}

.chat_area ul li {
    width:85%;
    height:auto;
    margin-top: 14px; 
    background-color:Seashell;
    margin-bottom:10px;
	margin:0 auto;             
}

/* Estilo para la lista de chat */
#chatlist {
    list-style-type: none;   
    margin:0;  	
    padding: 10px;   	
}

#chatlist li {
    padding: 15px; 
    margin-bottom:8px;	
    border-bottom: 1px solid #e5e5e5;  
}

.chat_logo li{
    height: 20px;
    width: 20px;
    border-radius:50%;
    float:left;
    display:inline-block;
	margin-bottom:10px;
	padding-top: 14px 14px 0; 
}

.fecha-hora {
    font-size: 12px;         
    color: #888;               
    margin-left: 5px;           
    display: inline-block;     
}

.Tiempo {
    color: red;             
    font-size: 12px;           
    margin-right: 3px;         
}

.chat_area .chat-body1 {
    margin-left: 50px;
}

.chat_area .other-msg .chat-body1 p {
    background: antiquewhite none repeat scroll 0 0;
}

.chat-body1 p {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
}

.chat_area .admin_chat .chat-body1 {
    margin-left: 0;
    margin-right: 50px;
}

.chat_area li:last-child {
    padding-bottom: 10px;
}

.all_conversation ul li:hover .sub_menu_ {
    display: block;
}

.new_message_head button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.new_message_head {
    background: #f5f3f3 none repeat scroll 0 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 10px;
    width: 100%;
}

.message_section {
    border: 1px solid #dddddd;
}

.message_write {
    background: #f5f3f3 none repeat scroll 0 0;
    padding: 15px;
    width:97%;
    height:auto;
    background-color:;
	margin:0 auto;
}

.message_write textarea.form-control {
    width:97%;
    height:40px;
    padding: 10px; 
    margin:0 auto;
}

.form-control {
    width:97%;
    height:35px;
    padding: 10px; 
    margin:0 auto; 
	margin-bottom:5px;
	background-color:white;
}


#btnEnviar{
       display: flex;
	   width:25%;
	   height:30px;
	   margin-top:30px;
	   padding-top:0px;
	   background: #E25151;
	   color: #fff;
	   border: 2px solid #B14141;
	   cursor: pointer;
}


/* Responsive a 320px*/
		  
@media (min-width:320px) and (max-width:860px){
    
    .chatbox{
	width:95%;
	height:600px;
	background:seagreen;
	padding-top:30px;
	margin:0 auto;
	box-shadow: 0 3px #ccc;
}

.chat_title{
    width:100%;
    height:60px;
    color:white;
    text-align:center;
    font-size:25px;
}

#panel-body{
    width:90%;
    height:50px;
    border-radius: 1px;
    height: 33px;
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px; 
    background-color:red;
}


.chat_area{
    width:100%;
    height:300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:snow;
    border-radius: 1px;
    margin: 0 auto;
}

.chat_area li {
    width:80%;
    height:auto;
    padding: 14px 14px 0; 
    background-color:Seashell;
    margin-bottom:4px;
	margin:0 auto;
}

.chat_logo li{
    height: 20px;
    width: 20px;
    border-radius:50%;
    float:left;
    display:inline-block;
	margin-top:10px;
	padding: 14px 14px 0; 
}

.chat_area .chat-body1 {
    margin-left: 50px;
}

.chat_area .other-msg .chat-body1 p {
    background: antiquewhite none repeat scroll 0 0;
}

.chat-body1 p {
    background: #fbf9fa none repeat scroll 0 0;
    padding: 10px;
}

.chat_area .admin_chat .chat-body1 {
    margin-left: 0;
    margin-right: 50px;
}

.chat_area li:last-child {
    padding-bottom: 10px;
}

.fecha-hora {
    font-size: 12px;           
    color: #888;              
    margin-left: 5px;         
    display: inline-block;    
}

.Tiempo {
    color: red;         
    font-size: 12px;         
    margin-right: 3px;       
}

.all_conversation ul li:hover .sub_menu_ {
    display: block;
}

.new_message_head button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.new_message_head {
    background: #f5f3f3 none repeat scroll 0 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 10px;
    width: 100%;
}

.message_section {
    border: 1px solid #dddddd;
}

.message_write {
    background: #f5f3f3 none repeat scroll 0 0;
    padding: 15px;
    width:97%;
    height:auto;
    background-color:#2F4F4F;
}

.message_write textarea.form-control {
    width:97%;
    height:35px;
    padding: 10px; 
    margin:0 auto;
}

.form-control {
    width:100%;
    height:32px;
	margin-top:10px;
    padding-top: 10px; 
    margin:0 auto; 
    margin-bottom:5px;
	background-color:white;
}


.btn-sm #btnEnviar{
      display:flex;
	  margin-top:10px;
      padding-top:20px; 
       align-items:center; 
	   background: #E25151;
	   color: #fff;
	   border: 2px solid #B14141;
	   cursor: pointer;
	   margin:0 auto;
  }
}


 /*Section fondo video html*/
.containers{
    width:92%;
    height:350px;
    margin-top:30px;
    padding-bottom:20px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 98.8%;
  height:350px;
  overflow: hidden;
}
.header-video video {
  min-width: 100%;
  min-height: 100%;
}
.header-overlay {
  height:350px;
  width:98.8%;
  position: absolute;
  margin-top:px;
  margin:0 auto;
  background: #303952;
  z-index:;
  opacity: .85;
}
.header-containex{
  z-index: 2;
  margin: 0 auto;
}
.containers .header-containex h1{
  font-size: 40px;
  padding-top:60px;  
  padding-bottom: 3rem;
  margin-bottom: 0;
  color:white;
  margin:0 auto;
  text-align:center;
  font-family: 'Lobster', cursive;
}
.containers p{
  font-size:25px;
  display: block;
  vertical-align:middle;
  padding-bottom: 3rem;
  text-align:center;
  margin: 0 auto;
  color:white;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-family:arial;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align:center;
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
@media (min-width:861px)and (max-width:1023px){
  .containers{
    width:90%;
    height:360px;
    margin-top:0px;
    margin-bottom:0px;
    justify-content: center;
    flex-wrap: wrap;
	margin:0 auto;
}
.header-video {
  position: absolute;
  margin-top: 10px;
  margin:0 auto;
  width: 100%;
  height:350px;
  overflow: hidden;
}

.header-overlay {
  height:350px;
  width:98.5%;
  position: absolute;
  margin-top:10px;
  margin-bottom:20px;
  margin:0 auto;
  background: #303952;
  z-index: ;
  opacity: .85;
}
.header-containex {
  z-index: 2;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size: 40px;
  padding-top:60px;
  padding-bottom:20px;
  color:white;
  font-family: 'Lobster', cursive;
}


}
@media (min-width:691px)and (max-width:860px){
.containers{
    width:92%;
    height:280px;
    margin-top:px;
    margin-bottom:10px;

}

.header-overlay {
  height:280px;
  width:97.5%;
  position: absolute;
  margin-top:0px;
  background: #303952;
  z-index: ;
  opacity: .85;
}
.header-containex {
  z-index: 2;
  margin: 0 auto;
}

.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top:0;
  text-align:center;
  margin:auto;
  color:white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;

 }
}

@media (min-width:571px)and (max-width:690px){
.containers{
    width:92%;
    height:280px;
    margin-top:px;
    margin-bottom:10px;

}
.header-overlay {
  height:280px;
  width:97.5%;
  position: absolute;
  margin-top:0px;
  background: #303952;
  z-index: ;
  opacity: .85;
}

.containers .header-containex h1 {
  font-size:28px;
  padding-top:50px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top:0;
  text-align:center;

}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
 }
}
@media (min-width:480px)and (max-width:570px){
 .containers{
    width:92%;
    height:250px;
    margin-top:px;
    margin-bottom:10px;

}
.header-overlay {
  height:250px;
  width:96%;
  position: absolute;
  margin-top:0px;
  background: #303952;
  z-index: ;
  opacity: .85;
}
.header-containex {
  z-index: 2;
  margin: 0 auto;
}
.containers .header-containex h1 {
  font-size:28px;
  padding-top:20px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top:0;
  text-align:center;
  margin:auto;
  color:white;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align:center;
 }
}

@media (min-width:320px)and (max-width:479px){
 .containers{
    width:90%;
    height:280px;
    margin-top:px;
    margin-bottom:10px;

}

.header-overlay {
  height:280px;
  width:95%;
  position: absolute;
  margin-top:0px;
  background: #303952;
  z-index: ;
  opacity: .85;
}
.containers .header-containex h1 {
  font-size:25px;
  padding-top:50px;
  margin-bottom: 0;
  color:white;
  font-family: 'Lobster', cursive;
}
.containers p{
  width:100%;
  font-size:16px;
  display: block;
  padding-top:0;
  text-align:center;
  margin:auto;
  color:white;
}
.btn {
  width:40%;
  background: #c44569;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align:center;
 }
}