/*
Theme Name: HE - V. 3.12
Author: ISEP - Víctor Cámara
Author URI: https://isep-cba.edu.ar/web/
Description: Hacemos Escuelas
Version: 3.12
*/

@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;1,500;1,600;1,800&display=swap');

:root {
	--gris:#5B5B5B ;
	--amarillo-secundario: #d09e0a;
	--cian: #00bec9;
	--fondoBuscador: #00B0E6;
}

.clear{
	clear: both;
}

.wppsac-carousel-slides{
	/*background: red !important;
	padding: 5px !important; */
}

a{
color: #00B0E6;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif !important;
	color: var(--gris);
}

.nuevaSecuenciasHome h2{
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
	color: var(--gris);	
}

/* .comunidadPracticasHome {
	color: white!important;
}

.comunidadPracticasHome .titulo{
	font-weight: 800;
	letter-spacing: -0.04em;
	color: white;
	font-size: 30px;
	text-transform: uppercase;
}

.comunidadPracticasHome .subTitulo{
	font-weight: 400;
	letter-spacing: -0.04em;
	color: white;
	font-size: 30px;
} */

body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: var(--gris);
}

.contieneNav{
	padding: 15px 0;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.24);
	position: inherit;
	background: white;
	z-index: 999;
}

.nav-link{
	color: var(--gris) !important;
	font-size: 1.1vw !important;
	padding-right: 18px !important;
	padding-left: 18px !important;
	transition: 0.4s;
}

.nav-link:hover{
	color: #00B0E6 !important;
}

.navbar-collapse{
	justify-content: center !important;
}

.navbar-brand{
	width: 25%;
}

.buscadorHeader{
	border-radius: 10px !important;
	border-color: var(--gris) !important;
	background: url(img/lupa-caja-busqueda.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -3px -2px;
	padding-left: 30px !important;
	margin-top: 10px !important;
	width: 100% !important;
}

.contieneBuscadorCentral{
	background-image: url(img/fondo-buscador2.png);
	background-size: cover;
	padding-top: 5%; 
	padding-bottom: 5%;
}

.contieneBuscadorCentralInner{
	padding-top: 70px;
}

#busquedaAvanzada label{
	color: white !important;
}

.contieneBuscadorCentralInner h2{
	color: white;
	font-weight: bolder;
	width: 75%;
	font-size: 2.1rem;
}

.contieneBuscadorCentralInner p{
	color: white;
	font-size: 1.5rem;
}

.form-buscador{
	height: 2em !important;
}

.buscadorCentral{
	width: 85% !important;
	float: left;
	height: 2em !important;
	/* background-image: url(img/lupa-caja-busqueda.png); */
	/* background-repeat: no-repeat;
	background-size: contain; */
	border: solid 3px white !important;
	box-shadow: none !important;
	font-size: 1.4em !important;
	color: var(--gris) !important;
	border-radius: 10px 0px 0px 10px!important;
}

