:root {
  --grey-light: #f7f7f7;
  --grey-medium: #cccccc;
  --grey-dark: #8e8e8e;
  --black: #131a1c;
  --white: #ffffff;
  --red: #e30613;
  --blue: rgb(16, 60, 203);
  --yellow: #ffbd34;
  --primary-color: #00a1c9;
  --light-green: #e1fceb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

*:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
  outline: 0px !important;
  border-color: transparent;
}

body,
html {
  height: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: var(--negro);
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
p {
  text-wrap: balance;
  font-size: 1.6rem;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}

.container {
  width: 100% !important;
  max-width: 1470px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

a {
  text-decoration: none;
  color: var(--black);
}
a:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

.mb-6 {
  margin-bottom: 6rem;
}

.success,
.success-sel {
  background-color: #f3ffee !important;
}
.error,
.error-sel {
  background-color: #ffeff0 !important;
}
.missat,
.missatgi,
.missat-error {
  color: var(--rojo);
  font-size: 1.3rem !important;
}

.btn-outline {
  display: inline-block;
  border: 1px solid var(--black);
  border-radius: 20px;
  background-color: var(--white);
  padding: 1.4rem 4.7rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.btn-outline:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.imgWrapperBorderRad {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.imgWrapperBorderRad img,
.imgWrapperBorderRad .carousel,
.imgWrapperBorderRad .carousel-inner,
.imgWrapperBorderRad .carousel-item,
.imgWrapperBorderRad iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgWrapperBorderRad img {
  aspect-ratio: 1/1;
}

.multiplePictureIndicator {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 1rem;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
}
.multiplePictureIndicator img {
  width: 3rem;
  height: auto;
}

@media screen and (min-width: 992px) {
  .mini-carousel + .modal .carousel-item img {
    height: 90vh;
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: none;
}

/************************************************************************* header */
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 4rem;
}

@media (width >= 992px) {
  header {
    margin-bottom: 3rem;
  }
  nav {
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .logo img {
    height: 5rem;
  }
}

/************************************************************************* offcanvas menu */
.offcanvas-lg {
  max-width: 90%;
}
.offcanvas-header {
  padding: 2rem;
}
.offcanvas-body {
  padding-inline: 2rem;
}
.offcanvas-header .btn-close {
  background-size: 1.5rem;
}

.mobile-menu {
  display: flex;
  flex-direction: column-reverse;
}
.mobile-menu__listing {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mobile-menu__listing li button,
.mobile-menu__listing li a {
  color: var(--black);
  font-size: 1.7rem;
  background: transparent;
}
.mobile-menu__listing li button.mobileDropdownBtn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-menu__listing li button.mobileDropdownBtn::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(180deg);
}
.mobile-menu__listing li button.mobileDropdownBtn.collapsed::after {
  transform: rotate(0deg);
}
.mobile-menu__listing ul {
  padding-top: 1rem;
}
.mobile-menu__listing :not(.lang-dropdown) ul li {
  padding-bottom: 1rem;
}
.mobile-menu-btn {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  height: 100%;
  margin-left: auto;
}
.mobile-menu-btn span {
  height: 2px;
  width: 25px;
  background-color: var(--black);
}

.lang-dropdown .dropdown-toggle {
  background-color: transparent;
  font-size: 1.7rem;
  padding: 0;
}
.lang-dropdown .dropdown-menu {
  min-width: 1rem;
  width: fit-content;
}
.lang-dropdown .dropdown-toggle + ul li a {
  font-size: 1.7rem;
}
.lang-dropdown .dropdown-toggle + ul li a:hover,
.lang-dropdown .dropdown-toggle + ul li a:focus,
.lang-dropdown .dropdown-toggle + ul li a:active {
  border-bottom: 0;
  background-color: var(--grey-light);
  color: var(--black);
}

@media (width >= 992px) {
  .offcanvas-lg {
    padding: 2rem;
  }

  .mobile-menu {
    flex-direction: column;
  }
  .mobile-menu-btn {
    display: none;
  }
  .mobile-menu__listing {
    flex-direction: row;
    gap: 4rem;
  }
  .mobile-menu__listing li {
    font-size: var(--fs-0);
  }
  .mobile-menu__listing li a:hover {
    border-bottom: 1px solid var(--black);
  }
  .lang-dropdown {
    margin-top: 0;
  }
}

/************************************************************************* main menu */
.main-menu__listing {
  display: flex;
  gap: 5.8rem;
}
.main-menu__listing li button,
.main-menu__listing li a {
  color: var(--black);
  font-size: 2rem;
  font-weight: 700;
  background-color: transparent;
}
.dropdown-toggle::after {
  transition: transform 0.15s ease-in-out;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.main-menu__listing li a:hover {
  color: var(--primary-color);
}
.main-menu__listing li .dropdown-item {
  font-size: 1.7rem;
  font-weight: 400;
  background: transparent;
  padding: 0.3rem 3rem;
}
@media (width <= 992px) {
  .main-menu {
    display: none;
  }
}

/************************************************************************* Footer */
footer .container-fluid {
  background-color: var(--grey-light);
  border-bottom: 1px solid var(--black);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
@media (width >= 991px) {
  footer .container-fluid {
    text-align: left;
  }
}
footer h2 {
  font-size: 1.7rem;
  font-weight: 700;
}
footer li {
  margin-bottom: 1rem;
}
footer li a {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--black);
}
footer li a:hover {
  text-decoration: underline;
}
footer .linkedin img {
  width: 2.5rem;
}
footer .footerLogos {
  text-align: center;
  padding: 2rem;
}
footer .footerLogos img {
  width: 35%;
  max-width: 500px;
}

/************************************************************************* Breadcrumb */
.breadcrumb {
  padding: 1rem 0 3rem;
  border-top: 1px solid var(--black);
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}
.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.breadcrumb li::after {
  content: "/";
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a {
  font-weight: 600;
}

/************************************************************************* Image Hero */
.heroWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3rem;
  max-width: 100%;
  max-height: 60rem;
  margin-bottom: 6rem;
  padding: 0;
}
.heroWrapper.hasOverlayText {
  background-color: var(--grey-dark);
  justify-content: initial;
  max-height: none;
}
.heroWrapper.hasOverlayText.desktopOverlayTexts {
  border-radius: 3rem;
}
.heroWrapper.hasOverlayText.noMargin {
  margin-bottom: 0;
}
.heroWrapper img,
.heroWrapper iframe {
  display: block;
  width: 100%;
  height: auto;
}
.heroWrapper iframe {
  aspect-ratio: 16/9;
}
.heroWrapper.hasOverlayText img {
  mix-blend-mode: multiply;
  aspect-ratio: 2 / 1.3;
}
@media screen and (max-width: 768px) {
  .heroWrapper.hasOverlayText.desktopOverlayTexts {
    background-color: transparent;
    border-radius: 0;
  }
  .heroWrapper.hasOverlayText.desktopOverlayTexts img {
    border-radius: 3rem;
  }
  .heroWrapper.desktopOverlayTexts {
    display: flex;
    flex-direction: column;
  }
  .heroWrapper.desktopOverlayTexts .heroTexts {
    position: relative;
    color: var(--black);
  }
  .heroWrapper.desktopOverlayTexts.hasOverlayText img {
    mix-blend-mode: normal;
  }
}
@media screen and (min-width: 992px) {
  .heroWrapper.hasOverlayText {
    background-color: var(--grey-dark);
    aspect-ratio: 2 / 1.3;
    width: 100%;
    max-height: 60rem;
  }
  .heroWrapper.hasOverlayText img {
    mix-blend-mode: multiply;
    aspect-ratio: unset;
    width: 100%;
    height: unset;
    object-fit: cover;
  }
}

.heroWrapper .heroTexts {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: var(--white);
  width: 100%;
  font-size: 2rem;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.heroWrapper.noImg {
  margin-bottom: 6rem;
  border-radius: 0;
}
.heroWrapper.noImg .heroTexts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--black);
  padding: 0;
  gap: 6rem;
}
.heroWrapper.noImg .heroTexts h1 {
  font-size: 4rem;
  font-weight: 600;
}
.heroWrapper .heroTexts h1,
.heroWrapper .heroTexts .textH1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 4rem;
}
.heroWrapper.desktopOverlayTexts .heroTexts h1 {
  font-size: 3rem;
}
.carousel-control-next-icon {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 4px solid var(--white);
  border-left: 0;
  border-top: 0;
  background: no-repeat;
  transform: rotate(315deg);
}
.carousel-control-prev-icon {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 4px solid var(--white);
  border-left: 0;
  border-top: 0;
  background: no-repeat;
  transform: rotate(140deg);
}
@media screen and (min-width: 768px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
  }
  .heroWrapper .heroTexts h1,
  .heroWrapper .heroTexts .textH1 {
    font-size: 7rem;
  }
  .heroWrapper.desktopOverlayTexts .heroTexts h1 {
    font-size: 5rem;
  }
  .heroWrapper.noImg .heroTexts {
    flex-direction: row;
  }
  .heroWrapper.noImg {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .heroWrapper .heroTexts {
    padding: 6rem;
    padding-right: 30%;
  }
  .heroWrapper .heroTexts h1,
  .heroWrapper .heroTexts .textH1 {
    font-size: 9rem;
  }

  .heroWrapper.desktopOverlayTexts .heroTexts h1 {
    font-size: 7rem;
  }
}
.heroSmall .imgWrapperBorderRad {
  height: 300px;
  padding: 0;
}
.heroSmall .heroTexts {
  border-bottom: 1px solid var(--grey-dark);
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.heroSmall .heroTexts h1 {
  font-weight: 600;
  font-size: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .heroSmall .heroTexts {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
  .heroSmall .heroTexts h1 {
    font-size: 6rem;
  }
  .heroSmall .heroTexts h2 {
    font-size: 2.5rem;
  }
}

/************************************************************************* Subtitle */
.subtitle {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.subtitleTexts {
  font-size: 1.9rem;
}

/************************************************************************* Cards */
.cards__item {
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
.horizontalImg h3,
.cards__item h3 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.horizontalImg p,
.cards__item p {
  margin-bottom: 0;
  text-wrap: pretty;
}
.cards__item .btn-outline {
  width: fit-content;
  margin-top: auto;
}
.cards__item ul li:not(:last-child) {
  border-bottom: 1px solid var(--grey-medium);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cards__item ul li:first-child {
  border-bottom: 1px solid var(--black);
}
.cards__item a:hover {
  color: var(--primary-color);
}
.cardsHome .cards__item .imgWrapperBorderRad,
.cards3cols .cards__item .imgWrapperBorderRad,
.catalogCircles__listing .cards__item .imgWrapperBorderRad,
.obresDest .cards__item .imgWrapperBorderRad {
  aspect-ratio: 1/1;
  display: flex;
}
.productsCards .cards__item .imgWrapperBorderRad {
  aspect-ratio: 1.7/1;
  display: flex;
}
.cards3cols h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  padding: 0 3rem;
}
.sustainability .cards3cols h3 {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .cardsHome,
  .productsCards,
  .cards3cols,
  .obresDest {
    display: flex;
    justify-content: space-between;
  }
  .obresDest {
    flex-wrap: wrap;
  }
  .cardsHome .cards__item {
    width: 32%;
  }

  .cards3cols .cards__item {
    width: 30%;
  }
  .obresDest .cards__item,
  .productsCards .cards__item {
    width: 48%;
  }

  .cards3cols {
    padding: 2rem 5rem;
  }
  .horizontalImg h3,
  .cards3cols h3 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .cardsHome .cards__item {
    width: 25%;
  }
  .obresDest .cards__item {
    width: 30%;
  }
}

.homeIcons {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 9rem;
  flex-wrap: wrap;
  gap: 2rem 0;
}
.homeIcons__item {
  text-align: center;
  width: 50%;
}
.homeIcons__item .imgWrapperBorderRad {
  aspect-ratio: 1/1;
  width: 10rem;
  margin-bottom: 1rem;
  margin: 0 auto;
}
.homeIcons__item img {
  width: 100%;
  object-fit: contain;
}
.homeIcons__item p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .homeIcons__item {
    width: unset;
    margin-bottom: unset;
  }
}

/************************************************************************* Banner sust */
.bannerSust {
  background-color: var(--light-green);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.bannerSust h2 {
  font-size: 3.5rem;
  font-weight: 600;
}
.bannerSust p.large {
  font-size: 2.6rem;
}
.bannerSust p {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.bannerSust .numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.numbersWrapper {
  display: flex;
  flex-direction: column;
}
.bannerSust .numbers i {
  font-size: 7rem;
  font-style: normal;
  font-weight: 600;
}
.bannerSust .numbers p {
  font-size: 2rem;
  font-weight: 600;
}
.bannerSust .divider {
  height: 2px;
  background-color: var(--black);
}
/**** subfooter ****/
.subfooter {
  padding-bottom: 7rem;
  text-align: center;
}
.subfooter h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.subfooter p {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .bannerSust {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .numbersWrapper {
    flex-direction: row;
  }
  .bannerSust .numbers i {
    font-size: 10rem;
  }
  .bannerSust .numbers p {
    font-size: 2.2rem;
  }
  .bannerSust .divider {
    height: unset;
    width: 3px;
  }
  .bannerSust h2,
  .subfooter h2 {
    font-size: 5rem;
  }
}

/************************************************************************* Products */
.catalogCircles h2 {
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 1px solid var(--black);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.catalogCircles h2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
  transition: 0.2s ease-in;
}
.catalogCircles h2 a:hover {
  padding-right: 1rem;
}
.catalogCircles h2 a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid var(--black);
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

.catalogCircles__listing {
  display: grid;
  gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  text-align: center;
}
.catalogCircles__listing .cards__item {
  gap: 1.5rem;
  margin-bottom: 0;
}
.catalogCircles__listing .cards__item .imgWrapperBorderRad {
  border-radius: 50%;
}
.catalogCircles__listing .cards__item .imgWrapperBorderRad a {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .catalogCircles__listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .catalogCircles__listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 9rem;
  }
}

/************************************************************************* Product */
.productContent .row:first-child {
  border-bottom: 1px solid var(--grey-medium);
}
.productContent h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.productContent .subText {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.productContent p,
.productContent li {
  font-size: 1.6rem;
}
.productContent .topBorderRad {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.productContent .topBorderRad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productLists h3 {
  font-size: 3rem;
}
.productLists ul,
.productLists ul li {
  list-style: disc;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
}
.productLists ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.productLists ul li {
  padding-left: 1rem;
}
.largeText {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .productContent h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .largeText {
    font-size: 3rem;
  }
}
.border-grey {
  border-bottom: 1px solid var(--grey-medium);
  padding-bottom: 2rem;
}
.slider3Pics {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.slider3Pics img {
  max-width: 33%;
}
.carousel-indicators {
  position: relative;
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--grey-dark);
  margin-top: 2rem;
}
.map {
  margin-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.8rem;
}
.map .workingHours {
  margin-bottom: 2rem;
}
.map .workingHours h2 {
  font-size: 2.5rem;
}
.map iframe {
  width: 100%;
  aspect-ratio: 1.5/1;
}
.map iframe.mapContact {
  width: 100%;
  aspect-ratio: 1.5/0.5;
}
.productItem .productImg {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .productItem {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
      "texto imagen"
      "texto link";
    grid-auto-rows: auto;
    grid-template-rows: 35rem auto;
    gap: 0 7rem;
  }
  .productItem .productImg {
    grid-area: imagen;
    margin-bottom: 0;
  }
  .productItem .productImg img {
    aspect-ratio: 1/1;
  }
  .productItem .productData {
    grid-area: texto;
  }
  .productItem .productLink {
    grid-area: link;
  }
}
@media screen and (min-width: 1200px) {
  .productItem {
    gap: 0 14rem;
    grid-template-rows: 40rem auto;
  }
}

/************************************************************************* highlights */
.horizontalImg {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
.horizontalImg h3 {
  margin-bottom: 2.5rem;
}
.textCenterHighlight {
  border-top: 1px solid var(--grey-dark);
}
.textCenterHighlight p {
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .textCenterHighlight p {
    font-size: 2.5rem;
  }
}

/************************************************************************* Tabs */
.nav-tabs {
  gap: 1rem;
  border-bottom-color: var(--black);
}
.nav-tabs .nav-link {
  font-size: 1.8rem;
  border: 1px solid var(--black);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: var(--black);
  padding: 0.8rem 2.5rem;
}
.nav-tabs .nav-link.active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}
.tab-content .tab-pane {
  padding: 4rem 0;
  width: 100% !important;
}
.tab-content .tab-pane h2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
form label {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
form .form-control {
  border-radius: 10px;
  border: 1px solid var(--grey-dark);
  background-color: var(--grey-light);
  font-size: 1.8rem;
  padding: 0.7rem 1rem;
}
form .form-group {
  margin-bottom: 2rem;
}
form .formRighCol,
form .formRighCol .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
form .formRighCol {
  gap: 2rem;
}
form .formRighCol .form-group textarea {
  height: 100%;
}
form .submitWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 580px) {
  form .submitWrapper {
    flex-direction: row;
  }
}

/* custom checkboxes */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox a {
  color: var(--primary-color);
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  margin-top: 0.4rem;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/************************************************************************* Politicas */
.ficha-logo {
  width: 15rem;
}
.ficha h1 {
  font-size: 3rem;
}
.ficha h2 {
  font-size: 2.5rem;
  font-weight: 400;
}
.ficha ul li {
  font-size: 2rem;
}
.ficha ul li.heading {
  font-weight: 700;
  border-bottom: 1px solid var(--black);
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.ficha ul li a:hover {
  color: var(--primary-color);
}
.ficha ul li.icons,
.ficha ul li.icons .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.ficha ul li.icons {
  gap: 5rem;
}
.ficha ul li.icons p {
  margin-bottom: 0;
}
.ficha ul li.icons img {
  height: 5rem;
}
@media screen and (min-width: 580px) {
  .ficha h1 {
    font-size: 6rem;
  }
}

/************************************************************************* Politicas */
.politicas main {
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.politicas main h1 {
  font-size: 3.5rem;
}
.politicas main h2 {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.politicas main h3 {
  font-size: 2.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.politicas main ul {
  margin-top: 0;
  margin-bottom: 9px;
  padding-left: 20px;
}
.politicas main ul li {
  list-style: disc;
}
.politicas main p {
  margin-bottom: 5px;
}
.politicas main hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: var(--primary-color);
}
.politicas main a:hover {
  text-decoration: underline;
}
.politicas main .table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.politicas main .table {
  min-width: 900px;
}

/************************************************************************* Media queries */
@media screen and (min-width: 768px) {
  .scrollup {
    bottom: 50px;
    right: 160px;
  }
}
@media (width >= 992px) {
  .container {
    width: calc(100% - 6rem) !important;
  }
}
