* {
    box-sizing: border-box;
    margin: 0px;
     cursor: crosshair; 
  }

body::-webkit-scrollbar {
  display: none; 

}


html {
  scroll-behavior: smooth;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



/* -------------------MÓVIL-------------------------- */
/* ------------------MÓVIL-------------------------- */
/* -------------------MÓVIL-------------------------- */
/* -------------------MÓVIL------------------------- */

@media (max-width:768px){


/* ------------------------------------SECCIÓN 1----------------------------------- */
#section1{
	position: relative;
	z-index: 15;
	height: 170vh;
	width: 100vw;
	background-color: black;
	overflow: hidden;


}



.rectangulo-negro-1{
	position: absolute;
	z-index: 2;
	height: 16vh;
	width: 9vw;
	left: 10vw;
	background-color: black;
	top: 20vh;
	
}
.rectangulo-negro-2{
	position: absolute;
	
	
	z-index: 2;
	width: 100%;
	height: 30vh;
	
	top: 100vh;
	background-color: black;
	 display: table-cell;
	 vertical-align: middle;
	
	
}
.rectangulo-negro-3{
	position: absolute;
	
	
	z-index: 2;
	width: 25vw;
	height: 4.722vh;
	right: 0vw;
	top: 91vh;
	left: 10vw;
	background-color: black;

	
}

.rectangulo-blanco-1{
	position: absolute;
	
	
	z-index: 10;
	width: 100%;
	height: 40vh;
	right: 0vw;
	bottom: 0vh;
	left: 0vw;
	background-color: white;
	
}

.logo1{
	position: absolute;
	
	
	z-index: 5;
	width: 30%;
	height: auto;

	right: 10vw;
	top: 15vh;



}


.logo2{
	position: absolute;
	
	
	z-index: 5;
	width: 30%;
	height: auto;

	right: 10vw;
	top: 15vh;
	transition-duration: 1s;
opacity: 0;
}

.logo2:hover {

 opacity: 1;
}

.imagen-portada{
	position: absolute;
	
	
	z-index: 1;
	width: 80%;
	height: 75vh;
	left: 10vw;
	top: 20vh;
	object-fit: cover;
}

.linea-portada-1{
	display: none;
}

.linea-portada-2{
	display: none;
}


.avance{
	display: none;
}

.texto1{


	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 4vh;
	left: 7vw;
	
	color: white;
	}




.elegance{


	font-family: 'Inter', sans-serif;
	
	font-weight: 200;
	
	}

.flecha{


	
	position: fixed;
	z-index: 30;
	width: 10vw;
	height: auto;
	top: 5.5vh;
	right: 2.5vw;
	filter: invert(30%);

	
	
	}


.fecha{


	font-family: 'Inter', sans-serif;
	font-size: 2.5vw;
	font-weight: 300;
	position: absolute;
	z-index: 7;
	width: 100%;
	text-align: center;
	top: 1.5vh;

	
	
	
	color: white;


	
	
	
	
}

.construcciones{


	font-family: 'Inter', sans-serif;
	font-size: 2.3vw;
	font-weight: 300;
	position: absolute;
	z-index: 7;
	top: 26vh;
	left: 2.5vw;
	background-color: black;
	transform: rotate(-90deg);
	
	color: white;


	
	
}


.elcambio{


	font-family: 'Inter', sans-serif;
	font-size: 9vw;
	font-weight: 100;
	position: absolute;
	z-index: 3;
	top: 25%;
	text-align: center;
	width: 100%;

	
	
	color: white;
	
	



	}



.comienzaencasa{


	font-family: 'Inter', sans-serif;
	
	font-weight: 500;
		color: white;
	width: 60vw;
	
	}




.titulo-apartado-1{


	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	top: 5vh;
	left: 7vw;

	
	color: black;
	}

.texto-apartado-1{


	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	z-index: 3;
	top: 15vh;
	width: 88vw;
	line-height : 4vw;
	left: 7vw;
	text-align: left;
	
	color: black;
	

    vertical-align: baseline;
	}




.boton1 {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
position: absolute;

background-color: black; 
right: 8vw;
top: 32vh;
width: 20vw;
height: auto;

	font-family: 'Inter', sans-serif;
	font-size: 2vw;
	font-weight: 400;
	text-decoration: none;
	color: white;
	 cursor: pointer;
	text-align: center;
	transition-duration: 0.5s;


}




/* ------------------------------------SECCIÓN 2----------------------------------- */


#section2{
	position: relative;
	height: 250vh;
	width: 100vw;
	z-index: 10;
	background-color: black;
	
	display: grid;
   place-items: center;

   

}


.logofondo{
	position: fixed;
	z-index: 2;
	top: 6vh;
	left: 0vw;
	right: 0vw;
	opacity: 50%;
}


.titulo-apartado-2{


	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 15vh;
	left: 7vw;

	
	color: white;
	}



.logofondo{

	
 
  
 display: none;


  

}





.imagen-promocion-1:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion1{
	position: absolute;
	top: 30vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;

	
	
	
}


