@font-face {
  font-family: "Futura";
  src: url("fonts/Futura.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaM";
  src: url("fonts/FuturaM.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaMI";
  src: url("fonts/FuturaMI.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBI";
  src: url("fonts/FuturaBI.ttf") format("truetype");
}
@font-face {
  font-family: "Flexo";
  src: url("fonts/Flexo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FlexoL";
  src: url("fonts/Flexo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FlexoLIt";
  src: url("fonts/Flexo-LightIt.ttf") format("truetype");
}
@font-face {
  font-family: "FlexoDB";
  src: url("fonts/Flexo-Demi.ttf") format("truetype");
}
@font-face {
  font-family: "FlexoB";
  src: url("fonts/Flexo-Bold.ttf") format("truetype");
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Futura";
  background-color: white;
}
main {
  flex: 1 0 auto;
}
header,
footer {
  flex: 0 0 auto;
}
header {
  position: fixed;
  z-index: 2;
  width: 100%;
}
nav .navbar {
  height: 70px;
}
footer {
  background-color: #da0030;
}
footer p {
  font-size: 0.5rem;
}
main {
  padding-top: 65px;
}
q::before {
  content: '"';
  font-size: 5rem;
}
q::after {
  content: '"';
  font-size: 5rem;
  text-align: end;
}
h1 {
  text-align: center;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #910030 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  color: #da0030 !important;
  font-family: "FuturaBI";
}
div:where(.swal2-container) .swal2-html-container {
  color: #172c4d !important;
  font-family: "FuturaMI";
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  border-radius: 50px !important;
}
#ServiciosCarousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navMenu:hover {
  cursor: pointer;
}
#navMenu > span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 9999px;
  background-color: white;
}
#navMenu > span:not(:last-child) {
  margin-bottom: 7px;
}
#navMenu,
#navMenu > span {
  transition: all 0.4s ease-in-out;
}
#navMenu.active {
  transition-delay: 0.4s;
  transform: rotate(45deg);
}
#navMenu.active > span:nth-child(2) {
  width: 0;
}
#navMenu.active > span:nth-child(1),
#navMenu.active > span:nth-child(3) {
  transition-delay: 0.4s;
}
#navMenu.active > span:nth-child(1) {
  transform: translateY(9px);
}
#navMenu.active > span:nth-child(3) {
  transform: translateY(-9px) rotate(90deg);
}
#MVVcarousel .owl-dots {
  background-color: transparent;
}
.navbar-toggler {
  border: none;
}
.futuraR {
  font-family: "Futura";
}
.futuraM {
  font-family: "FuturaM";
}
.futuraMI {
  font-family: "FuturaMI";
}
.futuraBI {
  font-family: "FuturaBI";
}
.flexoR {
  font-family: "Flexo";
}
.flexoL {
  font-family: "FlexoL";
}
.flexoLIt {
  font-family: "FlexoLIt";
}
.flexoDB {
  font-family: "FlexoDB";
}
.nav-link {
  color: white !important;
}
.bg-rojo {
  background-color: #da0030;
}
.bg-gris {
  background-color: #f0f5f6;
}
.txt-rojo {
  color: #da0030;
}
.txt-rojo2 {
  color: #910030;
}
.txt-beige {
  color: #efcbb2;
}
.txt-gris {
  color: #7a7f87;
}
.txt-blue {
  color: #172c4d;
}
.text-justify {
  text-align: justify;
}
.img-logo {
  max-width: 80%;
  height: auto;
}
.activo {
  background-color: white;
  padding-inline: 1rem;
  border-radius: 10px;
  color: #910030 !important;
  font-family: "FuturaBI" !important;
}
.sec3 {
  background-image: url("img/fondo3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 5rem;
}
.sec4 {
  background-image: url("img/fondo4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.sec5 {
  background-color: #da0030;
  padding-block: 3rem;
}
.sec6 {
  position: relative;
  background-color: #8ac4d6;
  padding-block: 2rem;
}
.sec7,
.secontacto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 3rem;
}
.sec7 {
  background-image: url("img/fondonosotros.png");
}
.secontacto {
  background-image: url("img/fondocontacto.png");
}
.secservicios {
  background-image: url("img/fondoservicios.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 0.8rem;
}
.fs-3r {
  font-size: 3rem;
}
.col-nav {
  flex: 0 0 auto;
  width: 18%;
}
.mvv {
  font-size: 2rem;
  padding-left: 3rem;
}
.fs-q {
  font-size: 2rem;
}
.fs-liv {
  font-size: 2rem;
}
.fs-txt {
  font-size: 1rem;
}
.owl-item.active.center {
  transform: scale(1.3);
}
.owl-item.active.center p {
  color: #172c4d !important;
}
.col-tubo {
  flex: 0 0 auto;
  width: 30%;
}
.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box > p {
  font-size: 1.2rem;
}
.saber {
  border: 1px solid white;
  border-radius: 10px;
  padding-block: 0.3rem;
  padding-inline: 1rem;
  text-decoration: none;
}
.verticalc > div {
  text-align: center;
  font-size: 2rem;
  color: #910030;
  font-family: "FlexoLIt";
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 250px;
  height: 500px;
  display: flex;
  align-items: flex-end;
  background: no-repeat center center / cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 900px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #910030 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #172c4d !important;
}
.boxbuscamos {
  position: relative;
  border: 5px solid #da0030;
  padding-block: 1rem;
  padding-inline: 2rem;
  border-radius: 30px;
}
.imgabs {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-1rem, -2rem);
}
.boxtransform {
  position: relative;
}
.imglinea {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-1rem, 2rem);
}
.btncontacto,
.txtcontacto {
  border: none;
  border-radius: 10px;
  width: 70%;
  padding: 1rem;
  margin: 0.5rem;
}
.txtcontacto {
  background-color: #eff4f5;
}
.btncontacto {
  background-color: #da0030;
  color: white;
}
.btnservicios {
  background-color: transparent;
  border: none;
}
.btnservicios.active > img {
  transform: scale(1.1);
}
.btnservicios.active > p {
  color: #172c4d;
  font-size: 1.1rem !important;
}
.txtservicio {
  background-color: #7a7f87;
  border-radius: 10px;
}
.nav-areas {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "FlexoL";
}
.nav-areas.active,
.nav-areas:hover {
  font-family: "FlexoB" !important;
  color: #910030 !important;
  background-color: #b2b8c3;
  padding: 0.5rem;
  border-radius: 10px;
}
li.marcas::marker {
  color: #910030 !important;
  font-size: 1.5rem;
}
.servicios {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.caja1,
.caja2 {
  width: 100%;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.item1,
.item2,
.item3,
.item4 {
  width: 100%;
  height: 50%;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item1 {
  background-image: url("img/acondicard.png");
}
.item2 {
  background-image: url("img/maquilacard.png");
}
.item3 {
  background-image: url("img/hostingcard.png");
}
.item4 {
  background-image: url("img/fabricard.png");
}
.item1:hover,
.item2:hover,
.item3:hover,
.item4:hover {
  cursor: pointer;
  filter: opacity(70%) brightness(1.8);
}
.cardcompleta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.cards {
  width: 100%;
  height: 16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.cardacond {
  background-image: url("img/acondmo.jpg");
}
.cardmaquila {
  background-image: url("img/maquimo.jpg");
}
.cardhost {
  background-image: url("img/hostingmo.jpg");
}
.cardfabri {
  background-image: url("img/fabmo.jpg");
}
.cierre {
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translate(-50%, 30%);
  width: 1.5rem;
}
.cierre:hover {
  cursor: pointer;
}
.textoacond,
.textomaq,
.textohost,
.textofabri {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.titulo {
  font-size: 1.5rem;
}
.acon {
  font-size: 1.3rem;
}
.fab {
  font-size: 0.8rem;
}
.imgareas {
  border-radius: 10px;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .game-section .item {
    margin: 0 10px 40px;
    width: 150px;
    height: 300px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
@media (min-width: 768px) {
  .box > p {
    font-size: 2rem;
  }
  .saber {
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
  }
  .col-tubo {
    width: 20%;
  }
  footer p {
    font-size: 0.8rem;
  }
  .servicios {
    height: 30rem;
  }
  .caja1 {
    width: 45%;
    height: 100%;
    gap: 0;
  }
  .caja2 {
    width: 30%;
    height: 100%;
    gap: 0;
  }
  .item1 {
    height: 55%;
  }
  .item2 {
    height: 42%;
  }
  .item3 {
    height: 32%;
  }
  .item4 {
    height: 64%;
  }
  .cardcompleta {
    height: 30rem;
  }
  .cards {
    width: 76%;
    height: 100%;
  }
  .cierre {
    width: 2.5rem;
  }
  .cardacond {
    background-image: url("img/acondicionamientocompleta.jpeg");
  }
  .cardmaquila {
    background-image: url("img/maquilacompleta.jpeg");
  }
  .cardhost {
    background-image: url("img/hostingcompleta.jpeg");
  }
  .cardfabri {
    background-image: url("img/fabricacioncompleta.jpeg");
  }
  .textoacond {
    width: 35%;
  }
  .textomaq {
    width: 25%;
  }
  .textohost {
    width: 40%;
  }
  .textofabri {
    width: 30%;
  }
  .textoacond {
    transform: translate(30%, -50%);
  }
  .textomaq {
    transform: translate(-180%, -50%);
  }
  .textohost {
    transform: translate(-50%, 40%);
  }
  .textofabri {
    transform: translate(50%, -50%);
  }
  .contenido,
  .fab {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 100px;
  }
  nav .navbar {
    height: 100px;
  }
  #navBiopharm {
    padding-inline: 15rem;
  }
  .fs-q {
    font-size: 5rem;
  }
  .mvv {
    font-size: 4rem;
    padding-left: 3rem;
  }
  .fs-txt {
    font-size: 1.5rem;
  }
  .owl-item.active.center {
    transform: scale(1.5);
  }
  .box > p {
    font-size: 3rem;
  }
  .sec5,
  .sec7 {
    padding-block: 5rem;
  }
  .secservicios {
    padding-block: 1.5rem;
  }
  .col-tubo {
    width: 12%;
  }
  .sec6 {
    padding-block: 0;
  }
  .saber {
    padding-block: 0.5rem;
    padding-inline: 1.5rem;
  }
  .boxbuscamos {
    padding-inline: 5rem;
  }
  .imgabs {
    transform: translate(-2rem, -2rem);
  }
  footer p {
    font-size: 1rem;
  }
  .col-servicios {
    flex: 0 0 auto;
    width: 14%;
  }
  .btnservicios.active > p {
    color: #172c4d;
    font-size: 1.2rem !important;
    padding-block: 0.5rem;
  }
  .acon {
    font-size: 1.5rem;
  }
  .contenido,
  .fab {
    font-size: 1.2rem;
  }
}
