@font-face {
    font-family: 'amplesoftpromedium';
    src: url('../fonts/amplesoftpro-medium-webfont.woff2') format('woff2'),
        url('../fonts/amplesoftpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroyblack';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroymedium';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
        url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldblack';
    src: url('../fonts/grold-black-webfont.woff2') format('woff2'),
        url('../fonts/grold-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldextrabold';
    src: url('../fonts/grold-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/grold-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldlight';
    src: url('../fonts/grold-light-webfont.woff2') format('woff2'),
        url('../fonts/grold-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldmedium';
    src: url('../fonts/grold-medium-webfont.woff2') format('woff2'),
        url('../fonts/grold-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'groldregular';
    src: url('../fonts/grold-regular-webfont.woff2') format('woff2'),
        url('../fonts/grold-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: .8em;
}

body {
    font-family: 'groldregular', sans-serif;
    font-size: 1.2rem;
    background: #f2f2f2;
    color: #636363;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 2.3rem;
}

a {
    text-decoration: none !important;
}

.btn {
    padding: 10px 11px;
    border-radius: 50px !important;
    font-size: 1rem;
}

.btn-outline-light {
    border: 2px #fff solid !important;
}

.btn-light,
.btn-outline-light:hover {
    border: 2px #fff solid !important;
    color: #FF4F0C !important;
}

.btn-light,
.btn-outline-light:hover {
    color: #FF4F0C !important;
}

.text-orange {
    color: #FF4F0C !important;
}

.btn-orange {
    background-color: #FF4F0C !important;
    text-decoration: none;
    border-radius: 50px !important;
    padding: 7px 6px 7px 20px !important;
    color: #fff;
    vertical-align: middle;
    border: 2px solid #FF4F0C !important;
}

.btn-orange:hover {
    background-color: #fff !important;
    /* border: 2px solid #FF4F0C !important; */
    color: #FF4F0C !important;
}

.btn-orange2 {
    background-color: #FF4F0C !important;
    text-decoration: none;
    border-radius: 50px !important;
    padding: 15px 25px !important;
    color: #fff;
    vertical-align: middle;
    border: 2px solid #FF4F0C !important;
}

.btn-orange2:hover {
    background-color: #fff !important;
    /* border: 2px solid #FF4F0C !important; */
    color: #FF4F0C !important;
}

.btn-dark {
    background-color: #2b2b2b !important;
    text-decoration: none;
    border-radius: 50px !important;
    padding: 9px 20px !important;
    color: #fff;
    vertical-align: middle;
    border: 2px solid #2b2b2b !important;
}

.btn-dark i {
    color: #FF4F0C !important;
    vertical-align: middle;
    font-size: 1.5rem;
}

.btn-dark:hover {
    background-color: #fff !important;
    border: 2px solid #FF4F0C !important;
    color: #FF4F0C !important;
}

.btn-dark2 {
    background-color: #2b2b2b !important;
    text-decoration: none;
    border-radius: 50px !important;
    padding: 7px 6px 7px 20px !important;
    color: #fff;
    vertical-align: middle;
    border: 2px solid #FF4F0C !important;
}

.btn-dark2:hover {
    background-color: #FF4F0C !important;
    color: #000 !important;
}

.btn-white {
    background-color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px !important;
    padding: 7px 6px 7px 20px !important;
    color: #000;
    vertical-align: middle;
    border: 2px solid #FF4F0C !important;
}

.btn-white:hover {
    background-color: #2b2b2b !important;
    color: #fff !important;
}

.whats-ico {
    font-size: 1.5rem;
    background-color: #2ab540;
    border-radius: 50%;
    padding: 8px 9px;
    margin-left: 15px;
    vertical-align: middle;
    color: #fff;
}

.chevron-ico {
    font-size: 2rem;
    padding: 8px 9px;
    margin-left: 15px;
    vertical-align: middle;
}

.whats-ico-bordered {
    font-size: 1.5rem;
    background-color: #2ab540;
    border-radius: 50%;
    padding: 8px 9px;
    /* margin-left: 30px; */
    vertical-align: middle;
    color: #fff;
    border: 2px solid #fff !important;
}

.btn:hover>.whats-ico {
    color: #fff;
}

.navbar {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar a.btn-nav {
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    font-size: .87rem;
    /* font-weight: 600; */
}

.navbar a.btn-navlight {
    background-color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: .87rem;
    /* font-weight: 600; */
}


.navbar a.btn-nav:hover {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

a.navbar-brand {
    width: 180px !important;
}

img.logo {
    width: 90%;
}

.navbar-toggler {
    border-color: #fff;
    color: #fff;
}

#header {
    background: rgb(254, 79, 12);
    background: linear-gradient(90deg, rgba(254, 79, 12, 1) 0%, rgba(255, 81, 12, 1) 50%, rgba(255, 79, 11, 1) 100%);
    color: #fff;
}

#header h1 {
    margin-top: 60px;
    line-height: 4rem;
    font-family: "groldlight", sans-serif;
}

#header h1 b {
    font-family: "groldextrabold", sans-serif;
}

#header h5,
#header #top-links {
    margin-top: 30px;
}

#welcome {
    background-color: #f2f2f2;
    background-image: url('../img/welcome.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid #000; */
}

#welcome .text {
    text-align: center;
}

#whatsapp h2,
#planos h2,
#conectado h2,
#monitoramento h2,
#indique h2,
#qualidade h2,
#welcome h2 {
    line-height: 3rem;
    font-family: "groldlight", sans-serif;
}

#whatsapp h2 b,
#planos h2 b,
#conectado h2 b,
#monitoramento h2 b,
#indique h2 b,
#qualidade h2 b,
#welcome h2 b {
    font-family: "groldextrabold", sans-serif;
    /* font-size: 1rem; */
}

#oferta img {
    width: 100%;
}

