* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.container-principal {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.container-principal #video-home {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .container-principal {
    display: none;
  }

  .planos-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}

.planos-container {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.planos-container img {
  mix-blend-mode: multiply;
}

.planos-container h1 {
  color: #30a1fe;
  font-size: 2rem;
  font-family: "Varela Round", sans-serif;
  margin: 3rem 0;
}

.cards-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin: 0;
  padding: 0;
}

.cards-container .obs {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.3rem;
}

.cards-container .obs p {
  font-size: 0.9rem;
  color: #000000;
}

.cards {
  position: relative;
  width: 25%;
  height: auto;
  display: flex;
  background-color: #d7e5eb;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem 2rem;
  line-height: 3rem;
  border: #30a1fe 2px solid;
  border-radius: 8px;
}

.cards p {
  font-size: 1.3rem;
  color: rgb(3, 56, 87);
}
.cards-dest p {
  font-size: 1.2rem;
  color: rgb(3, 56, 87);
}

.cards-dest {
  position: relative;
  width: 25%;
  height: auto;
  display: flex;
  background-color: #d7e5eb;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem 2rem;
  line-height: 3rem;
  border: #8c00ff 2px solid;
  border-radius: 8px;
}
.cards-telefone {
  position: relative;
  width: 25%;
  height: auto;
  background-color: #d7e5eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem 2rem;
  line-height: 3rem;
  border: #30a1fe 2px solid;
  border-radius: 8px;
}

@media (max-width: 800px) {
  .cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .cards {
    width: 90%;
  }
  .cards-dest {
    width: 90%;
  }

  .cards-telefone {
    width: 90%;
  }
}

.cards:hover {
  transform: scale(1.1);
  transition: all 2s;
  background: rgb(154, 154, 210);
}
.cards-telefone:hover {
  transform: scale(1.1);
  transition: all 2s;
  background: rgb(154, 154, 210);
}

.cards img {
  width: 80%;
}
.cards-dest:hover {
  transform: scale(1.1);
  transition: all 2s;
  background: rgb(154, 154, 210);
}

.cards-dest img {
  width: 80%;
}
.cards-telefone img {
  width: 80%;
}

.cards-telefone p {
  font-size: 1.2rem;
  color: rgb(3, 56, 87);
}

.cards-telefone .valor2 {
  color: rgb(3, 56, 87);
  font-size: 3rem;
  font-weight: bold;
}

.planos-container .pp {
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
}

.planos-container .cta {
  width: 100%;
  height: auto;
  margin: 2rem 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.planos-container button {
  background-color: #30a1fe;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  border: rgb(0, 0, 0) 2px solid;
  cursor: pointer;
  width: 20%;
  cursor: pointer;
}

@media (max-width: 800px) {
  .planos-container button {
    width: 90%;
  }
}

.planos-container .cta a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
}

.cta a:hover {
  color: #000000;
}

.planos-container button:hover {
  transform: translate3d(5px, 5px, 5px);
  background-color: #64d1ec;
  color: #ffffff;
}

.atendimento-container {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.atendimento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  position: relative;
  margin: 1rem 1rem;
  padding: 0;
}

.atendimento-container h2 {
  font-size: 2.5rem;
  margin: 1rem 2rem;
  background: linear-gradient(to left, #30a1fe, #800080);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 800px) {
  .atendimento-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .atendimento {
    display: flex;
    flex-direction: column;
  }

  .bloco p {
    display: none;
  }

  .cards-container2 {
    display: flex;
    flex-direction: column;
  }
}

.atendimento .bloco {
  position: relative;
  width: 90%;
  height: auto;
  color: #000000;
  padding-left: 2rem;
  border-radius: 8px;
}

.bloco h6 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.bloco p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.atendimento img {
  width: 90%;
  height: 100%;
}

.atendimento-container .cards-container2 {
  position: relative;
  margin: 1rem auto;
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.cards-container2 .cards2 {
  flex: 1 1 calc(20% - 1rem);
  width: 100%;
  height: auto;
  padding: 1rem 1rem;
  background-color: transparent;
  border: #30a1fe 2px solid;
  border-radius: 8px;
  box-sizing: border-box;
}

.cards2 p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #30a1fe;
}

.pesquisa {
  position: relative;
  width: 100%;
  min-height: auto;
  margin-top: 5rem;
  padding: 2rem 1rem;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  background-color: #800080;
}

@media (max-width: 800px) {
  .pesquisa {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .pesquisa::after {
    display: none;
  }

  .internet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
  }

  .descricao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .descricao p {
    margin-top: 2rem;
  }
}

.pesquisa::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #800080;
  border-radius: 50% 50% 50% 0;
}

