  *{
    margin: 0;
    padding: 0;
    font-family: calibri;
  }
  ::-webkit-scrollbar {
    width: 9px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0,51,153,0.85);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0,51,153,0.95);
  }

  /*MENU*/
  .todoelmenu{
    width: 100%;
    position: fixed;
    background: #fff;
    padding-top: 10px;
    z-index: 5;
  }
  .logo,.buscador,.carrito{
    display: flex;
  }
  .logo a,.contebuscador,.contecarrito{
    display: block;
    margin: auto;
  }
  .logo img{
    max-width: 90%;
    display: block;
    margin: auto 0px;
    max-height: 90%;
  }
  .contebuscador{
    width: 90%;
    height: 40px;
  }
  .buscadorensi{
    border:1.2px solid #001d7e;
    display: flex;
    height: 40px;
    width: 100%;
    border-radius: 15px;
  }
  .buscaizq{
    width: 93%;
    display: flex;
  }
  .buscaizq input{
    width: 90%;
    height: 30px;
    display: block;
    margin: auto;
    -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border:none;
  outline: 0px;
  padding: 0px 20px;
  font-size: 16px;
  }

  .buscader{
    width: 7%;
    display: flex;
  }
  #botonbuscar,#botonbuscar2{
    display: none;
  }
  .buscader label{
    display: block;
    margin: auto;
    cursor: pointer;
  }
  .buscader label img{
    display: block;
    margin: auto;
    max-height: 25px;
    max-width: 80%;
  }
  .contecarrito{
    width: 90%;
  }
  .carritoensi{
    display: flex;
    float: right;
    cursor: pointer;
    padding: 15px;
  }
  .carritoensi:hover{
    background: rgba(0,0,0,0.05);
  }
  #muestracarro{
    display: none;
  }
  .imgcarrito,.labelcarrito,.flechacarrito{
    display: block;
    margin: auto;
  }
  .imgcarrito img{
    height: 30px;
    display: block;
    margin: auto;
  }
  .imgcarrito{
    margin-right: 10px;
  }
  .contador{
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    background: rgb(255,0,0);
    padding: 2px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.2);
    color: #fff;
  }
  .labelcarrito{
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
  }
  .flechacarrito img{
    height: 25px;
    display: block;
    margin: auto;
  }
  .contecateg{
    margin-top: 10px;
    background: rgb(59,62,160);
    background: -webkit-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
    background: -o-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
    background: linear-gradient(to right, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
  }
  #menucategoria{
    display: none;
  }
  .categiz label{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .categiz label img{
    height: 16px;
    width: 16px;
    margin: auto;
    margin-right: 5px;
    margin-bottom: -3px;
  }
  .categbox{
    position: relative;
  }

  .mostrarcatego{
    z-index: 20;
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    position: absolute;
  }
  .checkactivo{
    visibility: hidden;
  }
  #menucategoria:checked~.mostrarcatego{
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  #menucategoria:checked+label .checkinactivo{
    display: none;
  }
  #menucategoria:checked+label .checkactivo{
    visibility: visible;
  }

  .mostrarcatego ul{
    -webkit-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  }
  .mostrarcatego ul li ul{
    -webkit-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  }
  .mostrarcatego ul{
    list-style: none;
    border-top:2px solid rgba(59,62,160,1);
  }
  .mostrarcatego ul li a,.mostrarcatego ul li ul li a{
    text-decoration: none;
    display: block;
    color: #121212;
    width: 100%;
    cursor: pointer;
  }
  .mostrarcatego ul li a{
    position: relative;
    min-width: 180px;
  }
  .mostrarcatego ul li a span{
    position: absolute;
    right: 0;
  }
  .mostrarcatego ul li{
    position: relative;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
  }
  .mostrarcatego ul li ul{
    border-top:2px solid rgba(59,62,160,1);
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 2px;
    margin-top: -2px;
  }
  .mostrarcatego ul li ul li{
    background: #fff;
  }
  .mostrarcatego ul li:hover>ul{
    display: block;
    -webkit-animation: bounce-in-left 0.2s both;
  	        animation: bounce-in-left 0.2s both;
  }
  .clickafuera{
    display: none;
  }
  .categder{
    display: flex;
    position: absolute;
    right: 0;
    margin-right: 20px;
  }
  .cder1{
    margin: auto 0px;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
  }
  .cder1 label{
    cursor: pointer;
  }
  #contactopop{
    display: none;
  }
  .recontactopop{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: fixed;
  }
  #contactopop:checked~.recontactopop{
    display: block;
  }

  .reclickafuera{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 12;
    position: fixed;
    display: flex;
  }
  .realform{
    z-index: 25;
    width: 500px;
    position: fixed;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    height: 580px;
    top:50%;
    margin-top: -290px;
  }
  .realform form{
    padding: 30px 50px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 4px 9px 25px 6px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 9px 25px 6px rgba(0,0,0,0.25);
    box-shadow: 4px 9px 25px 6px rgba(0,0,0,0.25);
  }
  .realform form .g-recaptcha{
    display: block;
    margin: auto;
    margin-left: 44px;
    transform: scale(.8);
  margin-top: -15px;
  }
  .realform form p{
    font-size: 16px;
    color: #121212;
  }
  .realform form p,.realform form input,.realform form textarea{
    text-align: center;
    display: block;
    margin: 5px auto;
  }
  .realform form input,.realform form textarea{
    width: 60%;
    outline: 0px;
    border: none;
    border: 1px solid rgba(0,0,0,0.3);
  }
  .realform form input{
    height: 25px;
    font-size: 14px;
  }
  .realform form textarea{
    height: 50px;
    font-size: 14px;
  }
  .realform form h2{
    font-size: 18px;
    color: #003399;
    text-align: center;
    line-height: 54px;
  }
  .realform form label{
    display: block;
    margin: auto;
    background: rgb(255,0,0);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 2px 3px 2px 4px rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -40px;
    margin-top: 10px;
  }
  #enviarconsulta{
    border: none;
    color: #fff;
    cursor: pointer;
    height: 40px;
    background: rgba(0,0,219,1);
  }
  #enviarconsulta:hover{
    background: #003399;
  }
  .contecarrito{
    position: relative;
  }
  .carritoshow{
    width: 350px;
    position: absolute;
    display: block;
    top: 0;
    margin-top: 60px;
    left: 100%;
    margin-left: -350px;
    z-index: 15;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  box-shadow: 2px 7px 5px 5px rgba(0,0,0,0.05);
  border-top: 2px solid #003399;
  }
  #muestracarro:checked~.carritoshow{
    visibility: visible;
    opacity: 1;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  #muestracarro:checked+label .carritoensi{
      background: rgba(0,0,0,0.05);
  }
  .shower{
    padding: 30px;
    position: relative;
  }
  .shower p{
    font-size: 16px;
    text-align: center;
    font-style: italic;
  }
  .shower label{
    position: absolute;
    top: 0;
    left: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    background: rgb(255,0,0);
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    margin-left: -25px;
    margin-top: 5px;
  }
  .shower h2{
    font-size: 16px;
    font-weight: bold;
    color: #003399;
    margin-bottom: 20px;
  }
  .producar{
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }
  .prodcar1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:20px;
    width: 90%;
    margin:20px auto;
  }
  .prodcariz{
    display: flex;
    height: 80px;
  }
  .prodcariz img{
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
  }
  .prodcarder{
    margin: auto;
  }
  .prodcarder h3{
    font-size: 15px;
    color: #003399;
    font-weight: bold;
  }
  .prodcarder h4{
    font-weight: normal;
  }
  .shower a{
    display: block;
    margin:auto;
    text-align: center;
    text-decoration: none;
    width: 150px;
  margin-top: 5px;
  }
  .botoncarrito{
    background: rgba(0,0,0,0.15);
    color: #121212;
    padding: 12px 0px;
    border-radius: 20px;
  }
  .botoncotizar{
    background: #003399;
    color: #fff;
    padding: 12px 0px;
    border-radius: 20px;
  }
  .botoncarrito:hover{
    background: rgba(0,0,0,0.8);
    color: #fff;
  }
  a.botoncotizar{
    width: 100px;
  }
  .botoncotizar:hover{
    background: rgba(255,0,0,0.8);
  }
  .shower2{
      overflow: scroll;
      max-height: 400px;
    }
  .shower2::-webkit-scrollbar:horizontal{
  display: none;
  }
  .reglamenu{
    width: 100%;
    height: 115px;
  }
  .whatsapp{
  height: 50px;
  width: 50px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0%;
  top: 100%;
  margin-top: -70px;
  margin-left: 20px;
  position: fixed;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.whatsapp a {
  display: flex;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  background: rgb(0,255,0);
}
.whatsapp img{
  display: block;
  margin: auto;
  height: 35px;
  width: 35px;
}
.heartbeat {
	-webkit-animation: heartbeat 1.4s ease-in-out infinite both;
	        animation: heartbeat 1.4s ease-in-out infinite both;
}
.heartbeat2 {
	-webkit-animation: heartbeat 3s ease-in-out infinite both;
	        animation: heartbeat 3s ease-in-out infinite both;
}

  @media (max-width:890px) and (orientation:portrait){
  .contemenu{
    width: 90%;
    margin: auto;
  }
  .contecarrito{
    width: 100%;
  }
  .contador{
    top: 0;
    left: 100%;
    margin: 0;
    margin-left: -110px;
  }

  .logo img{
    margin: auto;
  }
  .contebuscador{
    width: 100%;
  }
  .realform form::-webkit-scrollbar{
    display: none;
  }
  .realform form .g-recaptcha{
    margin: 0;
    transform: scale(.7);
    margin-left: -15px;
  }

  .shower{
    overflow: scroll;
    max-height: 300px;
  }
.shower::-webkit-scrollbar:horizontal{
display: none;
}
 }
  @media (max-width:890px) {
    ::-webkit-scrollbar {
      width: 6px;
    }
    .muestraul::-webkit-scrollbar:horizontal,.realform form::-webkit-scrollbar:horizontal {
      display: none;
    }
    .muestraul,.realform form{
      overflow: scroll;
}
   #menucategoria:checked~.mostrarcatego{
     display: block;
     opacity: 1;
     visibility: visible;
   }
  .mostrarcatego{
    top: 0;
    left: 0;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    background: rgba(0,0,0,0.2);
  }

  .clickafuera{
    display: block;
    cursor: pointer;
    z-index: 15;
   top: 0;
   left: 0;
   position: absolute;
   position: fixed;
   width: 100%;
   height: 100vh;
   margin: 0;
   background: rgba(0,0,0,0.2);
  }
      .muestraul{
        z-index: 50;
        display: block;
        margin:0;
        position: absolute;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 80%;
      background: rgb(39, 41, 107);

      }
      #menucategoria:checked+label .checkactivo{
        visibility: hidden;
      }

      .muestraul,.muestraul li ul{
        box-shadow: none;
        padding: 0;
      }
      .muestraul{
        list-style: none;
        border: none;
      }
      .mostrarcatego ul li a,.mostrarcatego ul li ul li a{
        text-decoration: none;
        outline: 0px;
        display: block;
        color: #fff;
        width: 100%;
        cursor: pointer;
        line-height: 40px;
        padding: 0;
      }
      .mostrarcatego ul li a{
        position: relative;
        min-width: 200px;
      }
      .mostrarcatego ul li a span{
        position: absolute;
        right: 0;
        display: none;
      }
      .mostrarcatego ul li{
        position: relative;
        border:none;
        background: rgb(39, 41, 107);
        padding: 0;
      }
      .mostrarcatego ul li a:hover,.mostrarcatego ul li ul li a:hover{
        background: rgb(31, 97, 141);
      }
      .mostrarcatego ul li ul{
        border:none;
        display: none;
        position:inherit;
        top: 0;
        left: 0%;
        margin: auto;
        margin: 0;
      }
      .mostrarcatego ul li ul li{
      background: rgb(24, 25, 74);
      margin: 0px;
      }
      .mostrarcatego ul li:hover>ul{
        display: block;
        -webkit-animation: bounce-in-left 0.2s both;
      	        animation: bounce-in-left 0.2s both;
      }
    .cder2{
      display: none;
    }
    .cder1{
      margin: 0;
      font-size: 14px;
    }

    .reglamenu{
      width: 100%;
      height: 175px;
    }
  }
  @media (max-width:890px) and (orientation:landscape){
    .realform form,.shower{
      overflow: scroll;
    }
    .realform form{
      height: 240px;
    }
    .realform{
      height: 240px;
      margin-top: -150px;
    }

    .realform form .g-recaptcha{
      margin-left: 41px;
    }
    .cder2{
      display: none;
    }
    .shower{
      max-height: 180px;
    }
.shower::-webkit-scrollbar:horizontal{
  display: none;
}

    .reglamenu{
      width: 100%;
      height: 115px;
    }
}
/*SLIDER*/

