@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@import url('https://fonts.googleapis.com/css?family=Poppins');
@font-face {
  font-family: "Inconsolata";
  src: url(../fonts/inconsolata.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
}
* {
  box-sizing: border-box;
  margin-top: 2px;
}
body {
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;

}
#resultsList li {
  display: none;
}

#resultsList li.visible {
  display: block;
}
.carritos{
  position: relative;
  left: -25px;
  margin-top: 20px;
}

.sesion{
  position: relative;
  left: -150px;
}
.logot{
  height: 80px;
  width: 180px;
  margin-left: 0px;
  margin-top: 2px;
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 50px;
}

.search-container input {
  width: 350px;
  padding: 8px 32px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.search-container i {
  position: absolute;
  right: 10px;
  color: #888;
}

#resultsList li {
  display: none;
}

#resultsList li.visible {
  display: block;
}


.main-header {
  padding: 0 20px;
}
.main-header__title{
  text-align: center;
  font-size: 2.5em;
  margin: 10px 0;
  color: #454546;
  font-family: "Poppins";
}
.main-header__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header__link {
  color: #333;
}

/* Estilos del Menu */
.main-nav {
  font-family: sans-serif;
  transition: top 0.5s ease;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 999999;
  position: fixed;
  top:  -35px;
  left: 10px;
  right: 15px;
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  padding-top: 40px;
  padding-right: 400px;
  margin-left: -10px;
  box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  transition: top 0.3s
  
  
}
.hide {
  top: -200px;
  
}
.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.no{
  display: none;
}
.si{
  display: inline;
}
.menu__itema :hover .dropdown-content {
  display: inline; 
 
}
.tienda{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.icono2{
  position: absolute;
  margin-top: -30px;
  margin-left:200px;
}
.icono{
  margin-top: 25px;
  margin-left: 60em;
  position: absolute;
}
.menu{
  position: absolute;
  top: 180px;
  left: 0;
  background: #ffffff;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0;
}

.deco{
  text-decoration: line-through;
}
.menu__link {
  border: none;
  padding: 20px;
  padding-left: px;
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
}

.menu__link:hover {
  background: white;
  color: #212121;
}
.menu__linkk {
  font-size: 19px;
  text-align: left;
  border: none;
  padding: 20px;
  width: 100%;
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
}

.menu__linkk:hover {
  background: white;
  color: #212121;
}
.user{
 position: absolute;
 margin-left: 65em;
 margin-top: 1em;
 font-size: 19px;
}
.mostrar{
  opacity: 1;
  visibility: visible;
}

.icon-menu{
  font-size: 1.5em;
  border: 1px solid #454546; 
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: auto;
}
.main-header__btn{
  display: block;
  padding: 10px 30px;
  color: #454546;
  border: 1px solid #454546;
  text-decoration: none;
}
.main-header__input{
  display: block;
  padding: 10px;
  width: 50%;
}



.main {
  padding: 0 20px;
}
.carritos a{
  font-family: 10px;
  color: black;
  margin-top: 70px;
  margin-left: 420px;
 
}

/* ESTILOS DE SLIDER */
.container-slider{
  margin: 50px 0;
  position: relative;
  overflow: hidden;
}

.slider {
  margin-left:20px ;
  display: flex;
  width: 400%;
  height: 640px;
  margin-left: -100%;
  position: relative;
}
.slider:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 18, 67, 0.265);
}