#oferta p {
    font-size: .7rem;
}

#whatsapp .bloco {
    background: #FF4F0C;
    border-radius: 35px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(255, 79, 12, 1);
    -moz-box-shadow: 0px 0px 40px -10px rgba(255, 79, 12, 1);
    box-shadow: 0px 0px 40px -10px rgba(255, 79, 12, 1);
}

#whatsapp .bloco p.content-txt {
    font-size: .8rem;
}

.whatsapp-bg {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    background-image: url(../img/whatsapp.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

#planos {
    background: rgb(242, 242, 242);
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 40%, rgba(97, 81, 71, 1) 80%);
}

#planos2 {
    background: #0D0905;
}

#planos p,
#planos2 p {
    font-size: 0.8rem;
}

#planos .content .velocidade,
#planos .content .valor,
#planos2 .content .velocidade,
#planos2 .content .valor {
    font-family: "groldextrabold", sans-serif;
    line-height: 3rem;
}

#planos .content,
#planos2 .content {
    padding: 30px 20px;
}

#planos hr,
#planos2 hr {
    margin-top: .8rem;
    margin-bottom: 1rem;
}

#planos .valor span,
#planos2 .valor span {
    font-family: "groldregular", sans-serif;
    font-size: 2.2rem;

}

.plan-1 {
    border: 2px solid #2b2b2b;
    color: #fff;
    background-color: #2b2b2b;
    border-radius: 40px;
}

.plan-1 hr,
.plan-3 hr {
    border: 1px solid #FF4F0C;
}

.plan-1 h3 span,
.plan-3 h3 span {
    color: #FF4F0C;
}

.plan-2 {
    border: 2px solid #FF4F0C;
    color: #fff;
    background-color: #FF4F0C;
    border-radius: 40px;
}

#planos .plan-2 .velocidade,
#planos2 .plan-2 .velocidade {
    font-size: 4.8rem;
}

.plan-2 hr {
    border: 1px solid #fff;
}

.plan-3 {
    border: 2px solid #FF4F0C;
    color: #2b2b2b;
    background-color: #fff;
    border-radius: 40px;
}

.plan-3 .valor {
    color: #FF4F0C;
}

.bestplan {
    background: #000;
    border-radius: 15px;
    padding: 5px 25px !important;
    font-size: .7rem;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-top: -15px;
}

#planos2 .bestplan {
    background: #fff;
    color: #000;
}

#diversao {
    background: #615147;
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 40%, rgba(97, 81, 71, 1) 80%);
    color: #fff;
}

#diversao>.content {
    position: relative;
    z-index: 9999;
    margin-bottom: -400px;
}

#diversao .rodape {
    border: 2px solid #FF4F0C;
    color: #fff;
    background-color: #FF4F0C;
    border-radius: 40px;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
    -moz-box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
    box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
}

#diversao .rodape .txt,
#diversao .rodape .plano {
    border-right: 2px solid #ff6630;
}

#diversao .rodape .plano img {
    width: 80%;
}

#diversao .rodape .plano-valor img {
    width: 55%;
}

.perfect-plan {
    position: relative;
    margin-top: -60px;
    z-index: 9999;
}

#conectado {
    background-color: #0D0905;
    color: #fff;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 40px;
}

#conectado .container {
    background-image: url('../img/conectado.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.conectado-img {
    display: none;
}

#monitoramento {
    background-color: #0D0905;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#monitoramento .container {
    background-image: url('../img/vigilancia.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.monitoramento-img {
    display: none;
}

#indique {
    color: #fff;
    background: rgb(13, 9, 5);
    background: linear-gradient(180deg, rgba(13, 9, 5, 1) 20%, rgba(242, 242, 242, 1) 70%);
}

#footer .content,
#newsletter .content {
    border-bottom: 1px solid #fff;
}

#newsletter .content h4 {
    font-size: 1.6rem;
}

