body{
    font-family: "Inter", sans-serif;
    background-color: #f9f9f9;
    margin-top: 185px;
}
p{
  font-weight: 300;
  line-height: 1.3;
}
li{
  font-size: 15px;
  font-weight: 300;
}
a{
    text-decoration: none;
}
h2{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 25px;
    color: #333;
    margin: 0;
    text-transform: uppercase;
}
h3{
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;


}
.pleca{
  width: 80px;
  height: 2px;
  background-color: #d60f3c;
  margin: 20px 0;
}
.pleca-centro{
  width: 80px;
  height: 2px;
  background-color: #d60f3c;
  margin: 20px auto;
  display: table;
}
header{
    background-color: #fff;
    box-shadow: 0 3px 14px rgba(0,0,0,.06);
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1360px;
  }
.cintillo-azul{
    background: rgb(3, 78, 162);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: .9375rem;
    padding: 2px 0 3px;
}
.cintillo-azul p{
    margin: 0;
}
.logo-header{
    width: 100%;
    max-width: 431px;
    margin: 10px auto 14px;
    display: table;
}
nav{
    background: rgb(3, 78, 162);
    padding: 3px 0 ;
}
.categorias{
    width: 128px;
}
.categorias button{
    background: rgb(222, 58, 94);
    border: none;
    font-weight: 300;
  font-size: .9375rem;
  color: #fff;
  padding: 6px 10px;
}
.buscador-cont{
    max-width: 646px;
    display: flex;
    flex-wrap: wrap;
    margin: auto; 
}
.buscador{
    width: 492px;
    display: flex;
    flex-wrap: wrap;
}
.input-buscador{
    width: 100%;
    max-width: 450px;
}

