@charset "UTF-8";
/* ======================================
   VARIABLES
====================================== */
/* ======================================
   BASE
====================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.seccion {
  margin: 3rem 5% 0 5%; }

.cont {
  text-align: left;
  display: block;
  margin: 30px 0; }

.cont.conoce > h2 {
  text-transform: none;
  margin: 6rem auto 6rem;
  text-align: center;
  font-weight: 400;
  padding: 0 3rem 1rem !important; }

.cont.conoce > h2 strong {
  display: block; }

.cont h2 {
  font-size: 160%;
  margin-top: -5px;
  font-weight: 400; }

.cont h2 span {
  display: block;
  width: 50px;
  height: 4px;
  margin: 20px 0 40px;
  background-color: #a80077; }

.cont.conoce {
  margin-top: 0; }

.cont.conoce .a_gen {
  width: 90%;
  margin: 0 auto 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: none; }

.cont.conoce .a_gen.fin {
  border-bottom: none;
  width: 90% !important;
  margin: 30px auto 0;
  padding-bottom: 0px; }

.cont.conoce .a_gen:first-of-type .article.a1 p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
  color: #c00087; }

.cont.conoce .a_gen:first-of-type .article.a1 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  text-transform: none; }

.cont.conoce .a_gen:first-of-type .article p:last-child {
  margin: 1rem 0;
  font-size: 1.2rem; }

.cont.conoce .a_gen .article:first-child p {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: #c00087;
  margin-bottom: 0.25rem; }

.cont.conoce .a_gen .article:first-child h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0.8rem;
  text-transform: none !important;
  font-weight: 500; }

.cont.conoce .a_gen .article.a2 p,
.cont.conoce .a_gen .article:not(.a1):not(.a2) p {
  font-size: 1.05rem;
  line-height: 1.6; }

.cont.conoce .a_gen:first-of-type .article p {
  font-size: 1.05rem !important;
  line-height: 1.6; }

.cont.conoce .a_gen .article p i {
  margin: 2rem 1rem 0rem; }

.a_gen.margen_3 {
  margin-top: 4rem !important; }

.cont .article {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 3% 0; }

.cont .article p,
.article li {
  font-size: 1.05rem;
  line-height: 1.5rem; }

.article.a2 {
  margin-right: 5%;
  margin-left: 5%; }

.article.a3 {
  width: 68%; }

.cont.conoce .a_gen .article p i {
  padding: .5rem 0 .5rem 3rem;
  border-left: 3px dashed #d1d4e2;
  margin: 0 0 0 3rem;
  color: #888;
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300; }
  .cont.conoce .a_gen .article p i strong {
    font-weight: 600; }

.cont.conoce .a_gen .article p strong.fondo_rosa {
  background-color: #FFE4F2;
  padding: 0 0.2rem; }

.cont.conoce .a_gen .article p strong.fondo_verde {
  background-color: #bcf4e7;
  padding: 0 0.2rem; }

/* ============================
   BANNER DIFERENCIA â€“ SUAVE
============================ */
.cn-banner {
  margin: 3rem 0;
  padding: 3.5rem 3rem;
  background: linear-gradient(135deg, #e8f8f0 0%, #e3f6ed 40%, #f1fbf7 100%);
  border-radius: 22px; }

.cn-banner__inner {
  max-width: 1200px;
  margin: 0 auto; }

.cn-banner__kicker {
  text-transform: none;
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 0.4rem; }

.cn-banner__title {
  font-size: 2rem;
  font-weight: 600 !important;
  margin-bottom: 1.2rem;
  color: #222; }

.cn-banner__intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #222;
  max-width: 600px; }

.cn-banner--degradado {
  background: linear-gradient(135deg, #cef7ed 0%, #bcf4e7 30%, #fff2c6 80%, #ffedb2 100%); }

/* GRID DE 4 COLUMNAS */
.cn-banner__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch; }

/* TARJETAS */
.cn-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.4rem 1.3rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.cn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07); }

.cn-card strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  color: #333; }

.cn-card p {
  margin: 0;
  color: #555;
  line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 1020px) {
  .cn-banner__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .cn-banner {
    margin: 3rem 0;
    width: inherit; } }
@media (max-width: 850px) {
  .cn-banner {
    margin: 0rem 0;
    width: inherit;
    padding: 2.5rem 1.5rem 1rem;
    border-radius: 14px; }

  .cn-banner__grid {
    grid-template-columns: 1fr; } }
