@charset "UTF-8";

@import
	url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap')
	;

html {
	font-size: 16px;
	font-weight: normal;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, p, a, td, th, label, input, textarea, select, option, span, button, li, caption {
	font-family: "Work Sans", sans-serif;
	margin: 0;
	padding: 0;
	color: var(--negro-80);
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: 1.5;
}

h1 {
	font-size: 2.5em;
	line-height: 3.25em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 1.875em;
}

h3 {
	font-size: 1.125em;
	line-height: 1.375em;
}

h4, caption {
	font-size: 1em;
	line-height: 1em;
}

caption{
	font-weight: bold;
	caption-side: top;
	text-align: left;
}

section {
	padding: 5em 5vw;
}

.modal-body section{
	padding-block: 1em;
}

section h3, .modal-contenido h3 {
	margin-bottom: 1em;
}

p+p{
	margin-top: 1.5em;
}

a{
	text-decoration: none;
	transition: 0.15s color ease-in-out;
}

a:hover{
	color: var(--azul-100);
	text-decoration: underline;
}

.azul100 {
	color: var(--azul-100);
}

.rojo100{
	color: var(--rojo-100);
}

ol.azul100 > li {
	color: var(--azul-100);
}

ol.azul100 > li::marker{
/* 	font-weight: bold; */
}

.p-xl{
	font-size: 1.125em;
	line-height: 1.5em;
	letter-spacing: 0;
}

.p-l {
	font-size: 1em;
	line-height: 1.375em;
	letter-spacing: 0;
}

.p-m {
	font-size: 0.875em;
	line-height: 1em;
	letter-spacing: 0;
}

.p-s {
	font-size: 0.75em;
	line-height: 0.875em;
	letter-spacing: 0;
}

ol.p-s li {
	padding-top: 1em;
}

ol.alineado-parrafo{
	list-style-position: inside;
	padding: 0;
}

.container-interno {
	padding: 2em 0 2em 6.5em;
}

ul.sin-guion li {
	list-style-type: none;
}

ul li{
	margin-bottom: 0.75em;
}


.align-items-baseline{
	align-items: baseline;
}

.tarjetita {
	text-decoration: none;
	padding: 1em;
	width: 8em;
	height: 12em;
	background-color: var(--blanco);
	transition: 0.15s ease-in;
	cursor:pointer;
}

.tarjetita img {
	height: 4em;
	margin: 0 auto;
	display: block;
	padding: 2em 0;
}

.tarjetita p {
	text-align: center;
}

.tarjetita:hover {
	background-color: var(--azul-100);
	text-decoration: none;
}

.tarjetita:hover img{
	filter:invert(1);
}
.tarjetita:hover p {
	color: var(--blanco);
}

.sombreado-azul {
	background-color: var(--azul-10);
}

.sombreado-gris{
	background-color: var(--negro-10);
}

.fondo-blanco{
	background-color: var(--blanco);
}

.m-0{
	margin: 0;
}
.mt-1{
	margin-top: 1em;
}
.mt-2{
	margin-top:2em;
}
.mt-4{
	margin-top:4em;
}
.mt-6{
	margin-top:6em;
}
.mb-0{
	margin-bottom: 0;
}
.mb-05{
	margin-bottom: 0.5em;
}
.mb-1{
	margin-bottom: 1em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-4{
	margin-bottom: 4em;
}
.mr-0{
	margin-right: 0;
}
.ml-auto{
	margin-left: auto;
}
.ml-1{
	margin-left: 1em;
}
.mx-center{
	margin-left: auto;
	margin-right: auto;
}
.my-1{
	margin-top: 1em;
	margin-bottom: 1em;
}
.m-0125{
	margin: 0.125em;
}

.p-0{
	padding: 0;
}
.p-05{
	padding: 0.5em;
}
.p-1{
	padding: 1em;
}
.pl-0{
	padding-left: 0;
}

.pt-0{
	padding-top: 0;
}

.pr-0{
	padding-right: 0;
}

.pb-0{
	padding-bottom: 0;
}

.pt-1{
	padding-top: 1em;
}
.pt-2{
	padding-top: 2em;
}
.pr-1{
	padding-right: 1em;
}

.pl-1{
	padding-left: 1em;
}

.pb-1{
	padding-bottom: 1em;
}
.pb-2{
	padding-bottom: 2em;
}
.pb-5{
	padding-bottom: 5em;
}

.py-1-5{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.px-1{
	padding-right: 1em;
	padding-left: 1em;
}

.gap-0{
	gap:0;
}
.w-100{
	width:100%;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.escondido{
	display: none !important;
}

.btn-transparent{
	border: none; 
	background: transparent;
	cursor: pointer;
}

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-hero{
	margin: 0 auto;
}

.subseccion-lateral{
	padding: 2.5em 6.25em 3.25em 2.5em;
}

.marca{
	height: 2em;
	width: auto;
}

@media only screen and (max-width: 63em) {
	h1{
		font-size: 2em;
	}
	h2{
		font-size: 1.7em;
	}
	.p-l{
		font-size: 1.125em
	}
	.aviso .img-container{
		display: none;
	}
	.container-interno ul{
	padding-left: 0;}
	
}