body {
  font-family: "Montserrat", sans-serif;
}

.title-style {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .title-style {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.slogan {
  margin-bottom: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  height: 118px;
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
}
@media (max-width: 992px) {
  .slogan {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .slogan {
    font-size: 16px;
  }
}
.slogan .slogan-text {
  text-align: center;
  font-weight: 700;
  max-width: 757px;
  margin: 0 auto;
  text-transform: uppercase;
}

header {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
header .header-area {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
header .header-area .left {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1200px) {
  header .header-area .left {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  header .header-area .left {
    justify-content: center;
    position: relative;
  }
}
header .header-area .left .menu-responsive {
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 992px) {
  header .header-area .left .menu-responsive {
    display: block;
  }
}
header .header-area .left .enlaces-area {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  align-items: center;
  transition: right 300ms;
}
@media (max-width: 992px) {
  header .header-area .left .enlaces-area {
    position: fixed;
    background-color: white;
    flex-direction: column;
    justify-content: start;
    right: -300px;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 70px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
header .header-area .left .enlaces-area.active {
  right: 0;
}
header .header-area .left .enlaces-area .menu-responsive-close {
  position: absolute;
  right: 5px;
  top: 20px;
  display: none;
}
@media (max-width: 992px) {
  header .header-area .left .enlaces-area .menu-responsive-close {
    display: block;
  }
}
header .header-area .left nav {
  display: flex;
}
header .header-area .left nav .enlace {
  padding-right: 10px;
  margin-left: 10px;
  border-right: 1px solid black;
}
header .header-area .left nav .enlace:nth-child(6) {
  border-right: none;
}
header .header-area .left nav .enlace:nth-child(7) {
  border-right: none;
}
header .header-area .left nav .enlace.dropdown {
  display: none;
}
@media (max-width: 1400px) {
  header .header-area .left nav .enlace.dropdown {
    display: block;
  }
}
@media (max-width: 992px) {
  header .header-area .left nav .enlace.dropdown {
    display: none;
  }
}
@media (max-width: 1400px) {
  header .header-area .left nav .enlace.otros {
    display: none;
  }
}
@media (max-width: 992px) {
  header .header-area .left nav .enlace.otros {
    display: block;
  }
}
@media (max-width: 992px) {
  header .header-area .left nav .enlace {
    border-right: none;
  }
}
header .header-area .left nav a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  header .header-area .left nav a {
    font-size: 12px;
  }
}
header .header-area .left nav a:hover {
  color: #2FBC5A;
}
header .header-area .left nav .dropdown-menu a {
  border: none;
  padding: 5px 10px;
  margin-left: 0;
}
@media (max-width: 992px) {
  header .header-area .left nav {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
}
header .header-area .right {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 992px) {
  header .header-area .right {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-top: 20px;
  }
}
header .header-area .right .acceder {
  border: 1px solid black;
  padding: 10px 30px;
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 1200px) {
  header .header-area .right .acceder {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  header .header-area .right .acceder {
    width: 100%;
    text-align: center;
  }
}
header .header-area .right .obtener {
  padding: 10px 30px;
  background: #2FBC5A;
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
  color: white;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 1200px) {
  header .header-area .right .obtener {
    padding: 10px 10px;
    font-size: 12px;
    text-align: center;
  }
}

footer {
  padding-bottom: 40px;
}
footer .footer-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  footer .footer-area {
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer-area .cta {
  width: 50%;
  max-width: 400px;
}
@media (max-width: 992px) {
  footer .footer-area .cta {
    width: 35%;
  }
}
@media (max-width: 767px) {
  footer .footer-area .cta {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
footer .footer-area .cta .cta-button {
  width: 100%;
  display: flex;
  border: 1px solid black;
  border-radius: 15px;
  justify-content: center;
  height: 58px;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: black;
  margin-bottom: 20px;
}
footer .footer-area .cta .redes {
  display: flex;
  justify-content: space-between;
}
footer .footer-area .contacto-area {
  display: flex;
  width: 50%;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  footer .footer-area .contacto-area {
    width: 65%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-area .contacto-area {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  footer .footer-area .contacto-area {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    text-align: center;
  }
}
footer .footer-area .contacto-area a {
  color: black;
}
footer .footer-area .contacto-area .title {
  font-size: 25px;
  font-weight: 700;
}
footer .footer-area .contacto-area .item {
  font-size: 17px;
}
footer .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid black;
  font-size: 17px;
}
@media (max-width: 992px) {
  footer .bar {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .bar {
    flex-direction: column;
  }
}
footer .bar .enlaces {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  footer .bar .enlaces {
    flex-direction: column;
  }
}
footer .bar .enlaces a {
  color: black;
}
footer .bar .enlaces .item {
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid black;
}
@media (max-width: 500px) {
  footer .bar .enlaces .item {
    border-right: none;
  }
}
footer .bar .enlaces .item:last-child {
  border: none;
}

.inicio-section section.hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.inicio-section section.hero .hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 0;
  color: white;
}
@media (max-width: 992px) {
  .inicio-section section.hero .hero-section {
    flex-direction: column;
  }
}
.inicio-section section.hero .hero-section .text {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .inicio-section section.hero .hero-section .text {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.inicio-section section.hero .hero-section .img img {
  width: 100%;
}
.inicio-section section.cuadros-descripcion {
  padding: 60px 0;
  margin-bottom: 60px;
}
.inicio-section section.cuadros-descripcion .descripcion {
  display: flex;
  justify-content: space-between;
  gap: 46px;
}
@media (max-width: 992px) {
  .inicio-section section.cuadros-descripcion .descripcion {
    flex-wrap: wrap;
  }
}
.inicio-section section.cuadros-descripcion .descripcion .item {
  width: 100%;
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
  padding: 60px 40px 90px;
  font-size: 20px;
  color: white;
  border-radius: 10px;
  max-width: 400px;
}
@media (max-width: 992px) {
  .inicio-section section.cuadros-descripcion .descripcion .item {
    width: 100%;
    max-width: 100%;
  }
}
.inicio-section section.beneficios-seccion {
  margin-bottom: 60px;
}
.inicio-section section.beneficios-seccion .beneficios-area {
  display: flex;
}
@media (max-width: 992px) {
  .inicio-section section.beneficios-seccion .beneficios-area {
    flex-direction: column;
  }
}
.inicio-section section.beneficios-seccion .beneficios-area .imagen {
  width: 60%;
}
@media (max-width: 992px) {
  .inicio-section section.beneficios-seccion .beneficios-area .imagen {
    width: 100%;
  }
}
.inicio-section section.beneficios-seccion .beneficios-area .imagen img {
  width: 100%;
}
.inicio-section section.beneficios-seccion .beneficios-area .beneficios {
  width: 40%;
}
@media (max-width: 992px) {
  .inicio-section section.beneficios-seccion .beneficios-area .beneficios {
    width: 100%;
  }
}
.inicio-section section.beneficios-seccion .beneficios-area .beneficios ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.inicio-section section.beneficios-seccion .beneficios-area .beneficios ul li {
  font-size: 20px;
}
.inicio-section section.caracteristicas {
  margin-bottom: 50px;
}
.inicio-section section.caracteristicas .caracteristicas-listado {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
.inicio-section section.caracteristicas .caracteristicas-listado .item {
  text-decoration: none;
  color: black;
  text-align: center;
  padding: 40px 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  min-width: 193px;
}
@media (max-width: 430px) {
  .inicio-section section.caracteristicas .caracteristicas-listado .item {
    width: 100%;
  }
}
.inicio-section section.caracteristicas .caracteristicas-listado .item .imagen {
  height: 121px;
}
.inicio-section section.caracteristicas .caracteristicas-listado .item .text {
  font-size: 20px;
  max-width: 161px;
}
@media (max-width: 430px) {
  .inicio-section section.caracteristicas .caracteristicas-listado .item .text {
    margin: 0 auto;
  }
}
.inicio-section section.cta-section {
  margin-bottom: 145px;
}
.inicio-section section.cta-section a {
  text-decoration: none;
}
.inicio-section section.cta-section .cta {
  border-radius: 5px;
  width: 100%;
  max-width: 550px;
  margin: 20px auto 40px;
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
  font-size: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: 700;
}
@media (max-width: 992px) {
  .inicio-section section.cta-section .cta {
    font-size: 18px;
    text-align: center;
  }
}
.inicio-section section.cta-section .banner img {
  width: 100%;
}

.producto-page section.hero-seccion {
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
  padding: 53px 0;
}
.producto-page section.hero-seccion .hero-producto {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .producto-page section.hero-seccion .hero-producto {
    flex-direction: column-reverse;
  }
}
.producto-page section.hero-seccion .hero-producto .texto {
  width: 60%;
  font-size: 20px;
  color: white;
  padding-right: 10%;
}
@media (max-width: 992px) {
  .producto-page section.hero-seccion .hero-producto .texto {
    width: 50%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .producto-page section.hero-seccion .hero-producto .texto {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
}
.producto-page section.hero-seccion .hero-producto .imagen {
  width: 40%;
}
.producto-page section.hero-seccion .hero-producto .imagen img {
  width: 100%;
}
@media (max-width: 992px) {
  .producto-page section.hero-seccion .hero-producto .imagen {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .producto-page section.hero-seccion .hero-producto .imagen {
    width: 100%;
    max-width: 400px;
  }
}
.producto-page section.beneficios {
  margin-top: 50px;
}
.producto-page section.beneficios .imagen img {
  width: 100%;
}
.producto-page section.beneficios .beneficios-listado {
  margin-top: 50px;
}
.producto-page section.beneficios .beneficios-listado .item {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .producto-page section.beneficios .beneficios-listado .item {
    font-size: 16px;
  }
}
.producto-page section.beneficios .beneficios-listado .item .title {
  font-weight: 700;
}
.producto-page section.caracteristicas {
  margin-top: 60px;
}
.producto-page section.caracteristicas .caracteristicas-listado .item {
  padding: 30px 45px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .producto-page section.caracteristicas .caracteristicas-listado .item {
    padding: 30px 25px;
  }
}
.producto-page section.caracteristicas .caracteristicas-listado .item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .producto-page section.caracteristicas .caracteristicas-listado .item .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.producto-page section.caracteristicas .caracteristicas-listado .item .title img {
  width: 58px;
}
.producto-page section.caracteristicas .caracteristicas-listado .item .descripcion {
  font-size: 20px;
}
@media (max-width: 767px) {
  .producto-page section.caracteristicas .caracteristicas-listado .item .descripcion {
    font-size: 16px;
  }
}
.producto-page section.caracteristicas .caracteristicas-listado .item .descripcion ul {
  margin-top: 20px;
}
.producto-page section.cta-section {
  margin-bottom: 145px;
}
.producto-page section.cta-section a {
  text-decoration: none;
}
.producto-page section.cta-section .cta {
  border-radius: 5px;
  width: 100%;
  max-width: 550px;
  margin: 20px auto 40px;
  background: linear-gradient(180deg, rgb(47, 188, 90) 42%, rgb(23, 107, 49) 100%);
  font-size: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.producto-page section.cta-section .banner img {
  width: 100%;
}

.quienes-somos-page .quienes-somos {
  margin-top: 50px;
}
.quienes-somos-page .quienes-somos .title-style {
  margin-bottom: 22px;
}
.quienes-somos-page .quienes-somos .descripcion {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .quienes-somos-page .quienes-somos .descripcion {
    font-size: 16px;
  }
}
.quienes-somos-page .declaracion {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .quienes-somos-page .declaracion {
    margin-top: 30px;
  }
}
.quienes-somos-page .declaracion .declaracion-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .quienes-somos-page .declaracion .declaracion-list {
    justify-content: center;
  }
}
.quienes-somos-page .declaracion .declaracion-list .item {
  border: 1px solid #DEDEDE;
  max-width: 350px;
  gap: 30px;
  padding: 50px 40px;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .quienes-somos-page .declaracion .declaracion-list .item {
    max-width: 100%;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .quienes-somos-page .declaracion .declaracion-list .item {
    font-size: 16px;
    padding: 50px 30px;
  }
}
@media (max-width: 1200px) {
  .quienes-somos-page .declaracion .declaracion-list .item:nth-child(3) {
    margin-top: 70px;
  }
}
.quienes-somos-page .declaracion .declaracion-list .item .imagen {
  text-align: center;
  margin-top: -110px;
  margin-bottom: 40px;
}
.quienes-somos-page .declaracion .declaracion-list .item .title {
  font-weight: 700;
  margin-bottom: 20px;
}

.atencion-cliente-page .banner {
  margin-bottom: 47px;
}
.atencion-cliente-page .banner img {
  width: 100%;
}
.atencion-cliente-page .pd-section .pd {
  border: 1px solid #191919;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  font-size: 20px;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .atencion-cliente-page .pd-section .pd {
    font-size: 16px;
    text-align: center;
  }
}
.atencion-cliente-page .pd-section .pd p {
  margin-bottom: 0;
}
.atencion-cliente-page .brand-section {
  margin-top: 42px;
  margin-bottom: 56px;
}
.atencion-cliente-page .brand-section .brand-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 500px) {
  .atencion-cliente-page .brand-section .brand-list {
    flex-direction: column;
  }
}
.atencion-cliente-page .brand-section .brand-list .brand {
  width: 294px;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  border: 1px solid #191919;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
@media (max-width: 500px) {
  .atencion-cliente-page .brand-section .brand-list .brand {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .atencion-cliente-page .brand-section .brand-list .brand img {
    width: 210px;
  }
}

@media (max-width: 992px) {
  .guia-fiscal-page {
    padding: 15px;
  }
}
.guia-fiscal-page .title {
  margin-bottom: 39px;
  margin-top: 50px;
  text-align: center;
}
.guia-fiscal-page .title .title-style {
  margin-bottom: 0;
}
.guia-fiscal-page .title .subtitle {
  font-size: 20px;
  max-width: 669px;
  margin: 0 auto;
}
.guia-fiscal-page .guia-section ul li {
  font-size: 20px;
}
@media (max-width: 992px) {
  .guia-fiscal-page .guia-section ul li {
    font-size: 16px;
  }
}
.guia-fiscal-page .description-section {
  margin: 40px 0;
}
.guia-fiscal-page .description-section .description {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 40px 0;
  font-size: 20px;
}
@media (max-width: 992px) {
  .guia-fiscal-page .description-section .description {
    font-size: 16px;
  }
}
.guia-fiscal-page .listado-section {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .guia-fiscal-page .listado-section {
    font-size: 16px;
  }
}
.guia-fiscal-page .listado-section p {
  font-weight: 400;
  margin-top: 15px;
}
.guia-fiscal-page .slogan {
  margin-top: 80px;
  margin-bottom: 80px;
}

.preguntas-page .title-style {
  margin-top: 50px;
}
.preguntas-page .preguntas-section {
  font-size: 20px;
}
@media (max-width: 992px) {
  .preguntas-page .preguntas-section {
    font-size: 16px;
    padding: 15px;
  }
}
.preguntas-page .preguntas-section .titulo-formulario {
  font-weight: 600;
  color: #176B31;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .preguntas-page .preguntas-section .titulo-formulario {
    margin-bottom: 15px;
  }
}
.preguntas-page .preguntas-section .preguntas-listado {
  margin-bottom: 25px;
}
.preguntas-page .preguntas-section .preguntas-listado .item {
  margin-bottom: 25px;
}
.preguntas-page .preguntas-section .preguntas-listado .item .title {
  font-weight: 600;
  margin-bottom: 25px;
}
