*{
	margin: 0px;
	padding: 0px;
}


a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.main-header{

	
	width: 100vw;
    height: 150px;
	display: flex;

	flex-wrap: wrap;
	
	
    position: fixed ;
    margin-top: -150px;
    background: #fdcdf3;
    z-index: 1;
   


}


.cabecera{

	background: #000;
	width: 100vw;
	max-height: 40%;
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cabecera p{

	MAX-width: 60% ;
	line-height: 2.1vh;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 2px;

	align-content: center;
    font-family: sans-serif;
    
    font-size: 1.5vh;
    color: #ddd;
    margin: 0px 10px;
    font-weight: bold;
	

}


.social-icos-cabecera {
	max-width: 15%;
	max-height: 80%;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto;
     
}


.social-icos-cabecera img {
    
	 max-width: 70%; 
     max-height: 70PX;

	 object-fit: contain;
	 overflow: hidden;

    
}


.nav-bar{
	background: #fdcdf3;
	display: flex;
	min-width: 100vw;
	max-width: 100vw;
	max-height: 60%;
	justify-content: space-between;
	overflow: hidden;
   
}

.logo-nav-bar{
	margin: 1% 2%;
	filter: invert(100%);
	
	filter: brightness(0);
}



.nav-bar img{
	max-width: 30%;

}

.hamburger-button{

    border: none;
	max-width: 20%;
	background: transparent; 

}





.presentacion{
	background: #fff;
    min-width: 100vw;
    margin: 150px auto 0px;
    display: flex;

    align-items: center;
    justify-content: center;
    z-index: 1000;
   
}

.titulos-container{
	width: 100vw;
	
}

.presentacion h1{
	min-width: 100vw;
	
	color: #000;
	font-family: 'Great Vibes', cursive;
	font-size: 10vh;
	line-height: 14vh;
	margin-top: 80px;	
	letter-spacing: 6px;
	text-align: center;
}

.presentacion p{
  margin: 30px auto;	
  font-family: sans-serif;
  width: 90vw;
  font-weight: 200;
  font-size: 3vh;
  text-align: center;
  letter-spacing: 2px;

}



.logo {
    
    justify-content: center;
    
    justify-content: center;
    height: 100%;
    width: 300px;
    margin: 0px auto;
    
    

}

.logo img {

    max-width: 100%; 
    max-height: 100%; 
    margin-right: 10px; 
}










nav {
    background-color: transparent;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around ;
    align-items: center;
    width: 80%;
    margin: 0;
    padding: 0;
}

nav li {
    width: 20%;
    margin: 0 10px;
    position: relative;
}

nav a {

    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease;
}


/* estilos nav en mobile */

.mobile-nav{
   
    display: none;
    position: fixed;
    z-index: 2;
    background: rgb(228, 158, 224);
    height: 1200px;
    flex-wrap: wrap;
    
}

.mobile-nav ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start;
    list-style: none;
	
    border-top: #d6aecc;
    min-width: 100%;
    height: 50%;
}

.mobile-nav a{
    color: #000;
    font-size: 5vh;
}

.mobile-nav-button{
	display: flex;
   }

   .mobile-nav{
	color: #000;
	justify-content: space-around; 
	align-items: center;
    max-height: 70vh ;
    position: fixed;
	
   }

   .mobile-nav ul li{
	color: #000;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 margin-bottom: 5px;
	 width: 100%;
	 max-height: 16%;
   }

   .mobile-nav ul li a{
	color: #000;
	display: flex;
	align-items: center;
	width: 100%;
  }

  .mobile-nav ul li a img{
	align-items: center;
	width: 10%;
	

	
  }

  .logo-navmobile{
	opacity: 0.8;
	max-height: 16%;
	margin: 0px auto;
	display: flex;
  }

 .logo-navmobile img{
	margin: 0px 30%;
 }

  .mobile-ico-container{
	display: flex;
	width: 100%;
  }

  .mobile-ico-container a{
	background-color: rgb(228, 158, 224);
	display: flex;
	width: 33%;
  }
  .mobile-ico-container img{
	 object-fit: cover ;
	 margin: 0 auto;
	 max-width: 10%;
  }


  .social-icon{
                
            
	width: 100%;
	height: 60px;
	
}

.social-icon-img{
	min-width: 30% ;
	margin: 0 auto;
}






.nuestras-marcas{
	width: 100vw;

}

.marcas-container{
	margin: 10vh auto;
	width: 90vw;
	display: flex;
	flex-wrap: wrap;
}

.marcas{
	width: 30%;
	height: 40px;
	margin: 5px auto;
	object-fit: contain;
}







.containerUbicacion{
	width: 100vw;
	height: 100%;
	background: #fff;
}

.containerUbicacion .titulosContainer{
	background: #000;
	color: #fff;
	height: 150px;
}
.containerUbicacion .titulosContainer h2{
   text-align: center; 
   line-height: 60px;
}


.containerUbicacion .titulosContainer h2,p{
	margin: 0 auto;
	padding: 8px;
}


footer{
	display: flex;
	flex-wrap: wrap;
   background: #000;
}

footer p{
	margin: 10px auto;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}


.socialesContainer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.socialesItem{
	text-align: center;
	width: 33%;
	align-items: center;
	justify-content: center;
}

.socialesItem img{
	margin: 4px auto;
	width: 30%;
}

.socialesWtsButton{
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 18px;
	padding: 20px;
	margin: 12px auto;
	background: green;
	border: 1px solid #fff;
	color: #fff;
}

.socialesCorreo{
	text-align: center;
	color: #fff;
	width: 100%;
}
































/**{
	margin: 0px;
	padding: 0px;
}


.valoracion-container{
	display: flex;
	flex-wrap: wrap;
	background: #ffa7c5;
	width: 100vw;
	
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

.valoracion-container img{
	width: 100%;
	height: 40vh;
	margin: 0px auto;
	padding: 0px;
	object-fit: cover;

}

.valoracion-textos{
	width: 90%;
	margin: 10px auto 0px;
}

.valoracion-textos h2{
	font-size: 50px;

}

.valoracion-textos p{
	font-family: sans-serif;
	font-size: 15px;
}

.valoracion-button{
	width: 100px;
	background: #000;
	color: #fff;
	padding: 15px;
	text-align: center;
	justify-content: center;
	border-radius: 5px;
	margin: 20px auto 25px;

}*/






















/*.slider-frame {
	width: 100vw;
    height: 50vw;
	margin:0 auto 0;
	overflow: hidden;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide 20s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;

}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}*/