/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
  scroll-behavior: smooth;
  scroll-padding-top: 55px; /* height of sticky header */
}

:root{
	--rojo-fair-play: #FF0F00;
	--negro: #212429;
	--gris-fair-play: #58585A;
	--gris-medio: #868e96;
	--gris-claro: #f1f3f5;
	--azul-marino: #2D4266;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: var(--negro);
	background: #FFF;
}

body p{
	line-height: 1.5em;
}

.esconder{
	display: none !important;
}

.hero_image{
	width: 100%;
	height: 33vh;
	max-height: 250px;
	margin-top: -5px;
}

.hero_image>h2{
	position: absolute;
  top: 50%;
  left: 50%;
	margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	text-indent: -9999px;
}

#contenedor_principal>section{
	min-width: 272px;
	margin: 2em 1.5em 3em 1.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#contenedor_principal>section:nth-last-child(1){
	margin-bottom: 6em;
}

#contenedor_principal>section>h2{
	margin: 0 0 1em 0;
	font-weight: bold;
	color: var(--azul-marino);
}

#contenedor_principal>section>h3{
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: var(--gris-medio);
}

#contenedor_principal>section>p{
	margin: 0 0 2em 0;
}

#contenedor_principal>section>*:nth-last-child(1){
	margin: 0;
}

.call_to_action{
	outline: 0;
	width: 100%;
	height: 48px;
	margin-top: 0.75em;
	font: inherit;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background-color: var(--rojo-fair-play);
	border: none;
	border-radius: 2px;
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	cursor: pointer;
}

.call_to_action:hover{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.call_to_action:active{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cta_secundario{
	background-color: var(--gris-medio);
}

.cta_secundario:active{
	background-color: #868e96;
}

#contenedor_principal>section>aside>p{
	margin: 0;
	padding: 1em;
	font-size: 0.75em;
	background-color: rgba(250, 250, 250, 0.7);
	border-radius: 2px;
}

.separador_imagen{
	margin-bottom: 3em;
	width: 100%;
	height: 150px;
	background-color: #eee;
}

.video_presentacion h2{
	margin: 0 !important;
}

.embeded_video{
	width: 100%;
	margin-bottom: 1em;
	border-radius: 2px;
}

.descargable_container{
	margin-bottom: 0.25rem;
}

.descargable_text{
	margin: 0 1em 0 0;
	display: inline-block;
}

.descargable_button{
	outline: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	text-indent: -9999px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
	background-color: #fff;
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	border-radius: 2px;
	cursor: pointer;
}

.descargable_button:hover{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.descargable_button:active{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.enlaces_externos{
	display: -ms-grid;
	display: grid;
	grid-gap: 1rem;
}

.enlace_sitio_global{
	outline: 0;
	height: 48px;
	font: inherit;
	font-size: 1rem;
	font-weight: 500;
	border: none;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

.enlace_sitio_global:hover{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.enlace_sitio_global:active{
	-webkit-transition: background 0.3s, -webkit-box-shadow 0.1s;
	transition: background 0.3s, -webkit-box-shadow 0.1s;
	-o-transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s;
	transition: background 0.3s, box-shadow 0.1s, -webkit-box-shadow 0.1s;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.enlace_contacto{
	margin: 0;
}

/*Cookie Consent Begin*/
#cookieConsent {
	display: none;
  background-color: #212429e0;
  min-height: 26px;
  color: #fff;
  padding: 2.2em 1em 1em 1em;
  font: inherit;
	font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#cookieConsent a {
  color: #ACB5BD;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 1rem;
  width: 1.1rem;
	text-align: center;
  margin: -1.5rem 0 0 0;
	border: solid 1px #fff;
	border-radius: 2px;
	font-size: .8rem;
}

#closeCookieConsent:active {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
	width: 100%;
	line-height: 2.5rem;
	margin-top: 1rem;
  padding: 0 1rem;
	text-align: center;
  background-color: var(--gris-medio);
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
  color: #FFF;
  display: inline-block;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
#cookieConsent a.cookieConsentOK:active {
  background-color: var(--gris-claro);
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
/*Cookie  End*/

/*
		-- Breakpoint tablet 768px --
*/

@media screen and (min-width: 768px){
	
	#contenedor_principal>section{
		margin: 3em 3em 4em 3em;
	}
	
	.intro{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	
	.intro>p{
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 3;
		grid-column-end: 4;
	}
	
	.intro>button{
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
	}
	
	.separador_imagen{
		margin-bottom: 4em;
		height: 250px;
	}
	
	.video_presentacion{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 2fr 1em 1fr;
		grid-template-columns: 2fr 1fr;
		grid-column-gap: 1em;
	}
	
	.video_presentacion>.embeded_video{
		margin-bottom: 0;
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		height: 250px;
	}
	
	.video_presentacion>aside{
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-row: 1;
		    grid-row-start: 1;
	}
	
	.enlaces_externos{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.enlace_sitio_global{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	#cookieConsent{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	#cookieConsent a.cookieConsentOK {
		width: 10rem;
		float: right;
	}
}


/*
		-- Breakpoint escritorio 1024px --
*/

@media screen and (min-width: 1024px){
	body{
		font-size: 1.25em;
	}
	
	.hero_image{
		height: 45vh;
		max-height: 700px;
	}
	
	#contenedor_principal>section{
		max-width:  900px; 
		margin: 3em auto 4em auto;
	}
	
	.separador_imagen{
		height: 350px;
	}
	
	.video_presentacion>.embeded_video{
		height: 350px;
	}
}