#newsletter input::placeholder {
    color: #fff;
}

#newsletter input[type=text] {
    appearance: none;
    border: none;
    outline: none;
    color: #fff;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 50px 10px 10px;
}

#newsletter button i {
    font-size: 1.5rem;
}

#newsletter button {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    background: transparent;
    color: #fff;
}

#footer {
    background: #FF4F0C;
    color: #fff;
}

#footer .social-links {
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.social-link {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 4px 6px;
    font-size: 1.5rem;
}

#footer .social-link {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 1.5rem;
    margin-left: 25px;
}

/* 
.social-link:hover {
    background: #a78fbf;
    color: #fff;
} */

.social-link .fa-facebook-f {
    padding: 5px 8px;
    /* font-size: 1.5rem; */
}

.social-link .fa-twitter {
    padding: 5px 3px;
    /* font-size: 1.5rem; */
}

.social-link .fa-instagram {
    padding: 5px 4px;
    /* font-size: 1.5rem; */
}

.social-link .fa-youtube {
    padding: 5px 1px;
    /* font-size: 1.5rem; */
}

.social-link .fa-whatsapp {
    padding: 5px 4px;
    /* font-size: 1.5rem; */
}

.social-link .fa-linkedin-in {
    padding: 5px 4px;
    /* font-size: 1.5rem; */
}

#footer p {
    font-size: 0.8rem;
}

#logo-footer img{
    width: 60%;
}

#copywright p,
#copywright a {
    font-size: 0.8rem;
}

#copywright a {
    text-decoration: none;
    color: #fff;
}

#copywright .pages {
    text-align: right;
}


.modal-content {
    border: 2px solid #FF4F0C;
    color: #fff;
    background-color: #FF4F0C;
    border-radius: 40px;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
    -moz-box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
    box-shadow: 0px 0px 50px -5px rgba(255, 79, 12, 1);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

#modalForm {
    z-index: 99999;
}


@media screen and (max-width: 1699px) {}

@media screen and (max-width: 1499px) {}

@media screen and (max-width: 1299px) {}

@media screen and (max-width: 1199px) {
    #diversao {
        background: #615147;
    }

    .perfect-plan {
        text-align: center;
        /* display: none; */
    }

}

@media screen and (max-width: 991px) {
    img.logo {
        width: 70%;
    }

    .navbar {
        background: #FF4F0C;
        width: 100%;
    }

    .navbar a.btn-nav,
    .navbar a.btn-navlight {
        width: 100%;
    }

    .perfect-plan {
        position: relative;
        /* margin-top: 30px;
        margin-bottom: 30px; */
        z-index: 9999;
    }

    #diversao {
        background: rgb(97,81,71);
        background: linear-gradient(180deg, rgba(97,81,71,1) 65%, rgba(13,9,5,1) 90%);
    }

    #diversao .rodape .txt,
    #diversao .rodape .plano {
        border-right: none !important;
    }

    #diversao .rodape .plano img {
        width: 90%;
        margin: 20px 0 10px;
    }

    #diversao .rodape .plano-valor img {
        width: 35%;
        margin: 20px 0;
    }
}

@media screen and (min-width: 992px) {
    ul.navbar-nav {
        display: flex;
        align-items: stretch;
        /* Default */
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }

    li.nav-item {
        display: block;
        flex: 0 1 auto;
        /* Default */
        list-style-type: none;
        padding: 0 0.75em;
        z-index: 1;
    }

    li.nav-item:first-child {
        padding-left: 0;
    }

    li.nav-item:last-child {
        padding-right: 0;
    }

    ul.nav-item:after {
        content: '';
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
    }




}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    #header h1 {
        margin-top: 60px;
        line-height: 3rem;
        font-family: "groldlight", sans-serif;
    }

#welcome {
    background-image: none !important;
    background-color: #f2f2f2;
}    

/*#welcome .text {
    text-align: justify;
}*/

    .plan-1 h2,
    .plan-2 h2,
    .plan-3 h2 {
        font-size: 3.5rem;
    }

    #diversao>.content {
        position: relative;
        z-index: 9999;
        margin-bottom: -100px;
    }

    #conectado .container {
        background-image: none;
    }

    .conectado-img {
        display: block;
    }

    #monitoramento .container {
        background-image: none;
    }

    .monitoramento-img {
        display: block;
    }

.content-footer,
#logo-footer {
    text-align: center;
}

    .social-links {
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px 0;
    }


    .social-link {
        margin-left: 5px;
    }

    #copywright .dev,
    #copywright .pages {
        text-align: center;
    }

}

@media screen and (max-width: 599px) {}

@media screen and (max-width: 519px) {

    #copywright p,
    #copywright a {
        text-align: center !important;
    }
}

@media screen and (max-width: 440px) {
    a#btn-whats {
        display: none !important;
    }
}

@media screen and (max-width: 390px) {}