body {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.grecaptcha-badge {
  display: none !important;
}

.list-pabx-color li::before {
  content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* HOME ESCOLHER CIDADE */
section.home-cities {
  background-color: #173daa;
  color: #fff;
  min-height: 100vh;
  display: flex;
}

section.home-cities h2 {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 14px;
}

section.home-cities h3 {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 600;
  width: 100%;
  max-width: 370px;
}

section.home-cities .home-cities-left {
  height: 100vh;
  width: 55%;
  background: url(../img/home/home-cidades.png) no-repeat;
  background-position: center;
  background-size: auto 98%;
  padding: 10px;
}

section.home-cities .home-cities-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding: 60px;
}

section.home-cities .home-cities-right .logo a img {
  width: auto;
  max-height: 90px;
}

section.home-cities .home-cities-right .home-cities-social .list-inline-item a {
  background-color: #ADD8E6;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  border-radius: 50%;
}

section.home-cities
  .home-cities-right
  .home-cities-social
  .list-inline-item
  a:hover {
  text-decoration: none;
}

section.home-cities .select2-container--default {
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 4px 8px;
  width: 100%;
  max-width: 310px;
}

section.home-cities .select2-container .select2-selection--single {
  height: 36px;
}

section.home-cities
  .select2-container--default
  .select2-selection__rendered::before {
  font-size: 18px;
  /* content: "search"; */
  content: '';
  top: 4px;
  position: relative;
}

section.home-cities .select2-container--default .select2-selection__arrow {
  top: 9px;
}

.container {
  background: none !important;
}

body.b2c .slide-title h5,
body.b2c .plan-features h4 {
  font-weight: 800 !important;
  font-size: 25px;
}
body.b2c .plan-features:before {
  background: rgba(23, 61, 170, 0.3);
}
body.b2c .plan-features:after {
  background: #173daa;
  animation: pulse-primary 2s infinite;
}
body.b2c .plan-features:before {
  background: linear-gradient(90deg, #ADD8E6 0%, #ADD8E6 100%);
}
body.b2c .plan-features:hover h4,
body.b2c .plan-features:hover .product-card-price,
body.b2c .plan-features:hover span.product-card-price-only,
body.b2c .plan-features:hover .btn.btn-link,
body.b2c .plan-features:hover .feature-item h5,
body.b2c .plan-features:hover .feature-item span {
  color: #000000 !important;
}
body.b2b-mpe .slide-title h5,
body.b2b-mpe .plan-features h4 {
  font-weight: 400 !important;
}
body.b2b-mpe .plan-features:before {
  background: rgba(0, 98, 255, 0.3);
}
body.b2b-mpe .plan-features:after {
  background: #0062ff;
  animation: pulse-primary-alt 2s infinite;
}
body.b2b-mpe .plan-features:before {
  background: linear-gradient(90deg, #00d0ff 0%, #0062ff 100%);
}
body.b2b-mpe .plan-features:hover {
  color: #fff !important;
}
body.b2b-mpe .plan-features:hover h4,
body.b2b-mpe .plan-features:hover .product-card-price,
body.b2b-mpe .plan-features:hover span.product-card-price-only,
body.b2b-mpe .plan-features:hover .btn.btn-link,
body.b2b-mpe .plan-features:hover .feature-item h5,
body.b2b-mpe .plan-features:hover .feature-item span {
  color: #fff !important;
}
body.b2b-mge .slide-title h5,
body.b2b-mge .plan-features h4 {
  font-weight: 200 !important;
}
body.b2b-mge .plan-features:before {
  background: linear-gradient(90deg, #cdcdcd 0%, #c1c1c1 100%);
}
body.b2b-mge .plan-features:hover {
  color: #333 !important;
}
body.b2b-mge .plan-features:hover .feature-item span {
  color: #333;
}
body.b2b-mge .plan-features:hover h4,
body.b2b-mge .plan-features:hover .product-card-price,
body.b2b-mge .plan-features:hover span.product-card-price-only,
body.b2b-mge .plan-features:hover .btn.btn-link,
body.b2b-mge .plan-features:hover .feature-item h5,
body.b2b-mge .plan-features:hover .feature-item span {
  color: #173daa !important;
}
body.b2b-mge .negative-spacing-image {
  background-position: left center;
}
body.b2b-mge .negative-spacing-image .orange-box {
  background: #fff !important;
  color: #333;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.1);
}
body.b2b-mge .negative-spacing-image .orange-box h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 200;
}
body.b2b-mge .negative-spacing-image .orange-box p {
  font-size: 20px;
}

@keyframes pulse-secondary {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 109, 35, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 109, 35, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 109, 35, 0);
  }
}
@keyframes pulse-primary-alt {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 98, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 98, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 98, 255, 0);
  }
}
@keyframes pulse-primary {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(23, 61, 170, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(23, 61, 170, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(23, 61, 170, 0);
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.bold-list {
  font-size: 16px;
  font-weight: 600;
}

.form-control-lg {
  border-radius: 5px;
  border-color: #f3f3f4;
  font-size: 20px;
  padding: 15px 30px;
}

.container-fluid {
  max-width: 1600px;
}

.negative {
  background: #173daa;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.negative a {
  color: #fff;
}

.shadow {
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.2);
  border-radius: 5px;
}

.swiper-container .container {
  overflow: hidden;
}

.stripe-container {
  background-color: #fff;
  color: #333;
  overflow: hidden;
}
.stripe-container.secondary-container {
  background-color: #000000;
  color: #fff;
}
.stripe-container.secondary-container .active a {
  color: #000000 !important;
}
.stripe-container.primary-container {
  background-color: #173daa;
  color: #fff;
}
.stripe-container.primary-container .active a {
  color: #173daa !important;
}
.stripe-container.primary-alt-container {
  background-color: #0062ff;
  color: #fff;
}
.stripe-container.primary-alt-container .active a {
  color: #0062ff !important;
}
.stripe-container.light-container {
  background-color: #f3f3f4;
  color: #333;
}
.stripe-container.light-container .active a {
  color: #173daa !important;
}
.stripe-container.stripe-spacing {
  padding: 80px 0;
}
.stripe-container.white-to-gray {
  background: #f3f3f4;
  background: linear-gradient(0deg, #f3f3f4 50%, white 50%);
}
.stripe-container.gray-to-white {
  background: url(../img/gray-to-white.jpg) left center repeat-x;
  background: linear-gradient(180deg, #f3f3f4 50%, white 50%);
}

.stripe-spacing + .stripe-spacing {
  padding-top: 0;
}

.stripe-spacing + .light-container {
  padding-top: 80px !important;
}

.white-to-gray + .cross-products {
  background: #f3f3f4;
}

.gray-to-white + .cross-products {
  background: #f3f3f4;
}

.light-container + .white-to-gray {
  background: url(../img/gray-to-white.jpg) left center repeat-x;
  background: linear-gradient(180deg, #f3f3f4 50%, white 50%);
}
.light-container + .white-to-gray + .cross-products {
  background: #fff;
}

.cross-products.b2b-mge .product-caption {
  background: #173daa !important;
}
.cross-products.b2b-mge .product-caption header h3 {
  color: #000000;
  font-weight: 200;
}
.cross-products.b2b-mpe {
  padding-bottom: 80px;
}
.cross-products.b2b-mpe .product-caption {
  background: #0062ff !important;
}
.cross-products .cross-products-b2b {
  position: relative;
  overflow: hidden;
  background-size: cover;
  min-height: 460px;
}
.cross-products .cross-products-b2b .product-caption {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  transition: top 0.5s;
  top: 66%;
}
.cross-products .cross-products-b2b .product-caption header {
  margin-bottom: 8px;
}
.cross-products .cross-products-b2b .product-caption header img {
  max-height: 30px;
}
.cross-products .cross-products-b2b .product-caption header h3 {
  font-size: 28px;
  font-weight: 600;
}
.cross-products .cross-products-b2b .product-caption .cross-product-content {
  font-size: 16px;
  margin: 0;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
.cross-products
  .cross-products-b2b
  .product-caption
  .cross-product-content
  .opacity {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cross-products .cross-products-b2b .product-caption .cross-product-content p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cross-products
  .cross-products-b2b
  .product-caption
  .cross-product-content
  .btn-outline-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.cross-products
  .cross-products-b2b
  .product-caption
  .cross-product-content
  .btn-outline-info:hover {
  background: #fff;
  color: #173daa;
}
.cross-products .cross-products-b2b:hover .product-caption {
  top: 0;
}
.cross-products
  .cross-products-b2b:hover
  .product-caption
  .cross-product-content {
  font-size: 20px;
}
.cross-products
  .cross-products-b2b:hover
  .product-caption
  .cross-product-content
  .opacity {
  opacity: 1;
}
.cross-products
  .cross-products-b2b:hover
  .product-caption
  .cross-product-content
  p {
  text-overflow: unset;
  white-space: normal;
}

.login-form-background {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-form {
  text-align: center;
  padding: 100px 15px;
  height: 77vh;
}
.login-form figure h2 {
  font-size: 36;
  font-weight: 800;
  color: #173daa;
}
.login-form a {
  color: #333;
  text-decoration: underline;
}

.box-card {
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 74, 0.1);
  border-radius: 5px;
}
.box-card img {
  max-width: 70px;
  margin-bottom: 15px;
}
.box-card h4 {
  font-size: 28px;
  font-weight: 200;
  color: #000000;
}

.arrow {
  position: relative;
}
.arrow:before {
  content: '';
  background: url(../img/icons/arrows.svg) center no-repeat;
  background-size: 52px auto;
  position: absolute;
  top: 80px;
  left: -25px;
  height: 40px;
  width: 52px;
}

.telefonia-movel {
  font-size: 16px;
}
.telefonia-movel h3 {
  font-size: 36px;
}
.telefonia-movel h5 {
  color: #173daa;
  font-size: 18;
}

.p-50 {
  padding: 50px 0;
}

.btn {
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 400;
  border-color: transparent;
  font-weight: 600;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-primary {
  background: #173daa;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #0062ff;
  border-color: #0062ff;
}
.btn.btn-outline-info {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-info:hover {
  background: #173daa;
  border-color: #173daa;
}
.btn.btn-link {
  font-size: 18px;
  color: #173daa;
  text-decoration: underline;
}
.btn.btn-link:hover {
  color: #0062ff;
}

.semibold {
  font-weight: 600 !important;
}
.semiboldOrange {
  font-weight: 600 !important;
  color: #000000 !important;
}

.bold {
  font-weight: 800 !important;
}

.regular {
  font-weight: 400 !important;
}

.light {
  font-weight: 200 !important;
}

.secondary {
  color: #000000 !important;
}

.primary {
  color: #173daa !important;
}

.primary-alt {
  color: #0062ff !important;
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.mob-menu.mobile-open {
  opacity: 1;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.mob-menu header {
  padding: 5px 15px;
  margin-bottom: 10px;
  text-align: left;
}
.mob-menu .main-mob-menu {
  height: 100%;
  font-size: 18px;
  overflow: auto;
  padding-top: 10px;
}
.mob-menu .main-mob-menu .mobile-logo {
  text-align: left !important;
}
.mob-menu .secondary-mob-menu {
  font-size: 16px;
  padding: 15px 0 20px;
  text-align: left;
}
.mob-menu .main-mob-menu ul,
.mob-menu .secondary-mob-menu ul {
  padding-left: 10px;
}
.mob-menu .main-mob-menu > ul,
.mob-menu .secondary-mob-menu > ul {
  display: block;
  text-align: left;
}
.mob-menu .main-mob-menu > ul li,
.mob-menu .secondary-mob-menu > ul li {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.mob-menu .main-mob-menu > ul li:focus,
.mob-menu .secondary-mob-menu > ul li:focus {
  outline: none;
  box-shadow: none;
}
.mob-menu .main-mob-menu > ul li > a,
.mob-menu .secondary-mob-menu > ul li > a {
  display: inline-block;
  border-radius: 30px;
  padding: 3px 10px;
  color: #173daa;
}
.mob-menu .main-mob-menu > ul li > a:focus,
.mob-menu .secondary-mob-menu > ul li > a:focus {
  outline: none;
  box-shadow: none;
}
.mob-menu .main-mob-menu > ul li.active > a,
.mob-menu .secondary-mob-menu > ul li.active > a {
  background: #173daa;
  font-weight: 800;
  color: #fff;
}
.mob-menu .main-mob-menu > ul li.active > a:focus,
.mob-menu .secondary-mob-menu > ul li.active > a:focus {
  outline: none;
  box-shadow: none;
}
.mob-menu .main-mob-menu > ul li .dropdown-menu,
.mob-menu .secondary-mob-menu > ul li .dropdown-menu {
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.mob-menu .main-mob-menu > ul li .dropdown-menu.show,
.mob-menu .secondary-mob-menu > ul li .dropdown-menu.show {
  position: relative !important;
  transform: translate3d(15px, 0px, 0) !important;
  max-width: 90% !important;
  transition: all 0.3s ease-in-out;
}
.mob-menu .main-mob-menu > ul li .dropdown-menu.show .dropdown-menu,
.mob-menu .secondary-mob-menu > ul li .dropdown-menu.show .dropdown-menu {
  display: block !important;
}
.mob-menu .main-mob-menu .dropdown-toggle::after,
.mob-menu .secondary-mob-menu .dropdown-toggle::after {
  height: 5px;
  width: 5px;
  border: none !important;
  border-right: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
  transform: rotate(45deg);
}
.mob-menu .main-mob-menu .dropdown > .dropdown-item,
.mob-menu .secondary-mob-menu .dropdown > .dropdown-item {
  position: relative;
}
.mob-menu .main-mob-menu .dropdown > .dropdown-item::after,
.mob-menu .secondary-mob-menu .dropdown > .dropdown-item::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  height: 5px;
  width: 5px;
  border: none !important;
  border-right: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
  transform: rotate(45deg);
}
.mob-menu .meu-americanet,
.mob-menu .city-selector {
  margin: 0 auto 30px auto;
}
.mob-menu footer {
  margin-top: 20px;
  background: #173daa;
  font-size: 14px;
  padding: 15px;
  text-align: left;
}
.mob-menu footer #menu-menu-ancora,
.mob-menu footer #menu-menu-ancora-perfis {
  align-items: flex-start !important;
}
.mob-menu footer a {
  color: #fff;
  padding: 8px 10px !important;
  margin-bottom: 5px;
  border-radius: 20px;
  display: inline-block;
}
.mob-menu footer .active a {
  color: #173daa;
  font-weight: 800;
  background: #fff;
}
.mob-menu .select2-container {
  border: 1px solid #173daa;
  padding: 3px 10px;
  border-radius: 30px;
  margin-left: 20px;
}
.mob-menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #173daa;
  font-weight: 400;
}
.mob-menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.mob-menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  border-right: 2px solid #173daa;
  border-bottom: 2px solid #173daa;
  right: 10px;
}
.mob-menu .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #999;
}

.mobile-menu {
  background: #fff;
  padding: 5px 0;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.2);
  text-align: left;
  /* height: 70%; */
}
.mobile-menu a {
  color: #173daa;
}
.mobile-menu a .material-icons {
  font-size: 36px;
}
.mobile-menu .mobile-logo {
  text-align: center;
}
.mobile-menu .mobile-logo img {
  max-height: 50px;
}

.wpforms-form input,
.wpforms-form textarea {
  padding: 15px 30px !important;
  font-size: 18px !important;
  color: #333 !important;
  border-radius: 5px !important;
  height: auto !important;
  border: 1px solid #c1c1c1 !important;
}
.wpforms-form input:focus,
.wpforms-form textarea:focus {
  border: 1px solid #000000 !important;
  outline: none;
  box-shadow: none;
}
.wpforms-form button {
  border-radius: 50px !important;
  padding: 10px 25px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border-color: transparent !important;
  background: #173daa !important;
  color: #fff !important;
  display: block !important;
  margin-left: auto !important;
  min-width: 40% !important;
}

.form-control {
  padding: 15px 30px !important;
  font-size: 18px !important;
  color: #333 !important;
  border-radius: 5px !important;
  height: auto !important;
  border: 1px solid #c1c1c1 !important;
}
.form-control:focus {
  border: 1px solid #000000 !important;
  outline: none;
  box-shadow: none;
}

select option:disabled {
  color: #6c757c;
  font-weight: bold;
}
select option:disabled.custom-select {
  position: relative;
  background: none;
}
select option:disabled.custom-select:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  top: 50%;
  margin-top: -2px;
  margin-left: 5px;
  border: none;
  border-right: 2px solid #6c757c;
  border-bottom: 2px solid #6c757c;
  transform: rotate(45deg);
}

#chatbot-default-cta {
  height: 90px !important;
  width: 90px !important;
  right: 20px !important;
  bottom: 50px !important;
  background: #000000 !important;
  border-radius: 45px !important;
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.25) !important;
}
#chatbot-default-cta .title {
  position: relative !important;
  background: none !important;
  float: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
#chatbot-default-cta .title:before {
  content: '';
  background: url(../img/icon-chat.svg) top center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  height: 32px;
}
#chatbot-default-cta > img {
  margin: 0 auto !important;
  opacity: 0 !important;
}

.perguntas-frequentes h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
  font-weight: bold;
}

.accordion .card {
  border-bottom: 1px solid #e4e4e4 !important;
  background: none;
  border: none;
  padding: 0 !important;
}
.accordion .card .card-header {
  background: none;
  border: none !important;
  padding: 0 !important;
}
.accordion .card .card-header button {
  padding: 15px 0;
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  text-decoration: none;
  text-align: left;
  border-radius: 0;
  width: 100%;
}
.accordion .card .card-header button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion .card .card-body {
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #333;
}

.imprensa h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
.imprensa .imprensa-item {
  font-size: 18px;
  font-weight: 200;
}
.imprensa .imprensa-item h5 {
  font-size: 16px;
  font-weight: 800;
}
.imprensa .imprensa-item.main-imprensa-item {
  font-size: 16px;
}
.imprensa .imprensa-item.main-imprensa-item h5 {
  font-size: 20px;
  color: #000000;
}

.cross-sites .site:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5; /* border-radius: 10px; */
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.cross-sites .site {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 80px; /* border-radius: 10px; */
  height: 460px;
  position: relative;
  color: #ffffff;
}

.cross-sites .site:nth-child(1),
.cross-sites .site:nth-child(1):after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cross-sites .site:nth-child(2),
.cross-sites .site:nth-child(2):after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cross-sites .site .site-info {
  z-index: 3;
}

.cross-sites .site .site-info h4 {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 15px;
}

.cross-sites .site .site-info h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
}

