body{
    background-color: var(--bg-100) !important;
    margin: 0;
    padding: 0;
    font-family: 'Expletus Sans', sans-serif;
    color: var(--text-100) !important;
    transition: .5s;
    overflow-x: hidden;
}
button{
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--bg-100);
}
::-webkit-scrollbar-thumb {
    background-color: var(--accent-100);
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--accent-200);
}
html{
    max-width:100%;
}

.nav-bar{
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    position: fixed;
    transition: .5s;
    background-color: var(--bg-100);
    z-index: 999;
    max-width:100vw;
}
.nav-panel{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 5%;
    width:100%;
    max-width:100vw;
}
.nav-bar-scroll{
  background-color: var(--bg-200);
}
.main-logo-name{
    height: 3em;
    display: flex;
    align-items: center;
    color: var(--primary-100);
    letter-spacing: .1em;
    text-decoration: none;
}
.nav-panel:hover .main-tittle{
    color: var(--bg-100) !important;
}
.main-tittle-nav{
    font-size: 2em;
    margin: 0;
    transition: .5s;
    cursor: pointer;
}
.main-tittle-nav:hover{
    color: var(--text-100);
}


.right-nav{
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: center;
    transition: .5s !important;
}
.sections-nav{
    display: flex;
    list-style: none;
    align-items: center;
}
.sections-nav li{
    margin: 0 1em;
    cursor: pointer;
    font-weight: 600;
    transition: .3s;
}
.sections-nav li:hover{
    color: var(--primary-100);
}
.list-button{
    padding-right:0;
    font-size: 1.5em;
    color: var(--accent-200);
}
.list-button .local-icon{
    cursor: pointer;
    transition: .3s;
}
.list-button .local-icon:hover{
    color: var(--accent-100);
}
@media (max-width: 700px){
    .main-tittle-nav{
      font-size: 1.7em;
  }
    #options-nav{
        display: none;
        flex-direction: column;
        text-align: end;
        align-items: end;
        width: 100%;
        margin-bottom: .5em;
    }
    .list-button{
        display: block;
    }
    
    .sections-nav li{
        margin: .5em 0;
    }
}
@media (min-width: 700px){
    .list-button{
        display: none;
    }
    .sections-nav li:hover{
        transform: translateY(-.2em);
    }
}



