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

/* Tipografías */
	@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');



body {
	width: 100vw;
	margin: auto;
	overflow-x: hidden;
}

/* Columnas responsive */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%; margin-left: calc(50vw - 37.5%);}
.col-10 {width: 83.33%; margin-left: calc(50vw - 41.67%);}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/*Cabecera y menú*/

/*.main_container{
	position: relative;
}*/

.header {
  overflow: hidden;
  background-color: none;
  padding: 20px 10px;
  left: 0;
  right: 0;
  /*z-index: 999;*/
}

/*#index_header{
	color: white;
}*/

.header a {
  float: left;
  color: #4F4848;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 14pt; 
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.header a.logo {
  font-size:20pt;
  font-weight: 500;
}

#logo_extrabold{
	font-weight: 800;
}

.header a:hover {
  color: #ACA1A1;
}

.header a.active {
  background-color: none;
  font-weight: 600;
}

.header-right {
  float: right;
}

@media screen and (max-width: 700px) {
  .header a {
    float: none;
    display: block;
    text-align: center;
  }
  
  .header-right {
    float: none;
  }
	
	.header a.logo{
		position: static;
	}
}


/*Footer*/

.footer {
   width: 100vw;
   bottom: 0;
   position: fixed;
   font-family: 'Oswald', sans-serif;
   font-size: 8pt;
   font-weight: 300;
   background-color: #4F4848;
   color: white;
   text-align: center;
   overflow: hidden;
   margin-top: 5%;
}

.footer_2 {
   width: 100vw;
   bottom: 0;
   font-family: 'Oswald', sans-serif;
   font-size: 8pt;
   font-weight: 300;
   background-color: #4F4848;
   color: white;
   text-align: center;
   overflow: hidden;
   margin-top: 5%;
}

.footer_3 {
   width: 100vw;
   bottom: 0;
   font-family: 'Oswald', sans-serif;
   font-size: 10pt;
   font-weight: 300;
   background-color: #4F4848;
   color: white;
   text-align: center;
   overflow: hidden;
   margin-top: 5%;
}

#footer_Oswald{
	margin-bottom: 4%;
	margin-top: 0;
	font-size: 10pt;
}

#footer_titulo{
	margin-top: 3%;
	margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 15pt;
}

#footer_extrabold{
	font-weight: 800;
}

@media screen and (max-width: 800px) {
	.footer{
		font-size: 8pt;
		margin-top: 50%;
	}
	
	.footer_2{
		font-size: 8pt;
		margin-top: 10%;
	}
	
	#footer_titulo{
		font-size: 12pt;
	}
	
}
