@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 1.5rem !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 90vw;
  }
}

.ff-1 {
  font-family: "League Spartan", sans-serif !important;
}

.ff-2 {
  font-family: "Roboto", sans-serif !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.br-30 {
  border-radius: 30px;
}

.bg-primary {
  background-color: #00205B !important;
}

.bg-celeste {
  background-color: #3D5AF1 !important;
}

.btn-primary {
  border-color: #3D5AF1;
  background-color: #3D5AF1;
  color: #ffffff;
  font-size: 13px;
}
.btn-primary:hover {
  background-color: #00205B;
  border-color: #00205B;
}
.btn-primary:focus {
  background-color: #00205B;
  border-color: #00205B;
  outline: none;
}
.btn-primary:active {
  background-color: #00205B;
  border-color: #00205B;
}

.text-primary {
  color: #3D5AF1 !important;
}

.text-secondary {
  color: #00205B !important;
}

.sectionStyle {
  padding: 80px 0px !important;
}
.sectionStyle.plus {
  padding: 120px 0px !important;
}

#cabezal .navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
#cabezal .iconMenu {
  font-size: 2.2rem;
  color: #ffffff;
}

#sliderPrincipal {
  position: relative;
}
#sliderPrincipal .slider {
  display: flex;
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sliderPrincipal .slider .container {
  z-index: 2;
  color: #ffffff;
}
#sliderPrincipal .slider .container h1 {
  font-size: 56px;
  line-height: 52px;
}
#sliderPrincipal .slider .container h1 span {
  font-weight: 700 !important;
}
#sliderPrincipal .degradadoSlider {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75vw;
  height: auto;
  background: linear-gradient(90deg, #3D5AF1 0%, rgba(0, 32, 91, 0) 100%);
  z-index: 1;
}

#buscadorHome {
  position: relative;
  margin-top: -64px;
  z-index: 4;
}
#buscadorHome #buscadorComponente {
  border-radius: 30px;
  padding: 10px 15px;
  background-color: #ffffff;
}
#buscadorHome #buscadorComponente .input-group {
  align-items: center !important;
}
#buscadorHome #buscadorComponente .form-control {
  color: #666666;
  border: transparent;
}
#buscadorHome #buscadorComponente .form-control::-moz-placeholder {
  color: #666666;
}
#buscadorHome #buscadorComponente .form-control::placeholder {
  color: #666666;
}
#buscadorHome #buscadorComponente .form-control:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
  color: #3D5AF1;
}
#buscadorHome #buscadorComponente .btnSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 50%;
}

#productosDestacados .productos-destacados .card {
  overflow: hidden;
  min-height: 460px !important;
  border-radius: 20px;
}
#productosDestacados .productos-destacados .card .card-img-top {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center center;
  -o-object-position: center center;
}
#productosDestacados .productos-destacados .card .card-body p {
  font-size: 0.7rem;
  color: #666666;
}
#productosDestacados .productos-destacados .card .card-footer {
  background-color: #ffffff;
  border-top: none !important;
}

#sectionQuienesSomos {
  background-color: #00205B;
}
#sectionQuienesSomos h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#sectionQuienesSomos p {
  line-height: 2;
}
#sectionQuienesSomos .imagenesEnCapas {
  position: relative;
  height: 480px;
  width: 600px;
}
@media (max-width: 851px) {
  #sectionQuienesSomos .imagenesEnCapas {
    width: auto !important;
  }
}

#sectionLaboratorioCalidad h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#sectionLaboratorioCalidad p {
  line-height: 2;
}

#sectionPlantaLogistica h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#sectionPlantaLogistica p {
  line-height: 2;
}

#sectionAtencionAlUsuario {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 668px;
  display: flex;
  position: relative;
}
#sectionAtencionAlUsuario:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.25) 100%);
}
#sectionAtencionAlUsuario h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#sectionAtencionAlUsuario p {
  line-height: 2;
}
@media (max-width: 600px) {
  #sectionAtencionAlUsuario {
    height: 740px !important;
  }
}

#sectionNovedades .card {
  min-height: 460px !important;
  border-radius: 20px;
  overflow: hidden;
}
#sectionNovedades .card .card-img-top {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatInverse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.text-space p strong {
  font-weight: 700;
}
.text-space img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#contacto.contactoPageForm {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#contacto h1 {
  font-size: 3.2rem;
  line-height: 2.8rem;
}
#contacto p {
  line-height: 2;
}
#contacto .button-submit {
  background-color: #12284B;
  color: #ffffff;
  font-weight: 200;
  border-radius: 1.4rem;
}
#contacto .form-control,
#contacto .form-control:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
}
#contacto .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contacto .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contacto .fw-300 {
  font-weight: 300;
}
#contacto .fw-200 {
  font-weight: 200;
}
#contacto .py-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#contacto .py-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#contacto .bg-imagenContacto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-scroll {
  overflow: hidden;
}

footer {
  background-color: #00205B;
  padding: 80px 0px 0px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.5);
}
footer .boxIcon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
footer .text-muted {
  color: rgba(255, 255, 255, 0.55) !important;
}
footer .text-muted a {
  color: #ffffff;
}
footer .text-muted a:hover {
  color: #3D5AF1;
}
footer .text-muted a:focus {
  color: #3D5AF1;
}
footer .text-muted a:active {
  color: #3D5AF1;
}
footer .textoBoxFooter p {
  line-height: 1.4rem;
}
footer #menu-footer li {
  margin-bottom: 10px;
}
footer #menu-footer li a {
  color: #ffffff;
  font-weight: 400;
}
footer #menu-footer li.active a {
  font-weight: 600;
}