.first-section{
    width: 100%;
    margin-top: 3em;
}
.main-part{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.div-part-left{
    flex: 1;
    margin-top: 5%;
    padding-left: 10%;
    padding-right: 5%;
    background-color: var(--primary-100);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    color: var(--bg-200);
}
.main-tittle{
    font-size: 2.5em;
    font-weight: 400;
    padding-right: 10%;
}
@media (min-width: 1600px){
    .main-tittle{
        padding-right: 30%;
    }
}
.h1-fat{
    font-weight: 700;
}
.p-fat{
    font-weight: 600;
}
.main-info{
    text-align: justify;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    padding-right: 10%;
    margin-bottom: 5%;
}
.main-contact-button{
    border: 3px solid var(--accent-200);
    background-color: var(--accent-200);
    padding: .3em 2em;
    font-size: 1.2em;
    color: var(--bg-100);
    font-weight: 600;
    font-family: 'Expletus Sans', sans-serif;
    border-radius: 1.5em;
    margin-bottom: 5%;
    transition: .5s;
}
.main-contact-button:hover{
    padding: .3em 3.5em;
    background-color: transparent;
    color: var(--accent-200);
    font-weight: 700;
}

.div-part-right{
    flex: 1;
}
.div-part-right img{
  max-height: 600px;
  max-width:100%;
  transform: translateX(-10px);
}
.client-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5em;
    margin-bottom: 7.5em;
}
.type-tittle{
    font-size: 2.5em;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    letter-spacing: .1em;
    font-weight: 500;
    text-align: center;
    margin-bottom: .5em;
}
.property-type{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:2em;
    width:80%;
}
.property-space{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 1em .5em;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    transition: .5s;
}
.property-space:hover{
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.property-space h5{
    color: var(--text-200);
    transition: .5s;
    font-size: 1.4em;
    margin-top: 1em;
}
.property-space:hover h5{
    color: var(--accent-100);
}
.property-space img{
    width: 90%;
}
.services{
    width: 100%;
}
.services-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.service-tittle{
    display: flex;
    justify-content: end;
    width: 100%;
}
.service-tittle h3{
    font-size: 2.5em;
    letter-spacing: .1em;
    text-align: end;
    margin-bottom: 1em;
    padding-right: 5%;
}
.services-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
}
.option-list-left{
    display: flex;
    align-items: baseline;
    width: 100%;
    text-align: start;
    flex-direction: column;
    margin-bottom: 2%;
    margin-top: 2em;
}
.tittle-background-services-left{
    background-color: var(--accent-200);
    width: 45%;
    display: flex;
    color: var(--bg-100);
    display: flex;
    align-items: center;
    padding-left: 10%;
    justify-content: baseline;
    transition: .5s;
}
.tittle-background-services-left h4{
    margin: .2em 0;
    font-size: 2em;
    letter-spacing: .1em;
}
.service-content-left{
    padding-left: 10%;
    padding-right: 45%;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
}
.option-list-right{
    display: flex;
    align-items: end;
    width: 100%;
    text-align: end;
    flex-direction: column;
    margin-top: 2em;
}
.tittle-background-services-right{
    background-color: var(--primary-200);
    width: 45%;
    display: flex;
    color: var(--bg-100);
    display: flex;
    align-items: center;
    padding-right: 10%;
    justify-content: end;
    transition: .5s;
}
.tittle-background-services-right h4{
    margin: .2em 0;
    font-size: 2em;
    letter-spacing: .1em;
    text-align: end;
}
.service-content-right{
    padding-top: 1%;
    padding-right: 10%;
    padding-left: 45%;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    display: flex;
}
.try-palette{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10%;
}
.choose-color{
    transition: .5s;
}
.try-palette:hover .choose-color{
    color: var(--primary-100) !important;
}
.palettes{
    display: flex;
    transition: .5s;
    margin-bottom: 5%;
}
.palettes button{
    transition: .5s;
}
.color-palette-selecter-light{
    background-color: #f5f5f5;
    width: 10em;
    padding: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.color-palette-selecter-dark{
    background-color: #161815;
    width: 10em;
    padding: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}
.color-palette-selecter-neutral{
    background-color: #c2baa6;
    width: 4em;
    padding: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}
.color-palette-selecter-light button{
    height: 3em;
    width: 3em;
    border-radius: 1.5em;
    margin: 0 .5em;
    border: none;
}
.color-palette-selecter-dark button{
    height: 3em;
    width: 3em;
    border-radius: 1.5em;
    margin: 0 .5em;
    border: none;
}
.color-palette-selecter-neutral button{
    height: 3em;
    width: 3em;
    border-radius: 1.5em;
    margin: 0 .5em;
    border: none;
}
.palettes button:hover{
    transform: translateY(-.7em);
}
.different-opt li{
    margin-bottom: .5em;
    text-align: justify;
    padding-right: 10%;
}
.org-left{
    flex: 1;
}
.org-right{
    flex: 1;
}
.one-org{
    padding: 5%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    align-items: center;
    justify-content: center;
}
.one-org p{
    padding: 0 5%;
}
.one-org .local-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin: 0;
    width: 2em;
    height: 2em;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    border-radius: .5em;
    transition: .5s;
}
.one-org h5{
    margin: 0;
    margin-top: .5em;
    transition: .5s;
    font-size: 1em;
}
.one-org:hover .local-icon{
    color: var(--primary-200);
}
.one-org:hover h5{
    color: var(--primary-200);
}
.security-data{
    display: flex;
    margin-top: 2em;
}
.security-image-data{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-image-data img{
  width: 90%;
}
.security-data-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.security-data-text h4{
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: var(--primary-200);
}
.security-data-text p{
    margin: 0;
    text-align: justify;
}
.payment-ben{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-tittle{
    display: flex;
    align-items: center;
    justify-content:baseline;
    width: 100%;
    margin: 0;
}
.payment-tittle h4{
    font-size: 1.2em;
    color: var(--accent-200);
    transition: .5s;
}
.payment-ben p{
    margin: 0;
    text-align: justify;
    padding-left: 5%;
}
.payment-tittle .local-icon{
    margin: .5em;
    font-size: 1.5em;
    color: var(--primary-300);
    transition: .5s;
}
.payment-ben:hover .local-icon{
    margin: .5em 2em;
}
.payment-ben:hover h4{
    color: var(--accent-100);

}
.payment-tittle:hover{
    cursor: default;
}


.descCost{
    text-align: center;
    margin: 0 5%;
  
  }
  
  .cost{
    margin-top: 5%;
    color: var(--bg-200);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    background-color: var(--primary-100);
  }
  .cost h1{
    font-size: 6em;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary-300); 
    letter-spacing: 0.1em;
    padding: 2% 0 1% 0;
    text-align: center;
  }
  .paquetes{
    display:flex;
    align-items:stretch; 
    justify-content:center;
    width:100%;
  }
  .info-cost-gen{
    padding: 0 15%;
    text-align: center;
  }
  .serviceP{
    margin: 1em;
    border-radius: .5em;
    border: 1px solid var(--text-100);
    width: 25%;
    box-shadow: 0 0 1em 0 rgba(68, 68, 68, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    margin-bottom: 5em;
    justify-content:space-between;
    padding: .5em;  /* clave */
  }
  .serviceP:hover{
    border: 1px solid var(--text-200);
    box-shadow: 0 0 1em 0 rgba(114, 114, 114, 0.6);
  }
  .serviceP:hover h3{
    color: var(--bg-100);
    transition: .5s;
  }
  .serviceP h3{
    margin-top: 10%;
    color: var(--primary-300);
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    font-weight: 300;
    font-size: 2.2em !important;
    transition: .5s;
  }
  .serviceP h6{
    margin-top: 5%;
    color: var(--accent-100);
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    font-weight: 300;
  }
  .serviceP h5{
    margin-top: 4%;
    color: var(--accent-100);;
  }
  .serviceP hr{
    border: 1px solid var(--accent-100);
    width: 80%;
    margin-top: -1%;
  }
  .serviceP li{
    color: var(--text-100);
    padding: 0 !important;
    
    margin-bottom: 5%;
  }
  .serviceP ul{
    list-style: circle;
    padding: 0 !important;
    margin: 0 20%;
  }
  .serviceP ul .local-icon{
    color: var(--primary-300);
  }
  .secondUl{
    list-style: none !important;
    margin: 0 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-left: 10% !important;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    font-weight: 300;
  }
  .secondUl li{
    color: var(--primary-300);
    
    width: 40%;
    margin-right: 10%;
  }
  .serviceP button{
    background-color: var(--text-100);
    color: var(--bg-100);
    padding: 1% 7%;
    border-radius: .5em;
    border: none;
    font-weight: 600;
    letter-spacing: .1em;
    transition: .5s;
    font-size: 1.2em;
    margin-bottom: 7%;
  }
  .serviceP button:hover{
    background-color: var(--text-200);
  }



  .contactNow{
    color: var(--accent-200);
    cursor: pointer;
    font-weight: 400
  }
  
  .meet{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .comu{
    margin: 5% 0;
    background-color: var(--text-100);
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--bg-100);
    padding: 2% 5%;
    text-align: center;
  }
  .comu button{
    border: 2px solid var(--primary-100) !important;
    background-color: var(--primary-100);
    width: 60%;
    color: var(--bg-100);
    padding: 1% 7%;
    border-radius: .5em;
    border: none;
    font-weight: 600;
    letter-spacing: .1em;
    transition: .5s;
    margin: 2% 0;
    transition: .7s;
    font-size: 1.3em !important;
  }
  .comu button:hover{
    background-color: transparent;
    color: var(--accent-200);
    border-color: var(--accent-200) !important;
    width: 80%;
  }
  .socialM{
    box-sizing: border-box;
    margin-top:0rem;
    display: flex;
    justify-content:center;
    align-items: center;
  }
  .socialM .local-icon{
    font-size:30px;
    font-weight: 700;
    width: 20px;
    text-align:center;
    margin: 10px;
    padding: 10px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0 0 8px 1px;
    transition: .5s;
    box-sizing: content-box;
    color: var(--bg-100);
  }
  .socialM .local-icon{
  width: 30px;
  height: 30px;
  }
  .ico1:hover .local-icon{ color: #1877f2}
  .ico2:hover .local-icon{ color: #25D366}
  .ico3:hover .local-icon{ color: #E4405F}
  
  footer{
    padding: 0;
    background-color: var(--bg-200);
  }
  footer p{
    padding: .5em;
    margin: 0;
    cursor: pointer;
  }
  .by{
    font-weight: 300;
    font-family: "Inter", "Expletus Sans", Verdana, sans-serif, arial !important;
    transition: .3s;
  }
  .footer-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0 5%;
  }
  .log{
    transition: .5s;
  }
  .log:hover{
    transform: translateX(10%);
  }
  .log:hover .by{
    color: var(--accent-200) !important;
  }
  .website{
    color: var(--text-200);
    transition: .5s;
  }
  .website:hover{
    color: var(--text-100);
  }
  .website:hover span{
    color: #00ba96 !important;
  }
  .costP{
    color: #00c96b;
  }
  @media (max-width:700px){
    .cost h1{
      margin-top: 5%;
      font-size: 3.5em;
      letter-spacing: .1em;
      text-align: center;
    }
    
    .descCost{
      text-align: justify;
      margin: 0 8%;
    }
    .serviceP{
        margin-top: 5%;
        width: 90%;
        margin-left: 0;
        margin-right: 0;
      }
      .mass{
        text-align: center;
        padding: 0 10%;
      }
      .meet p{
        text-align: justify;
        padding: 4% !important;
      }
      .massD{
        width: 90%;
      }
      .massT{
        padding: 2%;
      }
      .meet h2{
        margin-top: 5%;
      }
      .comu button{
        margin-top: 10%;
        width: 80%;
        padding: 2% 2%;
        font-size: 1em !important;
      }
      footer{
        display: flex;
        height: 3em;
      }
      footer p{
        padding: .2em;
      }
      .log{
        font-size: .8em;
      }
      .log img{
        width: 20%;
      }
      .website{
        
        width: 100%;
        text-align: end;
      }
      .calcGen{
        flex-direction: column !important;
        margin-bottom: 1.5em;
      }
      .izqCalcu{
        margin: 0 1em;
        margin-bottom: 1em;
      }
      .derCalcu{
        width: 100%;
      }
    }
    @media (max-width: 950px){
      .paquetes{
        flex-direction: column;
        align-items: center;
      }
      .massD{
        margin-top: 10%;
      }
      .meet h2{
        margin-top: 2%;
      }
    }
    .massT{
      text-align: center;
    }

    @media (max-width: 600px){
      
      .main-part{
        flex-direction: column;
      }
      .div-part-right{
        width: 100%;
        margin-top: 1.5em;
          display: flex;
          justify-content: center;
          align-items: center;
      }
      .div-part-right img{
        max-height: 600px;
        max-width:100%;
        transform: translateX(0px);
      }
      .property-type{
        flex-direction: column;
        width: 80%;
      }
      .property-space{
        margin-bottom: 2em;
      }
      .tittle-background-services-left{
        width: 90%;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
      }
      .tittle-background-services-right{
        width: 90%;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
      }
      .service-content-left{
        padding: 0;
        padding-left: 5%;
        width: 90%;
        margin-bottom: 2.5em;
      }
      .service-content-right{
        padding: 0;
        padding-right: 5%;
        width: 90%;
        margin-bottom: 2.5em;
      }
      .palettes{
        flex-direction: column;
      }
      .color-palette-selecter-light, .color-palette-selecter-neutral{
        border-radius: 0;
      }
      .org-left, .org-right{
        margin-top: 1.5em;
      }
      .one-org h5{
        margin-top: .5em !important;
        text-align: center;
      }
      .one-org p{
        text-align: left;
      }
      .payment-tittle{
        flex-direction: row-reverse;
      }
      
      .security-image-data{
        
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .security-image-data img{
        width: 90%;
      }
    }
    @media (min-width: 601px) and (max-width: 950px) {
      .property-type{
        width: 90%;
      }
      .tittle-background-services-left{
        width: 70%;
      }
      .tittle-background-services-right{
        width: 70%;
      }
      .service-content-left{
        padding: 0;
        padding-left: 10%;
        width: 75%;
        margin-bottom: 2.5em;
      }
      .service-content-right{
        padding: 0;
        padding-right: 5%;
        width: 70%;
        margin-bottom: 2.5em;
      }
      .payment-tittle{
        flex-direction: row-reverse;
      }
    }





.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}