/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


*,
*::after,
*::before{
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html{
    font-size: 62.5%; /* 10px = 1rem */
}


@font-face {
  font-family: "Manrope bold";
  src: url("/wp-content/themes/avancedigital/fonts/manrope/Manrope-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Manrope semibold";
  src: url("/wp-content/themes/avancedigital/fonts/manrope/Manrope-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Manrope medium";
  src: url("/wp-content/themes/avancedigital/fonts/manrope/Manrope-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Manrope extralight";
  src: url("/wp-content/themes/avancedigital/fonts/manrope/Manrope-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: "Manrope light";
  src: url("/wp-content/themes/avancedigital/fonts/manrope/Manrope-Light.ttf") format("truetype"); }

@font-face {
  font-family: "MavenPro regular";
  src: url("/wp-content/themes/avancedigital/fonts/Maven_pro/MavenPro-Regular.ttf") format("truetype"); }

/* Definicion fuentes*/

@font-face {
    font-family: 'Manrope Bold'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/47f6d7143da9d8c0e480.ttf") format('truetype');
    font-weight: bold;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope ExtraBold'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/5b0ae7100ad1d12e53c9.ttf") format('truetype');
    font-weight: extra-bold;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope ExtraLight'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/d0721272b8d9dd2d2d0f.ttf") format('truetype');
    font-weight: extra-light;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope Regular'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/a9b9e09fe6b69741f316.ttf") format('truetype');
    font-weight: regular;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope Light'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/2bf511c25636c7d7a4ce.ttf") format('truetype');
    font-weight: light;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope Medium'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/08894ccb04665d1a9d53.ttf") format('truetype');
    font-weight: medium;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'Manrope SemiBold'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/310f108cc524df0e5ffc.ttf") format('truetype');
    font-weight: semibold;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}


@font-face {
    font-family: 'MavenPro Regular'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/b169a9b79b8d82d31655.ttf") format('truetype');
    font-weight: regular;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}

@font-face {
    font-family: 'MavenPro Medium'; /* Nombre que usarás en CSS */
    src:url("/wp-content/themes/avancedigital/fonts/news/d520565261cde272a01f.ttf") format('truetype');
    font-weight: medium;  /* opcional: normal, bold, etc. */
    font-style: normal;   /* opcional: normal, italic, oblique */
}


 .section-hero{
  background-image: url('/wp-content/themes/avancedigital/img/bg-hero.webp');
  background-color: black;
  width: 100vw;
  height: 95vh;
  background-size: cover;
  border-radius: 0 0 80px 80px;
  -webkit-box-shadow: 1px 10px 11px -1px #c2c2c2;
          box-shadow: 1px 10px 11px -1px #c2c2c2;
  position: relative;
  margin-bottom: 10rem;
  background-attachment: fixed;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media(min-height:900px){
  .section-hero{
     min-height: 40vh;
     max-height: 60vh;

     
  }
}
  @media (max-width: 37.5em) {
    .section-hero {
      /* min-height: 50.76vh;
      max-height:80vh; */
      min-height: 62rem;
     max-height: 65rem;
      margin-bottom: 3rem;
      background-position: center;
      border-radius: 0 0 45px 45px; } }

  @media(max-width:37.5em){
    .section-hero{
      background-image: url('/wp-content/themes/avancedigital/img/bg-hero.webp');
      background-position: 64%;
      background-size: cover;
    }
  }    

  .section-hero .hero-caption {
    height: 80%;
    width: 70%;
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    text-align: center; 
    overflow:hidden;
}
    
    @media (max-width: 37.5em) {
      .section-hero .hero-caption {
        width: 100%;
        height: 100%;
        top: 75%; } }
    .section-hero .hero-caption .buttons {
     
      width: 100%;
      max-width: 60rem;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
        gap:1rem; }
      
    @media (max-width: 37.5em) {
      .section-hero .hero-caption .parrafo-hero {
        width: 85%;
        margin: auto; } }

@supports (-webkit-touch-callout: none) {
  .section-hero {
    background-attachment: scroll !important;
  }

  .btn, .btn-cta {
    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;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
}

.section-main-float {
  background-color: white;
  width: 100vw;
  height: 430rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 50px 50px 0 0;
  -webkit-box-shadow: 0px -9px 9px -7px #c2c2c2;
          box-shadow: 0px -9px 9px -7px #c2c2c2; }
  @media (max-width: 37.5em) {
    .section-main-float {
      width: 100vw;
      max-height: 1250rem; } }

.section-plan {
  background-color: #39bf80;
  width: 100%;
  min-height: 80rem; 
  max-height: 150rem;
}

.section-services-individual {
  background-color: white;
  width: 100vw;
  max-height: 90rem; }
  @media (max-width: 37.5em) {
    .section-services-individual {
      height: 210rem; } }

.iservice__container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media (max-width: 37.5em) {
    .iservice__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.iservice__label {
  background-color: #39bf80;
  height: 4rem;
  border-radius: 3.5rem; 
  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;
}
  @media (max-width: 37.5em) {
    .iservice__label {
      margin-top: 3rem; } }
  .iservice__label-text {
    color: white;
    font-family: MavenPro regular;
    font-size: 2.5rem; 
  }

.section-portfolio {
  max-width: 100vw;
  min-height: 90rem;
  max-height: 350rem; 
 margin-bottom: 10rem;
}
  @media (max-width: 37.5em) {
    .section-portfolio {
      min-height: 140rem;
    max-height:350rem;
    margin-bottom: 15rem; 
  }}
  .section-portfolio .portfolio-items {
    min-width: 80%;
    max-width: 95%;
    min-height: 80rem;
    max-height: 100%;
    display: -ms-grid;
    display: grid;
    /* begin test*/
     /* grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    grid-auto-rows: minmax(200px, auto);
    gap:1rem; */
    /* end test*/
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 2rem; 
  }

  
  .section-portfolio .portfolio-items > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1; }
  .section-portfolio .portfolio-items > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3; }
  .section-portfolio .portfolio-items > *:nth-child(3) {
    -ms-grid-row:3;
    -ms-grid-column:1; }
  .section-portfolio .portfolio-items > *:nth-child(4) {
    -ms-grid-row:3;
    -ms-grid-column:3; }
    @media (max-width: 37.5em) {
      .section-portfolio .portfolio-items {
        -webkit-box-orient: vertical;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(30rem,auto);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    width: 80vw;
    max-height: 100%;
   } }
    .section-portfolio .portfolio-items .portfolio-column {
      width: 95%;
      max-height: 100%;
      margin: 0 auto; }
      @media (max-width: 37.5em) {
        .section-portfolio .portfolio-items .portfolio-column {
          width: 100%; }
          .section-portfolio .portfolio-items .portfolio-column:not(:first-child) {
            margin-top: 3rem; } }

.section-form {
  width: 100%;
  height: 90.1rem;
  background-image: url("/wp-content/themes/avancedigital/img/estrellas.webp");
  background-attachment: fixed;
  background-size: cover;
}
  @media (max-width: 37.5em) {
    .section-form {
      position: absolute;
      top: 100%;
      display: none !important; } }

.form-option {
  margin-top: 7rem;
  width: 60%;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-option-row--1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-option-row--2 {
    margin-top: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-option-row--3 {
    margin-top: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.section-form-mobile {
  width: 100%;
  height: 90.1rem;
  background-image: url("/wp-content/themes/avancedigital/img/estrellas.webp");
  display: none !important;
  background-size: cover; }
  @media (max-width: 37.5em) {
    .section-form-mobile {
      margin-top: 10rem;
      height: 85.1rem;
      width: 100vw;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.form-option {
  margin-top: 7rem;
  width: 60%;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 37.5em) {
    .form-option {
      width: 90%;
      height: 40%; } }
  .form-option-row--1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-option-row--2 {
    margin-top: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .form-option-row--3 {
    margin-top: 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.background-blackdisplay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.212);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: none; }

.form-modal {
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  background-color: white;
  width: 76%;
  max-height: 85vh;
  border-radius: 35px;
  overflow-y: auto; }
  .form-modal-exit-button {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 9rem;
    width: 9em;
    cursor: pointer; }
    .form-modal-exit-button img {
      height: 80%;
      width: 80%; }
  .form-modal-caption {
    margin-top: 45rem;
    font-family: Manrope bold;
    text-align: center; }
    .form-modal-caption-subtitle {
      font-size: 2rem;
      color: black; }
    .form-modal-caption-title {
      font-size: 6rem;
      color: black; }
    .form-modal-caption-paragraph {
      margin-top: 2.2rem;
      font-family: MavenPro regular;
      font-size: 1.9rem;
      color: #656565;
      text-wrap-style: balance; }
  .form-modal-content {
    margin-top: 5rem;
    width: 80%;
    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; }
    .form-modal-content-subtitle {
      font-family: MavenPro regular;
      font-size: 2.6rem; }

.form-style {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-style .form-modal-content-subtitle {
    text-align: center; }
  .form-style label {
    font-family: MavenPro regular;
    font-size: 2.6rem;
    color: #525252;
    margin-bottom: 1rem; }
  .form-style input {
    border: solid 2px #867e7e7e;
    border-radius: 25px;
    height: 3rem;
    margin-bottom: 3rem; }
    .form-style input::-webkit-input-placeholder {
      padding: 3px;
      color: #B0B0B0;
      font-family: MavenPro regular;
      font-size: 1.8rem; }
    .form-style input::-moz-placeholder {
      padding: 3px;
      color: #B0B0B0;
      font-family: MavenPro regular;
      font-size: 1.8rem; }
    .form-style input:-ms-input-placeholder {
      padding: 3px;
      color: #B0B0B0;
      font-family: MavenPro regular;
      font-size: 1.8rem; }
    .form-style input::-ms-input-placeholder {
      padding: 3px;
      color: #B0B0B0;
      font-family: MavenPro regular;
      font-size: 1.8rem; }
    .form-style input::placeholder {
      padding: 3px;
      color: #B0B0B0;
      font-family: MavenPro regular;
      font-size: 1.8rem; }
  .form-style select {
    border-radius: 25px;
    background-color: white;
    font-family: MavenPro regular;
    font-size: 2rem;
    color: black;
    text-align: center;
    border: solid 2px #F5F5F5; }
  .form-style input[type="submit"] {
    margin-top: 3rem;
    font-family: Manrope Bold;
    background-color: #00D672;
    font-size: 2.5rem;
    color: white;
    width: 100%;
    height: 4rem;
    cursor: pointer; }
  .form-style input[type="text"]:hover, .form-style :active, .form-style :focus {
    border: solid 2px #39bf80; }

.btn {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: Manrope semibold;
  height: 5.5rem;
  -ms-flex-line-pack: center;
      align-content: center; }
  .btn-info {
    border: solid 1px #FFFFFF;
    border-radius: 10px;
    font-size: 1.5rem;
    width: 20rem;
    font-family: Manrope light;
    display: inline-block; }
    @media (max-width: 37.5em) {
      .btn-info {
        width: 12.5rem;
        font-size: 1.5rem; } }
  .btn-medium {
    background-color: #39bf80;
    display: inline-block;
    width: 28rem;
    padding: .5rem 0;
    border-radius: 10px;
    font-size: 2.1rem; }
    .btn-medium:hover {
      -webkit-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem);
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
    .btn-medium:active, .btn-medium:focus {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  .btn-cta {
    width: 35rem; }
    @media (max-width: 37.5em) {
      .btn-cta {
        width: 25rem;
        font-size: 2.2rem; } }
  .btn-hero {
    -webkit-transition: opacity .8s;
    transition: opacity .8s; }

@media (max-width: 37.5em) {
  .service-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.service-subcontainer {
  display: -ms-grid;
  display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;  
}

.service-subcontainer > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;  
}

.service-subcontainer > *:nth-child(2) {
    -ms-grid-row:1;
    -ms-grid-column:3;  
}

.service-subcontainer > *:nth-child(3) {
    -ms-grid-row:1;
    -ms-grid-column:5;  
}

.service-subcontainer > *:nth-child(4) {
    -ms-grid-row:3;
    -ms-grid-column:1;  
}

.service-subcontainer > *:nth-child(5) {
    -ms-grid-row:3;
    -ms-grid-column:3;  
}

.service-subcontainer > *:nth-child(6) {
    -ms-grid-row:3;
    -ms-grid-column:5;  
}
  @media (max-width: 37.5em) {
    .service-subcontainer {
      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; } }

.service__box {
  width: 30rem;
  background-color: #f7f7f7;
  height: 20rem;
  text-align: center;
  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: 2.7rem;
  margin-top: 5rem;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 37.5em) {
    .service__box {
      width: 80%; } }
  .service__box:not(:last-child) {
    margin-right: 3rem; }
    @media (max-width: 37.5em) {
      .service__box:not(:last-child) {
        margin-right: 0rem; } }
  .service__box:hover {
    background-color: #39bf80;
    color: white;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .service__box-imagebox {
    position: absolute;
    width: 6rem;
    height: 6rem;
    /* background-color: #d9d9d9;  */
    border-radius: 50%;
    top: 2.5rem; 

    }
    

  .service__box-imagebox img{
    width: 100%;
    height: 100%;
  }  

  .service__box-title {
    font-family: Manrope light;
    font-weight: 600;
    font-size: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 1.2rem; }
  .service__box-paragraph {
    font-family: MavenPro regular;
    font-size: 1.63rem;
    font-weight: 400; 
    padding: 0 1.3rem;
  }

/* Service box paragraph*/
@media(max-width:500px){

  .service__box-paragraph{
    padding: 0 3rem;
  }

}

@media(max-width:500px){
  .service__box{
    border:solid 2px #a3a3a31f;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
}

.sombra-piola{
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border:solid 2px #a3a3a31f;
}



.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 120rem;
  margin-top: 3rem;}

  @media (max-width: 37.5em) {
    .plan {
      width: 40rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: 55rem;
      max-height: 100%;
      border-radius: 25px;
      flex-direction: column;
      align-items: center;
       } }
.planes {
  width: 100%;
  flex-direction: row;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 3rem;
  min-height: 100%;
}


 @media (max-width: 37.5em) {
    .planes {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      max-height: 110%;
      justify-content: space-around;
      width: 80%;
       } }


  .plan__item {
    min-height: 40rem;
    max-height: 80rem;
    width: 33%;
    background-color: white;
    border-radius: 3.3rem;
    -webkit-transition: all .4s;
    transition: all .4s; 
    margin-bottom: 15rem;
  }
    @media (max-width: 37.5em) {
      .plan__item {
        width: 100%;
        min-height: 50rem;
        max-height:50rem;
        /* margin-top: -5rem!important; */
        margin-bottom: 0rem;
         } }
    .plan__item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .plan__item-check {
      max-width: 90%;
      min-height: 90%;
      margin: auto;
      display: block;
      margin-bottom: 13rem
    }
      .plan__item-check:first-child {
        margin-top: 3.4rem; }
      .plan__item-check:not(:first-child) {
        margin-top: 1.2rem; }
      .plan__item-check .check {
        font-size: 2.2rem; }

.plan__item-child{
  max-width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom:1.5rem;
}

.plan__item-child:first-child {
        margin-top: 3.4rem; }
.plan__item-child:not(:first-child) {
        margin-top: 1.2rem; }


.section-plan p {
  display: none; }
  @media (max-width: 37.5em) {
    .section-plan p {
      display: block;
      color: white;
      font-size: 2.5rem;
      font-family: MavenPro regular;
      text-align: center;
      padding: 0 1rem;
    } }

.service__individual {
  width: 25rem;
  background-color: #f7f7f7;
  height: 15rem;
  text-align: center;
  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: 2.7rem;
  margin-top: 3rem;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
   }
  .service__individual:not(:last-child) {
    margin-right: 3rem; }
  .service__individual:hover {
    background-color: #39bf80;
    color: white;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .service__individual-title {
    font-family: Manrope light;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    padding: 3rem;
  }
  .service__individual-paragraph {
    font-family: MavenPro regular;
    font-size: 1.63rem;
    font-weight: 400; }

.portfolio {
  border-radius: 3.5rem;
  border: solid #f7f7f7 1px;
  padding: 3rem;
  font-family: Manrope medium;
  background-image: url("/wp-content/themes/avancedigital/img/dummy.webp");
  -webkit-transition: all .4s;
  transition: all .4s;
  max-height: 100%;
  position: relative;
  background-size: cover;
  background-position:center;
  
  
}

.portfolio:nth-child(1) {
  
  grid-column: span 2;
  grid-row: span 2;
  

}

.portfolio:nth-child(1) .portfolio-info{
  top:82%;
}

@media(max-width:768px){
  .portfolio:nth-child(1) {
 
  grid-column:1/2 ;
  grid-row:span 2;
  
}
}

  .portfolio:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .portfolio__info {
    position: absolute;
    top: 65%; }
  .portfolio__info-1 {
    top: 80%; }
  .portfolio-1 {
    position: relative;
    height: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3; }
    @media (max-width: 37.5em) {
      .portfolio-1 {
        height: 40rem; } }
  .portfolio-2 {
    height: 55%;
    position: relative; }
    @media (max-width: 37.5em) {
      .portfolio-2 {
        height: 20rem; } }
    .portfolio-2:not(:first-child) {
      margin-top: 4rem; }
  .portfolio__title h2 {
    font-size: 3rem; }
    .portfolio__title h2 a {
      color: rgb(255, 255, 255);
      text-decoration: none; }
  .portfolio__subtitle h4 {
    font-size: 1.7rem;
    color: rgb(255, 255, 255); }

.form__button {
  width: 48%;
  height: 5.3rem;
  border: solid 2px white;
  border-radius: 25px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media (max-width: 37.5em) {
    .form__button {
      height: 6.3rem; } }
  .form__button:not(:first-child) {
    margin-left: 2rem; }
  .form__button-title {
    color: white;
    font-family: Manrope bold;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;      
          }
    @media (max-width: 37.5em) {
      .form__button-title {
        font-size: 1.5rem;
        text-align: center; } }
  .form__button:hover {
    cursor: pointer;
    background-color: #00D672;
    border: solid 2px #08B765;
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 56.25em) {
    body {
      padding: 0; } }

main {
  position: relative; }

.heading-primary {
  color: #00d672;
  font-size: 12.8rem;
  font-family: Manrope bold;
  text-shadow: 0px 0px 7px #00d672; }
  @media (max-width: 37.5em) {
    .heading-primary {
      font-size: 5rem; } }

.heading-primary-plan {
  color: #ffffff;
  font-size: 10rem;
  font-family: Manrope bold;
  text-shadow: 0px 0px 7px #00d672; }
  @media (max-width: 37.5em) {
    .heading-primary-plan {
      font-size: 8rem;
      text-align: center; } }

.heading-secondary {
  color: #ffffff;
  font-size: 5.6rem;
  font-family: Manrope medium; }

@media (max-width: 37.5em) and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 4rem; } }

@media (max-width: 37.5em) {
  .hero-caption .heading-primary {
    font-size: 9rem; } }

@media (max-width: 37.5em) {
  .hero-caption .heading-secondary {
    font-size: 4rem;
    font-family: Manrope light; } }

@media (max-width: 37.5em) {
  .hero-caption .paragraph-hero {
    font-size: 3rem;
    text-wrap: pretty;
    font-family: Manrope light; } }

.paragraph-hero {
  color: #ffffff;
  font-size: 3.2rem;
  font-family: MavenPro regular;
  text-wrap: pretty; }
  .paragraph-hero .green {
    color: #00d672; }

@media (max-width: 37.5em) and (max-width: 37.5em) {
  .paragraph-hero {
    font-size: 4rem; } }

.info__caption {
  max-width: 90%;
  text-align: center; }
  .info__caption-title {
    color: #000000;
    font-size: 6.8rem;
    font-family: Manrope bold; }
    @media (max-width: 37.5em) {
      .info__caption-title {
        font-size: 6rem; } }
    .info__caption-title .green {
      color: #39bf80;
      font-size: 7.2rem; }
      

  .info__caption-subtitle {
    color: #000000;
    font-size: 3.2rem;
    font-family: Manrope medium; }
    @media (max-width: 37.5em) {
      .info__caption-subtitle {
        font-size: 2.5rem; } }

.paragraph__caption {
  max-width: 75%;
  text-align: center;
  text-wrap: balance;
  font-family: Manrope medium;
  line-height: 4.4rem; }
  .paragraph__caption-text {
    font-size: 3.2rem; }
    @media (max-width: 37.5em) {
      .paragraph__caption-text {
        font-size: 2.8rem; } }

.plan__item-title {
  text-align: center;
  margin-top: 5rem;
  font-family: Manrope medium;
  font-size: 2.8rem; }
  .plan__item-title .green {
    color: #39bf80; }

.check-description {
  display: inline-block;
  color: black;
  font-family: MavenPro regular;
  font-size: 2.2rem;
  }

.form-caption {
  max-width: 90%;
  text-align: center; }
  .form-caption-title {
    color: #ffffff;
    font-size: 6.4rem;
    font-family: Manrope bold; }
    @media (max-width: 37.5em) {
      .form-caption-title {
        font-size: 3.5rem; } }
    .form-caption-title .green {
      color: #39bf80;
      font-size: 6.4rem; }
      @media (max-width: 37.5em) {
        .form-caption-title .green {
          font-size: 3.5rem; } }
  .form-caption-subtitle {
    color: #ffffff;
    font-size: 4rem;
    font-family: MavenPro regular; }
    @media (max-width: 37.5em) {
      .form-caption-subtitle {
        font-size: 2.8rem; } }
  .form-caption-minisubtitle {
    color: white;
    font-family: MavenPro regular;
    font-size: 2.6rem;
    margin-top: 6.5rem; }
    @media (max-width: 37.5em) {
      .form-caption-minisubtitle {
        margin-top: 3.5rem;
        font-size: 1.8rem;
        margin-bottom: 2rem; } }

.u-margin-top--tiny {
  margin-top: 1rem; }

.u-margin-top--small {
  margin-top: 3rem; }

.u-margin-top--medium {
  margin-top: 6rem; }

.u-margin-top--big {
  margin-top: 10rem; }

.u-margin-bottom--small {
  margin-bottom: 3rem; }

.u-margin-bottom--medium {
  margin-bottom: 6rem; }

.u-margin-bottom--big {
  margin-bottom: 10rem; }

.u-negative-margin-top--small {
  margin-top: -3rem; }

.u-negative-margin-top--medium {
  margin-top: -6rem; }

.u-negative-margin-top--big {
  margin-top: -10rem; }

.u-container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.u-container-flex-row-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.u-container-flex-column-centered {
  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; }

.u-container-flex-column-centered-plan {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.u-container-flex-row-centered-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.u-text-left {
  text-align: left; }
  @media (max-width: 37.5em) {
    .u-text-left {
      text-align: center; } }



.close {
  display: none; }

.open {
  display: block; }

footer {
  width: 100%;
  height: 37rem;
  background-color: black;
  margin-top: -10rem; }
  @media (max-width: 37.5em) {
    footer {
      height: 37rem; } }

.footer {
  width: 100%;
  height: 37rem;
  background-color: black;
  margin-top: -10rem; }
  @media (max-width: 37.5em) {
    .footer {
      display: none; } }

.footer-mobile {
  width: 100%;
  height: 37rem;
  background-color: black;
  margin-top: -10rem;
  display: none; }
  @media (max-width: 37.5em) {
    .footer-mobile {
      display: block;
      min-height: 46.1rem;
      max-height: 50rem;
      width: 100vw;
      display: block; } }

.footer-caption {
  font-family: Manrope bold;
  text-align: center; }
  .footer-caption-subtitle {
    font-size: 6.2rem;
    color: white; }
    @media (max-width: 37.5em) {
      .footer-caption-subtitle {
        font-size: 2.8rem; } }
  .footer-caption-title {
    font-size: 6.4rem;
    color: #00D672; }
    @media (max-width: 37.5em) {
      .footer-caption-title {
        font-size: 3.6rem; 
        margin-top:2rem;
        margin-bottom: 4rem;
      } }

.footer-items {
  width: 100%;
  height: 15rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 37.5em) {
    .footer-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 2rem; } }

.footer-item {
  width: 33%;
  color: white;
  font-family: MavenPro Regular;
  font-size: 2.6rem;
  text-align: center; }
  @media (max-width: 37.5em) {
    .footer-item {
      width: 80%; } }
  .footer-item span {
    margin-top: -10px; }

.footer-image-logo {
  width: 50%;
  height: 50%;
  margin-top: -20px; }
  @media (max-width: 37.5em) {
    .footer-image-logo {
      width: 65%;
      height: 100%;
      margin-top: -15px; } }

.footer-socialmedia-title {
  font-size: 2.6rem; }

.footer-socialmedia-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.footer-socialmedia-button {
  width: 28%;
  border: 2px solid #00D672;
  background-color: black;
  border-radius: 10px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .footer-socialmedia-button:hover {
    background-color: #00D672; }
  @media (max-width: 37.5em) {
    .footer-socialmedia-button img {
      height: 1.8rem;
      width: 1.8rem; } }

@media (max-width: 37.5em) {
  .footer-item:nth-child(3n) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0%;
    font-size: 2rem;
    text-align: center; } }

.navigation {
  top: 1px;
  width: 100vw;
  height: 10rem;
  background-color: transparent;
  position: absolute;
  z-index: 5;
  -webkit-transition: position 4s;
  transition: position 4s; }
  .navigation .nav-bar {
    min-width: 80%;
    max-width: 85%;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }

    @media (max-width: 37.5em) {
      .navigation .nav-bar {
        width: 60vw;
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(6.7px);
        -webkit-backdrop-filter: blur(6.7px);
        border: 1px solid rgba(255, 255, 255, 0.44); 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      
      } }
    .navigation .nav-bar-col-1 {
      width: 30% }
      @media (max-width: 37.5em) {
        .navigation .nav-bar-col-1 {
          width: 30%; } }
      .navigation .nav-bar-col-1 .logo-box {
        height: 14rem;
        width: 14rem;
        margin-left: 3rem; }
        @media (max-width: 37.5em) {
          .navigation .nav-bar-col-1 .logo-box {
            width: 80%;
            height: 80%;
            margin-left: 3rem; } }
        .navigation .nav-bar-col-1 .logo-box .logo {
          width: 100%;
          margin-top: 5rem; }
          @media (max-width: 37.5em) {
            .navigation .nav-bar-col-1 .logo-box .logo {
              margin-top: 0rem; } }
        .navigation .nav-bar-col-1 .logo-box .logo-variacion {
          margin-top: 5rem; }
          @media (max-width: 37.5em) {
            .navigation .nav-bar-col-1 .logo-box .logo-variacion {
              margin-top: 0rem; } }
    .navigation .nav-bar-col-2 {
      width: 80%; }
      @media (max-width: 37.5em) {
        .navigation .nav-bar-col-2 {
          width: 60%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      } }
  .navigation .nav-bar-variacion {
    background: rgba(255, 255, 255, 0.27);
    border-radius: 32px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 1px solid rgba(255, 255, 255, 0.44);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    border: solid 2px #D1D1D1; }
    .navigation .nav-bar-variacion .logo-box {
      margin-left: 8rem; }
      @media (max-width: 37.5em) {
        .navigation .nav-bar-variacion .logo-box {
          margin-left: 4rem; } }
    .navigation .nav-bar-variacion .item .item-menu::after {
      content: ' ';
      background-color: transparent;
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      left: 0%;
      border-radius: 18px; }
  .navigation .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    font-family: Manrope medium;
    color: white;
    font-size: 1.8rem;
    height: 2.1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
    @media (max-width: 37.5em) {
      .navigation .item {
        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; } }
    .navigation .item-menu {
      -webkit-transition: all .4s;
      transition: all .4s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      cursor: pointer; }
      .navigation .item-menu:first-child {
        margin-left: 2rem; }
      .navigation .item-menu:not(:last-child) {
        margin-right: 6.5rem; }
      /* .navigation .item-menu:hover, .navigation .item-menu:active {
        border-bottom: #00d672 solid 2px;
        padding-bottom: 2.7rem;
        -webkit-transform: scale(1.2) translateY(1px);
                transform: scale(1.2) translateY(1px); } */

.heading-primary {
  color: #00d672;
  font-size: 12.8rem;
  font-family: Manrope bold;
  text-shadow: 0px 0px 7px #00d672; }
  @media (max-width: 37.5em) {
    .heading-primary {
      font-size: 5rem; } }

.heading-primary-plan {
  color: #ffffff;
  font-size: 10rem;
  font-family: Manrope bold;
  text-shadow: 0px 0px 7px #00d672; }
  @media (max-width: 37.5em) {
    .heading-primary-plan {
      font-size: 8rem;
      text-align: center; } }

.heading-secondary {
  color: #ffffff;
  font-size: 5.6rem;
  font-family: Manrope medium; }

@media (max-width: 37.5em) and (max-width: 37.5em) {
  .heading-secondary {
    font-size: 4rem; } }

@media (max-width: 37.5em) {
  .hero-caption .heading-primary {
    font-size: 8rem; } }

@media (max-width: 37.5em) {
  .hero-caption .heading-secondary {
    font-size: 4rem;
    font-family: Manrope light; } }

@media (max-width: 37.5em) {
  .hero-caption .paragraph-hero {
    font-size: 3em;
    text-wrap: pretty;
    font-family: Manrope light; } }

.paragraph-hero {
  color: #ffffff;
  font-size: 3.2rem;
  font-family: MavenPro regular;
  text-wrap: pretty; }
  .paragraph-hero .green {
    color: #00d672; }

@media (max-width: 37.5em) and (max-width: 37.5em) {
  .paragraph-hero {
    font-size: 4rem; } }

.info__caption {
  max-width: 90%;
  text-align: center; }
  .info__caption-title {
    color: #000000;
    font-size: 6.8rem;
    font-family: Manrope bold; }
    @media (max-width: 37.5em) {
      .info__caption-title {
        font-size: 6rem; } }
    .info__caption-title .green {
      color: #39bf80;
      font-size: 7.2rem; }
  .info__caption-subtitle {
    color: #000000;
    font-size: 3.2rem;
    font-family: Manrope medium; }
    @media (max-width: 37.5em) {
      .info__caption-subtitle {
        font-size: 2.5rem; } }

.paragraph__caption {
  max-width: 75%;
  text-align: center;
  text-wrap: balance;
  font-family: Manrope medium;
  line-height: 4.4rem; }
  .paragraph__caption-text {
    font-size: 3.2rem; }
    @media (max-width: 37.5em) {
      .paragraph__caption-text {
        font-size: 2.8rem; } }

.plan__item-title {
  text-align: center;
  margin-top: 5rem;
  font-family: Manrope medium;
  font-size: 2.8rem; }
  .plan__item-title .green {
    color: #39bf80; }

.check-description {
  display: inline-block;
  color: black;
  font-family: MavenPro regular;
  font-size: 2.2rem;
  margin-left: 0.9rem; }



.form-caption {
  max-width: 90%;
  text-align: center; }
  .form-caption-title {
    color: #ffffff;
    font-size: 6.4rem;
    font-family: Manrope bold; }
    @media (max-width: 37.5em) {
      .form-caption-title {
        font-size: 3.5rem; } }
    .form-caption-title .green {
      color: #39bf80;
      font-size: 6.4rem; }
      @media (max-width: 37.5em) {
        .form-caption-title .green {
          font-size: 3.5rem; } }
  .form-caption-subtitle {
    color: #ffffff;
    font-size: 4rem;
    font-family: MavenPro regular; }
    @media (max-width: 37.5em) {
      .form-caption-subtitle {
        font-size: 2.8rem; } }
  .form-caption-minisubtitle {
    color: white;
    font-family: MavenPro regular;
    font-size: 2.6rem;
    margin-top: 6.5rem; }
    @media (max-width: 37.5em) {
      .form-caption-minisubtitle {
        margin-top: 3.5rem;
        font-size: 1.8rem;
        margin-bottom: 2rem; } }

/*Texto menu*/       
.menu-principal li a{
    text-decoration: none;
    color:white;   
    display: inline;
    font-size: 1.8rem;
}

.dropping-texts {
  display: inline-block;
  text-align: left;

}

.dropping-texts > div {
  font-size:0px;
  opacity:0;
  margin-left:-30px;
  position:absolute;
  font-weight:300;   
  -webkit-box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);   
          box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);
}

.dropping-texts > div:nth-child(1) {
  -webkit-animation: roll 5s linear infinite 0s;
          animation: roll 5s linear infinite 0s;
}
.dropping-texts > div:nth-child(2) {
  -webkit-animation: roll 5s linear infinite 1s;
          animation: roll 5s linear infinite 1s;
}
.dropping-texts > div:nth-child(3) {
  -webkit-animation: roll 5s linear infinite 2s;
          animation: roll 5s linear infinite 2s;
}
.dropping-texts > div:nth-child(4) {
  -webkit-animation: roll2 5s linear infinite 3s;
          animation: roll2 5s linear infinite 3s;
}

@-webkit-keyframes roll {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  20% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27% {
    font-size:0px;
    opacity:0.5;
    margin-left:20px;
    margin-top:100px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes roll {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  20% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  27% {
    font-size:0px;
    opacity:0.5;
    margin-left:20px;
    margin-top:100px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@-webkit-keyframes roll2 {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  30% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37% {
    font-size:1500px;
    opacity:0;
    margin-left:-1000px;
    margin-top:-800px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes roll2 {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  30% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  37% {
    font-size:1500px;
    opacity:0;
    margin-left:-1000px;
    margin-top:-800px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

.margen-arriba{
    margin-top: 25rem;
}

@media(max-width:500px){
  .margen-arriba{
    margin-top:-10rem ;
  }
}

 .navigation .nav-bar nav{
  
      max-width: 100%;
}


.color-negro{
  color:black;
}

.plan-destacado{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position:relative;
  overflow: hidden;
}

.plan-destacado:hover{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media(max-width:450px){
  .plan-destacado{
    -webkit-transform: scale(1);
            transform: scale(1);
            
  }
}

.label-destacado{
  width: 25rem;
  height: 2rem;
  background-color: #d90429;
  color:white;
  text-align: center;
  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: absolute;
  top:3rem;
  right: -8rem;
  rotate: 45deg;

}

.label-destacado span{
  font-weight: 700;
  font-size: 1.4rem;
  font-family: MavenPro regular;
}

.plan-relativo{
  position: relative;
}

.plan__price{
width: 100%;
text-align: center;
position: absolute;
bottom: 30px;
font-size: 2.5rem;
font-family: Manrope medium;

}

.plan__price .iva{
  font-size: 1.5rem;
  margin-top: -3rem;
}
.neonText {
  color: #fff;
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
}

/* Swiper wrapper*/
.plan .swiper-wrapper{
  /* width: 140%!important; */
}

/* 
@media(max-width:768px){
  .section-plan{
    position:relative;
  }
} */



@media(max-width:768px){
  .swiper-pagination-bullet:not(:last-child){
  
    margin-right: 0.8rem;
  }
}


.card{
  -webkit-perspective: 150rem;
          perspective: 150rem;
    -moz-perspective: 150rem;
    position:relative;
    height: 17rem;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

/* @media(max-width:500px){
  .card{
    display: none;
  }
} */

.card__side{
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        -webkit-backface-visibility:hidden;
                backface-visibility:hidden;
        overflow: hidden;
        -webkit-box-shadow:0 1.5rem 4rem rgba(black, .15);
                box-shadow:0 1.5rem 4rem rgba(black, .15);
}

.card__side--back{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #39bf80;
  color:white;
  
}

.card__side--back p{
  font-family: MavenPro regular;
  font-size: 1.8rem;
  padding: 2rem;
}

.card:hover .card__side--front{

  -webkit-transform: rotateY(-180deg);

          transform: rotateY(-180deg);

}

.card:hover .card__side--back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.iservice_grapich{
  width: 30rem;
}

@media(max-width:500px){
  .iservice_grapich{
  width: 30rem;
  margin-bottom: 3rem;
}
}


.info__caption-explain{
  font-family: MavenPro regular;
  font-size: 3rem;
  display: inline-block;
  max-width: 80%;
  margin-top: 1rem;
}

@media(max-width:500px){
  .info__caption-explain{
    display: none;
  }
}

.info__caption-explain-mobile{
    display: none;
  }



@media(max-width:500px){
  .info__caption-explain-mobile{
    font-family: MavenPro regular;
    font-size: 3rem;
    display: inline-block;
    max-width: 80%;
  }
}


.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px; /* opcional: límite máximo */
  margin: 0 auto;
}

@media(max-width:500px){
  .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.slide {
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
}



@media(max-width:500px){
  .section-services-individual{
    overflow: hidden;
    max-height: 150rem;
  }
}

@media(max-height: 630px){
  .section-hero{
    min-height:60rem;
    max-height: 65rem;
  }
}



@media (max-width: 37.5em) {
.section-portfolio .portfolio-items{
  -webkit-box-orient: vertical;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    width: 80vw;
}


}


.button-1, .button-2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburguer-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.hamburguer-menu:hover{
    cursor: pointer;
    display: block;
    
}

@media(min-width:768px){
    .hamburguer-menu{
        display: none;
    }
}


@media (max-width: 768px) {
  .contenedor-menu {
    position: absolute;
    top: 160%; /* Justo debajo del .hamburguer-menu */
    left: 0;
    right: 0;
    background-color: black;
    border-radius: 15px;
    z-index: 1000;
    display: none;
    padding: 1rem 0;
    height: 15rem;
  }

  .contenedor-menu-movil .mostrar {
    display: block;
  }
}

@media(min-width:768px){
.menu-principal .menu-menu-principal{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30rem;
  background-color: black;
  border-radius: 25px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
}

@media(min-width:768px){

  .navigation .item-menu:not(:last-child) {
  margin-right: 0rem;
}

}

@media(min-width:768px){
.navigation .item-menu:first-child {
  margin-left: 0rem;
}}

@media(min-width:768px){
  .info__caption h1{

    margin: 0px;
  }
  
}

.paragraph__caption{
  margin-top: 5rem;
}

/* Para los media queries va desde mas grande dsktop a movil
@media (max-width: 1023px) {
}

@media (max-width: 767px) {

}



*/


@media (max-width: 767px) {



}

.btn,
.btn-cta,
.btn-info,
.btn-medium {
  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;
  text-align: center;
  height: 3.5rem; /* o la altura que estés usando */
  line-height: 1;
  padding: 0 1.5rem;
  font-family: 'Manrope medium', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 767px) {

.menu-movil{
  display: none;
  width: 100%;
  min-height: 22rem;
  max-height: 25rem;
  background-color: rgba(3, 2, 2, 0.27);
  position: absolute;
  top:105%;
  border-radius: 25px;
  border:solid 1px rgb(212, 212, 212);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.7px);
  display: flex;
    flex-direction: column;
    justify-content: center;
}
}

.menu-movil{
  display:none;
}

@media (max-width: 767px) {

.menu-movil{
  
  width: 100%;
  min-height: 22rem;
  max-height: 25rem;
  background-color: rgba(3, 2, 2, 0.27);
  position: absolute;
  top:105%;
  border-radius: 25px;
  border:solid 1px rgb(212, 212, 212);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none!important;   
}
}


@media(max-width:767px){
  .contenedor-menu-normal{
    display: none;
  }
}


@media (max-width: 767px) {

  .contenedor-menu-movil{
    height: 100%;
    width: 100%;
  }
}

@media(max-width:767px){

  .navigation .nav-bar nav{
    height: 100%;
  }

}


@media (max-width: 767px) {

.menu-movil{
  display: none;
  width: 100%;
  min-height: 22rem;
  max-height: 25rem;
  background-color: rgba(3, 2, 2, 0.27);
  position: absolute;
  top:105%;
  border-radius: 25px;
  border:solid 1px rgb(212, 212, 212);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.7px);
  display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media (max-width: 767px) {

  .menu-principal-movil ul{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2rem;
    height: 100%;
    list-style: none;

  }


}

@media(max-width:767px){
  .navigation .item-menu:not(:last-child){
    margin: 0px;
  }
}


@media (max-width: 767px) {

  .menu-principal-movil ul li a{
    text-decoration: none;
    color: white;
    font-family: MavenPro regular;
    font-size: 2.8rem;
    margin: 0px;
  }


}

.mostrar{
  display: flex!important;
}

.swiper {
  width: 90%;
  height: 90%;
  overflow: hidden; /* importante */
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper {
  touch-action: auto;
}

@media(max-width:768px){
  .section-plan .plan{
    min-height: 80%;
  }
}

@media(max-width:768px){
  .section-plan .heading-primary-plan{
    font-size: 6rem;
  }
}

@media (max-width: 37.5em) {
  .info__caption-title {
    font-size: 4.5rem;
  }
}


@media(max-width:37.5em){
  .footer-caption {
  padding-top: 3rem;
}
}

@media (max-width: 37.5em) {
  .footer-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
}

@media (max-width: 37.5em) {
  .footer-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
  }
}

@media(max-width:768px){
  .btn.btn-info {
  width: 100%;
  height: 4.5rem;
}
}



@media(max-width:768px){
   .btn-hero, .btn-cta {
  width: 25rem;
  height: 4.5rem;
  
}
}


/* 6rem


*/


/*Estilos formularios */





.form-modal-caption-title span{
  color:#00D672;
}

@media(max-width:768px){
  .form-modal-exit-button{
    top:2%;
    height: 6rem;
    
  }
}

@media(max-width:768px){

.form-modal-caption
{
  min-width: 80%;
  max-width: 100%;
  margin-top: 28rem;
}

}

@media(max-width:768px){
.form-modal-caption-title
{
  font-size:4rem;
}
}

@media(max-width:768px){
  .form-modal-caption-paragraph{
    padding:0rem 3rem;
  }
}


@media(max-width:768px){
  .form-modal-content{
    min-width: 60%;
    max-width: 90%;
  }
}

@media(max-width:768px){
  .form-modal-content-subtitle{
    margin-bottom:2rem;
  }
}

@media(max-width:768px){
.form-style input{
margin-bottom: 1rem;


}}

@media(max-width:768px){
.form-style input[type="submit"]{

transform: translateX(0%);
width: 100%;


}}

.form-style .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 2rem;
  margin-left:0.5rem;
}

.form-style .wpcf7-form-control-wrap:focus {
  
}
.form-style .wpcf7-form-control-wrap:focus,.wpcf7-form-control:focus,p:focus{
  outline: 2px solid #3498db !important; /* Cambia verde por azul */ 
}

.wpcf7-not-valid-tip{
  font-size: 2.5rem;
  font-family: MavenPro regular;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.wpcf7-not-valid-tip:last-child{
  margin-top: 0rem;
  margin-bottom: 1rem;
}


@media(max-width:768px){
  .wpcf7-not-valid-tip{
    font-size:2rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
  }
}

@media(max-width:768px){
  .form-style p{
    
    margin-bottom: 1rem;
  }
}

  .wpcf7 form.sent .wpcf7-response-output {
  font-size: 2rem;
  margin-top: -2.2rem;
  background-color: #00D672;
  color: white;
  font-family: Manrope medium;
  text-align: center;
  padding: 1rem;
  border-radius: 25px;}


  .wpcf7 form .wpcf7-response-output {
    border:none;

  }

@media(max-width:768px){
  .wpcf7 form.sent .wpcf7-response-output {
  font-size: 2rem;
  margin-top: -2.2rem;
  background-color: #00D672;
  color: white;
  font-family: Manrope medium;
  text-align: center;
  padding: 1rem;
  border-radius: 25px;}
}

@media(max-width:768px){
  .wpcf7 form .wpcf7-response-output {
    border:none;

  }
}

.form-style .wpcf7-form-control-wrap:focus, .wpcf7-form-control:focus, p:focus {
  outline: none;
}
.form-style input[type="text"]:hover, .form-style :active, .form-style :focus {
  border: none;
}

.form-style .wpcf7-form-control-wrap:focus, .wpcf7-form-control:focus, p:focus {
  outline: none;
}

  .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 2rem;
  margin-top: -2.2rem;
  background-color: #af341f;
  color: white;
  font-family: Manrope medium;
  text-align: center;
  padding: 1rem;
  border-radius: 25px;}


@media(max-width:768px){
  .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 2rem;
  margin-top: -2.2rem;
  background-color: #af341f;
  color: white;
  font-family: Manrope medium;
  text-align: center;
  padding: 1rem;
  border-radius: 25px;}
}

#wpcf7-f10-o1 {
  min-width: 80%;
  max-width: 100%;
}

/* Estilos tablet */

@media(max-width:1024px){
  
}

.fixed {
  position: fixed !important;
   top: 6%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;      /* o 10rem si es necesario */
  z-index: 999; 
}

@media(max-width:768px){
  .fixed{
    top:4%;
  }
}


.menu-principal a {
  z-index: 10000 !important;
  position: relative;
  pointer-events: auto !important;
}

/* icono whatsapp */

.contacto-rapido{
  position:fixed;
  z-index: 99;
  bottom: 3%;
  left:1%;
  height: auto;
  width: 40rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.whatsapp-icon{
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  transition: transform .1s;
}

.whatsapp-icon:hover{
  transform: scale(1.1);
}


@media(max-width:768px){
  .whatsapp-icon{
    width: 6.5rem;
    height: 6.5rem;
  }
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
}

.texto-ayuda{
  background-color:#ECE5DD;
  display: flex;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
  border: solid 2px #ffffff;
  animation: xd 4s;
  animation-iteration-count: initial;
  margin-left:0.5rem;
}

.texto-ayuda span{
  padding:2rem;
  font-size: 1.4em;
  font-family: Manrope medium;
  
}

@keyframes xd{
  0%{
    margin-left: -30rem;
    opacity:0%;
  }
  100%{
    margin-left:0.5rem;
    opacity:100%;
  }

}

@media(max-width:768px){
  .texto-ayuda{
    display: none;
  }
}

.heading-404{
  font-size:5rem;
}

.section-main-404{
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url('/wp-content/themes/avancedigital/img/estrellas.webp');
}

.zona-boton{
  min-width: 100%;
  display: flex;
  justify-content:center ;
  align-items: center;
}

.img-404{
  min-width: 50%;
  min-height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.img-404 img{
  width: 35%;
  height: 35%;
}

.navigation-404{
  background-color:transparent;
  border-radius: 0 0 25px 25px;
  display: hidden!important;
}

.overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.253); /* capa oscura */
  border-radius: 3.5rem;
  transition: background 0.5s;
}

.portfolio:hover .overlay{
    background: transparent;/* capa oscura */

}

.clase-arriba{
  top:85%;
}

  @media (max-width: 37.5em) {
    .description-mobile{
      font-size: 2.8rem;
    }

  }


  .header{
    min-height:9rem;
    max-height: 20rem;
    width: 100vw;
    /* background: #000; */
    background-image: url('/wp-content/themes/avancedigital/img/estrellas.webp');
    background-size: contain;
    background-attachment: scroll;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    border-radius: 0 0 0px 0px;
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.5s ease;
    z-index: 1000;
}

.header__logo-box{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header__logo{
    width: 80%;
    
}

.header__button-box{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor:pointer;
}

.header__button{
    width: 75%;
    height: 3rem;
    border-radius: 35px;
    border: 2px solid var(--color-primario);
    margin-bottom: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: background-color 0.5s;
}

.header__button:hover{
    background-color: white;
}



.header__button-text{
    font-family: 'Manrope SemiBold';
    font-size: 1.3rem;
    color:var(--color-secundario);
    display: inline; 
    transition: color 0.5s;  
}
.header__button:hover .header__button-text{
    color:var(--color-primario);
}

.header__button-text--arrow{
    color: var(--color-primario);
    font-size: 1.8rem;
}




.only-pc{
    display: none;
}


/* Media querie tablet */
@media(min-width:768px){
    
    .header__logo{
        width: 50%;
        margin-top: -5px;
    }

}

/* Media querie PC */
@media(min-width:1024px){
    .only-pc{
        display: block;
    }

    .header{
        
        justify-content: center;
    }

    .header__button-box{
        width: 33.3%;
        height: 100%;
    }

    .header__button{
        width:60%;
    }

    .header__logo-box{
        width: 33.3%;
        height: 100%;
    }

    .header__logo{
        width: 40%;
        
    }


    .header__nav{
        width: 33.3%;
        height: 100%;
        color: var(--color-secundario);
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .header__nav-list{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        font-family: 'Manrope SemiBold';
        margin-bottom: -1rem;
    }

    .header__nav-list--item{
        font-size: 1.8rem;
    }
}




.post__thumbnail-mobile{
    height: 70%;
    width: 100vw;
    border-radius: 0 0 35px 35px;
    box-shadow: var(--sombra-abajo);
    position: relative;
    z-index:-1;
}

@supports(aspect-ratio: 1/1){
    
    .post__thumbnail-mobile{
    aspect-ratio: 1/1;
    width: 100vw;
    border-radius: 0 0 35px 35px;
    box-shadow: var(--sombra-abajo);
    position: relative;
    z-index:-1;
    }
}

.post__thumbnail-mobile--image{
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 0 0 35px 35px;
    
}

@media(min-width:768px){
 .post__thumbnail-mobile{
    height: 80rem;
 }   
}


/* Contenido */

.post__content{
    min-height: 60rem;
    max-height:360rem;
    width: 100vw;
    margin-top:1rem;
    border-radius: 35px 35px 0 0;
    box-shadow: var(--sombra-arriba);
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    transition: margin-top  0.5s;
}

.post__content-subtitle{
    margin-top: 2rem;
   margin-bottom: 0.5rem;
   font-family: 'Manrope ExtraLight';
   font-size:2.6rem;
}

.post__content-title{
    font-size: 3.6rem;
    font-family: 'Manrope Bold';
    margin-bottom:3rem;
    padding: 0 0.5rem;
}

.post__content-author{
    font-family: 'Manrope Light';
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.post__content-categories{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.post__content-categories--item{
    display: inline-block;
    min-width:10rem;
    max-width: 15rem;
    height: 3rem;
    font-size:1.4rem;
    font-family: 'Manrope Bold';
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-secundario);
    border-radius: 5px;
}

.post__content-categories--item span{
    padding: 0.5rem;
}

.post__content-description{
    width: 90%;
    margin-top: 5rem;
}

.post__content-description p{
    font-family: 'MavenPro Regular';
    font-size: 2.2rem;
    line-height: 3rem;
}

.post__content-galery{
    margin-top: 3rem;
    min-height:40rem;
    width: 100%;
     padding: 1rem;
}

.post__content-galery-items{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.post__galery-item--mobile{
    padding-top: 3rem;
    height: 40rem;   
}

.post__galery-image--mobile{
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 15px 15px 15px 15px;
    
}

/* Tablet */
@media(min-width:768px){

    .post__galery-items{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .post__galery-item--mobile{
        width: 60%;
    }

    .post__content-categories{
        justify-content: space-evenly;
    }
}
.post__content-meeting{
    margin-top:3rem ;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post__content-title--3{
    font-family: 'Manrope Bold';
    font-size:2.8rem;
}

.post__content-subtitle--destacado{
    margin-top: 1.5rem;
    font-family: 'Manrope Regular';
    color: var(--color-primario);
    font-size: 2.5rem;
}

.post__content-cta{
    margin-top: 3rem;
    margin-bottom: 8rem;
    width: 18rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primario);
    cursor: pointer;
}

.post__content-cta span{
    color: white;
    font-family: 'Manrope Medium';
    font-size: 1.6rem;
}

.post__content-calendly{
    margin-bottom: 10rem;
}

.calendly-inline-widget{
    height: 80rem;
}


@media(min-width:1024px){
    .post__content-title--3{
        font-size: 4rem;
    }

    .post__content-subtitle--destacado{
        font-size: 3.5rem;
    }

    .post__content-cta{
        width: 50rem;
        height: 4.8rem;
    }
    .post__content-cta span{
        font-size: 2.6rem;
    }
}
.post__pc{
    min-height: 90rem;
    max-height: 300rem;
    width: 100vw;
    display: flex;
    flex-direction: row;
    position:relative;
    
}


.post__content-pc{
    
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    width:45.75%;
    height: 30%;
    position: sticky;
    top: 5%; /* distancia desde la parte superior de la ventana */
    margin-top: 1rem;
    transition: padding-top 0.5s ease-in-out;
}

.post__content-pc .post__content-subtitle{
    margin-top: 5rem;
}

.post__galery-pc{
    height: 100%;
    width: 54.25%;
    
}

.post__content-galery--pc{
    width: 100%;
    height: 100%;
}

.post__galery-items--pc{
    height: 100%;
    width: inherit;
}

.post__galery-item--pc{
    height: 80%;
    width: inherit;
}

.post__galery-image--pc{
    height: 100%;
    width: 100%;
    
}

@supports(aspect-ratio:1/1){
  .post__galery-image--pc{
    aspect-ratio: 1/1;
    width: 100%;
    
}
}

.post__galery-item--pc:not(:first-child){
    margin-top: -1rem;
}

@media(min-width:1024px){
    .post__content-categories{
        width: 80%;
        justify-content: space-evenly;
    }

    .post__content-categories--item{
        min-width: 15rem;
        font-size: 1.8rem;
        height: 3.5rem;
    }

    .post__content-subtitle{
        font-size: 5rem;
    }

    .post__content-title{
        font-size: 5rem;
        text-align: center;
    }

    .post__content-calendly{
        width: 80%;
        height: 80rem;
    }

    .calendly-inline-widget{
        height: 70rem;
    }


}
.verde{
  color:var(--color-primario)
}

.mover-arriba{
  position:absolute;
  margin-top: -15rem;
  z-index:10;
}


.navbar--hidden {
  transform: translateY(-100%);
}

.little-padding{
  padding-top: 3.5rem;
}
:root {
    --color-primario: #00D672;   /* azul */
    --color-destacado: #D90429;  /* rojo */
    --color-secundario: #f5f5f5;       /* gris claro */
    --color-terciario: #F7F7F7;       /* gris oscuro */
    --sombra-abajo : rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    --sombra-arriba:rgba(0, 0, 0, 0.1) 0px -1px 3px 0px, rgba(0, 0, 0, 0.06) 0px -1px 2px 0px;
}


/* Reset básico */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: Arial, sans-serif;
}

html{
    font-size: 62.5%;
}

body{
  width: 100vw;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}
/* FIN RESET*/


.azul{
    background-color:#4463EA;
}

.morado{
    background-color: blueviolet;
}

.hidden{
  display: none;
}

  .hidden-mobile{
    display: none;
  }

@media(min-width:1024px){

  body{
    position:initial;
  }

  .hidden-pc{
    display: none;
  }

  .hidden-mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}


@media(max-width:480px){
        .info__caption-title .green {
      color: #39bf80;
      font-size: 5.2rem; }
      }

@media (max-width: 37.5em) {
    .section-plan {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 200rem;
      max-height: 330rem; } }      

@media (max-width: 37.5em) {
        .section-hero .hero-caption .buttons {
          width: 85%;
          margin-top:20% ;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around;
            margin-left:0.5rem;
            } }


.form__modal-block{
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}            

@media(max-width:480px){

  .buttons{
    padding:0.5rem 0;
    
  }
  
  .button-1{
    width: 30%;
  }

  .button-2{
    width: 60%;
  }

   .btn-hero, .btn-cta {
    width: 100%;
    height: 4.5rem;
  }

   .section-hero .hero-caption .buttons{
    margin:0.5rem auto;
   }

   .footer-item{
    margin-top:1.2rem;
    width: 80%;
    height:3rem;
   }
   
   .footer-item--logo{
    margin-bottom: 1rem;;
   }

   .footer-socialmedia{
    width: 100%;
    height: 100%;
   }
   

  .footer-item a{
    display: block;
    width: 100%;
    
  }

  .footer-socialmedia-box{
    height: 100%;
  }

  .footer-image-logo{
    width: 60%;
  }

  .section-main-float{
    display: block;
    height: auto;
    padding: 1rem 0;
    
  }

   .section-form-mobile {
  width: 100%;
  height: 90.1rem;
  background-image: url("/wp-content/themes/avancedigital/img/estrellas.webp");
  background-size: cover; }

    .form__modal-block{
      width: 100%;
      height: 100rem;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

}
