﻿.home-container {
    width: 100%;
    display: flex;
    min-height: 100vh;
    overflow-x: hidden;
    align-items: center;
    flex-direction: column;
}

.home-header {
    width: 100%;
    height: 100hv;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    flex-direction: column;
}

.home-heading {
    width: 100%;
    display: flex;
    z-index: 100;
    position: relative;
    align-items: center;
    flex-direction: column;
    background-color: #D9D9D9;
}

.home-notification {
    width: 100%;
}

.home-announcement {
    gap: var(--dl-space-space-halfunit);
    flex: 1;
    cursor: pointer;
    display: flex;
    position: relative;
    transition: 0.3s;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
    padding-bottom: 12px;
    justify-content: center;
    background-color: #0b1021;
}

    .home-announcement:hover {
        box-shadow: 5px 5px 10px 0px #d4d4d4;
    }

.home-title {
    margin-right: 15px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.home-login-title {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 24px;
}

.home-fami-button {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    border-color: #26336c;
    font-size: 17px;
    line-height: 61px;
    height: 61px;
    font-style: normal;
    font-weight: 600;
    background-color: #26336c;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: -0.3px;
    padding-left: 54px;
    padding-right: 54px;
    border-width: 0px;
}

.home-button {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    transition: 0.3s;
    align-items: center;
    border-color: var(--dl-color-success-letras);
    flex-direction: row;
    padding-bottom: 4px;
    border-bottom-width: 1px;
}

    .home-button:hover {
        border-color: var(--dl-color-gray-white);
    }

.home-button-text {
    color: #88fb7e;
    font-size: 14px;
    font-style: normal;
    transition: 0.3s;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}

    .home-button-text:hover {
        color: var(--dl-color-primary-celeste);
    }

.home-navbar-interactive {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 100;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: space-between;
    background-color: #3c87cb;
}

.home-logo {
    height: var(--dl-size-size-small);
    margin-left: var(--dl-space-space-sixunits);
}

.home-logos {
    display: flex;
    align-items: center;
}

.home-login-title{

}

.home-desktop-menu {
    display: flex;
}

.home-nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-right: var(--dl-space-space-sixunits);
    flex-direction: row;
}

.home-link {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    transition: 0.3s;
    font-weight: 600;
    text-decoration: none;
}

    .home-link:hover {
        color: var(--dl-color-success-letras);
    }

.home-link01 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    transition: 0.3s;
    font-weight: 600;
    margin-left: var(--dl-space-space-twounits);
    text-decoration: none;
}

    .home-link01:hover {
        color: var(--dl-color-success-letras);
    }

.home-link02 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    transition: 0.3s;
    font-weight: 600;
    margin-left: var(--dl-space-space-twounits);
    text-decoration: none;
}

    .home-link02:hover {
        color: var(--dl-color-success-letras);
    }

.home-link03 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    transition: 0.3s;
    font-weight: 600;
    margin-left: var(--dl-space-space-twounits);
    text-decoration: none;
}

    .home-link03:hover {
        color: var(--dl-color-success-letras);
    }

.home-link04 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    transition: 0.3s;
    font-weight: 600;
    margin-left: var(--dl-space-space-twounits);
    text-decoration: none;
}

    .home-link04:hover {
        color: var(--dl-color-success-letras);
    }

.home-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.home-contentSection {
    display: flex;
}

.home-burger-menu {
    display: none;
    align-items: center;
    justify-content: center;
}

.home-icon02 {
    width: 24px;
    height: 24px;
}

.home-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 32px;
    z-index: 100;
    position: fixed;
    transform: translateX(100%);
    transition: 0.5s;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.home-nav1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-container1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-threeunits);
    justify-content: space-between;
}

.home-image {
    height: 2rem;
}

.home-image-test {
    padding-top: var(--dl-space-space-oneandhalfunits);
    top: 0px;
    right: -255px;
    width: 881px; /* bottom: 0px; */
    position: absolute;
}

.home-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-navlink {
    display: contents;
}

.home-icon04 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    text-decoration: none;
}

.home-nav2 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.home-link05 {
    margin-bottom: var(--dl-space-space-unit);
    text-decoration: none;
}

.home-link06 {
    margin-bottom: var(--dl-space-space-unit);
    text-decoration: none;
}

.home-link07 {
    margin-bottom: var(--dl-space-space-unit);
    text-decoration: none;
}

.home-link08 {
    margin-bottom: var(--dl-space-space-unit);
    text-decoration: none;
}

.home-link09 {
    margin-bottom: var(--dl-space-space-unit);
    text-decoration: none;
}

.home-icon-group {
    display: flex;
}

.home-link10 {
    display: contents;
}

.home-icon06 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
    text-decoration: none;
}

.home-link11 {
    display: contents;
}

.home-icon08 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    margin-right: var(--dl-space-space-twounits);
    text-decoration: none;
}

.home-link12 {
    display: contents;
}

.home-icon10 {
    width: var(--dl-size-size-xsmall);
    height: var(--dl-size-size-xsmall);
    text-decoration: none;
}

.home-link13 {
    display: contents;
}

.home-icon12 {
    text-decoration: none;
}

.home-hero {
    /*    width: 100%;
    height: 710px;*/
    display: flex;
    z-index: 1;
    position: relative;
    /*max-width: 1200px;*/
    width: 100%;
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
    flex-direction: row;
    justify-content: space-around;
}
.home-hero2 {
    display: flex;
    z-index: 1;
    position: relative;
    /*max-width: 1200px;*/
    width: 100%;
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: space-around;
}

.home-content {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 674px;
    /*height: 634px;*/
    display: flex;
    z-index: 2;
    align-self: flex-start;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: flex-start;
}
.home-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
    place-content: center;
    /*width: 674px;*/
    place-content: center !important;
    /*height: 634px;*/
    display: flex;
    z-index: 2;
    align-self: flex-start;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: flex-start;
}

.home-title01 {
    color: var(--dl-color-primary-fondooscuro);
    width: auto;
    font-size: 64px;
    align-self: center;
    font-style: normal;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    line-height: 76px;
}

