@font-face {
    font-family: "telefonica_textregular";
    src: url("../fonts/telefonicatext-regular-webfont.eot");
    src: url("../fonts/telefonicatext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/telefonicatext-regular-webfont.woff2") format("woff2"), url("../fonts/telefonicatext-regular-webfont.woff") format("woff"), url("../fonts/telefonicatext-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Telefonica-Bold";
    src: url("../fonts/telefonica-bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "telefonica_textregular", "Roboto", sans-serif;
}

/* Tamanhos de fontes */

h1 {
    font-size: 1.7rem;
}

.h1 {
    font-size: 1.8rem;
}

.title-megas {
    font-size: 2.3rem;
}

h2 {
    font-size: 1.3rem;
}

.price {
    font-size: 1.7rem;
}

.highlight-price {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.3rem;
}

.h3, .splash-megas {
    font-size: 1.5rem;
}

.subtitle {
    font-size: 1.05rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

.h5{
    font-size: 0.9rem;
}

.main-title {
    font-size: 3.5rem;
    letter-spacing: 2px;
}

#content-beneficios .h5{
    font-size: 1.25rem;
}

.h6-vb {
    font-size: 0.8rem;
}

.form-title {
    font-size: 18px;
}

#step_layer_portabilidade .form-title {
    font-size: 23px;
}

.small-promo {
    font-size: 15px;
    line-height: 1.1;
}

.title-card {
    font-size: 2.3rem;
}

.txt-small{
    font-size: 0.55rem;
    line-height: 1.2;
}

.txt-card{
    font-size: 0.75rem;
}

.small, small {
    font-size: 80%;
    font-weight: 700 !important;
}

/* Cores gerais de textos e backgrounds */

.bg-whatsapp-green {
    background-color: #4cca5a;
}

.bg-darkgreen {
    background-color: #5cb615 !important;
}

.bg-green {
    background-color: #5fbb46 !important;
}
.bg-lightgreen{
    background-color: rgb(109, 245, 75, 0.3);
}
.bg-darkblue {
    background-color: #0b2739;
}

.bg-blue {
    background-color: #019af6 !important;
}
.bg-orange{
    background-color: #f28d15;
}
.text-orange {
    color: #f28d15;
}
.text-blue {
    color: #019af6;
}

.text-green {
    color: #5cb615;
}
.text-darkgreen{
    color: #3c7521;
}
.text-darkblue {
    color: #0b2739;
}

.text-grey {
    color: #d3d4d3;
}
.card .text-grey {
    color: #86888c;
}

.text-grey-shadow {
    text-shadow: 0px 0px 5px rgba(245, 245, 245, 0.5);
}

.bg-light-secondary {
    background-color:rgb(109 245 75 / 30%);
}

.bg-light-primary {
    background-color: #d6edf9 !important;
}

.bg-pink {
    background-color: #e63780;
}

.bg-light-pink {
    background-color: #ffe9f2;
}

.text-pink {
        color: #e63780;
    }

.text-primary {
    color: #019af6 !important;
}
.border-primary{
    border: 2px solid #019af6 !important;
}
.box-grey-shadow {
    box-shadow: 0px 0px 5px rgba(245, 245, 245, 0.5);
}

.fit-content {
    width: fit-content;
}

.w-fit-content{
    width: fit-content;
    overflow: hidden;
}
.txt-card-position{
    position: absolute;
    top: 0;
    margin-top: -10px;
}
.ver-mais a{
    color: #0b2739;
}

.btn-terminos {
    background-color: #019af6;
    color: white;
    font-weight: bold;
    font-size: 0.7rem;
    border-radius: 15px;
}

.btn-terminos:hover {
    background-color: #0183fd;
    color: white;
    transition: 0.3s;
}

.btn-terminos:hover a {
    text-decoration: none;
}

/*Nav*/
.nav-link{
    font-size: 1rem;
    font-family: "telefonica_textregular", "Roboto", sans-serif;
    border-radius: 0 !important;
}

/* Botões */

.btn-default {
    background-color: #019af6;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 30px;
}

.btn-default:hover {
    background-color: #0183fd;
    color: white;
    transition: 0.3s;
}

.btn-radio {
    background-color: #019af6;
    border: 2px solid #019af6;
    color: #fff;
    margin-top: -1.5rem;
    border-radius: 30px;
}

.btn-border {
    background-color: transparent;
    color: #0b2739;
}

.btn-default:hover {
    background-color: #007bff;
    color: white;
    transition: 0.3s;
}

.btn-radio:hover, input[type=radio]:checked~.btn-radio {
    background-color: #007bff;
    border: 2px solid #007bff;
    color: white;
    transition: 0.3s;
}

.position-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    border-radius: 50%;
}