.cn-banner--amarillo-rosa {
  background: linear-gradient(135deg, #FFE4F2 50%, #ffedb2 100%); }

.cn-banner__columns {
  display: grid;
  grid-template-columns: 30% 1fr;
  column-gap: 3rem;
  row-gap: 2rem;
  align-items: start;
  margin-bottom: 2rem; }

.cn-col-left {
  text-align: left; }

.cn-col-main {
  text-align: left; }

.cn-banner__note {
  border-top: 3px dashed #d1d4e2;
  padding-top: 1.5rem; }

.cn-banner__note p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #383657; }

@media (max-width: 850px) {
  .cn-banner__columns {
    grid-template-columns: 1fr; }

  .cn-col-left {
    margin-bottom: 1rem; } }
/* =============================================
   Correcciones: ancho uniforme + lÃ­nea blanca
============================================= */
.cn-col-main {
  max-width: 720px;
  margin-left: 5%; }

.cn-banner__intro {
  max-width: 100%; }

.cn-banner__note {
  border-top: 2px dashed #c00087;
  padding-top: 1.4rem;
  margin-top: 1.6rem; }

.cn-banner__note p {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #383657;
  max-width: 100%; }

/* 4. Responsive */
@media (max-width: 850px) {
  .cn-col-main {
    max-width: inherit;
    margin: 0% !important; }

  .cn-col-left {
    margin: 0; } }
/*---------------------------*/
.article ul {
  margin-left: 5%;
  width: 100%; }

.article li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-left: 4%;
  margin-bottom: 40px; }

.img1,
.img2,
.img3,
.img4,
.img5,
.img6 {
  background: url(../img/paso-1.png) left top no-repeat;
  width: 105px;
  height: 100px;
  display: block;
  margin: 0 auto 10px; }

.img2 {
  background: url(../img/paso-2.png); }

.img3 {
  background: url(../img/paso-3.png); }

.img4 {
  background: url(../img/paso-4.png); }

.img5 {
  background: url(../img/paso-5.png); }

.img6 {
  background: url(../img/paso-6.png); }

/* CONTENEDOR CLIENTES LOGOS */
.a_gen.fin {
  width: 100% !important; }

.a_gen.fin .article {
  width: 100% !important; }

.clientes-logotipos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 35px;
  max-width: 96%;
  padding: 0 2%;
  margin: 40px auto 60px; }

.clientes-logotipos img {
  max-height: 75px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: filter 0.3s ease, opacity 0.3s ease; }

.clientes-logotipos img:hover {
  filter: grayscale(0%);
  opacity: 1; }

/* TABLET: que puedan bajar a varias filas si hace falta */
@media (max-width: 1200px) {
  .clientes-logotipos {
    flex-wrap: wrap;
    gap: 30px; }

  .clientes-logotipos img {
    max-height: 75px; } }
@media (max-width: 450px) {
  .clientes-logotipos {
    gap: 10px;
    margin-bottom: 2rem; }

  .clientes-logotipos img {
    max-height: 50px;
    display: inline-block;
    vertical-align: middle; } }
/*----------------------------
EMPIEZAN LOS QUERIES GENERALES
------------------------------*/
@media (max-width: 850px) {
  .cont.conoce {
    margin-top: 0; }

  .cont.conoce > h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 2rem;
    line-height: 1.25;
    background-color: #c00087;
    color: #fff;
    padding: 2rem 0; }

  .cont.conoce > h2 strong {
    background-color: #f451d9;
    padding: 0 .8rem; }

  .cont h2 span {
    margin-bottom: 20px; }

  .cont.conoce .a_gen {
    width: 90%;
    margin: 2rem auto 1.8rem !important;
    padding-bottom: 1.5rem; }

  .cont.conoce .a_gen.fin {
    border-bottom: none; }

  .cont.conoce .a_gen .article {
    width: 100%;
    display: block; }

  .cont.conoce .a_gen:first-of-type .article.a1 p {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: #c00087; }

  .cont.conoce .a_gen:first-of-type .article p:last-child {
    margin: 1rem 0;
    font-size: 1.2rem; }

  .cont.conoce .a_gen .article:first-child p {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #c00087;
    margin-bottom: 0.25rem; }

  .cont.conoce .a_gen .article.a2 p,
  .cont.conoce .a_gen .article:not(.a1):not(.a2) p {
    font-size: 1.05rem;
    line-height: 1.6; }

  .cont.conoce .a_gen:first-of-type .article p {
    font-size: 1.05rem !important;
    line-height: 1.6; }

  .cont.conoce .a_gen .article p i {
    margin: 3rem 1rem 0rem;
    font-weight: 600;
    padding-left: 2rem; } }
@media (max-width: 450px) {
  .cont.conoce > h2 {
    font-size: 1.3rem; }

  .cont.conoce p {
    font-size: 0.88rem;
    line-height: 1.55; }

  /* H2 interiores */
  .cont.conoce article h2 {
    font-size: 1.15rem;
    margin-bottom: 2rem !important; }

  /* Reducir separaciones */
  .cont.conoce .a_gen {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem; }

  .cn-banner__kicker {
    font-size: 1.2rem !important; }

  .cn-banner__title {
    font-size: 1.9rem !important; } }
