@charset "utf-8";

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 108px;
	--negro: #081B2B;
	--blanco: #fafcfb;

	--naranja: #FFB64E;
	--naranjaClaro: #ffcc66;
	--naranjaFuerte: #FF6A4C;
	--gris: #E9ECEF;
	--azul: #227bc4;
	--azulClaro: #2b9efc;
	--marino: #154C79;
	--ladrillo: #cc553d;
	--ladrilloClaro: #ff6633;
	
	--width: calc(100% - 48px);
	--maxWidth: 1200px;
	
	background: var(--marino);
}
html.esp {
	scroll-padding: 180px;
}

body {
	font-family: 'Lato';
	font-weight: normal;
	color: var(--negro);
	background: var(--blanco);
	line-height:1.4;
	overflow-x:hidden !important;
}

h1 {
	line-height:1;
	font-family: 'Lato Bold';
	font-weight: normal;
	font-size: 2.7em;
}
h2 {
	line-height:1;
	font-family: 'Lato Bold';
	font-weight: normal;
	font-size: 2.4em;
}
h3 {
	font-family: 'Lato';
	font-weight: normal;
	font-size: 1.5em;
}
h4 {
	font-family: 'Lato Bold';
	font-weight: normal;
	font-size: 1em;
}
a {
	font-size: 1em;
    text-decoration:none;
	color: var(--negro);
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
a:active {
	outline: none;
    border: none;
}
button {
	font-family: 'Lato Bold';
	/*font-size:1.11em;*/
	font-size:2.25vh;
	border-radius: 0 !important;
	cursor: pointer !important;
	border: none;
	transition: all 0.6s ease-in-out;
}
button:active {
    outline: none;
    border: none;
}
button:hover {
	cursor:pointer;
}
button:focus,
input:focus,
textarea:focus {
	outline:none;
}
p {
	text-wrap: pretty;
}
p, ul {
	font-size:1em;
}
p b,
p em {
	font-family: 'Lato Bold';
	font-weight: normal;
}

::selection {
	color: var(--blanco);
	background: var(--naranja);
}
::-moz-selection {
	color: var(--blanco);
	background: var(--naranja);
}

/* --------------------------- css --------------------------- */

header {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	background: var(--blanco);
	transition: all ease-in-out 0.6s;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	z-index: 99;
}
header .inter {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

header .inter div:nth-child(2),
header .inter ul {
	padding: 9px 0;
}
header .inter div a {
	position: relative;
	display: flex;
	align-items: center;
}
header .inter div a h1 {
	width: 84px;
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 500;
	text-align: center;
	line-height: 0.8;
}
header .inter div img {
	height: 75px;
	transition: all 0.3s ease-in-out;
	margin: 0 0 -3px;
}
header .inter div a:hover img {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}
header .inter .menu {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
header .inter .menu a {
	font-size: 0.9em;
	position: relative;
	text-transform: capitalize;
	padding:27px 18px;
}
header .inter .menu a::after {
	content: '';
	width: 0;
	height:6px;
	background: var(--naranjaFuerte);
	position: absolute;
	left: 50%;
	bottom:-10px;
	transform: translateX(-50%);
	transition: all 0.6s ease-in-out;
	z-index: 1;
}
header .inter .menu a:hover::after,
header .inter .menu a.active::after {
	width: 100%;
}

header .inter .btn.active {
	padding:9px 24px;
	background: var(--naranjaFuerte);
	gap: 6px;
}
header .inter .btn.active span {
	font-size: 1.5em;
}
header .inter .btn.active p {
	font-size: 0.7em;
}

.dropdown {
	list-style: none;
	position: relative;
}
.dropdown-content {
	display: none;
	position: absolute;
	background: var(--blanco);
	min-width: 111px;
	z-index: 99;
}
.dropdown-content a {
	font-size: 0.8em !important;
	padding:9px 18px !important;
	text-decoration: none;
	display: block;
	text-align: left;
	position: relative;
	transition: all 0.3s ease-in-out !important;
}
.dropdown-content a span {
	font-size: 1.2em;
	color: var(--azul);
	margin: 0 6px 0 0;
}
.dropdown-content a::after {
	display: none;
}
.dropdown-content a.active,
.dropdown-content a:hover {
	color: var(--naranjaFuerte) !important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
a.exit {
	color: var(--naranjaFuerte) !important;
}

triangle {
	--r:1px;
	
	width: 9px;
	aspect-ratio: 1/cos(30deg);
	--_g:calc(tan(60deg)*var(--r)) bottom var(--r),#000 98%,#0000 101%;
	-webkit-mask:
		conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2),#000 60deg,#0000 0)
		0 100%/100% calc(100% - 3*var(--r)/2) no-repeat,
		radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%),
		radial-gradient(var(--r) at left  var(--_g)),
		radial-gradient(var(--r) at right var(--_g));
	clip-path: polygon(50% 0,100% 100%,0 100%);
	object-fit: cover;
	background: var(--negro);
	display: inline-block;
	
	margin: 0 0 0 9px;
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out !important;
}
.dropdown.active triangle,
.dropdown:hover triangle {
	background: var(--naranjaFuerte);
}
.dropdown:hover triangle {
	transform: rotate(180deg);
}

.btn-menu {
	width: 33px;
	height:33px;
	background: transparent !important;
	position: relative;
	display: none;
	transform: translateX(3px);
}
.btn-menu span {
	width: 21px;
	height:2px;
	background: var(--negro);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
}
.btn-menu span::before,
.btn-menu span::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--negro);
	position: absolute;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.btn-menu span::before {
	top: -7px;
}
.btn-menu span::after {
	bottom:-7px;
}
/* active */
.btn-menu.active span {
	background: none;
}
.btn-menu.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.btn-menu.active span::after {
	bottom:0;
	transform: rotate(-45deg);
}
header.active .btn-menu {
	width: 24px;
}

#openmenu {
	width: 100vw;
	height:100vh;
	position: fixed;
	display: block;
	top: 0;
	left:100%;
	transition: all 0.6s ease-in-out;
	color: var(--blanco);
	background: var(--naranjaFuerte);
	padding: 120px 15px 24px;
	text-align: center;
	z-index: 66;
}
#openmenu.active {
	left: 0;
}
#openmenu a {
	font-size: 1.3em; /* ? */
	display: block;
	margin: 0 0 30px;
	color: var(--blanco);
	position: relative;
	opacity: 0.6;
}
#openmenu a.active {
	opacity: 1;
}
#openmenu a::after {
	content: '';
	width: 12px;
	height:12px;
	background: var(--naranja);
	position: absolute;
	top: 50%;
	left:12px;
	transform: translate(0,-50%);
	border-radius: 50px;
	transition: all 0.6s ease-in-out;
	opacity: 0;
}
#openmenu a.active::after {
	opacity: 1;
}
#openmenu div:last-child {
	direction: flex;
	padding: 24px 0 0;
}
#openmenu div:last-child a {
	font-size: 0.9em;
	margin: 0 9px;
	display: inline-block !important;
	opacity: 1;
}
#openmenu div:first-child a {
	font-family: 'Lato Bold';
	text-transform: uppercase;
}

