* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}


p, h1, h2 {
  margin: 0;
}

input, textarea, select {
  outline: none;
}

textarea {
  resize: none;
}

.banderas{
  display: flex;
  margin: 5px;  
}

.bandera{ 
  display: flex; 
  justify-content:center;
  align-items: center;
  border-radius: 150px;
  height: 3vh;
  width: 3vh;
  overflow: hidden;
  margin: 5px;
  object-fit: cover;
}

.bandera img{
  
  height: 100%;
}


@font-face {
  font-family: "R Regular";
  src: url("../font-text/Roboto-Regular.ttf");
}
@font-face {
  font-family: "R Black";
  src: url("../font-text/Roboto-Black.ttf");
}
:root {
  --main-color-one: #29d8db;
  --main-color-two: #01578c;
  --main-color-three: #818181;
  --main-color-four: #4a4a4a;
  --main-color-five: #eeeeee;
}

/* */
.bg-pc {
  display: block;
}

.bg-mb {
  display: none;
}

@media screen and (max-width: 700px) {
  .bg-pc {
    display: none;
  }

  .bg-mb {
    display: block;
  }
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1850px) {
  html {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1750px) {
  html {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 1250px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 1050px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 5.5px;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 12px;
    .d-flex{display: none;}
    .section-header-main{justify-content: center;}
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 325px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 290px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 270px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (max-width: 260px) {
  html {
    font-size: 6px;
  }
}
.section-header-main {
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.child-section-header {
 
 
  align-items: center;
  margin: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  
}

.d-flex{
  display: flex;
}

.mx-1{
  margin: 0 1rem;
}

.box-1-section-header {
  width: 25%;
  display: flex;
  align-items: center;


}



.box-2-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-2-section-header a {
  color: black;
  font-size: 1rem;
  font-family: "R Regular";
  margin: 0 0.88rem;
}

.btn-main {
  background-color: #09b1f0;
  color: white;
  font-family: "R Regular";
  padding: 0.75rem 1.1rem;
  font-size: 1.2rem;
  border-radius: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
}



.btn-mainenviar {
  background-color: #2F5095;
  color: white;
  font-family: "R Regular";
  padding: 0.75rem 1.1rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
  padding: 15px;
  width: 40%;
}


.btn-main1 {
  background-color: #25d366;
  color: white;
  font-family:"Roboto", sans-serif ;
  padding: 0.75rem 1.1rem;
  font-size: 1.2rem;
  border-radius: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
}

.btn-main2 {
  background-color: #09b1f0;
  color: black;
  font-family:"Roboto", sans-serif ;
  padding: 0.75rem 1.1rem;
  font-size: 1.2rem;
  border-radius: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
}

.btn-main:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 550px) {
  .child-section-header {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem 0;
  }

  .box-1-section-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.8rem;
  }



  .box-2-section-header {
    display: none;
  }

  .box-3-section-header {
    width: 100%;
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-4-section-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .btn-main {
    padding: 0.95rem 2rem;
    font-size: 1.6rem;
    border-radius: 0.6rem;
  }

  .btn-main1 {
    padding: 0.95rem 2rem;
    font-size: 1.6rem;
    border-radius: 0.6rem;
  }

  .btn-main2 {
    padding: 0.95rem 2rem;
    font-size: 1.6rem;
    border-radius: 0.6rem;
  }

  
}
.section-banner-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-banner {
  max-width: 1950px;
  width: 100%;
  height: 82vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.child-section-banner img{
    transition: opacity 1s ease-in-out;
    height: auto;
    
}

.section-clientes-logo-Blanco{
  background-color:#2B2F39;
  display:flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.child-clientes-logo-Blanco{
  width: 80%;
}

.title-casos-exito{
  font-family:"Roboto", sans-serif ;
  font-size: 1.3rem;
  text-align: left;
  width: 80%;
  margin: 25px;
}
.logos-blancos img{
  height:45px;
  margin: 25px;
}



.video-banner {
  width: 100%;
  height: 53rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-ab-section-banner {
 height: 60%;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.box-ab-2-section-banner {
  position: absolute;
  width: 90%;
  display: flex;
  justify-content: end;
}

.sub-box-ab-2-section-banner-1 {
  width: 60%;
}

.title-section-banner {
  color: white;
  font-size: 2.5rem;
  font-family: "sans-serif";
}
.title-section-banner-test {
  color: white;
  font-size: 1.9rem;
  font-family: "sans-serif";
}

.line-bottom-title-banner {
  width: 15.63rem;
  height: 0.06rem;
  background-color: white;
  margin: 1.25rem 0 1.88rem;
}

.title-main-h1 {
  color: white;
  font-family: "arial";
  font-size: 4.06rem;
  margin-bottom: 2.19rem;
}

.sub-box-ab-2-section-banner-2 {
 
  width: 50%;
  padding: 3.44rem 3.13rem 3.44rem 3.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.94rem;
  align-items: end;
}

.title-form-banner {
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.8px;
    text-align:left;
    color: white;
    text-align: right;

}
.subTitle-form-banner{
  margin-bottom: 15px;
}

.title-form-banner-p{
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 600;
}

.title-form-bannerFarmasis {
  font-family: "Montserrat", Sans-serif;
  text-align:right;
  font-size: 45px;
  font-weight: 800;
 
 
  padding: 10px;
  
  color: rgba(0, 46, 146, 0.899);
}


.form-banner-main {
  width: 100%;
  display: inline-flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.form-banner-main-div{
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  position: relative;

 
}

.input-f-b-contain{
  display: flex;
  justify-content: space-between;
}

.input-f-b {
  width: 100%;
  margin-bottom: 0.94rem;
  border: 0.06rem solid white;
  border-radius: 5px;
  padding: 0.81rem 0.94rem;
  font-size: 1.3rem;
  font-family: "R Regular";
  color: #FFFFFF;
  background-color: #2f50956e;
}

.input-f-b1 {
  width: 48%;
  margin-bottom: 0.94rem;
  border: 0.06rem solid white;
  border-radius: 5px;
  padding: 0.81rem 0.94rem;
  font-size: 1.3rem;
  font-family: "R Regular";
  color: #FFFFFF;
  background-color: #2f50956e;
}

.input-f-b::placeholder {
    color: #FFFFFF;
    opacity: 0.5; }
.input-f-b1::placeholder {
    color: #FFFFFF;
    opacity: 0.5; }

@media screen and (max-width: 700px) {
  .video-banner {
    height: 74rem;
  }

  .box-ab-2-section-banner {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sub-box-ab-2-section-banner-1 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .sub-box-ab-2-section-banner-2 {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 2.6rem 3.13rem 2.6rem 3.13rem;
    border-radius: 1.1rem;

  }

  .title-section-banner {
    font-size: 2.1rem;
  }

  .line-bottom-title-banner {
    width: 15rem;
    height: 0.3rem;
    background-color: white;
    margin: 1.25rem 0 1.88rem;
  }

  .title-main-h1 {
    font-size: 2.8rem;
    margin-bottom: 2.19rem;
  }

  .form-banner-main-div{
    margin-left: 20px;
  }

  .input-f-b {
    width: 100%;
    margin-bottom: 0.94rem;
    padding: 1rem 0.94rem;
    font-size: 1.4rem;
  }

  .banderas{
    display: none;
  }
}
.section-aumenta-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-five);
}

.child-section-aumenta {
  max-width: 1250px;
  width: 64%;
  margin: 6rem 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-1-section-aumenta {
  width: 40%;
}

.box-1-section-aumenta img {
  width: 100%;
}

.box-2-section-aumenta {
  width: 53%;
}

.title-section-aumenta {
  font-family: "R Black";
  font-size: 3.3rem;
  color: var(--main-color-four);
  margin-bottom: 3rem;
}

.letter-section-aumenta {
  font-family: "R Regular";
  color: var(--main-color-three);
  font-size: 1.5rem;
}

@media screen and (max-width: 550px) {
  .child-section-aumenta {
    width: 85%;
    margin: 4rem 0 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-1-section-aumenta {
    width: 100%;
    margin-bottom: 2rem;
  }

  .box-1-section-aumenta img {
    width: 100%;
  }

  .box-2-section-aumenta {
    width: 100%;
  }

  .title-section-aumenta {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }

  .letter-section-aumenta {
    font-size: 1.7rem;
  }
}
.section-llamanos-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-llamanos {
  max-width: 1250px;
  width: 64%;
  margin: 5.31rem 0 3.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-title-section-llamanos {
  font-family: "R Regular";
  color: #09b1f0;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

/* estrategico */
.section-estrategico-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-five);
}

.child-section-estrategico {
  max-width: 1250px;
  width: 64%;
  margin: 6.5rem 0 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-olas {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .child-section-llamanos {
    width: 85%;
    margin: 4rem 0 4rem;
  }

  .sub-title-section-llamanos {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  /* estrategico */
  .child-section-estrategico {
    width: 85%;
    margin: 4rem 0 4rem;
  }
}
.section-elige-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
}

.child-section-elige {
  max-width: 1650px;
  width: 80%;
  margin: 7rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-all-section-elige {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-section-elige-1 {
  width: 29%;
  font-family: "R Regular";
  color: var(--main-color-three);
  font-size: 1.6rem;
}

.single-section-elige-1 span {
  font-family: "R Black";
}

.single-section-elige-2 {
  width: 36%;
}

.single-section-elige-2 img {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .child-section-elige {
    width: 85%;
    margin: 4rem 0 5rem;
  }

  .box-all-section-elige {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .single-section-elige-1 {
    width: 100%;
    font-family: "R Regular";
    color: var(--main-color-three);
    font-size: 1.6rem;
  }

  .single-section-elige-2 {
    width: 100%;
    margin: 3rem 0;
  }

  .single-section-elige-2 img {
    width: 100%;
  }
}
.section-sistema-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/fondos/fondo-doc.jpg);
  background-size: cover;
  background-position: center;
}

.child-section-sistema {
  max-width: 1650px;
  width: 80%;
  margin: 5rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-all-section-sistema {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}

.single-box-section-sistema {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.5rem;
}

.box-01-single-box-section-sistema {
  width: 49%;
}

.box-01-single-box-section-sistema img {
  width: 100%;
}

.box-02-single-box-section-sistema {
  width: 48%;
}

.box-02-single-box-section-sistema p:nth-child(1) {
  font-family: "R Black";
  color: var(--main-color-four);
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.box-02-single-box-section-sistema p:nth-child(2) {
  font-family: "R Regular";
  color: var(--main-color-three);
  font-size: 1.4rem;
}

@media screen and (max-width: 550px) {
  .child-section-sistema {
    width: 85%;
    margin: 3rem 0 2rem;
  }

  .box-all-section-sistema {
    width: 100%;
    margin-top: 1rem;
  }

  .single-box-section-sistema {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4rem;
  }

  .box-01-single-box-section-sistema {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .box-01-single-box-section-sistema img {
    padding: 0 5rem;
  }

  .box-02-single-box-section-sistema {
    width: 100%;
  }

  .box-02-single-box-section-sistema p:nth-child(1) {
    font-family: "R Black";
    color: var(--main-color-four);
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }

  .box-02-single-box-section-sistema p:nth-child(2) {
    font-family: "R Regular";
    color: var(--main-color-three);
    font-size: 1.4rem;
  }
}
.section-cadena-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-five);
}

.child-section-cadena {
  max-width: 1650px;
  width: 80%;
  margin: 5rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-1-section-cadena {
  width: 52%;
}

.box-title-section-cadena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.title-section-cadena {
  width: 55%;
  font-family: "R Black";
  font-size: 2.5rem;
  color: var(--main-color-two);
}

.img-click-section-cadena {
  width: 12%;
}

.box-letter-section-cadena {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.box-letter-section-cadena p:nth-child(1) {
  font-size: 5rem;
  line-height: 3.5rem;
  color: var(--main-color-two);
  margin-right: 0.4rem;
}

.box-letter-section-cadena p:nth-child(2) {
  font-family: "R Regular";
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.box-2-section-cadena {
  width: 42%;
}

.box-2-section-cadena img {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .child-section-cadena {
    width: 85%;
    margin: 4rem 0 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-1-section-cadena {
    width: 100%;
  }

  .title-section-cadena {
    width: 75%;
    font-family: "R Black";
    font-size: 2.5rem;
    color: var(--main-color-two);
  }

  .img-click-section-cadena {
    width: 15%;
  }

  .box-letter-section-cadena {
    margin-bottom: 2rem;
  }

  .box-letter-section-cadena p:nth-child(1) {
    font-size: 5rem;
    line-height: 3.5rem;
  }

  .box-letter-section-cadena p:nth-child(2) {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }

  .margin-bottom {
    margin-bottom: 3rem;
  }

  .box-2-section-cadena {
    width: 100%;
    margin-top: 4rem;
  }

  .box-2-section-cadena img {
    width: 100%;
    padding: 0 5rem;
  }
}
.section-experiencia-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/fondos/CFC-Link-7-2.jpg);
  background-size: cover;
  background-position: center;
}

.child-section-experiencia {
  max-width: 1250px;
  width: 64%;
  margin: 6rem 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-section-experiencia {
  font-family: "R Black";
  font-size: 2.5rem;
  color: white;
  margin-bottom: 3rem;
  text-align: center;
}

.letter-section-experiencia {
  font-family: "R Regular";
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: white;
  
}

@media screen and (max-width: 550px) {
  .child-section-experiencia {
    width: 85%;
    margin: 4rem 0 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .title-section-experiencia {
    font-size: 2.5rem;
    text-align: center;
  }

  .letter-section-experiencia {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
.section-diferencia-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-diferencia {
  max-width: 1250px;
  width: 80%;
  margin: 7rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-section-diferencia {
  font-family: "R Black";
  font-size: 2.5rem;
  color: var(--main-color-four);
  margin-bottom: 5rem;
}

.box-all-section-diferencia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5rem;
}

.box-single-section-diferencia {
  width: 21%;
}

.title-box-single-section-diferencia {
  font-family: "R Regular";
  font-size: 1.7rem;
  color: var(--main-color-two);
  margin-bottom: 3rem;
  text-align: center;
}

.letter-box-single-section-diferencia {
  font-family: "R Regular";
  font-size: 1.3rem;
  color: var(--main-color-three);
  text-align: center;
}

.btn-section-diferencia {
  background-color: green;
  color: white;
  font-family: "R Regular";
  padding: 0.75rem 2.19rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
}

.btn-section-diferencia:hover {
  background-color: darkgreen;
}

@media screen and (max-width: 550px) {
  .child-section-diferencia {
    width: 85%;
    margin: 5rem 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .title-section-diferencia {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
    text-align: center;
  }

  .box-all-section-diferencia {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .box-single-section-diferencia {
    width: 100%;
    margin-bottom: 3.5rem;
  }

  .title-box-single-section-diferencia {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }

  .letter-box-single-section-diferencia {
    font-size: 1.3rem;
    text-align: center;
  }

  .btn-section-diferencia {
    padding: 0.75rem 2.19rem;
    font-size: 1.7rem;
    border-radius: 0.5rem;
  }
}
.section-realizados-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color-five);
}

.child-section-realizamos {
  max-width: 1250px;
  width: 64%;
  margin: 7rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-section-realizados {
  font-family: "R Black";
  font-size: 2.5rem;
  color: var(--main-color-two);
  margin-bottom: 3rem;
  text-align: center;
}

/* slider clientes */
.box-slider-clientes {
  width: 100%;
}

.img-logo-cliente {
  width: 100%;
}

@media screen and (max-width: 550px) {
  .child-section-realizamos {
    width: 85%;
    margin: 4rem 0 2rem;
  }

  .box-all-contadores {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-all-contadores-single {
    text-align: center;
    margin-bottom: 2rem;
  }

  .number-box-all-contadores-single {
    font-size: 6.5rem;
  }

  .letter-box-all-contadores-single {
    font-size: 1.7rem;
  }

  .title-section-realizados {
    font-size: 2.2rem;
  }
}
.section-mapa-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-mapa {
  max-width: 1250px;
  width: 64%;
  margin: 5.31rem 0 3.44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-map,
.box-map iframe {
  width: 100%;
  height: 26rem;
  border: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 87, 140, 0.25);
          box-shadow: 0px 0px 30px 0px rgba(1, 87, 140, 0.25);
}

@media screen and (max-width: 550px) {
  .child-section-mapa {
    width: 85%;
  }

  .box-map,
.box-map iframe {
    height: 45rem;
  }
}
.section-footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-footer {
  max-width: 1250px;
  width: 64%;
  margin: 1.56rem 0 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-1-section-footer {
  width: 13%;
}

.box-1-section-footer img {
  width: 100%;
}

.title-box-2-section-footer {
  font-family: "R Black";
  font-size: 1.31rem;
  margin-bottom: 1.56rem;
  color: var(--main-color-four);
}

.letter-box-2-section-footer {
  font-family: "R Regular";
  font-size: 1rem;
  color: var(--main-color-three);
}

.box-socials-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-socials-section-footer a {
  background-color: var(--main-color-one);
  color: white;
  font-size: 1.13rem;
  padding: 0.38rem 0.31rem;
  margin-right: 0.63rem;
  border-radius: 0.31rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-socials-section-footer a:hover {
  background-color: var(--main-color-two);
}

@media screen and (max-width: 550px) {
  .child-section-footer {
    width: 85%;
    margin: 3rem 0 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .box-1-section-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.5rem;
  }

  .box-1-section-footer img {
    width: 45%;
  }

  .box-2-section-footer {
    width: 100%;
    margin-bottom: 2.2rem;
  }

  .title-box-2-section-footer {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }

  .letter-box-2-section-footer {
    font-size: 1.8rem;
  }

  .box-socials-section-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-socials-section-footer a {
    font-size: 2.6rem;
    padding: 0.38rem 0.31rem;
    margin-right: 0.63rem;
  }
}
.section-copy-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.06rem solid rgba(221, 221, 221, 0.8);
}

.child-section-copy {
  max-width: 1250px;
  width: 64%;
  margin: 1.88rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.child-section-copy p {
  font-family: "R Regular";
  font-size: 1rem;
  color: var(--main-color-four);
}

@media screen and (max-width: 550px) {
  .child-section-copy {
    width: 85%;
    margin: 2.1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .child-section-copy p {
    font-size: 1.7rem;
  }
}
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.btn-call,
.btn-cotizar {
  color: white;
  padding: 17px 0;
  font-size: 2rem;
  font-family: "R Black";
}

.btn-call {
  text-decoration: none;
}

.line-btn-mobile {
  height: 30px;
  width: 2px;
  background-color: white;
}

.main-form-pop-up {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}

.main-form-pop-up-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.child-form-pop-up {
  width: 100%;
  background-color: var(--main-color-white);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.child-form-pop-up .title-form-banner-principal {
  color: var(--main-color);
}

.btn-close {
  position: absolute;
  right: -10px;
  top: -20px;
  color: var(--main-color-white);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.btn-whatsapp-mobile {
  background-color: #25d366;
  position: fixed;
  bottom: 3%;
  right: 1%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 3rem;
  color: white;
  z-index: 90;
}

.btn-whatsapp-mobile i {
  line-height: 0;
}

.child-form-pop-up form input,
.child-form-pop-up form textarea {
  color: var(--main-dark);
}

@media screen and (max-width: 500px) {
  body {
    margin-bottom: 45px;
  }

  .btns-mobile,
.btn-whatsapp-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-whatsapp-mobile {
    bottom: 20%;
    right: 1%;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    font-size: 4rem;
    color: white;
    z-index: 90;
  }
}

/* ===================================================== */
/* Header: Botones "Plan Botica" y "Plan Droguería"      */
/* (Se insertan como .header-nav-min dentro de .d-flex)  */
/* ===================================================== */

/* Contenedor de los dos botones dentro del header */
.header-nav-min{
  display:flex;
  align-items:center;
  gap:.75rem;              /* separación entre botones */
}

/* Botón con icono (usa tu .btn-main2 como base) */
.header-nav-min .btn-nav{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  font-weight:700;
  line-height:1;
  padding:.75rem 1.1rem;   /* mismo padding que .btn-main2 */
  border-radius:4rem;      /* mismo radio que .btn-main2 */
  transition:transform .15s ease, opacity .15s ease;

  /* override a ".box-2-section-header a { color:black }" */
  color:#fff;              /* texto blanco en estos botones */
}

/* Icono (Font Awesome ya está cargado) */
.header-nav-min .fa{
  font-size:1.15em;
  line-height:0;           /* centra verticalmente */
}

/* Hover sutil */
.header-nav-min .btn-nav:hover{
  transform:translateY(-1px);
  opacity:.95;
}

/* Scroll suave para los anclajes (#planes-botica / #plan-drogueria) */
html{ scroll-behavior:smooth; }

/* ----------------------------------------------------- */
/* (OPCIONAL) Mostrar estos botones también en móvil.    */
/* Por defecto, tu CSS oculta .box-2-section-header en   */
/* móviles. Si quieres verlos, descomenta este bloque.   */
/* ----------------------------------------------------- */
/*
@media (max-width: 550px){
  .section-header-main .header-nav-min{ display:flex !important; }
}
*/
/* ===================================================== */
/* BOTONES UNIFICADOS (header y CTAs)                    */
/* ===================================================== */

/* Botón base tipo píldora */
.btn-pill{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.72rem 1.1rem;
  border-radius:999px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  border:0;
  color:#fff !important;            /* forzar texto blanco */
  transition:transform .15s ease, opacity .15s ease;
  white-space:nowrap;
}
.btn-pill i{ font-size:1.1em; line-height:0; }
.btn-pill:hover{ transform:translateY(-1px); opacity:.95; }

/* Variantes de color */
.btn--botica{      background:#314E9B; }   /* azul marca */
.btn--drogueria{   background:#0BA5A5; }   /* turquesa logística */
.btn--whatsapp{    background:#25d366; }   /* verde WhatsApp oficial */
.btn--llamar{      background:#0B84FF; }   /* azul teléfono */

/* Ajustes locales del header */
.header-nav-min{ display:flex; align-items:center; gap:.75rem; }

/* Evita que reglas antiguas del header pongan el texto negro */
.d-flex a.btn-pill{ color:#fff !important; }

/* Scroll suave a anclas (#planes-botica / #plan-drogueria) */
html{ scroll-behavior:smooth; }

/* Tipografía uniforme para todos los botones nuevos del header */
.btn-pill, .btn-pill span{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
}

/* Reset de iconos para evitar circulitos/fondos heredados */
.btn-pill i{
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

cat <<'CSS' >> css/index2.css
/* ==== PLANES BOTICA — 3 CARDS MODERNAS (aislado) ==== */
/*.planes-modern{
  /*--pm-bg:#0d1117; --pm-card:#131a2a; --pm-border:#24304d;
  --pm-text:#eaf0ff; --pm-muted:#b8c2d9;
  --pm-accent:#1b75e5; --pm-accent-2:#0b65c3; --pm-green:#67d36b;
  background:var(--pm-bg); color:var(--pm-text); padding:56px 0;
  font-family:"Poppins","Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}   */
.planes-modern .pm-wrap{max-width:1200px;margin:0 auto;padding:0 18px;text-align:center;}
.pm-title{font-weight:800;letter-spacing:.2px;font-size:clamp(26px,3vw,36px);margin:0 0 8px;}
.pm-sub{color:var(--pm-muted);margin:0 0 28px;font-size:15px;}
.pm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;justify-content:center;}
.pm-card{
  background:radial-gradient(1200px 400px at 20% -10%,rgba(27,117,229,.18),transparent 50%),var(--pm-card);
  border:1px solid var(--pm-border);border-radius:16px;padding:18px;box-shadow:0 6px 18px rgba(0,0,0,.25);
  display:flex;flex-direction:column;text-align:left;transition:transform .2s,box-shadow .2s,border-color .2s;
}
.pm-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.35);border-color:rgba(27,117,229,.55);}
.pm-card--featured{background:linear-gradient(180deg,rgba(27,117,229,.18),rgba(11,101,195,.10)),var(--pm-card);border-color:rgba(27,117,229,.55);box-shadow:0 10px 26px rgba(27,117,229,.20),0 6px 18px rgba(0,0,0,.28);}
.pm-card-head{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;}
.pm-card-title{font-size:20px;font-weight:800;margin:0;}
.pm-badge{background:linear-gradient(90deg,var(--pm-accent),var(--pm-accent-2));color:#fff;font-size:11px;font-weight:800;padding:6px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;}
.pm-badge--soft{background:rgba(27,117,229,.18);color:#cfe2ff;border:1px solid rgba(27,117,229,.4);}
.pm-list{list-style:none;margin:0 0 14px;padding:0;display:grid;row-gap:10px;}
.pm-list li{color:var(--pm-text);font-size:14px;line-height:1.45;display:flex;gap:10px;}
.pm-list i.fa{color:var(--pm-green);margin-top:2px;min-width:16px;text-align:center;}
.pm-cta{margin-top:auto;display:inline-block;text-align:center;text-decoration:none;font-weight:800;letter-spacing:.2px;
  padding:12px 14px;border-radius:12px;background:linear-gradient(90deg,var(--pm-accent),var(--pm-accent-2));color:#fff;border:1px solid rgba(255,255,255,.08);transition:filter .2s,transform .15s;}
.pm-cta:hover{filter:brightness(1.08);transform:translateY(-1px);}
.pm-note{margin-top:10px;color:var(--pm-muted);font-size:12px;text-align:center;}
@media (max-width:1024px){.pm-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:680px){.pm-grid{grid-template-columns:1fr;}.pm-card{padding:16px;}.pm-card-title{font-size:18px;}.pm-list li{font-size:13px;}}
/* ==== /FIN PLANES BOTICA ==== */

/* === PATCH 2025-09-10 — Pulido visual de PLANES BOTICA (3 cards) === */
body .planes-modern{
  background:#0c1222 !important;  /* fondo oscuro como el resto de la landing */
  color:#eaf0ff;
  padding:64px 0 56px;
  font-family:"Poppins","Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
body .planes-modern .pm-wrap{ max-width:1200px; margin:0 auto; padding:0 18px; text-align:center; }
body .planes-modern .pm-title{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.6px;
  font-weight:800;
  font-size:clamp(28px,3.2vw,38px);
  margin:0 0 6px;
}
body .planes-modern .pm-sub{
  color:rgba(255,255,255,.72);
  max-width:780px;
  margin:0 auto 32px;
  font-size:15.5px;
  line-height:1.55;
}

/* Grid & cards */
body .planes-modern .pm-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; align-items:stretch; }
@media (max-width:1024px){ body .planes-modern .pm-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:680px){ body .planes-modern .pm-grid{ grid-template-columns:1fr; } }

body .planes-modern .pm-card{
  background:#ffffff;
  color:#0e1726;
  border:1px solid rgba(14,23,38,.08);
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
body .planes-modern .pm-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(0,0,0,.28);
  border-color:rgba(27,117,229,.35);
}

/* Tipografía interna (evitar serif heredada) */
body .planes-modern h2,
body .planes-modern h3,
body .planes-modern p,
body .planes-modern li,
body .planes-modern a{
  font-family:"Poppins","Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

body .planes-modern .pm-card-title{ color:#0e1726; font-size:20px; font-weight:800; margin:0; }
body .planes-modern .pm-list{ list-style:none; margin:10px 0 16px; padding:0; display:grid; row-gap:10px; }
body .planes-modern .pm-list li{ color:#0e1726; font-size:14.5px; line-height:1.5; display:flex; gap:10px; }
body .planes-modern .pm-list i.fa{ color:#2ecc71; margin-top:2px; min-width:16px; text-align:center; }

/* Destacado (Plan Líder) y badges */
body .planes-modern .pm-card--featured{
  border-color:rgba(27,117,229,.5);
  box-shadow:0 14px 34px rgba(27,117,229,.18), 0 8px 22px rgba(0,0,0,.25);
}
body .planes-modern .pm-cta{
  margin-top:auto;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
  padding:12px 14px;
  border-radius:12px;
  background:linear-gradient(90deg,#1b75e5,#0b65c3);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  transition:filter .2s, transform .15s;
}
body .planes-modern .pm-cta:hover{ filter:brightness(1.08); transform:translateY(-1px); }

body .planes-modern .pm-note{ margin-top:10px; color:rgba(255,255,255,.65); font-size:12px; text-align:center; }
/* === /PATCH === */

/* === BADGE ATTENTION EFFECTS — shimmer + pop (2025-09-10) === */
.planes-modern .pm-badge{
  /* base: forma, tipografía y presencia */
  --b1:#1B75E5; --b2:#0B65C3;                      /* (se sobreescribe por plan) */
  background: linear-gradient(90deg, var(--b1), var(--b2));
  color:#fff; font-size:11px; font-weight:800; letter-spacing:.5px;
  padding:6px 10px; border-radius:999px; text-transform:uppercase;
  display:inline-flex; align-items:center; gap:6px;
  border:1px solid rgba(255,255,255,.12);

  /* efecto de atención */
  background-size:200% auto;
  animation: pmShimmer 3.2s linear infinite, pmPop 2.4s ease-in-out infinite alternate;
  will-change: transform, background-position;
}

/* Colores por plan (diferenciados) */
.planes-modern .pm-badge--emp{      --b1:#06B6D4; --b2:#10B981; }  /* Emprende: turquesa→verde */
.planes-modern .pm-badge--lider{    --b1:#1B75E5; --b2:#0B65C3; }  /* Líder: azul marca */
.planes-modern .pm-badge--premium{  --b1:#F59E0B; --b2:#F97316; }  /* Premium: dorado→naranja */

/* Clase de “pulso” (solo semántica, ya activada arriba) */
.planes-modern .pm-badge--pulse{}

/* Animaciones */
@keyframes pmShimmer { 0%{background-position:0% 50%} 100%{background-position:200% 50%} }
@keyframes pmPop { from{transform:scale(1)} to{transform:scale(1.06)} }

/* Accesibilidad: respetar “reducir movimiento” del SO */
@media (prefers-reduced-motion: reduce){
  .planes-modern .pm-badge{ animation:none; background-size:auto; }
}

