@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');



body {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
   
  
  }  

.negro, h5{
  
  font-size: 18px;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: initial;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'robotolight';
}

h5{
text-align: center;
}


 .new-tag {
  margin-left: -100px;
  transform: rotate(-45deg);
  margin-top: 20px;
display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 2;
    padding: 1px 10px 10px 10px;
    background-color: #d22030;
    color: #fff;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

}




/*foto liquidacion*/
      .contenedor, .portadafo {
        width: 100%;
        height: auto;
        
        background-size:cover;/* tamaño de la imagen de fondo. Cover que cubra todo el fondo */
        background-position: center;/* posicion de la imagen de fondo */
        
        color:#ffffff;
      }	
      
  header {
    /*height: 50px; largo header*/ 
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    position: fixed;
    z-index: 6;
  }
  
  header nav ul {
   
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  header nav ul li {
    padding-top: 15px;
    list-style: none;
    position: relative;
    z-index: 2;
    
  }
  
  header nav ul li.sub-menu:before {
    content: '\f107';
    font-family: fontAwesome;
    position: absolute;
    line-height: 50px;
    color: white;
    right: 20px;
    font-size: 15px;
    cursor: pointer;
    
  }
  
  header nav ul li.active.sub-menu:before {
    content: '\f106'; 
  }
  
  header nav ul li ul {
    position: absolute;
    
    background: white;
    display: none
  }
  
  header nav ul li.active ul {
    display: block;
  }

  /*MOSTRAR SUBMENU*/
 header nav ul li:hover ul{
display: block;
}
  
  header nav ul li ul li {
    display: block;
    width: 240px;
  }
  
  header nav ul li a {
   
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 35px;
    text-decoration: none;
    display: block;
  }
  
  header nav ul li  {
    
    color: black;
  }
  header nav ul li a {
    color: rgb(255, 255, 255);
    text-align: center;
  }
     
  .sub-menu ul li{
   background: rgb(0, 0, 0);
  }
  
  nav ul li:hover{
    background: #3f3f3e;
  }
  
/*PORQUE VISITAR GAZDALY*/

.section-1 {
  padding: 5vmin 0vmin;
}

.section-1 .row10 .col-md-6 .pray img {
  
  width: 90%;
  border-radius: 0.2em;
  
}

.section-1 .row10 .col-md-6:last-child {
  position: relative;
}

.section-1 .row10 .col-md-6 .panel {
  position: absolute;
  top: -0vmin;
  left: -4vmin;
  background: white;
  border-radius: 3px;
  text-align: left;
  padding: 5vmin 5vmin 5vmin 5vmin;

  
  z-index: 1;
}

.section-1 .row10 .col-md-6 .panel h2 {
  font-weight: 600;
  font-family: 'robotolight';
  padding: 0.4em 0;
  font-size: 1em;
}

.section-1 .row10 .col-md-6 .panel p {
  font-family: inherit;
  text-align: justify;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
}



/*RESPONSIVE PORQUE VISITAR */
@media only screen and (max-width: 992px) {
  
  .section-1 .row10 .col-md-6 .panel {
    position: initial;
    width: initial;
    height: initial;
  }
}

  /*MENU TOGGLE*/
 
@media screen and (max-width:860px){

  .fa{
    color: #ffffff;
    padding: 9px 10px;
    border: 1px solid transparent;
  }

  .menu-toggle{
 margin-top: 20px;
  }

  header nav ul li a{
    border-bottom: 1px solid #f5f5f7;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    
  }

  header nav ul li {
    
    padding: 0 0; 
  }  
}

/*LO MAS NUEVO*/
.galeria, h2{
  text-align: center;
  font-weight: bold;
  
}

/**/
.contenedor-imagenes{
  display:flex;
  width: 100%;
  margin: auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-radius:3px;
}

.contenedor-imagenes .imagen{
  width: 40%;
  position: relative;
  height:400px;
  margin-bottom:5px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .75)
}
.imagen img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  background:rgba(63, 63, 62, 0.781) ;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: .5s ease;
}

/*RESPONSIVE CARD PRINCIPAL*/
@media screen and (max-width:1000px){
  .contenedor-imagenes{
      width: 95%;
  }
 

}