#cortina {
	width: 100vw;
	height:100vh;
	position: fixed;
	top: -100%;
	left:0;
	background: var(--naranjaFuerte);
	animation: gone 1.2s;
	pointer-events: none !important;
	z-index: 66;
}
@-webkit-keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}
@-moz-keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}
@keyframes gone {
	0% {
		top: 0;
	}
	42% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}

.section {
	position: relative;
}
.section.only {
	min-height: calc(100vh - 180px);
}

main {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	position: relative;
}

.bg-naranja {
	background: var(--naranja);
	z-index: 3;
}
.bg-gris {
	background: var(--gris);
	z-index: 3;
}
.bg-azulClaro {
	background: var(--azulClaro);
	z-index: 3;
}

.btn {
	width: auto;
	font-family: 'Lato';
	font-size: 0.9em;
	padding:12px 60px;
	position: relative;
	display: inline-block;
	color: var(--blanco);
	background: var(--azul);
	border-radius: 3px !important;
}
.btn:hover {
	background: var(--azulClaro);
}
.btnBlco {
	color: var(--azul);
	background: var(--blanco);
}
.btnNar {
	color: var(--blanco);
	background: var(--naranja);
}
.btnNar:hover {
	background: var(--naranjaClaro);
}

.btnNar2 {
	color: var(--blanco);
	background: var(--naranjaFuerte);
}
.btnNar2:hover {
	background: var(--naranja);
}

.section.add {
	padding:90px 0 0;
}
.section.add2 {
	padding:150px 0 0;
}

.mitad {
	display: flex;
}
.mitad.m1 {
	justify-content: flex-end;
}
.mitad > div {
	width: 50%;
	position: relative;
}
.mitad .imagen {
	overflow: hidden;
}
.mitad .imagen > img {
	width: 100%;
	margin: 0 0 -6px;
}
.mitad .imagen img.fondo {
	width: 102%;
	height:102%;
	object-fit: cover;
}
.texto,
.imagen {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.mitad .texto {
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
	align-content: space-between;
	padding:72px 48px 72px 0;
}
.mitad .texto > div {
	width: 100%;
}
.mitad > .texto:nth-child(2) {
	padding:72px 0 72px 48px;
}
.mitad .texto h4 {
	font-family: 'Lato';
	color: var(--azul);
	text-decoration: underline;
	margin: 0 0 30px;
	display: inline-block;
}
.mitad .texto h1 {
	margin: 0 0 30px;
}
.mitad .texto h2 {
	margin: 0 0 30px;
}
.mitad .texto h2 ~ p {
	margin: 0 0 12px;
}
.mitad .texto .btn {
	margin: 48px 0 0;
}
.pie {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.pie p {
	color: var(--azul);
}
.pie .like {
	position: relative;
	display: flex;
	justify-content: flex-end;
	gap: 9px;
}
.pie .like button {
	background: none;
}
.pie .like button span {
	font-size: 1.5em;
	color: var(--gris);
}
.pie .like button.active span,
.pie .like button:hover span {
	color: var(--azul);
}
.pie .like button:last-child.active span,
.pie .like button:last-child:hover span {
	color: var(--naranjaFuerte);
}

.owl-carousel {
	width: 100%;
	max-width: 100vw;
	min-height:100%;
	position:relative;
	display:block;
	cursor: grab;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
	z-index: 3;
}
.owl-carousel:active {
	cursor: grabbing;
}
.owl-carousel div {
	float:left;
}
.owl-carousel .item > div {
	position: relative;
}

#owl.owl-carousel .item > div {
	width: 100%;
	height:calc(100vh - 90px);
	max-height: 750px;
}
#owl.owl-carousel .item img {
	width: 102%;
	height:102%;
	object-fit: cover;
}

#owl.owl-carousel .mitad .imagen {
	height:calc(100vh - 90px);
}

.eventos .owl-carousel {
	width: 100vw;
	max-width: 100vw;
}
.eventos .owl-carousel .cont {
	width: 100vw;
	position: relative;
}
.eventos .owl-carousel .texto {
	width: 100vw;
	position: relative;
	color: var(--blanco);
	text-align: center;
	z-index: 3;
}
.eventos .owl-carousel .texto main {
	margin: 90px auto 0;
	text-align: left;
}
.eventos .owl-carousel .texto main h2 {
	margin: 0 0 48px;
}
.eventos .owl-carousel .texto main p {
	width: 66.6%;
	max-width: 400px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.8;
	margin: 0 0 24px;
}
.eventos .owl-carousel .texto main h3 {
	margin: 0 0 24px;
}