.internet {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.descricao {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  align-items: center;
  justify-content: center;
  margin-left: 10rem;
}

.internet p {
  font-size: 4rem;
  font-weight: 100;
  color: #ffffff;
  font-weight: 700;
}

.internet h4 {
  font-size: 2rem;
  color: #ec64ec;
}

.descricao p {
  font-size: 2.5rem;
  margin-right: 5rem;
  color: white;
}

.desc {
  color: #ec64ec;
  font-weight: bold;
}

.chamada {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #800080;
}

.chamada::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #800080;
  border-radius: 50% 50% 50% 0;
}

@media (max-width: 800px) {
  .chamada {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .chamada .cta-desc {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .chamada::after {
    display: none;
  }

  .chamada .cta-desc h4 {
    font-size: 1.5rem;
    margin: 0;
  }

  .chamada .cta-desc img {
    width: 50%;
    height: auto;
    align-items: center;
    margin: 0;
  }
}

.cta-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: white;
  padding: 2rem 5rem;
  box-sizing: border-box;
}

.cta-desc h4 {
  font-size: 2.5rem;
  margin-left: 15rem;
}

.cta-desc img {
  margin-right: 15rem;
}

.cta-end {
  display: flex;
  width: 70%;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #800080;
}

.cta-end a {
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  text-decoration: none;
}

.cta-end button {
  background-color: #30a1fe;
  border-radius: 100px;
  padding: 1rem 1rem;
  border: white 2px solid;
  cursor: pointer;
  margin-bottom: 10rem;
  margin-top: -5rem;
}

@media (max-width: 800px) {
  .chamada .cta-end {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 6rem;
  }
}

.cta-end button:hover {
  background-color: rgb(14, 233, 14);
  transform: translateX(15px);
}

.end {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.cta3 {
  position: relative;
  margin: 3rem 2rem;
  padding-left: 0;
  padding-top: 5rem;
  text-align: center;
}

.cta3 .desc2 {
  font-size: 4rem;
  color: #30a1fe;
}

.cta3 .desc3 {
  font-weight: bold;
  color: #64d1ec;
}

@media (max-width: 800px) {
  .end .cta3 {
    display: flex;
    flex-direction: column;
    margin: 1rem;
    padding: 0;
  }

  .end .cta3 .desc2 {
    font-size: 2.5rem;
  }
}

.cta3 p {
  font-size: 1.3rem;
}

.muda {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.muda h2 {
  font-size: 2.5rem;
  color: #800080;
  margin-bottom: 2rem;
}

.diferente {
  position: relative;
  width: 100%;
  height: auto;
  margin: 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin: 2rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  background-color: #30a1fe;
  border: transparent 2px solid;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 2px #0000005e;
}

.vs-container::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #000000;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}

@media (max-width: 800px) {
  .diferente {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .vs-container::before {
    display: none;
  }

  .vs-container {
    width: 95%;
    margin: 1rem;
    height: auto;
  }

  .separator {
    display: none;
  }
}

.separator {
  width: 2px;
  height: 70%;
  background-color: #000000;
  margin: 0 auto;
}

.fibra {
  position: relative;
  margin-left: 5rem;
  line-height: 4rem;
  color: #ffffff;
}

.fibra h1 {
  font-size: 2.5rem;
  color: #aee8f7;
}

.fibra p {
  font-size: 1.5rem;
}
.coaxial {
  position: relative;
  margin-right: 5rem;
  line-height: 4rem;
  color: #ffffff;
}

.coaxial h1 {
  font-size: 2.5rem;
  color: #aee8f7;
}

.coaxial p {
  font-size: 1.5rem;
}

@media (max-width: 800px) {
  .fibra {
    margin: 0;
  }

  .coaxial {
    margin: 0;
  }

  .vs-container .cta-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 1rem;
  }
}

.cta-4 {
  margin-top: 4rem;
}

.cta-4 a {
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  text-decoration: none;
}

.cta-4 button {
  background-color: #64d1ec;
  border-radius: 100px;
  padding: 1rem 1rem;
  border: white 2px solid;
  cursor: pointer;
}

.cta-4 button:hover {
  background-color: rgb(14, 233, 14);
  transform: translateY(8px);
}
