.presentacion {
    background-color: rgb(231, 181, 95);

    width: 90%;
    height: 70vh;
    margin: auto;
    display: flex;
    flex-direction: row;
}
   .presentacion-texto{ 
      font-family: "Josefin Sans", sans-serif;
      font-weight: 750;
      text-align: justify;
      font-size: 25px;
      color: #963109 ;
   

   }
  
   .presentacion-titulo{
      font-family: "Josefin Sans", sans-serif;
      color:#963109 ;
      font-size: 40px;
      font-weight: 700;
      text-align: center;
   }
   .presentacion-img{
      height: 65vh;
      width: auto;
      position: right;
      margin: auto;
   }
   div{
      display: flex;
      flex-direction: column;
      width: 60%;
      margin-left: 2%;
      margin-top: 2%;
   }

 
 .curiosidades{

    background-color:rgb(231, 181, 95) ;
    width: 90%;
    height: 90vh;
    margin: auto; }

   .curiosidades-titulo{
      font-family: "Josefin Sans", sans-serif;
      color:#963109 ;
      font-size: 40px;
      font-weight: 700;
      text-align: center;
    }

   .curiosidades-contenido{
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      width: 100%;
   }

   .curiosidades-contenido div{
      width: 50%;
   }

    .texto1-curiosidades{
      font-family: "Josefin Sans", sans-serif;
      font-weight: 750;
      text-align: left;
      font-size: 32px;
      color: #963109;
      margin-left: 2%;
      
   }
    li{
      font-family: "Josefin Sans", sans-serif;
      font-weight: 750;
      text-align: left;
      font-size: 25px;
      color: #963109;
      margin-left: 2%;
      margin-top: 2%;
      
   }
   .texto2-curiosidades{
      font-family: "Josefin Sans", sans-serif;
      font-weight: 750;
      text-align: right;
      font-size: 32px;
      color:#963109;
      margin-right: 35%;
      
      
   }
   .curiosidades-img{
      height: 65vh;
      width: auto;
      position: right;
      margin: auto;

   }
   
 
 .galeria{

   background-color: rgb(231, 181, 95);
   width: 90%;

   margin: auto;
}
h2{
   font-family: "Josefin Sans", sans-serif;
   font-weight: 700;
   font-size: 40px;
   text-align: center;
   color: #963109;

}

.futuro{

   background-color:rgb(231, 181, 95) ;
   margin: auto 5%;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: nowrap; 
   padding: 5%;
}

h2{
   font-family: "Josefin Sans", sans-serif;
   font-weight: 700;
   font-size: 40px;
   text-align: center;
   color: #963109;
   padding: 5%;
   
   
}

.btn-flotante { 
   height: 40px;
   font-size: 40px;
	font-weight: bold; 
	color: rgb(158, 91, 60); 
	border-radius: 20px; 
	letter-spacing: 2px;
	background-color: #adb5bd; 
	padding: 5px 10px; 
	position: fixed;
	bottom: 20px;
	right: 40px;
	transition: all 0.3s ease;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
   font-family:  "Josefin Sans", sans-serif;
  
	
}
.btn-flotante:hover {
	background-color: #b65800; 

	transform: translateY(-7px);
   color: antiquewhite;
}


.futuro_v{
   height: 65vh;
   width: auto;
   position: center;
   margin: auto;
   display:none;
}
.futuro_h{
   height: 50vh;
   width: auto;
   position: center;
   margin: auto;
   display:none;
   flex-direction: column;
  


}
.footer{
   background-color: rgb(230, 211, 177);
   display: flex;
   justify-content: center;
   height: 5px;
  

}




@media(orientation:landscape){
   .futuro_h{
      display: block;
   }}


@media(orientation:portrait){
   .futuro_v{
      display: block;
   }
}
@media only screen and (max-width: 778px) {
 
   .footer img {
       margin: 5px;
       height: 80%;
       background-color: rgb(248, 218, 184); 
       height: 60px;
   }}
@media only screen and (max-width: 778px) {
 	.btn-flotante {
		font-size: 25px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
   .presentacion {
      width: 80%;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
   }
   .presentacion-texto{
      font-size: 20px;
      padding: 15px 20px;
     
    
      flex-direction: column;
   }
   .presentacion-titulo { 
      font-size: 40px;
      padding: 20px 20px ;
      flex-direction: column;
   }
   .presentacion-img {
      height: 50vh;
      width: auto;
      flex-direction: column;
      margin: auto;
   }
   .curiosidades { 
      width: 80%;
    height: fit-content;
    margin: auto; 
    display: flex;
    flex-direction: column;
   }
   .curiosidades-titulo{
      font-size: 40px;
      padding: 20px 20px;
      flex-direction: column;
   }
   .curiosidades-contenido{
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 170%;
   }
   
   .texto1-curiosidades{ 
      font-weight: 500;
      text-align: center;
      font-size: 35px;
      margin-left: 3%;
   }

   
   .curiosidades-img {
      height: 50vh;
      width: auto;
      flex-direction: column;
      margin: auto;
   }
   .galeria{
      width: 80%;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   .futuro{
      width: 70%;
    height: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
}


   