.eventos .owl-carousel .imagen {
	width: 100vw;
	height:calc(100vh - 90px);
	max-height: 750px;
	position: absolute;
	overflow: hidden;
	background: var(--negro);
	z-index: 1;
}
.eventos .owl-carousel .imagen img {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.8;
	z-index: 0;
}
.owl-carousel .owl-item.active h1,
.owl-carousel .owl-item.active h2,
.owl-carousel .owl-item.active p {
	animation: fadeInUp ease-in-out 1.5s 0.6s both;
}
.owl-carousel .owl-item.active h3,
.owl-carousel .owl-item.active h4 {
	animation: fadeIn ease-in-out 1.5s 0.6s both;
}
.owl-carousel .owl-item.active .btn {
	animation: zoomIn ease-in-out 1.5s 0.3s both;
}
.owl-carousel .owl-item.active  div .imagen {
	animation: show ease-in-out 1.3s 0.3s both;
}

.owl-dots {
	width: 100%;
	height:0;
	text-align: center;
	position: relative;
	transform: translateY(-42px);
	z-index: 9;
}
.inicio .owl-dots {
	padding:0 0 0 50%;
}
.owl-dots .owl-dot {
	width: 9px;
	height:9px;
	border-radius: 50% !important;
	background: var(--blanco);
	position: relative;
	margin: 0 12px 0 0;
	cursor: pointer;
}
.owl-dots .owl-dot:last-child {
	margin: 0;
}
.owl-dots .owl-dot.active, 
.owl-dots .owl-dot:hover {
	background: var(--naranja);
}

