/* override materialize */

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* ------------------------- */
.versiones ul li,
.provincias ul li,
.caracteristicas ul li {
  list-style-type: square;
  margin-left: 20px;
}



.brand-logo {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/logo.png) no-repeat;
  margin-top: 6px;
}

.parallax-container {
  height: 500px;
}

/* ------------------------- */
/* Hero portada 2026         */
/* ------------------------- */

.hero-2026 {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 40px 0 24px;
}

/* Imagen de fondo: ocupa la mitad derecha en desktop */
.hero-2026__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background: url(../images/promo-actual.jpg) no-repeat center center;
  background-size: cover;
}

.hero-2026__media:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.95) 25%,
    rgba(255, 255, 255, 0.55) 55%,
    rgba(255, 255, 255, 0.12) 100%);
}

.hero-2026__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.hero-2026__title {
  margin: 0 0 10px;
  font-size: 4.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #37474f;
}

.hero-2026__title-accent {
  color: #e2611f;
}

.hero-2026__lead {
  margin: 0 0 22px;
  font-size: 1.35rem;
  line-height: 1.5;
  color: #546e7a;
}

/* Aviso versión online */
.hero-2026__online {
  position: relative;
  display: inline-block;
  background: #e9f5ef;
  border: 1px solid #c9e5d9;
  border-radius: 10px;
  padding: 14px 22px 14px 70px;
  margin-bottom: 26px;
}

.hero-2026__online .material-icons {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -19px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #1b7a5a;
}

.hero-2026__online-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #37474f;
  text-transform: uppercase;
}

.hero-2026__online-title em {
  font-style: normal;
  color: #1b7a5a;
}

.hero-2026__online-sub {
  display: block;
  font-size: .95rem;
  color: #607d8b;
}

.hero-2026__online-sub b {
  color: #1b7a5a;
  font-weight: 500;
}

/* Fila de funciones destacadas */
.hero-2026__features {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.hero-2026__features li {
  float: left;
  width: 20%;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
}

.hero-2026__features .material-icons {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #f1f5f4;
  color: #1b7a5a;
  font-size: 1.6rem;
}

.hero-2026__features span {
  display: block;
  min-height: 2.5em;
  font-size: .82rem;
  line-height: 1.25;
  color: #546e7a;
}

/* Botón principal */
.hero-2026__btn {
  background-color: #1b7a5a !important;
  border-radius: 8px;
  text-transform: none;
  font-size: 1.15rem;
  padding: 0 34px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

.hero-2026__btn:hover,
.hero-2026__btn:focus {
  background-color: #16694e !important;
}

/* Barra inferior: Simple / Seguro / Online */
.hero-2026__badges {
  position: relative;
  z-index: 1;
  margin: 34px 0 0;
  padding: 18px 10px;
  list-style: none;
  background: #f4f6f7;
  border-radius: 12px;
  overflow: hidden;
}

.hero-2026__badges li {
  float: left;
  width: 33.333%;
  padding: 0 16px;
  box-sizing: border-box;
}

.hero-2026__badges .material-icons {
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #e9f5ef;
  color: #1b7a5a;
}

.hero-2026__badges strong {
  display: block;
  color: #1b7a5a;
  font-size: 1.05rem;
}

.hero-2026__badges span {
  display: block;
  font-size: .85rem;
  color: #607d8b;
}

/* Tablet */
@media only screen and (max-width: 992px) {
  .hero-2026__media {
    left: 0;
  }
  .hero-2026__media:after {
    background: rgba(255, 255, 255, 0.88);
  }
  .hero-2026__inner {
    max-width: none;
  }
  .hero-2026__title {
    font-size: 3.4rem;
  }
  .hero-2026__badges li {
    width: 100%;
    float: none;
    padding: 10px 16px;
  }
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .hero-2026 {
    padding-top: 26px;
  }
  .hero-2026__title {
    font-size: 2.8rem;
  }
  .hero-2026__lead {
    font-size: 1.1rem;
  }
  .hero-2026__features li {
    width: 50%;
    margin-bottom: 16px;
  }
  .hero-2026__btn {
    display: block;
    font-size: 1rem;
    padding: 0 16px;
  }
}

/* ------------------------- */
/* Páginas internas 2026     */
/* ------------------------- */

/* Encabezado de página */
.page-2026 {
  position: relative;
  overflow: hidden;
  background: #f7f9f9;
  border-bottom: 1px solid #e6ecea;
  padding: 48px 0 44px;
}

.page-2026__inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.page-2026__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-2026__title {
  margin: 0 0 18px;
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #37474f;
}

.page-2026__title-accent {
  color: #e2611f;
}

.page-2026__lead {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.65;
  color: #546e7a;
}

.page-2026__lead b {
  color: #37474f;
  font-weight: 600;
}

/* Encabezado con tarjeta lateral */
.page-2026__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
}

/* Las dos columnas se reparten el espacio sobrante (aprox. 60 / 40),
   así la tarjeta acompaña el ancho del contenedor en vez de quedar fija. */
.page-2026--split .page-2026__inner {
  flex: 3 1 380px;
  max-width: none;
}

/* Aviso del sistema web online */
.online-2026 {
  flex: 2 1 330px;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #c9e5d9;
  border-top: 4px solid #1b7a5a;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(38, 60, 70, .10);
}

.online-2026__badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #1b7a5a;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.online-2026__icon {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 1.8rem;
}

