


/*Adaptados*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
*{
  font-family: 'Lato', sans-serif;
}

.p-10{
  padding: 10px;
}
.p-60-vertical{
  padding: 60px 0;
}
.flex-column{
  flex-direction: column;
}
.justify-center{
  justify-content: center;
  justify-items: center;
}
.align-center{
  align-items: center;
  align-content: center;
}

.btn-encabezado-flecha-fondo {
  background: var(--blancoEspecial);
  height: 50px;
  border-radius: 3px 0 0 3px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .pedidos-domicilio:hover 
  .pedidos-domicilio__texto
  {
      display: flex;
      transition: all 1s;
  }
  .plantilla-carrito__contenedor-principal label{
    right: 2px;
  }

}

.texto-encabezado__contenedor {
  max-width: 100vw;
  padding: 40px 30px;
  margin-top: 15px;
  min-height: 75vh;
  position: relative;
  /*transition: all 1s;*/
}
.ofertas-especiales__productos-contenedor {
  display: flex;
  overflow: auto;
  overflow-y: hidden;
  height: 270px;
}

.ofertas-especiales__productos-contenedor .producto {
  width: 21.5vw;
  height: 255px;
  margin: 10px 35px 10px 0;
  box-shadow: 0px 5px 5px 0px #a7a7a7;
  max-width: 250px;
}
.ofertas-especiales__productos-contenedor p{
  margin-right: 10px;
}
.ofertas-especiales__productos-contenedor img{
  width: 80%;
  max-width: 180px;
}

.ofertas-especiales__productos-contenedor .nombre-precio-producto {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}

