* {
    margin: 0;
    padding: 0;
}
.container{
    height: 85px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.hamburguesa{
    display: none;
}
.contain-logo{
    display: inline-flex;
    position: relative;
    left: 200px;
    width: 68px;
    height: 68px;
}
.logo {
    display: flex;   
    position: relative;
    top: 10px;
    width: 207px;
    height: 42px;
}

.logo :hover{
    cursor: pointer;
}
.logo2{
    display: none;
}
.container-searcher{
    position: relative;
    left: 100px;
    border: 1.5px rgb(201, 201, 201) solid;
    display: flex;
    width: 568px;
    height: 45px;
    margin-left: 255px;
    font-size: 1.1em;
    outline: none;

}
.main-searcher{
    display: flex;
    margin-left: 10px ;
    /* width: 668px;
    height: 48px; */   
}
.searcher{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 47px;
    position: relative;
    left: 52px;
    margin-top: 1px;
    font-size: 1.4em;
    background-color: white;
    border: none;

}
.main-searcher-query {
    display: none;
}
.ubicacion{
    display: flex;
    position: relative;
    left: 95px;
    font-size: 1.8em;
}
.pUbicacion{
    margin-left: 12px;
    font-size: 0.5em;
}
.carrito{
    position: relative;
    left: 140px;  
    font-size: 1.7em;
}
.cmr{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cmr-img{
    position: relative;
    left: 175px;
}
.cmr-parrafo{
    position: relative;
    left: 185px;
    font-size: 0.8em;
}
.usuario{
    display: flex;
    position: relative;
    height: 44px;
    align-items: center;
    justify-content: center;
    left: 210px;
    font-size: 1.6em;
}
.parrafo-usuario{
    font-size: 0.7em;
    margin-left: 9px;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}




.contro {
    display: flex;
    justify-content: center;
    align-items: center;
}


.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 25px;
  
}


.mySlides {
  display: none;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 7px 7px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 7px 0 0 7px;
}


.prev:hover, .next:hover {
  background-color: rgba(170, 14, 27, 0.8);
  box-shadow: 10px 10px 20px rgb(192, 164, 228);
}


.slideshow-container:hover {
    box-shadow: 15px 15px 30px rgba(189, 45, 45, 0.705);
    transition: 0.8s ease;
    animation-duration: 0.5s;
    user-select: none;

}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@media only screen and (min-width:10px) and (max-width:768px){
    .container{
        height: 60px;
        
    }
    .hamburguesa{
        display: flex;
        height: 27px;
        font-size: 1.8em;
        margin-left: 26px;
        font-weight: 900;
    }
    .logo{
        display: none;
    }
    .logo2{
        display: flex;
        position: relative;
        left: -55px;
    }
    .container-searcher{
        display: none;   
        position: absolute;
        height: 60px;
        width: 100%;
        margin-top: -11.5px;
        margin-left: -101px;
    }
    .ubicacion{
        display: none;
    }
    .cmr{
        display: none;
    }
    .parrafo-usuario{
        display: none;
    }
    .searcher{
        position: relative;
        left: 50px;
    }
    .carrito{
        position: relative;
        font-size: 21px;
        left: 100px;
    }
    .usuario{
        position: relative;
        left: 120px;
    }
    .main-searcher-query{
        display: flex;  
        z-index: 12;
        background-color: white; 
        text-align: center;
        align-items: center;
        /* justify-content: center; */
        position: absolute;
        height: 60px;
        width: 100%;
    }
    .main-searcher-query-hidden{
        visibility: hidden;
        display: none;
    }
    .searcher-query{
        /* height: 36px;
        width: 33px; */
        position: relative;
        left: 8px;
        font-size: 20px;
        
    }
    .container-searcher-query {
        position: relative;
        width: 80%;
        height: 28px;
        font-size: 1em;
        border: none;
        left: 15px;
        outline: none;
    }
    .fa-xmark{
        position: relative;
        left: 35px;
        font-size: 20px;
    }


    .fa-xmark :hover {
        cursor: pointer;
    }
}