.div-imagen-promocion-1{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-1{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
	filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-2:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion2{
	position: absolute;
	
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;
	
	
	
}


.div-imagen-promocion-2{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-2{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-3:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion3{
	position: absolute;
	bottom: 30vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;

	
	
	
}


.div-imagen-promocion-3{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-3{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}


.texto-1-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 96px;
	font-weight: 500;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: left;
	width: 100%;
	top: -20px;
	}



.texto-2-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: right;
	width: 100%;
	bottom: 0px;
	}







/* ------------------------------------SECCIÓN 3----------------------------------- */


.cuadro-negro-galeria{
   position: fixed;
   z-index: 3;
   width: 30vw;
   height: 100vh;
   background-color:  black;
   right: 0vw;
   top: 0vh;

}


.Mwrap{
    width: 370% ;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    
    z-index: 4;
    align-items: center;
overflow-x: hidden;
    overflow-y: scroll;
}
.espaciado-inicial-galeria{
   width: 30vw;

}



.espaciado-medio-galeria{
   width: 10vw;
   background-color: white;

}



.bg-1 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-1 p{
   width: 100%;


   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 5vw;
   font-weight: 300;
   
  
   

}

.bg-1 span{
   
   
    font-weight: 500;
font-size: 20vw;
   
   

}



.bg-2 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-2 p{
   width: 100%;

   
  
   color: black;
   line-height : 50%;
   
  font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 20vw;
   
  
   

}

.bg-2 span{
   
   
  
     font-size: 5vw;
   font-weight: 300;
   

}




.bg-3 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-3 p{
   width: 100%;

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 5vw;
   font-weight: 300;
   
  
   

}

.bg-3 span{
   
   
    font-weight: 500;
font-size: 20vw;
   
   

}



.bg-4 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-4 p{
   width: 100%;


   
  
   color: black;
   line-height : 50%;
   
   font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 20vw;

   
  
   

}

.bg-4 span{
   
   
  
     font-size: 5vw;
   font-weight: 300;
   

}


.bg-5 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   display: none;
   
  
   

}

.bg-5 p{
   width: 100%;
   

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 5vw;
   font-weight: 300;
   display: none;
   
  
   

}

.bg-5 span{
   
   
    font-weight: 500;
font-size: 20vw;
display: none;
   
   

}

.panel{
    width: 80vw;
    height: 80vh;

    font-weight: 700;
    font-size: 1.5em;
    color: blue;
    display: flex;

    
    
    flex-direction: column;
    justify-content: space-between;
   
}






 #section3{
    position: relative;
    z-index: 9;
    height: auto;
   
   
    width: 100vw;
    
    

  }


  .Mwrap-titular{
    position: absolute;
    z-index: 20;
    font-family: 'Inter', sans-serif;
    font-size: 5vw;
    color: black;
    font-weight: bold;
    top: 5vh;
    left: 7vw;

  }

  .head{
    height: 20vh;
    background-color: white;
  }



/* ------------------------------------SECCIÓN 4----------------------------------- */




  #section4{
   
   height: 100vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;

  }

.titulo-apartado-4{


	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5vh;
	left: 7vw;


	
	color: white;
	}


 
  .container_menu {
    width: 80vw;
    position: absolute;
    top: 20vh;

  }
  .menu {
    width: 80vw;

    
      
  }


.imagen-servicios{
  position: absolute;
  z-index: -1;
  height: 120vh;
  width: 100vw;
}

#section4 ul {
    width: 100%;

    padding: 0;
    margin-top: 0;
    
    overflow: hidden;
  }


 

.list {
    width: 100%;
    list-style: none;
    height: 7vh;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    transition: 0.5s ease;
  }

.list:hover {
  background-color: rgba(78, 78, 78, 0.5);
  }




 #section4 a {
    
    padding: 16px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 5vw;
    font-weight: regular;
    word-spacing: 30px;

    color: white;
 
    display: flex;
    justify-content: space-between;
    transition: 0.5s ease;
    
  }
 
  #section4 a:hover {
    
   margin-left: 20px;
   
    
    
  }




  #section4 i {
    margin-right: 0px;
    padding-right: 0px;
    

  }


 
  .fa-chevron-down {
    transition: 0.3s;

  }


   #section4 p {
    padding: 10px;
    color: gray;
   font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: rgba(200, 200, 200, 1);
    line-height: 4vw;

    
  }
  .scale{
      height: 30vh;
  }
  .rotate{
    transform: rotate(180deg);
  }


.punta{
	position: absolute;
	width: 100vw;
	height: 10vh;
	bottom: 0px;
}


/* ------------------------------------SECCIÓN 5----------------------------------- */




  #section5{
   
   height: 30vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;

  }

  


.titular-footer{
	position: absolute;
	width: 100vw;
	text-align: center;
	color: black;
	
	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 300;
}



.titular-footer-2 a{

	font-weight: 700;
	
	color: black;
	font-weight: 700;

}




/* ------------------------------------FOOTER----------------------------------- */




  #footer{
   z-index: 12;
   height: 70vh;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;
   overflow: hidden;


  }

.imagen-footer{
	display: none;
}


.caja-footer{

	position: absolute;
	z-index: 2;
	width: 100vw;
	height: 70vh;
	background-color: black;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



.iconos-redes-2{
	position: absolute;
	
	height: 30px;
	width: auto;
	overflow: hidden;
	bottom: 14vh;
	
	left: 32vw;
	
	
	z-index: 20;

}

.iconos-redes-2 a{
	position: relative;
	
	padding: 15px;


	
}

.iconos-redes-2 img{
	position: relative;
	height: 3vh;
	width: auto;
	

	
}

.copiright-2{


	font-family: 'Inter', sans-serif;
	font-size: 3vw;
	width: 100%;
	text-align: center;
	
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	
	
	bottom: 8.9444vh;
	
	text-decoration: none;
	
	}




.texto3{


	font-family: 'Inter', sans-serif;
	font-size: 2.5vh;
	

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 5vw;
	
	color: white;
	}




.elegance-3{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}


.logo-footer {
	position: absolute;
	z-index: 4;
	width: 15vw;
	height: auto;
	right: 5vw;
	top: 5.9444vh;

}



.titulares-footer{


	display: none;
	
	}

.datos-footer{


	font-family: 'Inter', sans-serif;
	position: absolute;
	font-size: 4vw;
	
	z-index: 7;
	line-height: 10vw;
	width: 100%;
	text-align: center;
	
	font-weight: 250;
	
	top: 25vh;

	
	}

.datos-footer a {


	color: white;
	
	}




/* ------------------------------------MENU FULL SCREEN----------------------------------- */



#full-menu{
	position: fixed;
	top: 0;
	right: -100vw;
	
	
	z-index: 60;
	width: 100vw;
	height: 100vh;
	background: black;

	

	
	
}