.doble {
	padding:90px 0;
	display: flex;
	align-items: center;
}
.doble.esp {
	align-items: stretch;
}
.doble > div {
	width: 50%;
	position: relative;
}
.doble .texto {
	padding:0 120px 0 0;
}
.doble .texto:not(:first-child) {
	margin: 48px 0 0;
}
.linea {
	position: relative;
}
.linea::after {
	content: '';
	width: 3px;
	height:calc(100% + 6px);
	background: var(--naranja);
	position: absolute;
	top: 0;
	left:0;
	transform: translateX(-18px);
	z-index: 1;
}
.doble .texto h2 {
	margin: 0 0 30px;
}
.doble .texto h3 {
	font-weight: 600;
	margin: 0 0 24px;
}
.doble ul {
	width: 50%;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding:0 48px;
}
.doble ul li {
	width: calc(50% - 15px);
	position: relative;
	padding:0 0 0 42px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.doble ul li::before {
	font-family: 'icomoon' !important;
	content: "\e901";
	font-size: 30px;
	color: var(--azul);
	position: absolute;
	top: 50%;
	left:0;
	transform: translateY(-50%);
}
.doble .texto .btn {
	margin: 24px 0 0;
}

.boxes {
	padding:90px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
}
.nota .boxes {
	padding:30px 0;
}
.nota a.link {
	color: var(--azul);
	display: block;
	margin: 0 0 42px;
}
.nota .conducta {
	width: 100%;
	color: var(--blanco);
	background: var(--marino);
	padding:48px;
	border-radius: 3px;
}
.nota .conducta h3 {
	margin: 0 0 18px;
}
.titulo2 ~ .boxes {
	padding:30px 0 90px;
}
.boxes .box {
	width: calc(33.3% - 16px);
	background: var(--blanco);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	border-radius: 3px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.box {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.box:nth-child(2n) {
	animation-delay: 1.2s;
}
.boxes .box:not(:nth-child(3n)) {
	margin: 0 24px 0 0;
}
.box .imagen {
	width: 100%;
	height:0;
	padding:0 0 66.6%;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.box .imagen img {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.9s ease-in-out;
}
.box .imagen a:hover img {
	transform: translate(-50%,-50%) scale(1.2);
}
.box .texto {
	padding:24px;
}
.box .texto h2 {
	font-size: 1em;
	margin: 0 0 21px;
	text-transform: uppercase;
}
.box .texto p {
	font-size: 0.9em;
	color: var(--marino);
}
.box .pie {
	margin-top: auto;
	padding:0 24px 9px;
	align-items: center;
}
.box .pie p {
	font-size: 0.9em;
	color: var(--negro);
	opacity: 0.8;
}
.box > .btnNar {
	width: 100%;
	text-align: center;
}

.portaBtn {
	width: 100%;
	text-align: center;
	padding:30px 0 0;
	animation-duration: 1.3s;
	animation-delay: 1.2s;
}
.portaBtn.sig {
	text-align: end;
}
.portaBtn.der {
	text-align: start;
}

.bloque {
	color: var(--blanco);
	background: var(--marino);
	padding:60px 0;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.bloque .tit {
	text-align: center;
}
.tit h2,
.tit h3 {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}

.cajas {
	display: flex;
	padding:60px;
	flex-wrap: wrap;
	gap: 42px 0;
}
.cajas .caja {
	width: calc(33.3% - 40px);
	display: flex;
	flex-direction: column;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.cajas .caja:not(:nth-child(2n)) {
	animation-delay: 1.2s;
}
.cajas .caja:not(:nth-child(3n)) {
	margin: 0 60px 0 0;
}
.cajas .caja .top {
	width: 100%;
	position: relative;
	display: flex;
	gap: 15px;
	align-items: center;
	margin: 0 0 12px;
}
.cajas .caja .top img {
	width: 60px;
}
.cajas .caja .top h4 {
	text-transform: uppercase;
}
.cajas .caja h3 {
	font-weight: 300;
	font-size: 1.2em;
	margin: 0 0 9px;
}
.cajas .caja p {
	font-size: 0.9em;
	color: var(--marino);
	margin: 0 auto 30px;
}
.cajas .caja a {
  margin-top: auto;
}

.titulo {
	padding:30px 0;
}
.titulo h2 {
	font-family: 'Lato';
	font-weight: 300;
}
.titulo2 {
	padding:90px 0 0;
}
.titulo h2,
.titulo2 h2,
.titulo2 h3 {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}

.portaPeoples {
	margin: 0 auto;
	padding:60px 0 30px;
}

.peoples {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	margin: 0 auto 48px;
}
.peoples .top {
	width: 100%;
	padding:15px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	align-self: flex-start;
	background: var(--blanco);
	z-index: 6;
}
.peoples .top::after {
	content: '';
	width: 100vw;
	height:100%;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	background: var(--blanco);
	z-index: -1;
}
.peoples .box .imagen {
	padding:0 0 120%;
}
.peoples .top h3 {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.peoples .box {
	width: calc(25% - 18px);
	background: var(--blanco);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	border-radius: 3px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.peoples .box:not(:nth-child(4n+1)) {
	margin: 0 24px 0 0;
}
.peoples .box h4 {
	font-size: 1em;
	margin: 0 0 18px;
	text-transform: uppercase;
}
.peoples .box p {
	font-size: 0.8em;
	text-align: justify;
	text-justify: inter-word;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.eventos {
	padding:48px 0;
}
.eventos .tit {
	width: 100%;
	padding:15px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	align-self: flex-start;
	background: var(--naranja);
	z-index: 6;
}
.eventos .tit::after {
	content: '';
	width: 100vw;
	height:100%;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	background: var(--naranja);
	z-index: -1;
}

.barra {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	background: var(--negro);
	--med1: 24px;
	--med2: 30px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.barra:not(:last-child) {
	margin: 0 0 30px;
}
.barra * {
	color: var(--blanco);
	position: absolute;
	pointer-events: none;
	z-index: 3;
}
.barra h2 {
	width: 50%;
	max-width: 400px;
	font-size: 1.8em;
	top: var(--med1);
	left:var(--med2);
}
.barra h3 {
	top: var(--med1);
	right:var(--med2);
}
.barra p {
	width: 50%;
	max-width: 400px;
	bottom:var(--med1);
	left:var(--med2);
	text-justify: inter-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.barra h4 {
	bottom:var(--med1);
	right: var(--med2);
	text-transform: uppercase;
}
.barra a {
	width: 100%;
	height:100%;
	pointer-events: visible;
	z-index: 1;
}
.barra img {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.7;
	transition: transform 0.9s ease-in-out, opacity 0.6s 0.3s ease-in-out;
}
.barra:hover img {
	transform: translate(-50%,-50%) scale(1.2);
	opacity: 0.9;
}

#news {
	position: relative;
}
#news .contenedor {
	width: 100%;
	height:100%;
	position: absolute;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 30px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
#news .box {
	width: 66.6%;
	background: var(--blanco);
	border-radius: 3px;
	position: relative;
	display: flex;
	flex-direction: column;
}
#news .box .texto {
	margin: 0;
}

.cuadros {
	display: flex;
}
.cuadros > div {
	width: 25%;
	text-align: center;
}
.cuadros > div span {
	font-size: 2.1em;
	display: block;
}
.cuadros > div h4 {
	font-family: 'Lato';
}

.contacto {
	display: flex;
	padding:60px 0;
	justify-content: space-between;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.contacto.cntr {
	justify-content: center;
}
form {
	animation-fill-mode: both !important;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
form.esp {
	margin: 30px 0 60px;
	padding:30px 0;
	border: solid var(--gris);
	border-width: 1px 0;
}
.contacto form {
	width: 50%;
	position: relative;
}
.nota form {
	width: 75%;
	position: relative;
}
.contacto form h2,
.nota form h3 {
	font-family: 'Lato';
	margin: 0 0 30px;
}
form .c-nar {
	color: var(--naranjaFuerte);
	padding:42px 0 0;
}
.contacto form h3#thnks {
	padding:24px;
	color: var(--blanco);
	background: var(--naranja);
	margin: 0 0 42px;
}
.contacto form h3#thnks big {
	display: block;
}
form p {
	margin: 0 0 15px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
form p.alerta {
	color: var(--naranjaFuerte);
}
.contacto form > div,
.nota form > div {
	width: 100%;
	position: relative;
	margin: 0 0 12px;
}
.contacto form > div label,
.nota form > div label {
	width: 100%;
	font-family: 'Lato Bold';
	padding:9px 0;
	display: block;
	cursor: pointer;
}
.contacto form > div label span,
.nota form > div label span {
	color: var(--naranjaFuerte);
	margin: 0 0 0 3px;
}
.contacto form > div input,
.contacto form > div textarea,
.contacto form > div select,
.nota form > div input,
.nota form > div textarea,
.nota form > div select {
	width: 100%;
	font-family: 'Lato';
	font-size: 1em;
	padding:3px 6px;
	border: solid 2px var(--gris);
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	background: var(--blanco);
}
.contacto form > div select,
.nota form > div select {
	cursor: pointer;
}
.contacto form > div textarea,
.nota form > div textarea {
	resize: none;
	min-height: 180px;
}
.contacto form > div input:focus,
.contacto form > div textarea:focus,
.contacto form > div select:focus,
.contacto form > div select:hover,
.nota form > div input:focus,
.nota form > div textarea:focus,
.nota form > div select:focus,
.nota form > div select:hover {
	border-color: var(--azul);
}
.contacto form > div input:invalid,
.contacto form > div textarea:invalid,
.nota form > div input:invalid,
.nota form > div textarea:invalid {
	border-color: var(--naranjaFuerte);
}
.nota form > div img {
	width: 100%;
	max-width: 360px;
}
.contacto form > .send,
.nota form > .send {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 24px 0 0;
}
.nota form > .send {
	justify-content: flex-end;
}
.contacto form > .send .redes {
	display: flex;
	gap: 15px;
	align-items: flex-end;
}
.contacto form > .send .redes span {
	font-size: 1.3em;
	color: var(--marino);
}

#parte,
#parte2 {
	margin: 60px 0 24px;
	padding:30px;
	color: var(--blanco);
	background: var(--marino);
}

.partes {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding:18px;
	border: solid 1px var(--naranja);
}
.partes h3 {
	font-family: 'Lato Bold';
}
.partes p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.partes img {
	width: 100%;
	max-width: 360px;
}
.partes .btn {
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 3;
}

#zona {
	width: 75%;
	padding:48px 42px;
	margin: 180px 0 0;
	background: var(--gris);
}
#zona .btn {
	width: 100%;
	text-align: center;
}
#zona .btn:hover {
	background: var(--ladrillo);
}

/* date */
.ui-datepicker {  
    width: 250px;/*216px*/ 
    height: auto;
    margin: 5px auto 0;
	font: 9pt 'Lato';
	background:var(--blanco);
	border-radius: 3px !important;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	z-index:999 !important;
}
.ui-datepicker a {  
    text-decoration: none;  
}
.ui-datepicker table {
    width: 100%;
	margin: 0 !important;
	padding:0 !important;
}
.ui-datepicker-header {
	font-family: 'Lato Bold';
    background: var(--negro);  
    color: var(--blanco);
	line-height: 30px;
	letter-spacing:1px;
	font-size:1em;
} 
.ui-datepicker-title {  
    text-align: center;  
}
.ui-datepicker-prev, .ui-datepicker-next {  
    cursor: pointer;
	font-size:1.2em;
	color: var(--naranja);
} 
.ui-datepicker-prev {
    float: left;
	position:relative;
	padding-left: 12px;
}
.ui-datepicker-next {  
    float:right;
	position:relative;
	padding-right: 12px;
}
.ui-datepicker thead {  
    background-color:none;
	margin:0px;
}
.ui-datepicker th {
    font-family: 'Lato Bold';
    font-size: 0.9em;
	text-align:center;
    padding: 5px 0;
	color: var(--naranjaFuerte);
}
.ui-datepicker tbody td {  
    padding: 0px;
}
.ui-datepicker tbody td:last-child {  
    border-right: 0px;  
}
.ui-datepicker tbody tr:last-child {  
    border-bottom: 0px;  
}
.ui-datepicker td span, .ui-datepicker td a {
	font-family: 'Lato';
    display: inline-block; 
    text-align: center;  
    width: 30px;  
    height:30px;  
    line-height:30px;  
    color: var(--negro);
}  
.ui-datepicker-calendar .ui-state-default {
    background: none;
	border-radius: 50% !important;
}
.ui-datepicker-unselectable .ui-state-default {  
    color: var(--gris);
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
	color: var(--blanco);
    background: var(--azul);
}

#portaPeople {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
#portaPeople .container {
	width: calc(25% - 9px);
	display: block;
	position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#portaPeople .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#portaPeople .container p {
	width: 100%;
	height:100%;
    font-size: 0.9em;
	color: var(--marino);
	background: var(--blanco);
	border: solid 2px var(--gris);
	padding:12px;
	border-radius: 3px !important;
}
#portaPeople .container:hover input ~ p {
	color: var(--azul);
}
#portaPeople .container input:checked ~ p {
	color: var(--blanco);
	background: var(--azul);
	border-color: var(--azul);
}

#datos {
	width: calc(50% - 120px);
	position: relative;
}
#datos .box {
	width: 100%;
	color: var(--blanco);
	background: var(--ladrillo);
	border-radius: 6px;
	padding:30px;
}
#datos .box:not(:first-child) {
	margin: 30px 0 0;
}
#datos .box .tit {
	padding:0 0 18px;
	text-align: center;
}
#datos .box .tit span {
	font-size: 48px;
}
#datos .box.cntr {
	text-align: center;
}
#datos .box ul {
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
}
#datos .box ul li {
	width: calc(50% - 15px);
	font-size: 0.9em;
	opacity: 0.9;
	position: relative;
	padding:0 0 0 12px;
}
#datos .box ul li::after {
	content: '';
	width: 6px;
	height:6px;
	background: var(--blanco);
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left:0;
	z-index: 1;
}
#datos .box a {
	color: var(--blanco);
}
#datos .box a:hover {
	text-decoration: underline;
}