.slick-list {
  padding-bottom: 30px;
}

#control-of-quality-page .quality-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#control-of-quality-page .quality-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(195, 190, 213, 0.65);
}
#control-of-quality-page .quality-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#control-of-quality-page .quality-banner h1 span {
  font-weight: 700 !important;
}
#control-of-quality-page #calidad-destacado {
  position: relative;
  display: flex;
  min-height: 450px;
  background-color: #3D5AF1;
}
#control-of-quality-page #calidad-destacado h1 {
  font-size: 56px;
  line-height: 52px;
}
#control-of-quality-page #calidad-destacado h1 span {
  font-weight: 700 !important;
}

#pageProductos .banner-portada, #pageSearch .banner-portada {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#pageProductos .banner-portada::before, #pageSearch .banner-portada::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#pageProductos .banner-portada h1, #pageSearch .banner-portada h1 {
  font-size: 56px;
  line-height: 52px;
}
#pageProductos .banner-portada h1 span, #pageSearch .banner-portada h1 span {
  font-weight: 700 !important;
}
#pageProductos #buscadorproductos, #pageSearch #buscadorproductos {
  position: relative;
}
#pageProductos #buscadorproductos #buscadorComponente, #pageSearch #buscadorproductos #buscadorComponente {
  border-radius: 30px;
  padding: 10px 15px;
  background-color: #ffffff;
}
#pageProductos #buscadorproductos #buscadorComponente .input-group, #pageSearch #buscadorproductos #buscadorComponente .input-group {
  align-items: center !important;
}
#pageProductos #buscadorproductos #buscadorComponente .form-control, #pageSearch #buscadorproductos #buscadorComponente .form-control {
  color: #666666;
  border: transparent;
}
#pageProductos #buscadorproductos #buscadorComponente .form-control::-moz-placeholder, #pageSearch #buscadorproductos #buscadorComponente .form-control::-moz-placeholder {
  color: #666666;
}
#pageProductos #buscadorproductos #buscadorComponente .form-control::placeholder, #pageSearch #buscadorproductos #buscadorComponente .form-control::placeholder {
  color: #666666;
}
#pageProductos #buscadorproductos #buscadorComponente .form-control:focus, #pageSearch #buscadorproductos #buscadorComponente .form-control:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
  color: #3D5AF1;
}
#pageProductos #buscadorproductos #buscadorComponente .btnSearch, #pageSearch #buscadorproductos #buscadorComponente .btnSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 50%;
}
#pageProductos #listaProductos .card, #pageSearch #listaProductos .card {
  overflow: hidden;
  min-height: 540px !important;
  border-radius: 20px;
}
#pageProductos #listaProductos .card .card-img-top, #pageSearch #listaProductos .card .card-img-top {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
}
#pageProductos #listaProductos .card .card-body p, #pageSearch #listaProductos .card .card-body p {
  font-size: 0.7rem;
  color: #666666;
}
#pageProductos #listaProductos .card .card-footer, #pageSearch #listaProductos .card .card-footer {
  background-color: #ffffff;
  border-top: none !important;
}

.color-gris {
  color: #5A5A5A;
}

#cabezal {
  z-index: 2000;
}

.particulaAnimation {
  position: absolute;
  opacity: 0.85;
  animation: float 4s ease-in-out infinite;
}

.particulaAnimationSmall {
  position: absolute;
  opacity: 0.85;
  animation: floatInverse 6s ease-in-out infinite;
}

.league-spartan-700 {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
  font-size: 22px;
}

.league-spartan-400 {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
  font-size: 28px;
}

.lazar-text {
  font-size: 20px;
}

.camion-particula1 {
  position: absolute;
  top: -3rem;
  right: 7rem;
  animation: float 6s ease-in-out infinite;
  opacity: 0.8;
}

.camion-particula2 {
  position: absolute;
  top: 9rem;
  right: 3rem;
  animation: floatSmall 4s ease-in-out infinite;
}

#destacados img {
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
#destacados .card {
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#destacados .card .card-body {
  height: 12rem;
}
#destacados .card .card-text {
  font-size: 0.7rem;
}
#destacados .card a {
  width: 9rem;
  position: absolute;
  bottom: 19px;
}
#destacados .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
#destacados .slick-dots {
  width: 98%;
}
#destacados .slick-dots li button:before {
  font-size: 11px;
}

#contacto {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /* Estilo del botón de archivo */
  background-color: #3D5AF1;
  color: #ffffff;
}
#contacto #file-upload {
  display: none;
  /* Oculta el input de archivo estándar */
}
#contacto .custom-file-upload {
  width: 100%;
  padding: 5px 5px;
  display: inline-block;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: none;
  color: #ffffff;
  text-align: left;
  transition: background-color 0.3s;
  cursor: pointer;
}
#contacto .custom-file-upload:hover {
  background-color: rgba(61, 90, 241, 0.1);
}
#contacto #file-chosen {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
#contacto .form-control.area-option option {
  background-color: rgba(61, 90, 241, 0.9);
  color: #ffffff;
}
#contacto .wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffffff;
}
#contacto .py-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#contacto .py-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#contacto .button-submit {
  background-color: #00205B;
  color: #ffffff;
  font-weight: 200;
  border-radius: 1.4rem;
}
#contacto .form-control,
#contacto .form-control:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
}
#contacto .form-control::-moz-placeholder, #contacto .form-control:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contacto .form-control::placeholder,
#contacto .form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#nosotros #nosotros-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#nosotros #nosotros-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#nosotros #nosotros-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#nosotros #nosotros-banner h1 span {
  font-weight: 700 !important;
}
#nosotros .welcome-text h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
#nosotros .welcome-text p {
  color: #666666;
}
#nosotros .img-container {
  position: relative;
}
#nosotros .small-img {
  position: absolute;
  bottom: 8px;
  right: 5rem;
  width: 40%;
  border-radius: 20px;
  opacity: 0.85;
  animation: floatInverse 6s ease-in infinite;
}
#nosotros .rounded-custom {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
  filter: drop-shadow(3px 3px 9px black);
}

