html{
	scroll-behavior: smooth;
	--primary-color: rgb(35,177,88);
	--primary-color-transparent: rgba(35,177,88,.7);
}
body{
	background: black;
	/*font-family:  century-gothic;*/
	/* font-size: 11px;
	line-height: 12px; */
}
#menucelu{
	display: flex; 
	justify-content: space-between;
}
.text-shadow{
	text-shadow: 1px 1px 3px black;
}
.navbar-nav .dropdown-menu{
	position: absolute !important;
}
button{
	outline:none !important;
}
.slider-principal-item{
	display: flex;
	flex-flow: column nowrap;
}
.slider-principal-item .title-container{
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.slider-principal-item a {
	height: 100%;
	width: 100%;
	aspect-ratio: 4 / 5;
}

.slider-principal-item a img {
	height: 100%;
	object-fit: contain;
}

/* carousel */
.carousel-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.carousel-container-destacado{
	padding-left: 0 !important;
	margin:auto;
	padding-right: 0 !important;
    width:100%;
}

.publicidades{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 40px;	
	
}
.carousel-caption{
	background: var(--primary-color-transparent);
	text-shadow: 1px 1px 2px black;
	text-align: center;
	padding: 0 !important;
	left: 10% !important;
	right: 10% !important;
}
.banner-padding{
	padding-top: 14px;
}

#owl-carousel-22{
	/* en esta resolucion (movile) es invisible */
	display: none;
}
#owl-carousel-24{
	/* en esta resolucion (movile) es visible */
	display: block;
}

a:link,a:visited{color:white;}



/* REDES HOVERS */
.fa-facebook-f:hover{
	transition: .3s;
	transform: scale(1.2);
	background: #3b5998;
	color: white;
}
.fa-twitter:hover{
	transition: .3s;
	transform: scale(1.2);
	background: #55acee;
	color: white;
}
.fa-instagram:hover{
	transition: .2s;
	transform: scale(1.2);
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	color: white;
}


