@import url("webfonts.css");

/*

animation-name: bounceOutLeft;
animation-duration: 3s;
animation-delay: 2s;
animation-iteration-count: infinite;

*/

.verde-claro {
  color: #266461 !important;
}

.verde-escurto {
  color: #1c4b49 !important;
}

.azul-claro {
  color: #26283f !important;
}

.azul-escurto {
  color: #1c1e2f !important;
}

.bg-verde-claro {
  background: #266461 !important;
}

.bg-verde-escurto {
  background: #1c4b49 !important;
}

.bg-azul-claro {
  background: #26283f !important;
}

.bg-azul-escurto {
  background: #1c1e2f !important;
}

*,
body {
  position: relative;
  font-family: "Lato", sans-serif;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

label.error {
  text-align: left;
  width: 100%;
  font-size: 12px;
  position: relative;
  padding: 5px 10px;
  margin: 10px 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert {
  font-size: 13px;
  text-align: left;
}

.alert-dismissible .close {
  padding: 10px 15px;
}

.close:focus {
  outline: none;
  border: 0;
}

/* Global */
.global input,
.global select {
  height: 40px;
}

.global input,
.global select,
.global textarea {
  color: #1c4b49;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.global input::placeholder,
.global select::placeholder,
.global textarea::placeholder {
  color: #1c4b49;
}

.global select:focus,
.global textarea:focus,
.global input:focus {
  outline: none;
  box-shadow: 0px 0px 0px 0px;
  border-color: #1c4b49;
}

.global input[type="file"] {
  border: 0;
  box-shadow: none;
}

.btn-2mm2,
.btn-plans {
  padding: 8px 10px;
  display: block;
  background: #1c4b49;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-2mm2:hover {
  color: #ffffff;
  background: #26283f;
  text-decoration: none;
}

.btn-2mm2:disabled {
  opacity: 0.8;
  cursor: no-drop;
}

.global ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

/* Homescreen */
.homescreen {
  z-index: 999999;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #dedede;
  position: fixed;
  bottom: 0;
}

.homescreen-add {
  float: right;
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  min-width: 54px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.homescreen-add:hover {
  border: 1px solid #2f5bb7;
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.homescreen-brand {
  width: 100%;
  max-width: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 20px 0 0;
  float: left;
}

.homescreen-title {
  font-weight: 700;
  margin: 0;
}

.homescreen-description,
.homescreen-link {
  margin: 5px 0;
  color: #444;
  display: block;
  text-decoration: none;
  outline: none;
}

.homescreen-description {
  font-size: 14px;
  font-weight: 300;
}

.homescreen-link {
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: 800;
}

.homescreen-add:focus,
.homescreen-close:focus,
.homescreen-link:focus {
  outline: none;
}

.homescreen-close {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  opacity: 0.8;
}

a,
li,
img,
input,
select,
button,
textarea,
.menu-principal,
.slick-arrow {
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 250ms ease-out;
  transition: all 200ms ease-in-out;
}

.fa:before,
.fab:before,
.fad:before,
.fal:before,
.far:before,
.fas:before {
  display: inline-block;
  text-decoration: none;
}

.container {
  max-width: 1140px;
}

/* Header */
.header {
  width: 100%;
  margin: 0;
}

.menu-principal {
  width: 100%;
  z-index: 9999;
}

.menu-principal .img-brand {
  max-width: 90px;
}

.menu-principal .nav-item {
  padding: 0 10px;
}

.menu-principal .nav-item:last-child {
  padding-right: 0;
}

.menu-principal .nav-link {
  color: #1c4b49;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.menu-principal .nav-link:hover {
  color: #1c1e2f;
}

.menu-principal .navbar-toggler {
  font-size: 24px;
  padding: 10px 11.5px;
  color: #266461;
  cursor: pointer;
}

.menu-principal .navbar-toggler:hover {
  color: #26283f;
}

.menu-principal .navbar-toggler:focus {
  outline: none;
}

.menu-principal .dropdown-menu {
  border-radius: 0;
  border: 0;
  /* border-color: #1c1e2f; */
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.menu-principal .dropdown-item {
  color: #1c4b49;
  font-weight: 800;
}

.menu-principal .dropdown-item:hover {
  color: #1c1e2f;
}

.menu-principal .dropdown-toggle:after {
  vertical-align: 0.1em !important;
}

.top-includes {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.top-includes .nav-item {
  padding: 0 10px;
}

.top-includes .nav-item:first-child {
  padding-left: 0;
}

.top-includes .nav-item:last-child {
  padding-right: 0;
}

.top-includes .nav-link {
  color: #ffffff;
}

/* Página inicial */
.home {
  background: #1c1e2f;
  color: #ffffff;
  text-align: center;
  padding: 100px 0 50px;
  width: 100%;
  margin: 0 0 166px;
}

.home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: #1c1e2f;
  overflow: hidden;
  transform: skew(0deg, -5deg);
  transform-origin: bottom right;
}

.home .title {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.home .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.home .message {
  padding: 20px 0 0;
}

.home .whatsapp {
  font-size: 52px;
  padding: 20px 20px 0;
  color: #ffffff;
}

.home .whatsapp:hover {
  color: #34af23;
}

/* Planos */

.plans {
  background: #ffffff;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  margin: 0;
}

.plans .title {
  color: #1c4b49;
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.plans .subtitle {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 50px;
}

.plans .description {
  max-width: 720px;
  font-size: 22px;
  margin: 0 auto 100px;
}

.plans .content {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  word-break: break-word;
}

.plans .content .velocity {
  height: 70px;
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  margin: 0;
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
}

.plans .col-lg-3:nth-child(2) .velocity,
.plans .col-lg-4:nth-child(2) .velocity {
  background: #266461;
}
.plans .col-lg-3:nth-child(3) .velocity,
.plans .col-lg-4:nth-child(3) .velocity {
  background: #1c4b49;
}

.plans .col-lg-3:nth-child(4) .velocity,
.plans .col-lg-4:nth-child(4) .velocity {
  background: #26283f;
}

.plans .col-lg-3:nth-child(5) .velocity,
.plans .col-lg-4:nth-child(5) .velocity {
  background: #1c1e2f;
}

.plans .content .benefits {
  font-size: 12px;
  list-style-type: none;
  text-align: left;
  padding: 0 20px;
  margin: 40px 0;
}
.plans .content .benefits li {
  border-left: 2px solid #26283f;
  margin: 0 0 5px;
  padding: 10px;
}

.plans .content .benefits li:hover {
  border-left: 5px solid #1c4b49;
}

.plans .content .benefits li:last-child {
  border-bottom: 0;
}

.plans .content .icon {
  font-size: 16px;
  margin-right: 5px;
  width: 21px;
  height: 16px;
  vertical-align: middle;
  margin: -4px 0 0;
  color: #1c4b49;
}

.plans .col-lg-3:nth-child(2) .btn-plans {
  background: #266461;
}
.plans .col-lg-3:nth-child(3) .btn-plans {
  background: #1c4b49;
}

.plans .col-lg-3:nth-child(4) .btn-plans {
  background: #26283f;
}

.plans .col-lg-3:nth-child(5) .btn-plans {
  background: #1c1e2f;
}

.plans .content .btn-plans:hover {
  color: #fff;
  text-decoration: none;
}

.plans .content .btn-plans:focus {
  outline: none;
}

/* Empresa */
.enterprise {
  background: #1c4b49;
  text-align: center;
  padding: 100px 0 0;
  margin: 0 0 166px;
  width: 100%;
}

.enterprise:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: #1c4b49;
  overflow: hidden;
  transform: skew(0deg, -5deg);
  transform-origin: bottom right;
}

.enterprise .title {
  color: #1c4b49;
  color: #fff;
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.enterprise .description {
  color: #fff;
  max-width: 720px;
  font-size: 22px;
  margin: 0 auto 100px;
}

.e-others {
  width: 100%;
  padding: 100px 0 0;
  text-align: center;
}

.e-others .content .icon {
  color: #26283f;
  font-size: 72px;
  padding: 0 0 10px;
}

.e-others .content .title {
  color: #1c4b49;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.e-others .content .description {
  text-align: left;
  font-size: 18px;
  margin: 0 auto 100px;
}

/* Contato */
.contact {
  text-align: center;
  padding: 100px 0;
  width: 100%;
}

.contact .title {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 800;
}

.contact .description {
  max-width: 720px;
  font-size: 18px;
  margin: 0 auto 50px;
}

.contact .maps {
  width: 100%;
  height: 450px;
}

/* Footer */
.footer {
  background: #266461;
  color: #ffffff;
  text-align: center;
  margin: 166px 0 0;
  padding: 100px 0 0;
  width: 100%;
}

.footer:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  background: #266461;
  overflow: hidden;
  transform: skew(0deg, -5deg);
  transform-origin: top left;
}

.footer .copy {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #1c4b49;
  padding: 15.5px 0;
  margin: 100px 0 0;
}

.footer .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer ul li {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.footer ul li a,
.footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer ul li:last-child {
  border: 0;
}

.footer .icon {
  font-size: 16px;
  margin-right: 5px;
  width: 21px;
  height: 16px;
  vertical-align: middle;
  margin: -4px 0 0;
}

.partners {
  text-align: left;
  padding: 100px 0;
}

.partners .advertisers {
  max-width: 350px;
  margin: 0 auto 50px;
}

.partners .title {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 50px;
  text-align: center;
}

.partners .description {
  max-width: 720px;
  font-size: 22px;
  margin: 0 auto 50px;
}

.partners .col-sm-12 {
  padding: 0;
}

.partners .content {
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 0 20px 20px;
  min-height: 650px;
  max-height: 700px;
  word-break: break-word;
}

.carousel-partners .brand {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  outline: none;
  margin: 0 auto 20px;
}

.carousel-partners .company {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  color: #26283f;
}

.carousel-partners .description {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0;
}

.carousel-partners .address {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}

.carousel-partners .p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 5px;
}

.carousel-partners .links {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

.carousel-partners .slick-dots {
  text-align: center;
  list-style: none;
}

.carousel-partners .slick-dots li {
  display: inline-block;
}

.carousel-partners .slick-dots {
  padding: 0;
  margin: 0;
}

.carousel-partners .slick-dots .slick-active .dots {
  background: #1c4b49;
}

.carousel-partners .dots {
  cursor: pointer;
  display: block;
  background: #26283f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-partners .site {
  width: calc(100% - 40px);
  padding: 10px 20px;
  background: #26283f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  position: absolute;
  bottom: 20px;
}

.carousel-partners .site:hover {
  background: #1c4b49;
}

/* Internet Banda Larga */
.internet {
  text-align: center;
  padding: 100px 0;
  width: 100%;
}

.internet .title {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: 800;
}

.internet .description {
  max-width: 720px;
  font-size: 18px;
  margin: 0 auto 50px;
}

.internet .text {
  text-align: left;
}

.internet .benefits {
  text-align: left;
}

.internet .benefits .title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
}

.internet .btn-2mm2 {
  margin: 0 0 20px;
}

/* Carousel */
.carousel {
  position: relative;
}

.carousel .slick-arrow {
  font-weight: 400;
  color: #fff;
  opacity: 0;
}

.carousel:hover .slick-arrow {
  opacity: 1;
}

.carousel-link:focus {
  display: block;
  outline: none;
}

.scrolltop {
  font-style: 40px;
  background: #26283f;
  color: #ffffff;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: block;
  padding: 13px 0;
  text-align: center;
  display: none;
  z-index: 99999;
}

.scrolltop:hover {
  background: #266461;
  color: #ffffff;
}

.scrolltop i {
  width: 24px;
  font-size: 24px;
}

.arrowdown {
  font-size: 32px;
  color: #fff;
  display: block;
  padding: 20px;
}

.arrowdown:hover {
  color: #fff;
}

.arrow {
  position: absolute;
  bottom: 10px;
  left: calc((100% - 48px) / 2);
  z-index: 99;
}

.effect-arrow {
  font-weight: 400;
  display: block;
  text-align: center;
  -webkit-animation: Arrow 1000ms ease-in-out 1000ms infinite alternate forwards;
  animation: Arrow 1000ms ease-in-out 1000ms infinite alternate forwards;
}

.admin {
  text-align: center;
  padding: 100px 0;
  width: 100%;
}

.navbar-admin .navbar-toggler {
  font-size: 24px;
  padding: 10px 11.5px;
  color: #266461 !important;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-admin .navbar-toggler:focus {
  outline: none;
}

/* Animations */
@-webkit-keyframes Arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes Arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@media (max-width: 768px) {
  .slideshow .arrow {
    left: calc((100% - 41px) / 2);
    bottom: 0;
  }

  .slideshow .arrowdown {
    font-size: 24px;
    padding: 10px;
  }

  .home .title,
  .plans .title,
  .partners .title {
    font-size: 48px;
  }

  .home .subtitle {
    font-size: 12px;
  }

  .partners .company {
    font-size: 28px;
    text-align: center;
  }

  .partners .brand {
    float: none;
    margin: 0 auto;
  }

  .carousel-partners .slick-dots {
    padding: 0 10px !important;
  }

  .contact .maps {
    margin: 20px 0 0;
  }

  .footer .col-sm-4 {
    margin: 0 0 20px;
  }

  .internet .title {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 800;
  }
}

@media (max-width: 992px) {
  .plans .content {
    margin: 0 0 40px;
  }
}
