/*PAGINATION*/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}
body { 
	 background: url(../img/bg.png) no-repeat center center fixed; 
	 background-color: white;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
	
	.imagen-superior img{
		max-height: 431px;
		width: 100%;
		object-fit: cover;
		object-position: top;
	}
	@media (min-width: 1000px){
		.imagen-superior img{
			min-height: 431px;
		}
	}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-nav .contactenos a{
	font-weight: bold !important;
}
#paginas{
		min-height: 100vh;
	}
p strong{
	color:#34A2C3 !important;
}
.pagination a, .pagination span{
	font-size: 14px;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ADADAD;
	border-radius: 100%;
	margin: 0.2rem 0.5rem;
	color: #fff;
	text-decoration: none;
}
.pagination .current,
.pagination li.active a,
.pagination li.active span{
	background: #34A2C3;
}

.creditos-p{
	text-align: center !important;
	font-size: 15px; 
	color: #000 !important;
	margin-bottom: 0;  
	font-style: italic;
}

a,button,input,select,.form-control{
	box-shadow: none !important;
	outline: none !important;
}
.logo-principal{
	height: 37px;
	width: 37px;
	margin-right: 15px;
}

.logo-wt-white{
	display: none;
}
*{
	font-family: 'Aspira';
}
h1,h2,h3,button{
	font-family: 'Aspira';
	font-weight: bold;
}
p{
	font-family: 'Aspira';
	color: #000;
	font-weight: normal;
}
.btn-primary{
	border-radius: 8px;
    background-color: #34A2C3;
    border-color: #34A2C3;
}
.btn-primary:hover{
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}
#nav-footer .nav-link{
	padding: 0.8rem 1.3rem;
	color: #34A2C3;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1;
}
/*
#nav-footer{
	background: #fff;
}
*/
#nav-footer .nav-link:hover,
#nav-footer .nav-link:focus{
	color:#34A2C3 ;
}
#nav-footer .nav-link.active{
	color:#34A2C3 ;
}
.pagina{

}

.pagina .titulo-principal, .pagina .p-principal{
	color: #fff;
}
.dark-blue{
	color: #232340 !important;
}
.titulo-principal{
	font-size: 45px;
	line-height: 1;
	color: #34A2C3;
	margin: 3rem 0;
}
.p-principal{
	font-size: 18px;
	line-height: 1.6;
	color: #606060;
	margin: 3rem 0;
	/*max-width: 500px;*/
	text-align: justify;
}
.button{
	padding: 1rem 1rem;
	color: #fff;
	background: #34A2C3;
	font-weight: bold;
	text-align: center;
	margin: 0.5rem auto;
	font-size: 18px;
	width: 240px;
}
.btn-principal{
	background: #fff;
	border-color: #fff;
	color: #34A2C3;
}
.card{
	border: none !important;
}
#noticias .card{
	padding: 0 0 ;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2.5rem;
}
#noticias .card .card-body:nth-child(1){
	min-height: 160px;
}
#noticias .card img{
	height: 235px;
	/*max-height: 280px;*/
	border-top-right-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
	object-fit: cover;
}
@media (max-width: 380px){
	#noticias .card img{
		height: 100%;
		max-height: 100%;
		object-fit: contain;
	}
}
#noticias .card-text-small{
	color: #4B4B4B;
	font-size: 13px;
	margin-bottom:0;
	font-weight: 500 !important;
}
#noticias .card-text-small span{
	color: #6E6E6E;
}
#noticias .card-title{
	font-size: 18px;
	color: #2C2C2C;
	margin: 0.4rem 0 0.2rem;
	font-weight: bold;
}
#noticias .card-text{
	font-size: 15px;
	line-height: 1.5;
	color: #6E6E6E;
	margin-bottom: 0.2rem;
	font-weight: 500 !important;
}
#noticias .card-link{
	color: #34A2C3;
	font-weight: 500 !important;
	text-decoration: none;
}
#box-publicaciones{
	background: #F0EBF3;
}
#publicaciones{
	padding: 5.3rem 0;
	background-image: url(/img/fondo-publicaciones.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#publicaciones a{
	text-decoration: none;
}
#publicaciones a .card{
	border-radius: 40px;
	background: #fff;
	padding: 0.5rem;
	margin: 20px 0;
}
#publicaciones a:hover .card{
	background: #34A2C3;
}
#publicaciones a:hover .card-title-publicaciones,
#publicaciones a:hover .card-text-publicaciones{
	color: #fff;
}
#publicaciones a .card img{
	border-radius: 40px;
	width: 295px;
	/*height: 215px;*/
	object-fit: cover;
}
@media (max-width: 1000px){
	#publicaciones a .card img{
		width: 100%!important;
	}
	#noticias .card img{
		height: 100%;
		max-height: 100%;
	}
}
#publicaciones .card-title-publicaciones{
	font-size: 16px;
	font-weight: 500;
	color: #232340;
	line-height: 1.2;
	letter-spacing: -0.2px;
}
#publicaciones .card-text-publicaciones{
	font-size: 14px;
	font-weight: 500;
	color: #606060;
	line-height: 1.4;
}
#publicaciones .card-link{
	color: #34A2C3;
	font-weight: 500 !important;
	text-decoration: none;
}

#empleo{

}
#empleo h2{
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
#empleo p{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	margin: 1rem 0 1rem 0;
}
#empleo .btn{
	background: #fff;
	border-color: #fff;
	color: #34A2C3;
	width: 206px;
	padding: 1rem 0;
	font-size: 18px;
	font-weight: bold;
}

