/*---------------------------------------------------
|                       HOME                        |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-home .swiper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.path-home .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: var(--background_secondary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.path-home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.path-home .swiper-pagination {
    position: absolute;
    padding-bottom: 80px;
    z-index: 2;
}

.path-home .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 20px;
    background: var(--background_secondary);
    opacity: 0.8 !important;
}

.path-home .swiper-pagination-bullet-active {
    background: var(--background_blue);
    opacity: 0.95 !important;
}

.path-home .swiper .wave {
    position: absolute;
    display: inline-flex;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.path-home .swiper .wave svg {
    width: 100%;
}

/*----------SECTION 2----------*/
.path-home .section2 {
    width: 100%;
    padding: 70px 50px;
    background: var(--background_secondary);
}

.path-home .section2 .row {
    width: 100%;
    margin: 0;
    min-height: 150px;
    justify-content: center;
}

.path-home .section2 .row .solucion {
    margin: 10px;
    padding: 30px 25px;
    max-width: 250px;
    text-align: center;
    background: var(--background_secondary);
    border: 2px solid #F3F3F3;
    border-radius: 10px;
    width: 100%;
}

.path-home .section2 .row .solucion .solucion-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--text_color_blue);
}

.path-home .section2 .row .solucion .solucion-title {
    font-weight: 700;
}

.path-home .section2 .row .solucion .solucion-description {
    text-align: justify;
    margin: 0;
    padding: 0;
}

/*----------SECTION 3----------*/
.path-home .section3 {
    width: 100%;
    height: 700px;
    background: var(--background_primary);
}

/*----------SECTION 4----------*/
.path-home .section4 {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: var(--background_blue);
}

.path-home .section4 .info {
    padding: 40px 60px;
    height: 100%;
    width: 60%;
    color: #fff;
}

.path-home .section4 .wa-btn {
    background: var(--background_secondary);
    color: var(--text_color_blue);
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    transition: background 300ms;
}

.path-home .section4 .wa-btn:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.85);
    transition: background 300ms;
}


.path-home .section4 .wa-btn i {
    margin-left: 10px;
    margin-bottom: 3px;
    font-size: 20px;
    vertical-align: middle;
}

.path-home .section4 .decoration {
    position: absolute;
    display: flex;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.path-home .section4 .decoration .box {
    position: relative;
    width: 200px;
    height: 100%;
    background: var(--background_secondary);
}

@media (max-width: 830px) {
    .path-home .section4 .info {
        width: 100%;
    }
    .path-home .section4 .decoration {
        display: none;
    }
}

/*----------SECTION 5----------*/
.path-home .section5 {
    width: 100%;
    height: 200px;
    background: var(--background_secondary);
}

/*---------------------------------------------------
|                    Residencial                    |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-residencial .section-1 {
    background: var(--background_primary);
}

.path-residencial .section-1 .row {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.path-residencial .section-1 .condiciones {
    position: relative;
    color: var(--text_color_tertiary);
    font-weight: 200;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 75%;
    z-index: 1;
}

/*----------SECTION 2----------*/
.path-residencial .section-2 {
    height: 450px;
    background: var(--background_secondary);
}

/*----------SECTION 3----------*/
.path-residencial .section-3 {
    height: 450px;
    background: var(--background_primary);
}

/*---------------------------------------------------
|                     Bussines                      |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-bussines .section-1 {
    background: var(--background_primary);
}

.path-bussines .section-1 .row {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.path-bussines .section-1 .row .service-card .card-title {
    background: #5d00b9;
}

.path-bussines .section-1 .row .service-card .list-group-item i {
    color: #5d00b9;
}

.path-bussines .section-1 .condiciones {
    position: relative;
    color: var(--text_color_tertiary);
    font-weight: 200;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 75%;
    z-index: 1;
}

/*----------SECTION 2----------*/
.path-bussines .section-2 {
    height: 450px;
    background: var(--background_secondary);
}

/*---------------------------------------------------
|                     NOSOTROS                      |
---------------------------------------------------*/
.path-nosotros .section-1 {
    background: var(--background_secondary);
    padding-left: 15%;
    padding-right: 15%;
}

.path-nosotros .section-2 {
    padding-left: 15%;
    padding-right: 15%;
}

.path-nosotros .section-3 {
    background: var(--background_secondary);
    padding-left: 15%;
    padding-right: 15%;
}



/*---------------------------------------------------
|                       FAQ                         |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-faq .main-container {
    position: relative;
    display: flex;
    background: var(--background_primary);
    padding: 15px;
    min-height: 700px;
}

.path-faq .main-container .sidebar {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-right: 15px;
    padding: 10px 20px;
    background: white;
}

.path-faq .main-container .sidebar.closed {
    position: absolute;
    left: -300px;
}

.path-faq .main-container .sidebar h6 {
    color: #000;
    font-weight: 700;
    padding: 5px 10px;
    margin-top: 20px;
    user-select: none;
}

.path-faq .main-container .sidebar h6 i {
    color: var(--text_color_blue);
    margin-right: 8px;
}

.path-faq .main-container .sidebar a {
    display: block;
    background: white;
    width: 100%;
    padding: 5px 10px;
    margin: 5px 0;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 15px;
}

.path-faq .main-container .sidebar a:hover {
    background: var(--background_primary);
    border-radius: 5px;
}

.path-faq .main-container .content {
    position: relative;
    background: var(--background_secondary);
    padding: 40px 40px;
    width: 100%;
}

.path-faq .main-container .content p i {
    color: var(--text_color_blue);
    margin-right: 8px;
}
.path-faq .main-container .content .col {
    z-index: 1;
}
.path-faq .main-container .content button.wa-btn {
    position: relative;
    display: flex;
    background: var(--background_green);
    color: var(--text_color_light);
    padding: 5px 20px;
    margin: 5px auto 40px auto;
    text-align: center;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: background 300ms;
    z-index: 1;
}

.path-faq .main-container .content button.wa-btn:hover {
    background: var(--background_green_hover);
    transition: background 300ms;
}

.path-faq .main-container .content button.wa-btn i {
    margin-right: 10px;
    font-size: 18px;
}

/*---------------------------------------------------
|                       Support                     |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-support .main-container {
    position: relative;
    height: 700px;
    margin: 20px 40px;
    background: var(--background_secondary);
}

/*---------------------------------------------------
|                       SpeedTest                   |
---------------------------------------------------*/

/*----------SECTION 1----------*/
.path-speedtest .section-1 {
    background: none;
}

.path-speedtest .section-1 .row {
    width: 100%;
    margin: 0;
    min-height: 150px;
    justify-content: center;
}

.path-speedtest .section-1 .row .tip {
    margin: 10px;
    padding: 20px 15px;
    max-width: 350px;
    text-align: center;
 
    background: var(--background_secondary);
    box-shadow: 0px 4px 8px 0 rgba(0,0,0,.05);
    border-radius: 10px;
    width: 100%;
}

.path-speedtest .section-1 .row .tip i {
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--text_color_blue);
}

/*----------SECTION 2----------*/
.path-speedtest .section-2 {
    background: var(--background_secondary);
}