/* modal de WhatsApp */
.modal-wa {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;   
  align-items:center;
  justify-content:center;
}
.modal-wa h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
}
.modal-wa p {
  font-size: 20px;
}
.modal-wa .modal-content-wa {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  max-width: 720px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.modal-wa .modal-content-wa .close-button {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  height: 4rem;
  width: 4rem;
  font-size: 2.4rem;
  padding: 0.8rem;
  border-radius: 1.2rem;
  cursor: pointer;
  background-color: #173daa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wa .modal-content-wa .close-button span {
  color: #fff;
}
.modal-wa .modal-content-wa .close-button:hover {
  filter: brightness(0.9);
}
.modal-wa .modal-content-wa .btn-modal-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #173daa;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* Branco */
  color: #ffffff;
}
.modal-wa .modal-content-wa .btn-modal-primary:hover {
  filter: brightness(0.9);
}
.modal-wa .modal-content-wa .btn-modal-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #173daa;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #173daa;
}
.modal-wa .modal-content-wa .btn-modal-secondary:hover {
  filter: brightness(1.1);
}

.banner {padding-top:90px;}
.banner img {width:100%; height:auto;}
.banner picture {width:100%; height:auto;}
@media screen and (max-width: 667px) {
	.banner {padding-top:78px;}
}

.card-plano .first-row .column {justify-content:start;}
.card-plano {min-height:478px;}
.card-plano .second-row {margin-top:auto;}

.s-wifi {width:100%; background:#FF3C77; color:#fff;}
.s-wifi-content {width:1310px; max-width:95%; margin:0 auto; display:flex; flex-direction:row-reverse; align-items:center; justify-content:center; gap:4rem;}
.s-wifi-content article h2 {font-size:4rem;}
.s-wifi-content article p {font-size:2.5rem;}
.s-wifi-content figure {flex:0 0 599px;}
@media screen and (max-width: 667px) {
	.s-wifi-content {flex-direction:column;}
	.s-wifi-content figure {flex:1;}
	.s-wifi-content figure img {max-width:100%; height:auto;}	
	.s-wifi-content article {padding-top:4rem;}
	.s-wifi-content article h2 {font-size:3rem;}
	.s-wifi-content article p {font-size:1.5rem;}
}

.btn-whiteorange-wicon {background:#D63066 !important;}