.lazar-text {
  font-size: 20px;
}

.timeline-container {
  overflow-x: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.timeline-container h2 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.timeline-container .particle-container {
  position: relative;
}
.timeline-container .particle-container .particula1 {
  top: -85rem;
  left: -3rem;
}
.timeline-container .particle-container .miniParticula1-1 {
  top: -85rem;
  left: 2rem;
}
.timeline-container .particle-container .miniParticula1-2 {
  top: -68rem;
  left: 15rem;
}
.timeline-container .particle-container .particula3 {
  top: -49rem;
  left: -8rem;
}
.timeline-container .particle-container .circulo {
  bottom: 5rem;
  right: -5rem;
}
.timeline-container .particle-container .miniParticulaCirculo1 {
  bottom: -1rem;
  right: 2rem;
}
.timeline-container .timeline-history-text {
  color: #3D5AF1;
  font-size: 32px !important;
  font-weight: bold !important;
}
.timeline-container .timeline {
  position: relative;
  padding: 40px 0;
}
.timeline-container .timeline::before {
  content: "";
  position: absolute;
  width: 0.1px;
  background-color: #00205B;
  top: 0;
  bottom: 0;
  left: 50%;
  opacity: 60%;
  margin-left: -1px;
}
.timeline-container .timeline .timeline-item {
  padding: 10px 50px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline-container .timeline .timeline-item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #3D5AF1;
  border-radius: 50%;
  z-index: 1;
  top: 3rem;
  transform: translateY(-50%);
}
.timeline-container .timeline .timeline-item .timeline-content {
  padding: 20px 30px;
  background-color: transparent;
  position: relative;
}
.timeline-container .timeline .timeline-item .timeline-content .year {
  color: #3D5AF1;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.left .timeline-container .timeline .timeline-item .timeline-content {
  text-align: right;
}
.right .timeline-container .timeline .timeline-item .timeline-content {
  text-align: left;
}
.timeline-container .timeline .left {
  left: 0;
}
.timeline-container .timeline .left::after {
  right: -12.5px;
}
.timeline-container .timeline .right {
  left: 50%;
}
.timeline-container .timeline .right::after {
  left: -12.5px;
}

.timeline-content {
  padding: 20px 30px;
  background-color: transparent;
  position: relative;
}
.left .timeline-content {
  text-align: right;
}
.right .timeline-content {
  text-align: left;
}

.timeline-container-mobile {
  overflow-x: hidden;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.timeline-container-mobile h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
.timeline-container-mobile .particle-container-mobile {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.timeline-container-mobile .particle-container-mobile .particula1-mobile {
  top: -20rem;
  left: -5rem;
  width: 50%;
}
.timeline-container-mobile .particle-container-mobile .miniParticula1-1-mobile {
  top: -18rem;
  left: 2rem;
  width: 20%;
}
.timeline-container-mobile .particle-container-mobile .miniParticula1-2-mobile {
  top: -15rem;
  right: 2rem;
  width: 15%;
}
.timeline-container-mobile .particle-container-mobile .particula3-mobile {
  bottom: -10rem;
  left: -3rem;
  width: 40%;
}
.timeline-container-mobile .particle-container-mobile .circulo-mobile {
  bottom: 2rem;
  right: -2rem;
  width: 30%;
}
.timeline-container-mobile .particle-container-mobile .miniParticulaCirculo1-mobile {
  bottom: -1rem;
  right: 1rem;
  width: 10%;
}
.timeline-container-mobile .particle-container-mobile img {
  position: absolute;
}
.timeline-container-mobile .timeline-history-text-mobile {
  color: #3D5AF1;
  font-size: 24px !important;
  font-weight: bold !important;
}
.timeline-container-mobile .timeline-mobile {
  position: relative;
  padding: 20px 0;
}
.timeline-container-mobile .timeline-mobile::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #00205B;
  top: 0;
  bottom: 0;
  left: 20px;
  opacity: 60%;
}
.timeline-container-mobile .timeline-mobile .timeline-item-mobile {
  padding: 10px 0 10px 50px;
  position: relative;
  background-color: inherit;
  width: 100%;
}
.timeline-container-mobile .timeline-mobile .timeline-item-mobile::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3D5AF1;
  border-radius: 50%;
  z-index: 1;
  top: 1.5rem;
  left: 11px;
}
.timeline-container-mobile .timeline-mobile .timeline-item-mobile .timeline-content-mobile {
  padding: 15px 20px;
  background-color: transparent;
  position: relative;
}
.timeline-container-mobile .timeline-mobile .timeline-item-mobile .timeline-content-mobile .year-mobile {
  color: #3D5AF1;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 2rem;
}
.timeline-container-mobile .timeline-mobile .timeline-item-mobile .timeline-content-mobile p {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.particulaAnimation-mobile {
  animation: float 6s ease-in-out infinite;
}

.particulaAnimationSmall-mobile {
  animation: floatSmall 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatSmall {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@media (max-width: 768px) {
  .timeline-container {
    display: none;
  }
  .timeline-container-mobile {
    display: block;
  }
}
@media (min-width: 769px) {
  .timeline-container {
    display: block;
  }
  .timeline-container-mobile {
    display: none;
  }
}
.mision-vision-texto {
  padding: 20px 15px;
  border-radius: 8px;
}

.mision-vision-texto h2 {
  color: #00205B;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.mision-vision-texto p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mision-vision-texto {
    padding: 40px 20px;
  }
  .mision-vision-texto h2 {
    font-size: 28px;
  }
  .mision-vision-texto p {
    font-size: 18px;
  }
}
#nosotros-mision-vision {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  #nosotros-mision-vision #nosotros-mision-vision {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #nosotros-mision-vision #nosotros-mision-vision img {
    width: 100%;
  }
  #nosotros-mision-vision #nosotros-mision-vision .col-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem);
  }
}