.online-2026__title {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 700;
  color: #37474f;
}

.online-2026__title em {
  font-style: normal;
  color: #1b7a5a;
}

.online-2026 p {
  margin: 0 0 16px;
  font-size: .98rem;
  line-height: 1.6;
  color: #546e7a;
}

.online-2026 p b {
  color: #37474f;
  font-weight: 600;
}

.online-2026 ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.online-2026 li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: .92rem;
  color: #546e7a;
}

.online-2026 li .material-icons {
  margin-right: 8px;
  font-size: 18px;
  color: #1b7a5a;
}

.online-2026 .cta-2026__btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 1rem;
  text-align: center;
}

/* Cuerpo con tarjetas */
.feat-2026 {
  background: #ffffff;
  padding: 48px 0 24px;
}

.feat-2026__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.feat-2026__col {
  width: 50%;
  padding: 0 12px 24px;
  box-sizing: border-box;
}

.feat-2026__col--wide {
  width: 100%;
}

.feat-2026__card {
  height: 100%;
  padding: 26px 28px 22px;
  background: #ffffff;
  border: 1px solid #e6ecea;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(38, 60, 70, .06);
  transition: box-shadow .2s ease, transform .2s ease;
}

.feat-2026__card:hover {
  box-shadow: 0 8px 22px rgba(38, 60, 70, .10);
  transform: translateY(-2px);
}

.feat-2026__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f1;
}

.feat-2026__head .material-icons {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 1.6rem;
}

.feat-2026__card--accent .feat-2026__head .material-icons {
  background: #fdece2;
  color: #e2611f;
}

.feat-2026__head h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 600;
  color: #37474f;
}

.feat-2026__card > p {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #546e7a;
}

.feat-2026__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feat-2026__list li {
  position: relative;
  padding: 6px 0 6px 28px;
  font-size: .98rem;
  line-height: 1.5;
  color: #546e7a;
}

.feat-2026__list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 6px;
  color: #1b7a5a;
  font-weight: 700;
}

.feat-2026__card--accent .feat-2026__list li:before {
  color: #e2611f;
}

/* Regiones / provincias */
.regions-2026__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

/* Los chips ocupan el espacio libre; el mapa mantiene su ancho a la derecha.
   Sólo se apilan cuando ya no entran los 300px mínimos de la lista. */
.regions-2026__chips {
  flex: 1 1 300px;
  min-width: 0;
}

.regions-2026__map {
  flex: 0 1 250px;
  text-align: center;
}

.regions-2026__map img {
  max-width: 100%;
  max-height: 380px;
  height: auto;
}

.regions-2026__chips ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.regions-2026__chips li {
  margin: 0 8px 8px 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f4f6f7;
  border: 1px solid #e6ecea;
  font-size: .9rem;
  color: #546e7a;
}

/* Testimonios */
.testi-2026 {
  background: #eceff0;
  border-top: 1px solid #e0e6e6;
  padding: 48px 0 40px;
}

.testi-2026__title {
  display: flex;
  align-items: center;
  margin: 0 0 28px;
}

.testi-2026__title .material-icons {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  margin-right: 14px;
  line-height: 48px;
  text-align: center;
  border-radius: 12px;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 1.6rem;
}

.testi-2026__title h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  color: #37474f;
}

.testi-2026__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.testi-2026__col {
  display: flex;
  width: 50%;
  padding: 0 12px 24px;
  box-sizing: border-box;
}

.testi-2026__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 26px 28px 22px;
  background: #ffffff;
  border: 1px solid #d9e2e1;
  border-top: 3px solid #1b7a5a;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(38, 60, 70, .10);
  transition: box-shadow .2s ease, transform .2s ease;
}