#slider{
  width: 100%;
    height: 500px;
    margin: auto;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    background: #fff;
}

#slider div{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-position: right;
}
#slider input[type="radio"]{
  position: relative;
  z-index: 5;
  display: none;
}
#slider input[type="radio"]:checked ~ div{
  opacity: 1;
  visibility: visible;
  transition: 3s all ease;
  transform-origin: center bottom;
}
.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

#slider input[type="radio"]:checked ~ div section h1{
  -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  	        animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes fade-in{0%{transform:translateX(0);opacity:1}100%{transform:translateX(500px);opacity:0}}
#slider input[type="radio"]+label{
  position: relative;
  z-index: 4;
  margin: 30px 10px;
  display: block;
  background: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.1);
}
#slider input[type="radio"]:checked +label{
  background: #2E86C1;
}


.contenidoslider{
  position: absolute;
  top: 50%;
  margin-left: 10%;
  transform: translateY(-50%);
}
.contenidoslider h1{
  font-size: 36px;
  text-transform: uppercase;
  background: blue;
  padding: 25px 60px;
  border-radius: 20px;
  color: #fff;
  background: rgb(59,62,160);
  background: -webkit-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
  background: -o-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
  background: linear-gradient(to right, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);

}
.contenidoslider h2{
  font-size: 28px;
  margin: 40px 0px;
  color: rgb(56,142,217);
  overflow: auto;
  text-align: center;
}
.contenidoslider p{
  text-align: center;
}
.contenidoslider h3{
  margin-top: 40px;
  text-align: center;
}
.contenidoslider h3 a{
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  font-size: 22px;
  border-radius: 5px;
  background: rgb(255,24,58);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);

}