.home-caption {
    color: var(--dl-color-primary-fondooscuro);
    /*width: 100%;*/
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 27px;
}

.home-image01 {
    width: var(--dl-size-size-xlarge);
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #a7a3a3;
    object-fit: cover;
}

.dropdown-content {
    display: none;
    border-radius: 15px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
     float: none;
        color: black;
     padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
}

.dropdown-content a:hover {
    background-color: #3c87cb;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.home-text01 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 24px;
    align-self: flex-start;
    font-style: normal;
    font-weight: 500;
}

.home-hero-buttons {
    gap: var(--dl-space-space-unit);
    z-index: 2;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.home-io-btn {
    gap: var(--dl-space-space-halfunit);
    fill: white;
    color: white;
    /*cursor: pointer;*/
    display: flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: var(--dl-color-primary-fondooscuro);
}

    .home-io-btn:hover {
        background-color: rgba(0, 0, 0, 0.75);
    }

.home-apple {
    /* width: 16px; */
    height: 40px;
}
.home-logo-hero {
    height: 150px;
}

.home-caption1 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-android-btn {
    gap: var(--dl-space-space-halfunit);
    fill: white;
    color: white;
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: var(--dl-color-primary-fondooscuro);
}

    .home-android-btn:hover {
        background-color: rgba(0, 0, 0, 0.75);
    }

.home-android {
    width: 18px;
    height: 20px;
}

.home-caption2 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-images {
    gap: var(--dl-space-space-oneandhalfunits);
    top: 0px;
    right: -300px;
    width: 881px;
    bottom: 0px;
    height: 1578px;
    margin: auto;
    display: flex;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    transform: rotate(-30deg);
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.home-column {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-pasted-image {
    width: var(--dl-size-size-xlarge);
    z-index: -2;
}

.home-column1 {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-pasted-image1 {
    width: var(--dl-size-size-xlarge);
}

.home-pasted-image2 {
    width: var(--dl-size-size-xlarge);
}

.home-column2 {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-pasted-image3 {
    width: var(--dl-size-size-xlarge);
    padding-top: var(--dl-space-space-sixunits);
}

.home-pasted-image4 {
    width: var(--dl-size-size-xlarge);
    z-index: -2;
}

.home-column3 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    z-index: -2;
    align-self: flex-end;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-pasted-image5 {
    width: var(--dl-size-size-xlarge);
    padding-top: 0px;
}

.home-pasted-image6 {
    width: var(--dl-size-size-xlarge);
    padding-top: 0px;
}

.home-video {
    color: white;
    width: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    background-color: #0b1021;
}

.home-image02 {
    width: auto;
    height: 350px;
    object-fit: cover;
}

.home-stats {
    width: 100%;
    display: flex;
    z-index: 10;
    max-width: 1200px;
    align-items: center;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: center;
}

.home-stat {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: center;
    align-items: center;
    border-color: #DBDBDB;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.home-caption3 {
    font-size: 50px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: autopx;
}

.home-description {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
}

.home-stat1 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: center;
    align-items: center;
    border-color: #DBDBDB;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    border-bottom-width: 1px;
}

.home-caption4 {
    font-size: 50px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: autopx;
}

.home-description01 {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
}

.home-stat2 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: center;
    border-color: #DBDBDB;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    border-left-width: 1px;
    border-bottom-width: 1px;
}

.home-caption5 {
    font-size: 50px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: autopx;
}

.home-description02 {
    width: 100%;
    font-size: 18px;
    max-width: 350px;
    text-align: center;
    font-family: Poppins;
    line-height: 27px;
}

.home-sections {
    width: 100%;
    display: flex;
    max-width: 100%;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    background-color: var(--dl-color-gray-900);
}

.home-tag {
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text04 {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
}

.home-section {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    height: auto;
    display: flex;
    z-index: 10;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    flex-direction: row;
    justify-content: center;
}

.home-image03 {
    width: auto;
    height: 100%;
    max-width: 400px;
    border-radius: 10px;
    align-self: center;
    object-fit: cover;
    align-items: flex-start;
}

.home-content01 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-text05 {
    color: rgb(11, 16, 33);
    font-size: 40px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-highlight {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text08 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text09 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-highlight1 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text10 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text11 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-highlight2 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text12 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text13 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-section1 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    height: auto;
    display: flex;
    z-index: 10;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    flex-direction: row;
    justify-content: center;
}

.home-content02 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-heading1 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text14 {
    color: rgb(11, 16, 33);
    font-size: 40px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-text15 {
    font-size: 18px;
    max-width: 535px;
    font-family: Poppins;
    line-height: 27px;
}

.home-content03 {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-highlight3 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text18 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text19 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-highlight4 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text20 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text21 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-link16 {
    display: contents;
}

.home-get-started {
    width: 50%;
    height: auto;
    display: flex;
    transition: 0.3s;
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: var(--dl-color-primary-fondooscuro);
}

    .home-get-started:hover {
        background-color: var(--dl-color-primary-celeste);
    }

.home-sign-up {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
}

.home-image04 {
    width: auto;
    height: 100%;
    max-width: 400px;
    border-radius: 10px;
    align-self: center;
    object-fit: cover;
}

.home-section2 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    height: auto;
    display: flex;
    z-index: 10;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    flex-direction: row;
    justify-content: center;
}

.home-image05 {
    width: auto;
    height: 100%;
    max-width: 400px;
    border-radius: 10px;
    align-self: center;
    object-fit: cover;
}

.home-content04 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text22 {
    font-size: 40px;
    max-width: 640px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-accordion {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-element {
    user-select: none;
}

.home-details {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text25 {
    width: 100%;
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text26 {
    width: 100%;
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
    user-select: text;
}

.home-element1 {
    user-select: none;
}

.home-details1 {
    gap: var(--dl-space-space-halfunit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text27 {
    width: 100%;
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text28 {
    width: 100%;
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
    user-select: text;
}

.home-section3 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    height: auto;
    display: flex;
    z-index: 10;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    flex-direction: row;
    justify-content: center;
}
.home-column9 {
    display: flex;
    flex-direction: column;
}

.home-hero3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.home-hero4 {
    height: auto;
    width: 25%; /* text-align: center; */ /* height: 350px; */
    padding-bottom: 48px;
    padding-top: 50px;
}

.home-content05 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-heading2 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text29 {
    color: rgb(11, 16, 33);
    font-size: 40px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-content06 {
    gap: var(--dl-space-space-threeunits);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-highlight5 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text32 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text35 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-highlight6 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text38 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text39 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-highlight7 {
    gap: var(--dl-space-space-halfunit);
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-text42 {
    font-size: 18px;
    max-width: 535px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 27px;
}

.home-text45 {
    max-width: 535px;
    font-family: Poppins;
    line-height: 24px;
}

.home-image06 {
    width: 100%;
    height: 100%;
    max-width: 400px;
    border-radius: 10px;
    align-self: center;
    object-fit: cover;
}

.home-features {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: flex-start;
}

.home-header1 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.home-tag1 {
    display: flex;
    align-self: center;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text48 {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
}

.home-heading3 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.home-text49 {
    width: 100%;
    font-size: 40px;
    max-width: auto;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.home-text50 {
    width: 100%;
    font-size: 18px;
    max-width: 600px;
    text-align: center;
    line-height: 27px;
}

.home-feature-list {
    gap: var(--dl-space-space-fourunits);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.home-feature {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature:hover {
        border-color: #ade2df;
    }

.home-image07 {
    height: 64px;
    object-fit: cover;
}

.home-content07 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title02 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description03 {
    font-family: Poppins;
}

.home-feature1 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature1:hover {
        border-color: #ade2df;
    }

.home-image08 {
    height: 64px;
    object-fit: cover;
}

.home-content08 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title03 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description04 {
    font-family: Poppins;
}

.home-feature2 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature2:hover {
        border-color: #ade2df;
    }

.home-image09 {
    height: 64px;
    object-fit: cover;
}

.home-content09 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title04 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description05 {
    font-family: Poppins;
}

.home-feature3 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature3:hover {
        border-color: #ade2df;
    }

.home-image10 {
    height: 64px;
    object-fit: cover;
}

.home-content10 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title05 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description06 {
    font-family: Poppins;
}

.home-feature4 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature4:hover {
        border-color: #ade2df;
    }

.home-image11 {
    height: 200px;
    object-fit: cover;
    width: 200px;
}

.home-content11 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title06 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description07 {
    font-family: Poppins;
}

.home-feature5 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature5:hover {
        border-color: #ade2df;
    }

.home-image12 {
    height: 200px;
    object-fit: cover;
    width: 200px;
}

.home-content12 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title07 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description08 {
    font-family: Poppins;
}

.home-feature6 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature6:hover {
        border-color: #ade2df;
    }

.home-image13 {
    height: 200px;
    object-fit: cover;
    width: 200px;
}

.home-content13 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title08 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description09 {
    font-family: Poppins;
}

.home-feature7 {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    max-width: 240px;
    align-self: flex-start;
    transition: 0.3s;
    align-items: flex-start;
    user-select: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
}

    .home-feature7:hover {
        border-color: #ade2df;
    }

.home-image14 {
    height: 64px;
    object-fit: cover;
}

.home-content14 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-title09 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
}

.home-description10 {
    font-family: Poppins;
}

.home-guides {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    background-color: var(--dl-color-gray-900);
}

.home-content15 {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: center;
    flex-direction: column;
}

.home-header2 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.home-tag-faq {
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text57 {
    color: #8bfb81;
    font-style: normal;
    font-weight: 500;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-heading-faq {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-testo-fq {
    color: var(--dl-color-primary-fondooscuro);
    width: 100%;
    font-size: 40px;
    max-width: 600px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-text61 {
    color: var(--dl-color-primary-fondooscuro);
}

.home-rows-faq {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-column4 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-question {
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
}

.home-image15 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-question01 {
    width: 100%;
    height: 100%;
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
}

.home-image16 {
    width: 100%;
    height: var(--dl-size-size-xlarge);
    object-fit: cover;
}

.home-question02 {
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-bottom-width: 0px;
}

.home-image17 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    object-fit: cover;
}

.home-column5 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-question03 {
    width: 100%;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-right-width: 0px;
}

.home-image18 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    object-fit: cover;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
}

.home-question04 {
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-right-width: 0px;
}

.home-image19 {
    width: 100%;
    height: var(--dl-size-size-xlarge);
    object-fit: cover;
}

.home-question05 {
    height: auto;
    max-width: 640px;
    max-height: auto;
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.home-image20 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    object-fit: cover;
}

.home-question06 {
    padding-top: var(--dl-space-space-halfunit);
    border-color: var(--dl-color-gray-700);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.home-image21 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    object-fit: cover;
}

.home-faq {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    background-color: var(--dl-color-gray-white);
}

.home-content16 {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: center;
    flex-direction: column;
}

.home-header3 {
    gap: var(--dl-space-space-oneandhalfunits);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.home-tag-faq1 {
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text64 {
    color: rgb(139, 251, 129);
    font-style: normal;
    font-weight: 500;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-heading-faq1 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-testo-fq1 {
    width: 100%;
    font-size: 40px;
    max-width: auto;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
    line-height: 56px;
}

.home-rows-faq1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.home-column6 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-title10 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description11 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-title11 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description12 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-text66 {
    font-family: Poppins;
    line-height: 24px;
}

.home-question09 {
    border-bottom-width: 0px;
}

.home-title12 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description13 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-text69 {
    font-family: Poppins;
    line-height: 24px;
}

.home-column7 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-question10 {
    border-right-width: 0px;
}

.home-title13 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description14 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-question11 {
    border-right-width: 0px;
}

.home-title14 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description15 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-text72 {
    font-family: Poppins;
    line-height: 24px;
}

.home-question12 {
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.home-title15 {
    font-size: 22px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-description16 {
    font-size: 18px;
    font-family: Poppins;
    line-height: 24px;
}

.home-text76 {
    font-family: Poppins;
    line-height: 24px;
}

.home-container2 {
    flex: 0 0 auto;
    width: 200px;
    height: var(--dl-size-size-small);
    display: flex;
    align-items: flex-start;
    border-color: rgba(120, 120, 120, 0.4);
    border-style: dashed;
    border-width: 0px;
    flex-direction: column;
}

.home-link17 {
    color: var(--dl-color-primary-fondooscuro);
    transition: 0.3s;
    text-decoration: none;
}

    .home-link17:hover {
        color: var(--dl-color-primary-celeste);
    }

.home-contact-us {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: center;
    background-color: var(--dl-color-gray-900);
}
.home-proyects {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: flex-start;
}

.home-features1 {
    gap: var(--dl-space-space-fiveunits);
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    max-width: auto;
    align-self: center;
    align-items: center;
    padding-top: 0px;
    padding-left: var(--dl-space-space-twounits);
    border-radius: 16px;
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
    padding-bottom: 0px;
    justify-content: center;
    background-color: var(--dl-color-gray-900);
}

.home-container3 {
    flex: 0 0 auto;
    width: 80%;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.home-header4 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex: initial;
    height: auto;
    display: flex;
    align-self: center;
    align-items: center;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    margin-bottom: var(--dl-space-space-threeunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: flex-start;
}

.home-tag2 {
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text84 {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
    background-color: rgb(11, 16, 33);
}

.home-heading4 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-text85 {
    width: 100%;
    font-size: 40px;
    max-width: 400px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.home-container4 {
    width: 100%;
    height: 303px;
    display: flex;
    align-self: center;
    align-items: flex-end;
    padding-top: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-unit);
    justify-content: center;
}

.home-container5 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: row;
    justify-content: space-between;
}

.home-textinput {
    width: 50%;
    height: auto;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
    border-color: var(--dl-color-primary-fondooscuro);
    border-style: inset;
    border-width: 0px;
}

.home-textinput1 {
    width: var(--dl-size-size-xxlarge);
    height: auto;
    align-self: flex-end;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
    border-color: var(--dl-color-primary-fondooscuro);
    border-style: inset;
    border-width: 0px;
}

.home-container6 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.home-container7 {
    width: auto;
    height: 40px;
    display: flex;
    align-items: flex-start;
    border-color: #787878;
    border-style: dashed;
    border-width: 0px;
    flex-direction: column;
    justify-content: flex-end;
}

.home-textinput2 {
    width: 100%;
    height: var(--dl-size-size-xxlarge);
    z-index: 100;
    align-self: flex-start;
    text-align: left;
    border-color: #0b1021;
    border-style: inset;
    border-width: 0px;
    margin-bottom: var(--dl-space-space-twounits);
}

.home-tag3 {
    width: var(--dl-size-size-large);
    height: var(--dl-size-size-medium);
    display: flex;
    align-self: flex-end;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-halfunit);
    justify-content: center;
    background-color: var(--dl-color-primary-fondooscuro);
}

    .home-tag3:hover {
        background-color: var(--dl-color-primary-celeste);
    }

.home-text86 {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
    background-color: rgb(11, 16, 33);
}

.home-get-started1 {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    background-color: #3c87cb;
}

.home-content17 {
    gap: var(--dl-space-space-oneandhalfunits);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.home-heading5 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-text87 {
    color: var(--dl-color-primary-fondooscuro);
    font-size: 64px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 600;
}

.home-link18 {
    display: contents;
}

.home-get-started2 {
    width: 50%;
    height: auto;
    display: flex;
    transition: 0.3s;
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: var(--dl-color-primary-fondooscuro);
}

    .home-get-started2:hover {
        background-color: rgba(173, 226, 223, 0.5);
    }

.home-sign-up1 {
    color: var(--dl-color-success-letras);
    font-style: normal;
    font-weight: 500;
}

.home-text88 {
    color: #ffffff;
    display: none;
    font-size: 20px;
    text-align: center;
    font-family: Poppins;
    line-height: 30px;
}

.home-hero-buttons1 {
    gap: var(--dl-space-space-unit);
    display: none;
    z-index: 15;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.home-hero-buttons2 {
    display: flex;
    gap: var(--dl-space-space-unit);
    align-items: center;
    /* flex-direction: row; */
    justify-content: center;
}

.home-contact-form {
    width: 80%;
    flex-direction: column;
    display: flex;
    align-self: start;
}

.home-io-btn1 {
    gap: var(--dl-space-space-halfunit);
    fill: white;
    color: white;
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: #000000;
}

    .home-io-btn1:hover {
        background-color: rgba(0, 0, 0, 0.75);
    }

.home-apple1 {
    width: 16px;
    height: 20px;
}

.home-caption6 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-android-btn1 {
    gap: var(--dl-space-space-halfunit);
    fill: white;
    color: white;
    cursor: pointer;
    display: flex;
    transition: 0.3s;
    align-items: center;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
    text-decoration: none;
    background-color: #000000;
}

    .home-android-btn1:hover {
        background-color: rgba(0, 0, 0, 0.75);
    }

.home-android1 {
    width: 18px;
    height: 20px;
}

.home-caption7 {
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
}

.home-footer {
    gap: var(--dl-space-space-threeunits);
    color: white;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-content18 {
    width: 100%;
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.home-content19 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.home-information {
    gap: var(--dl-space-space-unit);
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home-heading6 {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    max-width: 265px;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.home-navlink1 {
    display: contents;
}

.home-pasted-image7 {
    width: 150px;
    align-self: center;
    text-decoration: none;
}

.home-text89 {
    font-size: 14px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
}

.home-socials {
    gap: var(--dl-space-space-unit);
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    max-width: 265px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.home-social {
    cursor: pointer;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    align-self: center;
    transition: 0.3s;
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(236, 233, 234, 0.2);
}

    .home-social:hover {
        background-color: rgba(236, 233, 234, 0.6);
    }

.home-link21 {
    display: contents;
}

.home-icon14 {
    fill: var(--dl-color-gray-white);
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.home-social1 {
    width: auto;
    cursor: pointer;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    align-self: center;
    transition: 0.3s;
    align-items: flex-start;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(236, 233, 234, 0.2);
}

    .home-social1:hover {
        background-color: rgba(236, 233, 234, 0.6);
    }

.home-link22 {
    display: contents;
}

.home-insider {
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.home-social2 {
    width: auto;
    cursor: pointer;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    align-self: center;
    transition: 0.3s;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: center;
    background-color: rgba(236, 233, 234, 0.2);
}

    .home-social2:hover {
        background-color: rgba(236, 233, 234, 0.6);
    }

.home-link23 {
    display: contents;
}

.home-insider1 {
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.home-social3 {
    width: auto;
    cursor: pointer;
    height: auto;
    display: flex;
    padding: var(--dl-space-space-unit);
    position: relative;
    align-self: center;
    transition: 0.3s;
    align-items: center;
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: center;
    background-color: rgba(236, 233, 234, 0.2);
}

    .home-social3:hover {
        background-color: rgba(236, 233, 234, 0.6);
    }

.home-link24 {
    display: contents;
}

.home-icon16 {
    fill: var(--dl-color-gray-white);
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.home-links {
    gap: var(--dl-space-space-fiveunits);
    display: flex;
    z-index: 15;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
}

.home-column8 {
    gap: var(--dl-space-space-unit);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-header5 {
    font-size: 20px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
}

.home-link25 {
    color: rgb(196, 196, 196);
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    line-height: 21px;
    text-decoration: none;
}

    .home-link25:hover {
        color: var(--dl-color-success-letras);
    }

.home-link26 {
    color: rgb(196, 196, 196);
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    line-height: 21px;
    text-decoration: none;
}

    .home-link26:hover {
        color: var(--dl-color-success-letras);
    }

.home-link27 {
    color: rgb(196, 196, 196);
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    line-height: 21px;
    text-decoration: none;
}

    .home-link27:hover {
        color: var(--dl-color-success-letras);
    }

.home-link28 {
    color: rgb(196, 196, 196);
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    line-height: 21px;
    text-decoration: none;
}

    .home-link28:hover {
        color: var(--dl-color-success-letras);
    }

.home-link29 {
    color: rgb(196, 196, 196);
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    line-height: 21px;
    text-decoration: none;
}

    .home-link29:hover {
        color: var(--dl-color-success-letras);
    }

.home-text90 {
    color: #C4C4C4;
    width: 100%;
    font-size: 14px;
    max-width: 1200px;
    text-align: center;
    line-height: 21px;
}

.home-text91 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
}

.home-link30 {
    display: contents;
}

.home-icon18 {
    fill: var(--dl-color-primary-700);
    left: 30px;
    width: 40px;
    bottom: var(--dl-space-space-twounits);
    height: auto;
    z-index: 100;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
}

    .home-icon18:hover {
        fill: var(--dl-color-success-letras);
    }

.home-link31 {
    display: contents;
}

.home-icon20 {
    fill: var(--dl-color-success-letras);
    right: 50px;
    width: 60px;
    bottom: var(--dl-space-space-twounits);
    height: auto;
    z-index: 100;
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
}

    .home-icon20:hover {
        fill: var(--dl-color-success-500);
        width: 70px;
    }
.home-tripolares-imagen{
    height:400px;
}
.home-seccionador-link:hover h2 span{
    color: #007bff;
}

@media(max-width: 1600px) {
    .home-heading {
        z-index: 100;
    }

    .home-icon {
        display: none;
    }

    .home-icon12 {
        height: var(--dl-size-size-xsmall);
    }

    .home-title01 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 64px;
        font-style: normal;
        font-family: Poppins;
        font-weight: 600;
        line-height: 76px;
    }

    .home-images {
        right: -24
    }

    0px;
}

.home-get-started {
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-text86 {
    background-color: transparent;
}

.home-text88 {
    display: none;
}

.home-footer {
    background-color: var(--dl-color-primary-fondooscuro);
}

.home-social {
    width: 51px;
    height: 51px;
    padding: var(--dl-space-space-halfunit);
}

.home-icon14 {
    fill: var(--dl-color-gray-white);
    width: 34px;
    height: 34px;
    align-self: center;
}

.home-social1 {
    width: 48px;
    height: 50px;
    padding: var(--dl-space-space-halfunit);
}

.home-insider {
    width: 34px;
    height: 33px;
    align-self: center;
}

.home-social2 {
    width: var(--dl-size-size-small);
    height: 51px;
}

.home-insider1 {
    width: 34px;
    height: 33px;
    align-self: center;
}

.home-social3 {
    width: var(--dl-size-size-small);
    height: 50px;
    padding: var(--dl-space-space-halfunit);
}

.home-icon16 {
    fill: var(--dl-color-gray-white);
    width: 34px;
    height: auto;
    align-self: center;
}

.home-text90 {
    max-width: 1200px;
    align-self: center;
    text-align: center;
    padding-left: 0px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 300px !important;
    /*padding-bottom: 56.25%;*/ /* Ajusta este valor según el aspecto del mapa (height/width * 100) */
    max-height: 80vh;
    height: 0;
    overflow: hidden;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*iframe {
    width: 100%;
    height: 100%;
    border: none;
}*/

@media(max-width: 1200px) {
    .home-hero4 {
        width: 35%; 
    }
    .home-hero2{
        flex-direction:column;
    }
    .home-logo {
        margin-left: var(--dl-space-space-oneandhalfunits);
    }

    .home-nav {
        margin-right: var(--dl-space-space-oneandhalfunits);
    }

    .home-icon12 {
        width: 24px;
        height: 24px;
    }

    .home-section {
        justify-content: flex-start;
    }

    .home-image03 {
        align-self: center;
    }

    .home-section1 {
        justify-content: flex-start;
    }

    .home-section3 {
        justify-content: flex-start;
    }

    .home-text50 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-feature-list {
        justify-content: center;
    }

    .home-hero-buttons1 {
        display: none;
    }

    .home-io-btn1 {
        display: flex;
    }

    .home-android-btn1 {
        display: flex;
    }

    .home-header5 {
        font-size: 20px;
        font-style: normal;
        font-family: Poppins;
        font-weight: 500;
        line-height: 30px;
    }

    .home-link25 {
        color: rgb(196, 196, 196);
        font-size: 14px;
        line-height: 21px;
    }

    .home-link26 {
        color: rgb(196, 196, 196);
        font-size: 14px;
        line-height: 21px;
    }

    .home-link27 {
        color: rgb(196, 196, 196);
        font-size: 14px;
        line-height: 21px;
    }

    .home-link28 {
        color: rgb(196, 196, 196);
        font-size: 14px;
        line-height: 21px;
    }

    .home-link29 {
        color: rgb(196, 196, 196);
        font-size: 14px;
        line-height: 21px;
    }
}

@media(max-width: 1200px){
    .home-hero3 {
        flex-direction: column;
    }
}

@media(max-width: 991px) {
    .home-hero4 {
        width: 45%;
    }
    .home-contentSection {
        display: block;
    }
    .home-hero{
        flex-direction:column;
    }
    .home-hero2 {
        flex-direction: column;
    }
    .home-column9 {
        align-self: start;
    }
    .home-content19 {
        flex-direction: column;
    }
    .home-image-test {
        top: 0px;
        right: -255px;
        width: 881px;
        /* bottom: 0px; */
        position: absolute;
        /* left: 0px; */
        /* right: -100px; */
        bottom: 160px;
    }

    .home-logo {
        margin-left: 0px;
    }

    .home-nav {
        display: none;
    }

    .home-burger-menu {
        display: flex;
    }

    .home-icon02 {
        opacity: 1;
    }

    .home-mobile-menu {
        /*height: auto;*/
        flex-wrap: wrap;
        padding-top: var(--dl-space-space-oneandhalfunits);
        padding-left: var(--dl-space-space-twounits);
        padding-right: var(--dl-space-space-twounits);
        padding-bottom: var(--dl-space-space-fourunits);
    }

    .home-nav1 {
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .home-container1 {
        justify-content: space-between;
    }

    .home-image {
        height: var(--dl-size-size-medium);
    }

    .home-text {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        padding-left: var(--dl-space-space-halfunit);
    }

    .home-icon04 {
        width: var(--dl-size-size-small);
        height: var(--dl-size-size-small);
        margin-left: var(--dl-space-space-halfunit);
        padding-left: var(--dl-space-space-halfunit);
    }

    .home-nav2 {
        gap: 50px;
        color: var(--dl-color-primary-fondooscuro);
        width: 100%;
        height: auto;
        align-items: flex-start;
    }

    .home-link05 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link06 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link07 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link08 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link09 {
        color: var(--dl-color-primary-fondooscuro);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-icon-group {
        width: 100%;
        height: 35px;
        align-self: stretch;
        margin-top: var(--dl-space-space-sixunits);
        align-items: center;
        margin-bottom: 0px;
        justify-content: flex-start;
    }

    .home-icon06 {
        width: 34px;
        height: 34px;
        margin-left: var(--dl-space-space-twounits);
        margin-right: var(--dl-space-space-twounits);
    }

    .home-icon08 {
        width: 34px;
        height: 34px;
        margin-left: var(--dl-space-space-twounits);
        margin-right: var(--dl-space-space-twounits);
    }

    .home-icon10 {
        width: 34px;
        height: 34px;
        align-self: center;
        margin-left: var(--dl-space-space-twounits);
        margin-right: var(--dl-space-space-twounits);
    }

    .home-icon12 {
        fill: var(--dl-color-primary-fondooscuro);
        width: 34px;
        height: 34px;
        align-self: center;
        margin-left: var(--dl-space-space-twounits);
        margin-right: var(--dl-space-space-twounits);
    }

    .home-content {
        gap: var(--dl-space-space-unit);
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        padding-top: var(--dl-space-space-unit);
        padding-bottom: 0px;
        justify-content: flex-start;
    }
    .home-content2 {
        padding-top: 48px;
        gap: var(--dl-space-space-unit);
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        /*padding-top: var(--dl-space-space-unit);*/
        padding-bottom: 0px;
        justify-content: flex-start;
    }

    .home-title01 {
        width: auto;
        font-size: 50px;
        text-align: left;
        line-height: 58px;
    }

    .home-caption {
        font-size: 16px;
        text-align: center;
    }

    .home-image01 {
        display: none;
    }

    .home-text01 {
        display: none;
    }

    .home-hero-buttons {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-self: flex-start;
        flex-direction: row;
    }

    .home-io-btn {
        flex: 1;
        width: 100%;
    }

    .home-android-btn {
        flex: 1;
        width: 100%;
    }

    .home-images {
        left: 0px;
        right: -100px;
        bottom: -325px;
        margin: auto;
    }

    .home-pasted-image {
        width: 200px;
    }

    .home-pasted-image1 {
        width: 200px;
    }

    .home-pasted-image2 {
        width: 200px;
    }

    .home-pasted-image3 {
        width: 200px;
    }

    .home-pasted-image4 {
        width: 200px;
    }

    .home-pasted-image5 {
        width: 200px;
    }

    .home-pasted-image6 {
        width: 200px;
    }

    .home-stats {
        padding-top: var(--dl-space-space-threeunits);
        flex-direction: column;
    }

    .home-stat {
        gap: var(--dl-space-space-halfunit);
        width: 100%;
        padding-bottom: var(--dl-space-space-threeunits);
        border-right-width: 0px;
    }

    .home-caption3 {
        text-align: center;
        line-height: 32px;
    }

    .home-stat1 {
        gap: var(--dl-space-space-halfunit);
        width: 100%;
        padding-top: var(--dl-space-space-threeunits);
        padding-bottom: var(--dl-space-space-threeunits);
    }

    .home-caption4 {
        text-align: center;
        line-height: 32px;
    }

    .home-stat2 {
        gap: var(--dl-space-space-halfunit);
        width: 100%;
        padding-top: var(--dl-space-space-threeunits);
        padding-bottom: var(--dl-space-space-threeunits);
        border-left-width: 0px;
    }

    .home-caption5 {
        text-align: center;
        line-height: 32px;
    }

    .home-section {
        gap: var(--dl-space-space-oneandhalfunits);
        padding-top: var(--dl-space-space-fourunits);
        flex-direction: column-reverse;
    }

    .home-image03 {
        width: 100%;
    }

    .home-content01 {
        gap: var(--dl-space-space-unit);
    }

    .home-section1 {
        flex-wrap: wrap;
        padding-top: var(--dl-space-space-fourunits);
        flex-direction: column;
    }

    .home-content02 {
        gap: var(--dl-space-space-unit);
    }

    .home-content03 {
        gap: var(--dl-space-space-twounits);
    }

    .home-image04 {
        width: 100%;
    }

    .home-section2 {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
    }

    .home-image05 {
        width: 100%;
    }

    .home-content04 {
        align-items: center;
    }

    .home-section3 {
        padding-top: var(--dl-space-space-fourunits);
        border-color: #DBDBDB;
        margin-bottom: var(--dl-space-space-twounits);
        flex-direction: column;
        border-top-width: 1px;
    }

    .home-content05 {
        align-items: center;
    }

    .home-content06 {
        gap: var(--dl-space-space-twounits);
    }

    .home-image06 {
        width: 100%;
    }

    .home-header1 {
        align-items: center;
    }

    .home-heading3 {
        align-items: center;
    }

    .home-text50 {
        align-self: center;
        text-align: center;
    }

    .home-feature-list {
        align-self: center;
        justify-content: center;
    }

    .home-contact-us {
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-features1 {
        align-items: center;
    }

    .home-container3 {
        width: 100%;
    }

    .home-text85 {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 56px;
    }

    .home-get-started1 {
        padding-top: var(--dl-space-space-fourunits);
        padding-bottom: var(--dl-space-space-fourunits);
    }

    .home-content17 {
        gap: var(--dl-space-space-oneandhalfunits);
    }

    .home-heading5 {
        gap: var(--dl-space-space-halfunit);
    }

    .home-text87 {
        font-size: 40px;
    }

    .home-get-started2 {
        display: none;
    }

    .home-text88 {
        color: rgb(255, 255, 255);
        display: flex;
        font-size: 18px;
        font-family: Poppins;
        line-height: 30px;
    }

    .home-hero-buttons1 {
        display: flex;
    }

    .home-io-btn1 {
        display: flex;
    }

    .home-android-btn1 {
        display: flex;
    }

    .home-footer {
        padding-top: var(--dl-space-space-fourunits);
        padding-left: var(--dl-space-space-threeunits);
        padding-right: var(--dl-space-space-threeunits);
        padding-bottom: var(--dl-space-space-fourunits);
    }

    .home-pasted-image7 {
        align-self: center;
    }

    .home-text89 {
        align-self: center;
    }

    .home-icon18 {
        width: 34px;
    }
}

@media(max-width: 767px) {
    .home-navbar-interactive {
        height: auto;
        padding-left: var(--dl-space-space-twounits);
        padding-right: var(--dl-space-space-twounits);
    }

    .home-desktop-menu {
        display: none;
    }

    .home-fami-button {
        padding: 0 23px;
        font-size: 13px;
    }

    .home-link01 {
        margin-left: var(--dl-space-space-unit);
    }

    .home-link02 {
        margin-left: var(--dl-space-space-unit);
    }

    .home-link03 {
        margin-left: var(--dl-space-space-unit);
    }

    .home-link04 {
        margin-left: var(--dl-space-space-unit);
    }

    .home-burger-menu {
        display: flex;
    }

    .home-content {
        width: 100%;
        height: auto;
        padding-top: var(--dl-space-space-twounits);
    }

    .home-title01 {
        font-size: 40px;
        line-height: 48px;
    }

    .home-caption {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-hero-buttons {
        margin-top: var(--dl-space-space-twounits);
        flex-direction: column;
    }

    .home-android-btn {
        margin-top: var(--dl-space-space-unit);
    }

    .home-pasted-image1 {
        align-self: center;
    }

    .home-caption3 {
        font-size: 32px;
    }

    .home-description {
        font-size: 16px;
        line-height: 24px;
    }

    .home-caption4 {
        font-size: 32px;
    }

    .home-description01 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-caption5 {
        font-size: 32px;
    }

    .home-description02 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-text04 {
        font-size: 14px;
    }

    .home-text05 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-text08 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-text10 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-text12 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-content02 {
        align-self: center;
        align-items: center;
        justify-content: center;
    }

    .home-text14 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-text15 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-text18 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-text20 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-get-started {
        display: none;
    }

    .home-section2 {
        gap: var(--dl-space-space-twounits);
    }

    .home-element {
        width: 100%;
        max-width: 560px;
    }

    .home-text25 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-element1 {
        width: 100%;
        max-width: 560px;
    }

    .home-text27 {
        font-size: 16px;
    }

    .home-text29 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-text32 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-text38 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-text42 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .home-features {
        gap: var(--dl-space-space-threeunits);
    }

    .home-header1 {
        gap: var(--dl-space-space-unit);
    }

    .home-text48 {
        font-size: 14px;
    }

    .home-text49 {
        font-size: 32px;
        text-align: center;
        line-height: 44px;
    }

    .home-text50 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-feature-list {
        gap: var(--dl-space-space-twounits);
        width: 100%;
        flex-direction: column;
    }

    .home-feature {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
    }

    .home-image07 {
        width: var(--dl-size-size-small);
    }

    .home-content07 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title02 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description03 {
        line-height: 24px;
    }

    .home-feature1 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
    }

    .home-content08 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title03 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description04 {
        line-height: 24px;
    }

    .home-feature2 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content09 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title04 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description05 {
        line-height: 24px;
    }

    .home-feature3 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content10 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title05 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description06 {
        line-height: 24px;
    }

    .home-feature4 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content11 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title06 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description07 {
        line-height: 24px;
    }

    .home-feature5 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content12 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title07 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description08 {
        line-height: 24px;
    }

    .home-feature6 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content13 {
        gap: var(--dl-space-space-halfunit);
        align-items: center;
    }

    .home-title08 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description09 {
        line-height: 24px;
    }

    .home-feature7 {
        gap: var(--dl-space-space-oneandhalfunits);
        max-width: 100%;
        align-items: center;
    }

    .home-content14 {
        gap: var(--dl-space-space-halfunit);
    }

    .home-title09 {
        font-size: 18px;
        line-height: 27px;
    }

    .home-description10 {
        line-height: 24px;
    }

    .home-guides {
        width: 100%;
    }

    .home-content15 {
        gap: var(--dl-space-space-twounits);
    }

    .home-testo-fq {
        font-size: 32px;
        line-height: 44px;
    }

    .home-rows-faq {
        flex-direction: column;
    }

    .home-faq {
        width: 100%;
    }

    .home-content16 {
        gap: var(--dl-space-space-twounits);
    }

    .home-testo-fq1 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-rows-faq1 {
        flex-direction: column;
    }

    .home-title10 {
        font-size: 16px;
    }

    .home-contact-us {
        flex-wrap: wrap;
    }

    .home-features1 {
        gap: var(--dl-space-space-threeunits);
    }

    .home-header4 {
        gap: var(--dl-space-space-unit);
    }

    .home-text84 {
        font-size: 14px;
    }

    .home-text85 {
        font-size: 32px;
        line-height: 44px;
    }

    .home-container5 {
        height: auto;
        flex-wrap: wrap;
    }

    .home-textinput1 {
        width: 40%;
    }

    .home-text86 {
        font-size: 14px;
    }

    .home-get-started2 {
        display: none;
    }

    .home-footer {
        gap: var(--dl-space-space-twounits);
        height: 100vh;
    }

    .home-content18 {
        gap: var(--dl-space-space-threeunits);
        flex-direction: column;
        justify-content: flex-start;
    }

    .home-information {
        gap: var(--dl-space-space-oneandhalfunits);
        align-self: center;
    }

    .home-heading6 {
        gap: var(--dl-space-space-halfunit);
    }

    .home-pasted-image7 {
        width: 100px;
    }

    .home-text89 {
        font-size: 12px;
        align-self: center;
        line-height: 18px;
    }

    .home-socials {
        gap: var(--dl-space-space-halfunit);
    }

    .home-social {
        padding: 12px;
    }

    .home-social1 {
        padding: 12px;
    }

    .home-social2 {
        padding: 12px;
    }

    .home-social3 {
        padding: 12px;
    }

    .home-links {
        gap: var(--dl-space-space-oneandhalfunits);
        width: 100%;
        align-self: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .home-header5 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-icon20 {
        right: 38px;
    }
}

@media(max-width: 479px) {
    .home-tripolares-imagen {
        height: 400px;
        text-align: -webkit-center;
    }
    .home-accesorios-image {
        height: 400px;
    }
    .home-hero4 {
        width: 85%;
    }
    .home-image-test {
        left: 0px;
        right: 0px;
        /* bottom: -325px; */
        margin: auto;
        width: 230px;
    }
    .home-example-image {
        max-width: 300px;
    }
    .home-notification {
        position: relative;
    }

    .home-announcement {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .home-navbar-interactive {
        height: auto;
        padding: var(--dl-space-space-unit);
        padding-right: 16px;
    }

    .home-text {
        font-size: 24px;
    }

    .home-link05 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link06 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link07 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link08 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-link09 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: var(--dl-space-space-oneandhalfunits);
    }

    .home-icon06 {
        fill: var(--dl-color-primary-fondooscuro);
        width: 24px;
        height: 24px;
        margin-right: var(--dl-space-space-threeunits);
    }

    .home-icon08 {
        fill: var(--dl-color-primary-fondooscuro);
        width: 24px;
        height: 24px;
        margin-right: var(--dl-space-space-threeunits);
    }

    .home-icon12 {
        fill: var(--dl-color-primary-fondooscuro);
        width: 24px;
        height: 24px;
        margin-right: var(--dl-space-space-threeunits);
    }

    .home-hero-buttons {
        flex-direction: column;
    }

    .home-pasted-image {
        width: 150px;
    }

    .home-pasted-image1 {
        width: 150px;
    }

    .home-pasted-image2 {
        width: 150px;
    }

    .home-pasted-image3 {
        width: 150px;
    }

    .home-pasted-image4 {
        width: 150px;
    }

    .home-pasted-image5 {
        width: 150px;
    }

    .home-pasted-image6 {
        width: 150px;
    }

    .home-section {
        flex-wrap: wrap;
    }

    .home-image03 {
        width: 100%;
    }

    .home-section1 {
        height: auto;
    }

    .home-image04 {
        width: 100%;
    }

    .home-content04 {
        align-items: center;
    }

    .home-accordion {
        align-items: center;
    }

    .home-element {
        width: 100%;
        max-width: auto;
        align-self: center;
        justify-content: center;
    }

    .home-details {
        align-items: center;
        justify-content: center;
    }

    .home-text26 {
        align-self: center;
    }

    .home-element1 {
        width: 100%;
        max-width: auto;
    }

    .home-image06 {
        width: 100%;
    }

    .home-feature {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature5 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature6 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-feature7 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-contact-us {
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        padding-right: var(--dl-space-space-unit);
        justify-content: center;
    }

    .home-features1 {
        height: auto;
        padding: var(--dl-space-space-halfunit);
        flex-wrap: wrap;
        align-self: center;
        align-items: center;
    }

    .home-container3 {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        border-color: var(--dl-color-gray-black);
        border-width: 0px;
        justify-content: flex-end;
    }

    .home-header4 {
        flex-wrap: wrap;
    }

    .home-tag2 {
        align-self: center;
    }

    .home-container4 {
        width: 100%;
        align-self: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .home-textinput1 {
        width: 40%;
    }

    .home-container6 {
        width: 100%;
    }

    .home-container7 {
        width: 100%;
    }

    .home-get-started1 {
        display: flex;
    }

    .home-hero-buttons1 {
        width: 100%;
        flex-direction: column;
    }

    .home-io-btn1 {
        width: 100%;
    }

    .home-android-btn1 {
        width: 100%;
    }

    .home-content18 {
        align-items: center;
    }

    .home-information {
        align-self: center;
    }

    .home-text89 {
        align-self: center;
    }

    .home-links {
        width: 100%;
        flex-direction: column;
    }
}