.envio{
    width: 210px;
    padding-top: 4px;
}
.envio a{
    font-weight: 700;
    font-size: .9375rem;
    color: #fff;
    line-height: 22px; 
}
.envio a img{
    margin-right: 4px;
}
.cuenta{
    width: 350px;
    padding-top: 4px;
    text-align: right;
}
.cuenta a{
    font-weight: 300;
    font-size: .9375rem;
    color: #fff;
    line-height: 22px;
    
}
.cuenta a img{
    margin: 0 3px 0 1px;
}



  .swiper {
    width: 100%;
    height: 100%;
  }

  .slide-banner {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slide-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0;
    height: 100%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: hsla(0,0%,95.3%,.3);
    width: calc(var(--swiper-navigation-size)/ 44 * 32);
    
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    
  }
  .swiper-pagination-bullet {
    background: #9f9f9f;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    width: 12px !important;
    height: 12px !important;
    background: #d60f3c;
  }
  .categorias-cont{
    margin-top: 48px;
  }
  .slide-categoria{
    padding: 10px;
    width: auto;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0,0,0,.06);
    height: 64px;
    min-width: 148px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 10px;
    padding: 0 12px;
    margin: 6px;
    color: #000;
    text-decoration: none;
    background: #fff;
    font-size: .875rem;
    font-weight: 300;
  }
  
  
  .simicanal{
    padding: 80px 0;
  }
  .banner-mini{
    width: 100%;
    height: 48%;
    margin-bottom: 4%;
    background-size: cover !important;
    background-position: 100% !important;
    border-radius: 10px;
    display: table;
  }
  footer{
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    border-top: 1px solid #f9f9f9;
  }
  .footer-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    padding: 35px 0 10px;
  }
  .footer-columna-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
   
  }
  .footer-columna{
    padding: 0 35px 25px 0;
    width: 25%;
  }
  .footer-columna-redes{
    position: relative;
    box-sizing: border-box;
  }
  .redes-footer{
    width: 32px;
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
  }
  .metodo-de-pago{
    max-width: 32px;
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
  }
  .footer-cont a{
    font-size: .9375rem;
    color: #323232;
    font-weight: 300;
    line-height: 22px;
  }
  .footer-cont p{
    font-size: .9375rem;
    color: #323232;
    font-weight: 300;
  }
  .footer-cont .titulo-footer{
    font-weight: 700;
    margin: 0 0 8px;
  }
  .redes-footer-cont{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .cinta-footer{
    background-color: #034ea2;
    color: #fff;
    text-align: center;
    padding: 0;
  }
  .cinta-footer p{
    margin: 0;
    font-weight: 700;
    font-size: .9375rem;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .form-buscar{
    background: #2F75EC;
    max-width: 900px;
    margin: 40px auto -40px;
    padding: 6px 20px 10px;
    border-radius: 4px;
    z-index: 401;
    position: relative;
  }
  #map{
 
    width: 100%;
    height: 300px;
  }
  .form-buscar label{
    color: #fff;
    font-size: 13px;
  }
  .btn-buscar-farmacias{
    background-color: #DE3A5E;
    color: #fff;
    border: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 8px 0;
    border-radius: 4px;
  }
  .card-historia{
    background-color: #fff;
    padding: 40px;
    width: 120%;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    margin-top: 30px;
    color: #555558;
  }
  .card-azul{
    background-color: #203F6B;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
  }
  .card-azul h3{
    font-size: 20px;
    text-transform: uppercase;
  }
  .card-azul img{
    width: 60px;
    margin-bottom: 10px;
  }
  .quienes-somos-datos{
    background-color: #4A79C8;
    padding: 60px 0 200px;
  }
  .modelo-cultural{
    padding-bottom: 60px;
  }
  .pleca-volada{
    width: 60px;
    height: 60px;
    background-color: #FF4677;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .gpupm{
    padding: 80px 0;
    background-color: #F1F5FC;
  }
  .card-modelo-cultural{
    width: 100%;
    background-color: #fff;
    padding: 60px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    margin-top: -80px;
  }
  
  .card-modelo-cultural h3{
    margin-top: 40px;
  }
  .card-modelo-cultural .col-md-8{
    padding-right: 60px;
    border-right: #FF4677 solid 1px;
  }
  .card-modelo-cultural .col-md-4{
    padding-left: 60px;
   
  }
  .card-empresas{
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
    margin: 20px 0;
    padding: 40px 40px 20px;
    text-align: center;
    height: 100%;
  }

/*-----------------------  PRODUCTO CARD ------------------*/
.card-producto{
  border-radius: 8px;
  -moz-box-shadow: 0 2px 12px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  background-color: #fff;
  padding: 10px 14px;
  position: relative;
  z-index: 0;
  margin: 5px 10px;
  width:calc(20% - 20px);

  text-align: center;
}
.card-img-producto{
  width: 100%;
  max-width: 185px;
  margin: 0 auto 40px;
}
.card-nombre-producto{
  display: block;
  font-family: inter;
  font-weight: 300;
  font-size: .875rem;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin-bottom: 4px;
}
.card-highlights {
  height: 20px;
}
.card-precio{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 27px;
  color: #000;
}
.dropdown-categorias{
  border: none;
  background: none;
  font-weight: 300;
  font-size: .75rem;
  color: #000;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dropdown-categorias span{
  font-weight: 700;
  font-size: .75rem;
  color: #034ea2;
  line-height: 22px;
}
.dropdown-menu.buttons li button{
  border: none;
  background: none;
  font-weight: 300;

  color: #000;
  width: 100%;
  padding: .75rem 1rem,
}
.dropdown-menu.buttons li button{
  border: none;
  background: none;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .75rem 1rem;
}
.dropdown-menu.buttons li button.active{
  background-color: #e3e4e6;
}
.dropdown-menu.buttons li button:hover{
  background-color: #f2f4f5;
}
.dropdown-menu.buttons.show{
  width: 100%;
  max-width: 320px;
}
/*-------------------------------------------Contacto------------------*/
.card-contacto{
  background-color: #034ea2;
  width: 120%;
  padding: 60px 80px 60px 30px;
  color: #fff;
  margin-top: 30px;
}
.form-contacto{
  background: #fff;
  padding: 40px;
  box-shadow: 2px 2px 10px rgba(0,0,0,.1);

}
.form-contacto label{
  font-size: 12px;
  color: #1E58BB;
  text-transform: uppercase;
 
}
.row.form-contacto > *{
  margin-top: 5px;
}
.form-contacto input, .form-contacto select, .form-contacto textarea{
  border: none;
  background-color: #F1F5FC;
}
.btn-enviar{
  background-color: #FF4677;
  color: #fff;
  text-align:  center;
  padding-left: 60px;
  padding-right: 60px;
}
.frase-contacto{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.frase-contacto img{
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.frase-contacto p{
  width: calc(100% - 70px);
}

.icono-contacto{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.icono-contacto img{
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 10px;
}
.icono-contacto p{
  width: calc(100% - 70px);
}
.icono-contacto p a{
  color: #fff;
}
.redes-contacto{
  margin-top: 30px;
}
.redes-contacto a{
  margin-right: 30px;
}
.redes-contacto a img{
  width: 26px;
}
#msjok{
  background-color: #b5d7fb ;
  border-radius: 8px;
  color:#595958
}