.div-redes{
	padding-left: 0 !important;
}
.align-center{
	justify-content: center;
	display: flex;
	align-items: center;
}
/* .no-padding-top-bot{
	padding: 0 5px !important
} */
.redes-header{
	display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.buscador-header{
	display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.redes{
	display: flex;
	
	justify-content: center;
	align-items: center;
}
.redes a{
	text-decoration: none !important;
}
.redes i{
    color: black;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 24px;
	display: flex;
	margin: 0 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.agenda-cultural-text{
	border: none !important;
	cursor: pointer;
	font-weight: bold;
	color:  var(--primary-color);
	background: white;
	border-radius: 5px;
	padding: 5px;
}
.menu ul li:hover{
	transform: scale(1.1);
	border-bottom: 2px solid white;
	transition: .3s;
}

.menu ul{
	display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 !important;
    width: 100%;
    padding: 5px!important;
}
.menu,.menu-f {
  background: var(--primary-color);
  align-items: center;
  min-height: 50px;
  padding: 0px;
}
.menu-f{
	background: none;
}
.menu li{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
    /* border-right: 1px solid white; */
}
.menu li a{
    padding: 5px !important;
}
.menu a:link,.menu a:visited{
    color: white;
}
.agenda-cultural{
	text-decoration: none !important;
	border: none !important;
	color:white;
	font-size: 2em;
}

.picker{
	transform: translateX(-35%) !important;
}


.menu li:last-child,.menu-f li:last-child {
    border: none;
}

.caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.header{
	padding: 20px 0;
}
.pie{
	background: var(--primary-color);
}
h1,h2,h3,h4,h5,h6,p{
	color:white;
	/* font-weight: bold; */
}
h3{
	border-bottom: 4px solid white;
}
h2{
	font-size:2em;
}
.buscador{
	padding-left: 40px !important;
    color: black;
}
input{
	width:100%;
	color:white;
	background: var(--primary-color);
	height: 40px;
	border: none;
    margin-bottom: 5px;
    padding-left: 10px;
}
input::placeholder{
	color:white;
}



#he{
	width:30px;
	margin: 10px;
}
input[type="checkbox"]{
	background: none;
}
.he{
		color:white;
}
input.b-enviar {
    width: 100px;
    clear: both;
    border-radius: 10px;
    font-weight: bold;
}
.buscador-container input {
	background: #FFFFFF;
	color:var(--primary-color);
    /*height: 30px;*/
   /* margin-bottom: 0;*/
   /* background-image: url(../img/lupa.png);*/
   /* background-repeat: no-repeat;*/
  /*  background-size: 25px;
    background-position: 5px;
    /*border-radius: 10px;*/
    width: 180px !important;
}

.row.py-3 > div {
    display: flex;
    align-items: flex-end;
}

.row.py-3 .col-4.text-center {
    display: initial!important;
}
.img-responsivo{
	display: none !important;
}
/* CONTACTO */
.terminos-condiciones{
	display: flex;
	flex-flow:  row nowrap;
	align-items: center;
}
/* FOOTER */
/* BANNERS */
.banner{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
/* SLIDES */
.post-slide{
	background:#000000;
	margin:0 5px;
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	margin-bottom:2em;
}
.post-slide .post-img{
	position:relative
}
/* .post-slide .over-layer{
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;cursor:pointer;
	transition:all .3s ease 0s;
} */
/* .post-slide:hover .over-layer{
	opacity:1
} */
/* .post-slide .over-layer:after{
	content:"+";
	font-size:52px;
	color:#fff;
	position:absolute;
	top:31%;
	left:42%
} */
.post-slide .post-img img{
	width:100%;
	height:auto
}
.post-slide .post-title{
	margin:10px 0px;
	padding:0px 5px;
}
.post-slide .post-title a{
	font-size:1rem;
	font-weight:700;
	color:#333;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s
}
/*
.post-slide .post-date{
	text-transform:capitalize;
	padding:0 15px;
	color:#e67e22;
	font-size:13px
}
*/
/* .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#e67e22
} */
.owl-theme .owl-controls .owl-buttons div{
	display: flex !important;
}
.owl-dots{
	display: none !important;
}
.owl-nav{
	display: none !important;
}
.slider-container:hover .owl-buttons div,
.div-noticias:hover .owl-buttons div{
	opacity: .7 !important;
}
.div-noticias:hover .owl-next,
.div-noticias:hover .owl-prev,
.slider-container:hover .owl-next,
.slider-container:hover .owl-prev,
#carouselExampleCaptions:hover .owl-next,
#carouselExampleCaptions:hover .owl-prev{
	transform: scale(1.2);
	transition: .3s;
	color: white !important;
	background:rgba(255,255,255,.5) !important;
	opacity: 1;
}
.owl-pagination{
	display: none;
}

h3 .h3{
	text-align:center;
	padding:1.5em 0em;
	text-transform:capitalize;
	font-size:1.5em;
}
.contenedor-carousel-banner{
	padding-top: 0 !important;
}
.contenedor-carousel-banner .owl-next,
.contenedor-carousel-banner .owl-prev{
		display: none !important;
}

#carouselExampleCaptions .owl-next, .owl-next{
	outline:none;
	color:  rgba(255,255,255,.5) !important;
	background: none !important;
	width: 30px;
    height: 30px;
    font-size: 35px !important;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    /* align-items: center; */
	position: absolute;
    bottom: 55%;
    left: 101%;
    z-index: 900;
}
#carouselExampleCaptions .owl-prev, .owl-prev{
	outline:none;
	color: rgba(255,255,255,.5) !important;
	background: none !important;
	width: 30px;
    height: 30px;
    font-size: 35px !important;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    /* align-items: center; */
	position: absolute;
	bottom: 55%;
	right: 101%;
	z-index: 900;
}
/* HEADER */
.menu-container{
	padding:0 !important;
}
.navbar{
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-nav{
	flex-flow: row wrap;
}
.collapse-mobile{
	flex-flow: column wrap !important;
	margin-top: 10px;
}
.navbar-nav li{
	margin: 0 !important;
}
.navbar-nav .nav-link{
	padding:5px 10px;
}
/* SLIDER NOTICIAS */
.noticias .post-title{
	padding: 0 5px;
	margin: 0 !important;
}
.noticias{
	padding: 0 !important;
}
.div-noticias{
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.post-noticia{
	/* background: linear-gradient(184deg, rgba(255,255,255,0.1) 31%, rgba(255,255,255,0.15) 57%, rgba(255,255,255,0.3) 100%); */
	margin: 0 5px;
	border-radius: 10px;
	overflow: hidden;
}
.post-noticia .post-img{
	position:relative;
}
.post-noticia .post-img img{
	width:100%;
	height:auto
}

.post-info{
	width: 100%;
	padding:0;
}

.title-container{
	width: 100%;
	display: flex;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	justify-content: center;
	align-items: center;
	position: relative;
	background: var(--primary-color-transparent);
	/* position: absolute; */
	/* bottom:-8%; */
	/* left: 50%;
	transform: translateX(-50%) translateY(-50%); */
    /* border: 1.5px solid #9a0913; */
	/* box-shadow: 1px 1px 5px black; */
}
.title-container h5{
	text-align: center;
	text-shadow: 1px 1px 1px black;
	font-size: 1.1em !important;
}
.post-noticia .post-description{
	color:white;
	font-size:1em !important;
	line-height: 1.5em;
	/* padding-top:30px */
}



/* .owl-theme .owl-controls .owl-page span{width:52px;height:5px;border-radius:0;opacity:.5;margin-bottom:0}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#dc005a;opacity:1} */
/* HAMBURGER MENU */
.navbar-dark .navbar-toggler{
	border: none !important;
	border-color: none;
}
.navbar{
	position:sticky !important ;
}
nav{
	position: sticky;
	top: 0;
	z-index: 999;
	background: #000000;
}

.img-logo{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100% !important;
	max-width: 540px !important;
}
.img-logo img{
	width: 80%;
	max-width: 540px !important;
}
.no-border{
	border-right:none !important;
}
.navbar-dark .navbar-brand {
    color: #fff;
    width: 215px;
}

.navbar-dark .navbar-brand img{
    width: 100%;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}
	
	.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	}
	
	.animated-icon1 span {
	background: #e65100;
	}
	
	.animated-icon2 span {
	background: #e3f2fd;
	}
	
	.animated-icon3 span {
	background: #f3e5f5;
	}
	
	.animated-icon1 span:nth-child(1) {
	top: 0px;
	}
	
	.animated-icon1 span:nth-child(2) {
	top: 10px;
	}
	
	.animated-icon1 span:nth-child(3) {
	top: 20px;
	}
	
	.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	}
	
	.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	}
	
	.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
	
	/* Icon 3*/
	
	.animated-icon2 span:nth-child(1) {
	top: 0px;
	}
	
	.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
	}
	
	.animated-icon2 span:nth-child(4) {
	top: 20px;
	}
	
	.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
	}
	
	.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
	.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
	}
	
	/* Icon 4 */
	
	.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}
	
	.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
	}
	
	.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
	}
	
	.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
	}