.position-btn #myBtn {
    width: 225px;
    margin: 0 auto;
}

.fixed-btn {
    background-color: #f90017;
    color: white;
    font-weight: bold;
    border-radius: 30px;
}

.cookies {
    position: initial !important;
    margin-bottom: 65px;
}

/* Banner e conteúdos */

#banner {
    background-color: #02a4ee;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

figure {
    margin: 0;
}
.rounded-5 {
    border-radius: 5px!important;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-top {
    border-radius: 15px 15px 0 0 !important;
}

.rounded-bottom {
    border-radius: 0 0 15px 15px !important;
}

.rounded {
    border-radius: 12px !important;
}

.rounded-secondary {
    border: 1px solid #3c7521;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.line {
    height: 50px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.splash {
    max-width: 300px;
    max-height: 145px;
}

.splash-b {
    max-width: 270px;
    max-height: 145px;
}

.splash-form {
    max-width: 255px;
}

.icon-netflix {
    width: 20px;
}

.border-radius-1{
    border-radius: 5px;
}
.border-blue{
    box-sizing: border-box;
    border: 2px solid #019df4;
}

.rounded-green{
    border: 1px solid #3c7521;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* .nav-item::{
    background-color: #007bff;
} */

#content-fibra{
    background: #009ef7;
}

#content-fibra h1 span{
    font-size: 3.5rem;
}
.img-cards{
    max-width: 65px;
}
#content-beneficios .slick-prev, #content-beneficios .slick-next{
    top: 60%;
}

#pills-tab-localizacao .anima-menu:hover, #pills-tab-localizacao .anima-menu.active {
    background-color: #0b2739 !important;
    color: #fff !important;
}
#pills-tab-localizacao .anima-menu {
    border: solid 1px #0b2739;
    color: #0b2739 !important;
}

/* animacao menu */
.anima-menu {
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    color: #007bff;
    border: solid 1px #007bff;
    padding: 0 10px 0 10px;
    font-size: 1.05rem;
}

.anima-menu:before,
.anima-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #5cb615;
    transition: 400ms ease all;
}

/* .anima-menu:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
} */
.anima-menu:hover, .anima-menu.active {
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    box-shadow: none;
}


/* fim animacao menu */

/* Glide */
#content-1 .glide__arrow, .glide__bullet {
    background-color: #019af6;
}

#content-1 .glide__arrow:hover, .glide__bullet--active{
    background-color: #5cb615!important;
}

.glide__bullets {
    bottom: -0.5em!important; /* 2 is default */
}
#content-1 .glide__arrow--right {
    right: 0em;
}

#content-1 .glide__arrow--left {
    left: -1em;
}

#pills-tabRegionalContent .glide__arrow {
    top: 28%;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content>.active,
.pill-content>.active {
    height: auto;
}

.slick-prev, .slick-next {
    top: 0;
    margin-top: -50px;
    height: 30px!important;
    background-color: #fff!important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev:before{
    content: url(../img/arrow-prev-blue.webp)!important;
}
.slick-prev.slick-disabled:before {
    content: url(../img/arrow-prev-grey.webp)!important;
    opacity: 1!important;
}

.slick-next:before{
    content: url(../img/arrow-next-blue.webp)!important;
}
.slick-next.slick-disabled:before {
    content: url(../img/arrow-next-grey.webp)!important;
    opacity: 1!important;
}
/* Slick */