.imagen-menu{
	display: none;
}


.flecha2{
	position: absolute;
	
	z-index: 60;
	width: auto;
	height: 3.8vh;
	right: 3vw;
	top: 6vh;
	}









.iconos-redes{
	position: absolute;
	
	height: 30px;
	width: auto;
	overflow: hidden;
	bottom: 15vh;
	
	left: 32vw;
	
	
	z-index: 20;

}

.iconos-redes a{
	position: relative;
	
	padding: 15px;


	
}

.iconos-redes img{
	position: relative;
	height: 3vh;
	width: auto;
	

	
}


	



	.copiright{


font-family: 'Inter', sans-serif;
	font-size: 3vw;
	width: 100%;
	text-align: center;
	
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	
	
	bottom: 8.9444vh;
	
	text-decoration: none;
	
	}


.nav-1 {
  float: left;

  width: 100%;

  
  position: absolute;
  top: 23%;


}
.nav-1 .ul-1 {
  
  overflow: hidden; 
}
.nav-1 .ul-1 .li-1 {
  
  font-family: 'Inter', sans-serif;
  text-align: left;
  font-size: 9vw;
  width: auto;

  font-weight: 500;
  }

  .nav-1 .ul-1 .li-1 .a-1 {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

.nav-1 .ul-1 .li-1:hover {
  font-weight: 100;

  }




.texto2{


	font-family: 'Inter', sans-serif;
	font-size: 2.5vh;
	width: auto;

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 8vw;
	
	color: white;
	}




.elegance-2{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}








/* ------------------------------------SPLASH----------------------------------- */




.intro{
	width: 100vw;
	height: 100vh;
	background-color: black;
	position: fixed;
	top: 0vh;
	z-index: 20;
	transition: 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
	
}


.logointro{
	position: absolute;
	width: 75%;
	height: auto;
	z-index: 30;
	margin: auto;
	display: block;
	opacity: 0;
	transition: 2s;

}

}
/* -------------------TABLET VERTICAL-------------------------- */
/* ------------------TABLET VERTICAL-------------------------- */
/* -------------------TABLET VERTICAL-------------------------- */
/* -------------------TABLET VERTICAL------------------------- */

@media (min-width:768px){


/* ------------------------------------SECCIÓN 1----------------------------------- */
#section1{
	position: relative;
	z-index: 15;
	height: 228vh;
	width: 100vw;
	background-color: black;
	overflow: hidden;


}



.rectangulo-negro-1{
	position: absolute;
	
	
	z-index: 2;
	width: 27.395vw;
	height: 81.94vh;
	right: 0vw;
	top: 29.537vh;
	background-color: black;
	
}
.rectangulo-negro-2{
	position: absolute;
	
	
	z-index: 2;
	width: 75vw;
	height: 30vh;
	right: 0vw;
	top: 111.48vh;
	background-color: black;
	 display: table-cell;
	 vertical-align: middle;
	
}
.rectangulo-negro-3{
	position: absolute;
	
	
	z-index: 2;
	width: 18vw;
	height: 4.722vh;
	right: 0vw;
	top: 29.537vh;
	left: 7.343vw;
	background-color: black;
	
}

.rectangulo-blanco-1{
	position: absolute;
	
	
	z-index: 10;
	width: 80vw;
	height: 40vh;
	right: 0vw;
	bottom: 19vh;
	left: 0vw;
	background-color: white;
	
}

.logo1{
	position: absolute;
	
	
	z-index: 5;
	width: 20%;
	height: auto;

	right: 17vw;
	top: 25vh;



}


.logo2{
	position: absolute;
	
	
	z-index: 5;
	width: 20%;
	height: auto;

	right: 17vw;
	top: 25vh;
	transition-duration: 1s;
opacity: 0;
}

.logo2:hover {

 opacity: 1;
}

.imagen-portada{
	position: absolute;
	
	
	z-index: 1;
	width: 100%;
	height: 220vh;
	left: 7.343vw;
	top: 29.537vh;
	object-fit: cover;
}

.linea-portada-1{
	position: absolute;
	
	
	z-index: 3;
	width: 100vw;
	height: auto;
	left: 0vw;
	
	top: 12.22vh;
}

.linea-portada-2{
	position: absolute;
	
	
	z-index: 3;
	width: auto;
	height: 111.5vh;
	
	right: 11vw;
}


.avance{
	position: absolute;
	
	
	z-index: 7;
	width: auto;
	height: 7vh;
	top: 85vh;
	
	right: 2vw;
}

.texto1{


	font-family: 'Inter', sans-serif;
	font-size: 3vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 4vh;
	left: 7vw;
	
	color: white;
	}




.elegance{


	font-family: 'Inter', sans-serif;
	
	font-weight: 200;
	
	}

.flecha{


	
	position: fixed;
	z-index: 30;
	width: 6vw;
	height: auto;
	top: 5.5vh;
	right: 2.5vw;
	filter: invert(30%);

	
	
	}


.fecha{


	font-family: 'Inter', sans-serif;
	font-size: 1.8vw;
	font-weight: 300;
	position: absolute;
	z-index: 7;
	width: 100%;
	text-align: center;
	top: 0.5vh;

	
	
	
	color: white;


	
	
	
	
}

