html,body {
    overflow-x:hidden;
}

.estudios {
    margin-top: 150px;
}

.estudios > div > div > p{
	font-family: var(--font-family-light);
	font-weight: var(--font-light);
	font-size: var(--font-desktop-size-h4);
	line-height: var(--font-desktop-lineheight-h3);
}

.filtro-actions .apply{
  display:none;
}

.daterangepicker .ranges li,
.daterangepicker .drp-buttons .applyBtn {
  display: none !important;
}

.franja > h3 {
	text-transform: uppercase;
	font-size: 48px;
}

.institucion {
    padding:0 !important;
    position:relative;
    overflow: hidden;
	margin-bottom: 110px;
}

.institucion .categoria {
    position: absolute;
    right: 20px;
    top: 10px;
    background: #0B3067;
    color: #fff;
    font-family: "Chilena Bold";
    font-size: 11px;
    padding:2px 10px 2px 10px;
    border-radius: 25px;
    text-decoration: none;
}

.institucion img {
    /*max-height: 250px;*/
	width: 100%;
}

.institucion .info_institucion {
	position: relative;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: var(--spacing-none) var(--spacing-laptop-2xl) ;
}

.institucion .info_institucion h3 {
    font-size: 16px;
    line-height: 22px;
	margin: 0;
}

.institucion .info_institucion .download {
    background-color: var(--red-500) !important;
    border-radius: 5px;
    padding: 5px;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.institucion .info_institucion p.fecha {
    background-repeat: no-repeat;
    background-position: left 20px center;
    position: relative;
}

.institucion .info_institucion p.fecha::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -60px;
  width: 4px;
  height: 60px;
  background-color: var(--red-500);
  transform: translateY(-100%);
}

.institucion .info_institucion p {
    margin-bottom:0 !important;
    font-size:10px;
}

.mas_eventos {
	background:#E4032C;
    color:#fff;
    text-align:center;
    display:inline-block;
    padding: 1.5rem 4.5rem;
    text-decoration:none;
	font-family: 'Chilena Bold';
    border-radius: 8px;
    transition: .3s;
	font-size: 1.6rem;
	line-height: 1.6rem;
	height: 4.5rem;
}

/*#buscador_eventos{
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
}

#buscador_eventos select {
	width:100%;
    padding:20px;
    background:rgba(227, 233, 236, 1);
    border:0;
    border-radius:5px;
    
}

#buscador_eventos button.buscar_boton {
	background: #0B3067;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    padding: 16px 24px 16px 45px;
    font-family: 'Chilena Bold';
    background-image:url(../images/apply.svg);
    background-position: left 20px center;
    background-repeat:no-repeat;
}
#buscador_eventos button.clean_boton {
    background: #fff;
    color: #E40E36;
    border: 1px solid #E40E36;
    border-radius: 8px;
    font-size: 16px;
    padding: 16px 24px 16px 45px;
    font-family: 'Chilena Bold';
    background-image:url(../images/clean.svg);
    background-position: left 20px center;
    background-repeat:no-repeat;
    margin-left:10px;
}*/

.no-results{
	margin-top: 40px;
}

.no-results h3 {
	font-size:32px;
}

/*.filtro-dropdown {
  position: relative;
  display: inline-block;
  width: 26%;
  margin-right: 10px;
  margin-top:10px;
}

.filtro-dropdown label {
	font-size:15px;
    margin-bottom:10px;
}*/

.filtro-toggle {
  padding: 16px 24px;
  border: 1px solid #E4032C;
  border-radius: 4px;
  cursor: pointer;
  font-weight: normal;
  background-color: #FFFFFF;
  font-size: 16px;
  background-image:url(../images/chevron_down.svg);
  background-position: right 20px center;
  background-repeat:no-repeat;
  width:100%;
}

.filtro-contenido {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 294px;
  background: white;
  border: 1px solid #ccc;
  /*border-radius: 12px;*/
  margin-top: 4px;
/*   padding: 20px; */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: none;
/*   max-height: 260px; */
  overflow-y: auto;
}

.filtro-contenido > div.filtro-opciones{
	max-height: 200px;
    overflow-y: scroll;
    padding: 20px;
}