.slider__section {
  width: 100%;
  position: relative;
}
.slider__img {
  display: block;
  width: 100%;
  height: 160%;
  object-fit: cover;
}
.slider__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}
.slider__btn:hover { 
  background: #fff;
}
.slider__btn--left{
  left: 10px;
}
.slider__btn--right {
  right: 10px;
}
.slider__content{
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  z-index: 999;
}
.slider__title{
  font-size: 2.2em;
  margin: 0;
  color: #F7F7F7;
}
.slider__txt{
  margin: 5px 0;
}
.btn-shop{
  display: block;
  border: 2px solid #0820bf;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 150px;
  margin: 20px auto;
  transition: all 0.5s;
}
.btn-shop:hover{
  background: #0000ff;
  color: white;
}
/* ESTILOS DE PRODUCTOS */
.container-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.product {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  position: relative;
}
.product:before {
  content: "New";
  background: #262bbc;
  padding: 10px;
  width: 60px;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: rotate(-90deg);
  color: white;
}

.product__img{
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.product__title{
  text-align: center;
}
.product__price {
  color: #FF4E00;
  font-weight: bold;
}
.product__icon {
  display: block;
  margin-top: 10px;
}
.product:hover .product__icon {
  color: #FF4E00;
}
.container__testimonials{
  text-align: center;
  background: #F7F7F7;
  padding: 20px;
  margin: 20px 0;
}
.testimonial__txt{
  color: #777;
}
.container-editor{
  margin-top: 20px;
}

.editor__item{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.editor__img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor__circle{
  width: 200px;
  height: 200px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -200px;
  right: -150px;
  color: white;
  padding: 20px;
  padding-bottom: 70px;
  padding-right: 50px;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s;
}
.editor__item:hover .editor__circle{
  transform: scale(1.2);
  bottom: -90px;
  right: -50px;
}
.editor__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  opacity: 0;
  transition: all 0.5s;
}
.editor__item:hover:before {
  opacity: 1;
}
.container-tips{
  margin: 20px 0;
  text-align: center;
  margin-bottom: 100px;
}
.tip i{
  font-size: 2em;
  color: #333;
  padding: 20px 0;
}
.tip .btn-shop {
  color: #333;
}
.btn-shop:hover {
  color: white;
}

.footer-container {
  margin-top: 11em;
  background-color: #475DA6;
  padding: 20px;
  text-align: center;
}

.footer-container .copyright {
  font-size: 14px;
  color: #FFFFFF;
}

.footer-container .contact-info {
  margin-top: 10px;
}

.footer-container .phone, .footer-container .address {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.copy {
  color: #FFFFFF;
}


#backToTop {
  
  margin-left: 1280px;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.3s ease;
}

#backToTop:hover {
  background-color: #888;
}



/*Estilos para web*/

@media screen and (min-width:1024px) { 
  .container{
    width: 1000px;
    margin: auto;
  }
  .icon-menu {
    display: none;
  }
  .main-header .container--flex{
    display: flex;
    align-items: center;
  }
  .main-header__container{
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .main-header__txt{
    width: 100%;
  }
  .main-header__container:nth-child(2){
    order: -1;
    width: 25%;
  }
  .main-header__container:nth-child(3){
    width: 25%;
    padding: 0 20px;
  }
  .main-header__title {
    width: 100%;
    font-size: 4em;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .main-header__link {
    margin-bottom: 20px;
  }
  .main-header__btn{
    width: 130px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .main-header__input{
    width: 85%;
  }
  .main-nav{
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-top: 20px;
  }
  .menu {
    position: static;
    width: 100%;
    display: flex;
    background: none;
  }
  .menu__link{
    color: #333;
    
  }
  .menu__link:hover{
    background: #0c3063;
    color: white;
  }
  .menu__linkk{
    color: #333;
    
  }
  .menu__linkk:hover{
    background: #0c3063;
    color: white;
  }
  .container-products {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
  .product__img {
    height: 150px;
  }
  .container__testimonials{
    font-size: 1.3em; 
  }
  .container-editor{
    display: flex;
    justify-content: space-between;
  }
  .editor__item{
    width: 48%;
  }
  .main-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .copy {
    grid-column-start: span 4;
    text-align: center;
  }
}

.botones123{
  background-color: #3056C4;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.botones1234{
  background-color: #4DAF51;
  color: rgb(255, 255, 255);
}
