@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: top 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: 66px !important;
}
#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;
}/*# sourceMappingURL=estilos.css.map */