.historia-texto {
  background-color: #3D5AF1 !important;
  position: relative;
}
.historia-texto .lazar-antiguo {
  height: 11rem;
  overflow: hidden;
  background: white;
  z-index: 20;
}
.historia-texto p {
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 10;
}
.historia-texto p strong {
  color: #ffffff !important;
}
.historia-texto #mostrar-mas {
  background-color: #00205B;
  color: white;
}
.historia-texto .container {
  padding-bottom: 3rem;
  max-width: 75rem;
}

@media (max-width: 768px) {
  .historia-texto .container {
    padding: 0 20px;
  }
  .historia-texto p {
    font-size: 1rem;
  }
}
.imagen-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1000px;
  max-width: 100%;
  max-height: 900px;
}
@media (max-width: 768px) {
  .imagen-single {
    background-size: cover;
    max-height: 300px;
    height: 500px;
  }
}

#notice-id-section .slick-slide img {
  display: block;
  height: 200px;
  width: 100%;
}

#notice-section {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
#notice-section .container {
  overflow: hidden !important;
}
#notice-section .noticias-card {
  box-shadow: 1.2px 1.2px 1.2px 1.2px rgba(191, 42, 42, 0.16);
  border-radius: 1.3rem;
  height: 400px;
}
#notice-section .title-color {
  color: #00205B;
  font-size: 2.4rem;
  font-weight: bold;
}
#notice-section .btn {
  background-color: #3D5AF1;
  color: #ffffff;
}

@media (max-width: 768px) {
  .welcome-notice .bg-light {
    border-radius: 0 0 8px 8px;
    padding: 20px;
  }
  .welcome-notice h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .welcome-notice p {
    font-size: 1rem;
    text-align: center;
  }
  .welcome-notice .carrousel-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
#notice-section .notice-btn {
  text-wrap: nowrap;
  background-color: #3D5AF1;
  color: #ffffff;
}

.featured-products {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.featured-products.title {
  font-size: 28px;
  font-weight: bold;
}
.featured-products.product-title {
  font-size: 16px;
  font-weight: bold;
}
.featured-products.product-text {
  font-size: 10px;
}
.featured-products .card-body {
  display: flex;
  flex-direction: column;
}
.featured-products .card-body .card-text {
  flex-grow: 1;
}
.featured-products .card-body .btn {
  margin-top: auto;
  width: 6rem;
}

#quality-banner img {
  width: 100% !important;
  height: auto;
  display: block;
  opacity: 1;
}

.boxLogoCalidad {
  width: 48%;
}
@media (max-width: 768px) {
  .boxLogoCalidad img {
    width: 260px;
    position: absolute;
    bottom: 0rem;
    right: 4.2rem;
  }
}

.calidad-bienvenida {
  padding: 60px;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
}
.calidad-bienvenida h1 {
  text-align: left;
  color: #3D5AF1;
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.calidad-bienvenida p {
  text-align: left;
  color: #666666;
  font-size: 16px;
}
.calidad-bienvenida #texto-mision a {
  all: unset;
  /* Elimina todos los estilos heredados y de usuario agente */
}
.calidad-bienvenida #texto-mision .glp {
  cursor: pointer;
}
.calidad-bienvenida #texto-mision .glp:hover .certificate, .calidad-bienvenida #texto-mision .glp:hover .certificate .certificate {
  background: #3D5AF1;
  color: white;
  font-size: 16px;
  border: white 1px solid;
  border-radius: 12px;
  padding: 6px 1rem 6px;
  cursor: pointer;
}
.calidad-bienvenida #texto-mision .certificate {
  font-size: 10px;
  /* Agregar transición aquí para aplicarla al estado inicial */
  transition: all 0.5s ease-in-out;
}
.calidad-bienvenida #texto-mision .certificate:hover, .glp:hover .calidad-bienvenida #texto-mision .certificate {
  background: #3D5AF1;
  color: white;
  font-size: 16px;
  border: white 1px solid;
  border-radius: 12px;
  padding: 6px 1rem 6px;
  cursor: pointer;
}
.calidad-bienvenida .position-relative {
  display: inline-block;
  position: relative;
}
.calidad-bienvenida .position-relative img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0.3;
}
.calidad-bienvenida .position-relative::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 90, 241, 0.75);
  border-radius: 8px;
}
.calidad-bienvenida .position-relative .icono-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}
.calidad-bienvenida .position-relative .icono-play:hover {
  opacity: 1;
  text-decoration: none !important;
}

