@charset "utf-8";
/* CSS Document */
*{
  margin: 0;
  padding: 0;
}

.heroimage {
  background:url("../img/laura/portada_final.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
  background-attachment: fixed;
  
    height:100vh;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flecha {
	width: 50px;
	justify-content: center;
	position: relative;
	top:30px;
}

.flecha img{
	width: 50px;
}

/*ESTILOS DE TEXTOS*/	
.contenedor {
	width: 80%;
}

.contenedor2 {
	width: 80%;
	justify-content: center!important;;
	align-items: center !important;;
	align-content: center!important;
	position: center !important; 

	margin: 0 auto;
}
.text_1 {
	
  font-size: 7vw;
font-family:roboto;
  color: #FFF;
  top: 15px;
}
.texto {

font-family:montserrat;
  color: black;
	font-size: 18px;
}
.creditos{
  margin: 0;
	background-color: white;
  position: center; 
  font-size: 18px;
}
.textof{
  margin: 0;
  position: center; 
  font-size: 18px;
}
.textof {
	font-family: montserrat;
  color: #320000;
  text-align: center;
  align-content: center;
  font-size: 18px;
  margin: 0;
}
.texto_final{
	font-family: montserrat;
  color: black;
  text-align: center;
  align-content: center;
  font-size: 18px;
  margin: 0;
}
.text_pie {
	font-family: montserrat;
  color: #320000;
  font-size: 16px;
	font-style: italic;
}

/*ESTILOS DE H'S*/

h1 {
	padding-top: 70px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 50px;
  color: black;
	}

h2{
  padding-top: 45px;
  padding left:  50px;
  padding-right: 50px;
  font-size: 4vw;
  text-align: center;
  color: #d48a2f;
  }

h3{
  margin: 0;
  padding-top: 40px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #320000;
  }

  h4{
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  color: white;
  }

  h5{
  margin: 0;
  padding-top: 10px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-family: roboto;
  }

@media screen and (max-width: 1000px) {
	
	.contenedor2 {
		width: 100%;
	}
	.texto{
    
    font-size: 20px;
    padding: 25px
  }
}
@media screen and (max-width: 1000px) {
  .texto{
    
    font-size: 20px;
    padding: 25px
  }
}
  @media screen and (max-width: 2000px) {
  .texto h1{
    
    font-size: 7vw;
    text-align: center;
    
  }
}
 @media screen and (max-width: 2000px) {
  .texto h1{
    
    font-size: 7vw;
    text-align: center;
    
  }
}

  @media screen and (max-width: 2000px) {
  .texto h2{
    
    font-size: 5vw;
    text-align: center;
    
  }
  } 
   @media screen and (max-width: 2000px) {
  .texto h2{
    
    font-size: 6vw;
    text-align: center;
  } 

  @media screen and (max-width: 700px) {
  .texto h3{
    
    font-size: 4vw;
    text-align: center;
    }
	  .texto_final{
		  font-size: 12px;
		  width: 50%;
	  }
  }

/*ESTILOS PARA FOTOS*/
.fotos_1{
  width: 100%;
  height: auto;
 	display:flex;
   position: center;
	justify-content: center;
	align-content: center;
	vertical-align: middle;
}
.foto{
  width: 90%;
  height: auto;
 	display: block;
   position: center;
	justify-content: center;
 align-items: center;
	vertical-align: middle;
}

.img:hover {
	background-color: white;
	opacity: 40%;
}

.contenedor_img .img{
	display: flex;
	transition: background-color 1s;
}
.contenedor_img{
	width: 100%;
  height: auto;
 	display:flex;
   position: center;
	justify-content: center;
	align-content: center;
	vertical-align: middle;
}

@media screen and (max-width: 700px){
	.text_1{
		padding-left:100px;
	}
	.foto{
    width:100%;
  }
	.fotos_1{
		width: 100%;
		display: block;
	}
	#Luna{
		width: 100%;
	}
	#Adios {
		width: 100%;
	}
	#Arte {
		width: 100%;
	}
		.contenedor_img{
	width: 100%;
 	display:block;
	}
	 .contenedor{
		  width: 120%;
		  justify-content: center;
	align-items: center;
	align-content: center;
	  }
}


/*ESTILOS PARA logo poli y home*/
.home {
	width: 80px;
	position: fixed;
	bottom: 40px;
	right: 40px;
}	
.home img{
	width:50px;
}
@media screen and (max-width: 700px){
	.home{
		position:fixed;
	}
	.home img {
		widht:50px !important;
	}
	.home img {
		widht:50px !important;
	}
}

.imgs-fluid {
   display: block;
   position: center;
   justify-content: center;
   align-content: center;
   margin-left: auto;
   margin-right: auto;
   max-width: 60%;
     height: auto;
}
@media screen and (max-width: 700px){
  .imgs-fluid{
    width:70%;
  }
}
/*ESTILOS PARA BOTON CREDITOS*/
.boton_creditos{
	text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	background-color: #320000;
	cursor: pointer;
	transition: background-color 1s;
}

.boton_creditos p{
	padding-top:  12px;
	text-align: center;
	font-size: 23px;
	font-family: roboto;
	color: white;
}
.boton_creditos:hover{
	background-color: white;
}
.boton_creditos p:hover{
	color: #320000;
}