.portaMapa {
	height:0;
	padding:0 0 60vh;
	overflow: hidden;
	margin: 48px auto;
	border: solid var(--blanco);
	border-width: 0 90px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.portaMapa iframe {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
}

.filtro {
	width: 100vw;
	position: fixed;
	top: 90px;
	color: var(--blanco);
	background: var(--marino);
	padding:24px 0;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
	z-index: 9;
}
.filtro form {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	position: relative;
	display: flex;
	gap: 60px;
	align-items: flex-end;
	padding:0 60px;
}
.filtro form > div {
	width: 33.3%;
	position: relative;
	display: flex;
	gap: 18px;
	align-items: center;
}
.filtro form > div label {
	font-size: 0.8em;
	cursor: pointer;
}
.filtro form > div select {
	width: 100%;
	padding:3px 6px;
	border: none;
	border-radius: 3px;
	color: var(--naranjaFuerte);
	background: var(--blanco);
	cursor: pointer;
}
.filtro form > div select option:disabled {
	color: var(--marino);
	opacity: 0.8;
}
.filtro form > div .btn {
	width: 100%;
	padding:3px 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.filtro form > div .btn span {
	font-size: 1.2em;
	color: var(--marino);
	margin: 0 0 0 6px;
}

.filtro .links {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	position: relative;
	display: flex;
	gap: 30px;
	justify-content: center;
}
.filtro .links a {
	font-size: 0.81em;
	color: var(--blanco);
}
.filtro .links a:hover {
	color: var(--naranja);
}

nav {
	width: 100%;
	position: relative;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 24px 0 0;
}
nav a {
	padding:6px 12px;
	border-radius: 3px;
	color: var(--blanco);
	background: var(--azul);
}
nav a.active,
nav a:hover {
	background: var(--naranja);
}
.bg-naranja nav a.active,
.bg-naranja nav a:hover {
	background: var(--naranjaFuerte);
}

.articulo {
	display: flex;
	justify-content: space-between;
	padding:48px 0;
}
.articulo .lista {
	width: calc(33.3% - 30px);
	position: -webkit-sticky;
	position: sticky;
	top: 105px;
	align-self: flex-start;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.articulo .lista img {
	width: 50%;
	margin: 0 0 24px;
}
.articulo .lista h4 {
	margin: 0 0 12px;
}
.articulo .lista a {
	font-size: 0.9em;
	display: block;
	color: var(--azul);
	text-decoration: underline;
	position: relative;
}
.articulo .lista a:not(:last-child) {
	margin: 0 0 12px;
}
.articulo .lista a::after {
	content: '';
	width: 9px;
	height:9px;
	background: var(--naranja);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left:-15px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.articulo .lista a.active,
.articulo .lista a:hover {
	color: var(--marino);
}
.articulo .lista a.active::after,
.articulo .lista a:hover::after {
	transform: translateY(-50%);
	opacity: 1;
}
.articulo .lista a.bld {
	font-size: 1.2em;
	text-decoration: none;
}
.articulo .nota {
	width: calc(66.6% - 30px);
}
.articulo .nota > div {
	width: 100%;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.articulo .nota > div:not(:last-child) {
	margin: 0 0 30px;
}
.articulo .nota > div p {
	text-align: justify;
	text-justify: inter-word;
}
.articulo .nota > div p.marker {
	width: 100%;
	padding:30px;
	background: var(--naranja);
	border: solid var(--blanco);
	border-width: 0 0 42px 120px;
}
.articulo .nota > div img {
	width: 100%;
}

.nota .redes a {
	font-size: 1em;
	padding:3px 6px;
	border-radius: 3px;
	margin: 0 3px 0 0;
	color: var(--blanco);
}
.nota .redes a.b-marino {
	background: var(--marino);
}
.nota .redes a.b-naranjaFuerte {
	background: var(--naranjaFuerte);
}
.nota .redes a.b-azul {
	background: var(--azul);
}
.nota .redes a.b-negro {
	background: var(--negro);
}

.articulo.triple {
	display: flex;
	justify-content: space-between;
	padding:48px 0;
}
.articulo.triple .lista {
	width: calc(25% - 20px);
	top: 105px;
}
html.esp .articulo .lista {
	top: 170px;
}
.articulo.triple .nota {
	width: calc(50% - 20px);
}
.articulo.triple .galeria {
	width: calc(25% - 20px);
	position: relative;
}
.articulo.triple .galeria img {
	width: 100%;
	margin: 15px 0 0;
	cursor: pointer;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.articulo.triple .galeria span {
	font-size: 0.8em;
	margin: 9px 0 0;
}
.articulo.triple .galeria span a {
	color: var(--azul);
}

.articulo .lista .perfil {
	margin: 0 0 30px;
	padding:0 0 30px;
	border-bottom: solid 1px var(--gris);
}
.articulo .lista .perfil a::after {
	display: none;
}
.articulo .lista .perfil img {
	width: 50%;
}
.articulo .lista .perfil .foto > img {
	width: 75%;
}
.articulo .lista .perfil > a {
	text-decoration: none;
	color: var(--marino);
	margin: 12px 0 0;
}

.lista .calif {
	position: relative;
	border-top: solid 1px var(--gris);
	margin: 30px 0 0;
	padding:30px 0 0;
}
.lista .calif button {
	margin: 0 12px 0 0;
	text-align: center;
	opacity: 0.3;
	background: none;
}
.lista .calif button p {
	font-weight: lighter;
}
.lista .calif button span {
	font-size: 1em;
}
.lista .calif button:hover,
.lista .calif button.active {
	opacity: 1;
	color: var(--marino);
}
.lista .calif button:last-child:hover,
.lista .calif button:last-child.active {
	color: var(--naranjaFuerte);
}

#perfil {
	margin: 42px auto 0;
}
.bg-naranja #perfil {
	margin: 42px auto 90px;
}
#nombre a {
	color: var(--azul);
}
#nombre h3 {
	margin: 15px 0 0;
}

.portada {
	width: 100vw;
	height:calc(100vh - 30px);
	max-height: 960px;
	overflow: hidden;
}
.add2 .portada {
	height:calc(100vh - 150px);
}
.portada img {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: relative;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
	z-index: 1;
}
.portada.mini {
	height:42vh;
	background: var(--marino);
	position: relative;
}
.portada.mini main {
	position: absolute;
	bottom:42px;
	left:50%;
	transform: translateX(-50%);
	z-index: 3;
}
.portada.mini main h2 {
	color: var(--blanco);
}
.portada.mini img {
	opacity: 0.7;
}
.portada .info {
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
	padding:30px 0;
	color: var(--blanco);
	background: rgba(21,76,121,0.3);
	box-shadow: 0 6px 30px rgba(21,76,121,0.1);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	animation-duration: 1.3s;
	animation-delay: 1.5s;
	z-index: 3;
}
.portada .info main {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.portada .info main h1 {
	font-family: 'Lato';
	font-size: 1.5em;
}
.portada .info main h1 span {
	font-size: 0.6em;
	display: block;
	margin: 6px 0 0;
}
.portada .info main h2 {
	width: 50%;
	font-family: 'Lato';
	font-size: 1.3em;
}
.portada .info main p {
	font-size: 0.9em;
	opacity: 0.8;
}

.group {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 0;
	padding:30px 0 90px;
}
.group .box {
	width: calc(25% - 18px);
	background: var(--blanco);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	border-radius: 3px;
	position: relative;
	padding:21px;
}
.group .box:not(:nth-child(4n)) {
	margin: 0 24px 0 0;
}
.group .box .imagen {
	width: 100%;
	height:0;
	padding:0 0 calc(100% - 24px);
	overflow: hidden;
	margin: 0 0 24px;
}
.group .box .texto {
	padding:0;
}
.group .box .texto h3 {
	margin: 0 0 15px;
}
.group .box .texto p {
	text-justify: inter-word;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 24px;
}
.group .box .texto .btn {
	width: 100%;
	text-align: center;
}

footer {
	width: 100%;
	position: relative;
	color: var(--blanco);
	background: var(--marino);
	padding:60px 0 30px;
}
footer .inter {
	width: var(--width);
	max-width: var(--maxWidth);
	margin: 0 auto;
	display: flex;
	gap: 15px 0;
}
footer .inter > div {
	width: 25%;
	position: relative;
}
footer .inter > div h4 {
	font-size: 0.9em;
	margin: 0 0 12px;
}
footer .inter > div a {
	width: 100%;
	font-size: 0.8em;
	display: inline-block;
	color: var(--blanco);
}
footer .inter > div a span {
	font-size: 1.3em;
	margin: 0 3px 0 0;
}
footer .inter > div img {
	width: 100%;
}
footer .cntr {
	width: 100%;
	padding:48px 0 0;
	text-align: center;
}
footer .cntr p {
	font-size: 0.7em;
	opacity: 0.7;
}

/* modal */
.modal {
	width: 100vw;
	height:100vh;
	display: none;
	position: fixed;
	padding: 42px 0;
    top: 0;
	left:0;
	overflow: auto;
	background-color: var(--marino);
	z-index: 6969696;
}
.modal-content {
	position: relative;
	margin: auto;
	width: calc(100% - 288px);
	max-width: 1200px;
}
.close {
	color: var(--blanco);
    position: absolute;
    top:  15px;
    right:21px;
    font-size: 4.5em;
}
.close:hover,
.close:focus {
    color: var(--azul);
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
	display: none;
}
.cursor {
	cursor: pointer;
}
#myModal .prev,
#myModal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 15px 15px 12px;
	margin-top: -50px;
	color: var(--blanco);
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
}
#myModal .prev span,
#myModal .next span {
	font-size: 1.8em;
}
#myModal .prev {
	left: 0;
}
#myModal .next {
    right: 0;
}
#myModal .prev:hover,
#myModal .next:hover {
    background-color: var(--azul);
}
#myModal img {
	margin: 0 0 -6px;
	transition: all 0.6s ease-in-out;
}
.caption-container {
    text-align: center;
	position: absolute;
    padding: 12px 18px;
    color: var(--merino);
	transform: translateY(-100%);
	background: none;
}
.caption-container p {
	text-shadow: 1px 0 0 var(--blanco),
		        -1px 0 0 var(--blanco),
		        0 1px 0 var(--blanco),
		        0 -1px 0 var(--blanco),
		        1px 1px var(--blanco),
		        -1px -1px 0 var(--blanco),
		        1px -1px 0 var(--blanco),
		        -1px 1px 0 var(--blanco);
}
.demo {
	opacity: 0.3;
}
.active,
.demo:hover {
	opacity: 1;
}
.column {
	float: left;
	width: 16.66%;
	background: var(--marino);
}