#staff-section .card {
  height: 200px;
  width: auto;
}
#staff-section .card-body {
  place-content: center !important;
}
#staff-section p {
  text-align: left;
  color: #666666;
  font-size: 16px;
}
#staff-section .card-text {
  text-align: center !important;
}

#calidad-destacado {
  position: relative;
  overflow: hidden;
  background-color: #3D5AF1;
}
#calidad-destacado .particula1 {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 30rem;
  height: auto;
  z-index: 5;
}
@media (max-width: 1520px) {
  #calidad-destacado .particula1 {
    width: 23rem;
  }
}
@media (max-width: 1046px) {
  #calidad-destacado .particula1 {
    top: -5rem;
    left: -6rem;
    width: 17rem;
  }
}
@media (max-width: 500px) {
  #calidad-destacado .particula1 {
    top: -7rem;
    left: -6rem;
    width: 17rem;
  }
}
#calidad-destacado .particula2 {
  position: absolute;
  top: 1rem;
  right: -25rem;
  width: 45rem;
  height: auto;
  z-index: 5;
}
@media (max-width: 1520px) {
  #calidad-destacado .particula2 {
    width: 35rem;
  }
}
@media (max-width: 1046px) {
  #calidad-destacado .particula2 {
    top: 21rem;
    right: -27rem;
    width: 34rem;
  }
}
@media (max-width: 500px) {
  #calidad-destacado .particula2 {
    top: 25rem;
    right: -29rem;
    width: 34rem;
  }
}

#calidad-maquinaria .microbiologico-texto p {
  font-size: 16px;
}
#calidad-maquinaria .microbiologico-texto .ph.ph-pill:before {
  color: #3D5AF1;
}
#calidad-maquinaria .position-relative {
  display: inline-block;
}
#calidad-maquinaria .position-relative img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#ultima-tecnologia {
  overflow: hidden;
}

.tech-circle {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech-circle .particula {
  position: absolute;
}
.tech-circle .small {
  top: 0rem;
  left: 1rem;
}
.tech-circle .medium {
  top: -2rem;
  left: 35rem;
  width: 4rem;
}
.tech-circle .large {
  top: 12rem;
  left: 14rem;
  z-index: 0;
}

.imagen-circulo {
  width: 25rem;
  position: relative;
}

.img-maquina {
  width: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.maquina-text h2 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.8rem;
  color: #3D5AF1;
}

.circulo-tecnologia {
  position: relative;
  width: 42rem;
  height: 42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circulo-tecnologia .img-circulo {
  width: 400px;
  height: 400px;
  width: 100%;
  border-radius: 50%;
  display: block;
}
.circulo-tecnologia #maquina-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36rem;
  height: auto;
}
.circulo-tecnologia #maquina-carousel .img-maquina {
  width: 100%;
  height: 30rem;
  display: block;
}

#maquina-gallery #fisicoquimico-texto p {
  text-align: left;
  color: #666666;
  font-size: 16px;
  margin-bottom: 1rem;
}
#maquina-gallery .card-container {
  perspective: 1000px;
  height: 300px;
  width: 100%;
}
#maquina-gallery .card-container img {
  position: absolute;
  height: 89%;
  top: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#maquina-gallery .card-container .card-flip {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}
#maquina-gallery .card-container:hover .card-flip {
  transform: rotateY(180deg);
}
#maquina-gallery .card.front, #maquina-gallery .card.back {
  position: absolute;
  width: 93%;
  height: 85%;
  backface-visibility: hidden;
}
#maquina-gallery .card.back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#maquina-gallery .card.back h5 {
  position: absolute;
  position-area: center;
}
#maquina-gallery .card .lazar-antiguo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
}

#calidad-actividades .container-actividades {
  width: 36rem;
  margin: 0 auto;
  text-align: center;
}
#calidad-actividades .container-actividades h1 {
  color: #3D5AF1;
  font-weight: bold;
  font-size: 1.8rem;
}
#calidad-actividades .container-actividades .secondary-image-container {
  padding: 0;
}
#calidad-actividades .container-actividades .secondary-image-container img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0;
}
#calidad-actividades .container-actividades .actividades-lista li {
  gap: 1.25rem;
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}
#calidad-actividades .container-actividades .actividades-lista .li-desplegable {
  border-bottom: 2px solid #00205B;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
#calidad-actividades .container-actividades .actividades-lista .li-desplegable:hover {
  color: var(--color-primario);
  background-color: rgba(121, 116, 126, 0.05);
}
#calidad-actividades .container-actividades .actividades-lista .li-desplegable .flecha {
  color: #3D5AF1;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: rgba(238, 232, 232, 0.5);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#calidad-actividades .container-actividades .actividades-lista .li-desplegable .flecha:hover {
  background-color: #3D5AF1;
  color: #fff;
}
#calidad-actividades .container-actividades .actividades-lista #equipamiento-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#calidad-actividades .container-actividades .actividades-lista #equipamiento-list.show {
  max-height: 1000px;
}
#calidad-actividades .container-actividades .actividades-lista #equipamiento-list li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
#calidad-actividades .container-actividades .actividades-lista #equipamiento-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3D5AF1;
}

