.bottle {
  text-align: center;
}

.title {
  max-width: 200px;
}

.comments {
  margin: 10px 0;
}

.comments__item {
  margin: 20px 0;
  font-size: 18px;
  border-top: 1.5px solid #000;
  padding-top: 15px;
}

.comments__head {
  display: flex;
  gap: 20px;
}

.comments__user {
  overflow: hidden;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comments__description {
  margin-top: 20px;
}

.comments__date {
  font-size: 12px;
}

.comments__name {
  font-size: 16px;
}

.publis_unoxuno .container-spot {
  padding: 0;
}
article,
body,
div,
footer,
form,
h1,
header,
html,
img,
label,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article,
footer,
header {
  display: block;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  outline: 0;
}
a,
a:hover,
a:visited {
  color: color-brand(color-brand);
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  color: color-brand(color-brand);
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 2.5rem;
}
h1 {
  margin-bottom: 0;
  line-height: 1.5;
}
p,
ul {
  margin-bottom: 1.5;
  line-height: 1.5;
}
ul {
  margin: 0 0 1.5;
  padding: 0 0 0 60px;
}
strong {
  font-weight: 700;
}
amp-social-share {
  width: 22px;
  height: 22px;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 21px;
  height: 16px;
  display: inline-block;
  position: relative;
}
* {
  box-sizing: border-box;
}
.columns {
  position: relative;
  display: -webkit-flex;
  align-items: flex-start;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
[class*=" item"],
[class^="item"] {
  display: block;
  flex-basis: 0;
  flex-shrink: 0;
  flex-grow: 1;
  align-items: flex-start;
  min-height: 0;
  min-width: 0;
}
@media (min-width: 64em) {
  [class*=" item"],
  [class^="item"] {
    padding: 15px;
  }
}
.item.clear {
  margin: 0;
  padding: 0;
}
.item.is-4 {
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .item.is-4 {
    flex: 0 0 33.33333%;
  }
}
.item.is-6 {
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .item.is-6 {
    flex: 0 0 50%;
  }
}
.item.is-8 {
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .item.is-8 {
    flex: 0 0 66.66667%;
  }
}
.item.is-12 {
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .item.is-12 {
    flex: 0 0 100%;
  }
}
/* .nav__item--dropeable:focus-within .nav__item--drop .nav__item--link, */
/* .nav__item--drop:focus-within .nav__item--link {
  color: #000;
}
.nav__item--drop:focus-within,
.nav__item--link:focus + .nav__item--drop,
.nav__item:hover .nav__item--drop {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  z-index: 1;
} */
html {
  background: #fff;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: #eee;
  position: relative;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
a,
button {
  outline: 0;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  list-style: none;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  color: #000;
}
@media (min-width: 31.25em) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 48em) {
  .container {
    padding: 0 25px;
  }
}
@media (min-width: 64em) {
  .container {
    padding: 0;
    max-width: 1142px;
  }
}
#sitio {
  position: relative;
}
.scrollToTop {
  padding: 0;
}
body {
  background-color: #fff;
}
.header {
  background-color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  flex-direction: column;
  z-index: 999;
  font-family: Montserrat, sans-serif;
  display: flex;
}
@media (min-width: 48em) {
  .header {
    margin-bottom: 20px;
  }
}
@media (min-width: 64em) {
  .header {
    position: relative;
  }
}
.header button {
  background-color: transparent;
  border: 0;
}
.header__hamburger-container {
  margin-right: 20px;
}
.header .container {
  flex-wrap: nowrap;
  align-items: center;
}
.header .grilla {
  height: 69px;
  align-items: center;
}
.header .izquierda {
  flex-basis: 15%;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .izquierda .servicios {
  display: none;
  align-items: center;
}
.header .izquierda .clima {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
}
.header .izquierda .fecha {
  font-weight: 500;
}
.header .izquierda .elipse {
  margin: 0 10px;
}
.header .centro {
  flex-basis: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (min-width: 48em) {
  .header .centro {
    justify-content: center;
  }
}
.header .centro .logo__mobile {
  display: flex;
}
.header .derecha {
  display: flex;
  justify-content: flex-end;
  flex-basis: 15%;
  font-size: 0.8125rem;
  font-weight: 700;
  align-items: center;
}
.header .derecha .newsletter {
  border: 0;
  color: #005ff5;
  border-radius: 3px;
  height: 22px;
  padding: 0;
  font-weight: 700;
}
@media (min-width: 48em) {
  .header .derecha .newsletter {
    color: #fff;
    background-color: #005ff5;
    padding: 1px 6px;
  }
}
.header__buscador {
  display: none;
  margin-right: 23px;
}

/* .header__buscador:focus-within .header__buscador-input {
  display: block;
  border: 2px solid #000;
  border-radius: 4px;
  width: 232px;
  height: 36px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 9px 14px;
} */
/* .header .header__buscador:focus-within + .servicios {
  display: none;
} */
.header .header__logo {
  margin: auto;
}
.header .centro .logo__mobile {
  max-width: 121px;
  max-height: 24px;
}
@media (min-width: 48em) {
  .header .grilla {
    height: 97.5px;
  }
  .header .centro .logo__mobile {
    min-width: 230px;
    min-height: 45px;
  }
}
@media (min-width: 64em) {
  .header .container {
    max-width: 1500px;
    padding: 0 20px;
  }
}
@media (min-width: 1160px) {
  .header .grilla {
    height: 112px;
  }
  .header__buscador {
    display: flex;
  }
  .header .izquierda {
    flex-basis: 37%;
  }
  .header .izquierda .servicios {
    display: flex;
    margin: 0 auto 0 30px;
  }
  .header .derecha {
    flex-basis: 37%;
  }
  .header .derecha .boton {
    display: block;
    margin-left: 16px;
    padding: 0;
  }
}
@media (min-width: 1160px) and (min-width: 48em) {
  .header .derecha .boton {
    color: #fff;
    background-color: #005ff5;
    padding: 1px 6px;
  }
}
@media (min-width: 1160px) and (min-width: 1230px) {
  .header .derecha .boton {
    margin-left: 28px;
  }
}
@media (min-width: 1160px) {
  .header .derecha .user {
    display: none;
  }
  .header .centro {
    flex-basis: 26%;
  }
  .header .centro .logo__mobile {
    min-width: 258px;
    min-height: 51px;
  }
}
.seccion__hover .hover {
  color: #005ff5;
  display: none;
}
.seccion__hover:hover .no-hover {
  display: none;
}
.seccion__hover:hover .hover {
  display: block;
}
.subheader {
  background-color: #fff;
  display: none;
}
@media (min-width: 1160px) {
  .subheader {
    display: block;
    padding: 0 15px;
  }
}
.subheader .container {
  height: 40px;
  padding: 0;
  display: flex;
  max-width: 1300px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #b1b1b1;
  color: #000;
  width: 100%;
}
.subheader .container a {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.tercer {
  background-color: #fff;
  height: 50px;
  padding: 0 20px;
  color: #000;
  display: none;
  text-transform: uppercase;
}
@media (min-width: 31.25em) {
  .tercer {
    padding: 0 30px;
  }
}
@media (min-width: 48em) {
  .tercer {
    padding: 0 15px;
  }
}
@media (min-width: 64em) {
  .tercer {
    display: flex;
  }
}
.tercer .container {
  border-top: 1px solid #b1b1b1;
}
@media (min-width: 64em) {
  .tercer .container {
    max-width: 1300px;
    padding: 0;
  }
}
.tercer .is-6 {
  flex-basis: 49.8%;
  font-size: 0.75rem;
}
.tercer .valor {
  font-weight: 500;
  margin-right: 25px;
}
@media (min-width: 64em) {
  .tercer .valor {
    margin-right: 0;
  }
}
.tercer .valor:last-child {
  margin-right: 0;
}
.tercer .texto {
  color: #005ff5;
  font-weight: 700;
}
.tercer .temas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px 0 0;
}
@media (min-width: 554px) {
  .tercer .temas {
    padding-right: 75px;
  }
}
@media (min-width: 48em) {
  .tercer .temas {
    padding-right: 35px;
  }
}
@media (min-width: 64em) {
  .tercer .temas {
    padding-right: 15px;
  }
}
.tercer .linea {
  width: 1px;
  height: 32px;
  background-color: #b1b1b1;
}
.tercer .cotizacion {
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
.tercer .cotizacion__item {
  display: flex;
  align-items: center;
  padding: 0 35px 20px 0;
}
@media (min-width: 48em) {
  .tercer .cotizacion__item {
    padding-bottom: 0;
    margin-left: 7px;
    padding-right: 15px;
  }
  .tercer .cotizacion__item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .tercer .cotizacion__item {
    margin-left: 0;
  }
}
.tercer .cotizacion .texto {
  margin-right: 15px;
}
@media (min-width: 64em) {
  .tercer .cotizacion .texto {
    margin-right: 10px;
  }
}
.oculto {
  letter-spacing: 0.1em;
  display: none;
  flex-direction: row;
  padding: 0 35px;
  align-items: center;
  height: 76px;
  position: fixed;
  z-index: 20;
  top: 0;
}
@media (min-width: 64em) {
  .oculto {
    display: flex;
    justify-content: space-between;
  }
}
.oculto .logo {
  height: 25px;
}
.oculto .secciones {
  padding-left: 40px;
  color: #000;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .oculto .secciones {
    display: flex;
  }
}
.oculto .secciones a {
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 1570px) {
  .oculto .secciones a {
    font-size: 0.75rem;
  }
}
.oculto .header__buscador {
  display: none;
}
/* .oculto .header__buscador:focus-within + .logo {
  display: none;
} */
@media (min-width: 1400px) {
  .oculto .header__buscador {
    display: block;
  }
}
.ticker-title {
  margin-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.ticker-title__interior {
  display: flex;
  width: 7200px;
}
.ticker-title__interior span {
  font-size: 0.69rem;
  margin: 0 25px;
}
.ticker-title > * {
  display: flex;
  animation: title 18s linear infinite;
}
.slid .temas__item.texto {
  min-width: 110px;
}
.footer {
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  letter-spacing: 0.1em;
}
.footer__container {
  align-items: center;
}
.footer button {
  background-color: transparent;
  border: 0;
}
.footer .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
  color: #005ff5;
  font-size: 0.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 45px;
}
.footer .links a {
  flex-basis: 26.333%;
  text-align: center;
  margin: auto;
}
.footer .links a.terminos {
  flex-basis: auto;
}
.footer .links .mobile__not {
  display: none;
}
@media (min-width: 48em) {
  .footer .links .mobile__not {
    display: block;
  }
}
.footer .links .linea {
  height: 20px;
  width: 1px;
  background-color: #005ff5;
  margin: 0 14px;
}
.footer__logo {
  border-top: 1px solid #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 29px;
}
.footer__logo .vacio {
  height: 45px;
  width: 45px;
}
.footer .secciones {
  color: #000;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px 0 24px;
}
@media (min-width: 64em) {
  .footer .secciones {
    justify-content: space-between;
  }
  .footer .secciones a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .secciones a {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .derecha,
.footer .secciones a {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.footer .derecha {
  max-width: 360px;
  margin: auto;
  font-size: 0.8125rem;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-bottom: 38px;
}
.footer .derecha .boton {
  flex-basis: 50%;
  margin: auto;
}
.footer .derecha .newsletter {
  border: 0;
  background-color: #005ff5;
  color: #fff;
  border-radius: 3px;
  height: 22px;
  font-weight: 700;
  margin-top: 23px;
  flex-basis: 23%;
}
@media (min-width: 48em) {
  .footer .links a {
    flex-basis: auto;
    font-size: 0.75rem;
  }
  .footer .secciones {
    flex-flow: row wrap;
    max-width: 720px;
    margin: auto;
  }
  .footer .secciones a {
    flex-basis: 18%;
    text-align: center;
  }
  .footer .derecha {
    max-width: none;
    display: block;
    text-align: center;
  }
  .footer .derecha .newsletter {
    margin: 0 0 0 45px;
  }
}
.footer .punto {
  background-color: #005ff5;
  height: 9px;
  width: 9px;
  margin-right: 7px;
  border-radius: 50%;
}
@media (min-width: 64em) {
  .footer .secciones {
    flex-direction: row;
    max-width: none;
  }
  .footer .secciones a {
    flex-basis: auto;
  }
  .footer .derecha {
    flex-basis: 100%;
    max-width: 600px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .footer .derecha .boton {
    flex-basis: 19.333%;
  }
}
@media (min-width: 64em) and (min-width: 90em) {
  .footer .derecha .boton {
    flex-basis: 30.3333%;
  }
}
@media (min-width: 64em) {
  .footer .derecha .newsletter {
    margin-left: 0;
  }
  .footer .links {
    flex-basis: 100%;
  }
  .footer .links a {
    flex-basis: auto;
  }
}
@media (min-width: 90em) {
  .footer .links {
    flex-basis: 66.6666%;
    margin-left: auto;
    padding-left: 30px;
  }
  .footer .derecha {
    padding-right: 10px;
    flex-basis: 33.333%;
    margin: 0;
  }
}
.footer__mustang {
  font-family: Montserrat, sans-serif;
  padding: 10px 0;
  height: 39px;
  background-color: #005ff5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  margin-top: 32px;
}
.footer__mustang strong {
  font-weight: 900;
}
.footer__mustang .logo {
  margin-right: 10px;
}
@media (min-width: 48em) {
  .footer__mustang {
    font-size: 0.875rem;
    margin-top: 36px;
  }
}
@media (min-width: 64em) {
  .footer__mustang {
    margin-top: 50px;
  }
}
@media (min-width: 64em) {
  /* .sidebar__desktop .seccion:focus-within .subsecciones {
      display: flex;
  } */
}
.container-spot {
  max-width: 1330px;
  width: 100%;
  margin: auto;
  padding: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.publis_unoxuno .container-spot {
  padding: 0;
}
.notapage {
  padding: 0 10px;
}
.notapage .texto-justify {
  text-align: justify;
}
@media (min-width: 31.25em) {
  .notapage {
    padding: 0 30px;
  }
}
@media (min-width: 48em) {
  .notapage {
    padding: 0 40px;
  }
}
@media (min-width: 64em) {
  .notapage {
    padding: 0;
  }
  .notapage .item {
    padding: 10px;
  }
}
.cabecera {
  padding-bottom: 0;
}
.cabecera .social-list {
  display: flex;
  margin-top: 15px;
  margin-bottom: 28px;
}
@media (min-width: 64em) {
  .cabecera .social-list {
    margin-bottom: 0;
  }
}
.cabecera .social-list amp-social-share {
  background: 0 0;
  margin-right: 55px;
}
.articulo {
  color: #000;
  width: 100%;
}
.articulo__volanta {
  color: #005ff5;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.articulo__titulo {
  font-weight: 800;
  font-size: 1.875rem;
  color: #000;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .articulo__titulo {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.articulo__intro {
  font-weight: 400;
  font-size: 1.5rem;
  font-style: italic;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (min-width: 64em) {
  .articulo__intro {
    margin-bottom: 15px;
  }
}
.articulo__intro * {
  font-size: inherit;
}
.articulo__container {
  display: flex;
  justify-content: space-between;
}
.articulo__body {
  width: 100%;
  max-width: 100%;
}
.articulo__socialBar {
  border-top: 1.5px solid #c4c2c2;
}
.articulo .social-list {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 64em) {
  .articulo .social-list {
    margin-bottom: 0;
  }
}
.articulo .social-list amp-social-share {
  background: 0 0;
  margin-right: 40px;
}
.articulo__cuerpo p,
li {
  font-size: 1.125rem;
  color: #000;
  font-family: Montserrat, sans-serif;
  text-align: justify;
  margin-bottom: 20px;
}
.articulo__cuerpo p {
  line-height: 1.375rem;
  margin-bottom: 22px;
  font-weight: 400;
}
.articulo__cuerpo a {
  color: #005ff5;
  text-decoration: none;
}
.articulo__cuerpo ul {
  list-style: disc;
  padding-inline-start: 40px;
  color: #666;
}
.articulo__cuerpo ul li {
  color: #000;
  margin-bottom: 10px;
  line-height: 1.375rem;
}
.articulo__cuerpo li {
  margin-bottom: 10px;
}
.entry--mobile__zone-2 {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column-reverse;
}
@media (min-width: 48em) {
  .entry--mobile__zone-2 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.entry--mobile__autor,
.entry--mobile__fecha {
  font-size: 0.875rem;
  font-family: Montserrat, sans-serif;
}
.entry--mobile__autor {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.entry--mobile__fecha {
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 48em) {
  .entry--mobile__fecha {
    margin: 0;
  }
}
.autor-link {
  display: flex;
  align-items: center;
}
.desktop {
  display: none;
}
@media (min-width: 48em) {
  .desktop {
    display: block;
  }
}
.abajo__desktop,
.cont-notas-3 {
  display: none;
}
@keyframes title {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-650px);
  }
}

input:invalid {
  box-shadow: none;
}

html {
  overflow-x: hidden !important;
}
html:not([amp4ads]),
html:not([amp4ads]) body {
  height: auto !important;
}
html:not([amp4ads]) body {
  margin: 0 !important;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*# sourceURL=/css/ampdoc.css*/
.i-amphtml-layout-fixed {
  display: inline-block;
  position: relative;
}
.i-amphtml-layout-container,
[layout="container"] {
  display: block;
  position: relative;
}
.i-amphtml-layout-size-defined {
  overflow: hidden !important;
}
@supports (aspect-ratio: 1/1) {
}
[layout]:not(.i-amphtml-element) {
  position: relative;
  overflow: hidden !important;
  color: transparent !important;
}
@media (min-width: 1px) {
  :where(amp-accordion > section) > :first-child {
    margin: 0;
    background-color: #efefef;
    padding-right: 20px;
    border: 1px solid #dfdfdf;
  }
  :where(amp-accordion > section) > :last-child {
    margin: 0;
  }
}




.faq-container {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #003f88;
  text-transform: uppercase;
}

.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #e6edf6;
  border: 2px solid #005ff5;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 12px;
  
}



.faq-item:hover {
  background-color: #d4e4f2;
}

.faq-question {
  font-size: 16px;
  font-weight: bold !important;
  flex: 1;
  display: flex;
  align-items: center;
}

.faq-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
  margin-left: 15px;
  color: #005ff5;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
  background-color: #f6faff;
  border-left: 2px solid #c2e0ff;
  border-right: 2px solid #c2e0ff;
  border-bottom: 2px solid #c2e0ff;
  border-radius: 0 0 15px 15px;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px;
}
.problem-section {
  width: 100%;
  background-color: #fff;
  padding: 0px 20px;
  padding-bottom: 20px;
}

.problem-container {
  max-width: 1050px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #2b2b2b;
}

.problem-section h2 {
  font-size: 26px;
  color: #c62828;
  margin-bottom: 24px;
}

.problem-list-title {
  margin-top: 20px;
  font-weight: bold;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}

.problem-list li {
  display: flex;
  align-items: flex-start;
  border-left: 3px solid #c62828;
  padding-left: 10px;
  margin-bottom: 16px;
  gap: 10px;
}

.problem-list .icon {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
  flex-shrink: 0;
}

.problem-list .text {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.5;
}


.problem-warning {
  width: 100%;
  font-weight: 500;
  color: #a40000;
  background-color: #fff4f4;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 5px solid #c62828;
}

.insight-section {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px;
}

.insight-container {
  max-width: 1050px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #1f1f1f;
}

.insight-header {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0d3b66;
}

.insight-divider {
  height: 1px;
  background-color: #d0d0d0;
  margin: 25px 0;
}

.insight-highlight {
  background: #f0f8ff;
  padding: 3px;
  border-radius: 5px;
  font-weight: 500;
}

.ingredient-card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background-color: #e6f4fa;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.leaf-icon {
  font-size: 20px;
  margin-right: 12px;
  color: #2e7d32;
  flex-shrink: 0;
  margin-top: 2px;
}

.ingredient-name {
  width: 170px;
  font-weight: 600;
  color: #003344;
  flex-shrink: 0;
}

.ingredient-desc {
  color: #1c1c1c;
}
.composition-section {
  background-color: #ffffff;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.composition-section .container {
  max-width: 1050px;
  margin: 0 auto;
}

.composition-intro {
  margin-bottom: 20px;
  color: #222;
}

.ingredient-card {
  background-color: #e6f4fa;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 15px;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: 28px 190px 1fr;
  column-gap: 12px;
  row-gap: 4px;
  align-items: start;
}

.leaf-icon {
  font-size: 20px;
  color: #2e7d32;
  margin-top: 2px;
}

.ingredient-name {
  font-weight: 700;
  color: #003344;
  white-space: nowrap;
}

.ingredient-desc {
  color: #1c1c1c;
  line-height: 1.5;
}

.composition-final {
  margin-top: 30px;
  font-weight: 600;
  color: #111;
  text-align: center;
}

.centered-bottle {
  display: block;
  margin: 20px auto;
  max-width: 200px;
}

@media (max-width: 600px) {
  .ingredient-grid {
    grid-template-columns: 28px 1fr;
    grid-template-areas:
      "icon name"
      "icon desc";
  }

  .ingredient-name {
    grid-area: name;
  }

  .ingredient-desc {
    grid-column: 2 / span 1;
    grid-row: 2;
  }
}
.block-heading {
  font-size: 26px;
  color: #0d3b66;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 8px;
  
}
.why-section {
  padding: 20px 20px;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 60px;
}

.why-section .container {
  max-width: 1050px;
  margin: 0 auto;
}

.why-title {
  font-size: 26px;
  font-weight: 700;
  color: #0d3b66;
  padding-left: 12px;
  margin-bottom: 30px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ровно 2 колонки по 50% */
  gap: 20px 30px;
  width: 100%;
}

.why-item {
  width: 100%; /* вот это важно */
  background-color: #f2faff;
  border-left: 4px solid #00b0f0;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 19px;
  color: #1c1c1c;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 112, 243, 0.05);
  box-sizing: border-box; /* чтобы padding + border не ломали ширину */
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.puravida-how-it-works {
  background: linear-gradient(180deg, #e6f2ff 0%, #f9fcff 100%);
  padding: 20px 20px;
  border-radius: 20px;
}

.puravida-how-it-works .container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 10px;
}

.puravida-how-it-works .title {
  font-size: 32px;
  font-weight: 700;
  color: #045997;
  text-align: center;
  max-width: 100%;
  white-space: normal; /* разрешаем перенос */
  overflow: visible;
}

.puravida-how-it-works .zalupa {
  background: #ffffff;
  border-left: 5px solid #4aa3df;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0, 80, 160, 0.08);
  transition: all 0.3s ease;
}

.puravida-how-it-works .zalupa:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 80, 160, 0.15);
}

.puravida-how-it-works h3 {
  font-size: 20px;
  color: #0a3d62;
  margin-bottom: 10px;
  font-weight: 600;
}

.puravida-how-it-works p {
  font-size: 17px;
  color: #2c2c2c;
  line-height: 1.6;
  margin: 0;
}


.puravida-testimonials {
  padding: 20px 20px;
  background-color: #fff;
}

.puravida-testimonials .container {
  max-width: 1050px;
  margin: 0 auto;
}

.puravida-testimonials .title {
  font-size: 28px;
  font-weight: 700;
  color: #045997;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 90%;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
}

.puravida-testimonials .title .emoji {
  font-size: 26px;
  line-height: 1;
}

/* Отзыв */
.testimonial {
  display: flex;
  align-items: flex-start;
  background-color: #eaf5fc;
  border-radius: 12px;
  padding: 20px 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 80, 160, 0.08);
  transition: transform 0.2s ease;
}

@media (max-width: 768px) {
  
  .testimonial {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .author {
    text-align: right;
  }

  div.opinion-box {
    padding: 15px;
  }

  #sitio {
    padding: 0 15px;
  }

  section.composition-section {
    padding: 0;
  }

}

.testimonial:hover {
  transform: translateY(-2px);
}

/* Аватар */
.avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #d2ebf9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Текст */
.text .quote {
  font-size: 17px;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.5;
}

.text .author {
  font-size: 15px;
  color: #045997;
  font-weight: 500;
}


.doctor-opinion {
  background-color: #eaf5fc;
  padding: 20px 20px;
  border-radius: 12px 12px 0 0;
}

.doctor-opinion .container {
  max-width: 1050px;
  margin: 0 auto;
}

.opinion-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 80, 160, 0.1);
  text-align: center;
}

.doctor-photo {
  max-width: 400px;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 12px; /* закруглённые углы */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.doctor-opinion .title {
  font-size: 28px;
  color: #045997;
  font-weight: 700;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: visible;
}

.quote {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.author {
  font-size: 16px;
  color: #045997;
  font-weight: 500;
}

.puravida-certifications {
  background-color: #eaf5fc;
  padding: 30px 20px;
  margin-bottom: 20px; /* важно! чтобы не прилипало к следующему */
  border-radius: 0 0 12px 12px;
}

.puravida-certifications .container {
  max-width: 1050px;
  margin: 0 auto;
}

.badges-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: stretch;
  width: 100%;
}

.badge {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 80, 160, 0.06);
  transition: transform 0.2s ease;
}

.badge:hover {
  transform: translateY(-3px);
}

.badge .icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: #045997;
}

.badge .icon.logo img {
  height: 38px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}

.badge p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .badges-row {
    grid-template-columns: 1fr;
  }
}

.puravida-final-block {
  background-color: #fff;
  padding: 20px 20px;
  margin-top: 20px;
}

.puravida-final-block .container {
  max-width: 1050px;
  margin: 0 auto;
  display: block !important;
}

.final-title {
  font-size: 28px;
  color: #045997;
  font-weight: 700;
  margin-bottom: 30px;
  
}

.eligibility p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.eligibility ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.eligibility li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2c2c2c;
}

