@charset "utf-8";
/* CSS Document */

/* Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');


/* Global Clases */
*{
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}

a{
	text-decoration: none;
}

h1{
	color: #f7941d;
	font-family: 'Oswald', sans-serif;
	font-size: 30pt;
}

h2{
	color: #f7941d;
	font-family: 'Oswald', sans-serif;
	font-size: 25pt;
}

h3{
	color: #005dac;
	font-family: 'Oswald', sans-serif;
	font-size: 20pt;
}

.flex-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* End Global*/

html{
	scroll-behavior: smooth;
}

body{

}

#wrapper{
	
}

#header{
	font-family: 'Oswald', sans-serif;
	height: 100vh;
	background:url("../images/animacion2.gif")no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.nav{
	height: 0rem;
	min-height: 10rem;
	overflow: hidden;
	transition: 1s ease-in-out !important;
	z-index: 99999;
}

.nav .nav-brand a{
	display: block;
	padding: 1rem 0;
}

.nav .logo img{
	float: left;
	position: relative;
}

.nav .logo .title{
	color: white;
	float: left;
	position: relative;
	padding: 0.2rem;
}

.nav .logo .title h1{
	color: white !important;
	position: absolute;
	margin: 50px 0;
}

.nav .logo .title h3{
	color: white !important;
	margin: 29px 0;
	position: absolute;
	width: 80px;
}

.nav .toogle-collapse{
	position: absolute;
	top: 0%;
	width: 85%;
	cursor: pointer;
	display: none;
}

.nav .toogle-collapse .toogle-icons{
	display: flex;
	justify-content: flex-end;
	padding: 1.7rem 0;
}

.nav .toogle-collapse .toogle-icons i{
	font-size: 30pt;
	color: white;
}

.collapse{
	height: 40rem;
}

.nav .nav-menu{
	justify-content: space-between;
	margin: 0 1.5rem;
}

.nav .nav-items{
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 3rem 0;
}

.nav .nav-items .nav-link{
	padding: 1.6rem 1rem;
	font-size: 25pt;
	position: relative;
}

.nav .social{
	padding: 1.4rem 0;
}

.nav .social i{
	padding: 0 0.5rem;
	font-size: 30pt;
	bottom: -30rem;
}

.nav a{
	color: #fff;
}

.nav a:hover{
	color: #dfe6e9;
}



 /* STICKY MENU*/
.sticky {
 	position: fixed;
  	top: 0;
  	width: 100%;
	background: rgba(0,0,0,0.8);
	min-height: 6rem;
	transition: height 1s ease-in-out;
}

.sticky .logo img {
    float: left;
    position: relative;
    width: 40px;
}

.sticky .logo .title h3 {
    color: white !important;
    margin: 13px 0;
    position: absolute;
    width: 80px;
	font-size: 15pt;
}

.sticky .logo .title h1 {
    color: white !important;
    position: absolute;
    margin: 30px 0;
	font-size: 20pt;
}

.sticky .nav-items {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.sticky .nav-items .nav-link {
    padding: 1.6rem 1rem;
    font-size: 20pt;
    position: relative;
}

/* END STYCKY*/


#body{

}

.secction{
	/*width: 100%; margin: 0 !important;*/
	height: 100vh;
	align-items: center;
	min-height: 820px;
	min-height: 1050px;
}

.s2{
	background: #dfe6e9;
}

.logoSection {
	padding: 1.5rem;
	position: absolute;
}

.logoSection img{
	float: left;
	position: relative;
}

.logoSection .title{
	float: left;
	position: relative;
	padding: 3rem 0.5rem 0 0.5rem;
}

.content{
	width: 100%;
	padding: 1rem;
	min-height: 500px;
}

.part1{
	width: 50%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
}

.part2{
	width: 50%;
	position: relative;
	float: right;
	display: flex;
	justify-content: center;
}

.part1 img{
		max-width: 390px;
		height: auto;
		
}

.part2 img{
		max-width: 390px;
		height: auto;
}

.sectionIcon{
	margin: 0 0 0 20%;
}

.anuncio{
	font-family: 'Oswald', sans-serif;
	font-size: 24pt;
	background: #dfe6e9;
	padding: 3.5rem;
	margin: 60px 0 0 auto;
	width: 240px;
}

.anuncio a{
	color: #263034;
}

.lineas{
	position: absolute;
	top: 300px;
	right:-370px;
}

.lineas line{
	stroke:#dfe6e9;
	stroke-width:3px;
	stroke-linecap:round;
}