.construcciones{


	font-family: 'Inter', sans-serif;
	font-size: 1.8vw;
	font-weight: 200;
	position: absolute;
	z-index: 7;
	top: 26vh;
	right: -3vw;
	transform: rotate(-90deg);
	
	color: white;


	
	
}


.elcambio{


	font-family: 'Inter', sans-serif;
	font-size: 6.5vw;
	font-weight: 100;
	position: absolute;
	z-index: 3;
	top: 25%;

	left: 3vw;
	
	color: white;
	width: 65vw;
	



	}



.comienzaencasa{


	font-family: 'Inter', sans-serif;
	
	font-weight: 400;
		color: white;
	width: 60vw;
	
	}




.titulo-apartado-1{


	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 3vw;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	top: 7vh;
	left: 7vw;

	
	color: black;
	}

.texto-apartado-1{


	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	z-index: 3;
	top: 15vh;
	width: 67vw;
	line-height : 30px;
	left: 7vw;
	text-align: left;
	
	color: black;
	

    vertical-align: baseline;
	}




.boton1 {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
position: absolute;
border: 1px solid black;
background-color: white; 
right: 8vw;
top: 30vh;
width: 13.5vw;
height: auto;

	font-family: 'Inter', sans-serif;
	font-size: 1.5vw;
	font-weight: 400;
	text-decoration: none;
	color: black;
	 cursor: pointer;
	text-align: center;
	transition-duration: 0.5s;


}

.boton1:hover {
  background-color: black;
  color: white;
 
	font-weight: 400;
}



/* ------------------------------------SECCIÓN 2----------------------------------- */


#section2{
	position: relative;
	height: 260vh;
	width: 100vw;
	z-index: 10;
	background-color: black;
	
	display: grid;
   place-items: center;

   

}


.logofondo{
	position: absolute;
	z-index: 2;
	top: 9vh;
	left: 0vw;
	right: 0vw;
	opacity: 50%;
	display: none;
}


.titulo-apartado-2{


	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 3vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 15vh;
	left: 7vw;

	
	color: white;
	}



.logofondo{

	
 
  
  width: 100vw;
  height: auto;
  opacity: 50%;
  align-items: center;
  margin-top: 20vh;
  align-content: center;


  

}





.imagen-promocion-1:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion1{
	position: absolute;
	top: 30vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;

	
	
	
}


.div-imagen-promocion-1{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-1{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
	filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-2:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion2{
	position: absolute;
	
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;
	
	
	
}


.div-imagen-promocion-2{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-2{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-3:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion3{
	position: absolute;
	bottom: 30vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;

	
	
	
}


.div-imagen-promocion-3{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-3{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}


.texto-1-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 96px;
	font-weight: 500;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: left;
	width: 100%;
	top: -20px;
	}



.texto-2-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: right;
	width: 100%;
	bottom: 0px;
	}







/* ------------------------------------SECCIÓN 3----------------------------------- */


.cuadro-negro-galeria{
   position: fixed;
   z-index: 3;
   width: 30vw;
   height: 100vh;
   background-color:  black;
   right: 0vw;
   top: 0vh;

}


.Mwrap{
    width: 350% ;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    
    z-index: 4;
    align-items: center;
overflow-x: hidden;
    overflow-y: scroll;
}
.espaciado-inicial-galeria{
   width: 10vw;

}



.espaciado-medio-galeria{
   width: 5vw;
   background-color: white;

}



.bg-1 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-1 p{
   width: 100%;


   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 2.5vw;
   font-weight: 300;
   
  
   

}

.bg-1 span{
   
   
    font-weight: 500;
font-size: 10vw;
   
   

}



.bg-2 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-2 p{
   width: 100%;

   
  
   color: black;
   line-height : 50%;
   
  font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 10vw;
   
  
   

}

.bg-2 span{
   
   
  
     font-size: 2.5vw;
   font-weight: 300;
   

}




.bg-3 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-3 p{
   width: 100%;

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 2.5vw;
   font-weight: 300;
   
  
   

}

.bg-3 span{
   
   
    font-weight: 500;
font-size: 10vw;
   
   

}



.bg-4 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-4 p{
   width: 100%;


   
  
   color: black;
   line-height : 50%;
   
   font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 10vw;

   
  
   

}

.bg-4 span{
   
   
  
     font-size: 2.5vw;
   font-weight: 300;
   

}


.bg-5 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-5 p{
   width: 100%;
   

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 2.5vw;
   font-weight: 300;
   
  
   

}

.bg-5 span{
   
   
    font-weight: 500;
font-size: 10vw;
   
   

}

.panel{
    width: 30.625vw;
    height: 80vh;

    font-weight: 700;
    font-size: 1.5em;
    color: blue;
    display: flex;

    
    
    flex-direction: column;
    justify-content: space-between;
   
}






 #section3{
    position: relative;
    height: auto;
   
   
    width: 100vw;
    
    

  }


  .Mwrap-titular{
    position: absolute;
    z-index: 20;
    font-family: 'Inter', sans-serif;
    font-size: 3.7vw;
    color: black;
    font-weight: bold;
    top: 5vh;
    left: 7vw;

  }

  .head{
    height: 20vh;
    background-color: white;
  }



/* ------------------------------------SECCIÓN 4----------------------------------- */




  #section4{
   
   height: 130vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;

  }

.titulo-apartado-4{


	font-family: 'Inter', sans-serif;
	font-size: 3vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 10vh;
	left: 7vw;


	
	color: white;
	}


 
  .container_menu {
    width: 80vw;
    position: absolute;
    top: 35vh;

  }
  .menu {
    width: 80vw;

    
      
  }


.imagen-servicios{
  position: absolute;
  z-index: -1;
  height: 130vh;
  width: 100vw;
}

#section4 ul {
    width: 100%;

    padding: 0;
    margin-top: 0;
    
    overflow: hidden;
  }


 