#popup {
	width: 100vw;
	height:100vh;
	background: rgba(33,33,33,0.6);
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 999;
}
#popup.active {
	pointer-events: visible;
	opacity: 1;
}
#popup main {
	max-width: 420px;
	padding:42px;
	background: var(--blanco);
	border-radius: 9px;
	box-shadow: 0px 8px 16px 0px rgba(13,13,13,0.2);
	position: relative;
  	transform: scale(0);
  	transition: transform 0.6s ease 0.6s;
	text-align: center;
}
#popup.active main {
	transform: scale(1);
}
#popup main div p {
	margin: 0 0 24px;
}

@media screen and (max-width:666px) {
	
	html {
		scroll-padding: 102px;
		--width: calc(100% - 30px);
	}
	
	p {
		font-size: 0.9em;
	}
	
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.2em;
	}
	
	header .inter div:first-child a {
		gap: 0;
	}
	header .inter div a h1 {
		width: 72px;
		font-size: 15px;
	}
	header .inter div img {
		height: 36px;
		margin: 21px -3px;
	}
	header .menu {
		order: 3;
	}
	header .inter .menu a {
		display: none;
	}
	header .inter .btn.active {
		padding:9px 12px;
	}
	header .inter .btn.active span {
		font-size: 1.2em;
	}
	header .inter .btn.active p {
		font-size: 0.6em;
	}
	
	.btn-menu {
		display: inline-block;
	}
	
	.btn {
		font-size: 0.84em;
		padding:9px 24px;
	}
	
	.section.add {
		padding:78px 0 0;
	}
	.section.add2 {
		padding:120px 0 0;
	}
	
	.mitad {
		flex-wrap: wrap;
	}
	.mitad > div {
		width: 100%;
	}
	.mitad .imagen {
		order: 1;
	}
	.mitad .texto {
		order: 2;
		gap: 30px;
		padding:30px 15px;
	}
	.mitad > .texto:nth-child(2) {
		padding:30px 15px;
	}
	.mitad .texto h4 {
		font-size: 0.9em;
		margin: 0 0 24px;
	}

	.owl-carousel {
		max-width: 100vw;
	}
	#owl.owl-carousel .item > div {
		height:calc(100vh - 180px);
	}
	#owl.owl-carousel .mitad .imagen {
		height:45vh;
	}

	.eventos .owl-carousel .texto main {
		margin: 30px auto 0;
	}
	.eventos .owl-carousel .texto main h2 {
		margin: 0 0 30px;
	}
	.inicio .owl-dots {
		padding:0;
	}
	.inicio .owl-dots .owl-dot.active, 
	.inicio .owl-dots .owl-dot:hover {
		background: var(--naranjaFuerte);
	}

	.doble {
		padding:60px 0;
		flex-wrap: wrap;
	}
	.doble > div {
		width: 100%;
	}
	.doble .texto {
		padding:0 30px 0 0;
	}