#mapaBoxSection {
  position: relative;
}
#mapaBoxSection .cardbox {
  width: 100%;
}
#mapaBoxSection #map {
  position: relative;
  z-index: 1;
  height: 500px;
  width: 100%;
  border-radius: 0px;
}

#farmacovigilancia body {
  font-size: 16px;
}
#farmacovigilancia #farmaco-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#farmacovigilancia #farmaco-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#farmacovigilancia #farmaco-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#farmacovigilancia #farmaco-banner h1 span {
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  #farmacovigilancia #farmaco-banner h1 span {
    font-size: 44px;
  }
}
#farmacovigilancia #farmacovigilancia-texto {
  padding-top: 3rem;
}
#farmacovigilancia #farmacovigilancia-texto h1 {
  font-weight: bold;
}
#farmacovigilancia #farmacovigilancia-texto ul {
  padding-left: 0.6rem;
}
#farmacovigilancia #farmacovigilancia-texto p,
#farmacovigilancia #farmacovigilancia-texto li {
  color: #666666;
}
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto h3 {
  font-family: "League Spartan", sans-serif;
  color: #3D5AF1;
}
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto h1 {
  font-weight: bold;
}
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto strong {
  font-weight: bold;
}
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto ul {
  padding-left: 0.6rem;
}
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto p,
#farmacovigilancia #farmacovigilancia-documentos .documentos-texto li {
  color: #666666;
}
#farmacovigilancia #farmacovigilancia-documentos .document-link {
  text-decoration: none;
  display: inline-block;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  width: 100%;
  /* Asegura que el enlace ocupe todo el ancho posible */
  max-width: 600px;
  /* Ajusta este valor según tu diseño */
}
#farmacovigilancia #farmacovigilancia-documentos .document-link:hover {
  background-color: #eaeaea;
}
#farmacovigilancia #farmacovigilancia-documentos .document-link .document-box {
  display: flex;
  align-items: center;
  width: 100%;
  /* Hace que el documento ocupe todo el ancho disponible */
}
#farmacovigilancia #farmacovigilancia-documentos .document-link .document-box .pdf-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#farmacovigilancia #farmacovigilancia-documentos .document-link .document-box span {
  color: #3D5AF1;
  letter-spacing: 1px;
  font-size: 14px;
  flex-grow: 1;
  /* Hace que el texto ocupe el espacio disponible y ajuste el tamaño del contenedor */
}
#farmacovigilancia #farmacovigilancia-documentos .document-link .document-box span strong {
  color: #3D5AF1;
}

.venobox-img img {
  width: 100%;
  height: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#producto-individual {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#producto-individual .breadcrumb {
  background-color: transparent;
}
#producto-individual .breadcrumb a {
  color: #5A5A5A;
  font-weight: bolder;
}
#producto-individual .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}
#producto-individual .active {
  color: #6c757d;
  font-weight: bolder;
}
#producto-individual .col-imagenes .card {
  position: relative;
  background-repeat: no-repeat;
  height: 441px;
  border-radius: 30px;
  background-position: center;
}
#producto-individual .col-imagenes .card .badge {
  position: absolute;
  padding: 6px 25px;
  top: 1rem;
  left: 1rem;
}
#producto-individual .col-imagenes .card .badge.badge-primary {
  background-color: #3D5AF1;
}
#producto-individual .col-imagenes .card .image-zoom-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  font-size: 2rem;
  color: black;
}
#producto-individual .col-informacion p {
  color: #5A5A5A;
}
#producto-individual .col-informacion p span {
  font-weight: bold;
}
#producto-individual .col-informacion .receta-texto {
  padding-top: 0.9rem;
  font-weight: bold;
  text-decoration: underline;
}
#producto-individual .col-informacion .download-prospecto {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: rgba(61, 90, 241, 0.75);
  padding: 1.4rem 10px;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
}
#producto-individual .col-informacion .download-prospecto:hover {
  background-color: #d2d9df;
}
#producto-individual .col-informacion .download-prospecto svg {
  font-size: 1.3rem;
  margin-right: 1rem;
  fill: #000000;
}
#producto-individual .producto-presentaciones {
  display: flex;
  gap: 1rem;
}
#producto-individual .producto-presentaciones button {
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid #666666;
  border-radius: 0.4rem;
  padding: 0.22rem 1rem;
  background-color: white;
  color: #666666;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#producto-individual .producto-presentaciones button:hover {
  background-color: #666666;
  color: white;
}
#producto-individual .producto-presentaciones button:hover img {
  filter: invert(1) brightness(1);
}
#producto-individual .producto-presentaciones button.active {
  background-color: #666666;
  color: white;
}
#producto-individual .producto-presentaciones button.active img {
  filter: invert(1) brightness(1);
}
#producto-individual .producto-presentaciones button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.5);
}
#producto-individual #productos-relacionados .card {
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#producto-individual #productos-relacionados .card .card-text {
  font-size: 0.7rem;
}
#producto-individual #productos-relacionados .card a {
  width: 6rem;
}
#producto-individual #productos-relacionados .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
#producto-individual #productos-relacionados .slick-dots {
  width: 98%;
}
#producto-individual #productos-relacionados .slick-dots li button:before {
  font-size: 11px;
}