.testi-2026__card:hover {
  box-shadow: 0 10px 26px rgba(38, 60, 70, .16);
  transform: translateY(-3px);
}

/* Comilla decorativa */
.testi-2026__card:after {
  content: "\201D";
  position: absolute;
  top: 6px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #e9f5ef;
}

.testi-2026__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin: 0 0 16px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #eef2f1;
  border-radius: 10px;
  box-sizing: border-box;
}

.testi-2026__logo img {
  max-height: 56px;
  max-width: 100%;
  width: auto;
}

.testi-2026__name {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #37474f;
}

.testi-2026 blockquote {
  flex: 1 1 auto;
  margin: 0 0 18px;
  padding: 0 0 0 16px;
  background: transparent;
  border-left: 3px solid #e9f5ef;
  border-radius: 0;
  font-size: .95rem;
  line-height: 1.65;
  color: #546e7a;
}

.testi-2026 blockquote:before,
.testi-2026 blockquote:after {
  content: none;
}

.testi-2026__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #eef2f1;
  font-size: .85rem;
  color: #78909c;
}

.testi-2026__meta span {
  display: inline-flex;
  align-items: center;
}

.testi-2026__meta .material-icons {
  margin-right: 6px;
  font-size: 18px;
  color: #1b7a5a;
}

/* Datos de contacto */
.contact-2026__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.contact-2026__col {
  flex: 1 1 320px;
  min-width: 0;
}

.contact-2026__data {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-2026__data li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f1;
}

.contact-2026__data li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-2026__data .material-icons {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 1.25rem;
}

.contact-2026__data b {
  display: block;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #90a4ae;
}

.contact-2026__data a,
.contact-2026__data span {
  font-size: 1.05rem;
  color: #37474f;
}

.contact-2026__data a:hover {
  color: #1b7a5a;
}

/* WhatsApp (visibilidad controlada por JS) */
.wa-2026 {
  text-align: center;
}

.wa-2026 img {
  width: 56px;
  height: auto;
  margin-bottom: 10px;
}

.wa-2026 p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: #546e7a;
}

.wa-2026 .btn {
  max-width: 320px;
  margin: 0 auto;
}

/* Formulario */
.form-2026 {
  margin-top: 24px;
}

.form-2026--narrow {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.form-2026 .input-field {
  margin-top: 1.4rem;
}

.form-2026__req {
  color: #e2611f;
}

.form-2026 .input-field label {
  color: #90a4ae;
}

.form-2026 .input-field input,
.form-2026 .input-field textarea {
  color: #37474f;
}

.form-2026 .input-field input:focus:not([readonly]),
.form-2026 .input-field textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1b7a5a;
  box-shadow: 0 1px 0 0 #1b7a5a;
}

.form-2026 .input-field input:focus:not([readonly]) + label,
.form-2026 .input-field textarea:focus:not([readonly]) + label {
  color: #1b7a5a;
}

.form-2026 .input-field .prefix.active {
  color: #1b7a5a;
}

.form-2026__actions {
  padding-top: 12px;
  text-align: center;
}

.form-2026__actions .btn-large {
  margin-right: 0;
}

/* Aviso de email inválido */
.form-2026__error {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 14px 18px;
  background: #fdece2;
  border: 1px solid #f7cdb4;
  border-radius: 10px;
  color: #b6422a;
}

.form-2026__error .material-icons {
  margin-right: 10px;
  color: #e2611f;
}

/* Mensaje de envío correcto */
.success-2026 {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e6ecea;
  border-top: 3px solid #1b7a5a;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(38, 60, 70, .08);
}

.success-2026 .material-icons {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  line-height: 72px;
  border-radius: 50%;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 2.4rem;
}

.success-2026 h1 {
  margin: 0 0 14px;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 600;
  color: #37474f;
}

.success-2026 p {
  margin: 0 0 24px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #546e7a;
}

.success-2026 p:last-child {
  margin-bottom: 0;
}

.success-2026 .cta-2026__btn {
  margin: 0;
}

/* Bloque de cierre / contacto */
.cta-2026 {
  background: #ffffff;
  padding: 12px 0 56px;
}

.cta-2026__box {
  position: relative;
  padding: 34px 36px;
  border-radius: 16px;
  background: #f4f6f7;
  border: 1px solid #e6ecea;
}

.cta-2026__box .material-icons {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #e9f5ef;
  color: #1b7a5a;
  font-size: 1.7rem;
}