@media screen and (max-width:700px){
  .contenedor-imagenes{
    width: 80%;
    padding-left: 4px;
  }
  .contenedor-imagenes .imagen{
      width: 48%;
  }
}

@media only screen and (max-width: 520px) {
  #logo img{
    
width: 36%;
height: 18%;

  }
 
  .product-grid .product-discount-label, .product-grid .product-hot-label{
    left: 80px;
  }

 
  
  
  .negro, h5 {
    
    color: rgb(0, 0, 0);
    font-size: 16px;
  }
}



@media screen and (max-width:450px){
  h1{
      font-size:22px;
  }
  .contenedor-imagenes{
      width: 100%;
  }
  .contenedor-imagenes .imagen{
    margin-top: 10px;  
    width: 80%;
  }





}

/*los vestidos mas vendidos*/
h2{
  font-weight: 300;
  padding-bottom: 5px;
  
  font-size: 15px;
  
}

/*producto destacados*/
.titulo-deco { 

  font-size: 24px!important;
  line-height: 30px;
  color: #535353;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: initial;
  margin: 0;
  padding: 0;
  letter-spacing: -0.6px;
  font-family: 'edressit-regular',Arial;

  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}



.titulo-deco:after, .titulo-deco:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-size: contain;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (min-width: 768px){
.titulo-deco:after {
    left: 110%;
}
.titulo-deco {
  font-size: 1.3em;
}
.titulo-deco:before {
  right: 110%;
}

}

















/*--------------tarjeta vestidos inicio---------------------*/