.filtro-contenido > div.filtro-opciones > label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  font-size: 16px;
  cursor: pointer;
}

.filtro-contenido input[type="checkbox"] {
  width: 22px;
  min-width: 22px;
  height: 22px;
  accent-color: #0B3067; /* color del check */
  border-radius: 4px;
}

.filtro-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 20px;
}

.filtro-actions button {
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.filtro-actions .reset {
  background: none;
  color: #333;
	font-size: 14px;
	text-decoration: underline;
	font-family: 'Chilena Bold';
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #0B3067 !important;
  border-color:transparent;
  color: #fff;
}

.filtro-actions .apply,.daterangepicker .drp-buttons .btn {
    background: #0B3067;
    color: white;
    font-size: 14px !important;
    font-family: 'Chilena Bold';
	padding: 8px 24px;

}

/*Desktop*/
@media only screen and (max-width: 1920px) {
	/*.institucion{
		max-width: 430px;
		margin-right: 5px;
	}*/
}

/*Laptop*/
@media only screen and (max-width: 1366px) {
	/*#hero .carousel-caption h2 {
    	font-size: 52px;
	}
	
	.institucion {
		max-width: 370px;
	}*/
}

/*Tablet*/
@media only screen and (max-width: 768px) {
    #hero {
		max-height:800px;
	}
	
	#hero .carousel-caption h2 {
    	font-size: 52px;
	}
	
	#hero .owl-carousel .item {
       padding: 0px 40px;
    }
	
	#hero .owl-carousel .item {
		height: 800px;
	}
	
	.hero-video {
	  height: 800px;
	}
    
    #buscador_eventos .filtro-dropdown {
        width:32%;
        margin-bottom:5px;
    }

    #buscador_eventos button.buscar_boton {
        width:32% !important;
    }
    
    .institucion {
/*     	margin-left:5%;
    	margin-bottom:30px; */
		max-width: 340px;
    }

}

/*Smartphone*/
@media only screen and (max-width: 720px) {
	#hero {
		max-height:420px;
	}
	
	#hero .owl-carousel .item{
		height: 420px;
		padding: 0px 20px;
	}
	
	#hero .carousel-caption {
    top: 150px;
}
	
	#hero .carousel-caption h2 {
    	font-size: 24px;
	}
	
	.hero-video {
	  height: 420px;
	}
	
	.franja > h3 {
	  font-size: 28px;
	}
	
	#buscador_eventos{
    	flex-direction: column;
		align-items: center;
    	justify-content: center;
	}
	
	#buscador_eventos .filtro-dropdown {
        width:100%;
        margin-bottom:5px;
    }

    #buscador_eventos button.buscar_boton {
        width:100% !important;
    }
	
	#hero .carousel-caption .black-bg{
		padding: 20px;
	}
	
	.institucion {
		max-width: 100%;
    }
	
	#buscador_eventos button.buscar_boton{
		background-position: left 33% center;
	}
}

/*Smartphone*/
@media only screen and (max-width: 412px) {
	#hero {
		max-height:210px;
	}
	
	#hero .owl-carousel .item{
		height: 210px;
		padding: 0px 20px;
	}
	
	.hero-video {
	  height: 210px;
	}
	
	#hero .carousel-caption {
    top: 150px;
}
	
	#hero .carousel-caption h2 {
    	font-size: 24px;
	}
	
	#buscador_eventos .filtro-dropdown {
        width:100%;
        margin-bottom:5px;
    }

    #buscador_eventos button.buscar_boton {
        width:100% !important;
    }
	
	#hero .carousel-caption .black-bg{
		padding: 20px;
	}
	
	.franja > h3 {
    	font-size: 17px;
	}
	
	.institucion {
		max-width: 100%;
    }
}

.pill-categoria {
    background-color: var(--blue-500);
    padding: var(--spacing-desktop-xs) var(--spacing-desktop-m);
    font-size: var(--font-size-dates);
    line-height: var(--font-lineheight-dates);
    font-weight: var(--font-bold);
    font-family: var(--font-family-bold);
    border-radius: var(--desktop-radius-xl);
    color: var(--neutral-100);
	position: absolute;
    right: 10px;
    top: 10px;
}