.cta-2026__box h2 {
  margin: 6px 0 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  color: #37474f;
  overflow: hidden;
}

.cta-2026__box p {
  clear: both;
  margin: 0 0 22px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #546e7a;
}

.cta-2026__box p b {
  color: #37474f;
  font-weight: 600;
}

.cta-2026__btn {
  background-color: #1b7a5a !important;
  border-radius: 8px;
  text-transform: none;
  font-size: 1.05rem;
  margin-right: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

.cta-2026__btn:hover,
.cta-2026__btn:focus {
  background-color: #16694e !important;
}

.cta-2026__btn--ghost {
  background-color: transparent !important;
  border: 1px solid #cfd8dc;
  color: #37474f !important;
  box-shadow: none;
}

.cta-2026__btn--ghost:hover,
.cta-2026__btn--ghost:focus {
  background-color: #e9f5ef !important;
  border-color: #c9e5d9;
  color: #1b7a5a !important;
}

/* ------------------------- */
/* Footer 2026               */
/* ------------------------- */

.footer-2026 {
  padding: 52px 0 0;
  background: #2f3e46;
  color: #b0bec5;
}

.footer-2026__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-2026__brand {
  flex: 2 1 360px;
  min-width: 0;
}

.footer-2026__col {
  flex: 1 1 200px;
  min-width: 0;
}

.footer-2026__logo {
  display: block;
  margin-bottom: 18px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

.footer-2026__logo em {
  font-style: normal;
  color: #f0803c;
}

.footer-2026 h2 {
  margin: 0 0 18px;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-2026 h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: #4c9d80;
}

.footer-2026 p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.75;
  color: #b0bec5;
}

.footer-2026 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-2026 ul li {
  margin-bottom: 10px;
}

.footer-2026 ul a {
  font-size: .95rem;
  color: #cfd8dc;
  transition: color .15s ease;
}

.footer-2026 ul a:hover,
.footer-2026 ul a:focus {
  color: #7fd1b0;
}

.footer-2026__bottom {
  margin-top: 44px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  font-size: .9rem;
  color: #90a4ae;
}

.footer-2026__bottom a {
  color: #f0a06a;
}

.footer-2026__bottom a:hover {
  color: #f5bb8f;
}

@media only screen and (max-width: 600px) {
  .footer-2026 {
    padding-top: 36px;
  }
  .footer-2026__grid {
    gap: 28px;
  }
}

/* Tablet */
@media only screen and (max-width: 992px) {
  .page-2026 {
    padding: 36px 0 32px;
  }
  .page-2026__title {
    font-size: 2.6rem;
  }
  .feat-2026__col,
  .testi-2026__col {
    width: 100%;
  }
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .page-2026__title {
    font-size: 2.2rem;
  }
  .page-2026__lead {
    font-size: 1rem;
  }
  .feat-2026 {
    padding-top: 32px;
  }
  .feat-2026__card {
    padding: 22px 20px 18px;
  }
  .feat-2026__head h2 {
    font-size: 1.25rem;
  }
  .testi-2026 {
    padding-top: 32px;
  }
  .testi-2026__title h2 {
    font-size: 1.35rem;
  }
  .testi-2026__card {
    padding: 20px 20px 16px;
  }
  .online-2026 {
    padding: 22px 20px;
  }
  .online-2026__title {
    font-size: 1.25rem;
  }
  .success-2026 {
    padding: 30px 22px;
  }
  .success-2026 h1 {
    font-size: 1.5rem;
  }
  .cta-2026__box {
    padding: 26px 22px;
  }
  .cta-2026__btn {
    display: block;
    margin: 0 0 12px;
    text-align: center;
  }
}

blockquote {
  background: #fff4e4;
  font-size: 1em;
  border-left: .7em solid #ee6e73;
  margin: 4px 0 16px 0;
  padding: 1em 1em;
  quotes: "\201C""\201D";
}

blockquote:before {
  font: Georgia;
  color: #808080;
  content: open-quote;
  font-size: 3em;
  line-height: 0;
  vertical-align: -.50em;
  padding: 0 .2em 0 .1em;
  }

blockquote:after {
  font: Georgia;
  color: #808080;
  content: close-quote;
  font-size: 3em;
  line-height: 0.3em;
  margin-right: 0.25em;
  vertical-align: -0.50em;
  padding: 0 0 0 .1em
}

blockquote:first-child {
  display: absolute;
  padding-top: 1.3em;
}

blockquote:last-child {
  display: absolute;
 }