@import url(https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap);@charset "UTF-8";

/* ============ only desktop view ============ */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

body {
  background: white;
}

p {
  font-size: 14px;
  line-height: 26px;
}

.titulo-1 {
  font: 700 42px "Open Sans", "Open Sans", "Arial", sans-serif;
  color: #222222;
  line-height: 63px;
  letter-spacing: 0px;
  text-transform: none;
}

.titulo-2 {
  font: 400 20px "Open Sans", "Open Sans", "Arial", sans-serif;
  color: #222222;
  line-height: 36px;
  letter-spacing: 0px;
  text-transform: none;
}

.titulo-3 {
  font: 400 26px "Open Sans", "Open Sans", "Arial", sans-serif;
  color: #222222;
  line-height: 42px;
  letter-spacing: 0px;
  text-transform: none;
}

.contenido-comentarios {
  font-size: 20px;
  line-height: 30px;
}

.texto-contacto {
  color: white;
  font: 400 26px "Open Sans", "Open Sans", "Arial", sans-serif;
  line-height: 42px;
  letter-spacing: 2px;
  text-transform: none;
}

.boton-escribanos {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-color: inherit;
  color: white;
}

.boton-escribanos:hover {
  color: white !important;
  font-weight: bold;
}

.boton-conozcanos {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #1c304d;
  color: white;
}

.boton-conozcanos:hover {
  color: white !important;
  font-weight: bold;
}

.bg-rosa {
  background: transparent;
  z-index: 10;
  position: relative;
}

.texto-menu {
  font-family: "Zen Dots", cursive;
  color: white;
  text-align: center;
  font-size: 10px;
  padding: 8px 8px 5px 8px;
}

.texto-menu:hover {
  background: #1c304d;
  color: white;
  border-radius: 20px;
}

.menu-active {
  background: #1c304d;
  color: white;
  border-radius: 20px;
}

.titulo-quienes {
  font: 400 32px "Open Sans", "Open Sans", "Arial", sans-serif;
  color: #222222;
  line-height: 42px;
  letter-spacing: 0px;
  text-transform: none;
}

.bg-menu-responsive {
  background: #0069f2;
}

.boton-informacion {
  background: #6d6f71;
  color: white;
  font-size: 20px;
  text-transform: none;
  border-radius: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.contenedor-texto-enlace {
  border-radius: 10px;
  box-shadow: 0px 5px 21px 2px rgba(0, 0, 0, 0.35);
  padding: 25px 40px;
  background: white;
  margin-top: -35px;
  z-index: 17;
  font-weight: normal;
  font-size: 18px;
}

.contenedor-submenu {
  border-radius: 0 20px 20px 20px;
  padding: 0 !important;
  overflow: hidden;
}

.estilo-submenu {
  padding: 2px 10px;
  border-radius: 0.125rem;
  transition: all 0.1s linear;
  margin-left: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

.estilo-submenu a {
  color: white !important;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.estilo-submenu:hover {
  background: #000b4a !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.estilo-submenu:hover a {
  color: white !important;
}

.efecto {
  filter: grayscale(0);
  transition: all 0.7s;
}

.efecto:hover {
  filter: grayscale(100%);
}

.container-propio {
  padding-right: 10%;
  padding-left: 10%;
  background: white;
}

.container-propio-2 {
  padding: 10px 10% 100px 10%;
  background: #ebebeb;
}

.titulo-seccion {
  color: #565656;
  font-weight: bold;
}

.caja-producto {
  max-width: 300px;
  box-shadow: 0 1px 4px rgba(127, 127, 127, 0.11);
  background: white;
  border-radius: 30px;
}

.seccion-texto {
  background: url("/images/fondo-verde.png") center no-repeat;
  background-size: cover;
  padding: 5% 10%;
}

.texto-franja {
  color: white;
  font-size: 25px;
  text-align: center;
  margin-bottom: 200px;
  max-width: 800px;
}

.contenedor-contacto {
  background: white;
  border-radius: 25px;
  margin-bottom: 100px;
  box-shadow: 0px 5px 21px 2px rgba(0, 0, 0, 0.35);
}

.caja-contacto {
  background-color: #f2f4f8;
  margin-right: 10px;
  opacity: 1;
  text-align: center;
  height: 182px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caja-contacto .textito {
  display: none;
}

.caja-contacto img {
  max-width: 80px;
}

.caja-contacto:hover img {
  display: none;
}

.caja-contacto:hover .textito {
  display: block;
}

.imagen-producto {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.imagen-producto-2 {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nombre-producto {
  text-align: left;
  font-size: 1.3rem;
  color: #4d4d4d;
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  overflow-y: hidden;
}

.descripcion-producto {
  margin-bottom: 30px;
  height: 50px;
}

.precio-producto {
  color: #00539b;
  font-size: 1.46094rem;
  font-weight: bolder;
}

.marca {
  color: #00539b;
  font-size: 1.46094rem;
  text-align: center;
  font-weight: bolder;
}

.imagen-entregas {
  max-width: 40px;
  max-height: 40px;
}

.contenedor-entregas {
  width: 33.33%;
}

.texto-entregas {
  margin-left: 5px;
  font-size: 15px;
}

.footer-web {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #f2f3f8;
  min-height: 70px;
}

.titulo-footer {
  font-weight: bolder;
  color: white;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.linea-footer {
  color: white;
}

.icono-red-social {
  font-size: 22px;
  margin-right: 5px;
}

#mySidenav {
  display: none;
}

.sub-items {
  background: #000b4a;
}

.sub-items li a {
  font-size: 1rem !important;
}

.map-responsive-2 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 450px;
}

.map-responsive-2 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  position: absolute;
}

.slider-carrusel {
  display: block;
}

.slider-carrusel-pequeno {
  display: none;
}

.logo-sitio {
  max-width: 130px;
}

@media (max-width: 1660px) {
  .buscador {
    max-width: 80px;
    font-size: 12px;
  }
}

@media (max-width: 1240px) {
  .logo-sitio {
    max-width: 100px;
    padding-bottom: 80px;
  }

  .tamaño-item {
    max-width: 80px;
  }

  .buscador {
    max-width: 50px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .logo-sitio {
    max-width: 100px;
    padding-bottom: 80px;
  }

  #capa,
  #mySidenav {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .logo-sitio {
    max-width: 100px;
    padding-bottom: 80px;
  }

  #capa,
  #mySidenav {
    display: block !important;
  }

  .menu-2 {
    display: flex;
  }

  .menu-buscador {
    display: flex;
  }
}

@media (max-width: 768px) {
  .logo-sitio {
    max-width: 80px;
    padding-bottom: 100px;
  }

  .texto-franja {
    font-size: 15px;
  }

  .columna-oferta {
    height: 300px;
    overflow: hidden;
  }

  .imagen-entregas {
    max-width: 30px;
    max-height: 30px;
  }

  .texto-entregas {
    font-size: 10px;
  }

  .footer-oferta {
    font-size: 1rem;
  }
}

@media (max-width: 460px) {
  .logo-sitio {
    max-width: 50px;
    padding-bottom: 155px;
  }

  .slider-carrusel {
    display: none;
  }

  .slider-carrusel-pequeno {
    display: block;
  }
}