.cross-sites .site .site-info.b2c h4:before {
  background: #000000;
}

.cross-sites .site .site-info.b2b-mpe h4:before {
  background: #0062ff;
}

.cross-sites .site .site-info.b2b-mge h4:before {
  background: #173daa;
}

.cross-sites .site .site-info h2 {
  font-size: 36px;
  margin-bottom: 35px;
}

.cross-sites .site .site-info.b2c h2 {
  font-weight: 800;
}

.cross-sites .site .site-info.b2b-mge h2 {
  font-weight: 200;
}

.trabalhe-conosco h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}
.trabalhe-conosco h3 strong {
  font-weight: 800;
}
.trabalhe-conosco a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.trabalhe-conosco a:hover {
  color: #000000;
}

.header {
  padding: 0;
  min-height: 34px;
}
.header .navbar {
  padding: 0;
  min-height: 34px;
}
.header .menu-ancora {
  padding: 8px 0;
  font-size: 14px;
}
.header .menu-ancora .nav-item {
  margin-right: 5px;
}
.header .menu-ancora .nav-link {
  padding: 0 10px !important;
  border: 2px solid transparent;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.header .menu-ancora .nav-link:hover {
  border: 2px solid #173daa;
}
.header.header-white .stripe-container {
  background: #fff;
}
.header.header-white .stripe-container .nav-link {
  padding: 0;
  display: block;
  color: #173daa;
}
.header.header-white .stripe-container .nav-item:last-child .nav-link {
  margin-right: 0;
}
.header.header-white
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #173daa;
  font-weight: 400;
}
.header.header-white
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.header.header-white
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  border-right: 2px solid #173daa;
  border-bottom: 2px solid #173daa;
}
.header.header-white .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #999;
}
.header.header-primary .stripe-container {
  background: #173daa;
}
.header.header-primary .stripe-container a {
  color: #fff;
}
.header.header-primary .stripe-container .nav-item.active a {
  color: #173daa;
}
.header.header-primary-alt .stripe-container {
  background: #0062ff;
}
.header.header-primary-alt .stripe-container a {
  color: #fff;
}
.header.header-primary-alt .stripe-container .nav-item.active a {
  color: #0062ff;
}
.header.header-secondary .stripe-container {
  background: #000000;
}
.header.header-secondary .stripe-container a {
  color: #fff;
}
.header.header-secondary .stripe-container .nav-item.active a {
  color: #000000;
}
.header.header-primary .menu-ancora .nav-link:hover,
.header.header-primary-alt .menu-ancora .nav-link:hover,
.header.header-secondary .menu-ancora .nav-link:hover {
  border: 2px solid #fff;
}
.header.header-primary .menu-ancora .nav-item.active,
.header.header-primary-alt .menu-ancora .nav-item.active,
.header.header-secondary .menu-ancora .nav-item.active {
  background: #fff;
  padding: 0;
  border-radius: 20px;
  font-weight: 600;
}
.header.header-primary .menu-ancora .city-selector,
.header.header-primary-alt .menu-ancora .city-selector,
.header.header-secondary .menu-ancora .city-selector {
  border-color: #fff;
}
.header.header-primary .menu-ancora .city-selector .dropdown-item,
.header.header-primary-alt .menu-ancora .city-selector .dropdown-item,
.header.header-secondary .menu-ancora .city-selector .dropdown-item {
  color: #173daa;
}

