@charset "UTF-8";
/* CSS Document */
*{
  margin: 0;
  padding: 0;
}
.heroimage {
  background:url("../img/laura/portada.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;
}
.contenedor {
	width: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
}


.text_1 {
	justify-content: center;
	align-items: center;
	align-content: center;
  font-size: 10vw;
font-family:roboto;
  color: #FFF;
  top: 15px;
}
.flecha {
	width: 50px;
	justify-content: center;
	position: relative;
	top:30px;
}

.flecha img{
	width: 50px;
}

.texto{ 
  padding-top: 70px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 50px;
  color: #320000;
}
.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;
}

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: white;
  }

  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: 2000px) {
  .texto h1{
    
    font-size: 7vw;
    text-align: center;
    
  }
}
 @media screen and (max-width: 2000px) {
  .texto h1{
    
    font-size: 7vw;
    text-align: center;
    
  }
	  .contenedor{
		  width: 100%;
		  display: flex;
		  justify-content: center;
	align-items: center;
	align-content: 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;

    }
	  .text_1{
		padding-left:10px;
	}
	  .contenedor{
		  width: 140%;
		  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 img {
		widht:50px !important;
	}
	.home img {
		widht:50px !important;
	}
}

/*ESTILOS  CREDITOS*/
.creditos{
  width: 100%;
	background-color: white;
  position: center; 
  font-size: 18px;
}

.texto_final{
	font-family: montserrat;
  color: black;
  text-align: center;
  align-content: center;
  font-size: 18px;
  margin: 0;
}
.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%;
	}
	.texto_final{
		  font-size: 12px;
		  width: 50%;
	  }
}