@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
.download-app {
    font-family: 'Rubik', sans-serif;
    background: #4b4b4b;
    color: #fff;
}
.download-app img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.download-app strong.txt {
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.download-app span.txt {
    display: block;
    color: #d8d8d8;
    font-size: 12px;
}
.download-app a,
.download-app a:hover {
    color: #fff;
    background: #19abff;
    text-align: center;
    border-radius: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

body.app-download header {
    top: 75px;
}
body.app-download header.sticky.open {
    top: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 50px 0;
    z-index: 5;
}
header.sticky {
    position: fixed;
    padding: 0 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
}
header.sticky.open {
    opacity: 1;
    height: 71px;
    background: #fff;
}

header .logo {
    width: 105px;
    padding: 18px 0 13px;
}
header .logo .colorido,
header.sticky .logo .branco {
    display: none;
}

header.sticky .logo .colorido {
    display: block;
}

a.menu {
    font-size: 24px;
    padding: 20px;
    color: #fff;
    display: none;
}
header.sticky a.menu {
    color: #2a3072;
}
a.menu:hover,
header.sticky a.menu:hover {
    text-decoration: none;
    color: #3aa8f5;
}

nav {
    position: relative;
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav ul li {
    display: inline-block;
    margin-left: 45px;
    float: right;
}
nav ul li:last-child {
    margin: 0;
}
nav ul li a.link {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    margin-top: 15px;
    display: inline-block;
}
header.sticky nav ul li a.link {
    color: #2a3072;
}
nav ul li a.link:hover,
header.sticky nav ul li a.link:hover {
    text-decoration: none;
    color: #fd3c8f;
}
nav ul li a.bt {
    font-size: 13px;
    background: transparent;
    color: #fd3c8f;
    font-weight: bold;
    border: solid 2px #fd3c8f;
    display: inline-block;
    padding: 13px 17px;
    transition: all 0.2s ease-out;
}
nav ul li a.bt:hover {
    text-decoration: none;
    background: #fd3c8f;
    color: #fff;
}
nav ul li.contract,
nav a.return {
    display: none;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.25;
    color: #42454c;  
}

p {
    color: #656971;
    font-size: 14px;
    line-height: 1.5;
}

.call {
    background: url('/img/banner-internet-fibra-sorocaba-linkizi.jpg') no-repeat center top #2a3072;
    background-size: cover;
    position: relative;
    padding: 8.75rem 0 40%;
}
.call h1 {
    color: #fff;
    margin: 0 0 15px;
    width: 100%;
}
.call h1 span {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 3.56;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: block;
}
.call h1 strong {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.33;
    max-width: 480px;
    display: block;
}
.call .button {
    font-size: 1.125rem;
    height: 4.5rem;
    line-height: 4.3rem;
    padding: 0 30px;
    font-weight: 800;
    min-width: 250px;
    text-align: center;
}
.call .button.area {
    margin-right: 20px;
}
.access {
    padding: 0 0 7.5rem;
    margin-top: -18.75rem;
    background: #fff;
}
.access h2 {
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0 0 25px;
}
.access > strong {
    position: relative;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    color: #b9bde1;
    margin: 0;
    padding: 0 0 55px;
}
.access a {
    position: relative;
    background: #fd3c8f;
    display: block;
    width: 100%;
    line-height: 1.2;
    padding: 0 5rem;
    padding-bottom: 75%;
    height: 0;
    color: #fff;
    transition: all 0.2s ease-out;
}
.access a.dif {
    background: #f82881;
}
.access a:hover {
    background: #f0f2f5;
    color: #fd3c8f;
}
.access a strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
.access a strong b {
    top: 0;
    font-weight: bold;
    position: relative;
    transition: top 0.2s ease-out;
}
.access a strong i {
    position: absolute;
    top: 30%;
    font-size: 4.5rem;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.access a:hover strong i {
    opacity: 1;
}
.access a:hover strong b {
    top: 10%;
}

.benefits,
.about {
    background: #fff;
}
.comment {
    background: url('/img/dots.png') no-repeat 90% 0 #2a3072;
    padding: 5rem 0 8rem;
}
.comment h2 {
    color: #fff;
    padding-bottom: 5rem;
    font-size: 3rem;
}
.comment button {
    display: none !important;
}
.comment .list-comment {
    position: relative;
    overflow: hidden;
}
.comment ul.list-comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment ul.list-comments .box_item {
    margin: 0 .5rem;
}
.comment ul.list-comments .box_item li {
    background: #fff;
    width: 360px;
    height: 313px;
    padding: 40px 35px;
    margin: 10px 0;
}
.comment ul.list-comments .box_item li figure {
    width: 52px;
    height: 52px;
    border-radius: 60px;
    margin: 0;
    background-color: #eaebf2;
    overflow: hidden;
}
.comment ul.list-comments .box_item li p {
    font-size: 1rem;
    color: #2a3072;
    line-height: 1.5;
    height: 115px;
}
.comment ul.list-comments .box_item li strong {
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    color: #e63888;
}
.comment ul.list-comments .box_item li a {
    font-size: 14px;
    font-weight: 500;
    color: #b3b8be;
}
.comment ul.list-comments .box_item li a:hover {
    color: #6cd6fb;
    text-decoration: none;
}

.benefits {
    padding: 7.5rem 0 4.25rem;
}
.benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefits ul li {
    padding-bottom: 5rem;
}
.benefits ul li b {
    color: #6bd5fa;
    font-size: 3rem;
    font-weight: bold;
    display: block;
}
.benefits ul li h3 {
    color: #42454c;
    line-height: 1.5;
    font-size: 1rem;
}
.benefits ul li p {
    max-width: 255px;
}



.plans {
    padding: 6.25rem 0;
}
.plans ul,
.plans ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.plans h2 {
    margin-bottom: 3rem;
}
.plans .box {
    position: relative;
}
.plans .box li.medium-auto {
    background: #fff;
    text-align: center;
    padding: 60px 0 0;
    height: 545px;
}
.plans .box li strong {
    color: #767779;
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.plans .box li .value {
    display: block;
}
.plans .box li b {
    color: #42454c;
    font-size: 1.25rem;
    font-weight: 800;
}
.plans .box li b.rs {
    display: inline-block;
    position: relative;
    top: -25px;
}
.plans .box li b.val {
    font-size: 3rem;
}
.plans .box li .button {
    width: 100%;
}
.plans .list-plans {
    max-width: 220px;
    position: relative;
    margin: 0 auto;
}
.plans .box li ol {
    margin-top: 35px;
    text-align: left;
    line-height: 2.13;
    height: 220px;
}
.plans .box li ol li {
    font-size: 0.9375rem;
    color: #5c646e;
}
.plans .box li ol li i {
    color: #6bd5fa;
    margin-right: 10px;
}
.plans .box div.box_item {
    padding: .3rem;
}

.about {
    padding: 7.5rem 0;
}
.about .text {
    position: relative;
    background: #6cd6fb;
    display: block;
    width: 50%;
    line-height: 1.2;
    padding: 0 5rem;
    position: relative;
    padding-bottom: 50%;
    height: 0;
}
.about .text strong {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 5rem;
    color: #fff;
}
.about img {
    width: 100%;
}

.questions {
    padding: 7.5rem 0;
}
.questions h2 {
    max-width: 480px;
}
.questions ol.questions {
    list-style: none;
    padding: 0 0 0 80px;
    margin: 0;
}
.questions ol.questions li {
    padding: 0;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.2s ease-out;
}
.questions ol.questions h3 {
    font-size: 1.125rem;
    margin: 0;
    padding: 13px 30px 13px 0;
    color: #6f7077;
    font-weight: 500;
    cursor: pointer;
    border-bottom: solid 2px #d4d8dd;
    transition: all 0.2s ease-out;
    color: #42454c;
}
.questions ol.questions li.active h3,
.questions ol.questions li:hover h3 {
    color: #fd3c8f;
    font-weight: bold;
    border-bottom-color:  #fd3c8f;
}
.questions ol.questions h3 i {
    color: #40454b;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    right: 10px;
}
.questions ol.questions li.active h3 i,
.questions ol.questions li:hover h3 i {
    color:  #fd3c8f;
}
.questions ol.questions .text {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
} 
.questions ol.questions p {
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
    
}
.questions ol.questions li.active .text {
    max-height: 200px;
    overflow: auto;
    opacity: 1;
}

button.slick-prev, button.slick-next,
button.slick-prev, button.slick-next {
    display: none !important;
}

/* Medium */
@media (max-width:1020px) {
    header,
    header.sticky {
        padding: 0 15px;
    }

    nav ul li a.link {
        font-size: 11px;
    }
    nav ul li {
        margin-left: 30px;
    }
    .call {
        padding: 14rem 0 30rem;
    }
    .call h1 {
        text-align: center;
    }
    .call h1 strong {
        margin: 0 auto;
    }
    .call .actions {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .call .button {
        width: 100%;
    }
    .call .button.area {
        margin: 0;
    }

    .access a strong {
        font-size: 2rem;
    }
    .access a strong i {
        font-size: 3rem;
    }

    .benefits h2 {
        margin-bottom: 60px;
    }

    .comment {
        background-position: 160% 0;
    }
}

/* Small */
@media (max-width:640px) {
    /*
    h2,
    h2 + p {
        max-width: 80%;
        padding: 0 10px;
    }
    */

    header .logo {
        width: 120px;
        padding-left: 10px; 
    }

    a.menu {
        display: inline-block;
    }

    nav {
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 99;
    }
    nav.open {
        display: block;
    }
    nav ul {
        padding: 45px 30px 30px;
    }
    nav ul li,
    nav ul li.contract {
        display: block;
        margin: 0;
        float: none;
    }
    nav ul li a.link {
        font-size: 18px;
        color: #2a3072;
        text-transform: none;
        margin-top: 10px;
        padding: 10px 20px 10px 0;
    }
    nav ul li a.bt {
        font-size: 16px;
        padding: 18px 17px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    nav ul li a.button {
        position: relative;
        font-size: 18px;
        width: 100%;
        margin: 0 0 20px;
    }
    nav ul li a.button i {
        position: absolute;
        right: 26px;
        top: 18px;
    }
    nav ul a.return {
        position: relative;
        width: 48px;
        height: 48px;
        text-align: center;
        font-size: 16px;
        padding-top: 16px;
        color: #2a3072;
        display: inline-block;
        left: -15px;
        margin-bottom: 45px;
    }

    .call {
        background: url('/img/banner-internet-fibra-sorocaba-linkizi.jpg') no-repeat 65% bottom #2a3072;
        background-size: 150%;
        padding: 14rem 0 24rem;
    }
    .call h1 span {
        font-size: 12px;
        line-height: 2;
    }

    .access {
        margin-top: -10rem;
        padding-bottom: 1rem;
    }
    .access > strong {
        display: none;
    }

    .access a strong {
        font-size: 1.2rem;
    }
    .access a strong i {
        font-size: 2rem;
    }

    .questions {
        background: #fff;
        padding: 60px 10px 40px;
    }
    .questions h2 {
        max-width: 270px;
        padding: 0;
    }
    .questions ol.questions {
        padding: 50px 0 0;
    }

    .plans h2 {
        margin-left: 20px;
    }
    .plans .box li ol {
        height: 150px;
    }
    .plans .box li.medium-auto {
        height: 460px;
    }
    .plans .slick-list {
        padding-right: 20% !important;
        padding-left: .75rem !important;
    }
    .plans .box .box_item li {
        width: 100%;
    }
    .plans > .grid-container,
    .plans >.grid-padding-x>.cell {
        padding: 0;
    }
    .plans .box div.box_item {
        padding: .5rem;
    }

    .about,
    .about >.grid-container {
        padding: 0;
    }
    .about .text {
        width: 100%;
    }
    .about .text strong {
        font-size: 1.5rem;
        padding: 0 3rem;
    }

    .comment {
        padding: 80px 0;
    }
    .comment h2 {
        padding-top: 0;
    }
    .comment  ul.list-comments {
        margin: 0;
    }
    .comment .list-comment {
        overflow: visible;
    }
    .comment .list-comment::before,
    .comment .list-comment::after {
        height: 0;
    }
    .comment .slick-list {
        padding-right: 20% !important;
        padding-left: .75rem !important;
    }
    .comment ul.list-comments .box_item li {
        width: 100%;
        max-width: 300px;
    }

    .comment .slick-dots {
        bottom: -25px;
    }
    .comment .slick-dots li button {
        background: #fff;
    }
    .comment .slick-dots li.slick-active button {
        background: #fd3c8f;
    }
    .comment .slick-dots button {
        display: block !important;
    }

    footer .address {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .copy {
        padding: 1rem 0.8rem;
    }
}

/* Mini */
@media (max-width:340px) {

    .download-app strong.txt span,
    .download-app span.txt span {
        display: none;
    }
}

/**/