/*INTERIORES CONTENEDOR BLANCO*/
.detalleagenda > a,a:link,a:visited{color:#007bff;}
 .container .bg-white > .text-justify > p{color:#000000;}        
 .container .bg-white > a,a:link,a:visited{color:#007bff;}

		
 .pie .bg-white > a {
	text-decoration: none !important;
 }
 .pie .bg-white > a,a:link,a:visited{color:white; text-decoration: none !important;}
 .detalleagenda > a,a:link,a:visited{color:#007bff;}


[class*="-banner"] .owl-stage-outer img{
	overflow: hidden;
	border-radius: 5px;
	
	max-height: 110px !important;
	object-fit: cover;

}

#owl-carousel-23 .owl-stage-outer img{
	max-height: 57px !important;
	object-fit: cover;
}

/*RESPONSIVO BEGINS*/
.title-container{
	min-height:50px !important;
} 

@media (min-width: 576px) {  
	.agenda-cultural-text{
		
		margin-left: 0px;
	}
	
}

@media (min-width: 768px) {
	#menucelu{
		display: none !important; 
	}
	.agenda-cultural-text{
		margin-left: 15px;
	}
	#owl-carousel-23 .owl-stage-outer img{
		max-height: 70px !important;
		object-fit: cover;
	}

}
/* pc */
@media (min-width: 979px) { 
	.owl-nav{
		display: block !important;
	}
	.owl-next{
		left: 101%;
	}
	.owl-prev{
		right: 101%;
	}

	.owl-buttons{
		display: block;
	}
	body{
		font-size: 17px;
		line-height: 21px;
	}

	.carousel-item {		 
		 max-height: 500px;		
	}	 

	#owl-carousel-23 .owl-stage-outer img{
		max-height: unset !important;
	}


	#owl-carousel-22{
		/* en esta resolucion es visible */
		display: block;
	}

	#owl-carousel-24{
		/* en esta resolucion (movile) es invisible */
		display: none;
	}


	
}

/* pc */
@media (min-width: 1200px) { 

	.owl-buttons{
		display: block;
	}
      
	body{
		font-size: 18px;
		line-height: 22px;
	}

	.carousel-item {		 
		 max-height: 500px;		
	}	
	

}
/*celus*/
@media(max-width: 768px){
	.header{
		display: none !important;
	}
	.menu,.menu-f{
		display: none !important;
	}
	.img-normal{
		display: none !important;
	}
	.img-responsivo{
		display: initial;
	}
        
	.carousel-caption {         
		bottom: 5px;
		padding-bottom: 5px;
	  }
		 
	.carousel-item {		 
		 max-height: 500px;		
	}	

}

/*RESPONSIVO ENDS*/