.list {
    width: 100%;
    list-style: none;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    transition: 0.5s ease;
  }

.list:hover {
  background-color: rgba(78, 78, 78, 0.5);
  }




 #section4 a {
    
    padding: 16px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: regular;
    word-spacing: 30px;

    color: white;
 
    display: flex;
    justify-content: space-between;
    transition: 0.5s ease;
    
  }
 
  #section4 a:hover {
    
   margin-left: 70px;
   
    
    
  }




  #section4 i {
    margin-right: 0px;
    padding-right: 0px;
    

  }


 
  .fa-chevron-down {
    transition: 0.3s;

  }


   #section4 p {
    padding: 10px;
    color: gray;
   font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: rgba(200, 200, 200, 1);
    line-height: 30px;

    
  }
  .scale{
      height: 260px;
  }
  .rotate{
    transform: rotate(180deg);
  }


.punta{
	position: absolute;
	width: 100vw;
	height: 20vh;
	bottom: 0px;
}


/* ------------------------------------SECCIÓN 5----------------------------------- */




  #section5{
   
   height: 35vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;

  }

  


.titular-footer{
	position: absolute;
	width: 100vw;
	text-align: center;
	color: black;
	top: vh;
	font-family: 'Inter', sans-serif;
	font-size: 5vw;
	font-weight: 200;
}



.titular-footer-2 a{

	font-weight: 700;
	
	color: black;
	font-weight: 700;

}




/* ------------------------------------FOOTER----------------------------------- */




  #footer{
   z-index: 12;
   height: 100vh;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;
   overflow: hidden;


  }

.imagen-footer{
	position: absolute;
	z-index: 1;
	right: 0vw;
	bottom: 0vh;
	height: 93vh;
	width: 60vw;
	object-fit: cover;
}


.caja-footer{

	position: absolute;
	z-index: 2;
	width: 70vw;
	height: 80vh;
	background-color: black;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



.iconos-redes-2{
	position: absolute;
	
	height: 32px;
	width: auto;
	overflow: hidden;
	bottom: 8.9444vh;
	right: 4vw;
	z-index: 20;

}

.iconos-redes-2 a{
	position: relative;
	
	padding: 15px;


	
}

.iconos-redes-2 img{
	position: relative;
	height: 32px;
	width: auto;
	

	
}

.copiright-2{


	font-family: 'Inter', sans-serif;
	font-size: 2vw;
	width: auto;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	text-align: left;
	width: 100%;
	bottom: 8.9444vh;
	left: 4vw;
	text-decoration: none;
	
	}




.texto3{


	font-family: 'Inter', sans-serif;
	font-size: 3vh;
	width: auto;

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 4vw;
	
	color: white;
	}




.elegance-3{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}


.logo-footer {
	position: absolute;
	z-index: 4;
	width: 8.5vw;
	height: auto;
	right: 4vw;
	top: 5.9444vh;

}



.titulares-footer{


	font-family: 'Inter', sans-serif;
	position: absolute;
	font-size: 2.4vw;
	color: white;
	z-index: 7;
	line-height: 80px;
	
	font-weight: 250;
	left: 4vw;
	top: 27vh;
	
	}

.datos-footer{


	font-family: 'Inter', sans-serif;
	position: absolute;
	font-size: 2.4vw;
	
	z-index: 7;
	line-height: 80px;
	
	font-weight: 250;
	left: 25vw;
	top: 27vh;

	
	}

.datos-footer a {


	color: white;
	
	}




/* ------------------------------------MENU FULL SCREEN----------------------------------- */



#full-menu{
	position: fixed;
	top: 0;
	right: -100vw;
	
	
	z-index: 60;
	width: 100vw;
	height: 100vh;
	background: black;

	

	
	
}

.imagen-menu{
	position: absolute;
	width: 47.60vw;
	height: 84.629vh;
	top: 6.9444vh;
	object-fit: cover;
	
	left: 3.90vw;
	display: flex;
}


.flecha2{
	position: absolute;
	
	z-index: 60;
	width: auto;
	height: 3vh;
	right: 3vw;
	top: 6vh;
	}









.iconos-redes{
	position: absolute;
	
	height: 30px;
	width: auto;
	overflow: hidden;
	bottom: 16vh;
	left: 57vw;
	z-index: 20;

}

.iconos-redes a{
	position: relative;
	
	padding: 10px;


	
}

.iconos-redes img{
	position: relative;
	height: 30px;
	width: auto;
	

	
}



	



	.copiright{


	font-family: 'Inter', sans-serif;
	font-size: 1.7vh;
	width: auto;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	text-align: left;
	width: 100%;
	bottom: 8.9444vh;
	left: 57vw;
	text-decoration: none;
	
	}


.nav-1 {
  float: left;

  left: 52vw;
  position: absolute;
  top: 23%;


}
.nav-1 .ul-1 {
  
  overflow: hidden; 
}
.nav-1 .ul-1 .li-1 {
  
  font-family: 'Inter', sans-serif;
  font-size: 5.8vw;
  width: auto;

  font-weight: 500;
  }

  .nav-1 .ul-1 .li-1 .a-1 {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

.nav-1 .ul-1 .li-1:hover {
  font-weight: 100;

  }




.texto2{


	font-family: 'Inter', sans-serif;
	font-size: 2.7vh;
	width: auto;

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 57vw;
	
	color: white;
	}




.elegance-2{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}






/* ------------------------------------SPLASH----------------------------------- */




.intro{
	width: 100vw;
	height: 100vh;
	background-color: black;
	position: fixed;
	top: 0vh;
	z-index: 20;
	transition: 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
	
}


.logointro{
	position: absolute;
	width: 50%;
	height: auto;
	z-index: 30;
	margin: auto;
	display: block;
	opacity: 0;
	transition: 2s;

}



















	}



