@font-face {
  font-family: "Libre Baskerville";
  src:
    url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"),
    url("../fonts/LibreBaskerville-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src:
    url("../fonts/Karla-Regular.woff2") format("woff2"),
    url("../fonts/Karla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #222;
  --white: #ffffff;
  --blue100: #c9e2f7;
  --blue200: #a1c5e5;
  --blue500: #275a86;
  --red: #b35951;
  --green: #00727a;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: visible;
}

body {
  font-family: "Libre Baskerville", serif;
  color: var(--black);
  line-height: 1.65;
  font-size: 1.0625rem;
  font-weight: 300;
  word-wrap: normal;
  text-rendering: optimizeLegibility !important;
}

.main-container {
  background: linear-gradient(
    to bottom,
    #f2fbfa 0px,
    #ffffff 100px,
    #ffffff 100%
  );
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--green);
  text-decoration: none;
  /* Opcional, dependiendo del diseño */
}

a:hover {
  color: #145a8d;
  /* Un tono más oscuro para el estado hover */
  text-decoration: underline;
  /* Refuerza la interacción */
}

h1 {
  font-size: 2.75rem;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-weight: normal !important;
  line-height: 1.21;
  margin: 1.5rem 0 0.75rem;
}

h2 {
  font-size: 2rem;
  color: var(--black);
  margin-bottom: 14px;
  line-height: 1.3;
  font-weight: normal;
}

h4 {
  font-weight: 700 !important;
}

.container {
  max-width: 1170px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

img,
svg {
  vertical-align: middle;
}

.front-page header a {
  text-decoration: none;
}

.not-front-page a {
  text-decoration: none;
  color: var(--gray-200);
}

.cc-window {
  font-family: "Montserrat", sans-serif;
}

.cc-message {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.cc-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.cc-link {
  color: var(--enlace);
}

blockquote {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;

  padding: 20px 40px;
  margin: 20px 0;
}

/* Citas comillas */
blockquote::before {
  content: "“";
  font-size: 5rem;
  color: var(--oro);
  position: absolute;
  left: 15px;
  top: 5px;
  line-height: 1;
}

.destacados-left li a {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
}

.destacados-left li a .image-custom {
  flex: 0 0 40%;
}

.article__left img {
  margin: 0 auto;
  display: block;
  height: 300px;
  object-fit: contain;
}

.article__left p:has(> a.btn) {
  text-align: center;
}

.destacados-left h2 {
  margin-top: 14px;
}

.destacados-left h2 {
  margin-top: 0;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.375rem !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

ul.list-blog {
  display: flex;
  gap: 6%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.destacados-center {
  flex: 0 0 40%;
}

.destacados-center h2 {
  font-size: 2.25rem !important;
}

.destacados-left {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.destacados-left ul {
  margin: 0;
  padding: 0;
  gap: 14px;
  display: flex;
  flex-direction: column;
}

.destacados-center ul {
  margin: 0;
  padding: 0;
  display: block;
}

.destacados-center ul li a {
  display: flex;
  flex-direction: column;
}

.destacados-right {
  flex: 0 0 24%;
}

.snippet {
  position: relative;

  padding: 2rem;
  margin: 0px 3rem;
  border: solid 0.0625rem #b0dddd;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
}

blockquote {
  background: #f2fbfa;
  margin: 2rem;
  padding: 20px;
}

.product-deal {
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  border: 0.0625rem solid #fed786;
  padding: 1.5rem 2rem;
  text-align: center;
}

.product-deal .product-deal__header {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  padding: 0 0.375rem;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-regular-400);
  letter-spacing: 0.5rem;
  line-height: 1.25rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  rotate: -90deg;
  translate: -50% -50%;
  font-family: "Karla", sans-serif;
}

a.btn {
  background-color: #23afaf;
  color: var(--white);
  text-align: center;
  display: inline-block;
  margin: 10px auto;
  padding: 12px 30px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
}

a.btn:hover {
  background-color: #00727a;
  border-radius: 4px;
}

.product {
  border-top: solid 2px #fed786;
  margin-top: 2rem;
}

.article__left ul {
  margin: 0;
  padding: 0;
}

.article__left h2 {
  scroll-margin-top: 28px;
}

.article__left h3 {
  font-weight: 700 !important;
}

.article__left ul li {
  display: table;
  position: relative;
  margin: 1rem 0;
  padding-left: 2rem;
}

.article__left ul li::before {
  content: "■";
  position: absolute;

  left: 0.5rem;

  color: #b0dddd;
}

table {
  width: 80%;
  border-collapse: collapse;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  margin: 2rem auto;
}

table th,
table td {
  border: 1px solid #b0dddd;
  padding: 6px 16px;
  text-align: left;
  vertical-align: center;
}

table thead th {
  font-weight: 600;
}

table tbody tr:nth-child(even) {
}

strong {
  font-weight: 700;
}

.inner-page ul.list-blog li a {
  color: var(--black);
  text-decoration: none;
  border-bottom: solid 1px var(--blue100);
  padding: 10px;
  display: block;
  height: 400px;
}
.inner-page ul.list-blog {
  column-gap: 16px !important;
  row-gap: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.inner-page ul.list-blog li a img {
  object-fit: contain;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .destacados-center {
    flex: 0 0 40%;
    order: 1;
  }

  .destacados-left {
    flex: 0 0 24%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 3;
  }

  .destacados-right {
    flex: 0 0 24%;
    order: 2;
  }

  ul.list-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
