/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


:root{
	--slide-transform:0;
	--transition: transform 1s;
}


/* Asegúrate de que el mapa tenga un tamaño visible */
#map {
	width: 100%;
	height: 100vh;
}												


*,
*::before,
*::after
{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.audio-container {
	max-width: 100%; /* Asegura que el contenedor del audio se ajuste al ancho máximo disponible */
	width: auto; /* Hace que el contenedor del audio se ajuste automáticamente al ancho del contenido */
	margin: 0 auto; /* Centra el contenedor del audio horizontalmente */
  }

html
{
	font-size: 1.25vw;
}

body
{
	font-family: 'open sans';
	/*background-color: #e6e6e6;*/
	height: 100%; /* Used to enable scrolling */
	width: 100%;
	background: rgb(249, 249, 249);
	/*background: linear-gradient(55deg, #e6e6e6 0%, white 51%, #e6e6e6 85%);*/
	font-weight: lighter;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a
{
	display: inline-block;	
}


section
{
	position: relative;
	width: 100%
}

.celletras
	{
		font-size: 350%;
		
	}

.fullpage-slide
{
	padding-bottom: 4rem;
}

.article-info
{
	padding-top: 30px;
}

.article-info p
{
	line-height: 1,22;
}


.cabecera
{
	padding-top: 0.66rem;
	padding-bottom: 0,66rem;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
}

.cabecera .container
{ 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cabecera .link-logo
{
	display: inline-block;
	vertical-align: middle;
}

.cabecera .link-logo .logo
{
	width: 5.33rem;
	height: auto;
	-webkit-transition: 0.3s 0.1s ease;
	-o-transition: 0.3s 0.1s ease;
	transition: 0.3s 0.1s ease;
}

.cabecera .link-logo .logo:hover
{
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}


.cabecera .menu
{
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 59, 116, 1.0);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;*/
}

.cabecera .menu a
{
	margin-left: 0.5rem;
	margin-right:  0.5rem;
	color: rgb(230, 230, 230);
	text-decoration: none;
	letter-spacing: 0.06rem;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Open Sans';
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
}

/*.cabecera .menu .seleccionado,*/
.cabecera .menu a:hover
{
	
	-webkit-transform: scale(1.04);
	
	    -ms-transform: scale(1.04);
	
	        transform: scale(1.04);
	color: rgb(255, 255, 255);


}

.cabecera .menu a:first-child
{
	margin-left: 0;
}

.cabecera .menu a:last-child
{
	margin-right: 0;
}


.cabecera .hamb
{
	color: rgb(251, 243, 221);
	font-size: 2.66rem;
	display: none;
}

.jumper
{
	color: white;
	width: 2.3rem;
	height: 2.3rem;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-animation-name: saltar;
	        animation-name: saltar;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

/*.saltarina:hover
{
	animation-play-state: paused;
}*/

@-webkit-keyframes saltar
{
	from{
		bottom: 1rem;
	}

	to{
		bottom: 2rem;
	}

}

@keyframes saltar
{
	from{
		bottom: 1rem;
	}

	to{
		bottom: 2rem;
	}

}

.container
{
	width: 85.74%;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;
} 



.container-full
{
	width: 100%;
	padding: 0 1rem;
}

.fila
{
	
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}



.fila-info
{
	vertical-align: middle;
}

.fila-top
{
	
	font-size: 0.7rem;
}

.fila-literatura
{
	margin-top: 0;
}


.centrado-contenido {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 152px; /* Ajusta este valor a la altura deseada */
}




.columna
{
	padding-left: 1rem;
	padding-right: 1rem;
}

.columnalh
{
	padding-right: 2rem;
}

.columnarh
{
	padding-left: 2rem;
}

.columnaimglh
{
	display: flex; 
	justify-content: flex-start;
}

.columnaimgrh
{
	display: flex; 
	justify-content: flex-end;
}

.columna-100
{
	width: 100%;
}

.columna-85
{
	width: 85%;
}

.columna-83
{
	width: 83.33%;
}

.columna-75
{
	width: 75%;
}

.columna-70
{
	width: 70%;
}

.columna-66
{
	width: 66%;
}

.columna-60
{
	width: 60%;
}

.columna-58
{
	width: 58.33%;
}

.columna-50
{
	width: 49%;
}

.columna-41
{
	width: 41.66%;
}

.columna-33
{
	width: 33%;
}

.columna-30
{
	width: 30%;
}

.columna-25
{
	width: 25%;
}

.columna-20
{
	width: 20%;
}

.columna-16
{
	width: 16.66%;
}

.columna-8
{
	width: 10%;
}

.columna-8
{
	width: 8.33%;
}

.columna-imagen
{
	
	padding-left: 1.2rem;
	padding-right: 1.2rem;

}

.columna-grupo
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.columna.columna-50.columna-imagen p
{
	text-align: justify;
}

.sin-padding
{
	padding-right: 0;
	padding-left: 0;
}

.pubilh{
	text-align: right;
	margin-right: 0.5rem;
}
.pubirh{
	text-align: left;
	margin-left: 0.5rem;
}

.seccion
{
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: block;
}

.seccion-info
{
	
	width: 85.74%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	border-radius: 1rem;
}

.seccion-negro
{
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: black;
	color: white;
}

.centrar-texto
{
	text-align: center;
}

.justificar-texto
{
	text-align: justify;
}



.importante
{
	font-style: italic;
}



.banner-home
{
	width: 100%;
	height: 100vh;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

#banner.banner-directorio

{
	height: 50vh;
}

.banner-directorio
{
	height: auto;
	width: 100%;
}

.banner-prefooter
{
	width: 100%;
	height: auto;
	display: block;
}

.btn
{
	padding: 1rem 2rem;
	font-size: 1.33rem;
	text-decoration: none;
	text-align: center;
	
}

.btn.boton-transparente
{
	background-color: ;
	border: 0.06rem solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	border-radius: 15px;
}

.fondo-azul
{
	background-color: rgba(0, 59, 116, 1.0);
}

.fondo-negro
{
	background-color: rgba(0, 0, 0, 1.0);
}

.fondo-celeste
{
	background-color: rgba(77, 162, 229, 1.0);
}

.fondo-cremver
{
	background-color: rgba(166, 159, 110, 1.0);
}

.fondo-gris
{
	background-color: rgb(34, 34, 34);
}


.imagenqqcp
{
	width: 20%;
	height: auto;
	display: block;
}

.imagenqqcp2
{
	width: 45%;
	height: auto;
	display: block;
	text-align: justify;
	font-size: 1rem;
}

.imagenqqcp3
{
	width: 30%;
	height: auto;
	display: block;
	text-align: justify;
	font-size: 1rem;
}



.texto-azul
{
	color: rgb(0, 59, 116);
}

.texto-grisclaro
{
	color: rgb(230, 230, 230);
}

.texto-grisoscuro
{
	color: rgb(123, 120, 120);
}

.texto-casinegro
{

	color: rgb(34, 34, 34);
}


.texto-celeste
{
	color: rgb(77, 162, 229);
}

.texto-blanco
{
	color: rgb(255, 255, 255);
}

.texto-crema
{
	color: rgb(250, 243, 221);
}

.link-folleto
{
	color: rgb(34, 34, 34);
	-webkit-transition: 0.2s 0.2s ease-out ;
	-o-transition: 0.2s 0.2s ease-out ;
	transition: 0.2s 0.2s ease-out ;	
}

.link-folleto:hover
{
	color: rgb(0, 0, 0);
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);	
}

.titulo
{
	font-family: 'Open Sans';
}



.sin-subrayado
{
	text-decoration: none;
}

.padding60
{
	padding-right: 4rem;
	padding-left: 4rem;
}


.imagen-salida
{
	width: 100%;
	height: auto;
}


.oculto
{
	display: none
}





.title 
{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
}

.paragraph 
{
    text-align: center;
    margin-bottom: 1rem;
}

.modal-img 
{
   width: 100%;
   height: 100%;
}

.btns 
{
 
    -ms-flex-line-pack: center;
 
        align-content: center;
}

.btns > center > a 
{
    
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
   
    font-weight: 400;
    font-family: 'Open Sans'
}





.btns .open-view
{
    color: rgb(0, 59, 116);
    background-color: rgb(255, 255, 255);
    border: solid thin gray;
    -webkit-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
}



.ico-bold
{
	font-weight: bolder;
}

.btns .open-view:hover
{
    color: rgb(255, 255, 255);
    
    background-color: rgb(255, 0, 153);
    
}

.open-guide 
{
    color: rgb(0, 59, 116);
    background-color: rgb(255, 255, 255);
    border: solid thin gray;
    -webkit-transition: all 0.3s 0.1s ease;
    -o-transition: all 0.3s 0.1s ease;
    transition: all 0.3s 0.1s ease;
}

.open-guide:hover
{
    color: rgb(255, 255, 255);
    
    background-color: rgb(255, 0, 153);
}

.close 
{
    position: absolute;
    top: .5rem;
    right: 1rem;
    font-size: 2rem;
    text-decoration: none;
    color: white;
}

#banner
{
	height: 100vh;
}



#banner .container
{
	position: absolute;
	top: 35%; 
	left: 0;
	right: 0;
}

#banner .container h1
{
	text-align: center;
	color: rgb(0, 59, 116);
	margin: 0;

}

#banner .container p
{
	color: rgb(250, 243, 221);
	line-height: 1.5;
}


footer
{
	color: white;
	background-color: #0f172a;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: auto;
	
}


footer a
{
	margin-bottom: 0.1rem;
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
}

footer a:hover
{
	font-weight: bold;
	scale: 1.02;
	
}



footer span
{
	color: rgb(123, 120, 120);
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
}

footer span:hover
{
	color: rgb(230, 230, 230);
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
	
}

.footer-container
{
	width: 100%;
	padding: 0rem, 1rem;
	font-size: 0.8rem;
}

.footer-fila
{
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	
}


.footer-logo 
{
	width: 60%;
	height: auto;
	
}

.footer-mapa
{
	width: 6rem;
	height: auto;
}



																/*BUSCADORES*/

.reducido
{
	font-size: 0.9rem;
}

#buscador .columna-83 p
{
	margin-top: -0.7rem;
	font-size: 0.8rem;
}

#buscador span
{
	color: rgb(123, 120, 120);
}

#buscador i
{
	color: rgb(123, 120, 120);
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
}

#buscador i:hover
{
	color: rgb(34, 34, 34);
	scale: 1.02;
}

#buscador input[type="radio"]
{
	display: none
}

.columna-separador
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.container-etiquetas
{
	background-color: white;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 5rem;
	padding-right: 5rem;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}



.container-etiquetas  a
{
	color: inherit;
  text-decoration: none;
}


.btnmap
{
	font-family: 'Open Sans';
	font-size: .8rem;
	font-weight: 400;
	padding: 0.5rem 0.6rem;
	color: rgb(255, 255, 255);
	background: rgba(0, 59, 115, 1);
	border-radius: 0.33rem;
	cursor: pointer;
	-webkit-transition: all 0.1s 0.1s ease;
	-o-transition: all 0.1s 0.1s ease;
	transition: all 0.1s 0.1s ease;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.btnmap:hover
{
	scale: 1.02;
}

.columna-btnmap
{
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.container-etiquetas  label
{
	font-family: 'Open Sans';
	font-size: .8rem;
	font-weight: 400;
	padding: 0.5rem 0.6rem;
	background: rgb(123, 120, 120);
	color: rgb(230, 230, 230);
	margin: 0.8rem;
	border-radius: 0.33rem;
	cursor: pointer;
	-webkit-transition: all 0.1s 0.1s ease;
	-o-transition: all 0.1s 0.1s ease;
	transition: all 0.1s 0.1s ease;
	text-align: center;
	text-decoration: none;
}

.container-etiquetas label:hover
{
	background: rgba(123, 120, 120, 0.9);
	color: rgb(255, 255, 255);
	scale: 1.02;

}

.info-reuniones
{
	font-size: 1rem;
	margin-bottom: 1rem;
}

[value="TODOS"]:checked ~ .post .posts:not([data-category~="TODOS"]),
[value="CARCHI"]:checked ~ .post .posts:not([data-category~="CARCHI"]),
[value="IMBABURA"]:checked ~ .post .posts:not([data-category~="IMBABURA"]),
[value="PICHINCHA"]:checked ~ .post .posts:not([data-category~="PICHINCHA"]),
[value="COTOPAXI"]:checked ~ .post .posts:not([data-category~="COTOPAXI"]),
[value="SDOMINGO"]:checked ~ .post .posts:not([data-category~="SDOMINGO"]),
[value="VIRTUALES"]:checked ~ .post .posts:not([data-category~="VIRTUALES"])
{
	display: none;
}

[value="LCHILLOS"]:checked ~ .post .ciudad:not([data-category~="LCHILLOS"])
{
	display: none;
}

[value="TODOS"]:checked ~ .container-etiquetas [for="TODOS"],
[value="CARCHI"]:checked ~ .container-etiquetas [for="CARCHI"],
[value="IMBABURA"]:checked ~ .container-etiquetas [for="IMBABURA"],
[value="PICHINCHA"]:checked ~ .container-etiquetas [for="PICHINCHA"],
[value="COTOPAXI"]:checked ~ .container-etiquetas [for="COTOPAXI"],
[value="SDOMINGO"]:checked ~ .container-etiquetas [for="SDOMINGO"],
[value="VIRTUALES"]:checked ~ .container-etiquetas [for="VIRTUALES"]
{
	color: rgb(255, 255, 255);
	background: rgba(0, 59, 115, 1);
}

.contgrp
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

.icono-grupo
{
	width: 70%;
	height: auto;
}







#cerrar
{
	display: none;
}

#cerrar:checked ~ .modal
{
	display: none;
}




.btns .open-view2
{
    color: black;
    background-color: rgb(255, 255, 255);
    border: solid thin black;
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.3s ease;
}

.reprod
{
	font-style: italic;
	margin: 0;
	
	font-size: smaller;
}

.btns .open-view2:hover
{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 153);
	scale: 1.02;
}

.flechacrena
{
    width: 25%;
    height: auto;
}




.columnaflechita
{
	padding-left: 1rem;
	padding-right: 1rem;
}
																		/*slider*/

#slider
{
	width: 100%;
	height: 100vh;
}

.columna-sld
{
	margin: auto;
}

.img-slide
{
	width: 18rem;
	height: auto;
	display: block;
}

.imgpubvir1
{
	display: flex;
	justify-content: right;
	
}

.imgpubvir2
{
	display: flex;
	justify-content: left;
	text-align: left;
	
}


.ver-mas-sld
{
	text-decoration: none;
	color: rgb(230, 230, 230);
	transition: all 0.2s 0.1s ease;
}

.ver-mas-sld:hover
{
    color: rgb(255, 255, 255);
	scale: 1.02;  
}

.article-slider
{
	padding-left: 6rem;
	padding-right: 6rem;
}

	
.slideshow-container
{
	width: 1000px;
	position: relative;
	margin: auto;
}
  

.mySlides
{
	display: none;
}
  

.prev, .next
{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
  
.next
{
	right: 0;
	border-radius: 3px 0 0 3px;
}
  
.prev:hover, .next:hover
{
	background-color: rgba(34,34,34,0.8);
	color: white;
}
  
.text 
{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
  
.numbertext
{
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	display: none;
}
  
.dot
{
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: rgb(123, 120, 120);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
  
.active, .dot:hover 
{
	background-color: rgb(34, 34, 34);
}
  
.fade 
{
	animation-name: fade;
	animation-duration: 1.5s;
}
  
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }																	


  																				/*slides2*/

/* Style tab links */
.container-top20
{
	margin-top: 1.33rem;
}

.fila-fullpage
{
	align-items: center;
	margin: auto;
	

}

.tablink {
	background-color: rgb(0, 0, 0);
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1rem 1rem;
	font-size: 17px;
	width: 25%;
  }
  
  .tablink:hover {
	background-color: rgb(34, 34, 34);
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
	color: white;
	display: none;
	flex-wrap: wrap;
	padding-left: 1.33rem;
	padding-right: 1.33rem;
	padding-top: 6.67rem;
	padding-bottom: 0;
	height: 100%;
  }
  
  #Home {background-color: rgb(255, 0, 153);}
  #News {background-color: rgb(108, 160, 220);}
  #Contact {background-color: rgb(0, 59, 116);}
  #About {background-color: orange;}	
  
  .img-info-new
  {
	width: 90%;
	display: block;


  }

.columna-literatura-lh
{
	text-align: left;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	font-size: 0.8rem;
	
}

.columna-literatura-rh
{
	text-align: right;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	font-size: 0.8rem;
}

.columna-literatura-c
{
	text-align: center;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	font-size: 0.8rem;
}

.columna-embebido
{
	margin-top: 1rem;
	font-size: smaller;
	text-align: center;
}

.embed
{
	font-size: 0.8rem;
	color: rgb(34, 34, 34); 
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

iframe
{
	margin-top: 0.5rem;
	width: 90%;
	height: 100%;
}

.iframe-embed
{
	width: 100%;
	
}

/* Pagination links */
.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
  }
  
  /* Style the active/current link */
  .pagination a.active {
	background-color: #51affc;
	color: white;
  }
  
  /* Add a grey background color on mouse-over */
  .pagination a:hover:not(.active) {background-color: #ddd;}

  .sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
  }

.columna-aniversario
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	vertical-align: middle;
}

.fila-aniversario
{
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.resaltar {
    margin-bottom: 0.8rem;
    animation: resaltar 5s linear infinite alternate-reverse; /* Simplificamos la declaración de la animación */
}

@keyframes resaltar {
    0% {
        transform: scale(1); /* Tamaño original */
    }
    50% {
        transform: scale(1.005); /* Aumentamos el tamaño un 10% */
    }
}


@media (min-width: 1200px)
{
	.fab {
		padding: 20px;
		font-size: 30px;
		width: 30px;
		text-align: center;
		text-decoration: none;
		margin: 5px 2px;
		border-radius: 50%;
		}
		
		.fab:hover {
		opacity: 0.7;
		}
		
		}


/*boton_whatsapp_fin*/

@media (max-width: 1199px)
{
	.container
	{
		width: 960px;
	}
}

@media (max-width: 991px)
{
	.container
	{
		width: 750px;
	}

}


/*zigzag inicio*/

/* Clear floats */
.row:after {
	content: "";
	display: table;
	clear: both
  }

  .row:first-child
  {
	padding-left: 0;
  }
  
  /* 2/3 column */
  .column-66 {
	float: left;
	width: 66.66%;
	padding: 1rem;
	
	
  }

  .column-100 {
	float: left;
	width: 100%;
	padding: 1rem;
	
	
  }
  
  /* 1/3 column */
  .column-33 {
	float: left;
	width: 33.33%;
	padding: 1rem
	
	
  }
  
  /* Add responsiveness - make the columns appear on top of each other instead of next to each other on small screens */
  @media screen and (max-width: 1000px) {
	.column-66,
	.column-33 {
	  width: 100%;
	  text-align: center;
	}
  }

/*zigzag fin*/




#myInput {
	background-image: url('/css/searchicon.png'); /* Add a search icon to input */
	background-position: 10px 12px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 1px solid rgba(34,34,34,0.8); /* Add a grey border */
	margin-bottom: 12px; /* Add some space below the input */
  }

@media (max-width: 767px) /*celulares*/
{

	html
	{
		font-size: 4vw;
	}

	.afiche-mb
	{
		width: 100%;
	}

	.padding-mb
	{
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.article-info
	{
		padding-top: 0px;
	}

	.article-info p
	{
		line-height: 1;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.article-info-paddin-bottom
	{
		padding-top: 1.33rem;
	}

	.container
	{
		width: 100%;
	} 

	.columna-mb-100
	{
		width: 100%;
	}


	.columna-mb-66
	{
		width: 66%;
	}

	.columna-mb-58
	{
		width: 58.33%;
	}

	.columna-mb-50
	{
		width: 49%;
	}

	.columna-mb-41
	{
		width: 41.66%;
	}

	.columna-mb-33
	{
		width: 33%;
	}

	.columna-mb-25
	{
		width: 25%;
	}

	.imagen-salida-mb
	{
		padding-top: 2rem;
		width: 100%;
		height: auto;
	}

	.seccion-mb
	{
		padding-top: 2rem;
		padding-bottom: 2rem;
		display: block;
	}
	
	.cabecera .menu
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 59, 116, 1.0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		display: none;
	}

	.cabecera .hamb
	{
		display: none;
	}

	.cabecera .link-logo .logo 
	{
	    width: 3.66rem;
	    height: auto;
		visibility: hidden;
	}


	.cabecera .link-logo .logo::before 
	{
	    width: 3.66rem;
	    height: auto;
	}

	#banner
	{
		height: 100vh;
		width: auto;
	}

	
	
		height: 100vh;
		margin: auto;
		padding-top: 3rem;

	

	footer a
	{
		margin-bottom: 0.8rem;
		-webkit-animation-name: resaltar;
		        animation-name: resaltar;
		-webkit-animation-duration: 5s;
		        animation-duration: 5s;
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		animation-direction: alternate-reverse;

	}

	@-webkit-keyframes resaltar
	{
		0%{
			color: rgb(123, 120, 120);
		}

		50%{
			color: rgb(230, 230, 230);


		}

	}

	footer p
	{
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1rem;
		line-height: 1.3;
	}

	@-webkit-keyframes resaltar
	{
		0%{
			color: rgb(123, 120, 120);
		}

		50%{
			color: rgb(230, 230, 230);


		}

	}

	@keyframes resaltar
	{
		0%{
			color: rgb(123, 120, 120);
		}

		50%{
			color: rgb(230, 230, 230);


		}

	}

	footer span
	{
		-webkit-animation-name: resaltar;
		        animation-name: resaltar;
		-webkit-animation-duration: 5s;
		        animation-duration: 5s;
		-webkit-animation-timing-function: linear;
		        animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		        animation-iteration-count: infinite;
		animation-direction: alternate-reverse;
	}

	.footer-logo-mb 
	{
		width: 16.5rem;
		height: auto;
		
	}


	.orden
	{
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.fila-top-mb
	{
		padding-top: 3rem;
		
	}

	.oculto-mb
	{
		display: none;
	}

	.centrar-texto-mb
	{
		text-align: center;
	}
	
	.article-slider-mb
	{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		
	}

	.centrar-texto-mb
	{
		text-align: center;
	}

	.titulo-reducido-mb
	{
		font-size: 0.7rem;
	}

	#banner.banner-directorio
	{
		height: 100vh;
	}
	.btns .open-view2-mb
	{
		color: white;
		background-color: rgb(255, 0, 153);
		
	}
	
	.open-view2

	.iconitos-mb
	{
		font-size: 40rem;
	}

	#buscador i
	{
	color: rgb(0, 0, 0);
	-webkit-transition: all 0.3s 0.1s ease;
	-o-transition: all 0.3s 0.1s ease;
	transition: all 0.3s 0.1s ease;
	font-size: 1.5rem;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	}


	.icono-grupo
	{
		margin-top: 1rem;
		width: 35%;
		height: auto;
	}

	.interespacio
	{
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.marco
	{
		border-top: solid; 
		border-bottom: solid; 
		border-color: rgba(123, 120, 120, 0.2);
		border-width: thin;
	}
	
	.marco2
	{
		
		border-bottom: solid; 
		border-color: rgba(123, 120, 120, 0.2);
		border-width: thin;
	}

	.margen-sup
	{
		margin-top: 3rem;
	}

	.columna-literatura-mb
	{
		text-align: center;
		margin-bottom: 1rem;
	}

	.btnscrena
	{
		
		text-decoration: none;
		padding: 1rem;
		border-radius: 1rem;
		font-weight: 400;
		font-family: 'Open Sans'-ms-flex-line-pack: center;
		align-content: center;
		color: rgb(255, 255, 255);
		font-weight: lighter;
		background-color: rgba(255, 0, 153, 1);
		
		margin-bottom: 2rem;
	}
	
	.flechacrena
    {
    width: 50%;
    height: auto;
    }

	.container-etiquetas
	{
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		position: static;
	
	}

	.columna-aniversario-mb
	{
		
		margin-top: -0.8rem;
		margin-bottom: -0.8rem;
	}
		
	.fila-aniversario
	{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	.img-aniversario-mb
	{
		display: none;
	}

	.sinpaddingmb
	{
		padding-left: 0;
		padding-right: 0;
		align-items: center;
		align-content: center;
	}

	.columnaimgmb
	{
		align-items: center;
		align-content: center;
		justify-content: center;		
	}

	.imgcambio
	{
		width: 100%;
		height: auto;
	}

	.imgip
	{
		width: 90%;
		height: auto;
	}

	.popup-iconocass
	{
			width: 10rem;
			height: auto;
	}
	.celredes
	{
		width: 100%;
	}
	.celletras
	{
		font-size: 140%;
		
	}

	.pubilh{
		text-align: center;
		margin-right: 0;
	}
	.pubirh{
		text-align: center;
		margin-left: 0;
	}

	
	.imgpubvir1
	{
		display: flex;
		justify-content: center;
		
	}

	.imgpubvir2
	{
		display: flex;
		justify-content: center;
		text-align: center;
		
	}


	/* Asegúrate de que el mapa tenga un tamaño visible */
	#map {
	height: 80vh;
	
	}	
	.centrado-contenido {
		
		width: 100%;
		height: auto;
	}

	.egc1{
		
	}

	.egc2{
		margin-bottom: 1.5rem;
		
	}
	
	columna-egc
}