.ofertas-especiales__productos-contenedor .nombre-precio-producto h4 {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .carrito__comprar-mas:hover {
    background: var(--naranja__2);
    background-image: url("../img/Iconos/palomita.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 67% 60%;
    animation: carrito-animate 0.5s forwards;
  }
}

.añadir-producto-animacion{
  transition: none;
  width: 76px;
  height: 34px;
  animation: añadir-boton-animate 3s forwards;
}

@media screen and (max-width: 1100px) {
  .informacion-contar .contar-producto {
    margin-left: 15px;
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  .producto .contar-producto{
    transform: scale(0.9);
    margin: 3px 6px 0px;
  }
}

.contar-producto {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 3px 12px 0px;
}

.paginador {
  position: absolute;
  top: 90%;
  left: 50%;
  right: 0;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.texto-encabezado p {
  color: #000;
  font-size: 2.5rem;
}
.fuerza-color {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 24px;
  color: #FFFFFF;
}
.encabezado2{
  margin-top: 30px;
}

.encabezado2 p{
  color: #000;
}
.texto-encabezado span {
  font-size: 20px;
}

.encabezado1 p,
.encabezado1 span,
.encabezado3 p,
.encabezado3 span
{
  color: rgb(255, 255, 255);
}
.encabezado2 span{
  color: orange;
  font-weight: 900;
}
.btn-comprar {
  width: 256px;
  height: 45px;
  margin-top: 10px;
  border-radius: 4px;
  color: #fff;
  background: var(--naranja__2);
  box-shadow: 1px 1px 6px 0 #63280f;
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
}
.btn-contar{
  background: transparent;
}

.producto {
  position: relative;
  width: 43.4vw;
  /* margin: 25px 5px; */
  border-radius: 12px;
  box-shadow: 0 5px 5px 0 #a7a7a7;
  height: 260px;
  max-width: 200px;
  background: white;
}

.producto h4 {
  font-size: 12px;
  margin-left: 12px;
}

.producto p {
  font-size: 18px;
  font-weight: 900;
  color: var(--naranja__1);
  margin: 3px 12px 0px;
  }
  .btnSimple-carrito__comprar-mas {
    background: var(--naranja__1);
    color: #fff;
    margin-left: 60%;
    padding: 9px 12px;
    border-radius: 5px;
    cursor: pointer;
    right: -5px;
    bottom: -20px;
    position: absolute;
    font-weight: bolder;
  }
  

.btnSimple-carrito__comprar-mas{

}
.carrito__comprar-mas {
    width: 30px;
    height: 30px;
    display: none;
    background: var(--naranja__1);
    background-image: url("../img/Iconos/carritoAnnadir.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 67% 60%;
    margin-left: 155px;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    right: -9px;
    bottom: -11px;
    position: absolute;
    /*transition: all .7s;*/
  }

  

  

  .mejores-productos__contenedor h2 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
  }
  .m-10{
    margin: 10px;
  }
  .m-t-30{
    margin-top: 30px;
  }


  .mejores-productos__contenedor {
    max-width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--blancoEspecial);
    /* text-align: center; */
    align-items: center;
    padding-bottom: 20vh;
  }
  .mejores-productos__contenedor .mejoresProductosTexto {
    width: 317px;
    font-weight: 500;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
  .mejoresProductosSeccion{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foto-producto {
    width: 40vw;
    border-radius: 5px;
    max-width: 165px;
  }
  .mostrar-producto {
    display: flex;
    justify-content: center;
  }
  
/*Para PC*/
@media screen and (min-width: 1000px) {
  .ofertas-especiales__productos-contenedor .producto {
    width: 21.5vw;
    height: 260px;
    margin: 10px 35px;
    max-width: auto;
  }
  .productos__contenedor{
    padding: 0 15px;
}
  
  .foto-producto {
    width: 90%;
    border-radius: 5px;
    max-width: 160px;
    
  }
  .producto .contar-producto{
    
  }
  .iniciar-compra__ver-producto
  .mejores-productos__contenedor h2 {
    font-weight: 100;
    display: block;
    text-align: center;
  }

  .producto {
    width: 13.6vw;
    height: 34.2vh;
    border-radius: 12px;
  }
  .btnSimple-carrito__comprar-mas {
    right: -7px;
    bottom: -7px;
  }
  
  
  .producto h4 {
    font-size: 14px;
    margin-left: 12px;
  }
  
  .producto p {
    font-size: 18px;
    font-weight: 900;
    color: var(--naranja__1);
    margin-left: 12px;
    }
  .texto-encabezado span {
    font-size: 2.5rem;
  }
  .texto-encabezado {
    width: 365px;
    margin: 8% 1%;
    position: absolute;
    left: 12.34%;
    right: 49.38%;
    top: 14.64%;
    bottom: 45.98%;
  }
  .encabezado2{
    width: 595px;
    text-align: end;
    position: absolute;
    left: 47.17%;
    top: 4.45%;
    bottom: 36.16%;
  }

  .encabezado3{
    width: 407px;
    position: absolute;
    left: 1.17%;
    top: 51.45%;
    bottom: 14.16%;
  }

  .encabezado3 p{
    width: 471px;
  }

  .encabezado3 div{
    display: flex;
    align-items: end;
    width: 500px;
  }
  
  .encabezado3 button{
    position: relative;
    left: -165px;
    top: -10px;
  }
  .pie-pagina__logo-web img {
    width: 120%;
    margin-bottom: 20px;
    transform: translate(7px, -30px);
  }
  .ofertas-especiales__productos-contenedor{
    height: 340px;
  }
 
  

 
}

.ofertas-especiales__contenedor .producto h4
{
 font-size: 1.1rem;
}
  /* Portada */

  
  .fondo1 {
    background-image: url("../img/banner1\ PC.png");
    background-size: 100% 100%;
  }

  .fondo2 {
    background-image: url("../img/banner2\ PC.png");
    background-size: 100% 100%;
  }

  .fondo3 {
    background-image: url("../img/banner3\ PC.jpg.png");
    background-size: 100% 100%;
    
  }


  .fuerza {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
  }

  

  /* Ver como ubicar en la parte inferior -----------------------------------------------------*/
  .paginador div {
    width: 10px;
    height: 10px;
    background: var(--grisMedio);
    border-radius: 50%;
    margin: 5px;
  }



  /* Para los textos */
  .fondo1 .encabezado2,
  .encabezado3 {
    display: none;
  }

  .fondo1 .encabezado1 {
    display: block;
  }

  .fondo1 .encabezado1 p {
    color: #f7efef;
  }

  .fondo1 .paginador .circulo1 {
    background: var(--rojoFuerte);
  }

  .fondo2 .encabezado1,
  .encabezado3 {
    display: none;
  }

  .fondo2 .encabezado2 {
    display: block;
  }

  .fondo2 .paginador .circulo2 {
    background: var(--rojoFuerte);
  }

  .fondo3 .encabezado1,
  .encabezado2 {
    display: none;
  }

  .fondo3 .encabezado3 {
    display: block;
    color: #fff;
  }

  .fondo3 .paginador .circulo3 {
    background: var(--rojoFuerte);
  }


  

 
/* Contenedores de productos */
  .productos__contenedor {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;
    justify-content: space-evenly;
    padding: 0 16vw;
  }

  .iniciar-compra__ver-producto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px 0px;
    
}

  .btn-contar {
    font-size: 22px;
    font-weight: 900;
  }

  #contador {
    width: 30px;
    height: 25px;
    padding: 2px;
    border: 1px solid var(--naranja__1);
    border-radius: 5px;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .btn-verMas__button {
    display: none;
    justify-content: center;
    align-items: center;
  }
 
  .btn-verMas {
    width: 400px;
    border-radius: 8px;
    margin-top: 40px;
    padding: 10px;
    background: var(--naranja__1);
    color: #fff;
    font-size: 15px;
    /*margin-left: 10px;*/
    display: flex;
    justify-content: center;
  }


  /* Pedidos a Domicilio */
  .pedidos-domicilio {
    width: 100%;
    height: 100vh;
    background-image: url("../img/banner 2.jpg");
    background-color: var(--blancoEspecial);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
  } 

  .pedidos-domicilio img {
    display: none;
    width: 100%;
  }

  .pedidos-domicilio__texto {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*display: none;*/
    background: rgba(221, 216, 216, 0.6);
  }

  @media screen and (max-width: 400px){
    .producto .contar-producto {
      transform: scale(0.9);
      margin: 10px 7px 0px;
    }
  }
  
  
  .pedidos-domicilio__texto h2, .pedidos-domicilio__texto p {
    display: flex;
    justify-content: flex-start;
    font-size: 24px;
    width: 45%;
    padding: 8px 0;
    line-height: 1.3;
  }

  .pedidos-domicilio__texto h2 {
    font-size: 37px;
    color: var(--naranja__2);
  }


  /* Ofertas Especiales */
  .ofertas-especiales__contenedor {
    max-width: 100%;
    padding: 30px 15px 80px 15px;
    display: flex;
    flex-direction: column;
    background-color: var(--blancoEspecial)
  }

  .ofertas-especiales__contenedor h2, .ofertas-especiales-vista-pc {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-weight: 800;
    font-size: 27px;
  }

  .ofertas-especiales-vista-pc {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 24px;
  }


.plantilla-oculta {
  display: none;
}


.visitar-productos {
  display: flex;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1000px) {
/*   .visitar-productos {
    width: 60%;
  }
 */
 #contador {
  width: 20px;
  }
  
}
@media screen and (max-width: 1000px) {
  
  .ofertas-especiales__productos-contenedor{
    height: 310px;
  }
  .texto-encabezado span{
    font-size: 2.5rem;
  }
  .ofertas-especiales__productos-contenedor .producto{
    width: 58vw;
    height: 240px;
  }
  
}
@media screen and (max-width: 1000px) {
  .visitar-productos {
    display: none;
  }
  .btn-verMas__button {
    display: flex;
    width: 100%;
    background: var(--blancoEspecial);
  }
  .productos__contenedor{
    gap: 25px 15px;
  }
}

@media screen and (max-width: 700px) {
  
  .ofertas-especiales__productos-contenedor .producto{
    max-width: 200px;
  }

  

  .btn-verMas {
    max-width: 90%;
  }
/*
  .paginador {
    top: 95vh;
  }*/

  .texto-encabezado p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    width: 75vw;
  }
  .texto-encabezado span{
    font-size: 20px;
  }
  

  .fondo1 {
    background-image: url("../img/banner1\ Movil.png");
    background-size: 100% 100%;
  }

  .fondo2 {
    background-image: url("../img/banner2\ Movil.png");
    background-size: 100% 100%;
  }

  .fondo3 {
    background-image: url("../img/banner3\ Movil.jpg");
    background-size: 143% 100%;
    background-position: 61% 67%;
    
  }

  .fondo3 .encabezado3 {
    color: #000;
  }

  .carrito__comprar-mas {
    display: block;
  }

  .btnSimple-carrito__comprar-mas {
    display: none;
  }

  .pedidos-domicilio {
    background: var(--blancoEspecial);
    display: block;
    height: auto;
  }
  
  .pedidos-domicilio img {
    display: block;
  }

  .pedidos-domicilio__texto {
    display: block;
    background: var(--blancoEspecial);
    padding-left: 15px;
    width: 95%;
    /*margin: 0 15px;*/
  }
  
  .pedidos-domicilio__texto h2, .pedidos-domicilio__texto p {
    width: 95%;
    font-size: 17px;
    /*margin: 5px 0;*/
  }

  .pedidos-domicilio__texto h2 {
    font-size: 22px;
  }

  .productos__contenedor {
    width: 100%;
    gap: 25px 15px;
  }

  

  .btn-encabezado-flecha-fondo {
    display: none;
  }

  .texto-encabezado__contenedor {
    min-height: 61vh;
  }

  .ofertas-especiales__productos-contenedor .nombre-precio-producto {
    display: block;
  }

  .ofertas-especiales-vista-pc {
    display: none;
  }

  .ofertas-especiales__productos-contenedor .nombre-precio-producto h4 {
    width: 100%;
  }
  
}
@media screen and (max-width: 600px) {
  .ofertas-especiales__productos-contenedor .producto{
    max-width: 300px;
  }
  .productos__contenedor {
    gap: 25px 0px;
    padding: 0 0;
  }
}

/* @media screen and (max-width: 400px) {  
  .foto-producto{
    width: 35vw;
    max-width: 150px;
  }
  
} */



@media screen and (min-width: 1000px) {
  .producto {
    height: 260px;
    border-radius: 12px;
    }
  .iniciar-compra__ver-producto{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 25px 0px;
    width: 63%;
  }
  }