/* -------------------ORDENADOR NORMAL-------------------------- */
/* ------------------TABLET HORIZONTAL-------------------------- */
/* -------------------ORDENADOR NORMAL-------------------------- */
/* -------------------TABLET HORIZONTAL------------------------- */

@media (min-width:1024px){


/* ------------------------------------SECCIÓN 1----------------------------------- */
#section1{
	position: relative;
	z-index: 15;
	height: 228vh;
	width: 100vw;
	background-color: black;
	overflow: hidden;

}



.rectangulo-negro-1{
	position: absolute;
	
	
	z-index: 2;
	width: 27.395vw;
	height: 81.94vh;
	right: 0vw;
	top: 29.537vh;
	background-color: black;
	
}
.rectangulo-negro-2{
	position: absolute;
	
	
	z-index: 2;
	width: 58.958vw;
	height: 37.037vh;
	right: 0vw;
	top: 111.48vh;
	background-color: black;
	 display: table-cell;
	 vertical-align: middle;
	
}
.rectangulo-negro-3{
	position: absolute;
	
	
	z-index: 2;
	width: 9.01vw;
	height: 4.722vh;
	right: 0vw;
	top: 29.537vh;
	left: 7.343vw;
	background-color: black;
	
}

.rectangulo-blanco-1{
	position: absolute;
	
	
	z-index: 10;
	width: 67vw;
	height: 44.73vh;
	right: 0vw;
	bottom: 19vh;
	left: 0vw;
	background-color: white;
	
}

.logo1{
	position: absolute;
	
	
	z-index: 5;
	width: 17%;
	height: auto;

	right: 19vw;
	top: 24.3vh;



}


.logo2{
	position: absolute;
	
	
	z-index: 6;
	width: 17%;
	height: auto;

	right: 19vw;
	top: 24.3vh;
	transition-duration: 1s;
opacity: 0;
}

.logo2:hover {

 opacity: 1;
}

.imagen-portada{
	position: absolute;
	
	
	z-index: 1;
	width: 100%;
	height: 220vh;
	left: 7.343vw;
	top: 29.537vh;
	object-fit: cover;
}

.linea-portada-1{
	position: absolute;
	
	
	z-index: 3;
	width: auto;
	height: auto;
	
	top: 12.22vh;
}

.linea-portada-2{
	position: absolute;
	
	
	z-index: 3;
	width: auto;
	height: 111.5vh;
	
	right: 8.654vw;
}


.avance{
	position: absolute;
	
	
	z-index: 7;
	width: auto;
	height: 7vh;
	top: 85vh;
	
	right: 2vw;
}

.texto1{


	font-family: 'Inter', sans-serif;
	font-size: 1.8vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 4vh;
	left: 3vw;
	
	color: white;
	}




.elegance{


	font-family: 'Inter', sans-serif;
	
	font-weight: 200;
	
	}

.flecha{


	
	position: fixed;
	z-index: 30;
	width: 3vw;
	height: auto;
	top: 5.5vh;
	right: 2.5vw;
	filter: invert(30%);

	
	
	}


.fecha{


	font-family: 'Inter', sans-serif;
	font-size: 1.1vw;
	font-weight: 300;
	position: absolute;
	z-index: 7;
	width: 100%;
	text-align: center;
	top: 0.5vh;

	
	
	
	color: white;


	
	
	
	
}

.construcciones{


	font-family: 'Inter', sans-serif;
	font-size: 1vw;
	font-weight: 200;
	position: absolute;
	z-index: 7;
	top: 24vh;
	right: 0vw;
	transform: rotate(-90deg);
	
	color: white;


	
	
}


.elcambio{


	font-family: 'Inter', sans-serif;
	font-size: 4vw;
	font-weight: 100;
	position: absolute;
	z-index: 3;
	top: 25%;

	left: 3vw;
	
	color: white;
	width: 60vw;


	}



.comienzaencasa{


	font-family: 'Inter', sans-serif;
	
	font-weight: 500;
		color: white;
	width: 60vw;
	
	}




.titulo-apartado-1{


	font-family: 'Inter', sans-serif;
	font-size: 2vw;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	top: 7vh;
	left: 7vw;

	
	color: black;
	}

.texto-apartado-1{


	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 300;
	position: absolute;
	z-index: 3;
	top: 17vh;
	width: 50vw;
	line-height : 33px;
	left: 7vw;
	text-align: left;
	
	color: black;
	

    vertical-align: baseline;
	}




.boton1 {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
position: absolute;
border: 1px solid black;
background-color: white; 
right: 6vw;
top: 33vh;

	font-family: 'Inter', sans-serif;
	font-size: 1vw;
	font-weight: 400;
	text-decoration: none;
	color: black;
	 cursor: pointer;
	transition-duration: 0.5s;


}

.boton1:hover {
  background-color: black;
  color: white;
 
	font-weight: 400;
}



/* ------------------------------------SECCIÓN 2----------------------------------- */


#section2{
	position: relative;
	height: 130vh;
	width: 100vw;
	z-index: 10;
	background-color: black;
	
	display: grid;
   place-items: center;
   

}


.logofondo{
	position: absolute;
	
	top: 1vh;
	z-index: 2;
	
	opacity: 50%;

	  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  width: auto;
  height: 100vh;

}


