* {
  -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; }
}
*/