/* mudar cor dos 'pontos' */

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #007bff !important;
}

.shake {
    animation: shake 0.9s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* Formulário */

/* Mostra somente um step por vez */

.form {
    display: none;
}

#step_1 {
    display: block
}

/* * -- */

.js-loading-msg {
    color: #000;
}

.form-body {
    min-height: 23rem;
}

/* Estilizar mensagem de erro do formulário */

.invalid-tooltip {
    position: absolute;
    display: inline-block;
    top: 93%;
    border-bottom: 1px dotted #ccc;
    color: white;
    background-color: #d02626;
}

.invalid-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d02626 transparent;
}

/* Modal do formulário */

.js-modal-bg-default, .js-modal-bg-af {
    background: hsla(0, 0%, 0%, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.js-form-modal {
    margin: auto 15px;
    position: absolute;
    z-index: 1001;
    top: 9%;
    bottom: 3%;
    right: 0;
    left: 0;
}

.js-modal-active {
    overflow: hidden;
}

.js-modal-active .js-form-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.btn-close-modal {
    font-size: 45px;
    margin: 5px 14px;
    color: #fff !important;
    float: right;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    cursor: pointer;
}

/* Animação do modal do formulário */

.js-scale-up-right {
    -webkit-animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
    animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

svg {
    width: 80px;
    /* display: block; */
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check 0.9s .35s ease-in-out forwards;
    stroke-linecap: round;
}

.line {
    stroke-linecap: round;
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.fade-in {
    fill: #dc3545;
    stroke: #dc3545;
    stroke-linecap: round;
    opacity: 1;
    animation: fadeInOpacity 0.5s ease-in 1;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Media queries */


@media (max-width: 600px) {
    .w-col{
        width: 266px;
    }
    .w-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: scroll;
        border-radius: 0;
        margin-top: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        position: relative;
        z-index: 1;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 1px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .btn-default{
        white-space: normal;
    }
}

@media (max-width: 350px) {
    .w-col{
        width: 200px;
    }
    .txt-card {
        font-size: 0.49rem;
    }
    p{
        font-size: 0.6rem;
    }
    .btn-default{
        font-size: 0.9rem;
    }
}
@media (max-width: 991px) {
    .btn-default{
        white-space: normal;
    }
}

@media screen and (min-width:992px) {
    .js-form-modal {
        width: 40%;
        top: 5%;
        bottom: 5%;
        margin: auto;
    }

    .form-title {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2, .price {
        font-size: 1.8rem;
    }

    .highlight-price {
        font-size: 2.7rem;
    }

    .h2 {
        font-size: 1.3rem;
    }

    h3, .subtitle {
        font-size: 1.7rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    .h6-vb {
        font-size: 1rem;
        text-transform: uppercase;
    }

    .h2-l{
        font-size: 2rem;
    }

    .splash-megas {
        font-size: 2.3rem;
    }

    .title-megas {
        font-size: 2.8rem;
        letter-spacing: 3px;
    }

    .main-title {
        font-size: 3.2rem;
        letter-spacing: 0;
    }

    .splash .text-discount {
        font-size: 4.3rem;
    }

    #banner {
        background-image: url(../img/background.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .card-title {
        font-size: 3rem !important;
    }

    .btn-default{
        white-space: normal;
    }

    .btn-terminos {
        font-size: 0.9rem;
    }

    #content-fibra h4{
        font-size: 1.2rem;
    }

    .h5{
        font-size: 1.25rem;
    }

    .cookies {
        margin-bottom: 0;
    }
}

@media screen and (min-width:1200px) {
    .title-megas {
        font-size: 2.5rem;
    }
    .h2 {
        font-size: 1.7rem;
    }

    h5 {
        font-size: 1rem;
    }

    .btn-default{
        font-size: 1.2rem;
    }

    #content-fibra h4{
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1400px){
    .title-megas {
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 1700px){
    .title-megas {
        font-size: 3rem;
    }
}

