/* Aviso */
.aviso-de-privacidad #main-wrapper div#block-pagetitle {
  background-color: #F4EFE2 !important;
}

.aviso-de-privacidad #main-wrapper .title {
  background-image: url('./assets/fondo-tycos-titulo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-bottom: 2vw
}

.aviso-de-privacidad .c-page-banner .block-page-title-block h1.title {
  color: #ffffff !important;
}

.containerTycos {
  background-color: #ffffff;
  margin-top: 4vw;
  border-radius: 25px;
  flex-wrap: wrap;
  height: auto;
}

.container_tycos {
  max-width: 70vw;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 2vw;
  border-radius: 0.62vw;
  background-color: #fff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container_tycos::-webkit-scrollbar {
  width: 10px;
  background-color: #E0F5FB;
  right: -20vw;
}

.container_tycos::-webkit-scrollbar-thumb {
  background-color: #FFA500;
}

.container_tycos_texto {
  text-align: left;
  font-family: "galano_grotesqueregular";
  color: #252525;
  padding: 1rem;
}

.container_tycos_texto p,
li,
tr,
td {
  color: #000000;
  font-family: "galano_grotesqueregular" !important;
}

.container_tycos_texto tr,
td {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.container_tycos_texto td {
  background-color: #ffffff;
  border: 1px solid #000000;
}

@media (max-width: 900px) {
  .container_tycos {
    max-height: 62.6vw;
  }
}

@media (max-width: 767px) {
  .container_tycos {
    max-width: 80vw;
    max-height: 70.6vw;
  }
}

@media (max-width: 520px) {
  .container_tycos {
    max-width: 100vw !important;
    max-height: 100vw !important;
  }
}

/* terminos */
.terminos-y-condiciones #main-wrapper div#block-pagetitle {
  background-color: #F4EFE2 !important;
}

.terminos-y-condiciones #main-wrapper .title {
  background-image: url('./assets/fondo-tycos-titulo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-bottom: 2vw;
  font-size: 27px;
}

.terminos-y-condiciones .c-page-banner .block-page-title-block h1.title {
  color: #ffffff !important;
}

.containerTycos {
  background-color: #ffffff;
  margin-top: 4vw;
  border-radius: 25px;
  flex-wrap: wrap;
  height: auto;
}

.container_tycos {
  max-width: 70vw;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 2vw;
  border-radius: 0.62vw;
  background-color: #fff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.container_tycos::-webkit-scrollbar {
  width: 10px;
  background-color: #E0F5FB;
  right: -20vw;
}

.container_tycos::-webkit-scrollbar-thumb {
  background-color: #FFA500;
}

.container_tycos_texto {
  text-align: left;
  font-family: "galano_grotesqueregular";
  color: #252525;
  padding: 1rem;
}

.container_tycos_texto p,
li,
tr,
td {
  color: #000000;
  font-family: "galano_grotesqueregular" !important;
}

.container_tycos_texto tr,
td {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.container_tycos_texto td {
  background-color: #ffffff;
  border: 1px solid #000000;
}
