@font-face{
  font-family: "Gilroy Light";
  src: url("../Gilroy%20Light.woff2") format('woff');
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@700&amp;display=swap');

@keyframes whatsappAcionado{
    0%{
        margin-right: -163px;
    }

    100%{
        margin-right: 0px;
    }
}

@keyframes whatsappRecua{
    0%{
        margin-right: 0px;
    }

    100%{
        margin-right: -163px;
    }
}

@keyframes SpeedtestAcionado{
    0%{
        margin-right: -195px;
    }

    100%{
        margin-right: 0px;
    }
}

@keyframes SpeedtestRecua{
    0%{
        margin-right: 0px;
    }

    100%{
        margin-right: -195px;
    }
}

@keyframes fadeOut{
            from{
                opacity: 1;
            }

            to{
                opacity: 0;
            }
        }

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

@media (max-width: 768px){
  .back-to-top{
    display: none;
  }
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #298ce5;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
} */

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FA7000;
  color: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar span{
  font-weight: 600;
}
#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #1573AF;
}
#topbar .contact-info i {
  color: #fff;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
  font-size: 20px;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 20px;
}
#topbar .social-links a:hover {
  color: #1573AF;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #2c4964;
}
#header .logo img {
  max-height: 70px;
}

@media (min-width: 320px) and (max-width: 510px){
  #header .logo img {
  max-height: 40px;
}
  .appointment-btn{
    display: none !important;
  }

  #cliente-mobile{
    display: flex;
  }
}

@media(min-width: 511px){
  #cliente-mobile{
    display: none;
  }
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1573AF;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}
.appointment-btn:hover {
  background: #FA7000;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1977cc;
  border-color: #1977cc;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #000;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #F0F8FF;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #000;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1573AF;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #FA7000;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #1573AF;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #FA7000;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1573AF;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter a i {
  font-size: 35px;
  font-weight: bold;
  color: #1573AF;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  color: #fff;
  text-decoration: none;
}

/* ===== BANNER PRINCIPAL ===== */
#salesCarousel{
  margin-top: 100px;
  height: 90vh;
  background-color: #000;
}

.carousel-item-1{
  background: url("../img/600_desktop.png") top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  width: 100%;
}

.carousel-item-2{
  background: url("../img/400_desktop-new.png") center center;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}
