:root {
    --verde_oscuro: #2F3E33;
    --verde_claro: #6C7A6A;
    --cafe_claro: #C7A889;
    --negro: #161616;
    
  }

  /* ------ NAVBAR ------ */

  @-webkit-keyframes fill {
    0% {
      width: 0%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 1px;
    }
  }
  
  @keyframes fill {
    0% {
      width: 0%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 1px;
    }
  }
  
  .menu-desplegado {
    -webkit-transform: translateY(0);
            transform: translateY(0);
            z-index: 1000;
  }
  
  nav {
    padding: 20px 0px;
    margin: 0px auto;
    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;
  }
  
  nav i.fas {
    display: none;
    color: #1d1d1d;
    font-size: 22px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  nav img {
    width: 150px;
  }
  
  nav ul a {
    text-decoration: none;
    color: var(--negro);
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  
  nav ul a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: var(--verde_oscuro);
    height: 3px;
  }
  
  nav ul a:hover:after {
    width: 100%;
  }
  
  nav ul a:after {
    text-align: left;
    content: ".";
    margin: 0;
    opacity: 0;
  }
  
  nav ul a:hover {
    color: var(--verde_oscuro);
    z-index: 1;
  }
  
  nav ul a:hover:after {
    z-index: -10;
    -webkit-animation: fill 0.5s forwards;
            animation: fill 0.5s forwards;
    opacity: 1;
  }
  
  nav > h2{
    color: var(--verde_oscuro);
    font-weight: 800;
    font-variation-settings:
    "wdth" 125;
  }


  /* ---------- HEADER-CONTAINER ---------- */

header{
    width: 90%;
    margin: 0px auto;
}

header .header-container{
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .header-container h1{
    font-size: 126px;
    font-weight: 500;
    font-variation-settings:
    "wdth" 125;
    text-align: center;
    color: var(--verde_oscuro);
}

header .header-container p{
    margin-top: 30px;
    text-align: center;
}

/* ---------- IMAGENES-INFO ---------- */

section.imagenes-info{
    width: 90%;
    margin: 80px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 90vh;

}

section.imagenes-info .wrapper{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.imagenes-info .wrapper2{
    width: 100%;
    height: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.imagenes-info .wrapper2 .img1{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.imagenes-info .info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
    width: 48%;
    height: auto;
    background: var(--cafe_claro);
    border-radius: 20px;
    color: #fff;
    padding: 0 20px;
}

section.imagenes-info .info h2, section.imagenes-info .info p{
  font-size: 1.3em;
}

/* ---------- SEGUNDO-WRAPPER, WARPPER 3 Y 4 ---------- */

section.imagenes-info .segundo-wrapper{
    width: 49%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.imagenes-info .wrapper3 {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ---------- BTN ---------- */

section.imagenes-info .wrapper3 a{
    height: 17%;
    padding: 30px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: var(--verde_claro);
    text-decoration: none;
    text-align: center;
    line-height: 21%;
        font-variation-settings:
    "wdth" 125;
    font-size: 32px;
    font-weight: 700;
    transition: all .3s ease;
    /* FLEX TO ALIGN TEXT */
    display: flex;
    justify-content: center;
    align-items: center;
}

section.imagenes-info .wrapper3 a:hover{
    background: #82957f;
}

section.imagenes-info .wrapper3 .img2{
    border-radius: 20px;
    width: 100%;
    height: 79%;
    object-fit: cover;
}

section.imagenes-info .wrapper4{
    width: 21%;
}

section.imagenes-info .wrapper4 .img1{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- TEXTO GRANDE CON FONDO VERDE ---------- */

section.texto-grande{
    width: 90%;
    margin: 80px auto;
}

section .wrapper-fondo{
    background: var(--verde_claro);
    border-radius: 20px;
    padding: 60px;
}

section.texto-grande .wrapper-fondo marquee{
    color: #fff;
    font-size: 96px;
    font-weight: 500;
    font-variation-settings:
    "wdth" 125;
    line-height: 120px;
}

/* ---------- NUESTROS SERVICIOS ---------- */

section.nuestros-servicios{
    width: 90%;
    margin: 80px auto; 
}

section.nuestros-servicios .wrapper-ns{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-1{
    width: 36%;
    height: 85vh;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-2{
    width: 55%;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-2 h3{
    font-variation-settings:
    "wdth" 125;
    font-size: 36px;
    font-weight: 500;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-2 p{
    margin-bottom: 40px;
    margin-top: 15px;
}

/* ---------- NUESTROS PRECIOS ---------- */


.precios-section {
  width: 90%;
  margin: 80px auto;
}

.titulo-principal {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.subtitulo {
  font-size: 24px;
  color: var(--verde_oscuro);
  margin-bottom: 20px;
  font-weight: 700;
  font-variation-settings:
  "wdth" 125;
}

.grid-planes {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.plan-box {
  flex: 1 1 30%;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  background-color: var(--verde_claro);
  transition: all 0.3s ease !important;
}


.plan-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.plan-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-precio {
  font-size: 24px;
  color: #cce0c9;
  margin-bottom: 15px;
  font-weight: bold;
}

.plan-lista {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

.fa-circle-check{
  margin-right: 10px;
}


/* ---------- NUESTROS PROYECTOS ---------- */

section.portafolio{
  width: 90%;
  margin: 80px auto;
}


section.portafolio .wrapper-proyectos{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}

section.portafolio .wrapper-proyectos .img-cuadrado{
  width: 70%;
  height: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
  -webkit-box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
  -moz-box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
}

section.portafolio .wrapper-proyectos .info-pagina{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  background: #FCF2E2;
  color: var(--verde_oscuro);
  padding: 40px 60px;
  border-radius: 20px;
  box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
  -webkit-box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
  -moz-box-shadow: 10px 10px 29px -10px rgba(61, 60, 60, 0.73);
}

section.portafolio .wrapper-proyectos .info-pagina h3{
  font-weight: 500;
    font-variation-settings:
    "wdth" 125;
    margin-bottom: 20px;
    font-size: 20px;
}

section.portafolio .wrapper-proyectos .info-pagina .btn-visitar-pagina{
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
    font-variation-settings:
    "wdth" 125;
    color: var(--verde_oscuro);
    cursor: pointer;
    font-size: 20px;
}

section.portafolio .wrapper-proyectos .info-pagina .btn-visitar-pagina:hover{
  text-decoration: underline;
}

/* ---------- REVIEWS Y FOOTER ---------- */

section.reviews-footer{
  background: var(--verde_oscuro);
  border-radius: 20px 20px 0px 0px;
  padding: 40px;
}

section.reviews-footer .reviews{
  margin: 80px auto 0px auto;
  color: #fff;
}

section.reviews-footer .reviews h2{
  width: 90%;
  margin: 80px auto 0px 60px;
text-align: left;
  margin-bottom: 40px;
}

section.reviews-footer .reviews .wrapper-reviews{
  padding: 40px 80px;
}

section.reviews-footer .reviews .wrapper-reviews h3{
  font-size: 64px;
  font-weight: 300;
}

/* ---------- FOOTER ---------- */

section.reviews-footer footer.footer{
  width: 90%;
  margin: 80px auto 0px auto;
  background: var(--verde_claro);
  padding: 40px;
  color: #fff;
  border-radius: 20px;
}

section.reviews-footer footer.footer .wrapper-footer-header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

section.reviews-footer footer.footer .wrapper-footer-header h2{
  font-weight: 500;
    font-variation-settings:
    "wdth" 125;
    font-size: 64px;
}

section.reviews-footer footer.footer .wrapper-footer-header a.btn-trabaja-con-nosotros{
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 20px;
  width: 20%;
  transition: all .3s ease;
}

section.reviews-footer footer.footer .wrapper-footer-header a.btn-trabaja-con-nosotros:hover{
  background: #fff;
  color: var(--verde_claro);
}

section.reviews-footer footer.footer hr{
  margin: 80px 0;
  border-width: 3px;
  border-style: solid;
}

section.reviews-footer footer.footer .wrapper-footer-info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;

}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer1{
  width: 40%;
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer1 img.logo{
  width: 20%;
  height: 20%;
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer1 h2{
  font-weight: 800;
    font-variation-settings:
    "wdth" 125;
    font-size: 32px;
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer2 h3{
  text-decoration: underline;
  margin-bottom: 20px;
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer2 a{
  line-height: 40px;
  display: block;
  color: #fff;
  text-decoration: none;
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer2 a:hover{
  text-decoration: underline;
}

section.reviews-footer h5.copyright{
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
  font-weight: 300;
}

/* ---------- MENU ---------- */
@media screen and (max-width: 650px) {

  nav i.fas {
    display: inline-block;
  }
  nav ul {
    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;
    position: absolute;
    text-align: center;
    background: var(--verde_claro);
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100vh;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
  nav ul i#cerrar {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  nav ul a {
    display: inline-block;
    padding: 30px 0;
  }
}

/* ---------- RESPONSIVE ---------- */

@media screen and (max-width: 1345px) {
  body, html{
    overflow-x: hidden !important;
  }

  header .header-container h1{
    font-size: 98px;
}

section.imagenes-info .info p{
  font-size: 0.9em;
}
}

@media screen and (max-width: 1025px) {
  body, html{
    overflow-x: hidden !important;
  }

  h2.blanco, h2.verde{
    font-size: 64px;
}

section.portafolio .wrapper-proyectos{
  flex-direction: column;
}

section.portafolio .wrapper-proyectos .img-cuadrado{
  width: 100%
}

section.portafolio .wrapper-proyectos .info-pagina{
  margin-top: 40px;
  width: 100%;
}

section.imagenes-info .wrapper4{
 display: none;
}

section.imagenes-info .wrapper3 {
  width: 100%;
}

section.reviews-footer footer.footer .wrapper-footer-header{
  flex-direction: column;
}

section.reviews-footer footer.footer .wrapper-footer-header a.btn-trabaja-con-nosotros{
  width: 100%;
  margin-top: 40px;
}

section.reviews-footer footer.footer .wrapper-footer-info{
  flex-wrap: wrap;
  
}

section.reviews-footer footer.footer .wrapper-footer-info .wrapper-footer1{
  width: 100%;
  order: 1;
  margin-top: 40px;
}
}

@media screen and (max-width: 692px) {
  body, html{
    overflow-x: hidden !important;
  }

  h2.blanco, h2.verde{
    font-size: 52px;
}

header .header-container h1{
  font-size: 74px;
}

section.nuestros-servicios .wrapper-ns .wrapper-ns-2 h3{
  font-size: 24px;
}

.grid-planes {
  flex-direction: column;
}
}

@media screen and (max-width: 450px) {
  body, html{
    overflow-x: hidden !important;
  }

  header .header-container h1{
    font-size: 60px;
  }

    h2.blanco, h2.verde{
      font-size: 34px;
  }

  section.imagenes-info{
    flex-direction: column;

  }

  section.imagenes-info .wrapper{
    width: 100%;
    order: 1;
    height: 83%;
  }
  
  
  section.imagenes-info .segundo-wrapper{
    width: 100%;
    height: 15%;
  }

  section.imagenes-info .wrapper3 .img2{
    display: none;
  }

  section.imagenes-info .wrapper3 .btn{
    height: 100%;
  }

  section.texto-grande .wrapper-fondo marquee{
    font-size: 56px;
  }

  section.nuestros-servicios .wrapper-ns .wrapper-ns-1{
    display: none;
  }

  section.nuestros-servicios .wrapper-ns .wrapper-ns-2{
    width: 90%;
    margin: 20px auto;
  }

  section .wrapper-fondo, section.reviews-footer{
    padding: 20px;
  }

  section.reviews-footer .reviews .wrapper-reviews h3{
    font-size: 24px;
  }

  section.reviews-footer footer.footer .wrapper-footer-header h2{
    font-size: 34px;
  }

}