.btnbuscadorCentral{
	width: 15%;
	height: 2em !important;
	font-size: 1.4em !important;
	background-color: black !important;
	border: solid 3px white !important;
	font-weight: bolder;
	line-height: 2em;
	border-radius: 0px 10px 10px 0px!important;
	background-image: url(img/lupa-caja-busqueda.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4em !important;
}

.buscadorAvanzado{
	width: 85% !important;
	float: left;
	height: 2em !important;
	border: 1px solid #ccc !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
	font-size: 1.4em !important;
	color: var(--gris) !important;
	border-radius: 10px 0px 0px 10px!important;
}

.buscadorAvanzado:focus {
	border-color: #005F7F !important;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2) !important;
	outline: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lupaBuscadorAvanzado{
	width: 15%;
	height: 2em !important;
	font-size: 1.4em !important;
	background-color: black !important;
	border: 1px solid #ccc !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
	font-weight: bolder;
	line-height: 2em;
	border-radius: 0px 10px 10px 0px!important;
	background-image: url(img/lupa-caja-busqueda.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.4em !important;
}

.buscadorAvanzadoBTN{
	padding-top: 40px;
}

.buscadorAvanzadoBTN img{
	width: 40%;
}

.f{
	border: 3px solid white;
	border-radius: unset;
	background: none !important;
	font-weight: bolder;
}

.btnComoUsarlos:hover{
	border: 3px solid var(--gris);
}

.itemsBuscador li{
	list-style: none;
	float: left;
}

.recursosEducativos{
	height: 300px;
	background: pink;
}

.tarjeta{
	border: 1px solid black;
	width: 100%;
	min-height: 300px;
}

.tarjeta .foto{
	width: 100%;
	background: pink;
	height: auto;
}

.tarjeta .textoTarjeta{
	padding: 10px;
}

/* CONTAINER VIEJO
.comunidadContainer{
	background: url(img/back-comunidad.png) !important; 
	background-position: center !important;
	background-size: contain !important; 
	background-repeat: no-repeat !important;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}*/

.comunidadContainer{
	background: url(img/semicirculo-comunidad.png); 
	background-position: 85% top !important;
	background-size: 30vh !important; 
	background-repeat: no-repeat !important;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

.comunidadLink{
	background-color: #AF668F;
	transition: 1.4s;
}

.comunidadLink:hover{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
	transition: 0.4s;
}

.programasEducativos h2{
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
	color: var(--gris);
}

.item{

}

.suscribite{
	background: #7B7B7B;
	padding-top: 30px;
	padding-bottom: 30px;
}

.suscribite .titulo{
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
	font-size: 45px;
	color: white;
	line-height: 40px;
}

.suscribite .subtitulo{
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	font-size: 25px;
	color: white;
}

.campoSuscribe{
	border: none !important;
	float: left !important;
	width: 75% !important;
	border: 2px white solid !important;
	box-shadow: none !important;
	height: 45px !important;
	margin-top: 15px !important;
}

.btnSuscribe{
	float: left !important;
	width: 25% !important;
	border: 2px white solid !important;
	background: #009DCF !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	height: 45px !important;
	margin-top: 15px !important;
}

.suscribiteInner{
	text-align: center;
}

.datosFooter{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 45px;
	color: var(--gris);
}
.correo{
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.licenciasLogos{
	float: left;
	width: 15%;
}

.licenciasTextos{
	float: left;
	width: 80%;
	font-weight: 600;
	margin-bottom: 35px;
}

.licenciasLogos img{
	width: 200px;
}

.logosFooter{
	background: white;
	padding: 30px;
	text-align: center;
}

.logosFooter .logos img {
    max-width: 100%;
    height: auto;
}

/*----------------------------------------------------------------*/

/**** BUSCADOR AVAZANDO ****/
/* .contieneBuscador{
	max-height: 400px;
	overflow: auto;
	background: #00B0E6;
	color: white !important;
	padding-top: 30px;
	margin-bottom: 30px;
}
	 */
.resultadoBusqueda{
	background: lime;
	border: 10px solid white;
}

.portaCategorias{
	position: fixed ;
	left: 0px;
	top: 33%;
	background: #ffb00ff0;
	display: block;
	z-index: 100;
	padding: 20px;
}

.portaCategorias a{
	color: white;
}

.titResultadoBusqueda{
	font-weight: 700;
}

.fotoPost img{
	width: 150px;
	height: auto;
}

.sinFoto {
	width: 100%;
	height: 180px;
	background: #cccc99;
	color: black;
	text-align: center;
}

.indicadorNivel{
	width: 12px;
	height: 50%;
	border-radius: 5px 0px;
	position: absolute; 
	right: 12px;
	top: 25%;
}

.indicadorNivel-eje{
	width: 12px;
	height: 50%;
	border-radius: 5px 0px;
	position: absolute; 
	right: 0;
	top: 25%;
}


.ficha_tecnica{
	margin: 25px auto;
	padding: 3rem;
	background: #EFEFEF;
	font-weight: 600;
	border-radius: 10px 10px 0 0;
}

.etiquetas {
	background: #d6d7d6;
	padding: 2px 8px;
	border-radius: 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 0.9rem;
}

.etiquetas:hover{
	background: #a5a6a5;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.etiquetas-mas{
	background: #d6d7d6;
	padding: 2px 8px;
	border-radius: 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 0.9rem;
}

.etiquetas-mas:hover{
	background: #009DCF;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.filtroSeleccionado {
	display: inline-block;
	background-color: #007bff;
	color: white;
	border-radius: 20px;
	padding: 5px 12px;
	margin-right: 8px;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}

.filtroSeleccionado::after {
	content: "✕";
	margin-left: 10px;
	font-weight: bold;
}

.volver-btn {
	color: #5B5B5B;
	font-weight: 600;
	font-size: 22px;
}

.volver-btn:hover {
	text-decoration: none;
}

.volver-btn img{
	height: 20px; 
	margin-bottom: 5px;
	margin-right: 10px;
}

.contenedor-caja-resultado{
    height: 235px;
    overflow: hidden;
    position: relative;
    border-radius: .5rem .5rem 0 0;
}

.contenedor-caja-resultado-entrelenguas{
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: .3rem;
}

.imagen-resultado{
	height: 100%;
	width: 100%;
	object-fit: cover;
    position: absolute;
    z-index: 1;
	transition: .4s;
}

.imagen-resultado:hover{
	transform: scale(1.1);
	transition: .4s;
}

.contenedor-info-resultado{
	background:#e6e7e6; 
	padding:25px;
	min-height: 380px;
	border-radius: 0 0 .5rem .5rem;
	margin-bottom: 20px;
}

.read-more{
	color: rgb(255, 255, 255);
	background-color: rgb(99, 99, 99);
	padding: 6px 10px;
	border-radius: 1rem;
	transition: .3s;
}

.read-more:hover{
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: #009DCF;
}

.contenedor-imagen-inicio {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: .3rem;
    transition: .4s;
    margin: 25px 0;
}

.imagen-inicio {
	width: 100%;
    position: absolute;
    z-index: 1;
}

.titulo-material {
	color: #5B5B5B;
	font-weight: 900;
	font-size: 35px;
	margin-top: 45px;
	margin-bottom: 10px;
}

.subtitulo-material {
	color: #5B5B5B;
	font-weight: 600;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 35px;
}

.carousel-control-prev {
	left: -40px!important;
	opacity: 1;
	margin: 0;
	width: auto;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{
	background: transparent!important;
}

.carousel-control-next {
	right: -40px!important;
	opacity: 1;
	margin: 0;
	width: auto;
}

.carousel-control-prev:hover, .carousel-control-prev:focus {
	background: transparent!important;
}

.titulos{
	font-weight: 800;
	font-size: 2em;
}

.btnBuscador {
	background-color: #ffffff;
	color: #006B8F;
	width: 100%;
	padding: 12px 0;
	border: 1px solid #e0e0e0;
	border-radius: 1em;
	letter-spacing: 1px;
	font-size: 14px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btnBuscador:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

input[type='radio'] {
    border: 1px solid white;
	appearance:none;
	border-radius:50%;
	width:12px;
	height:12px;
	background-color: transparent;
	transition:all ease-in 0.2s;
	margin-bottom: 0;
}

input[type='radio']:checked {
	background-color: rgb(255, 145, 0);
  	border: 1px solid #004C70;
  	box-shadow: 0 0 2px #004C70;
}

.navbar-toggler{
	margin-bottom: 0;
}

.formularioBuscador{
	height: 6vh !important;
	font-size: 1em !important;
}

/* PAGINACION */

.paginacion{
	margin:0px auto;
	margin-top: 20px;
	text-align: center;
}

.paginacion .page-numbers {
	padding: 5px 10px;
	border-radius: 4px;
	background: var(--fondoBuscador);
	color: white;
	text-align: center;
}

.paginacion .current{
	background-color: #636363 !important;
}

/****************/

/* MEDIA */

/* - */
@media screen and (max-width: 576px) {

	.navbar-brand{
		width: 70%;
	}

	.contieneBuscadorCentral{
		padding-top: 25%; 
		padding-bottom: 25%;
	}

	.buscadorAvanzadoBTN img{
		width: 80%;
	}

	.carousel-control-prev {
		left: -20px!important;
	}

	.carousel-control-next {
		right: -20px!important;
	}
	
	.nav-link, .dropdown-item{
		font-size: 18px !important;
	}

	.comunidadContainer{
		background: none;
	}

	.correo{
		justify-content: initial;
	}

	#formularioChico{
		font-size: 0.7em;
	}

	.formularioBuscador{
		font-size: 1.4em !important;
		height: 5vh !important;
	}
	

}

/* sm */
@media screen and (min-width: 577px) and (max-width: 768px) {
    
	.navbar-brand{
		width: 50%;
	}

	.buscadorAvanzadoBTN img{
		width: 60%;
	}

	.carousel-control-prev {
		left: -30px!important;
	}

	.carousel-control-next {
		right: -30px!important;
	}

	.nav-link, .dropdown-item{
		font-size: 20px !important;
	}

	.comunidadContainer{
		background: none;
	}

	.correo{
		justify-content: initial;
	}

	.formularioBuscador{
		font-size: 1.3em !important;
	}

	.contenedor-caja-resultado{
		height: 280px;
	}

	.contenedor-caja-resultado-entrelenguas{
		height: 235px;
	}
	

}

/* md */
@media screen and (min-width: 769px) and (max-width: 992px) {

	.carousel-control-prev {
		left: -40px!important;
	}

	.carousel-control-next {
		right: -40px!important;
	}

	.nav-link, .dropdown-item{
		font-size: 22px !important;
	}

	.comunidadContainer{
		background: none;
	}

	.correo{
		justify-content: initial;
	}

	.formularioBuscador{
		font-size: 1.2em !important;
	}

	.contenedor-caja-resultado{
		height: 280px;
	} 

	.contenedor-caja-resultado-entrelenguas{
		height: 235px;
	}

	
}

/* BOTONES ENTRE LENGUAS */

.boton-entrelenguas {
  width: 100%;
  font-weight: bold;
  border: solid white 2px;
  background-color: #006E77;
  border-radius: 1em 0em;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3em;
  color: white;
  transition-duration: 0.4s;
  filter: drop-shadow(3px 1px 4px #999);
  margin-bottom: 2em;
}

.boton-entrelenguas:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid 2px;
  border-color: #006E77;
  color: black;
  filter: drop-shadow(3px 1px 4px #999);
}