/*POPULARES*/
.populares{
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
}
.populiz{
  width: 320px;
  display: flex;
}
.especiales{
  display:block;
  width: 280px;
  margin: auto;
  padding: 30px 20px;
  position: relative;
  border: 2px solid #be0811;
  border-radius: 20px;
}
.especiales label{
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 16px;
  background: #003399;
  color: #fff;
  text-align: center;
  top: 0;
  left: 100%;
  margin-left: -70px;
  margin-top: 5px;
}
.especiales h2{
  color: #003399;
  font-size: 20px;
  font-weight: bold;
}
.especiales a{
  display: flex;
  margin: 30px auto;
  width: 250px;
  height: 250px;
}
.especiales a img{
  display: block;
  margin: auto;
  max-width: 220px;
  max-height: 220px;
}
.especiales p{
  color: #121212;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: bold;
}
.popultitulo{
  font-size: 20px;
  text-align: center;
  color: #5b5b5f;
  font-weight: bold;
  margin-bottom: 20px;
}
.popul1{
  background: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.05);
box-shadow: 3px 6px 5px 0px rgba(0,0,0,0.05);
}
.popul1 p{
  width: 80%;
  display: block;
  margin:15px auto;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #003399;
}
.popul1 a{
  display: flex;
  width: 80%;
  height: 120px;
  margin: auto;
}
.popul1 a img{
  max-width: 90%;
  max-height: 110px;
  display: block;
  margin: auto;
}
@media (max-width:890px) and (orientation:landscape){
  .populiz{
    width: 280px;
    display: flex;
  }
  .especiales{
    display:block;
    width: 250px;
    margin: auto;
    padding: 30px 20px;
    position: relative;
    border: 2px solid #be0811;
    border-radius: 20px;
  }
  .especiales label{
    display: none;
  }
  .especiales h2{
    color: #003399;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .especiales a{
    display: flex;
    margin: 30px auto;
    width: 230px;
    height: 230px;
  }
  .especiales a img{
    display: block;
    margin: auto;
    max-width: 210px;
    max-height: 210px;
  }
  .especiales p{
    color: #121212;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: bold;
  }

}
@media (max-width:890px) and (orientation:portrait){
  #slider{
  width: 100%;
    height: 300px;
    margin: auto;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}