.menu {
  padding: 10px 15px;
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.2);
}
.menu .current_page_parent {
  font-weight: 800;
}
.menu > .nav-item {
  margin-right: 15px;
}
.menu > .nav-item a.nav-link {
  background: #f2f2f2;
  border-radius: 40px;
  margin-right: 4px;
}
.menu .navbar-expand .navbar-nav .nav-link,
.menu a {
  color: #173daa;
  padding: 5px 10px;
  margin-right: 5px;
  border: 2px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.menu .navbar-expand .navbar-nav .nav-link:hover,
.menu a:hover {
  border: 2px solid #173daa;
}
.menu .active > a,
.menu .current-menu-ancestor > a {
  margin: 0;
  font-weight: 800;
  border: 2px solid #173daa;
  background: #173daa !important;
  color: #fff !important;
}
.menu .dropdown .dropdown-menu .menu-item-has-children > a {
  position: relative;
}
.menu .dropdown .dropdown-menu .menu-item-has-children > a:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  top: 50%;
  margin-top: -2px;
  margin-left: 5px;
  border: none;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}
.menu .dropdown.show .dropdown-menu .dropdown-menu {
  display: block;
  position: static;
  border-radius: 0;
  border: none;
  padding: 0 20px;
  margin-bottom: 5px;
}
.menu .dropdown.show .dropdown-menu .dropdown-menu li:last-child {
  border-bottom: 1px solid #f3f3f4;
}
.menu .dropdown.show .nav-link {
  background: #173daa;
  color: #fff;
  border-radius: 30px;
  font-weight: 400 !important;
}
.menu .dropdown.show .dropdown-toggle::after {
  border-color: #000000;
}
.menu .dropdown .dropdown-toggle::after {
  height: 5px;
  width: 5px;
  border: none;
  border-right: 2px solid #173daa;
  border-bottom: 2px solid #173daa;
  transform: rotate(45deg);
}
.menu .dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu .dropdown .dropdown-menu a {
  padding: 6px 20px;
  border: none;
  border-radius: 0px;
}
.menu .dropdown .dropdown-menu a:hover {
  border: none;
}

.active .dropdown-toggle::after,
.current-menu-ancestor .dropdown-toggle::after {
  border-right: 2px solid #000000 !important;
  border-bottom: 2px solid #000000 !important;
}

.menu-item-has-children .dropdown-menu .active a,
.menu-item-has-children .dropdown-menu .active.current-menu-ancestor a {
  background: transparent !important;
  color: #173daa !important;
}
.menu-item-has-children .dropdown-menu .active a:hover,
.menu-item-has-children .dropdown-menu .active.current-menu-ancestor a:hover {
  background: #f2f2f2 !important;
}
.menu-item-has-children .dropdown-menu a:hover {
  background: #f2f2f2 !important;
}

