*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: "Lucida";
	src: url('../fonts/lucidagrande.ttf');
}

body{
	font-family: 'Lucida', sans-serif !important;
}

header{
	width: 100%;
	position: relative;
}

header .contenedor{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

header a{
	display: block;
}

header a img{
	width: 100%;
	vertical-align: top;
}

.menu{
	background: #0057a1;
}

.menu .contenedor{
	width: 90%;
	margin: auto;
	max-width: 1200px;
}

.menu .contenedor .navegacion{
	background: #0057a1 !important;
	padding: 0 !important;
}

.menu .contenedor .navegacion .contenedor-ancho{
	padding: 0 !important;
}

.menu .contenedor .navegacion .contenedor-lista .lista{
	width: 97.5%;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .enlace,
.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .enlace{
	color: #fff;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .enlace{
	font-size: 14.5px;
	display: inline-block;
	padding: 14.5px 9px;
	border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(255,255,255,0.1);
	height: 100%;
	color: #eee;
	line-height: 20px;
	font-family: "Lucida" !important;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .enlace i{
	font-size: 20px;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .enlace:hover{
	background: #009FE3;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .sub-lista{
	background: #f0f0f0;
	border: 1px solid #333;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .sub-lista .item .enlace{
	color: #333;
	border: none;
}

.menu .contenedor .navegacion .contenedor-lista .lista .item .sub-lista .item .enlace:hover{
	background: #009FE3;
	color: #fff;
}

.menu .contenedor .navegacion .formulario{
	display: inline-block;
}

.menu .contenedor .navegacion .formulario .input-append{
	position: relative;
}

.menu .contenedor .navegacion .formulario .input-append .buscar{
	border: none;
	border-radius: 5px;
	padding: 0 20px 0 10px;
}

.menu .contenedor .navegacion .formulario .input-append .buscar:focus{
	outline: none;
	box-shadow: 0 0 6px 2px #009FE3
}

.menu .contenedor .navegacion .formulario .input-append .boton{
	position: absolute;
	right: 0;
	padding: 0;
	height: 100%;
}

.menu .contenedor .navegacion .formulario .input-append .boton:focus{
	box-shadow: none;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales{
	padding-right: 5px;
	display: none;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .enlace{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	border-radius: 5px;
	background: #1da1f2;
	padding: 0;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .facebook:hover{
	background: #1877f2;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .twitter:hover{
	background: #55acee;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .instagram:hover{
	background: #c13584;
}

.menu .contenedor .navegacion .contenedor-lista .lista-redes-sociales .item .youtube:hover{
	background: #ff0000;
}

.navbar-dark .navbar-toggler{
	border-color:  rgba(0,0,0,0.2) rgba(0,0,0,0.2) rgba(0,0,0,0.25);
}

.navbar-toggler-icon{
	width: 18px;
	height: 15px;
	font-weight: bold;
	transition: .2s ease all;
}

.navbar-dark .navbar-toggler:focus{
	background: #009FE3;
	box-shadow: none;
}

.barra-redes{
	position: fixed;
	left: 0;
	top: 200px;
	z-index: 2000;
	display: none;
}

.face a{
	background: #1877f2;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 45px;
	transition: all .4s ease;
}

.face a:hover{
	background: #000;
	padding: 10px 40px;
}

.twi a{
	background: #1da1f2;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 45px;
	padding-left: 15px;
	transition: all .4s ease;
}

.twi a:hover{
	background: #000;
	padding: 10px 40px;
}

.insta a{
	background: #c13584;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 45px;
	padding-left: 15px;
	transition: all .4s ease;
}

.insta a:hover{
	background: #000;
	padding: 10px 40px;
}

.youtu a{
	background: #ff0000;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	width: 45px;
	padding-left: 12.5px;
	transition: all .4s ease;
}

.youtu a:hover{
	background: #000;
	padding: 10px 40px;
}

.secciones{
	padding: 30px 0;
}

.secciones h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 10px;
}

.secciones p{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

.secciones p a {
    word-break: break-word;
}

.secciones .contenedor{
	width: 90%;
	margin: auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 55px;
}

.secciones .contenedor div{
	width: 110px;
	box-shadow: 0 0 3px 2px #0057a1;
	border-radius: 5px;
	position: relative;
	margin: 0 10px 35px 10px;
}

.secciones .contenedor div h2{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.secciones .contenedor div:hover{
	box-shadow: 0 0 6px 2px #0057a1;
	-webkit-transform:scale(1.1);
  	-moz-transform:scale(1.2);
  	-o-transform:scale(1.2);
  	transition:all .2s ease;
  	-webkit-transition:all .2s ease;
  	-moz-transition:all .2s ease;
  	-o-transition:all .2s ease;
  	z-index: 5;
}

.secciones .contenedor div a img{
	width: 100%;
	border-radius: 5px;
	vertical-align: top;
}

.secciones div{
	border-radius: 5px;
}

.secciones .omeka, .ojs, .biblioteca, .servicios {
    position: relative;
    top: 55px;
}

.cursos-cotizacion{
	padding: 20px 0;
	padding-top: 0;
}

.cursos-cotizacion .contenedor{
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cursos-cotizacion .contenedor .slider{
	width: 65%;
	padding: 20px 40px;
	background: rgb(179,179,179);
	background: linear-gradient(90deg, rgba(179,179,179,1) 0%, rgba(179,179,179,1) 43%, rgba(220,220,220,1) 100%);
	border-radius: 5px;
}

.cursos-cotizacion .contenedor .slider h2,
.cursos-cotizacion .contenedor .formulario h2{
	width: 100%;
	color: #0057a1;
	text-align: center;
	margin-bottom: 5px;
}

.cursos-cotizacion .contenedor .slider span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento{
    text-align: center;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .curso {
	display: block;
	text-decoration: none;
    font-size: 16px;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .curso h2{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .imagen {
    display: block;
	margin-bottom: 20px;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .imagen img {
    width: 100%;
	border-radius: 5px;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .mas-info{
	display: flex;
	justify-content: center;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .info {
    display: inline-block;
	padding: 5px 10px;
	background: #0057a1;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.cursos-cotizacion .contenedor .slider .swiper-slide .carousel-elemento .info:hover{
	background: #009FE3;
}

.cursos-cotizacion .contenedor .formulario{
	width: 30%;
	padding: 20px;
	background: rgb(179,179,179);
	background: linear-gradient(90deg, rgba(179,179,179,1) 0%, rgba(179,179,179,1) 43%, rgba(220,220,220,1) 100%);
	border-radius: 5px;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs input,
.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs select,
.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs textarea{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 2px solid transparent;
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px;
	border-radius: 5px;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 100px;
	min-height: 100px;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs .error{
	width: 100%;
	display: none;
	padding: 10px;
	padding-left: 30px;
	border-radius: 5px;
	background: #ce1818;
	color: #fff;
	margin-bottom: 10px;
}

.warnings{
	width: 100%;
	padding: 5px;
	color: #dc3545;
	text-align: center;
}

.success{
	width: 100%;
	padding: 5px;
	color: #198754;
	text-align: center;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs .institucion{
	width: 100%;
}

.contenedor-telefono {
	display: flex;
	justify-content: space-between;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs .contenedor-telefono select {
    width: 22.5%;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs .contenedor-telefono input {
    width: 75%;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs input:focus,
.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs select:focus,
.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-inputs textarea:focus{
	border: 2px solid #0057a1;
	outline: none;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-boton{
	display: flex;
	justify-content: center;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-boton .btn{
	width: 50%;
	background: #0057a1;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px;
	border: none;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif !important;
}

.cursos-cotizacion .contenedor .formulario .formulario-interno .contenedor-boton .btn:hover{
	background: #009FE3;
}

.clientes{
	padding: 20px 0;
	background: #0057a1;
}

.clientes .contenedor{
	width: 90%;
	margin: auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}

.clientes .contenedor .slider{
	width: 100%;
}

.clientes .contenedor .slider h2{
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.swiper {
    width: 100%;
	background: #fff;
	
  }

  .swiper-gris{
	background: rgb(179,179,179);
	background: linear-gradient(90deg, rgba(179,179,179,1) 0%, rgba(179,179,179,1) 43%, rgba(220,220,220,1) 100%);
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
  }

  .swiper-container .swiper-slide img{
	  padding: 0 20px;
  }

  .swiper-wrapper{
	  align-items: center;
  }

  footer{
	  background: #0057a1;
	  padding: 20px 0;
  }

  footer .contenedor{
	  width: 90%;
	  max-width: 1200px;
	  margin: auto;
  }

  footer .contenedor .contactos{
	display: flex;
	flex-wrap: wrap;
  }

  footer .contenedor .contactos .contacto-uno,
  footer .contenedor .contactos .contacto-dos{
	width: 50%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
  }

  footer .contenedor .contactos span{
	display: block;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
  }

  footer .contenedor .contactos .light{
	  font-weight: normal;
	  width: 100%;
	  text-align: center;
  }

  footer .contenedor .contactos .redes{
	  display: flex;
	  margin-bottom: 10px;
	  justify-content: center;
  }

  footer .contenedor .contactos .redes .whatsapp{
	  display: flex;
  }

  footer .contenedor .contactos .redes .whatsapp a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px;
  }

  footer .contenedor .contactos .redes .whatsapp a .icono-w{
	  color: rgb(24, 157, 14);
	  font-size: 20px;
  }

  footer .contenedor .contactos .redes .whatsapp .enlace{
	background: rgb(24, 157, 14);
  }

  footer .contenedor .contactos .redes .facebook a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px;
  }

  footer .contenedor .contactos .redes .facebook a .icono-f{
	  color: rgba(255, 255, 255, .7);
	  font-size: 20px;
  }

  footer .contenedor .contactos .redes .facebook .enlace{
	background: rgb(23, 135, 251);
}

footer .contenedor .contactos .contacto-uno .light{
	visibility: hidden;
}

footer .contenedor .contactos .contacto-dos .light{
	visibility: hidden;
}

footer .contenedor .contactos .contacto-dos .whatsapp{
	margin-bottom: 10px;
}

  footer .contenedor .contactos .whatsapp a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px;
  }

  footer .contenedor .contactos .whatsapp .icono-w{
	color: rgb(24, 157, 14);
	font-size: 20px;
  }

  footer .contenedor .contactos .whatsapp .enlace{
	background: rgb(24, 157, 14);
  }

  footer .contenedor .opciones{
	text-align: center;
    margin-bottom: 10px;
  }

  footer .contenedor .opciones a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	display: inline-block;
	padding: 5px;
  }

  footer .contenedor .opciones a i{
	  margin-right: 3px;
  }

  footer .contenedor .opciones a .gris{
	  color: #273745;
  }

  footer .contenedor .opciones a .naranja{
	  color: #fff;
	  background: #F85E00;
	  padding: 2px;
	  border-radius: 3px;
  }

  footer .contenedor .opciones span{
	  color: #fff;
  }

  a.scroll-top {
	color: #fff;
	display: none;
	width: 30px;
	height: 30px;
	position: fixed;
	z-index: 1000;
	bottom: 70px;
	right: 35px;
	font-size: 20px;
	background: #009FE3;
	border-radius: 50% !important;
	text-align: center;
	border: 2px solid #fff;
	opacity: .5;
  }
  a.scroll-top:hover{
	  opacity: 1;
  }
  a.scroll-top i {
	position: relative;
	top: 2px;
  }
  .popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	background:url(../img/popup-bibliolatino.png);
	padding: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: none;
	z-index: 1000;
	animation: fadeIn 1s ease-out;
}
.header-popup {
    text-align: center;
    background: #fff;
    width: 75px;
    border-radius: 100%;
    margin: auto;
	margin-bottom: 10px;
}
.header-popup img {
	width: 75px;
	padding: 2.5px;
}
.body-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 16px;
}
.body-popup img {
	width: 60%;
    border-radius: 10px;
    box-shadow: 0 0 9px 6px #fff;
}
.footer-popup p {
	margin-bottom: 8px;
}
.footer-popup p a {
	color: #fff;
}
.popup h2 {
	text-align: center;
	color: #fff;
}
.popup p {
	text-align: center;
	color: #fff;
}
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}
.popup .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background: #f02929;
	border-radius: 100%;
	width: 35px;
	height: 35px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.contenedor-enlace-koha {
    width: 100%;
    display: flex;
    justify-content: center;
	padding: 5px 10px;
}

.contenedor-enlace-koha a {
	color: #fff;
	text-decoration: none;
}

.contenedor-enlace-koha a:hover {
	text-decoration: underline;
}

.contenedor-enlace-koha a:hover img {
	transform: scale(1.1);
}

.contenedor-enlace-koha a img {
	width: 50px;
	border-radius: 100%;
	margin-right: 10px;
	transition: .2s ease all;
}

.contenedor-enlace-koha a img:hover {
	transform: scale(1.1);
}

  @media screen and (max-width:1299px){
	.secciones .omeka, .ojs, .biblioteca, .servicios {
		position: static;
		top: 0;
  }

  @media screen and (max-width:992px){
	.menu .contenedor .navegacion .contenedor-lista .lista{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin-bottom: 0 !important;
	}
	.menu .contenedor .navegacion .formulario{
		display: flex;
		width: 100%;
		padding: 12.5px 0;
	}
	.menu .contenedor .navegacion .contenedor-ancho{
		flex-direction: column;
		align-items: flex-start;
	}
	button.navbar-toggler {
		margin: 5px 5px 0 5px;
	}
	
  }

  @media screen and (max-width:991px){
	.clientes .contenedor{
		flex-direction: column;
	}
	.clientes .contenedor .slider{
		width: 100%;
		margin-bottom: 20px;
	}
	.clientes .contenedor .suscribete{
		width: 100%;
	}
	footer .contenedor .contactos{
		flex-direction: column;
	}
	footer .contenedor .contactos .contacto-uno,
	footer .contenedor .contactos .contacto-dos{
	  width: 100%;
  	}
	footer .contenedor .contactos .redes{
		justify-content: center;
	}
	footer .contenedor .contactos .light{
		margin-bottom: 25px;
	}
	footer .contenedor .contactos .contacto-uno{
		margin-bottom: 25px;
	}
  }

  @media screen and (max-width:768px){
	  .cursos-cotizacion .contenedor{
		  flex-direction: column;
	  }
	  .cursos-cotizacion .contenedor .slider{
		  width: 100%;
		  margin-bottom: 20px;
	  }
	  .cursos-cotizacion .contenedor .formulario{
		  width: 100%;
	  }
	  .menu .contenedor .navegacion .contenedor-ancho{
		flex-direction: column;
		align-items: flex-end;
		}
		.menu .contenedor .navegacion .contenedor-ancho .contenedor-lista{
		width: 100%;
		}
		.menu .contenedor .navegacion .contenedor-ancho .contenedor-lista .lista{
		border: none;
		}
		.menu .contenedor .navegacion .contenedor-ancho .contenedor-lista .lista .item .enlace{
		border: none;
		}
		div#popup{
			width: 60%;
		}
	}

  @media screen and (max-width:576px){
	.secciones h2, .secciones p{
		font-size: 20px;
	}
	.cursos-cotizacion .contenedor .slider .carousel-indicadores{
		display: none;
	}
	div#formulaire_recherche form {
		width: 100%;
	}
	
	div#formulaire_recherche form .input-append input {
		width: 100%;
	}
	div#popup{
		width: 80%;
	}
	.contenedor-enlace-koha a{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contenedor-enlace-koha a img {
		margin-bottom: 5px;
	}
  }

  @media screen and (max-width:440px){
	footer .contenedor .contactos .contacto-uno .redes{
		flex-direction: column;
	}
	footer .contenedor .contactos .contacto-uno .redes .whatsapp{
		margin-bottom: 10px;
	}
	footer .contenedor .contactos .contacto-uno .redes .whatsapp,
	footer .contenedor .contactos .contacto-uno .redes .facebook{
		width: 100%;
		justify-content: center;
	}
}
	}