#talidomida .card-img-top-wrapper {
  height: 200px;
  overflow: hidden;
}
#talidomida .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#talidomida .sticky-top {
  top: 20px;
}
#talidomida .br-30 {
  border-radius: 30px;
}
@media (max-width: 991px) {
  #talidomida #talidomida .sticky-top {
    position: static;
  }
}
#talidomida #talidomida-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#talidomida #talidomida-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#talidomida #talidomida-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#talidomida #talidomida-banner h1 span {
  font-weight: 700 !important;
}
#talidomida #talidomida-texto {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#talidomida #talidomida-texto h1 {
  font-weight: bold;
}
#talidomida #talidomida-texto p,
#talidomida #talidomida-texto li {
  color: #666666;
}
#talidomida #talidomida-texto ol ol,
#talidomida #talidomida-texto ul ul,
#talidomida #talidomida-texto ol ul,
#talidomida #talidomida-texto ul ol {
  padding-left: 1rem;
}

#lazar-logistica-page .slick-dots {
  display: none !important;
}
#lazar-logistica-page #logistica-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#lazar-logistica-page #logistica-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#lazar-logistica-page #logistica-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#lazar-logistica-page #logistica-banner h1 span {
  font-weight: 700 !important;
}
#lazar-logistica-page #logistica-welcome title {
  font-size: 30px;
  font-weight: bold;
}
#lazar-logistica-page #logistica-welcome strong {
  font-size: 16px;
  font-weight: bold;
}
#lazar-logistica-page #logistica-welcome span {
  color: #BDBDBD;
}
#lazar-logistica-page #actividades {
  background-color: #F4F4F4;
}
#lazar-logistica-page #actividades .no-arrow {
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #79747E;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
#lazar-logistica-page #actividades .accordion-item {
  border-bottom: 0.3px solid #79747E;
}
#lazar-logistica-page #actividades .accordion-item:last-child {
  border-bottom: none;
}
#lazar-logistica-page #actividades .accordion-header {
  margin: 0;
}
#lazar-logistica-page #actividades .accordion-button {
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #79747E;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
#lazar-logistica-page #actividades .accordion-button:hover {
  background-color: #faf9f9;
}
#lazar-logistica-page #actividades .accordion-button::after {
  content: "▼";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
#lazar-logistica-page #actividades .accordion-button.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#lazar-logistica-page #actividades .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#lazar-logistica-page #actividades .accordion-body {
  padding: 1rem 1.25rem;
}
#lazar-logistica-page #galeria img {
  border-radius: 3px;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-dots {
  display: block !important;
  bottom: 10%;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-dots li button:before {
  font-size: 1rem;
  width: 1rem;
  color: white;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-next:before {
  content: "";
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-prev:before {
  content: "";
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-prev,
#lazar-logistica-page #galeria .single-item-log-galeria .slick-next {
  background: none;
  border: none;
  color: #ffffff;
  z-index: 990;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-prev {
  left: 6%;
  font-size: 6rem;
}
#lazar-logistica-page #galeria .single-item-log-galeria .slick-next {
  right: 10%;
  font-size: 6rem;
}
@media (max-width: 768px) {
  #lazar-logistica-page #galeria .single-item-log-galeria .slick-prev {
    left: 0%;
    font-size: 6rem;
  }
  #lazar-logistica-page #galeria .single-item-log-galeria .slick-next {
    right: 20%;
    font-size: 6rem;
  }
}

#logistica-page .slick-dots {
  display: none !important;
}
#logistica-page #logistica-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#logistica-page #logistica-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#logistica-page #logistica-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#logistica-page #logistica-banner h1 span {
  font-weight: 700 !important;
}
#logistica-page #logistica-inicio h2 {
  font-size: 30px;
  font-weight: bold;
}
#logistica-page #logistica-inicio .galeria {
  padding-top: 3rem;
}
#logistica-page #logistica-inicio .informacion {
  padding-top: 12rem;
}
#logistica-page #logistica-inicio .informacion h2 p {
  margin-bottom: 0;
}
#logistica-page #logistica-inicio .informacion li {
  padding-bottom: 0.3rem;
}
#logistica-page #logistica-inicio .informacion ul {
  padding-left: 1rem;
}
#logistica-page #logistica-distribucion {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebe7e7;
}
#logistica-page #logistica-distribucion h2 {
  font-size: 30px;
  font-weight: bold;
}
#logistica-page #logistica-distribucion .galeria {
  padding-top: 3rem;
}
#logistica-page #logistica-distribucion .informacion {
  padding-top: 12rem;
}
#logistica-page #logistica-distribucion .informacion h2 p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #logistica-page #logistica-distribucion .informacion {
    padding-top: 3rem;
    padding-left: 1rem;
  }
}

#farmacovigilancia-formulario-usuarios .wizard-nav {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#farmacovigilancia-formulario-usuarios .wizard-nav .wizard-step {
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
#farmacovigilancia-formulario-usuarios .wizard-nav .wizard-step .dot {
  background-color: #3D5AF1;
  height: 16px;
  top: -24px;
  width: 16px;
}
#farmacovigilancia-formulario-usuarios #form-usuarios-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#farmacovigilancia-formulario-usuarios #form-usuarios-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
}
#farmacovigilancia-formulario-usuarios #form-usuarios-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#farmacovigilancia-formulario-usuarios #form-usuarios-banner h1 span {
  font-weight: 700 !important;
}
#farmacovigilancia-formulario-usuarios .form-check {
  font-size: 1.1rem;
}
#farmacovigilancia-formulario-usuarios .container {
  max-width: 90vw;
}
#farmacovigilancia-formulario-usuarios .wizard {
  display: block;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#farmacovigilancia-formulario-usuarios .wizard .wizard-buttons {
  justify-content: center !important;
}
#farmacovigilancia-formulario-usuarios .wizard .form-group-custom {
  position: relative;
  margin-bottom: 1rem;
}
#farmacovigilancia-formulario-usuarios .wizard .form-group-custom input {
  border: 2px solid #dee2e6;
  border-radius: 4px;
  padding: 0.75rem;
  width: 100%;
  height: auto;
}
#farmacovigilancia-formulario-usuarios .wizard .form-group-custom label {
  position: absolute;
  top: -10px;
  left: 10px;
  background: white;
  padding: 0 5px;
  font-size: 14px;
  color: #495057;
}
#farmacovigilancia-formulario-usuarios .wizard .form-control {
  border: 0.0000003px solid #5A5A5A;
}