.product-grid{
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  }
  .product-grid .product-image{
  box-shadow: 0 3px 12px -4px rgba(0,0,0,.12);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-image{
  box-shadow: 0 15px 15px -9px rgba(0,0,0,.3);
  }
  .product-grid .product-image a{ display: block; }
  .product-grid .product-image img{
  width: 100%;
  height: 370px;
  }


  
  
/*responsive tarjetas de vestidos*/
@media only screen and (max-width:772px){
  .product-grid .product-image img{
    margin-left: 1px;
  width: 100%;
  height: auto;
  }

  .vestidos2{
    display: none;
  }
  .producdes{
  display: none;
}
}




  .product-image .pic-1{
  backface-visibility: hidden;
  transition: all .75s cubic-bezier(.785,.135,.15,.86);
  }


.pic-1{
  box-shadow: -3px 6px 20px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease 0s;
  width: 30.33%;
  margin-left: 3%;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  transition: all .4s;
}

.pic-2{
      box-shadow: -3px 6px 20px 2px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease 0s;
    width: 30.33%;
    margin-left: 3%;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    transition: all .4s;
}
  .product-grid:hover .product-image .pic-1 { opacity: 0; }
  .product-image .pic-2{
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .75s cubic-bezier(.785,.135,.15,.86);
  }

  .product-grid:hover .product-image .pic-2{
  opacity: 1;
  transform: scale(1.09);
  }

  .product-grid .product-discount-label,
  .product-grid .product-hot-label{
  color: #fff;
  background-color: #ce0606;
  text-align: center;
  width: 43px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 4px 0;
  position: absolute;
  left: 26px;
  top: 10px ;
  }

  .product-nuev{
    color: #fff;
  background-color: #15c51e;
  text-align: center;
  width: 44px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 4px 0;
  position: absolute;
  left: 30px;
  top: 10px ;
  }
  



  
  .product-grid .product-content{
      text-align: center;
      padding: 14px 10px;
      position: relative;
  }

  .product-grid .title{
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px 0;
  }

  .product-grid .title a{ 
    color: #222; 
    text-decoration: none;
  }

  .product-grid .title a:hover{ color: #e66a61; }
  .product-grid .product-category a{
  font-size: 14px;
  color: rgb(178, 186, 187);
  margin-bottom: 15px;
  display: block;
  }

  .product-grid .price {
      color: #d22030;
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 35px;
  }

  .product-grid .price s{
      font-size: 12px;
      color: black;
  }

  .product-grid .price span{
  color: #d66538;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 0 0 2px;
  text-decoration: line-through;
  opacity: 0.5;
  vertical-align: top;
  display: inline-block;
  }

  .product-grid .verproduct{
    color: #353333;
    background: #f4f5f7;
    font-size: 12px;
    font-weight: 600;
    width: 25%;
    padding: 10px 0;
   border-radius: 10px; 
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 12px;
    transition: all 0.3s linear 0s;
    text-decoration: none;
  }

  .product-grid .verproduct:hover {
    border-radius: 10px; 
  text-decoration: none;
  background: #e2cc89;
  }

  .product-grid:hover .verproduct { opacity: 1; }




  @media only screen and (max-width:990px){
  .product-grid{ margin-bottom: 30px; }
  }
  

  .appWhatsapp{
    position: fixed;
    right: 26px;
    bottom: 100px;
    width: 60px;
    z-index: 1000;
  }
  
  
  .appWhatsapp img{
  width: 100%;
  height: auto;
  }
  
  







/*--------------------------footeer----------------------*/

.information a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}



    footer, .footer--1{
      margin-top: 3%;
          width: 100%;
          background: #fbfbfb;
          color: rgb(5, 5, 5); 
      }

  .container-footer-all{
      width: 100%;
      max-width: 1100px;
      margin: auto;
      padding: 40px;    
  }
  
  .container-body{
      display: flex;
      justify-content: space-between;
  }

  .colum1{
      max-width: 400px;
  }

  .colum1 h3{
    color: black;
    font-weight: bold;
    text-align: inherit;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
  }
  .colum1 p{
    text-align: inherit;
      font-size: 14px;
      color:#4c4949;
      margin-top: 10px;
      font-family: 'Roboto', sans-serif;
  }


  .colum2 p {
    text-align: inherit;
    font-size: 14px;
    color: #4c4949;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;

  }

  
  .colum2{
      max-width: 400px;
  }

  .colum2 h3{
    text-align: inherit;
    font-weight: bold;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
  }
  
  .rowf img{
      width: 30px;
      height: 30px;
  }
  .row label{
      margin-top: 10px;
      margin-left: 20px;
      color: #c7c7c7;
  }
  .colum3{
      max-width: 400px;
  }

  .colum3 h3{
    font-weight: bold;
    text-align: inherit;
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
  }
  
  .row2{
      margin-top: 20px;
      display: flex;
  }
  .row2 img{
      width: 36px;
      height: 36px;
  }
  .row2 label{
      margin-top: 10px;
      margin-left: 20px;
      max-width: 140px;;
      
  }
  .container-footer{
      width: 100%;
      background: #000000;
  }
  .footer-1{
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding: 20px;
  }

  .copyright{
      font-size: 12px;
      color: #ffffff;
  }
  .copyright a{
      color:white;
      text-decoration: none;
      font-weight: bold;
  }
 
  
  @media screen and (max-width: 1100px){
      
      .container-body{
          flex-wrap: wrap;
      }
      
      .colum1{
          max-width: 100%;
      }
     
  }
  


  


/*LOGO MEDIO*/

.container3{
  padding-top: 50px;
   width: 100%;
  margin: 0 auto;
  }

#logo{
  margin-top: 5%;
  padding: 50px 1;
  text-align: center;
  
}


#top-social{
  position: absolute;
    right: 66px;
    top: 22px;
    letter-spacing: 1px;
}

#top-social a{
  line-height: 30px;
  text-decoration: none;
  color: #e2dede;
  font-size: 12px;
}

#top-social a:hover{
  color: white;
}

.fab{
color: #000000;
font-size: 17px;
}

.fa-facebook-f:before{
  content: "\f39e"
}

/*MENU TOGGLE*/
  .menu-toggle {
    color: #fff;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    
  }
  /*MENU TOGGLE RESPONSIVE*/
  @media (max-width: 860px) {
    
  

    #top-menu{

      display: none;

    }

    .appWhatsapp img {
      
    }
    header {
      padding: 0 10px;
    }
    .menu-toggle {
      display: block;
    }
    header nav {
      position: absolute;
      top: 50px;
      left: -100%;
      width: 100%;
      height: calc(100vh - 50px);
      transition: 0.5s;
    }
    header nav.active {
      left: 0;
      height: 30%;
    }
    header nav ul {
      display: block;
      text-align: center;
    }
  
    header nav ul li a {
      border-bottom: 0.9px solid rgba(0, 0, 0, .2);
    }
    header nav ul li.active ul {
      position: relative;
      background: #003e6f;
    }
    header nav ul li ul li {
      width: 100%;
    }
    #top-social{
      display: none;
    }
  }
  

  