@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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");
:root {
  --header-bg-color: #673AB7;
  --splash-bg-color: #1D99D5;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999 !important;
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.nav-header-container {
  position: relative;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .nav-header-container {
    margin-top: 65px;
  }
}
@media (min-width: 68.75em) {
  .nav-header-container {
    width: 100%;
    height: 85vh;
  }
}

.nav-header-inner-container {
  position: relative;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .nav-header-inner-container {
    margin: 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-inner-container {
    margin: 25px 35px;
    height: 100%;
    z-index: 1;
  }
}
@media (min-width: 100em) {
  .nav-header-inner-container {
    margin: 30px 60px;
    height: 100%;
    z-index: 1;
  }
}

.nav-header-content-slider-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nav-header-content-slider-full {
    clip-path: none;
    border-radius: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav-header-content-slider-full {
    clip-path: none;
    border-radius: 0;
  }
}
@media (min-width: 68.75em) {
  .nav-header-content-slider-full {
    clip-path: url(#topClipFull);
  }
}
.nav-header-content-slider-full > h1 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media (min-width: 20em) {
  .nav-header-content-slider-full > h1 {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) {
  .nav-header-content-slider-full > h1 {
    font-size: 40px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-content-slider-full > h1 {
    font-size: 50px;
  }
}
@media (min-width: 100em) {
  .nav-header-content-slider-full > h1 {
    font-size: 60px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .nav-header-content-slider {
    clip-path: none;
    border-radius: 0;
    position: relative;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav-header-content-slider {
    clip-path: none;
    border-radius: 0;
    position: relative;
  }
}
@media (min-width: 68.75em) {
  .nav-header-content-slider {
    clip-path: url(#topClip);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.nav-header-content-slider > h1 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
@media (min-width: 20em) {
  .nav-header-content-slider > h1 {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) {
  .nav-header-content-slider > h1 {
    font-size: 40px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-content-slider > h1 {
    font-size: 50px;
  }
}
@media (min-width: 100em) {
  .nav-header-content-slider > h1 {
    font-size: 60px;
  }
}

.nav-header-bg-video {
  object-fit: cover;
  z-index: -1;
  width: 100%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nav-header-bg-video {
    height: 50vh;
    border-radius: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav-header-bg-video {
    height: 40vh;
    border-radius: 0;
  }
}
@media (min-width: 68.75em) {
  .nav-header-bg-video {
    height: 85vh;
    border-radius: 60px;
  }
}

.nav-header-menu-global-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-header-logo {
  font-size: 2rem;
  font-weight: 700;
  width: 200px;
  color: #fff;
  margin-top: 35px;
  margin-left: 7rem;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .nav-header-logo {
    width: 140px;
    margin-top: 30px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-logo {
    width: 130px;
    margin-top: 18px;
    margin-left: 2rem;
  }
}
@media (min-width: 100em) {
  .nav-header-logo {
    width: 180px;
    margin-top: 20px;
    margin-left: 5rem;
  }
}
.nav-header-logo > a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-header-logo > a > img {
  width: 150px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.nav-header-menu {
  background-color: #fff;
  color: #343a40;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px;
  margin-top: 30px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-menu {
    margin-top: 18px;
  }
}
@media (min-width: 100em) {
  .nav-header-menu {
    margin-top: 20px;
  }
}
.nav-header-menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-menu > ul {
    gap: 10px;
  }
}
.nav-header-menu > ul > li > a {
  line-height: 1;
  display: block;
  color: #343a40;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 5px 17px;
  border-radius: 50px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-menu > ul > li > a {
    font-size: 13px;
    padding: 5px 12px;
  }
}
@media (min-width: 100em) {
  .nav-header-menu > ul > li > a {
    font-size: 15px;
  }
}
.nav-header-menu > ul > li > a:hover {
  background-color: #000;
  color: #fff;
}

.nav-header-social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  height: 65px;
  width: 350px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-social-media {
    width: 250px;
  }
}
.nav-header-social-media > a {
  color: #1D99D5;
  text-decoration: none;
  font-size: 38px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-social-media > a {
    font-size: 28px;
  }
}
@media (min-width: 100em) {
  .nav-header-social-media > a {
    font-size: 32px;
  }
}
.nav-header-social-media > a:hover, .nav-header-social-media > a:focus, .nav-header-social-media > a:active {
  color: #014768;
}
.nav-header-social-media > a > svg {
  width: 38px;
  fill: #1D99D5;
  transition: all 0.3s;
}
.nav-header-social-media > a > svg:hover, .nav-header-social-media > a > svg:focus, .nav-header-social-media > a > svg:active {
  fill: #014768;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-social-media > a > svg {
    width: 28px;
  }
}
@media (min-width: 100em) {
  .nav-header-social-media > a > svg {
    width: 32px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .nav-header-bottom-buttons-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 20px 10px;
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav-header-bottom-buttons-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 20px 15px;
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 68.75em) {
  .nav-header-bottom-buttons-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px 20px 0;
    border-radius: 0 60px 0 0;
  }
}

.nav-header-bottom-button {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0 20px;
  border: none;
  z-index: 1;
}
.nav-header-bottom-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.nav-header-bottom-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.nav-header-bottom-button:hover, .nav-header-bottom-button:active, .nav-header-bottom-button:focus {
  color: #fff !important;
}
.nav-header-bottom-button:hover:before, .nav-header-bottom-button:active:before, .nav-header-bottom-button:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .nav-header-bottom-button {
    width: auto;
    font-size: 11px;
    min-height: 50px;
    height: 50px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-bottom-button {
    width: 195px;
    font-size: 13px;
    min-height: 50px;
    height: 50px;
  }
}
@media (min-width: 100em) {
  .nav-header-bottom-button {
    width: 300px;
    font-size: 15px;
    min-height: 60px;
    height: 60px;
  }
}

.h1-main-titles {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 11rem 0 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .h1-main-titles {
    font-size: 20px;
    margin: 5rem 0 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .h1-main-titles {
    font-size: 22px;
  }
}

.p-description-titles {
  font-size: 20px;
  width: 60%;
  margin: 20px auto;
  font-weight: 400;
  color: #343a40;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .p-description-titles {
    font-size: 15px;
    width: 100%;
    padding: 0 1rem;
  }
}

.grilla-productos-relacionados {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 80%;
  margin: 2rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .grilla-productos-relacionados {
    width: 100%;
    margin: 5rem auto;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    padding: 0 1rem;
  }
}

.text-on-left {
  width: 80%;
  margin: 8rem auto 1rem;
  text-align: left;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .text-on-left {
    width: 93%;
    margin: 5rem auto 1rem;
  }
}

.grilla-productos-destacados {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  width: 80%;
  margin: 2rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .grilla-productos-destacados {
    width: 100%;
    margin: 5rem auto;
    padding: 0 1rem;
    grid-template-columns: 1fr;
  }
}

.products-grid-for-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 2rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .products-grid-for-filters {
    width: 100%;
    margin: 5rem auto;
    padding: 0 1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .products-grid-for-filters {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .products-grid-for-filters {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.producto {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.producto > a {
  display: block;
  text-decoration: none;
}
.producto > a:hover > .image-producto-wrapper > img {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  border-radius: 14px 14px 0 0;
}
.producto > a:hover > p {
  background-color: #014768;
  transition: all 0.2s ease-in-out;
}
.producto > a > .image-producto-wrapper {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto > a > .image-producto-wrapper {
    height: 330px;
    max-height: 330px;
    min-height: 330px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto > a > .image-producto-wrapper {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .producto > a > .image-producto-wrapper {
    height: 356px;
    max-height: 356px;
    min-height: 356px;
  }
}
@media (min-width: 100em) {
  .producto > a > .image-producto-wrapper {
    height: 366px;
    max-height: 366px;
    min-height: 366px;
  }
}
.producto > a > div > img {
  border-radius: 14px 14px 0 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  object-position: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto > a > div > img {
    width: 100%;
    height: 100%;
  }
}
.producto > a > p {
  transition: all 0.2s ease-in-out;
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  padding: 12px 15px 12px 15px;
  margin: 0;
  border-radius: 0 0 14px 14px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .producto > a > p {
    font-size: 15px;
    height: 70px;
  }
}
@media (min-width: 68.75em) {
  .producto > a > p {
    font-size: 16px;
    height: 72px;
  }
}

.footer {
  background-color: #00699B;
  color: #fff;
}

.main-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
  margin: 0 14rem;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-container {
    padding: 1rem;
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .main-footer-container {
    gap: 123px;
    width: 80%;
    margin-left: 5rem;
  }
}

.main-footer-logo {
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-logo {
    margin-top: 6rem;
  }
}
.main-footer-logo > a {
  display: block;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-logo > a {
    width: 200px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .main-footer-logo > a {
    width: 280px;
  }
}
@media (min-width: 100em) {
  .main-footer-logo > a {
    width: 300px;
  }
}
.main-footer-logo > a > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

hr {
  border: 0;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}

.hr-grey {
  background-color: #C9C9C9;
  border: 0;
  height: 2px;
  margin: 0;
}

.bg-primary {
  background-color: #1D99D5 !important;
}

.main-footer-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-information {
    gap: 20px;
    width: 100%;
    flex-direction: column;
    margin: 5rem 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .main-footer-information {
    gap: 100px;
  }
}
@media (min-width: 100em) {
  .main-footer-information {
    gap: 300px;
  }
}

.main-footer-information-data {
  display: flex;
  flex-direction: column;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-information-data {
    width: 100%;
    align-items: center;
  }
}
.main-footer-information-data > p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.main-footer-information-bold {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-information-bold {
    font-size: 22px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .main-footer-information-bold {
    font-size: 25px;
  }
}
@media (min-width: 100em) {
  .main-footer-information-bold {
    font-size: 30px;
  }
}
.main-footer-information-bold:hover, .main-footer-information-bold:focus, .main-footer-information-bold:active {
  text-decoration: none;
  color: #fff;
}

.footer-social-media-button {
  color: #fff;
  font-size: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .footer-social-media-button {
    font-size: 40px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .footer-social-media-button {
    font-size: 35px;
  }
}
@media (min-width: 100em) {
  .footer-social-media-button {
    font-size: 40px;
  }
}
.footer-social-media-button:hover, .footer-social-media-button:focus, .footer-social-media-button:active {
  text-decoration: none;
  color: #014768;
}
.footer-social-media-button > svg {
  width: 40px;
  fill: #fff;
  transition: all 0.3s;
}
.footer-social-media-button > svg:hover, .footer-social-media-button > svg:focus, .footer-social-media-button > svg:active {
  text-decoration: none;
  fill: #014768;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .footer-social-media-button > svg {
    width: 40px;
  }
}

.font-bold {
  font-weight: 700;
}

.main-footer-social-media > p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-social-media > p {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 700;
  }
}

.main-footer-social-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .main-footer-social-media-grid {
    width: 100%;
  }
}

.icon-text-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.icon-text-wrapper > svg {
  width: 30px;
}
.icon-text-wrapper > a {
  text-decoration: none;
  color: #fff;
  margin: 0;
}
.icon-text-wrapper > a:hover, .icon-text-wrapper > a:focus, .icon-text-wrapper > a:active {
  color: #fff;
  text-decoration: underline;
}

.svg-white {
  fill: #fff;
}

.bg-image-content-container {
  position: relative;
  width: 80%;
  margin: 12rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bg-image-content-container {
    width: 100%;
    margin: 2rem auto;
    padding: 0 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .bg-image-content-container {
    max-width: 790px;
    margin: 10rem auto;
  }
}
.bg-image-content-container > img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bg-image-content-container > img {
    width: 100%;
    clip-path: none;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .bg-image-content-container > img {
    clip-path: url(#calibracion);
    width: 100%;
  }
}
@media (min-width: 68.75em) {
  .bg-image-content-container > img {
    clip-path: url(#calibracion);
    width: 100%;
  }
}

.bg-image-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  padding: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bg-image-content {
    width: 100%;
    border-radius: 0;
    margin-top: 1rem;
    position: relative;
    padding: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .bg-image-content {
    width: 380px;
    padding: 10px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .bg-image-content {
    width: 450px;
    padding: 10px;
  }
}
@media (min-width: 100em) {
  .bg-image-content {
    width: 755px;
  }
}
.bg-image-content > h1 {
  font-size: 30px;
  font-weight: 700;
  color: #343a40;
  margin: 40px 0 0 30px;
  width: 75%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bg-image-content > h1 {
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .bg-image-content > h1 {
    font-size: 17px;
    margin: 0 0 0 30px;
    width: 80%;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .bg-image-content > h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media (min-width: 100em) {
  .bg-image-content > h1 {
    margin: 40px 0 0 0;
  }
}
.bg-image-content > p {
  font-size: 20px;
  font-weight: 400;
  color: #343a40;
  margin: 20px 0 7rem 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bg-image-content > p {
    font-size: 15px;
    margin: 15px 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .bg-image-content > p {
    font-size: 15px;
    margin: 20px 0 1rem 30px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .bg-image-content > p {
    font-size: 17px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 100em) {
  .bg-image-content > p {
    margin: 20px 0 7rem 0;
  }
}

.button-wrapper {
  margin: 24px 0 0;
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .button-wrapper {
    margin: 24px 0 0 26px;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .button-wrapper > .button-blue {
    display: block;
    font-size: 17px;
    padding: 15px 30px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .button-wrapper > .button-blue {
    display: inline-block;
    font-size: 14px;
    padding: 10px 25px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .button-wrapper > .button-blue {
    display: inline-block;
    font-size: 17px;
  }
}

.button-blue {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
  display: block;
  width: 300px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .button-blue {
    margin: 0 auto;
  }
}
.button-blue:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.button-blue:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.button-blue:hover, .button-blue:active, .button-blue:focus {
  color: #fff;
}
.button-blue:hover:before, .button-blue:active:before, .button-blue:focus:before {
  width: 100%;
  opacity: 0.9;
}

.normal-container {
  width: 80%;
  position: relative;
  margin: 6rem auto;
}

.title-link {
  text-decoration: none;
}

.blog-container {
  position: relative;
  margin: 2rem auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-container {
    width: auto;
    margin: 3rem auto;
    padding: 0;
    grid-template-columns: 1fr;
    padding: 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .blog-container {
    width: 90%;
  }
}

.blog-feature-container {
  position: relative;
}
.blog-feature-container > a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.blog-feature-container > a:hover > .image-blog-wrapper > img {
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
  transform: scale(1.1);
}
.blog-feature-container > a > .image-blog-wrapper {
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-feature-container > a > .image-blog-wrapper {
    border-radius: 15px;
  }
}
.blog-feature-container > a > div > img {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  object-position: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-feature-container > a > div > img {
    border-radius: 15px;
  }
}
.blog-feature-container > a > h1 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #343a40;
  margin: 20px 0 0;
}
.blog-feature-container > a > .blog-content-wrapper > p {
  font-size: 15px !important;
  font-weight: 400;
  color: #343a40 !important;
  margin: 10px 0 0;
}

.blog-others-feature-container {
  position: relative;
}

.blog-block-intro {
  background-color: #00699B;
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 100em) {
  .blog-block-intro {
    padding: 40px 30px;
  }
}
.blog-block-intro > div > h1 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-block-intro > div > h1 {
    font-size: 18px;
  }
}
.blog-block-intro > div > p {
  font-size: 17px;
  font-weight: 400;
  margin: 10px 0 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-block-intro > div > p {
    font-size: 13px;
  }
}

.button-circle-arrow {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .button-circle-arrow {
    width: 60px;
    height: 60px;
    font-size: 15px;
  }
}
.button-circle-arrow > svg {
  width: 20px;
  fill: #fff;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .button-circle-arrow > svg {
    width: 15px;
  }
}
.button-circle-arrow:hover, .button-circle-arrow:focus, .button-circle-arrow:active {
  color: #fff;
  background-color: #014768;
  text-decoration: none;
}

.blog-two-block-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-two-block-container {
    grid-template-columns: 1fr;
  }
}

.blog-feature > a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.blog-feature > a:hover > .image-blog-wrapper > img {
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
  transform: scale(1.1);
}
.blog-feature > a > .image-blog-wrapper {
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-feature > a > .image-blog-wrapper {
    border-radius: 15px;
  }
}
.blog-feature > a > div > img {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-feature > a > div > img {
    border-radius: 15px;
  }
}
.blog-feature > a > h1 {
  font-size: 18px;
  padding: 0 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #343a40;
  margin: 20px 0 0;
}
.blog-feature > a > .blog-content-wrapper > p {
  font-size: 15px !important;
  padding: 0 10px;
  font-weight: 400;
  color: #343a40 !important;
  margin: 10px 0 0;
}

.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}

.show-menu {
  transition: all 0.2s ease-in-out;
  display: block !important;
}

.nav-header-on-scroll-container {
  display: none;
  transition: all 0.2s ease-in-out;
  background-color: #F7F7F7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.background-white {
  background-color: #fff;
}

.nav-header-on-scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.nav-header-on-scroll-logo {
  font-weight: 700;
  width: 200px;
  color: #343a40;
  margin-left: 15px;
}
.nav-header-on-scroll-logo > a {
  color: #343a40;
  display: block;
  text-decoration: none;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-on-scroll-logo > a {
    width: 120px;
  }
}
.nav-header-on-scroll-logo > a > img {
  width: 140px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.nav-header-on-scroll-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-on-scroll-menu {
    gap: 10px;
  }
}
.nav-header-on-scroll-menu > ul {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-header-on-scroll-menu > ul > li > a {
  line-height: 1;
  display: block;
  color: #343a40;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
  border-radius: 50px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-on-scroll-menu > ul > li > a {
    font-size: 13px;
    padding: 5px 8px;
  }
}
.nav-header-on-scroll-menu > ul > li > a:hover {
  background-color: #000;
  color: #fff;
}

.nav-header-on-scroll-social-media {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-right: 15px;
}
.nav-header-on-scroll-social-media > a {
  color: #1D99D5;
  text-decoration: none;
  font-size: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-on-scroll-social-media > a {
    font-size: 20px;
  }
}
.nav-header-on-scroll-social-media > a:hover, .nav-header-on-scroll-social-media > a:focus, .nav-header-on-scroll-social-media > a:active {
  text-decoration: none;
  color: #014768 !important;
}
.nav-header-on-scroll-social-media > a > svg {
  width: 30px;
  fill: #1D99D5;
  transition: all 0.3s;
}
.nav-header-on-scroll-social-media > a > svg:hover, .nav-header-on-scroll-social-media > a > svg:focus, .nav-header-on-scroll-social-media > a > svg:active {
  fill: #014768;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nav-header-on-scroll-social-media > a > svg {
    width: 20px;
  }
}

.bg-image-header {
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 85vh;
  border-radius: 60px;
}

.blue-overlay {
  background: transparent linear-gradient(180deg, #1D99D5 0%, #014667 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
}

.productos-categorias-button {
  text-decoration: none;
  display: flex;
  height: 191px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .productos-categorias-button {
    height: 150px;
  }
}
.productos-categorias-button:hover, .productos-categorias-button:focus, .productos-categorias-button:active {
  text-decoration: none;
}
.productos-categorias-button:hover > .image-categoria-wrapper > img {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.productos-categorias-button > .image-categoria-wrapper {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
}
.productos-categorias-button > .image-categoria-wrapper > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.productos-categorias-button > p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  z-index: 1;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .productos-categorias-button > p {
    font-size: 18px;
  }
}

.productos-categorias-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  width: 80%;
  margin: 8rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .productos-categorias-wrapper {
    width: 100%;
    margin: 5rem auto;
    padding: 0 1rem;
    grid-template-columns: 1fr;
  }
}
.productos-categorias-wrapper > a {
  text-decoration: none;
  position: relative;
}
.productos-categorias-wrapper > a > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.marcas-aliadas-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  width: 80%;
  margin: 8rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .marcas-aliadas-wrapper {
    width: 100%;
    padding: 0 1rem;
    margin: 3rem auto;
    grid-template-columns: 1fr;
  }
}
.marcas-aliadas-wrapper > a {
  text-decoration: none;
  position: relative;
}
.marcas-aliadas-wrapper > a > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.marca-aliada > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.spacer {
  height: 30px;
  margin: 2rem 0;
}

.search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .search-form {
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .search-form {
    width: 85%;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .smaller-header {
    height: 40vh;
    border-radius: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .smaller-header {
    height: 30vh;
    border-radius: 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .smaller-header {
    height: 60vh;
  }
}
@media (min-width: 100em) {
  .smaller-header {
    height: 65vh;
  }
}

.search-input-container {
  position: relative;
  width: 100%;
}
.search-input-container > input {
  width: 100%;
  padding: 20px 200px 20px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  color: #343a40;
  margin-right: 10px;
  outline: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .search-input-container > input {
    padding: 15px 45px 15px 15px;
    font-size: 13px;
  }
}
.search-input-container > input::placeholder {
  color: #343a40;
}
.search-input-container > button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-color: #1D99D5;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 5px 30px;
  transition: all 0.2s ease-in-out;
}
.search-input-container > button:hover, .search-input-container > button:focus, .search-input-container > button:active {
  transition: all 0.2s ease-in-out;
  background-color: #014768;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .search-input-container > button {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .search-input-container > button > span {
    display: none;
  }
}
.search-input-container > button > i {
  margin-right: 6px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .search-input-container > button > i {
    margin: 0;
  }
}

.productos-grilla-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  width: 80%;
  margin: 3rem auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .productos-grilla-container {
    width: 100%;
    margin: 5rem auto;
    padding: 0 1rem;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .productos-grilla-container {
    width: 90%;
  }
}

.grilla-productos-order-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.grilla-productos-order-container > p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.grilla-productos-order {
  display: flex;
  align-items: center;
  gap: 20px;
}
.grilla-productos-order > p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: right;
  margin: 0;
}
.grilla-productos-order > .form-select {
  width: auto;
}

.productos-filtros-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.productos-filtros-title > p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.productos-filtros-title > i {
  margin-right: 10px;
}

.productos-filtros-block {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.productos-filtros-block > p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px;
}

/* Personalización del paginador */
.pagination {
  justify-content: center;
  /* Centrar el paginador */
  font-size: 1.2rem;
  font-weight: 600;
  /* Aumentar tamaño de texto */
}

.pagination .page-item.active .page-link {
  background-color: #014768;
  /* Color de fondo activo */
  color: white;
  /* Texto blanco cuando está activo */
  border-radius: 50%;
  /* Bordes redondeados solo para el activo */
  padding: 8px 15px;
  /* Tamaño mayor para el activo */
}

.pagination .page-link {
  color: #1D99D5;
  /* Color del texto */
  padding: 8px 15px;
  /* Tamaño de los botones */
  transition: background-color 0.2s, color 0.2s;
  /* Transición suave */
}

.pagination .page-link:hover {
  background-color: #1D99D5;
  /* Color al pasar el mouse */
  color: white;
  /* Cambiar texto a blanco al hacer hover */
}

/* Eliminar bordes de los elementos no activos */
.pagination .page-item .page-link {
  border: none;
  /* Eliminar bordes de los elementos no activos */
}

.pagination > li > a {
  border-radius: 50%;
}

.page-item-previous {
  background-color: transparent;
  color: #1D99D5;
  border: none;
  border-radius: 0;
}

.page-item-next {
  background-color: transparent;
  color: #1D99D5;
  border: none;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border: none !important;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
  border: none !important;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination-styles {
  gap: 10px;
}

.btn-filter-option {
  background-color: #B7B5B5;
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 25px;
  border: 1px solid #B7B5B5;
  outline: none;
  color: #000;
}
.btn-filter-option:hover, .btn-filter-option:focus, .btn-filter-option:active {
  background-color: #00699B !important;
  color: #fff;
  border: 1px solid #00699B !important;
}
.btn-filter-option > .checked {
  background-color: #1D99D5;
}

.productos-filtros-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-check:checked + .btn {
  background-color: #00699B;
  border-color: #00699B;
  color: #fff;
}

.pills-selected {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
}

.select-order {
  font-size: 14px;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .shopping-cart-container {
    margin: 65px 0 0;
    padding: 20px 10px 3rem 10px;
    font-size: 14px !important;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .shopping-cart-container {
    margin: 65px 0 0;
    padding: 2rem 15px 3rem 15px;
    font-size: 16px !important;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .shopping-cart-container {
    margin: 70px 0;
    padding: 3rem 1rem;
  }
}
@media (min-width: 100em) {
  .shopping-cart-container {
    margin: 70px 0;
    padding: 2rem 2rem;
  }
}

.producto-interna-container {
  background-color: #E5E5E5;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-interna-container {
    margin: 65px 0 0;
    padding: 20px 0 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-interna-container {
    margin: 65px 0 0;
    padding: 2rem 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .producto-interna-container {
    margin: 60px 0;
    padding: 5rem 0;
  }
}
@media (min-width: 100em) {
  .producto-interna-container {
    margin: 70px 0;
    padding: 5rem 0;
  }
}

.producto-interna-content-wrapper {
  width: 80%;
  margin: 0 auto;
  display: grid;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-interna-content-wrapper {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-interna-content-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 30px;
    width: auto;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .producto-interna-content-wrapper {
    width: 90%;
    grid-template-columns: 400px 1fr;
    gap: 30px;
  }
}
@media (min-width: 100em) {
  .producto-interna-content-wrapper {
    grid-template-columns: 600px 1fr;
    gap: 35px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .productos-relacionados-wrapper {
    margin: 5rem auto;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .productos-relacionados-wrapper {
    margin: 0 auto 7rem;
  }
}
@media (min-width: 68.75em) {
  .productos-relacionados-wrapper {
    margin: 0 auto 10rem;
  }
}

.producto-interna-imagenes-wrapper {
  position: relative;
  width: 100%;
}

.producto-descripcion-title {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-descripcion-title {
    flex-direction: column;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-descripcion-title {
    flex-direction: column;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .producto-descripcion-title {
    flex-direction: column;
  }
}
.producto-descripcion-title > h1 {
  width: 70%;
  font-weight: 700;
  color: #000;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-descripcion-title > h1 {
    font-size: 18px;
    width: auto;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-descripcion-title > h1 {
    font-size: 23px;
    width: auto;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .producto-descripcion-title > h1 {
    font-size: 27px;
    width: auto;
  }
}
@media (min-width: 100em) {
  .producto-descripcion-title > h1 {
    font-size: 30px;
  }
}
.producto-descripcion-title > p {
  color: #1D99D5;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-descripcion-title > p {
    font-size: 16px;
  }
}

.brand-text {
  color: #1D99D5;
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .brand-text {
    font-size: 16px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .brand-text {
    font-size: 22px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .brand-text {
    font-size: 22px;
  }
}
@media (min-width: 100em) {
  .brand-text {
    font-size: 25px;
  }
}

.hr-black {
  height: 2px;
  background-color: #000;
}

.price-text {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .price-text {
    font-size: 25px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .price-text {
    font-size: 25px;
  }
}

.select-qty {
  font-weight: 600;
  padding: 10px 20px;
  margin: 30px 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .select-qty {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .select-qty {
    width: 300px;
    font-size: 20px;
  }
}
@media (min-width: 68.75em) {
  .select-qty {
    width: 300px;
    font-size: 20px;
  }
}

.producto-descripcion-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .producto-descripcion-buttons {
    flex-direction: column;
  }
}

.btn-request-price {
  background-color: #00699B;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  border: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 1;
}
.btn-request-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 15px 40px;
  background-color: #00699B;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-request-price:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  font-size: 20px;
  padding: 15px 40px;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-request-price:hover, .btn-request-price:active, .btn-request-price:focus {
  color: #fff !important;
}
.btn-request-price:hover:before, .btn-request-price:active:before, .btn-request-price:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-request-price {
    font-size: 14px;
    padding: 12px 25px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .btn-request-price {
    font-size: 16px;
    padding: 13px 40px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .btn-request-price {
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media (min-width: 100em) {
  .btn-request-price {
    font-size: 20px;
    padding: 15px 40px;
  }
}

.btn-continue-shopping {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border: none;
}
.btn-continue-shopping:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-continue-shopping:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-continue-shopping:hover, .btn-continue-shopping:active, .btn-continue-shopping:focus {
  color: #fff !important;
}
.btn-continue-shopping:hover:before, .btn-continue-shopping:active:before, .btn-continue-shopping:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-continue-shopping {
    font-size: 12px;
    padding: 8px 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .btn-continue-shopping {
    font-size: 14px !important;
    padding: 8px 15px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .btn-continue-shopping {
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media (min-width: 100em) {
  .btn-continue-shopping {
    font-size: 15px;
    padding: 15px 40px;
  }
}

.btn-add-to-cart {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 20px;
  border: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.btn-add-to-cart:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-add-to-cart:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-add-to-cart:hover, .btn-add-to-cart:active, .btn-add-to-cart:focus {
  color: #fff !important;
}
.btn-add-to-cart:hover:before, .btn-add-to-cart:active:before, .btn-add-to-cart:focus:before {
  color: #fff;
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-add-to-cart {
    font-size: 14px;
    padding: 12px 25px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .btn-add-to-cart {
    font-size: 16px;
    padding: 13px 40px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .btn-add-to-cart {
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media (min-width: 100em) {
  .btn-add-to-cart {
    font-size: 20px;
    padding: 15px 40px;
  }
}

.btn-download {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  padding: 15px 50px;
  font-size: 22px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin: 2rem 0;
  z-index: 1;
}
.btn-download:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-download:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-download:hover, .btn-download:active, .btn-download:focus {
  color: #fff !important;
}
.btn-download:hover:before, .btn-download:active:before, .btn-download:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-download {
    font-size: 15px;
    padding: 15px 30px;
    width: 100%;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .btn-download {
    font-size: 18px;
    padding: 15px 40px;
  }
}

.producto-descripcion-info {
  position: relative;
}
.producto-descripcion-info > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-descripcion-info > h2 {
    font-size: 18px;
    margin: 25px 0 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-descripcion-info > h2 {
    margin: 25px 0 10px;
  }
}
.producto-descripcion-info > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .producto-descripcion-info > p {
    font-size: 13px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .producto-descripcion-info > p {
    font-size: 14px;
  }
}

.modal-decargas {
  background-color: #fff;
  width: 70% !important;
  margin: 0 auto;
}

.descargas-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.descarga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .descarga {
    flex-shrink: 0;
  }
}
.descarga:last-child {
  border-bottom: none;
}
.descarga > p {
  font-weight: 500;
  color: #000;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .descarga > p {
    font-size: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .descarga > p {
    font-size: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 68.75em) {
  .descarga > p {
    font-size: 20px;
  }
}
.descarga > a {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  padding: 8px 15px;
  font-size: 22px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .descarga > a {
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    overflow: initial;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .descarga > a {
    font-size: 15px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    overflow: initial;
  }
}
.descarga > a:hover, .descarga > a:focus, .descarga > a:active {
  color: #fff;
  background-color: #014667;
  text-decoration: none;
}

.title-modal {
  color: #000;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .title-modal {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .title-modal {
    font-size: 25px;
  }
}
@media (min-width: 68.75em) {
  .title-modal {
    font-size: 30px;
  }
}

.modal-header {
  padding: 2rem;
  border-bottom: 0;
  border-top: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .modal-header {
    padding: 1.3rem;
  }
}

.modal-body {
  padding: 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .modal-body {
    padding: 1rem;
  }
}

.modal-dialog {
  max-width: 60%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .modal-dialog {
    max-width: 100%;
  }
}

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

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.myHistorySwiper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .myHistorySwiper {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .myHistorySwiper {
    width: 85%;
  }
}
@media (min-width: 68.75em) {
  .myHistorySwiper {
    width: auto;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .myHistorySwiper > .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.myHistorySwiper > .swiper-wrapper > .swiper-slide {
  display: grid;
  width: auto !important;
  flex-shrink: inherit;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .myHistorySwiper > .swiper-wrapper > .swiper-slide {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .myHistorySwiper > .swiper-wrapper > .swiper-slide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 68.75em) {
  .myHistorySwiper > .swiper-wrapper > .swiper-slide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.swiper-wrapper > .swiper-slide > .block-grid-container > .block-history-container > img {
  border-radius: 0;
}

.swiper-slide {
  height: auto !important;
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .swiper-slide {
    width: 100% !important;
  }
}

.mainSwiper {
  height: auto;
  width: 100%;
}

.thumbnailSwiper {
  height: 130px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 20px 0 0;
  border-radius: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .thumbnailSwiper {
    margin: 10px 0 0;
  }
}

.swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
}

/* Flechas comunes */
.swiper-button-prev-thumbs,
.swiper-button-next-thumbs {
  width: 40px !important;
  height: 100% !important;
  /* que ocupe todo el alto */
  top: 0 !important;
  margin-top: 0 !important;
  background: rgba(0, 122, 255, 0.7);
  /* blanco con transparencia */
  z-index: 10;
  transition: background 0.3s ease;
}

/* Posición derecha e izquierda */
.swiper-button-prev-thumbs {
  left: 0 !important;
}

.swiper-button-next-thumbs {
  right: 0 !important;
}

/* Hover */
.swiper-button-prev-thumbs:hover,
.swiper-button-next-thumbs:hover {
  background: rgba(1, 71, 104, 0.8);
}

/* Ocultar iconos por defecto (si querés usar tus propios SVG o estilos) */
.swiper-button-prev-thumbs::after,
.swiper-button-next-thumbs::after {
  font-size: 20px;
  color: #fff;
  /* o el color que combine con tu diseño */
}

.thumbnailSwiper .swiper-slide {
  width: 100%;
  margin-right: 10px;
  opacity: 0.4;
  box-sizing: border-box;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .thumbnailSwiper .swiper-slide {
    width: 60px !important;
    margin-right: 5px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .thumbnailSwiper .swiper-slide {
    width: 80px !important;
    margin-right: 10px;
  }
}
.thumbnailSwiper .swiper-slide > img {
  height: 130px;
  object-fit: 100%;
  object-position: top left;
  border-radius: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .thumbnailSwiper .swiper-slide > img {
    border-radius: 15px;
  }
}

.thumbnailSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .swiper-slide img {
    border-radius: 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .swiper-slide img {
    border-radius: 15px;
  }
}

.price-selected-range {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.servicios-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 3rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicios-wrapper {
    margin-bottom: 6rem;
  }
}
.servicios-wrapper > a {
  width: calc(30% - 10px);
  flex-grow: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  height: 250px;
  text-align: center;
  color: #fff;
  background-color: #00699B;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicios-wrapper > a {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicios-wrapper > a {
    width: calc(30% - 10px);
    height: 150px;
    font-size: 14px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicios-wrapper > a {
    width: calc(30% - 10px);
    height: 120px;
    font-size: 16px;
  }
}
@media (min-width: 100em) {
  .servicios-wrapper > a {
    width: calc(30% - 10px);
    height: 250px;
    font-size: 20px;
  }
}
.servicios-wrapper > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0, 70.4516129032, 104);
}

.servicios-total-container {
  width: 80%;
  margin: 1rem auto 5rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicios-total-container {
    width: auto;
    margin: 2rem 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicios-total-container {
    width: 90%;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .page-total-container {
    width: auto;
    margin: 0 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .page-total-container {
    width: auto;
    margin: 0 30px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .page-total-container {
    width: 90%;
    margin: 1rem auto 5rem;
  }
}
@media (min-width: 100em) {
  .page-total-container {
    width: 85%;
    margin: 1rem auto 5rem;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .with-breadcrumb {
    width: 90%;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .with-breadcrumb {
    width: 80%;
  }
}
@media (min-width: 68.75em) {
  .with-breadcrumb {
    width: 80%;
  }
}
.with-breadcrumb > .bread-crumb {
  margin: 0 0 0 30px;
}

.page-h1-big-title {
  font-weight: 800;
  color: #000;
  margin: 20px 0;
  text-transform: uppercase;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .page-h1-big-title {
    font-size: 30px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .page-h1-big-title {
    font-size: 40px;
  }
}
@media (min-width: 68.75em) {
  .page-h1-big-title {
    font-size: 60px;
  }
}

.bread-crumb > a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bread-crumb > a {
    font-size: 12px;
  }
}
.bread-crumb > a:hover {
  text-decoration: underline;
}
.bread-crumb > span {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .bread-crumb > span {
    font-size: 13px;
  }
}

.h3-page-description {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  margin: 4rem 0;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .h3-page-description {
    font-size: 20px;
    margin: 2rem 0 2rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .h3-page-description {
    font-size: 23px;
  }
}

.page-p-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 2rem 0;
  width: 80%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .page-p-subtitle {
    width: auto;
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .page-p-subtitle {
    width: 90%;
    font-size: 16px;
  }
}
@media (min-width: 68.75em) {
  .page-p-subtitle {
    width: 90%;
    font-size: 18px;
  }
}

.page-block-total-container {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .page-block-total-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .page-block-total-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .page-block-total-container {
    grid-template-columns: 0.4fr 1fr;
  }
}
@media (min-width: 100em) {
  .page-block-total-container {
    grid-template-columns: 0.25fr 1fr;
  }
}

.consultoria-capacitaciones,
.calibraciones {
  margin: 5rem 0;
  gap: 120px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-capacitaciones,
  .calibraciones {
    gap: 65px;
  }
}

.option-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.option-block > p {
  margin: 0;
  font-weight: 600;
}
.option-block > button {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  width: 30px;
  text-align: center;
  font-weight: 600;
}

.selected {
  color: #00699B;
}

.servicio-disponible-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-blocks-wrapper {
    margin-top: 1rem;
    justify-content: center;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicio-disponible-blocks-wrapper {
    justify-content: center;
  }
}

.accordion-body-servicio {
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-servicio {
  border: none;
}

.accordion-button-servicio {
  padding-left: 0;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  box-shadow: none;
  border-bottom: 2px solid #E5E5E5;
  outline: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .accordion-button-servicio {
    font-size: 14px;
  }
}
.accordion-button-servicio:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button-servicio:not(.collapsed) {
  padding-left: 0;
  background-color: transparent;
  color: #00699B;
  font-weight: 700;
  box-shadow: none;
  border-bottom: 2px solid #E5E5E5;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .accordion-button-servicio:not(.collapsed) {
    font-size: 14px;
  }
}

.servicio-disponible-block {
  padding: 0;
  margin-bottom: 20px;
  width: 280px;
  height: 230px;
}
.servicio-disponible-block > .servicio-disponible-block-image-wrapper > p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 5px 0 5px 0;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block > .servicio-disponible-block-image-wrapper > p {
    font-size: 14px;
  }
}

.expanded {
  width: 100% !important;
}

.servicio-disponible-block-image {
  width: 100%;
  height: 180px;
  border-radius: 30px;
  padding: 1px;
  border: 1px solid #CECECE;
  padding: 10px;
}
.servicio-disponible-block-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
}

.politica-calidad-text-wrapper > p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .politica-calidad-text-wrapper > p {
    font-size: 16px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .politica-calidad-text-wrapper > p {
    font-size: 18px;
  }
}

.acreditaciones-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acreditaciones-wrapper > img {
  display: block;
  margin: 2rem auto 3rem;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .acreditaciones-wrapper > img {
    width: 65%;
  }
}
@media (min-width: 68.75em) {
  .acreditaciones-wrapper > img {
    width: 80%;
  }
}

.acreditacion-information-list > p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 2rem;
}
.acreditacion-information-list > p > span {
  font-weight: 700;
  color: #1D99D5;
}
.acreditacion-information-list > p > a {
  color: #014768;
  text-decoration: none;
  font-weight: 700;
}
.acreditacion-information-list > p > a:hover {
  text-decoration: underline;
}

.clientes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.cliente-block {
  width: 200px;
  height: 150px;
  border-radius: 30px;
  border: 1px solid #CECECE;
  padding: 15px;
}
.cliente-block > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.iframe-product {
  display: none;
}

.servicio-disponible-block-information {
  display: none;
  background-color: #fff;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.servicio-disponible-block-information > h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block-information > h3 {
    font-size: 17px;
    margin: 10px;
    padding-right: 4rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicio-disponible-block-information > h3 {
    font-size: 20px;
    margin: 10px;
    padding-right: 4rem;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicio-disponible-block-information > h3 {
    margin: 0 40px 0 0;
  }
}

.show-information {
  transition: width 0.1s ease-in-out;
  width: 100%;
  height: auto;
  visibility: visible;
  z-index: 1;
  opacity: 1;
  background: #dceaf1;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .show-information {
    height: auto;
    padding-bottom: 5rem;
    padding: 10px;
    border-radius: 30px;
    background: #dceaf1;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .show-information {
    height: auto;
    padding-bottom: 5rem;
    padding: 20px;
    border-radius: 30px;
    background: #dceaf1;
  }
}
@media (min-width: 68.75em) {
  .show-information {
    height: auto;
    border-radius: 30px;
    padding: 20px;
    padding-bottom: 5rem;
  }
}

.servicio-disponible-block-image-wrapper {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.servicio-disponible-block-information .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.servicio-disponible-block-information-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block-information-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicio-disponible-block-information-wrapper {
    grid-template-columns: 1fr;
  }
}
.servicio-disponible-block-information-wrapper > iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block-information-wrapper > iframe {
    height: 220px;
    border-radius: 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicio-disponible-block-information-wrapper > iframe {
    height: 385px;
    border-radius: 15px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicio-disponible-block-information-wrapper > iframe {
    height: 300px;
  }
}

.close {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px;
  line-height: 37px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .close {
    background-color: transparent;
    border: none;
  }
}

.servicio-disponible-block-information-text > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block-information-text > p {
    font-size: 12px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicio-disponible-block-information-text > p {
    font-size: 12px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicio-disponible-block-information-text > p {
    font-size: 12px;
  }
}

.button-align-right {
  text-align: right;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .button-align-right {
    text-align: center;
  }
}

.button-align-center {
  text-align: center;
}

.servicio-disponible-block-information-button {
  background-color: #014768;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  padding: 20px 60px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-top: 2rem;
  display: inline-block;
  border: none;
  z-index: 1;
}
.servicio-disponible-block-information-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #014768;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.servicio-disponible-block-information-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0.7571428571, 53.7571428571, 78.7428571429);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.servicio-disponible-block-information-button:hover, .servicio-disponible-block-information-button:active, .servicio-disponible-block-information-button:focus {
  color: #fff !important;
}
.servicio-disponible-block-information-button:hover:before, .servicio-disponible-block-information-button:active:before, .servicio-disponible-block-information-button:focus:before {
  color: #fff;
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicio-disponible-block-information-button {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 12px 30px;
    font-size: 15px;
    display: block;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .servicio-disponible-block-information-button {
    padding: 15px 40px;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .servicio-disponible-block-information-button {
    font-size: 14px;
  }
}
@media (min-width: 100em) {
  .servicio-disponible-block-information-button {
    padding: 15px 50px;
    font-size: 18px;
  }
}

.capacitaciones-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-content-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitaciones-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.capacitaciones-content {
  position: relative;
  border-radius: 30px;
  height: 270px;
  overflow: hidden;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-content {
    border-radius: 15px;
  }
}
.capacitaciones-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, transparent);
  border-radius: 30px;
  z-index: 1;
}
.capacitaciones-content:hover > img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.capacitaciones-content > img {
  transition: all 0.2s ease-in-out;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-content > img {
    border-radius: 15px;
  }
}
.capacitaciones-content > h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .capacitaciones-content > h2 {
    font-size: 18px;
  }
}

.capacitaciones-top-wrapper {
  margin: 4rem 0;
}

.capacitaciones-top-content > h2 {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-top-content > h2 {
    font-size: 18px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitaciones-top-content > h2 {
    font-size: 20px;
  }
}
.capacitaciones-top-content > h2 > .grey-circle {
  background-color: #E5E5E5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #707070;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-top-content > h2 > .grey-circle {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitaciones-top-content > h2 > .grey-circle {
    width: 20px;
    height: 20px;
  }
}
.capacitaciones-top-content > p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-top-content > p {
    font-size: 14px;
  }
}

.consultoria-wrapper {
  background-color: #E5E5E5;
  margin-top: 10rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-wrapper {
    margin-top: 5rem;
  }
}

.consultoria-block-content {
  width: 80%;
  margin: 0 auto;
  padding: 8rem 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-content {
    width: auto;
    padding: 2rem 0;
    grid-template-columns: 1fr;
    margin: 0 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-content {
    width: 85%;
    gap: 70px;
  }
}
.consultoria-block-content > img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top left;
  display: block;
  border-radius: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-content > img {
    border-radius: 15px;
  }
}

.consultoria-button {
  background-color: #014768;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  padding: 20px 60px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-top: 2rem;
  display: inline-block;
  z-index: 1;
}
.consultoria-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #014768;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.consultoria-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0.0285714286, 2.0285714286, 2.9714285714);
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.consultoria-button:hover, .consultoria-button:active, .consultoria-button:focus {
  color: #fff !important;
}
.consultoria-button:hover:before, .consultoria-button:active:before, .consultoria-button:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-button {
    padding: 15px;
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-button {
    padding: 18px 60px;
    font-size: 13px;
  }
}

.consultoria-block-content-text > h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-content-text > h2 {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-content-text > h2 {
    font-size: 25px;
  }
}
.consultoria-block-content-text > h2 > .grey-circle {
  background-color: #CECECE;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #707070;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-content-text > h2 > .grey-circle {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-content-text > h2 > .grey-circle {
    width: 30px;
    height: 30px;
  }
}
.consultoria-block-content-text > p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-content-text > p {
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-content-text > p {
    font-size: 15px;
  }
}

.capacitacion-top-content-wrapper {
  display: grid;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitacion-top-content-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitacion-top-content-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}
@media (min-width: 68.75em) {
  .capacitacion-top-content-wrapper {
    grid-template-columns: 0.5fr 0.5fr;
    grid-gap: 100px;
  }
}

.left-content-capacitacion {
  margin-top: 3rem;
}
.left-content-capacitacion > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 0.8rem;
  gap: 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .left-content-capacitacion > h3 {
    font-size: 16px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .left-content-capacitacion > h3 {
    font-size: 17px;
  }
}
.left-content-capacitacion > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .left-content-capacitacion > p {
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .left-content-capacitacion > p {
    font-size: 14px;
  }
}
.left-content-capacitacion > iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .left-content-capacitacion > iframe {
    height: 275px;
    border-radius: 15px;
  }
}

.right-content-capacitacion {
  position: relative;
}
.right-content-capacitacion > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 0.8rem;
  gap: 10px;
}
.right-content-capacitacion > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 2rem;
}

.suscribe-box-wrapper {
  background-color: #1D99D5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 40px;
  height: 300px;
}
.suscribe-box-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.4);
  border-radius: 40px;
  z-index: 1;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .suscribe-box-wrapper {
    height: 200px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .suscribe-box-wrapper {
    height: 250px;
    margin-bottom: 5rem;
  }
}
@media (min-width: 68.75em) {
  .suscribe-box-wrapper {
    height: 300px;
    margin-bottom: 5rem;
  }
}
.suscribe-box-wrapper > img {
  width: 100%;
  border-radius: 40px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.suscribe-box-wrapper > h2 {
  font-weight: 600;
  color: #fff;
  margin: 0;
  z-index: 2;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .suscribe-box-wrapper > h2 {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .suscribe-box-wrapper > h2 {
    font-size: 25px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .suscribe-box-wrapper > h2 {
    font-size: 25px;
    padding: 0 1rem;
  }
}
@media (min-width: 100em) {
  .suscribe-box-wrapper > h2 {
    font-size: 25px;
  }
}

.btn-suscribe {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-top: 2rem;
  z-index: 2;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-suscribe {
    padding: 10px 40px;
    font-size: 15px;
  }
}
.btn-suscribe:hover, .btn-suscribe:focus, .btn-suscribe:active {
  color: #fff;
  background-color: black;
  text-decoration: none;
}

.capacitacion-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitacion-images-wrapper {
    gap: 8px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitacion-images-wrapper {
    gap: 10px;
  }
}
.capacitacion-images-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitacion-images-wrapper > img {
    border-radius: 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitacion-images-wrapper > img {
    border-radius: 15px;
  }
}

.capacitacion-slider-wrapper {
  margin-top: 10rem;
  margin-bottom: 6rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitacion-slider-wrapper {
    margin-top: 4rem;
  }
}
.capacitacion-slider-wrapper > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
}

.capacitaciones-slider-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .capacitaciones-slider-content-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .capacitaciones-slider-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .capacitaciones-slider-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 100em) {
  .capacitaciones-slider-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.capacitacion-content {
  position: relative;
  border-radius: 30px;
  height: 230px;
  overflow: hidden;
}
.capacitacion-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, transparent);
  border-radius: 30px;
  z-index: 1;
}
.capacitacion-content:hover > img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.capacitacion-content > img {
  transition: all 0.2s ease-in-out;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.capacitacion-content > h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  z-index: 2;
}

svg.clips {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 0;
  height: 0;
}

.consultoria-block-top-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px;
  margin: 5rem 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-wrapper {
    margin: 3rem 0;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-wrapper {
    margin: 3rem 0;
  }
}

.consultoria-block-top-image-wrapper {
  position: relative;
  height: 450px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-image-wrapper {
    height: auto;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-image-wrapper {
    height: auto;
  }
}
.consultoria-block-top-image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: url(#consultoria);
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-image-wrapper > img {
    position: relative;
    border-radius: 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-image-wrapper > img {
    position: relative;
    border-radius: 15px;
  }
}

.consultoria-block-top-image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-image-text {
    padding: 0;
    width: 100%;
    border-radius: 0;
    position: relative;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-image-text {
    padding: 0;
    width: 100%;
    border-radius: 0;
    position: relative;
  }
}
@media (min-width: 68.75em) {
  .consultoria-block-top-image-text {
    width: 50%;
    bottom: 10%;
  }
}
.consultoria-block-top-image-text > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  text-transform: uppercase;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-image-text > h3 {
    font-size: 16px;
    margin-top: 10px;
    padding: 7px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-image-text > h3 {
    font-size: 18px;
    margin-top: 10px;
    padding: 7px;
  }
}

.btn-contactenos {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 20px;
  text-align: center;
  border: none;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-top: 2rem;
  display: inline-block;
  z-index: 1;
}
.btn-contactenos:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-contactenos:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-contactenos:hover, .btn-contactenos:active, .btn-contactenos:focus {
  color: #fff !important;
}
.btn-contactenos:hover:before, .btn-contactenos:active:before, .btn-contactenos:focus:before {
  color: #fff;
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-contactenos {
    padding: 11px 40px;
    display: block;
    font-size: 13px;
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .btn-contactenos {
    padding: 11px 40px;
    font-size: 13px;
    display: inline-block;
    margin-top: 1rem;
  }
}

.consultoria-block-middle-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 10rem 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-middle-wrapper {
    margin: 5rem 0;
    grid-template-columns: 1fr;
  }
}

.consultoria-block-middle-left {
  padding: 20px;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .consultoria-block-middle-left {
    padding: 0;
  }
}
.consultoria-block-middle-left > h3 {
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-middle-left > h3 {
    font-size: 20px;
    width: 100%;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-middle-left > h3 {
    font-size: 22px;
    width: 100%;
  }
}
@media (min-width: 68.75em) {
  .consultoria-block-middle-left > h3 {
    font-size: 30px;
    width: 80%;
  }
}
.consultoria-block-middle-left > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  padding: 0 20px 0 0;
}
@media (min-width: 20em) and (max-width: 68.74em) {
  .consultoria-block-middle-left > p {
    font-size: 14px;
  }
}

.consultoria-block-top-right {
  padding: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-right {
    padding: 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-right {
    padding: 10px;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-top-right > p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-top-right > p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.consultoria-block-bottom-wrapper {
  width: 80%;
  margin: 5rem auto 8rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-bottom-wrapper {
    width: auto;
    margin: 5rem auto 8rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-bottom-wrapper {
    width: 90%;
    margin: 5rem auto 8rem;
  }
}

.consultoria-block-bottom-image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-bottom-image-text {
    padding: 8px;
    border-radius: 0;
    position: relative;
    width: auto;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-bottom-image-text {
    width: 100%;
    position: relative;
  }
}
.consultoria-block-bottom-image-text > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 10px 15px 10px 0;
  text-transform: uppercase;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .consultoria-block-bottom-image-text > h3 {
    font-size: 20px;
    padding: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .consultoria-block-bottom-image-text > h3 {
    font-size: 25px;
    padding: 10px 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .consultoria-block-bottom-image-text > h3 {
    font-size: 23px;
  }
}

.contactos-total-container {
  position: relative;
  display: flex;
  align-items: center;
}
.contactos-total-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contactos-total-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 48, 48, 0.2);
  z-index: -1;
}

.contact-form {
  width: 700px;
  height: 640px;
  margin: 12rem 0 12rem 10rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .contact-form {
    width: 90%;
    height: auto;
    margin: 6rem auto 10rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .contact-form {
    width: 650px;
    height: auto;
    margin: 8rem auto;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .contact-form {
    height: 590px;
  }
}
@media (min-width: 100em) {
  .contact-form {
    width: 700px;
    height: 620px;
    margin: 12rem 0 12rem 10rem;
  }
}

.contactos-background-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  clip-path: url(#pathContactos);
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .contactos-background-wrapper {
    clip-path: none;
    border-radius: 30px;
    padding: 10px 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .contactos-background-wrapper {
    clip-path: none;
    border-radius: 60px;
    padding: 34px 30px;
  }
}
.contactos-background-wrapper > h1 {
  font-size: 55px;
  font-weight: 800;
  color: #000;
  margin: 0;
  padding: 15px 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .contactos-background-wrapper > h1 {
    font-size: 28px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .contactos-background-wrapper > h1 {
    font-size: 40px;
    padding: 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .contactos-background-wrapper > h1 {
    font-size: 45px;
  }
}
@media (min-width: 100em) {
  .contactos-background-wrapper > h1 {
    font-size: 50px;
  }
}
.contactos-background-wrapper > p {
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 25px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .contactos-background-wrapper > p {
    font-size: 13px;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .contactos-background-wrapper > p {
    font-size: 16px;
    margin: 2rem 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 68.75em) {
  .contactos-background-wrapper > p {
    font-size: 20px;
    width: 80%;
  }
}

.form-inputs {
  margin: 0 20px 15px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .form-inputs {
    margin: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .form-inputs {
    margin: 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .form-inputs {
    margin: 45px 20px 15px;
  }
}
@media (min-width: 100em) {
  .form-inputs {
    margin: 60px 20px 15px;
  }
}
.form-inputs > .form-group {
  margin: 0 0 12px;
}
.form-inputs > .form-group > input {
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6980392157);
  border: 1px solid #707070;
}
.form-inputs > .form-group > input:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .form-inputs > .form-group > input {
    font-size: 12px;
    padding: 12px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .form-inputs > .form-group > input {
    font-size: 15px;
    padding: 10px 14px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .form-inputs > .form-group > input {
    font-size: 14px;
    padding: 11px 20px;
  }
}
@media (min-width: 100em) {
  .form-inputs > .form-group > input {
    font-size: 15px;
    padding: 10px 13px;
  }
}
.form-inputs > .form-group > textarea {
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6980392157);
  border: 1px solid #707070;
}
.form-inputs > .form-group > textarea:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .form-inputs > .form-group > textarea {
    font-size: 12px;
    padding: 12px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .form-inputs > .form-group > textarea {
    font-size: 15px;
    padding: 10px 14px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .form-inputs > .form-group > textarea {
    font-size: 14px;
    padding: 11px 20px;
  }
}
@media (min-width: 100em) {
  .form-inputs > .form-group > textarea {
    font-size: 15px;
    padding: 10px 13px;
  }
}

.blog-inner-wrapper {
  margin-top: 3rem;
}

.btn-form-submit {
  background-color: #1D99D5;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 100px;
  font-size: 22px;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden !important;
  position: relative;
  text-decoration: none;
  border: none;
  margin-top: 1rem;
  display: inline-block;
  z-index: 1;
}
.btn-form-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D99D5;
  opacity: 0.9;
  border-radius: 50px;
  z-index: -2;
}
.btn-form-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background-color: #014768;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: -1;
}
.btn-form-submit:hover, .btn-form-submit:active, .btn-form-submit:focus {
  color: #fff !important;
}
.btn-form-submit:hover:before, .btn-form-submit:active:before, .btn-form-submit:focus:before {
  width: 100%;
  opacity: 0.9;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-form-submit {
    padding: 15px 30px;
    font-size: 18px;
    display: block;
  }
}

.h2-top-title {
  text-align: center;
  font-weight: 500;
  color: #000;
  margin: 5rem 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .h2-top-title {
    font-size: 16px;
    margin: 3rem 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .h2-top-title {
    font-size: 18px;
    margin: 3rem 0;
  }
}
@media (min-width: 68.75em) {
  .h2-top-title {
    font-size: 30px;
  }
}

.blog-grid-wrapper {
  display: grid;
  gap: 30px;
  margin-top: 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-grid-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 100em) {
  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* ======================================================
   CORRECCIÓN ALTURA DE IMÁGENES EN GRILLA
   ====================================================== */
.blog-grid-link {
  /* Aseguramos que el link se comporte como bloque para contener bien la imagen */
  text-decoration: none;
  display: block;
  height: 100%;
  /* Para que si hay flexbox, ocupe todo el alto */
  /* Efecto Hover (Opcional, para mantener tu estilo) */
}
.blog-grid-link > .blog-grid-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* Tu radio de borde actual */
  /* DEFINIMOS LA ALTURA FIJA AQUÍ */
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-grid-link > .blog-grid-image {
    height: 200px;
    /* Altura para móviles */
    border-radius: 15px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .blog-grid-link > .blog-grid-image {
    height: 220px;
    /* Altura para tablets */
  }
}
@media (min-width: 68.75em) {
  .blog-grid-link > .blog-grid-image {
    height: 260px;
    /* Altura para escritorio - Ajusta este valor si las quieres más altas */
  }
}
.blog-grid-link > .blog-grid-image > img {
  display: block;
  width: 100%;
  height: 100% !important;
  /* Fuerza a la imagen a tomar la altura del contenedor */
  object-fit: cover;
  /* La magia: Recorta para llenar sin deformar */
  object-position: center;
  /* Centra la imagen para que el recorte sea equilibrado */
  transition: all 0.2s ease-in-out;
}
.blog-grid-link:hover > .blog-grid-image > img {
  transform: scale(1.1);
}

.blog-grid-content > h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 8px 0 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-grid-content > h3 {
    font-size: 16px;
  }
}
.blog-grid-content > p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-grid-content > p {
    font-size: 12px;
  }
}

.h4-title {
  margin-bottom: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .h4-title {
    font-size: 18px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .h4-title {
    font-size: 25px;
  }
}
@media (min-width: 68.75em) {
  .h4-title {
    font-size: 30px;
  }
}

.hr-divider-sections {
  margin: 5rem 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .hr-divider-sections {
    margin: 4rem 0;
  }
}

.blog-block-capacitaciones {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 2rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-block-capacitaciones {
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 3rem;
    flex-direction: column;
  }
}
.blog-block-capacitaciones > h1 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-block-capacitaciones > h1 {
    font-size: 25px;
    text-align: center;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .blog-block-capacitaciones > h1 {
    font-size: 40px;
    text-align: center;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .blog-block-capacitaciones > h1 {
    font-size: 40px;
  }
}

.blog-inner-page-container {
  margin-top: 3rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-inner-page-container {
    margin-top: 2rem;
  }
}

.p-subtext {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 5px 0;
}

.blog-post-content-wrapper {
  display: grid;
  grid-gap: 40px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-post-content-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .blog-post-content-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 68.75em) {
  .blog-post-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.blog-post-content-wrapper > iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px;
}

.blog-post-text > p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-post-text > p {
    font-size: 14px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .blog-post-text > p {
    font-size: 15px;
  }
}

.page-block-content-wrapper {
  position: relative;
}

.nosotros-text-container {
  margin: 5rem auto 8rem;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-text-container {
    width: 100%;
    margin: 35px 0 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-text-container {
    width: 90%;
    margin: 5rem auto 4rem;
  }
}
@media (min-width: 68.75em) {
  .nosotros-text-container {
    width: 80%;
  }
}
.nosotros-text-container > h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-text-container > h1 {
    font-size: 27px;
  }
}
.nosotros-text-container > p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  line-height: 24px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-text-container > p {
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-text-container > p {
    font-size: 18px;
  }
}
@media (min-width: 68.75em) {
  .nosotros-text-container > p {
    font-size: 18px;
  }
}

.nosotros-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-links-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-links-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5rem;
  }
}
@media (min-width: 68.75em) {
  .nosotros-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.nosotros-block-intro {
  background-color: #00699B;
  color: #fff;
  padding: 20px;
  border-radius: 35px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-block-intro {
    padding: 25px 15px;
    flex-direction: column;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-block-intro {
    margin-bottom: 0;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nosotros-block-intro {
    padding: 30px;
  }
}
@media (min-width: 100em) {
  .nosotros-block-intro {
    padding: 60px 30px;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-block-intro > div > a {
    display: block;
    text-align: center;
  }
}
.nosotros-block-intro > div > a > h1 {
  color: #8EE5FF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-block-intro > div > a > h1 {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-block-intro > div > a > h1 {
    font-size: 16px;
  }
}
.nosotros-block-intro > div > a {
  text-decoration: none;
}
.nosotros-block-intro > div > a:hover > h1 {
  text-decoration: underline;
}
.nosotros-block-intro > div > p {
  letter-spacing: 0px;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0;
  color: #fff;
  line-height: 24px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-block-intro > div > p {
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-block-intro > div > p {
    font-size: 13px;
    line-height: 20px;
  }
}

.nosotros-button-circle-arrow {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1607843137);
  background-color: #1D99D5;
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-button-circle-arrow {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-button-circle-arrow {
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 68px;
  }
}
.nosotros-button-circle-arrow > svg {
  width: 20px;
  fill: #fff;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-button-circle-arrow > svg {
    width: 16px;
  }
}
.nosotros-button-circle-arrow:hover, .nosotros-button-circle-arrow:focus, .nosotros-button-circle-arrow:active {
  color: #fff;
  background-color: #014768;
  text-decoration: none;
}

.nosotros-institucional-wrapper {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 10rem;
}

.nosotros-institucional-block-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-institucional-block-wrapper {
    gap: 3rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-institucional-block-wrapper {
    gap: 3rem;
  }
}
@media (min-width: 68.75em) {
  .nosotros-institucional-block-wrapper {
    gap: 9rem;
  }
}

.nosotros-institucional-block {
  display: grid;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-institucional-block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-institucional-block {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 68.75em) {
  .nosotros-institucional-block {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.nosotros-institucional-block > img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 355px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nosotros-institucional-block {
    height: 380px;
  }
}

.nosotros-institucional-text {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-institucional-text {
    height: auto;
    padding: 30px 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-institucional-text {
    height: auto;
    padding: 20px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nosotros-institucional-text {
    height: 380px;
    padding: 40px 45px;
  }
}
@media (min-width: 100em) {
  .nosotros-institucional-text {
    height: 355px;
    padding: 40px 45px;
  }
}
.nosotros-institucional-text > h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-institucional-text > h1 {
    font-size: 20px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-institucional-text > h1 {
    font-size: 20px;
  }
}
@media (min-width: 68.75em) {
  .nosotros-institucional-text > h1 {
    font-size: 30px;
  }
}
.nosotros-institucional-text > p {
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 24px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .nosotros-institucional-text > p {
    font-size: 16px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nosotros-institucional-text > p {
    font-size: 14px;
  }
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .nosotros-institucional-text > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 100em) {
  .nosotros-institucional-text > p {
    font-size: 20px;
  }
}

.history-container {
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .history-container {
    padding: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .history-container {
    padding: 0 6rem;
    margin-top: 3rem;
  }
}
.block-grid-container {
  display: grid;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .block-grid-container {
    grid-template-columns: 1fr;
    margin: 0 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .block-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 68.75em) {
  .block-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

.dark-blue-container {
  background-color: #014667;
}

.medium-blue-container {
  background-color: #00699B;
}

.light-blue-container {
  background-color: #1D99D5;
}

.grey-container {
  background-color: #CECECE;
}

.white-container {
  background-color: transparent;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .block-history-container {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .block-history-container {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 68.75em) {
  .block-history-container {
    width: 300px;
    height: 300px;
  }
}
.block-history-container > h1 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  padding: 20px 20px 0 20px;
}
.block-history-container > p {
  font-size: 12px;
  font-weight: 400;
  color: white;
  margin: 0 0 20px;
  padding: 0 20px;
}
.block-history-container > h2 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  padding: 0 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .block-history-container > h2 {
    padding: 0 20px 20px;
  }
}
.block-history-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.total-container {
  margin: 6rem 0;
}

@media (min-width: 46.25em) {
  .border-left-radius {
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 30px !important;
  }
}

@media (min-width: 46.25em) {
  .border-right-radius {
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
}

@media (min-width: 46.25em) {
  .border-top-right-radius {
    border-top-right-radius: 30px !important;
  }
}

@media (min-width: 46.25em) {
  .border-bottom-left-radius {
    border-bottom-left-radius: 30px !important;
  }
}

@media (min-width: 46.25em) {
  .border-bottom-right-radius {
    border-bottom-right-radius: 30px !important;
  }
}

@media (min-width: 46.25em) {
  .border-top-left-radius {
    border-top-left-radius: 30px !important;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .show-on-desktop {
    display: none !important;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .show-on-desktop {
    display: inherit !important;
  }
}
@media (min-width: 68.75em) {
  .show-on-desktop {
    display: inherit !important;
  }
}

.blog-content-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/** Nav for mobile */
.nav {
  width: 100%;
  height: 65px;
  background: #ffffff;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
@media (min-width: 68.75em) {
  .nav {
    display: none !important;
  }
}
.nav__toggle {
  z-index: 10;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: fixed;
  z-index: 1;
  visibility: hidden;
  width: 100vw;
  padding: 0;
  list-style: none;
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav__menu {
    height: 60vh;
  }
}
.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.nav__item:nth-child(1) {
  transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  transform: translateY(-200px);
}
.nav__item:nth-child(6) {
  transform: translateY(-240px);
}
.nav__item:nth-child(7) {
  transform: translateY(-280px);
}
.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: initial;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .nav__link {
    font-size: 25px;
  }
}
.nav__link:hover, .nav__link:focus {
  outline: 0;
}

.menuicon {
  display: block;
  cursor: pointer;
  color: #1D99D5;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  display: none;
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 1px;
  height: 1px;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--splash-bg-color);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target,
.nav--open {
  align-items: initial;
}
.nav:target > .splash::after,
.nav--open > .splash::after {
  transform: scale(1);
}
.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  background: #1D99D5;
  fill: white;
  transform: rotate(180deg);
  border-radius: 50%;
}
.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.nav--show-menu .nav__menu {
  visibility: visible;
}
.nav--show-menu .nav__item {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 20em) and (max-width: 68.74em) {
  .hide-mobile {
    display: none !important;
  }
}

.nav-mobile-logo {
  display: none;
  margin-left: 20px;
  align-self: center;
  z-index: 10;
}
.nav-mobile-logo > img {
  width: 100px;
  object-fit: contain;
  display: block;
}

.nav-mobile-logo-white {
  display: none;
  margin-left: 20px;
  align-self: center;
  z-index: 10;
}
.nav-mobile-logo-white > img {
  width: 100px;
  object-fit: contain;
  display: block;
}

.hide-logo {
  display: none;
}

.show-logo {
  display: block;
}

.social-media-li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.social-media-li > a {
  color: white;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-li > a > svg {
  width: 30px;
  fill: #fff;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .others-blog {
    margin-bottom: 5rem;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .others-blog {
    margin-bottom: 5rem;
  }
}

/* Shopping cart */
.cart-item img {
  max-width: 100px;
  height: auto;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .cart-item img {
    max-width: 180px;
    margin: 0 auto 25px;
    display: block;
  }
}

.quantity-input {
  width: 50px;
}

.cart-summary {
  background-color: #f8f9fa;
  border-radius: 10px;
}

.quantity-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 68.75em) and (max-width: 99.99em) {
  .quantity-buttons > input {
    width: 100px;
  }
}
@media (min-width: 100em) {
  .quantity-buttons > input {
    width: 100px;
  }
}

.quantity-buttons button {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
}

.btn-decrease-qty {
  background: #343a40;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn-decrease-qty:hover, .btn-decrease-qty:focus, .btn-decrease-qty:active {
  color: #fff;
  background: rgb(29.1379310345, 32.5, 35.8620689655);
}

.btn-increase-qty {
  background: #1D99D5;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn-increase-qty:hover, .btn-increase-qty:focus, .btn-increase-qty:active {
  color: #fff;
  background: rgb(22.8884297521, 120.7561983471, 168.1115702479);
}

.grey-text {
  color: #343a40;
}

.shopping-cart-li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: none;
  color: #343a40;
}

.badge-shopping-cart {
  font-size: 12px;
  top: 5px !important;
  z-index: 1;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .badge-shopping-cart {
    font-size: 10px;
    line-height: 11px;
  }
}

.shopping-cart-icon {
  font-size: 22px !important;
  border-radius: 0 !important;
}
.shopping-cart-icon:hover, .shopping-cart-icon:focus {
  background: none !important;
  color: #1D99D5 !important;
}

.shopping-cart-icon-mobile {
  font-size: 22px !important;
  border-radius: 0 !important;
  color: #1D99D5;
  z-index: 10;
}
.shopping-cart-icon-mobile:hover, .shopping-cart-icon-mobile:focus {
  background: none !important;
  color: #1D99D5 !important;
}

.shopping-cart-icon-mobile-white {
  color: white !important;
  z-index: 10;
}
.shopping-cart-icon-mobile-white:hover, .shopping-cart-icon-mobile-white:focus {
  background: none !important;
  color: white !important;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}

.hr-shopping-cart {
  background: #383838;
  height: 1px;
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .cart-item-product-title {
    font-size: 14px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .cart-item-product-title {
    font-size: 15px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .price {
    margin-bottom: 0;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .price {
    font-size: 15px;
  }
}

.servicios-categorias-button {
  text-decoration: none;
  display: flex;
  height: 191px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicios-categorias-button {
    height: 150px;
  }
}
.servicios-categorias-button:hover, .servicios-categorias-button:focus, .servicios-categorias-button:active {
  text-decoration: none;
}
.servicios-categorias-button:hover > .image-categoria-wrapper > img {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.servicios-categorias-button > .image-categoria-wrapper {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}
.servicios-categorias-button > .image-categoria-wrapper > img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  height: auto;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
.servicios-categorias-button > p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  z-index: 1;
  position: absolute;
  text-transform: uppercase;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .servicios-categorias-button > p {
    font-size: 18px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .whatsapp {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media (min-width: 46.25em) and (max-width: 68.74em) {
  .whatsapp {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}
@media (min-width: 68.75em) {
  .whatsapp {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
}
.whatsapp > a > i {
  color: #fff;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
  background: rgb(29.3911290323, 167.6088709677, 81.0241935484);
  color: #fff;
  text-decoration: none;
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active > a > i {
  color: #fff;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .whatsapp {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.whatsapp:hover, .whatsapp:focus, .whatsapp:active {
  color: #fff;
  background: #014667;
  text-decoration: none;
}

.table-models {
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.table-models th,
.table-models td {
  text-align: center;
  vertical-align: middle;
}

.table-models th {
  background-color: #373737;
  color: white;
  border: none;
}

.table-models td {
  background-color: #ffffff;
}

.btn-menu-active {
  background-color: #000 !important;
  color: #fff !important;
}

.p-block-information {
  display: none;
}

.mensaje-exito-block {
  background: rgba(0, 128, 0, 0.14);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 15px;
}
.mensaje-exito-block > .h4-mensaje-exito {
  color: #2bbd7b !important;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.mensaje-exito-block > p {
  color: #000 !important;
  font-weight: 500;
  text-align: center;
}

.modal-body-cotizacion {
  padding: 0.5rem 2rem 2rem;
}

.modal-header-cotizacion {
  margin: 0;
  padding: 2rem 2rem 1rem 2rem !important;
}

.modal-title-cotizacion {
  color: #1D99D5 !important;
  text-transform: uppercase;
}

.form-cotizacion {
  font-size: 14px !important;
}
.form-cotizacion input, .form-cotizacion select, .form-cotizacion textarea {
  font-size: 14px !important;
  color: #014768 !important;
}
.form-cotizacion label {
  font-weight: 600 !important;
}

.modal-dialog-cotizacion {
  max-width: 40%;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .modal-dialog-cotizacion {
    max-width: 100%;
  }
}

.producto-descripcion-wrapper > .quantity-buttons > input {
  width: 190px;
  min-height: 32px;
  font-size: 16px;
}

/* ======================================================
   NUEVOS BOTONES NOSOTROS (Elegantes y Sencillos)
   ====================================================== */
.nosotros-actions-wrapper {
  display: flex;
  justify-content: center;
  /* Esto centra los elementos automáticamente */
  align-items: center;
  gap: 30px;
  /* Espacio entre botones si hay dos */
  margin: 4rem auto 6rem;
  /* Margen superior e inferior */
  flex-wrap: wrap;
  /* Para que en móviles bajen uno tras otro */
  width: 90%;
}

.btn-elegant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  /* Diseño del botón */
  background-color: transparent;
  border: 2px solid #1D99D5;
  /* Usa tu variable de color azul */
  color: #1D99D5;
  border-radius: 50px;
  /* Bordes redondeados (Pill shape) */
  padding: 15px 30px;
  /* Tamaño y Tipografía */
  width: 300px;
  /* Ancho fijo para elegancia */
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  /* Icono SVG */
  /* Efecto Hover */
  /* Ajuste Móvil */
}
.btn-elegant svg {
  width: 12px;
  height: auto;
  fill: #1D99D5;
  transition: all 0.3s ease-in-out;
}
.btn-elegant:hover {
  background-color: #1D99D5;
  color: #fff;
  /* Variable blanco */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  /* Sombra suave */
  transform: translateY(-2px);
  /* Pequeña elevación */
  text-decoration: none;
}
.btn-elegant:hover svg {
  fill: #fff;
  transform: translateX(5px);
  /* La flecha se mueve a la derecha */
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-elegant {
    width: 100%;
    /* En móvil ocupa todo el ancho */
    padding: 12px 20px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=global.css.map */
