@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
}

button, input, optgroup, select, textarea{
	font-family: 'Open Sans', sans-serif;
}
@keyframes example {
  from {opacity:0;}
  to {opacity:1;}
}

.movil-instagram{
	
	height: 1200px;

}
.share-buttons {
            display: flex; /* Activa Flexbox */
            justify-content: center; /* Centra los botones horizontalmente */
            gap: 10px; /* Espaciado entre los botones */
            margin-top: 20px;
			margin-bottom: 20px;
        }

        .share-buttons a {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            font-family: Arial, sans-serif;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }

    .share-buttons a:active {
            
            color: white;
           
        }

        .facebook { background: #4267B2; }
        .twitter { background: #000000; }
        .whatsapp { background: #25D366; }


/* The element to apply the animation to */
.btn-casa {
  
  animation-name: example;
	
  animation-duration: 4s;animation-iteration-count: infinite;
}
.w-120{
	width: 120px;border-bottom: solid 2px #666;
}
	.title-guia{
			background: rgb(218,45,45);
			background: linear-gradient(180deg, rgba(218,45,45,1) 0%, rgba(17,6,6,1) 80%);
			padding-bottom: 10px;
			
			
		}
		.title-guia p{
			color:white;
		}
		.bg-danger-2{
			background: #ed0200;
		}

.titulo-portadas{
	font-family: 'Courgette', cursive;
}
.frame-movil{
	height:340px;
}
.fw-500{
		
    font-weight: 500;
    line-height: 1.2;
  
	}
	a{
		text-decoration: none;
		color: black;
	}

.nav-item{
	padding:0 0px;
}
.contenedor-img {
	padding-top:100px;
  
 
  position: relative;
  
  height: 800px; /* Ajusta la altura según tus necesidades */
}

.contenedor-img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4); /* Ajusta el color y la opacidad del filtro */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contenedor-img .informacion {
	width: 75%;
  color: white !important;
  position: absolute;
	bottom: 0;
	left: 20px;
  z-index: 1;
  
}
.especiales{width: 100%; }

.fw-600{
	font-weight: 600;
}
.fw-400{
	font-weight: 400;
}
.redes-sociales {
  display: flex;
  justify-content: center;
  align-items: center;
}

.redes-sociales a {
  display: block;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.redes-sociales a:hover {
  transform: scale(1.1);
}

.icono-facebook {
  background-color: #3b5998;
}

.icono-twitter {
  background-color: #1da1f2;
}

.icono-instagram {
  background-color: #e1306c;
}

.icono-facebook i,
.icono-twitter i,
.icono-instagram i,
.icono-tiktok i {
  display: block;
}

.icono-facebook i {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.svg#facebook-f") no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px auto;
}

.icono-twitter i {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.svg#twitter") no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px auto;
}

.icono-instagram i {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.svg#instagram") no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px auto;
}
.icono-tiktok{
	background:black;
}
.icono-tiktok i {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-brands-400.svg#tiktok") no-repeat;
  width: 20px;
  height: 20px;
  margin: 10px auto;
}

.mt-mp{
	margin-top:69px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
   /*background-color: #C1272D; Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /*padding: 15px;  Some padding */
  /*border-radius: 10px;  Rounded corners */
  font-size: 32px; /* Increase font size */
}

#myBtn:hover {
  background-color: black; /* Add a dark-grey background on hover */
}

.bg-e{background: rgb(200,21,22);
background: linear-gradient(180deg, rgba(200,21,22,1) 0%, rgba(255,255,255,1) 75%);}
.fs-5-movil{
		font-size: 1.25rem!important;
	}
.titulo-eventos-normal-B{height:80px;}
.titulo-eventos-normal{height:65px;}

.bg-quetal{
background: #c81516;}

.color-quetal{
color: #c81516;}
	.logo{
			width: 170px;
		}
.parallax {
  /* The image used 
  background-image: url('img_parallax.jpg');*/

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}
	
.load-more{    
    background: #C1272D;
    text-align: center;
    color: white;
    padding: 10px 5px 10px 5px;
	border-radius: 10px;}

.load-more:hover{
    cursor: pointer;
}
	
/*SW*/
	.snow{
		background: url("img/fin/fondo-1.jpg");
	
		background-repeat: repeat-y;
	
		animation: animate-background linear 18s infinite;
	}
	
	.snow2{
		background: url("img/fin/fondo-2.png");
	
		background-repeat: repeat-y;
	
		animation: animate-background linear 14s infinite;
	}
	
	
	.snow3{
		background: url("img/fin/fondo-3.png");
	
		background-repeat:no-repeat;
	
		background-position: bottom;
	}
	
	@keyframes animate-background {
	from { background-position: 0px 0px; } 
	to { background-position: 0px 2800px; }
}
	
	/*BANNER**/

	.banner-c{
		
	
		animation: animate-banner linear 3s 1;
	}
	
	@keyframes animate-banner {
	from { transform: translateY(-180px);} 
	to {transform: translateY(0px)}
}
	
	.banner-c:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
	.osos-footer{
		position: fixed;
		bottom: -18px;
		background-image:url(img/fin/fondo-3.png);
		background-repeat: no-repeat;
		background-position: center bottom;
				 background-size: contain;
		height: 800px;
		width: 100%;
	}
	
/**MENU**/

/*
	#navbarMovil{
		display: none;
	}
	nav{
		width: 100%;
		padding: 20px 0 0 0;
		text-align: center;
	}
	
	nav ul{
		background: #000;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
	}
	
	nav ul li{
		display:inline-block;
		list-style: none;
		margin: 20px;
		color: #fff;
		
	}
	
	nav.sticky{
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2000;
		padding: 10px 8%;
		display: flex;
		align-items: center;
		justify-content: space-between; 
		transition: padding 1s;
	}
	
	nav.sticky ul{
		width: auto;
		
	}
	
	nav.sticky ul li{
		width: auto;
		
		
	}
	
	nav.sticky .logo{
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(249deg) brightness(108%) contrast(102%);

	}
	
	.logoMovil{
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(249deg) brightness(108%) contrast(102%);

	}
	
	#navbarMovil ul{
		background:transparent;
		
	}
		
	.portada{
		width: 100%;
		height: 100vh;
		background: url("https://quetalvirtual.com/<?php echo 'galerias/'.$id_portada.'/'.$portada_dia;?>?cache=2");
		background-size: cover;
	}
	
*/	
	
	@media only screen and (max-device-width: 1280px) {
		.nav-item{
	padding:0 5px;
}
		.buscador{
			width: 198px;
		}
		
	.especiales{width: 100%; }
}
	

	.dh  {
   display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */

    width: 100%;
		height: 450px;}

.centered2 {
  position: absolute;
  top: 75%;
  left: 50%;
	width: 97%;
  transform: translate(-50%, -50%);
	
}

.img-bg {

  position: relative;
  text-align: center;
	 
 
}
.card__content {
  position: absolute;
	width: 100%;
	height: 100%;
  /* other styles (left, top, right, and padding) */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.card__content2 {
  position: absolute;
	width: 100%;
	height: 100%;
  /* other styles (left, top, right, and padding) */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.20), transparent);
}

.card__content_50 {
  position: absolute;
	width: 100%;
	height: 97%;
  /* other styles (left, top, right, and padding) */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.container{
	/*background: white;*/
}
/***/
	.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 400px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}
/***/
.bg-ccc{
	background-color: #f1f1f1;
}
.cinzel{
	/*font-family: 'Cinzel', serif !important;*/
	font-family: 'Open Sans', sans-serif;
}

.header-links ul li a{
	font-size: 18px;
	font-weight: 600;
}
.border-tb{
	border-bottom: 1px  solid #666;
	border-top:1px  solid #666;
	
}
#top-header{
       
        position: fixed;
   
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 5px 0 5px;
        margin: 0 auto;
        justify-content: space-between;
        z-index: 999;
	background: white;
       
}





.vg{
	float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    background-color: #C1272D;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
	padding-left: 10px; padding-right: 10px;
}

.bg-C1272D{
	background-color: #C1272D;
}
.text-body iframe{
	width: 100%;
}



.border-white-top{
	border-top:1px solid #fff ;
}

.border-white{
	border:1px solid #fff ;
}

.box {
  display: flex;
}
.push {
    margin-left: auto;
}
.w-92{
	width: 92%;
}
.ediciones .slick-list{
	padding-top: 35px !important; 
	padding-bottom: 35px !important; 
}

.ediciones .slick-center {
	
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}


.estudioq .slick-center {
	
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    transform: scale(1.8);
}
.estudioq .slick-list{
	padding-top: 75px !important; 
	padding-bottom: 75px !important; 
}

.slick-next {
    background-color: white;
	border-radius: 15px;}
.slick-prev {
    background-color: white;
	border-radius: 15px;}
.bg-darker{
	background-color: #000000;
}
.evento_big{
	height: 480px;
    overflow: hidden;
}

.open{
	font-family: 'Open Sans', sans-serif;
}
.fsx-20{
	font-size: 20px;
}
.contenido p strong{
	color:#c2272d;
	
}
.color-707070{
color: #707070;}
.bg-test{

	background-repeat:repeat-y;
	background-size: contain;
	background-position: center;
}
.videos_top iframe{
	width: 50%;
}
.block6-wrap {
    padding: 10px 0;
    margin: 0 0 18px 15px;
    overflow: hidden;
}

.block6-wrap .thumb-wrap {
    display: block;
    position: relative;
    width: 140px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}


.block6-content {
    margin-left: 155px;
}


.card{
	border: 0;
}
/*.titles h1 {
 overflow: hidden;
 text-align: center;
}
.titles h1:before,
h1:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.titles h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.titles h1:after {
 left: 0.5em;
 margin-right: -50%;
}*/
.no-padding{
	padding-left:0;
	padding-right:0;}
.redes-info{width:40px; margin-left:auto; margin-right:auto;}
 .pop {
    max-width: 602px !important;

  }
.f-arial{
	font-family:Arial, Helvetica, sans-serif}
.fc-grey{
	color:#ADAEB6;}
.bg-quetal{
	background-color:#c2272d;}
.bg-sanluis{
		background-image:url("..imagenes/header-bienvenido.jpg");
		background-position:50% 50%;
		background-size:cover;
		height:250px;}
.only-movil{
	display:none;}		
.nop{
	padding:1rem !important}
.bgb-C1272D{
	background:#C1272D;}	
.bb-C1272D{
	border-bottom:2px solid #C1272D;}
.titulo-blog{
	padding-top:110px;}
.img-fluid-2{
	width:40%;
	height:auto;
	float:left;
	}
	
.estiloqt-contenido{
	padding-top:40px;
	width:40%;
	float:left;}
.share{
	display:none;}

.video-container iframe{
	width:100%;
	height:748px;
	}

@font-face {
font-family: 'Bebas Neue Regular';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue Regular'), url('https://quetalvirtual.com/css/bebas.woff') format('woff');
}


@font-face {
font-family: 'Antonio Regular';
font-style: normal;
font-weight: normal;
src: local('Antonio Regular'), url('https://quetalvirtual.com/css/Antonio-Regular.woff') format('woff');
}


@font-face {
font-family: 'Antonio Light';
font-style: normal;
font-weight: normal;
src: local('Antonio Light'), url('https://quetalvirtual.com/css/Antonio-Light.woff') format('woff');
}


@font-face {
font-family: 'Antonio Bold';
font-style: normal;
font-weight: normal;
src: local('Antonio Bold'), url('https://quetalvirtual.com/css/Antonio-Bold.woff') format('woff');
}

.bebas-neue-regular{font-family: 'Bebas Neue Regular';}

.playfair{
	font-family: 'Playfair Display', serif;}
	
.montserrat{
	font-family: 'Montserrat', sans-serif;
}
	
.antonio-regular{
	font-family: 'Antonio Regular';}
	
.antonio-light{
	font-family: 'Antonio Light';}
	
.antonio-bold{
	font-family: 'Antonio Bold';}
	
a{
	text-decoration:none;}
	
.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker { 
  90% { opacity: .9; } 
  75% { opacity: .7; } 
  50% { opacity: 0; }
  25% { opacity: .3; }
  
}
	
.border{
	border:1px solid #000 !important;}	
	
.at-style-responsive .at-share-btn{
	border:2px solid #FFF !important;}
	
	
.w100h100{
	width:100%;
	height:200px;}	
.bg-0{
	background:#2E1E52;}
	
.bg-1{
	background:#5C003E;}
.navbar-brand{
	padding:0;}
.nav-link{
	/*font-family: 'Montserrat', sans-serif;*/
	}	
.dropdown-menu a{
	/*font-family: 'Montserrat', sans-serif;*/
	}

.container-1280 {
  position: relative; margin: 0 auto; padding: 0;
  width:1280px;
  display: flex;
  flex-flow: row;
}
.main{
	width:1080px;
	}
	
	.row {
    margin-right: 0px;
    margin-left: 0px;
}
.ditem .text-info-left-estiloqt { 
   position: absolute;
   bottom: 0; 
   left: 5%; 
   width: 340px;
   height:55px;
   padding-top:5px;
   padding-bottom:5px;

}
.ditem .text-info-center { 
   position: absolute;
   bottom: 0; 
   left: 37%; 
   width: 340px;
   height:55px;
   padding-top:5px;
   padding-bottom:5px;

}

.ditem .text-info-center-guia {
   background:rgb(0,0,0);opacity:0.7;
   position: absolute;
   bottom: 0; 
   width:100%;
   height:110px;
   padding-top:5px;
   padding-bottom:5px;}
   
.ditem .text-info-center-guia-white {
   background:rgb(255,255,255);opacity:0.7;
   position: absolute;
   bottom: 0; 
   width:100%;
   height:110px;
   padding-top:5px;
   padding-bottom:5px;}
   
   
   .ditem .text-info-left-bottom { 
   position: absolute;
   width:50%;
   bottom: 10px; 
   left: 30px; 

}


.ditem .text-info-left-estilo { 
   position: absolute;
   width:50%;
   top: 80px; 
   left: 20px; 

}

.ditem .text-info-left { 
   position: absolute;
   top: 0; 
   left: 0; 

   background:#FFF;

}
.ditem .text-info-left { 
   position: absolute;
   top: 0; 
   left: 0; 

   background:#FFF;

}

.ditem .text-info-left-2 {
	width:100%; 
   position: absolute;
   bottom:112px; 
   left: 20px;
   text-align:center;}


.bg-dark2{
	background:#000;}
.border-white2{
	border:2px solid #FFF;}
	
.btn-whats{
	background:#39B54A;
	color:#FFF;}
	
.btn-whats:hover{
	text-decoration:none;
	color:#FFF;}

.img_lp{
	width:100%;
	height:auto;}
.z{
	z-index:200;}
	
.bold{
	font-weight:bold;}
.lh-0{
	line-height:1.2;}

.fs-10{
	font-size:10px;}	
.fs-12{
	font-size:12px;}
	
.fs-13{
	font-size:13px;}
	
.fs-14{
	font-size:14px;}
			
.fs-15{
	font-size:15px;}
.fs-16{
	font-size:16px;}

.fs-18{
	font-size:18px;}
.fs-19{
	font-size:19px;}
	
.fs-20{
	font-size:20px;}
		
.fs-21{
	font-size:21px;}
	
.fs-22{
	font-size:22px;}
	
.fs-23{
	font-size:23px;}
	
.fs-24{
	font-size:24px;}
	
.fs-30{
	font-size:30px;}
	
.fs-38{
	font-size:38px;}
	
.fs-40{
	font-size:40px;}
	
.fs-45{
	font-size:45px;}
		
.fs-48{
	font-size:48px;}
	
.fs-50{
	font-size:50px;}
	
.fs-55{
	font-size:55px;}
		
.fs-60{
	font-size:60px;}
	
.fs-70{
	font-size:70px;}
	
.fs-80{
	font-size:80px;}
		
.fs-90{
	font-size:90px;}
	
	
.text-C1272D{
	color:#C1272D;}
	
	
.img-3{
	width:30%;
	float:left;
	border:3px solid #fff;}
	
.img_bg{
	height:500px;}
	
.itemsContainer {
	width:100%;
    position:relative
}
.itemsContainer a img {
	width:100%;
}
.itemsContainer:hover .play{display:block}
.col-md-4 .play{
  position : absolute;
    display:none;
    top:20%; 
    width:125px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
} 	
.col-md-4 .play a img{
 
    width:100%;
	height:auto;

} 

.col-md-2 .play{
  position : absolute;
    display:none;
    top:20%; 
    width:75px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100
} 
.tags{
	list-style:none;
	display:inline-block;
	text-align:center;
	width:100%;
	text-align:center;}
	
.tags li{
	display:inline-block;}
	
	/***/
.placeholder-video-3 {
  position: relative;
  width: 100%;
  height: auto;
}
.placeholder-video-3 img {
 width: 100%;
 height: auto;
 padding: 0px;
}
.placeholder-video-3:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://quetalvirtual.com/img/play-estudio.png);
  /*opacity: .50;*/
}

	.placeholder-video {
  position: relative;
  width: 100%;
  height: auto;
}
.placeholder-video a img {
 width: 100%;
 height: auto;
 padding: 0px;
}
.placeholder-video:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://quetalvirtual.com/img/play-estudio.png);
  /*opacity: .50;*/
}
.bw{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.bgl{
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #B3B3B3; 
   line-height: 0.1em;
   margin: 10px 0 20px; }
   
.border-golden{
	border-bottom:1px solid #C59351;}
	
	
.border-golden-2{
	border-bottom:2px solid #C59351;}
	
.wpf-center {
     margin-left: auto !important;
     margin-right: auto !important;
     width: 522px; 
}


/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 768px) {
	
	.movil-instagram{
	
	height: 480px;

}
	.card__content2 {
		display:none;
}
	.frame-movil{
	height:360px;
}
	.fsm-1{
		font-size:24px !important;
	}
	.contenedor-img {
	padding-top:80px;
  /*background-size: contain !important;*/
		background-attachment:inherit !important;
		background-position: center !important;
 
  position: relative;
  width: 100%;
  height: 226px; /* Ajusta la altura según tus necesidades */
}
	.contenedor-img .informacion {
		width: 97%;}
		
	.w-80-b{
		width: 30%;
	}
	.m-w-100{
		width: 100% !important;
	}
	.mt-mp{
		margin-top: 70px;
	}
	.fs-5-movil{
		font-size: .75rem!important;
	}
	.nop-padding-movil{
		padding-left: 0;
		padding-right: 0;
	}
	.titulo-eventos-normal-B{height:auto;}
	.titulo-eventos-normal{height:auto;}
	.centered2 {
		width: 96%;
	}

	.logo{
			width: 170px;
		}
			.aviso-cookies {
				right: 0;
				width: 100%;
		}
	 .pop {
    max-width: 100% !important;

  }
	
	.nop{
	padding:0 !important;}
	
	.ditem .text-info-center { 
   position: absolute;
   bottom: 5%; 
   left: 10%; 
   width: 306px;
   height:55px;
   padding-top:5px;
   padding-bottom:5px;

}

	#search-form{display:none;}
	.banner-left{display:none;}
	.banner-right{
		display:none;}
		
.container-1280{
			width:100% !important;}
			.main{
	width:100% !important;} 
	

		
		.fs-48{
			font-size:30px;}
		
		.fs-50 {
			font-size:26px;}
			
			.img-3 {
				width:50%;}
				
				.fs-60{
			font-size:24px;}
			
			.ditem .text-info-left-2{
				bottom:20px;
				}
				
				.center-movile{
			text-align:center;}
			.mr-auto, .mx-auto {
				margin-left:32px;}
	}
 
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.banner-left{display:none;}
	.banner-right{
		display:none;}
		
.container-1280{
			width:100% !important;}
			.main{
	width:100% !important;}
	.ditem .text-info-center {
		bottom:8px;
		left:25%;}
		
		
		 }

/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
	
	.navbar-light .navbar-nav .nav-link{
		text-align: center;
	}
	
	.ditem .text-info-left-bottom {
		width: 76%;
	}
	.ditem .text-info-left-bottom h3{
		font-size:1rem;
	}
	
	.estudioq .slick-center {
	
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
	
	
	.evento_big{
	height: auto;
}
	.redes-info{width:100%; float:left;}
	.fs-70{
		font-size:20px;}
	.only-movil{
	display: block;}	
	.bg-sanluis{
		background-image:url("..imagenes/header-bienvenido.jpg");
		background-position:50% 50%;
		background-size:cover;
		height:250px;}
	
	.hm{
		width:70%;
		float:none}
	.contenido p img{
	width:100% !important;
	height:auto !important;}
	
	.ditem .text-info-left-estilo { 
  
   top: 0px; 
   

}
.nop{
	padding:0 !important;}
.fs-20{
	font-size:14px;}
.fs-40{
	font-size:17px;}
.imagen-lateral{
	margin-top:40px;}
.fs-24{
	font-size:16px;}
.titulo-blog{
	padding-top:0px;}
	.no-movil{
		display:none;}
.estiloqt-contenido{
	width:50%;
	float:left;
	padding-top:10px;}
		
.img-fluid-2{
	width:30%;
	height:auto;
	float:left;}

.video-container iframe{
	width:100%;
	height:202px;}
	
	.fs-12 {
		font-size:10px;}
	
	.ditem .text-info-center { 
   position: absolute;
   bottom: 5%; 
   left: 10%; 
   width: 306px;
   height:55px;
   padding-top:5px;
   padding-bottom:5px;

}
	#search-form{display:none;}
	.banner-left{display:none;}
	.banner-right{
		display:none;}
		
.container-1280{
			width:100% !important;}
			.main{
	width:100% !important;}
	

		
		.fs-48{
			font-size:30px;}
			
			.fs-50 {
			font-size:40px;}
			
			.img-3 {
				width:33%;}
				.ditem .text-info-left-2{
				bottom:20px;
				}
				
				
				.center-movile{
			text-align:center;}
			
			.mr-auto, .mx-auto {
				margin-left:32px;}
				
				}