#oferta_empleo .card .card-text{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1;
	color: #000;
}
#oferta_empleo img{
	/*height: 400px;*/
	max-height: 200px;
	object-fit: contain;
}
@media (max-width: 600px){
	#oferta_empleo img{
		max-height: 100%;
	}	
}
#footer .p-footer{
	font-size: 18px;
	line-height: 1.5;
	color: #606060;
	margin: 2rem 0;
}
.footer{
	border-top: 1px solid #D8D8D8;

}
#footer .p-coeeci{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	color: #ADADAD;
	margin-bottom: 0;
}
#footer .redes-footer p{
	font-weight: 600;
	font-size: 15px;
	color: #34A2C3;
	margin-bottom: 0;
	padding: 0 1rem;
}
#footer .redes-footer .enlaces-redes{
	padding: 0 1rem;

}

/*#pagina {
    background-color: #fff;
    min-height: 100vh;
    display: grid;
    grid-template-areas:
        'encabezado'
        'contenido'
        'pie';
    grid-template-rows: max-content 1fr auto;
}
#encabezado {
    grid-area: encabezado;
}
#contenido {
    grid-area: contenido;
}
#pie {
    grid-area: pie;
}*/
#empleo .card{
	position: relative;
}
#empleo .card:before{
	content: '';
	/*background: #00000026;*/
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	border-radius: 25px;
	max-width: 1400px;*/
}
#empleo .card img, #empleo .card{
	/*border-radius: 25px;*/
}
#empleo .card .card-img-overlay{
	z-index: 101;
}
@media (max-width: 1000px){
	#box-empleo{
		background: #34A2C3;
	}
	#empleo .img-fluid{
		/*display: none;*/
	}
	#empleo{
		background: #34A2C3!important;
		/*padding: 1rem;*/
	}
	.img-mobil{
		display: none;
	}
}
@media (max-width: 764px){
	#empleo h2{
		font-size: 30px;
	}
	#empleo p{
		margin: 0.3rem 0 !important;
	}
	#empleo .btn{
		padding: 0.5rem 0;
	}
}
@media (max-width: 420px){
	.titulo-principal{
		font-size: 35px;
		line-height: 1.2;
		margin: 1.5rem 0;
	}
	#publicaciones .card-title-publicaciones{
		font-size: 18px;
	}
	.logo-principal{
	max-height: 30px;
	margin-right: 10px;
}
}



#articulos .h1-articulo{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-align: center;
}
#articulos .h2-articulo{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	text-align: center;
}
.border{
	margin: 2rem 0;
	border: none !important;
	border-top:  3px solid #000 !important;
}
.list-text p{
	font-size: 20px;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
	margin:1.5rem 0;
}
.list-text h3{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
	margin: 2rem 0;
}
.list-text ul{
	padding: 0 1rem;
}
.list-text ul li{
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.7rem;
}
.redes-compartir a{
	width: 100%;
	flex: 1;
	color: #000;
	border: 1px solid #EAEAEA;
	margin-left: -1px;
	text-align: center;
	padding: 1rem;
	text-decoration: none;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
}
.redes-compartir a img{
	margin-right: 10px;
}

.tags span{
	color: #000;
	font-size: 16px;
	font-weight: 500;

}
.tags a{
	text-decoration: underline;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
#otras_publicaciones .card{
	margin: 1rem 0;
}
#otras_publicaciones h1{
	font-size: 44px;
	color: #000;
	font-weight: bold;
}
#otras_publicaciones p{
	font-size: 22px;
	font-weight: 500;
	color: #000;
	text-align: center;
}


@media (max-width: 764px){
	h1{
		font-size: 28px !important;
	}
}
@media (max-width: 400px){
	p{
		font-size: 18px !important;
	}
}
#contacto .form-control{
	margin-bottom: 1rem;
	background: #F1EFDC;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid #F1EFDC;
}
#contacto .form-control:placeholder{
	color: #F1EFDC;
}
#contacto .btn-link{
	background: #fff;
	border: 2px solid #F1EFDC;
	/*margin: 1rem 0;*/
	color: #606060;
	font-weight: bolder;
	font-size: 18px;
	padding: 0.5rem;
	text-decoration: none;
	width: 180px;
	border-radius: 0;
}
#contacto p{
	font-size: 18px;
	color: #606060;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: left;
}
#contacto h3{
	font-size: 32px;
	color: #606060;
	font-weight: 500;
	margin-top: 1rem;
}
#contacto .siguenos-contacto a{
	padding-right: 1rem;
}
#contacto .politica-privacidad-text{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0.5rem 0;
}
.items-logo p{
	font-size: 14px;
	text-align: center;
}
.box-logos{
	/*width: 20%;*/
	/*padding: 1rem;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box-logos img{
	height: 130px;
	object-fit: contain;
}
.select-map{
	max-width: 500px;
}
/*.select-map{
	height: 55px;
	border: 1px solid #000;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.select-map select{
	border: none !important;
	padding-bottom: 0;
	padding-top: 1rem;
	margin-bottom: 0;
	position: relative;
}*/
.select-map i{
	position: absolute;
	top: 10px;
	right: 10px;
}
.select-map .label {
	position: absolute;
	top: 2px;
	left: 2px;
	background: transparent;
	margin: 0;
	padding: 0 5px;
	font-size: 13px;
}

@media (max-width: 764px){
	.box-logos{
		width: 50%;
	}
}
@media (max-width: 380px){
	.box-logos{
		width: 100%;
	}
}