/*Caed mochila*/

.mochila{
	flex-direction: column;
}

.container{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.container .card{
	position: relative;
	width: 300px;
	height: 250px;
	background: #636f73;
	border-radius: 20px;
	overflow: hidden;
	margin: 5px;
}

.container .M:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9b97ca;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .M:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .M:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #9b97ca;
	color: rgba(255,255,255,0.04)
}

/**/

.container .A:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f8b0a0;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .A:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .A:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #f8b0a0;
	color: rgba(255,255,255,0.04)
}

/**/

.container .S:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f078a5;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .S:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .S:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #f078a5;
	color: rgba(255,255,255,0.04)
}

/**/

.container .P:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3cbfbf;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .P:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .P:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #3cbfbf;
	color: rgba(255,255,255,0.04)
}

/**/

.container .E:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f37575;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .E:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .E:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #f37575;
	color: rgba(255,255,255,0.04)
}

/**/

.container .V:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b1bdc2;
	clip-path: circle(50px at 0% 20%);
	transition: 0.5s ease-in-out;
}

.container .V:hover:before{
	clip-path: circle(150px at 80% -20%);
}

.container .V:after{
	content: '';
	position: absolute;
	top:30%;
	left: 20%;
	font-size: 12em;
	font-weight: 800;
	font-style: italic;
	background: #b1bdc2;
	color: rgba(255,255,255,0.04)
}

.container .card .HeadBx{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
	width: 100%;
	height: 60px;
	transition: 0.5s;
}

.container .card:hover .HeadBx{
	top: 0%;
	transform: translateY(0%);
}

.container .card .HeadBx h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	color: white;
	font-size: 30pt;
	text-align: center;
}

.container .card:hover .HeadBx h2{
	font-size: 20pt;
}

.container .card .contentBx{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	text-align: center;
	transition: 1s;
	z-index: 10;
}

.container .card:hover .contentBx{
	height: 180px;
}

.container .card .contentBx ul{
	list-style: none;
}

.container .card .contentBx .imgBx{
	display: flex;
	justify-content: center;
	align-content: center;
	/*padding: 8px 20px;*/
	transition: 0.5s;
	transform: translateY(10px);
}

.container .card .contentBx .imgBx img{
	max-width: 60px;
	height: auto;
	margin: 0 5px;
}

/*End Cards mochila*/

.download{
	font-size: 50pt;
	margin: 30px;
	text-align: center;
	color: #f68d3d;
}

.download i{
	cursor: pointer;
}

.imgDownload{
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(2px);
	visibility: hidden;
	opacity: 0;
}

.imgDownload img{
	max-width: 900px;
	outline: none;
	min-width: 500px;
}

.imgDownload.activate{
	visibility: visible;
	opacity: 1;
}

.close{
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	color: white;
	font-size: 50pt;
}


/*Start Mapas & zonas*/

.acordeon2{
	background: #81b4e1;
	width: 100%;
	max-width: 120em;
	padding: 2em;
	border-radius: 25px;
}

