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

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

/*Cabecera y menú*/
.fondo{
	background-color: #ece7d9;
	margin: 0;
	overflow-x: hidden;
}

.fondo_landing{
	background-image: url("../imagenes/landing_nueva/landing_il.gif");
	background-size: cover;
	backgroung-repeat: no-repeat;
	margin: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100vh;
}

.fondo_landing_movil{
	background-image: url("../imagenes/landing_nueva/landing_il_movil.gif");
	display: none;
}

.menu {
		list-style-type: none;
		margin-top: 0;
        padding: 0;
 		overflow: hidden;
	}
	
.ordena_logo {
		float: left;
		display: inline-block;
		padding: 30px 22px;
		position: fixed;
		z-index: 1000;
	}

.ancho_logo {
	width: 110px;
}

.estilo_lista {
  		float: right;
}

.estilo_lista_a {
		display: inline-block;
  		font-family: 'Bodoni Moda', serif;
		font-weight: 500;
		font-size: 18pt;
  		text-align: center;
  		padding: 30px 20px 18px 20px;
  		text-decoration: none;
		color: black;
	}

.estilo_lista_index_a {
		display: inline-block;
  		font-family: 'Bodoni Moda', serif;
		font-weight: 500;
  		font-size: 18pt;
  		text-align: center;
  		padding: 30px 20px 18px 20px;
  		text-decoration: none;
		color: #ece7d9;
	}

.estilo_lista_movil {
  		float: right;
}

.estilo_lista_movil_a {
		display: inline-block;
  		font-family: 'Poppins' , sans-serif;
  		font-size: 20pt;
  		text-align: center;
  		padding: 10px 30px;
  		text-decoration: none;
	}

/*Cabecera móvil*/
.menu_movil {
		display: none;
	    margin-top: 1%;
	}

.mobile-container {
  max-width: 812px;
  margin: auto;
  background-color: none;
}

.topnav {
  overflow: hidden;
  background-color: none;
  position: relative;
}

.topnav #myLinks {
  display: none;
  background-color: none;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  font-family: 'Bodoni Moda', serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  display: block;
  background-color: none;
}

.topnav a.icon {
  background: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: none;
  color: black;
}

.active {
  background-color: none;
}

#actual_movil {font-weight: 700;}
	
	a:hover {color: #C78586;}

#pagina_actual {font-weight: 700;}
#about {color: #C78586;}
#about_actual {color:#C78586; font-weight: 600;}
#pagina_actual_movil {font-weight: 600;}

.lineas_adorno_menu{
	width: 100%;
	height: 1px;
	background-color: #4a3518;
	margin-top: 0;
	margin-bottom: 7%;
}
.lineas_adorno_menu_menos{
	width: 100%;
	height: 1px;
	background-color: #4a3518;
	margin-top: 0;
	margin-bottom: 4%;
}

/*menú móvil*/
.movil-menu{
  overflow: hidden;
  background-color: white;
  position: relative;
}

.movil-menu #myLinks {
  display: none;
}

.movil-menu a {
  color: black;
  padding: 20px 10px;
  text-decoration: none;
  font-size: 16pt;
  display: block;
}

.movil-menu a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.movil-menu a:hover {
  color: #A2A2A2;
}

.active {
  font-weight: 600;
}



/*créditos*/
.bloque_creditos {
		margin-top: 3%;
		margin-left:calc(50vw - 25%);
		width: 50%;
		margin-bottom: 3%;
		box-sizing: border-box;
	}

.titulo_creditos {
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 14pt;
		text-align: center;
	}
.titulo_similar {
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 14pt;
		text-align: center;
		margin-top: 7%;
	}

.icono_lineas{
	width: 30%;
	margin-top: 2%;
	margin-left: 34%;
}
.icono_ancho{
	width: 15%;
	margin-top: 2%;
	margin-left: 44%;
}

/*trabajos similares*/
.bloque_similar_works{
		width: 83.33%;
		margin-left: calc(50vw - 41.67%);
		box-sizing: border-box;
}

/*footer bottom*/
.footer {
   left: 0;
   bottom: 0;
   width: 60%;
   margin-left: calc(50vw - 30%);
   color: #303030;
   text-align: center;
   font-family: 'Poppins' , sans-serif;
   font-size: 12pt;
   margin-top: 7%;
   margin-bottom: 2%;
   text-decoration-line: none;
}

/*Landing ilustración*/
.texto_landing{
	display: none;
	width: 80%;
	margin-left: calc(50% - 40%);
	margin-top: 55%;
	font-family: 'Poppins' , sans-serif;
	font-weight: 200;
	color: white;
	text-align: center;
}

#footer_link {color: black;}


@media only screen and ( max-width : 812px ){
	.texto_landing{
	display: block;
	font-size: 25pt;
}
}