.city-selector {
  border: 1px solid #173daa;
  padding: 0 10px;
  margin: 0 5px 0 15px;
  border-radius: 20px;
  width: 100%;
}
.city-selector i {
  font-size: 12px;
}
.city-selector .dropdown-menu {
  font-size: 14px;
}
.city-selector select {
  border: none;
}

.select2-selection.select2-selection--single,
.select2-container *:focus,
.select2-container:focus,
.select2-container--focus {
  outline: none;
  border: none;
}

.select2-container--default .select2-selection--single {
  background: none;
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  position: relative;
  color: #fff;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered:before {
  content: 'place';
  font-family: 'Material Icons';
  margin-right: 5px;
  font-size: 12px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered:focus {
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  opacity: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  top: 50%;
  margin-top: -2px;
  margin-left: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(225deg);
}

.select2-container--default {
  font-size: 14px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #000000;
}

.select2-container--open .select2-dropdown {
  top: 9px;
}

.search-button {
  border: 1px solid transparent;
  line-height: 25px;
}

.logo a,
.logo a:hover,
.searchbutton a,
.searchbutton a:hover {
  border: none !important;
}

.fill,
.stroke {
  transition: all 0.3s ease-in-out;
}

.meu-americanet a.nav-link:hover {
  background: #173daa;
  color: #fff !important;
}
.meu-americanet a.nav-link:hover .fill {
  fill: #fff !important;
}
.meu-americanet a.nav-link:hover .stroke {
  stroke: #fff !important;
}

.contrate-whats a.nav-link:hover {
  background: #479c2c;
  color: #fff !important;
  border: none !important;
}
.contrate-whats a.nav-link:hover .fill {
  fill: #fff !important;
}
.contrate-whats a.nav-link:hover .stroke {
  stroke: #fff !important;
}

.title {
  background: #fff;
  padding: 10px 0 30px 0;
}
.title h1 {
  color: #173daa;
  font-size: 42px;
  font-weight: 400;
}
.title h1 small {
  display: block;
  font-size: 34px;
  color: #000000;
  font-weight: 600;
}

.map-wrapper {
  position: relative;
  height: 670px;
}
.map-wrapper .map-search {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.1);
  padding: 40px 15px;
  padding-bottom: 20px;
}
.map-wrapper .map-search h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
}

#map-container {
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
#map-container .map-container-marker {
  width: 280px;
  float: left;
  display: flex;
  padding: 10px;
  flex-direction: column;
}
#map-container h1 {
  margin: 0px;
  padding: 0px;
  color: #1c417d;
  font-size: 14px;
}
#map-container p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.8);
}

.mega-title h2 {
  font-weight: 800;
  font-size: 32px;
  color: #333;
}
.mega-title h2 + h2 {
  font-weight: 800;
  font-size: 42px;
}
.mega-title h3 {
  font-size: 24px;
  font-weight: 800;
}
.mega-title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #0062ff;
}
.mega-title figure img {
  margin-bottom: 10px;
  height: 78px;
}

.caller-planos {
  background-color: #000000;
  color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  height: 460px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
}
.caller-planos * {
  transition: all 0.3s ease-in-out;
}
.caller-planos img.img-fluid {
  margin-right: 10px;
}
.caller-planos:hover > div .opacity {
  opacity: 1;
}
.caller-planos:hover .background-img {
  opacity: 0;
}
.caller-planos > div {
  z-index: 2;
  position: relative;
}
.caller-planos > div .opacity {
  margin-top: 30px;
  opacity: 0;
}
.caller-planos .background-img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.caller-planos .cta-absolute {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.caller-planos h3 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  line-height: 80px;
  vertical-align: middle;
}
.caller-planos img {
  display: inline-block;
  max-height: 80px;
}
.caller-planos.caller-planos-celular {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.caller-planos.caller-planos-combos {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.slider .accordion {
  width: 100%;
  height: 680px;
  overflow: hidden;
  margin: 0px auto;
}
.slider .accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.slider .accordion ul:hover li {
  width: 25%;
}
.slider .accordion ul:hover li .sliderLink p {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.slider .accordion ul:hover li:hover {
  width: 75%;
  background-position: top center;
}
.slider .accordion ul:hover li:hover .sliderLink *,
.slider .accordion ul:hover li:hover .offer-features {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slider .accordion ul:hover li:hover .sliderLink * p,
.slider .accordion ul:hover li:hover .offer-features p {
  height: auto;
}
.slider .accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: calc(100% / 3);
  height: 680px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 400ms ease-in-out;
  background-size: cover;
}
.slider .accordion ul li:nth-child(1) {
  background-position: top center;
}
.slider .accordion ul li:nth-child(2) {
  background-position: top center;
}
.slider .accordion ul li::nth-child(3) {
  background-position: top center;
}
.slider .accordion ul li > div {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.slider .accordion ul li > div:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.slider .accordion ul li > div > .sliderLink {
  display: block;
  height: 680px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 230px 30px 100px 30px;
  box-sizing: border-box;
  color: #fff; /*filter: invert(100%); */
  transition: all 500ms ease-in-out;
}
.slider .accordion ul li > div > .sliderLink:hover {
  text-decoration: none;
}
.slider .accordion ul li > div > .sliderLink * {
  max-width: 100%;
  z-index: 5;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.slider .offer {
  max-width: 330px !important;
  height: 100%;
}
.slider .offer h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.slider .offer h4 {
  font-weight: 600;
  font-size: 20px;
  padding-top: 30px;
  position: relative;
  margin-bottom: 15px;
}
.slider .offer h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
}
.slider .offer#voce h2 {
  font-weight: 800;
}
.slider .offer#voce h4:before {
  background: #000000;
}
.slider .offer#micro h2 {
  font-weight: 400;
}
.slider .offer#micro h4:before {
  background: #0062ff;
}
.slider .offer#grande h2 {
  font-weight: 200;
}
.slider .offer#grande h4:before {
  background: #173daa;
}
.slider .offer-features {
  position: absolute;
  height: 100%;
  right: 30px;
  top: 260px;
  width: 220px;
  color: #fff;
  opacity: 0;
  vertical-align: middle;
  transition: ease-in-out 500ms all;
}
.slider .offer-features a {
  color: #fff;
}
.slider .offer-features h5 {
  margin: 0 0 15px 0;
  font-weight: 600;
}
.slider .offer-features > div {
  line-height: 1;
  font-size: 28px;
  font-weight: 800;
}
.slider .offer-features > div > div {
  margin-bottom: 20px;
}
.slider .offer-features img {
  width: 50px;
  float: left;
  margin-right: 10px;
}