.titulo-apartado-2{


	font-family: 'Inter', sans-serif;
	font-size: 2vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 15vh;
	left: 7vw;

	
	color: white;
	}








.imagen-promocion-1:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion1{
	position: absolute;
	top: 40vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	left: 10vw;
	object-fit: cover;

	
	
	
}


.div-imagen-promocion-1{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-1{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
	filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-2:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion2{
	position: absolute;
	top: 40vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	
	object-fit: cover;
	align-content: center;
	
	
	
}


.div-imagen-promocion-2{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-2{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}




.imagen-promocion-3:hover{

	
transform: scale(1.2);
filter: none ;

}

.promocion3{
	position: absolute;
	top: 40vh;
	z-index: 2;
	width: 388px;
	height: 537px;
	right: 10vw;
	object-fit: cover;
	
	
	
}


.div-imagen-promocion-3{
		position: absolute;
	top: 100px;
	z-index: 2;
	width: 388px;
	height: 388px;
	left: 0vw;
	
	object-fit: cover;
	overflow: hidden;
	
	
	
}

.imagen-promocion-3{
	position: absolute;
	z-index: 2;
	
	
	width: 388px;
	height: 388px;
	top: 0px;
	left: 0px;
	object-fit: cover;
		filter: grayscale(100%);
	
	
	 transition: transform 0.3s;

 


	
	
}


.texto-1-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 96px;
	font-weight: 500;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: left;
	width: 100%;
	top: -20px;
	}



.texto-2-promocion-1{


	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: white;
	text-align: right;
	width: 100%;
	bottom: 0px;
	}







/* ------------------------------------SECCIÓN 3----------------------------------- */


.cuadro-negro-galeria{
   position: fixed;
   z-index: 3;
   width: 30vw;
   height: 100vh;
   background-color:  black;
   right: 0vw;
   top: 0vh;

}


.Mwrap{
    width: 350% ;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    
    z-index: 4;
    align-items: center;
overflow-x: hidden;
    overflow-y: scroll;
}
.espaciado-inicial-galeria{
   width: 10vw;

}



.espaciado-medio-galeria{
   width: 5vw;
   background-color: white;

}



.bg-1 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-1 p{
   width: 100%;


   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 1.5vw;
   font-weight: 300;
   
  
   

}

.bg-1 span{
   
   
    font-weight: 500;
font-size: 7vw;
   
   

}



.bg-2 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-2 p{
   width: 100%;

   
  
   color: black;
   line-height : 50%;
   
  font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 7vw;
   
  
   

}

.bg-2 span{
   
   
  
     font-size: 1.5vw;
   font-weight: 300;
   

}




.bg-3 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-3 p{
   width: 100%;

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 1.5vw;
   font-weight: 300;
   
  
   

}

.bg-3 span{
   
   
    font-weight: 500;
font-size: 7vw;
   
   

}



.bg-4 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;

   
  
   

}

.bg-4 p{
   width: 100%;


   
  
   color: black;
   line-height : 50%;
   
   font-family: 'Inter', sans-serif;
  
    font-weight: 500;
font-size: 7vw;

   
  
   

}

.bg-4 span{
   
   
  
     font-size: 1.5vw;
   font-weight: 300;
   

}


.bg-5 img{
   width: 100%;
   height: 60vh;
   object-fit: cover;
   
  
   

}

.bg-5 p{
   width: 100%;
   

   
  
   color: black;
   line-height : 300%;
   
   font-family: 'Inter', sans-serif;
  
    font-size: 1.5vw;
   font-weight: 300;
   
  
   

}

.bg-5 span{
   
   
    font-weight: 500;
font-size: 7vw;
   
   

}

.panel{
    width: 30.625vw;
    height: 80vh;

    font-weight: 700;
    font-size: 1.5em;
    color: blue;
    display: flex;

    
    
    flex-direction: column;
    justify-content: space-between;
   
}






 #section3{
    position: relative;
    height: auto;
   
   
    width: 100vw;
    
    

  }


  .Mwrap-titular{
    position: absolute;
    z-index: 20;
   font-family: 'Inter', sans-serif;
    font-size: 2.5vw;
    color: black;
    font-weight: bold;
    top: 5vh;
    left: 7vw;

  }

  .head{
    height: 20vh;
    background-color: white;
  }



/* ------------------------------------SECCIÓN 4----------------------------------- */




  #section4{
   
   height: 130vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;

  }

.titulo-apartado-4{


	font-family: 'Inter', sans-serif;
	font-size: 2vw;
	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 10vh;
	left: 7vw;


	
	color: white;
	}


 
  .container_menu {
    width: 60vw;
    position: absolute;
    top: 35vh;

  }
  .menu {
    width: 60vw;

    
      
  }


.imagen-servicios{
  position: absolute;
  z-index: -1;
  height: 130vh;
  width: 100vw;
}

#section4 ul {
    width: 100%;

    padding: 0;
    margin-top: 0;
    
    overflow: hidden;
  }


 

.list {
    width: 100%;
    list-style: none;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    transition: 0.5s ease;
  }

.list:hover {
  background-color: rgba(78, 78, 78, 0.5);
  }




 #section4 a {
    
    padding: 15px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: regular;
    word-spacing: 30px;

    color: white;
 
    display: flex;
    justify-content: space-between;
    transition: 0.5s ease;
    
  }
 
  #section4 a:hover {
    
   margin-left: 70px;
   
    
    
  }




  #section4 i {
    margin-right: 0px;
    padding-right: 0px;
    

  }


 
  .fa-chevron-down {
    transition: 0.3s;

  }


   #section4 p {
    padding: 10px;
    color: gray;
   font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: rgba(200, 200, 200, 1);
    line-height: 30px;

    
  }
  .scale{
      height: 240px;
  }
  .rotate{
    transform: rotate(180deg);
  }


