@import url('https://use.typekit.net/nzi6mna.css');



.header {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	background-color: #6BCCD6;
	padding: 6rem 2rem;
}

.lado {
	width: 50%;
	display: flex;
	align-items: center;
}

/* .w60 {
	width: 60%;
}

.w40 {
	width: 40%;
} */

.lado>.contenedorLogo {
	width: 100%;
	display: flex;
	padding: 0 2rem;
}



.lado>.contenedorLogo>img {
	width: 80%;
	max-width: 560px
}

.lado>.contenedorLogo>img.corto {
	width: 60%;
	max-width: 500px
}

.jcfe {
	justify-content: flex-end;
}

.jcfs {
	justify-content: flex-start;
}

.pb1rem {
	padding-bottom: 1rem;
}

.titulo {
	font-family: museo-slab, serif;
	font-weight: 700;
	font-size: 2.3em;
}

.texto {
	font-size: 1.3em;
	text-align: justify
}

.tac {
	text-align: center
}

.bajada {
	padding: 3rem 2rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.contenedorBajada {
	width: 100%;
	max-width: 1100px;
	text-align: center;
	text-justify: inter-word;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}


.descriptor {
	padding: 1rem 2rem;
}

.contenedorDescripcion {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 2rem 0;
}

.botonera {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1100px;
}

.boton {
	border-radius: 25px;
	background-color: #127096;
	padding: .3rem 2rem;
	color: white;
	margin: .5rem;
	font-size: 1.5em;
	opacity: .5;
	transition: .3s all ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row nowrap;
}

.boton.activo {
	background-color: #084677;
	opacity: 1;
	transition: .3s all ease;
}

.contenido {
	width: 100%;
	max-width: 1100px;
	padding: 2rem;
}






.v-enter-active,
.v-leave-active {
	transition: all 0.3s ease;
	overflow: hidden;
	opacity: 0;

}

.v-enter-from,
.v-leave-to {
	/* transition: all 0.3s ease; */
	height: 0;
	width: 0;
	opacity: 0;

}

.botoneraExtendida {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transition: .3s all ease;
	padding: 0 1rem;
}



.botonExtendido {
	border: 1px solid #E4E4E4;
	border-radius: 10px;
	height: 6rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	margin: 1rem 0;
	cursor: pointer;
	transition: .3s all ease;
}

.botonExtendido:hover {
	background-color: #e4e4e486;
	transition: .3s all ease;
}

.botonExtendido>.barra {
	height: 100%;
	width: 1rem;
	background-color: #127096;
}

.botonExtendido>.texto {
	width: 100%;
	padding: 0 1rem
}

.botonExtendido>.mas {
	font-size: 2.5rem;
	margin-right: 1rem;
	color: #06367E;
}


.row {
	width: 100%;
	display: flex;
	justify-content: center;
}

.contenedorImg {
	display: flex;
	width: 100%;
	max-width: 1100px;
	justify-content: flex-start;
	padding: 2rem;
}

.contenedorBoton {
	width: 100%;
	max-width: 300px;
}

.modal {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	/* padding: 2rem 0; */
	backdrop-filter: blur(5px);
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

.modal.activa {
	position: fixed;
	top: 4.4rem;
	height: calc(100vh - 4.4rem);
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
}

.modal>.contenidoModal {
	background-color: #fff;
	width: 100%;
	max-width: 900px;
	max-height: calc(100vh - 10rem);
	padding: 2rem 0;
	border-radius: 5px;
	box-shadow: 0px 4px 36px -12px rgba(0, 0, 0, 0.75);
	position: absolute;
	overflow: hidden;
}

.modal>.contenidoModal>.titulo {
	font-size: 1.8em;
	padding: 0 2rem;
}

.modal>.contenidoModal>ul {
	text-align: center;
}

.modal>.contenidoModal>ul>li {
	list-style: none;
}

.salir {
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}



.contenedorTabla {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	overflow: auto;
	height: 100%;
	max-height: 480px;
	padding: 2rem;
}

.rowTabla {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: .5rem 0;
	border-bottom: 1px solid #127096
}

.rowTabla>div {
	height: 100%;
}

.rowTabla>div:nth-child(1) {
	width: 13rem;
	padding-right: 1rem;
}

.rowTabla>div:nth-child(2) {
	width: 100%;
	padding: 0 1rem;
	border-left: 1px solid #127096;
	border-right: 1px solid #127096;
}

.rowTabla>div:nth-child(3) {
	width: 12rem;
	padding: 0 1rem;

}

.rowTabla>div>a {
	text-decoration: none;
	color: #06387C
}

.noCompu {
	display: none;
}



.funcionesFlex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.funcionesFlex>.funcion {
	width: 280px;
	min-width: 200px;
	margin: 1rem 1.3rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	padding: .5rem
}

.funcionesFlex>.funcion>.icono>img {
	width: 100%;
	max-width: 200px
}

.funcionesFlex>.funcion>.texto {
	font-size: 1.3rem;
}


.subtitulo {
	text-align: center;
	padding: 1rem 2rem
}

.sub {
	font-size: 1rem;
	color: #06367ec7
}

a.boton {
	text-decoration: none;
	color: white;
	background-color: #084677
}

a.boton:hover {
	background-color: #127096
}

@media (max-width: 700px) {
	.noMovil {
		display: none;
	}

	.noCompu {
		display: flex;
	}

	.header {
		padding: 3rem 1rem;
	}

	.header>.lado {
		width: 100%;
	}

	.header>.lado>.contenedorLogo {
		padding: 1rem;
		justify-content: center;
	}

	.header>.lado>.contenedorLogo>img {
		width: 100%;
		max-width: 400px
	}

	.botonera {
		flex-flow: column nowrap;
	}


	.contenido {
		padding: 1rem 0;
	}

	.rowMovil {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		border: 1px solid #12719630;
		padding: 1rem;
		border-radius: 10px;
		box-shadow: 0px 4px 36px -12px rgba(0, 0, 0, 0.75);
		margin: 1rem 0;
	}

	.rowMovil>.top {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		padding-bottom: 1rem;
	}

	.modal.activa {
		top: 3.7rem;
	}

	.modal>.contenidoModal>.titulo {
		font-size: 1.5em;
	}

	.rowMovil>div>a {
		text-decoration: none;
		color: #06387C
	}

	.rowMovil>.top>div>a {
		text-decoration: none;
		color: #06387C
	}

	.bajada {
		padding: 1rem;
	}


	.modal>.contenidoModal {
		max-height: 100vh;
	}
}

@media (max-width: 530px) {
	.botonExtendido {
		height: 11.5rem;
	}
}