.blog-title {
  padding-top: 40px;
  margin-bottom: 100px;
}
.blog-title h1 {
  font-size: 64px;
  font-weight: 800;
  color: #000000;
}
.blog-title .lead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog-title .blog-search {
  padding: 45px 70px 0 70px;
  margin-bottom: -30px;
  background: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-content {
  margin-bottom: 50px;
}

.blog-post-card {
  margin-bottom: 30px;
}
.blog-post-card .blog-post-card-thumb {
  overflow: hidden;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-post-card .blog-post-card-thumb img {
  width: 100%;
}
.blog-post-card .blog-post-card-content {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.blog-post-card .blog-post-card-content h5 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
}
.blog-post-card .blog-post-card-content h5 a {
  color: #000000;
}
.blog-post-card .blog-post-card-content .post-info {
  margin-bottom: 50px;
  font-size: 16px;
  color: #333;
}

.post-image {
  height: 340px;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-post h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}
.single-post h3 {
  font-size: 20px;
  color: #173daa;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-post h3 a {
  color: #173daa;
  border-bottom: 2px solid #173daa;
  transition: all 0.3s ease-in-out;
}
.single-post h3 a:hover {
  text-decoration: none;
  color: #0062ff;
  border-bottom: 2px solid #0062ff;
}

.post-content {
  margin: 40px 0;
}
.post-content p {
  margin-bottom: 15px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
  margin-bottom: 15px;
}

.share-post {
  text-align: center;
  margin-bottom: 80px;
  margin-bottom: 80px;
}
.share-post h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.related {
  padding: 70px 0;
}
.related h3 {
  color: #333;
  font-size: 28px;
  margin-bottom: 30px;
}

.modal-content {
  font-size: 16px;
}
.modal-content .close {
  color: #000000;
  font-size: 32px;
}
.modal-content h2.modal-title {
  font-weight: 800;
  font-size: 20px;
  color: #333;
}
.modal-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: #173daa;
}
.modal-content h5 {
  font-size: 28px;
  font-weight: 800;
  color: #000000;
}

.general-modal .modal-content {
  padding: 20px 100px;
}
.general-modal .modal-header,
.general-modal .modal-footer {
  border: none;
}
.general-modal .modal-footer {
  font-size: 12px;
  color: #878787;
  justify-content: center;
}
.general-modal .form-control-lg {
  font-size: 18px;
  font-weight: 400;
}
.general-modal textarea.form-control {
  height: 200px;
}
.general-modal h5.modal-title {
  font-size: 28px;
  font-weight: 600;
  display: block;
  color: #173daa;
}

.planos {
  font-size: 20px;
  font-weight: 400;
}
.planos h2 {
  font-size: 64px;
  color: #0062ff;
  margin-bottom: 20px;
}
.planos h2 small {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 800;
}
.planos .lead {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  margin-bottom: 50px;
}

.fibra h2 {
  color: #333;
  font-size: 64px;
  font-weight: 800;
}
.fibra .lead {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
}

.plan-features {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.3);
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.plan-features:after {
  content: '';
  background: #000000;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  box-shadow: 0 0 0 0 #000000;
  transform: scale(1);
  animation: pulse-secondary 2s infinite;
}
.plan-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.plan-features:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  border-radius: 5px;
}
.plan-features > * {
  z-index: 2;
}
.plan-features h4 {
  color: #000000;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
  width: 100%;
}
.plan-features footer {
  text-align: center;
  font-size: 14px;
}
.plan-features footer a:not(.btn) {
  text-decoration: underline;
  color: #173daa;
}
.plan-features .btn-link {
  font-size: 14px;
}
.plan-features .btn-primary + .btn-link {
  padding-bottom: 0;
}
.plan-features button.btn {
  margin-top: auto;
}

.product-card-remarks {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  text-align: center;
}

.plan-display-horizontal > * {
  width: 100%;
}
.plan-display-horizontal .feature-item {
  min-height: 40px;
}

.plan-display-vertical {
  justify-content: center;
}
.plan-display-vertical > * {
  width: 100%;
}
.plan-display-vertical .highlights-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan-display-vertical .highlights-container .feature-item {
  flex: 0 1 50%;
}
.plan-display-vertical .swiper-slide {
  height: auto !important;
}
.plan-display-vertical .feature-item {
  text-align: center;
  padding: 0;
}
.plan-display-vertical .feature-item figure {
  width: auto;
  height: auto;
  position: static;
  margin-bottom: 10px;
}
.plan-display-vertical .feature-item figure img {
  max-height: 32px;
  width: auto;
}
.plan-display-vertical .feature-item figure span {
  font-size: 12px;
}
.plan-display-vertical .feature-item span {
  font-size: 14px;
}

.feature-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 12px;
}
.feature-item figure {
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: auto;
  text-align: center;
}
.feature-item figure img {
  max-width: 35px;
}
.feature-item figure span {
  text-transform: uppercase;
  color: #000000;
  font-size: 9px;
  font-weight: 400;
  display: block;
  margin-top: 0;
  text-align: center;
}
.feature-item h5 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.feature-item span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
}

.product-card-price {
  border-top: 1px solid #f3f3f4;
  padding: 10px 0;
  margin-top: 20px;
  text-align: center;
  color: #000000;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.product-card-price span.product-card-price-only {
  display: block;
  font-size: 14px;
  color: #333;
}
.product-card-price span.product-card-price-currency {
  font-size: 22px;
  margin-right: 10px;
}
.product-card-price span.product-card-price-decimals {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 25px;
  margin-left: 10px;
}
.product-card-price span.product-card-price-decimals span {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 12px;
  font-weight: 200;
}

.highlights-container {
  margin-bottom: 20px;
  margin-top: 25px;
}

.azulao {
  background: #173daa;
  color: #fff;
  padding-top: 80px !important;
}
.azulao .box-gray {
  background: #c1c1c1;
  color: #173daa;
  padding: 40px 40px 30px 40px;
  font-weight: 200;
}
.azulao .box-gray h3 {
  font-size: 48px;
}
.azulao .box-gray p {
  font-size: 24px;
}
.azulao .negative-spacing {
  background-position: top right;
  background-size: auto 90%;
  background-repeat: no-repeat;
  min-height: 648px;
  margin-bottom: 60px;
}
.azulao .features-mge figure {
  height: 65px;
  display: flex;
  align-items: center;
}
.azulao .features-mge h5 {
  font-size: 16px;
  font-weight: 600;
}

.swiper-product {
  height: auto !important;
}
.swiper-product .swiper-wrapper .swiper-slide {
  padding: 15px 0 15px 0;
  height: auto !important;
}
.swiper-product .swiper-pagination {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  text-align: center !important;
}
.swiper-product .swiper-button-next,
.swiper-product .swiper-button-prev {
  color: #173daa !important;
}
.swiper-product .swiper-button-next:after,
.swiper-product .swiper-button-prev:after {
  font-size: 20px !important;
}
.swiper-product .swiper-button-next:hover,
.swiper-product .swiper-button-prev:hover {
  background: rgba(23, 61, 170, 0.85) !important;
  color: #fff !important;
}

.slider-container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  /* height: 100%; */
}

.main-slider {
  background-color: #000 !important;
}