.acordeon2 .bloque{
	background: #fff;
	margin: 0 0 3px;
	padding: 1em;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.acordeon2 .h2{
	/*background: #8EE1FF;
	margin: 0 0 1em;*/
	color: #f89e21;
	cursor: pointer;
	font-size: 18pt;
	border-radius: 20px;
	padding: 5px 10px;
}

.acordeon2 .contenido2{
	background: #74b0df;
	height: 0;
	overflow: hidden;
	padding: 0em;
	transition: all .5s ease;
	-webkit-border-radius: 5px 5px 20px 20px;
	-moz-border-radius: 5px 5px 20px 20px;
	border-radius: 5px 5px 20px 20px;
    margin: 0px 18px;
    color: #fff;
}

.acordeon2 .contenido2 p{
	padding: 5px 15px;
	font-size: 18pt;
}

.acordeon2 .contenido2 ol, .acordeon2 .contenido2 ul {
	padding: 5px 30px;
	font-size: 15pt;
	color: #5d6b6f;
}

.acordeon2 .contenido2 a{
	color:#085eac;
	transition: all 400ms ease;
}

.acordeon2 .contenido2 a:hover{
	color:#fff;
}

.acordeon2 .bloque.activo .contenido2{
	height: 19em;
}

.marker {
  background-image: url('../images/mapbox-icon.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #636f73;
}


/*Start zonas*/

.zonas{
	display: flex;
	justify-content: center;
	align-items: center;
}

.zonas a{
	color: #f89420;
}

.acordeon{
	background: #fff;
	width: 100%;
	max-width: 120em;
	padding: 2em;
	border-radius: 25px;
}

.acordeon .bloque{
	background: #fff;
	margin: 0 0 3px;
	padding: 1em;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.acordeon .h2{
	/*background: #8EE1FF;
	margin: 0 0 1em;*/
	color: #f89e21;
	cursor: pointer;
	font-size: 18pt;
	border-radius: 20px;
	padding: 5px 10px;
}

.acordeon .contenido{
	background: #83d1d7;
	height: 0;
	overflow: hidden;
	padding: 0em;
	transition: all .5s ease;
	-webkit-border-radius: 5px 5px 20px 20px;
	-moz-border-radius: 5px 5px 20px 20px;
	border-radius: 5px 5px 20px 20px;
    margin: 0px 18px;
    color: #fff;
}

.acordeon .contenido ol{
	padding: 5px 30px;
}

.acordeon .bloque.activo .contenido{
	height: 11em;
}



#footer{
	background: #367fc1;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
}

/*start back to top*/
.BactoTop{
	text-align: center;
}

.BactoTop a{
	color: #fff;
	cursor: pointer;
}

.BactoTop a:hover {
	color: #dfe6e9;
}
/*End back to top*/

.footerinfo{
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

/*start menu social media bottom*/
.redesB{
	display: block;
	position: relative;
}

.redesB a{
	color: #fff;
	margin: 10px;
}

.redesB a:hover {
	color: #dfe6e9;
}
/*End menu social media bottom*/


.copy{
	text-align: end;
}




/*border animate*/

#box {
  	display: flex;
  	align-items: center;
  	justify-content: center;
	background: #d4dedf;
	max-width: 390px;
}
.gradient-border {
  	--borderWidth: 5px;
  	background: #1D1F20;
  	position: relative;
  	border-radius: var(--borderWidth);
}
.gradient-border:after {
  	content: '';
  	position: absolute;
  	top: calc(-1 * var(--borderWidth));
  	left: calc(-1 * var(--borderWidth));
  	height: calc(100% + var(--borderWidth) * 2);
  	width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  	border-radius: calc(2 * var(--borderWidth));
  	z-index: -1;
  	animation: animatedgradient 3s ease alternate infinite;
 	background-size: 300% 300%;
}


@keyframes animatedgradient {
  	0% {
    	background-position: 0% 50%;
  	}
 	50% {
    	background-position: 100% 50%;
  	}
  	100% {
    	background-position: 0% 50%;
	}
}
/*End border animate*/


@media (max-width:1300px){
	#header{
		background:url("../images/animacion_medio.gif")no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.nav{
		background: rgba(0,0,0,0.8);
	}
	
	.nav .nav-menu, .nav .nav-items{
		flex-direction: column;
	}
	
	.nav .nav-items .nav-link{
		padding: 0.6rem 1rem;
		font-size: 20pt;
	}
	
	.sticky .nav-items {
    margin: 3.5rem auto;
	}
	
	.nav .toogle-collapse{
		display:block;
	}
	
	.secction{
		justify-content: center;
		align-content: center;
	}
	
	.logoSection {
		position: relative;
	}
	
	.part1{
		width: 100%;
		justify-content: center;
		display: flex;
		margin: 15px 0;
	}
	
	.part1 img{
		/*min-height: 500px;*/
	}

	.part2{
		width: 100%;
		justify-content: center;
		display: flex;
	}
	
	.part2 img{
		/*min-height: 500px;*/
	}
	
	.sectionIcon{
		margin: 0;
	}
	
	.anuncio {
		font-size: 18pt;
		padding: 1rem;
		margin: 1rem;
		width: auto;
	}
	
	.lineas{
		display: none;
	}
	
	.container{
		display: none;
	}
	
	.tabulacion{
		width: 100%;
		max-width: 900px;
		margin: auto;
		min-height: 500px;
	}

}

@media (max-width:750px){
	#header{
		background:url("../images/animacion_movil.gif")no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.nav .logo img{

	}
	
	.part1{
		width: 100%;
	}
	
	.part1 img{
		max-width: 300px;
		height: auto;
	}

	.part2{
		width: 100%;
	}
	
	.part2 img{
		max-width: 300px;
		height: auto;
	}
	
	.container{
		max-width: 500px;
	}
}