.carousel-item-3{
  background: url("../img/banner_novo_desktop.jpg") center center;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

@media (min-width: 1025px) and (max-width: 1366px){
  .carousel-item-1{
    background: url("../img/600_desktop.png");
    background-position: 44% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  .carousel-item-2{
    background: url("../img/400_desktop-new.png");
    background-position: 44% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  .carousel-item-3{
    background: url("../img/banner_novo_desktop.jpg");
    background-position: 44% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 480px){
  #salesCarousel{
    height: 30vh;
    margin-bottom: 0px;
  }

  .carousel-item-1{
    margin-top: 10px;
    background: url("../img/600_mobile.png");
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: cover;
    height: 85vh;
    width: 100%;
    
  }

  .carousel-item-2{
    margin-top: 10px;
    background: url("../img/400_mobile.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 85vh;
    width: 100%;
    
  }

  .carousel-item-3{
    margin-top: 10px;
    background: url("../img/banner_novo_mobile.jpg");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: cover;
    height: 30vh;
    width: 100%;
    
  }
}

@media (min-width: 767px) and (max-width: 1152px){
  .carousel-item-1{
    background: url("../img/600_mobile.png");
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
  }

  .carousel-item-2{
    background: url("../img/400_mobile.png");
    background-position: 50% 60%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
  }

  .carousel-item-3{
    background: url("../img/banner_novo_mobile.jpg");
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
  }
}

/* ===== Planos ======= */

  .planos{
    padding-top:0px;
    padding-bottom: 30px;
    background: #1C1C1C;
  }

  @media (max-width: 768px){
    .planos{
      margin-top: 60px;
    }
  }

  @media (min-width:320px) and (max-width:575px){
    .planos{
      margin-top: 0px;
    }

    .plan-header span{
      font-size: 18px;
    }
  }


  .plan-header{
    background: #1C1C1C;
    margin-top: 0px;
    padding: 20px 0px;
  }


  .plan-header h2{
    color: #fff;
    text-align: center;
    padding-top: 30px;
  }

  .plan-header h5{
    color: #fff;
  }

  .plan-header p{
    font-family: 'Raleway';
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
  }

  .plan-header span{
    padding: 0px 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    cursor:pointer;
  }

  .corpo-comum{
    animation: fadeIn .5s ease;
  }

  .corpo-empresariais{
    animation: fadeIn .5s ease;
  }
/* FIM */

  /* DimensÃ£o dos cards de plano */
    .plan-card{
        border: 1px solid rgba(220, 220, 220, 1.0);
        padding-bottom: 30px;
        border-radius: 10px;
        width: 280px;
        margin: 30px 20px;
        position: relative;
        overflow: hidden;
        border:  none;
        box-shadow: 0 0 10px #696969;
    }

    .card-family{
      background: #000;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .card-gamer{
      background: #000;
      background-repeat: no-repeat;
    }

    .card-extreme{
      background: bottom center #000;
      background-repeat: no-repeat;
    }


    .plan-title h2{
      font-size: 60px;
      font-family: 'Quicksand', sans-serif;
      text-align: center;
      font-weight: 600;
      position: relative;
      margin-bottom: 10px;
      padding-bottom: 5px;
      color: #fff;
      letter-spacing: -5px;
    }

    .plan-title h2::after{
      content: "";
      position: absolute;
      display: block;
      width: 100px;
      height: 3px;
      background: #FA7000;
      bottom: 0px;
      left: calc(40% - 20px);
    }

    .plan-title span{
      font-size: 30px;
      font-family: 'Spartan', sans-serif;
      -webkit-text-stroke-color: #fff;
      -webkit-text-stroke-width: 1px;
      color: #000;
      letter-spacing: -3px;
      font-weight: 800;
    }

    .plan-card h5{
      text-align: center;
      color: #fff;
      font-weight: 200;
    }
    .plan-title h6{
      color: #fff;
      text-align: center;
      font-family: 'Quicksand', sans-serif;
      -webkit-text-stroke-width: .045em;
      -webkit-text-stroke-color: #000;
      padding-top: 20px;
      margin-bottom: -10px;
      font-size:15px;
      font-weight: 200;
      letter-spacing: 1px;
    }

    .plano-detalhes{
      padding-top: 20px;
    }

    .plano-detalhes li{
      color: #fff;
      list-style-type: none;
      font-size: 15px;
      text-align: center;
    }

    .recursos-plano{
      text-align: center;
      font-size: 22px !important;
      font-weight: 600;
    }

    .plano-detalhes button{
      border: none;
      border-radius: 5px;
      padding: 5px 15px;
      color: #fff;
      background: linear-gradient(to right,#FF4500, #FF4500,#FA7000);
      /*background: #FA7000; */
      cursor: unset;
      font-weight: 600;
      font-size: 17px;
    }

    .plano-detalhes i{
      font-weight: 800;
    }

    .por{
      color: #fff;
      font-size: 15px !important;
      display: inline-block;
      line-height: 20px;
    }

    .preco-plano{
      color: #fff;
      font-size: 65px;
      letter-spacing: -3px;
      font-weight: 600;
    }

    .teste-plan{
      color: #fff;
      display: inline;
    }

    .plan-price button{
      color: #fff;
      border: 1px solid #fff;
      border-radius: 25px;
      padding: 5px 20px;
      background: transparent;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: -1px;
    }

    .plan-price button:hover{
      background: #fff;
      color: #000;
      transition: .2s ease;
    }

/* ===== Fim dos Planos ===== */

/* ===== VANTAGENS =====*/
#vantagens{
  margin-top: 60px;
  background: #000;
}

/* ===== VIABILIDADE ===== */

.viabilidade {
  background: url("../img/viabilidade-desktop.png") center #fff;
  padding: 200px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.viabilidade h2{
  color: #fff;
  text-align: center;
}

.viabilidade h5{
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.viabilidade p{
  text-align: center;
}

.viabilidade button{
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 20px;
  background: #FA7000;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width:  768px){ /* resoluÃ§Ã£o de celular */
  .viabilidade{
    height: 70vh;
    background: url("../img/viabilidade-mobile.png") center #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 50px;
  }
  .viabilidade h2{
    padding-top: 150px;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 30px;
  }

  .viabilidade h5{
    font-weight: 400;
  }
}

@media (max-width: 575px){
  .viabilidade{
    height: 100%;
  }

  .viabilidade h2{
    padding-top: 100px;
  }
}

/* ==== BOTÕES FLUTUANTES ==== */
.whatsapp-btn{
    position: fixed;
    bottom: 5px;
    right: 5px;
    margin-right: -163px;
    z-index: 999999999999;
}

.whatsapp-btn-acionado{
    animation: whatsappAcionado ease .7s;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 999999999999;
}

.whatsapp-btn img{
  height: 70px;
}

.whatsapp-btn-acionado img{
  height: 70px;
}

.whatsapp-btn-recua{
    animation: whatsappRecua ease .7s;
    position: fixed;
    bottom: 5px;
    right: 5px;
    margin-right: -163px;
}

.whatsapp-btn span{
    cursor: pointer;
}

.speedtest-btn{
    position: fixed;
    bottom: 75px;
    right: 5px;
    margin-right: -195px;
    z-index: 999999999999;
}

.speedtest-btn-acionado{
    position: fixed;
    bottom: 75px;
    right: 5px;
    animation: SpeedtestAcionado ease .7s;
    z-index: 999999999999;
}

.speedtest-btn img{
  height: 70px;
}

.speedtest-btn-acionado img{
  height: 70px;
}

.speedtest-btn-recua{
    position: fixed;
    bottom: 70px;
    right: 5px;
    animation: SpeedtestRecua ease .7s;
    margin-right: -195px; 
}

.speedtest-btn span{
    cursor: pointer;
}

.btn-text {
    background: #fff;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.transicao-btn{
    transition: .5s ease;
}

.speedtest-btn a{
    text-decoration: none !important;
}

.speedtest-btn-acionado a{
    text-decoration: none !important;
}

.whatsapp-btn a{
    text-decoration: none !important;
}

.whatsapp-btn-acionado a{
    text-decoration: none !important;
}

        .privacy-policy-container{
            position: fixed;
            bottom: 20px;
            width: 100%;
        }

        .policy-popup{
            border: 1px solid #808080;
            background: white;
            margin: 0px 50px;
            bottom: 10px;
            padding: 7px 20px;
        }

        .policy-text p{
            font-size: 16px;
            font-family: 'Raleway';
            background: #fff;
            padding-top: 25px;
            font-weight: 500;
        }

        .entendi-btn{
            text-align: center;
            margin: 20px 0px;
        }

        .entendi-btn button{
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: 600;
            border: none;
            background: #1573AF;
            color: #fff;
            font-family: 'Raleway';
        }

        .close-button{
            animation: fadeOut;
            animation-duration: 2s;
        }