#slider div{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 105%;
  height: 300px;
  overflow: hidden;
  background-position: right;
}
#slider input[type="radio"]{
  position: relative;
  z-index: 5;
  display: none;
}
#slider input[type="radio"]:checked ~ div{
  opacity: 1;
  visibility: visible;
  transition: 3s all ease;
  transform-origin: center bottom;
}
#slider input[type="radio"]:checked ~ div section h1{
  -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#slider input[type="radio"]+label{
  margin: 20px 10px;
  display: block;
  background: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.1);
}
.contenidoslider h1{
  font-size: 14px;
  text-transform: uppercase;
  background: blue;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  background: rgb(59,62,160);
  background: -webkit-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
  background: -o-linear-gradient(left, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);
  background: linear-gradient(to right, rgba(59,62,160,1) 0%, rgba(0,0,219,1) 51%, rgba(17,22,54,1) 100%);

}
.contenidoslider h2{
  font-size: 16px;
  margin: 20px 0px;
  color: rgb(56,142,217);
  overflow: auto;
  text-align: center;
}
.contenidoslider p{
  text-align: center;
}
.contenidoslider h3{
  margin-top: 30px;
  text-align: center;
}
.contenidoslider h3 a{
  text-decoration: none;
  color: #fff;
  padding: 8px 30px;
  font-size: 10px;
  border-radius: 5px;
  background: rgb(255,24,58);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);

}

  .populiz{
    display: flex;
    margin: auto;
  }
  .especiales{
    display:block;
    margin: auto;
  }
  .popul1 p{
    width: 80%;
    display: block;
    margin:15px auto;
    text-align: center;
    overflow: hidden;
    font-size: 11px;
    color: #003399;
  }

}
/*recomendados*/
.tituloindependiente{
  font-size: 20px;
  text-align: center;
  color: #5b5b5f;
  font-weight: bold;
  margin-top: 30px;
}
.fondocosection{
  position: relative;
}
.fondocosection h2{
  display: block;
  margin: auto;
  position: absolute;
  margin-top: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0,51,153,0.8);
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.fondocosection a{
  display: block;
  margin: auto;
  background: rgb(255,24,28);
  text-align: center;
  position: absolute;
  top: 100%;
  margin-top: -80px;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 50%;
  transform: translateX(-50%);
}
.wrapper{
  max-width: 90%;
  margin: auto;
  overflow: hidden;
}
@media (max-width:890px) and (orientation:portrait){
  .tituloindependiente{
    font-size: 20px;
    text-align: center;
    color: #5b5b5f;
    font-weight: bold;
    margin-top: 30px;
  }
  .fondocosection h2{
    font-size: 16px;
  }
  .fondocosection a{
    font-size: 14px;
  }

}
/*CATEGORIA*/
.errorcatego{
  width: 90%;
  max-width: 1000px;
  margin: auto;
  height: 30vh;
  display: flex;
}
.errorcatego h2{
  display: block;
  margin: auto;
  text-align: center;
  color: #003399;
  font-style: italic;
}
/*DETALLE*/
.productder form h2{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #5b5b5f;
  font-weight: normal;
}
.productder form h3{
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #121212;
  font-weight: bold;
  margin: 20px 0px;
}
.productder form h5{
  margin: 0;
  padding: 0;
  color: #121212;
  margin: 30px 0px;
  font-size: 16px;
  font-weight: normal;
}
/*CARRITO*/
.contenedorcarrito{
  max-width: 1000px;
  width: 90%;
  margin: 20px auto;
}
.contenedorcarrito h6{
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  width: 100%;
  border-bottom:1px solid rgba(0,0,0,0.25);
}
.carritoreal{
  width: 90%;
  margin: 50px auto;
}
.carritoreal h2{
  text-align: center;
  font-style: italic;
  font-size: 24px;
  color: #003399;
}
.carrititulos{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px;
  border-bottom:1px solid rgba(0,0,0,0.25);
  margin: 20px auto;
}
.carriiz p{
  font-size: 14px;
  padding-left: 50px;
}
.carrider p{
  font-size: 14px;
  text-align: right;
  margin-right: 5px;
}
.karro{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr 12fr 1fr;
  grid-gap: 20px;
  align-items: center;
  align-self: center;
  margin: 15px auto;
}
.karroeli a{
  text-align: center;
  display: block;
  text-decoration: none;
  color: rgb(255,0,0);
  font-size:20px;
  font-weight: bold;
  width: 20px;
  margin: auto;
}
.karroprodiz{
  display: flex;
}
.karroprodiz div{
  width: 80px;
  height: 80px;
  display: flex;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
}
.karroprodiz div img{
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin: auto;
}
.karroprodder h3{
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.karrocantidad h2{
  display: block;
  background: #fff;
  box-shadow: 2px 3px 5px 1px rgba(0,0,0,0.2);
  margin-right: 50px;
  color: #121212;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.decidircarro h2{
  text-align: right;
  margin: 20px auto;
}
.decidircarro h2 a{
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,219,1);
  padding: 15px 20px;
  font-size: 16px;
  font-style: normal;
  border-radius: 10px;
}
.decidircarro h2 a:hover{
  background: rgba(0,51,153,0.85);
}
@media (max-width:890px) and (orientation:portrait){
  .karro{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 12fr 1fr;
    grid-gap: 30px;
    align-items: center;
    align-self: center;
    margin: 50px auto;
  }
  .karroprodiz{
    display: none;
  }
  .decidircarro h2 a{
    text-decoration: none;
    color: #fff;
    background: rgba(0,0,219,1);
    padding: 15px 20px;
    font-size: 14px;
    font-style: normal;
    border-radius: 10px;
  }
}
/*cotizacion*/
.cotizafinal h2{
  text-align: center;
  font-style: italic;
  font-size: 24px;
  color: #003399;
  margin: 20px auto;
}
.kontetiza{
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 70px;
  margin: 50px auto;
  align-items: center;
}
.konteiz h2,.konteder h2{
  font-style: normal;
  font-size: 24px;
  font-weight: 100;
  color: #121212;
  text-align: left;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
.konteiz h2 span,.konteder h2 span{
  border-bottom: 1.5px solid #003399;
  padding-bottom: 15px;
}
.detcoti{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-row-gap: 20px;
}
.detco1 p{
  font-weight: bold;
}
.detco1 input{
  width: 90%;
  padding: 0px 5%;
  outline: 0px;
  border:none;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.25);
  height: 30px;
  margin: 10px auto;
}
.detco2 p{
  font-weight: bold;
  margin-top: 20px;
}
.detco2 input{
  width: 90%;
  padding: 0px 5%;
  outline: 0px;
  border:none;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.25);
  height: 30px;
  margin: 10px auto;
}
.titulo2cot{
  margin-top: 20px;
}
.detco2 textarea{
  width: 90%;
  outline: 0px;
  border:none;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,0.25);
  height: 50px;
  margin: 10px auto;
  padding: 20px 5%;
}
.connteder{
  background: rgba(0,0,0,0.05);
  padding: 50px 25px;
}
.connteder h3{
  font-size: 14px;
}
.connteder h4{
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0px;
}
.connteder h5{
  width: 80%;
  background: rgba(0,0,0,0.15);
  padding: 20px;|
  display: block;
  margin: 30px auto;
}
.comodingoogle{
  display: flex;
  width: 100%;
}
.g-recaptcha{
  display: block;
  margin: auto;
  transform: scale(.85);
}
#enviarcotizacion{
  display: block;
  margin: auto;
  background: rgba(0,0,219,1);
  color: #fff;
  outline: 0px;
  border: none;
  padding: 15px 35px;
  font-size: 16px;
  font-style: normal;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
}
#enviarcotizacion:hover{
  background: rgba(0,51,153,0.85);
}
@media (max-width:890px) and (orientation:portrait){
  .detcoti,.kontetiza{
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .cotizafinal{
    margin: auto;
    margin-top: 30px;
  }
  .detco2 input,.detco1 input{
    width: 80%;
    padding: 0px 5%;
    display: block;
    margin: 10px auto;
   }

   .detco2 textarea{
     width: 80%;
     padding: 20px 5%;
     display: block;
  margin: 10px auto;
}