.doble .texto:not(:first-child) {
	margin: 48px 0 0;
}
	.linea::after {
		transform: translateX(-15px);
	}
	.doble ul {
		width: 100%;
		padding:42px 0 0;
	}

	.boxes {
		padding:60px 0;
		justify-content: space-between;
	}
	.nota .boxes {
		padding:30px 0;
	}
.titulo2 ~ .boxes {
	padding:30px 0 90px;
}
	.boxes .box {
		width: calc(50% - 9px);
	}
	.nota .boxes .box {
		width: 100%;
	}
	.boxes .box:not(:nth-child(3n)) {
		margin: 0;
	}
	.box .imagen {
		padding:0 0 100%;
	}
	.box .texto {
		padding:15px 12px;
	}
	.box .texto p {
		font-size: 0.7em;
	}
	.box .pie {
		padding:0 12px 9px;
	}
	.box .pie p {
		font-size: 0.7em;
	}

	.bloque {
		padding:48px 0;
	}

	.cajas {
		padding:30px;
	}
	.cajas .caja {
		width: 100%;
	}
	.cajas .caja:not(:nth-child(3n)) {
		margin: 0;
	}
	.cajas .caja .top img {
		width: 75px;
	}

	.titulo {
		padding:24px 0;
	}
	.titulo2 {
		padding:60px 0 0;
	}

	.peoples {
		justify-content: space-between;
	}
	.peoples empty {
		display: none;
	}
	.peoples .top {
		top: 78px;
	}
	.peoples .box {
		width: calc(50% - 9px);
	}
	.peoples .box:not(:nth-child(4n+1)) {
		margin: 0;
	}
	.peoples .box p {
		-webkit-line-clamp: 5;
	}
	
	.eventos {
		padding:30px 0;
	}
	.eventos .tit {
		top: 78px;
	}

	.barra {
		--med1: 21px;
		--med2: 21px;
	}
	.barra *:not(img, a) {
		max-width: calc(50% - 9px);
	}
	.barra h2 {
		font-size: 1.5em;
	}
	.barra h3,
	.barra h4 {
		font-size: 0.9em;
	}

	#news .contenedor {
		position: relative;
		gap: 30px 0;
		justify-content: space-between;
		margin: 30px auto 0;
	}
	#news .box {
		width: calc(50% - 9px);
	}

	.cuadros {
		flex-wrap: wrap;
		gap: 15px 0;
		justify-content: space-between;
	}
	.cuadros > div {
		width: calc(50% - 9px);
	}
	.cuadros > div span {
		font-size: 1.8em;
	}
	.cuadros > div h4 {
		font-size: 0.9em;
	}

	.contacto {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contacto form {
		width: 100%;
	}
	.nota form {
		width: 100%;
	}

	#datos {
		width: 100%;
		margin: 48px auto 0;
	}
	#datos .box {
		padding:24px;
	}
	#datos .box .tit span {
		font-size: 45px;
	}

	.portaMapa {
		margin: 48px auto;
		border-width: 0 30px;
	}

	.filtro {
		top: 78px;
		padding:15px 0;
	}
	.filtro form {
		gap: 15px;
		padding:0;
	}
	.filtro form > div {
		gap: 9px;
		flex-wrap: wrap;
	}
	.filtro form > div label {
		width: 100%;
	}
	.filtro .links a {
		font-size: 0.7em;
	}

	nav a {
		font-size: 0.9em;
	}

	.articulo {
		padding:30px 0;
		flex-wrap: wrap;
	}
	.articulo .lista {
		width: calc(33.3% - 9px);
		top: 102px;
	}
	.articulo .lista a {
		font-size: 0.7em;
	}
	.articulo .nota {
		width: calc(66.6% - 6px);
	}

	.articulo.triple {
		flex-wrap: wrap;
	}
	.articulo.triple .lista {
		width: calc(33.3% - 9px);
		top: 102px;
	}
	.articulo.triple .nota {
		width: calc(66.6% - 9px);
	}
	.articulo.triple .galeria {
		width: 100%;
		margin: 30px auto 0;
		padding:0 0 0 calc(33.3% + 9px);
	}

	.articulo .lista .perfil {
		padding:0 0 24px;
	}
	.articulo .lista .perfil img {
		width: 75%;
	}
	.articulo .nota > div p.marker {
		padding:21px 18px;
		border-width: 0 0 24px 0;
	}

	.lista .calif {
		padding:24px 0 0;
	}
	.lista .calif button {
		opacity: 0.3;
		font-size: 1.2em;
	}
	.articulo .lista img {
		width: calc(100% - 12px);
	}
	.articulo .lista a.bld {
		font-size: 1em;
	}

	.bg-naranja #perfil {
		margin: 42px auto 60px;
	}

	.portada {
		height:calc(100vh - 9px);
	}
	.portada .info {
		padding:24px 0;
	}
	.portada .info main h2 {
		width: 66.6%;
	}
	.portada .info main p {
		font-size: 0.7em;
		text-align: right;
	}

	.group {
		padding:30px 0 60px;
		justify-content: space-between;
	}
	.group .box {
		width: calc(50% - 9px);
		padding:12px;
	}
	.group .box:not(:nth-child(4n)) {
		margin: 0;
	}
	.group .box .imagen {
		padding:0 0 calc(100% - 12px);
	}
	
	#zona {
		width: 100%;
	}

	footer {
		padding:48px 0 30px;
	}
	footer .inter {
		gap: 24px 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .inter > div {
		width: 50%;
	}
	
	.modal-content {
	    width: 100%;
		top: 50%;
		transform: translateY(-50%);
    }
    .close {
		top:  9px;
    	right:18px;
		font-size: 3.9em;
    }
    .caption-container {
	    position: relative;
        padding: 18px;
	    transform: translateY(0);
	    background: var(--blanco);
    }
	#myModal .prev,
	#myModal .next {
		padding: 12px 12px 9px;
		font-size: 18px;
	}
	#myModal .prev span,
	#myModal .next span {
		font-size: 1.5em;
	}
	
}