.swiper-container {
  width: 100%;
  /* height: 100%; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-container .swiper-wrapper .swiper-slide > .container {
  height: 580px;
}
.swiper-container .swiper-wrapper .swiper-slide .layer {
  position: absolute;
  background-size: cover;
  background-position: top center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.swiper-container .swiper-wrapper .swiper-slide .layer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
  background: black;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  pointer-events: none;
}
.swiper-container .swiper-wrapper .swiper-slide .layer.overlay-off {
  opacity: 1;
}
.swiper-container .swiper-wrapper .swiper-slide .layer.overlay-off:after {
  display: none;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-graphics {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 55%;
  z-index: 2;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-caption {
  width: 50%;
  text-align: left;
  font-size: 20px;
  z-index: 2;
  color: #fff;
  align-self: center;
  padding-left: 20px;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-caption h5 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-caption h6 {
  font-size: 28px;
  font-weight: 800;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-caption .slide-lead {
  margin-bottom: 40px;
}
.swiper-container .swiper-wrapper .swiper-slide .slide-caption .slide-price {
  position: relative;
  font-size: 48px;
  line-height: 1.2;
}
.swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-caption
  .slide-price
  .slide-price-only {
  font-size: 16px;
  display: block;
}
.swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-caption
  .slide-price
  .slide-price-currency {
  font-size: 24px;
}
.swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-caption
  .slide-price
  .slide-price-decimals {
  font-size: 20px;
  display: inline-block;
  margin-left: 4px;
}
.swiper-container
  .swiper-wrapper
  .swiper-slide
  .slide-caption
  .slide-price
  .slide-price-decimals
  span {
  font-size: 16px;
  display: block;
}
.swiper-container .swiper-pagination {
  position: relative;
  margin: 5px auto;
  max-width: 1200px;
  text-align: center;
  bottom: -5px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #0062ff;
  opacity: 1;
}
.swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background: #000000;
}
.swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  border: 1px solid #173daa;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 45px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: 20px;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #173daa;
}
.swiper-container .swiper-button-next {
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.swiper-container .swiper-button-prev {
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.header-quem-somos {
  background: url(../img/header-quem-somos.png) top center no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.header-quem-somos h1 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
}

.about {
  font-size: 20px;
  color: #333;
}
.about p {
  margin-bottom: 24px;
}
.about h2 {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
}

.nossa-rede h3 {
  font-size: 48px;
  color: #000000;
}
.nossa-rede h4 {
  font-size: 18px;
  font-weight: bold;
  color: #0062ff;
}
.nossa-rede p {
  font-size: 16px;
}

.sponsorships {
  font-size: 16px;
}
.sponsorships .row:nth-child(1) {
  background: #0062ff;
  color: #fff;
}
.sponsorships .row:nth-child(1) a {
  color: #fff;
  text-decoration: underline;
}
.sponsorships .row:nth-child(2) {
  background: #fff;
  color: #333;
}
.sponsorships .row:nth-child(2) a {
  color: #333;
  text-decoration: underline;
}
.sponsorships .row:nth-child(3) {
  background: #f3f3f4;
  color: #333;
}
.sponsorships .row:nth-child(3) .sponsorship-content h3 {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
}
.sponsorships .sponsorship-content {
  padding: 20px;
}
.sponsorships .sponsorship-content h3 {
  font-size: 20px;
  font-weight: bold;
}
.sponsorships .sponsorship-content p {
  font-size: 14px !important;
}
.sponsorships .sponsorship-content .excerpt {
  font-weight: semibold;
  font-size: 24px;
}
.sponsorships .sponsorship-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-about-pg {
  border-radius: 10px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.box-about-pg2 {
  border-radius: 10px;
  min-height: 480px;
}

.box-about-pg2 .links-about-new {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  flex: 2;
}

.box-about-pg2 .conteudo-sobre {
  color: #fff;
  padding-left: 165px;
  margin-top: 30px;
  padding-right: 30px;
}

.box-about-pg2 .conteudo-sobre ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.box-about-pg2 .conteudo-sobre ul.nossa-rede {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.box-about-pg2 .conteudo-sobre ul li {
  width: 120px;
  font-size: 12px;
}

.box-about-pg2 .conteudo-sobre ul.nossa-rede li {
  width: 140px;
  font-size: 12px;
  margin-right: 20px;
}

.box-about-pg2 .conteudo-sobre ul li strong {
  display: block;
  border-bottom: 1px solid #000000;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.box-about-pg .bg-about-americanet img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.box-about-pg .layer-about {
  padding: 14px;
  cursor: pointer;
}

.box-about-pg2 .layer-about {
  padding: 14px;
  cursor: pointer;
}

.box-about-pg .layer-about img {
  height: 36px;
}

.box-about-pg2 .layer-about img {
  height: 36px;
}

.box-about-pg .layer-about strong {
  font-weight: 600;
}

.box-about-pg2 .layer-about strong {
  font-weight: 600;
}

.box-about-pg .about-links-pg {
  color: #fff;
  padding: 0 14px 14px;
}

.box-about-pg .about-links-pg ul {
  list-style: circle !important;
  margin-left: 14px;
}

.box-about-pg .about-links-pg ul li a {
  text-decoration: none !important;
  font-size: 12px;
}

.box-about-pg .about-links-pg ul li a:hover {
  color: #000000 !important;
}

.column-description {
  padding: 100px 0;
}
.column-description h3 {
  font-weight: 200;
  font-size: 36px;
  color: #000000;
  margin-bottom: 100px;
}
.column-description .column-item {
  font-size: 14px;
  margin-bottom: 60px;
}
.column-description .column-item ul {
  list-style: disc;
}
.column-description .column-item h4 {
  font-size: 16px;
  color: #173daa;
}
.column-description .column-item.item-blue {
  color: #173daa;
}
.column-description .column-item.item-large {
  font-size: 18px;
}

.column-list {
  font-size: 18px;
}
.column-list h2 {
  font-size: 36px;
  font-weight: 200;
  color: #000000;
  margin-bottom: 60px;
}
.column-list h3 {
  color: #173daa;
  font-size: 20px;
}
.column-list .icon-title {
  margin-bottom: 25px;
}

ul.divider-list {
  margin-bottom: 50px;
}
ul.divider-list li {
  border-bottom: 1px solid #e4e4e4;
  padding: 13px 0;
}
ul.divider-list li:last-child {
  border-bottom-color: transparent;
}

.alt-title h2 {
  font-weight: 200;
  font-size: 64px;
  color: #173daa;
  margin-bottom: 30px;
}
.alt-title h2 small {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 800;
}
.alt-title .lead {
  font-size: 28px;
  color: #333;
}

.nossas-lojas h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 50px;
}

.autoatendimento {
  padding: 90px 0;
}
.autoatendimento a:hover {
  text-decoration: none;
}
.autoatendimento h2 {
  font-size: 28px;
  font-weight: 600;
}
.autoatendimento h2 strong {
  font-weight: 800;
}
.autoatendimento .lead {
  font-size: 18px;
  font-weight: 400;
}

.unit-atendimento {
  background: #000000;
  color: #fff;
  border: 4px solid #000000;
  text-align: center;
  height: 260px;
  padding: 45px 20px;
  font-size: 20px;
  line-height: 1.1;
  transition: all 0.3s ease-in-out;
}
.unit-atendimento:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.unit-atendimento figure {
  margin-bottom: 25px;
  text-align: center;
}
.unit-atendimento figure img {
  max-height: 60px;
}

.store-card {
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.store-card:hover {
  background: #fff;
  text-decoration: none !important;
}
.store-card h5 {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

.store-card h5 a:hover {
  text-decoration: none !important;
}

.store-card h5:hover {
  text-decoration: none !important;
}

.pre-footer {
  padding: 60px 0;
}
.pre-footer h3 {
  font-weight: 600;
  font-size: 36px;
}
.pre-footer h4 {
  font-weight: 800;
  font-size: 24px;
  color: #000000;
}

.caller-link {
  color: #333;
  transition: all 0.3s ease-in-out;
}
.caller-link:hover {
  text-decoration: none;
}
.caller-link:hover .caller {
  background: #173daa;
  color: #fff !important;
}
.caller-link:hover .caller .white {
  fill: white;
}
.caller-link .caller {
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.caller-link .caller .white {
  transition: all 0.3s ease-in-out;
}
.caller-link .caller h4 a {
  color: #000000;
}

.negative-spacing-image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 45px;
}

.orange-box {
  background: #000000;
  padding: 70px;
  font-size: 20px;
  color: #fff;
}
.orange-box strong {
  font-weight: 600;
}
.orange-box h4 {
  font-size: 28px;
  font-weight: 600;
}
.orange-box h3 {
  font-size: 48px;
  font-weight: 800;
}

.big-orange {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
}

.header-image {
  background: #333;
  padding: 70px 0 60px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.header-image h1 {
  font-size: 64px;
  font-weight: 800;
}

.nav-fale-conosco {
  border: none;
}
.nav-fale-conosco .nav-item {
  border-radius: 0;
  padding: 34px 0 20px 0;
  text-align: center;
  color: #000000;
  font-weight: 200;
  font-size: 22px;
  position: relative;
}
.nav-fale-conosco .nav-item span.material-icons {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}
.nav-fale-conosco .nav-item.active {
  border-radius: 0;
  border: none;
  font-weight: 800;
  color: #fff;
  background: #000000;
}
.nav-fale-conosco .nav-item.active span.material-icons {
  color: #fff;
}

#footer {
  padding: 20px 0;
  position: relative;
}
#footer .contato {
  position: absolute;
  top: -45px;
  right: 20px;
  padding-top: 15px;
  background: #000000;
  height: 90px;
  width: 90px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  font-weight: 600;
  font-size: 13px;
}
#footer .menu-main {
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
}
#footer .menu-main ul li a {
  padding: 0 0 14px 0;
  display: block;
}
#footer .menu-main h3 {
  font-size: 16px;
  font-weight: 600;
}
#footer .menu-main + .menu-ancora {
  border-top: 1px solid #fff;
  padding-top: 25px;
}
#footer .menu-ancora {
  padding: 8px 0;
  font-size: 14px;
}
#footer .menu-ancora .navbar {
  padding: 0;
}
#footer .menu-ancora .navbar .nav-item.active .nav-link {
  color: #173daa;
  background: #fff;
  padding: 0 10px;
  border-radius: 20px;
  font-weight: 600;
}
#footer .menu-ancora .navbar .nav-item .nav-link:hover {
  opacity: 0.7;
}
#footer ul.social li a {
  padding-top: 6px;
  background: #000000;
  color: #173daa;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 14px;
}
#footer ul.social li a i {
  font-size: 16px;
}
#footer ul.social li a:hover {
  opacity: 0.7;
}
#footer .subfooter {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 200;
  padding: 0;
  margin-bottom: 70px;
}
#footer .subfooter a {
  text-decoration: underline;
  padding: 0 0 0 10px;
}
#footer .subfooter a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (max-width: 1525px) {
  .contrate-whats a span {
    display: none !important;
  }
  .contrate-whats a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .btn {
    font-size: 16px;
  }
  .header .menu-ancora {
    font-size: 11px;
  }
  .menu {
    font-size: 14px;
  }
  .contrate-whats a span {
    display: none !important;
  }
  .contrate-whats a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  .sponsorships .sponsorship-image {
    min-height: 460px !important;
    background-position: center 86%;
  }
}
@media (max-width: 767px) {
  .sponsorships .sponsorship-image {
    min-height: 0px !important;
    background-position: center 86%;
  }
}
@media (max-width: 1111px) {
  .contrate-whats a span {
    display: none !important;
  }

  .contrate-whats a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px !important;
  }
}
@media (max-width: 1075px) {
  section.home-cities .home-cities-right {
    width: 40%;
    padding: 60px;
  }
}
@media (max-width: 991px) {
  section.home-cities h2 {
    font-size: 18px;
    margin-top: 40px;
  }
  section.home-cities h3 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.home-cities .home-cities-right .logo a img {
    max-height: 80px;
  }
  section.home-cities
    .home-cities-right
    .home-cities-social
    .list-inline-item
    a {
    width: 36px !important;
    height: 36px !important;
    font-size: 18px;
    line-height: 18px;
  }
  section.home-cities .home-cities-left {
    width: 55%;
  }
  section.home-cities .home-cities-right {
    width: 45%;
  }
  .header,
  .slide-graphics,
  .menu-main {
    display: none !important;
  }
  .swiper-pagination {
    text-align: center !important;
  }
  .swiper-product .swiper-pagination {
    bottom: 0 !important;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .perguntas-frequentes h4 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
  .perguntas-frequentes h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .big-orange {
    font-size: 24px;
  }
  .big-orange img {
    max-height: 55px;
  }
  .alt-title {
    margin-bottom: 40px;
  }
  .alt-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .alt-title .lead {
    font-size: 18px;
  }
  .fibra {
    margin-bottom: 20px;
  }
  .fibra h2 {
    font-size: 28px;
  }
  .fibra .lead {
    font-size: 20px;
  }
  .planos {
    font-size: 18px;
  }
  .planos p {
    font-size: 18px !important;
  }
  .planos + .planos {
    margin-top: 34px;
  }
  .planos + .planos .alt-title {
    margin-top: 60px;
  }
  .planos h2 {
    font-size: 36px;
  }
  .planos .lead {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .planos .plan-features {
    margin-top: 20px;
  }
  .ngvox h3 {
    font-size: 24px !important;
  }
  .cartao h4 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .negative-spacing-image {
    padding: 200px 0 20px 0;
  }
  .orange-box {
    padding: 20px;
  }
  .orange-box h3 {
    font-size: 24px !important;
  }
  .orange-box p {
    font-size: 18px !important;
  }
  .telefonia-movel p {
    font-size: 16px !important;
    line-height: 1.1;
  }
  .telefonia-movel figure {
    float: left;
    margin-right: 20px;
    height: 100%;
  }
  .telefonia-movel figure img {
    max-width: 50px;
  }
  .telefonia-movel h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .telefonia-movel h5 {
    font-weight: 600;
    font-size: 18px;
  }
  .cross-products-b2b {
    margin-bottom: 20px;
  }
  .btn {
    font-size: 14px;
  }
  .mb-5 {
    margin-bottom: 34px !important;
  }
  .stripe-container.stripe-spacing,
  .stripe-container + .light-container {
    padding: 30px 0;
  }
  .stripe-container.mt-5,
  .stripe-container.my-5 {
    margin-top: 0 !important;
  }
  .stripe-container + .light-container {
    padding: 34px 0 !important;
  }
  .city-selector {
    width: auto;
  }
  .highlights-container {
    margin-bottom: 0;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-caption {
    width: 100%;
    padding: 20px;
    font-size: 20px;
  }
  .swiper-container .swiper-wrapper .swiper-slide .slide-caption h5 {
    font-size: 36px;
  }
  .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .plan-features h4 {
    font-size: 24px;
  }
  .plan-features .feature-item h5 {
    font-size: 20px;
  }
  .more-products {
    padding: 0 15px;
  }
  .caller-planos {
    height: 285px;
    padding: 20px;
  }
  .caller-planos img {
    max-height: 50px;
    max-width: 40px;
  }
  .caller-planos h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .caller-planos > div .opacity {
    display: none;
  }
  .caller-planos .cta-absolute {
    left: 20px;
    bottom: 30px;
  }
  .caller-planos.caller-planos-celular {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .caller-planos.caller-planos-combos {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .column-description {
    padding: 30px 0;
  }
  .column-description h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .column-description .column-item {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .column-description .column-item p {
    font-size: 14px !important;
  }
  .column-description .column-item figure {
    float: left;
    max-width: 50px;
    margin-right: 10px;
  }
  .column-description .column-item h4 {
    font-size: 16px;
    clear: both;
  }
  .nossa-rede p {
    font-size: 14px;
    line-height: 1.2;
  }
  .azulao .box-gray {
    padding: 20px 20px 25px 20px;
  }
  .azulao .box-gray p {
    font-size: 20px;
  }
  .azulao .box-gray h3 {
    font-size: 24px;
  }
  .features-mge {
    text-align: center;
    margin-bottom: 15px;
  }
  .features-mge figure {
    margin-bottom: 10px;
    justify-content: center;
  }
  .features-mge figure img {
    max-height: 40px;
  }
  .pre-footer {
    padding: 34px 0;
    font-size: 14px;
  }
  .pre-footer .offset-1 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .pre-footer h3 {
    font-size: 24px;
  }
  .caller {
    text-align: center;
    font-size: 14px;
  }
  .caller svg {
    max-width: 40px;
    max-height: 40px;
  }
  .caller h4 {
    font-size: 18px;
  }
  .cross-sites .site {
    padding: 50px 20px;
    height: 260px;
  }
  .cross-sites .site .site-info h4 {
    font-size: 16px;
  }
  .cross-sites .site .site-info h2 {
    font-size: 24px;
  }
  .autoatendimento {
    padding: 34px 0 0 0;
    font-size: 16px;
  }
  .autoatendimento h2 {
    font-size: 24px;
  }
  .autoatendimento a {
    display: block;
  }
  .autoatendimento .unit-atendimento {
    font-size: 16px;
    height: 150px !important;
    padding: 15px !important;
    margin-bottom: 20px;
    height: auto;
  }
  .autoatendimento .unit-atendimento figure {
    margin-bottom: 10px;
  }
  .autoatendimento .unit-atendimento figure img {
    max-height: 40px;
  }
  .column-list .lead {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .column-list .alt-title {
    margin-bottom: 30px;
  }
  .column-list .alt-title h2 {
    font-size: 36px !important;
  }
  .column-list h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .column-list h2 span {
    font-size: 24px !important;
  }
  .column-list .icon-title {
    margin-bottom: 15px;
  }
  ul.divider-list li {
    font-size: 16px;
  }
  .cidade-digital {
    padding-top: 0 !important;
  }
  .box-card img {
    max-width: 40px;
  }
  .box-card h4 {
    font-size: 20px;
  }
  .arrow {
    margin-top: 40px;
  }
  .arrow:before {
    top: -20px;
    left: 50%;
    margin-left: -25px;
    transform: rotate(90deg);
  }
  #map-container {
    top: 90px;
  }
  .cobertura #map-container {
    top: 170px;
  }
  .map-wrapper {
    height: 550px;
  }
  .map-wrapper .map-search {
    margin-top: 0;
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
  }
  .map-wrapper .map-search h2 {
    font-size: 26px;
  }
  .map-wrapper .map-search .form-control {
    padding: 5px !important;
    font-size: 16px !important;
    margin: 0 20px;
  }
  .map-wrapper > .container-fluid {
    padding: 0;
    margin: 0;
  }
  .map-wrapper > .container-fluid .container {
    padding: 0;
    margin: 0;
  }
  .mega-title h2 {
    font-size: 28px;
  }
  .mega-title h2 + h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .header-quem-somos h1 {
    font-size: 28px;
  }
  .about figure {
    display: none;
  }
  .about h2 {
    font-size: 24px;
  }
  .about .pt-5 {
    padding-top: 0 !important;
  }
  .about p {
    font-size: 18px;
  }
  .sponsorships {
    padding: 0 !important;
  }
  .sponsorships .container {
    padding: 0;
  }
  .sponsorships .sponsorship-content {
    padding: 35px;
    font-size: 16px;
  }
  .sponsorships .sponsorship-content .excerpt {
    font-size: 14px;
  }
  .sponsorships .sponsorship-content h3 {
    font-size: 18px;
  }
  .sponsorships .row:nth-child(3) .sponsorship-content h3 {
    font-size: 18px;
  }
  .trabalhe-conosco .shadow {
    margin-bottom: 20px;
  }
  .trabalhe-conosco h3 {
    font-size: 24px;
  }
  .trabalhe-conosco a {
    display: inline-block;
  }
  .header-image h1,
  .blog-title h1 {
    font-size: 28px;
  }
  .blog-title {
    margin-bottom: 30px;
  }
  .header-image {
    margin-bottom: 0;
  }
  .single-post h1 {
    font-size: 28px;
  }
  .single-post h3 {
    font-size: 16px;
  }
  .general-modal .modal-content {
    padding: 0px;
  }
  #footer {
    text-align: center !important;
  }
  #footer .menu-main + .menu-ancora {
    border-top: none;
    padding-top: 0;
  }
  #footer .menu-ancora .navbar .nav-item.active .nav-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer #menu-menu-ancora-rodape,
  #footer #menu-menu-subrodape {
    display: block;
    margin: auto !important;
  }
  #footer .list-inline.text-right {
    text-align: center !important;
    margin: 20px 0;
  }
  .nav-fale-conosco .nav-item {
    padding: 10px 0;
  }
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f6f4;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 20px 25px -10px rgba(0, 0, 0, 0.05);
  display: none;
}
.cookie-consent-banner__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
}
.cookie-consent-banner__copy {
  margin-bottom: 10px;
}
.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
.cookie-consent-banner__description {
  font-weight: normal;
  color: #838f93;
  font-size: 13px;
  line-height: 18px;
}
.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.cookie-consent-banner__actions {
  margin-top: 20px;
}

/* WIGET CHAT */
.widget {
  z-index: 9999;
  position: fixed;
  bottom: 24px;
  right: 15px;
}
@keyframes segundoestado {
  from {
    top: 100px;
  }
  to {
    top: 0px;
  }
}
@keyframes inativoestado {
  0% {
    top: 100px;
  }
  50% {
    bottom: -160px;
  }
  100% {
    display: none !important;
  }
}
.widget .chatbot-closed {
  display: none !important;
}
.widget .primeiro-estado.active-ajuda,
.widget .segundo-estado.active-ajuda {
  animation: segundoestado 0.5s ease-in 0s;
}
.widget .segundo-estado.inativo-ajuda,
.widget .primeiro-estado-fechar.active-ajuda,
.widget .primeiro-estado-fechar-chat.active-ajuda {
  animation: inativoestado 0.5s ease-in 0.5s;
}
.widget .como-posso-ajudar .primeiro-estado {
  width: 70px;
  height: 70px;
  background: #000000;
  position: relative;
  cursor: pointer;
  border: 3px double #000000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.widget .como-posso-ajudar .primeiro-estado-fechar,
.widget .como-posso-ajudar .primeiro-estado-fechar-chat {
  width: 70px;
  height: 70px;
  background: #fff;
  position: relative;
  cursor: pointer;
  border: 3px double #fff;
  border-radius: 50%;
  text-align: center;
  color: #000 !important;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 4px;
}
.widget .como-posso-ajudar .primeiro-estado-fechar p svg,
.widget .como-posso-ajudar .primeiro-estado-fechar-chat p svg {
  color: #000 !important;
  width: 20px;
}

.widget .como-posso-ajudar .segundo-estado {
  display: none;
  position: relative;
}
.widget .como-posso-ajudar .segundo-estado .linksWhats a,
.widget .como-posso-ajudar .terceiro-estado .linksWhats a {
  width: 70px;
  height: 70px;
  background: linear-gradient(266.99deg, #27d045 3.09%, #01a11f 94.82%);
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget .como-posso-ajudar .segundo-estado .linksWhats a svg,
.widget .como-posso-ajudar .segundo-estado .linksWhats a img,
.widget .como-posso-ajudar .terceiro-estado .linksWhats a svg,
.widget .como-posso-ajudar .terceiro-estado .linksWhats a img {
  width: 30px;
  color: #fff !important;
}
.widget .como-posso-ajudar .segundo-estado .links a,
.widget .como-posso-ajudar .terceiro-estado .links a {
  width: 70px;
  height: 70px;
  background: linear-gradient(266.99deg, #000000 3.09%, #f5415d 94.82%);
  position: relative;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.widget .como-posso-ajudar .segundo-estado .links a span,
.widget .como-posso-ajudar .terceiro-estado .links a span {
  font-size: 13px;
}
.widget .como-posso-ajudar .segundo-estado .links a:hover {
  text-decoration: none;
}
/* .widget .como-posso-ajudar .segundo-estado .links a img {
  width: 25px;
} */
.widget .como-posso-ajudar .segundo-estado .links a:nth-child(2),
.widget .como-posso-ajudar .segundo-estado .links a:nth-child(3) {
  width: 215px;
}

#modal-content-cidade {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 40px !important;
}

#modal-content-cidade button,
#modal-content-cidade a {
  background-color: #fd7e14;
  border: #fd7e14;
  min-width: 200px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px !important;
  margin-bottom: 10px;
}

#modal-content-cidade h2 {
  color: #fd7e14;
  font-weight: bold;
  font-size: 32px;
}

#modal-content-cidade p {
  color: #173daa;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 420px;
}

html.page-id-644,
body.page-id-644 {
  height: 100vh !important;
  margin: 0;
}
.iframe-chat {
  width: 100%;
  height: 100vh !important;
  border: none;
}

/*# sourceMappingURL=main.css.map */

@media (max-width: 1199px) {
  .box-about-pg {
    min-height: 400px;
  }

  .box-about-pg .layer-about strong {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #modal-content-cidade {
    min-height: 400px;
    padding: 20px !important;
  }

  #modal-content-cidade p {
    font-size: 15px;
    line-height: 18px;
    width: 320px;
  }

  .box-about-pg {
    min-height: 450px;
    margin-bottom: 30px;
  }

  .box-about-pg .layer-about strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .box-about-pg {
    min-height: 540px;
    margin-bottom: 30px;
  }

  .box-about-pg .layer-about strong {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .box-about-pg {
    min-height: 570px;
  }
}

@media (max-width: 499px) {
  .box-about-pg {
    min-height: 426px;
  }

  #modal-content-cidade p {
    font-size: 14px;
    line-height: 16px;
    width: 220px;
  }
}

@media (max-width: 781px) {
  section.home-cities {
    flex-wrap: wrap;
  }
  section.home-cities .home-cities-left {
    height: 90vh;
    width: 100%;
    display: none;
  }
  section.home-cities .home-cities-right {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  section.home-cities h3 {
    text-align: center;
  }
}

@media (max-width: 4071px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 900px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 900px;
  }
}

@media (max-width: 2771px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 740px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 740px;
  }
}

@media (max-width: 2559px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 680px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 680px;
  }
}

@media (max-width: 1949px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 580px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 580px;
  }
}

@media (max-width: 1440px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 450px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 450px;
  }
}

@media (max-width: 1023px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 360px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 360px;
  }
}

@media (max-width: 721px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 320px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 320px;
  }
}

@media (max-width: 647px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 300px;
  }
}

@media (max-width: 599px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 270px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 270px;
  }
}

@media (max-width: 575px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 525px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 525px;
  }
}

@media (max-width: 425px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 425px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 425px;
  }
}

@media (max-width: 375px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 375px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 375px;
  }
}

@media (max-width: 320px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 320px;
  }
  .swiper-container .swiper-wrapper .swiper-slide > .container {
    height: 320px;
  }
}