.eligibility li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #045997;
}

.steps-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.step {
  width: 100%;
  max-width: calc(33.333% - 13.33px);
  background-color: #e0f0fb;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 80, 160, 0.05);
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #045997;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.step p {
  font-size: 15px;
  color: #1a1a1a;
}

.final-offer {
  background-color: #eaf5fc;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
}

.final-offer p {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 15px;
}

.final-offer .deadline {
  color: #d43c00;
  font-weight: 500;
}

.cta-button {
  display: inline-block;
  margin-top: 24px;
  background-color: #0e7c49;
  color: #fff;
  padding: 18px 36px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(14, 124, 73, 0.4);
  transition: all 0.25s ease-in-out;
}

.cta-button:hover {
  background-color: #0a653a;
  box-shadow: 0 8px 22px rgba(14, 124, 73, 0.5);
  transform: translateY(-2px);
}

.cta-button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(14, 124, 73, 0.3);
}


@media (max-width: 768px) {
  .steps-row {
    flex-direction: column;
  }

  .step {
    max-width: 100% !important;
  }
}

.full-width-title {
  display: block;
  width: 100%;
}

.bottle-centered {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0 30px;
}

.bottle-centered img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.hero-prostata {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  max-width: 1142px;
  margin: 0 auto 10px auto;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, rgba(33, 33, 33, 0.7) 40%, rgba(0, 46, 71, 0) 70%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  pointer-events: none; /* текст не блокирует клики */
}

.hero-text-inner {
  max-width: 1500px;
}

.hero-text-overlay h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.hero-subtitle {
  font-size: 30px;
  color: #1a1a1a;
  max-width: 1000px;
  margin: 10px auto 0;
  line-height: 1.5;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .hero-text-overlay {
    padding-top: 10px;
  }

  .hero-text-overlay h1 {
    font-size: 20px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
}