#resultado {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#resultado .resultado-body {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
#resultado i {
  font-size: 22px;
}

#step-1, #step-3, #salto-step-3, #step-4 {
  page-break-before: always;
}

#services-banner {
  position: relative;
  display: flex;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#services-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(195, 192, 215, 0.45);
}
#services-banner .text-banner-service {
  color: #093B59;
}
#services-banner h1 {
  font-size: 56px;
  line-height: 52px;
}
#services-banner h1 span {
  font-weight: 700 !important;
}

.sub-menu {
  display: none;
}

.sub-menu.open {
  display: block;
}

.ph-caret-down {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.ph-caret-down.rotate {
  transform: rotate(180deg) !important;
}

.ph-caret-down, .ph-caret-up {
  transition: transform 0.9s ease; /* Transición suave si lo necesitas */
}

.modal-content {
  border-radius: 30px !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: 1030; /* Asegúrate que esté debajo del modal */
}

.navbar.navbar-dark {
  padding-left: 0;
  padding-right: 0;
}

#sectionLaboratorioCalidad .imagenesEnCapas {
  position: relative;
  height: 520px;
  width: auto !important;
}

.imagenesEnCapas {
  position: relative;
  height: 520px;
  width: 770px;
}
.imagenesEnCapas .imgPrincipal {
  width: 30rem;
  position: relative;
}
.imagenesEnCapas .imgRight {
  position: absolute;
  bottom: -2rem;
  right: 1rem;
  width: 20rem;
  animation: float 4s ease-in-out infinite;
}
.imagenesEnCapas .imgBottom {
  position: absolute;
  bottom: -5rem;
  width: 15rem;
  left: -2rem;
  animation: float 4s ease-in-out infinite;
}
.imagenesEnCapas .imgCenter {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: -9rem;
}
.imagenesEnCapas .particulaGrande {
  position: absolute;
  left: -280px;
  top: 50px;
  z-index: 4;
  opacity: 0.85;
  animation: float 4s ease-in infinite;
}
.imagenesEnCapas .particulaCahica {
  position: absolute;
  right: 80%;
  bottom: 40px;
  z-index: 5;
  opacity: 0.85;
  animation: float 4s ease-in-out infinite;
}

.ribbon-1 {
  position: absolute;
  background: #60A730;
  box-shadow: 0 0 0 999px #60A730;
  -webkit-clip-path: inset(0 -100%);
  clip-path: inset(0 -100%);
  font-size: 14px;
  color: white;
}
.ribbon-1.left {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}

.boxMenu {
  display: flex;
  position: fixed;
  border-end-start-radius: 30px;
  height: 96vh !important;
  width: 30rem !important;
  background-color: #3D5AF1;
  z-index: 1019;
  top: 0;
  right: 0;
  padding: 100px 0px;
  transform: translateX(100%); /* Empieza fuera de la vista */
  transition: transform 0.4s ease-in-out; /* Transición suave */
}
@media (max-width: 768px) {
  .boxMenu {
    width: 100% !important;
    opacity: 0.95;
    overflow: scroll;
    height: 100vh !important;
    overflow-y: auto;
  }
}
.boxMenu.show {
  transform: translateX(0); /* Vuelve a la posición original */
  background-color: #3D5AF1;
}
.boxMenu.show #menu-principal li {
  list-style: none;
  opacity: 1; /* Visibles al mostrar el menú */
  transform: translateX(0); /* Regresan a su posición original */
}
.boxMenu .text-muted {
  color: rgba(255, 255, 255, 0.66) !important;
}
.boxMenu #menu-principal li {
  margin-bottom: 6px;
  opacity: 0; /* Inicialmente invisibles */
  transform: translateX(20px); /* Desplazados ligeramente hacia la derecha */
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out; /* Animación suave */
}
.boxMenu #menu-principal li.active a {
  font-weight: 700 !important;
}
.boxMenu #menu-principal li a {
  font-family: "League Spartan", sans-serif;
  font-size: 1.4rem;
  font-weight: 400 !important;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .boxMenu #menu-principal .header-contacto {
    text-align: center !important;
  }
}
.boxMenu .navbar-nav .nav-item.show > .sub-menu {
  display: block; /* Muestra el submenú al hacer clic */
}

#control-of-quality-page #ultima-tecnologia {
  padding: 80px 0px;
}
#control-of-quality-page #ultima-tecnologia .lazarLog {
  position: relative;
  display: flex;
}
#control-of-quality-page #ultima-tecnologia .lazarLog .poligon1 {
  position: absolute;
  top: 62%;
  left: 44%;
  width: 38%;
  transform: translate(-50%, -25%);
  z-index: 0;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
  animation: float 4s ease-in-out infinite;
}/*# sourceMappingURL=styles_nico.css.map */