.punta{
	position: absolute;
	width: 100vw;
	height: 40vh;
	bottom: 0px;
}


/* ------------------------------------SECCIÓN 5----------------------------------- */




  #section5{
   
   height: 35vh;
   z-index: 12;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;

  }

    #section5 .flecha{
   
  filter: invert(1);

  }


.titular-footer{
	position: absolute;
	width: 100vw;
	text-align: center;
	color: black;
	top: 4vh;
	font-family: 'Inter', sans-serif;
	font-size: 3.3333333333333335vw;
	font-weight: 200;
}



.titular-footer-2 a{

	font-weight: 700;
	
	color: black;
	font-weight: 700;

}




/* ------------------------------------FOOTER----------------------------------- */




  #footer{
   z-index: 12;
   height: 100vh;
   width: 100vw;
   display: grid;
   place-items: center;
   position: relative;
   background-color: white;
   overflow: hidden;


  }

.imagen-footer{
	position: absolute;
	z-index: 1;
	right: 0vw;
	bottom: 0vh;
	height: 93vh;
	width: 60vw;
	object-fit: cover;
}


.caja-footer{

	position: absolute;
	z-index: 2;
	width: 65.26041666666667vw;
	height: 80vh;
	background-color: black;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



.iconos-redes-2{
	position: absolute;
	
	height: 32px;
	width: auto;
	overflow: hidden;
	bottom: 8.9444vh;
	right: 4vw;
	z-index: 20;

}

.iconos-redes-2 a{
	position: relative;
	
	padding: 15px;


	
}

.iconos-redes-2 img{
	position: relative;
	height: 32px;
	width: auto;
	

	
}

.copiright-2{


	font-family: 'Inter', sans-serif;
	font-size: 20px;
	width: auto;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	text-align: left;
	width: 100%;
	bottom: 8.9444vh;
	left: 4vw;
	text-decoration: none;
	
	}




.texto3{


	font-family: 'Inter', sans-serif;
	font-size: 3.5vh;
	width: auto;

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 4vw;
	
	color: white;
	}




.elegance-3{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}


.logo-footer {
	position: absolute;
	z-index: 4;
	width: 7vw;
	height: auto;
	right: 4vw;
	top: 5.9444vh;

}



.titulares-footer{


	font-family: 'Inter', sans-serif;
	position: absolute;
	font-size: 1.6666666666666667vw;
	color: white;
	z-index: 7;
	line-height: 80px;
	
	font-weight: 300;
	left: 4vw;
	top: 27vh;
	
	}

.datos-footer{


	font-family: 'Inter', sans-serif;
	position: absolute;
	font-size: 1.6666666666666667vw;
	
	z-index: 7;
	line-height: 80px;
	
	font-weight: 300;
	left: 25vw;
	top: 27vh;


	
	}

.datos-footer a {

	color: white;
	
	}




/* ------------------------------------MENU FULL SCREEN----------------------------------- */



#full-menu{
	position: fixed;
	top: 0;
	right: -100vw;
	
	
	z-index: 60;
	width: 100vw;
	height: 100vh;
	background: black;

	

	
	
}

.imagen-menu{
	position: absolute;
	width: 47.60vw;
	height: 84.629vh;
	top: 6.9444vh;
	object-fit: cover;
	
	left: 3.90vw;
	display: flex;
}


.flecha2{
	position: absolute;
	
	z-index: 60;
	width: auto;
	height: 4vh;
	right: 3vw;
	top: 6vh;
	}









.iconos-redes{
	position: absolute;
	
	height: 32px;
	width: 50%;
	overflow: hidden;
	bottom: 8.9444vh;
	left: 85vw;
	
	z-index: 20;
	


}

.iconos-redes a{
	
	
	
	padding: 15px;


	
}

.iconos-redes img{
	
	height: 32px;
	width: auto;
	

	
}



	



	.copiright{


	font-family: 'Inter', sans-serif;
	font-size: 2vh;
	width: auto;
	font-weight: 300;
	position: absolute;
	z-index: 4;
	color: #8E8E8E;
	text-align: left;
	width: 100%;
	bottom: 8.9444vh;
	left: 57vw;
	text-decoration: none;
	
	}


.nav-1 {
  float: left;

  left: 54vw;
  position: absolute;
  top: 23%;


}
.nav-1 .ul-1 {
  
  overflow: hidden; 
}
.nav-1 .ul-1 .li-1 {
  
  font-family: 'Inter', sans-serif;
  font-size: 3.2vw;
  width: auto;

  font-weight: 500;
  }

  .nav-1 .ul-1 .li-1 .a-1 {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
}

.nav-1 .ul-1 .li-1:hover {
  font-weight: 100;

  }




.texto2{


	font-family: 'Inter', sans-serif;
	font-size: 3vh;
	width: auto;

	font-weight: 600;
	position: absolute;
	z-index: 3;
	top: 5.9444vh;
	left: 57vw;
	
	color: white;
	}




.elegance-2{


	font-family: 'Inter', sans-serif;
	
	font-weight: 100;
	
	}






/* ------------------------------------SPLASH----------------------------------- */




.intro{
	width: 100vw;
	height: 100vh;
	background-color: black;
	position: fixed;
	top: 0vh;
	z-index: 20;
	transition: 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
	
}


.logointro{
	position: absolute;
	width: 25%;
	height: auto;
	z-index: 30;
	margin: auto;
	display: block;
	opacity: 0;
	transition: 2s;

}
















	}












