* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  padding-top: 105px;
  background: rgb(255, 255, 255);
}

.carousel-inner .card-body {
  background-color:  #efefef;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.carousel-inner .card-body P {
  padding-bottom: 1rem;
}

.btn-app1 {
  text-decoration: none;
  background-color: #003575;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.btn-app1:hover {
  border-color: 1px solid #fff;
  background-color: #1b62b8;
  color: white;
}

.btn-app2 {
  text-decoration: none;
  background-color: #e96a3d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.5s;
}

.btn-app2:hover {
  border-color: 1px solid #fff;
  background-color: #e77e57;
  color: white;
}


.btn-app3 {
  text-decoration: none;
  background-color: #e96a3d;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 15px 20px;
  transition: all 0.5s;

}

.btn-app3:hover {
  border-color: 1px solid #fff;
  background-color: #e77e57;
  color: white;
}

.carousel-inner .card-title {
  color:  #e96a3d;

}


#apps {
  color: #e96a3d;
  margin-top: 5rem;
  font-family: sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#apps::after{
  content: '';
  background: #e96a3d;
  display: block;
  height: 3px;
  width: 200px;
  margin: 15px auto;

}

.carousel-imagens {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  top: 500px;
  z-index: 2;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.navbar-nav a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-light .navbar-brand {
  color: #003575;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #003575;
}

.navbar-light .navbar-nav .navbar-link {
  color: #003575;
}


.services .card-body i {
  font-size: 50px;
}

.team .card-body i {
  font-size: 20px;
}

.font-orange {
  color: #e96a3d;
}

.font-blue {
  color: #003575;
}

.logo {
  width: 90px;
}

.bg-blue {
  background: #003575;
}

.bg-orange {
  background: #e96a3d;
}

.container h1 {
  color: #003575;
  margin-top: 5rem;
  font-family: sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

h1:after {
  content: '';
  background: #003575;
  display: block;
  height: 3px;
  width: 200px;
  margin: 15px auto;

}

.secao-fibra {
  padding: 40px 0;
}


.secao-radio {
  padding: 40px;
}

.preco-unico {
  min-width: 100%;
  margin: 10px auto;
  display: inline;
  float: left;
  width: 100%;
  background-color: #efefef;
  transition: 0.5s;
}

.preco-unico:hover {
  box-shadow: 0 2px 20px #ccc;
}

.preco-head {
  background-color: #e96a3d;
  display: inline;
  float: left;
  padding: 20px 10px 15px;
  text-align: center; 
  width: 100%;
}

.preco-head h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  text-transform: uppercase;
}

.preco-conteudo {
  display: inline;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.preco-conteudo ul li {
  border-bottom: 1px solid #fff;
  padding: 15px 0px;
  list-style: none;
}

.preco-conteudo ul li:last-child {
  border: none;

}

.preco-conteudo .bi {
  padding: 0 14px;
  color: red;
  font-size: 20px;
}

.preco-conteudo  .bi-check-circle-fill {
  color: green;
}

.preco-botao {
  display: inline;
  float: left;
  padding: 15px 15px 30px;
  text-align: center;
  width: 100%;
}

.preco-botao .comprar-btn {
  text-decoration: none;
  background-color: #003575;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 15px 50px;
  transition: all 0.5s;
}

.preco-botao .comprar-btn:hover {
  border-color: 1px solid #fff;
  background-color: #1b62b8;
}


/* === RESPONSIVIDADE === */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preco-botao .comprar-btn {
    text-decoration: none;
    background-color: #003575;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 15px 30px;
    transition: all 0.5s;
  }

  .preco-conteudo  ul li {
    border-bottom: 1px solid #fff;
    padding: 15px;
    list-style: none;
  }

  .preco-conteudo span {
    padding: 0.5rem;

  }
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
  body {
    zoom: 50%;
  }

  div.container {
    width: 55%;
    margin-right: 24rem;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    bottom: 370px;
  }
  .carousel-caption p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    text-align: center;
  }
  .carousel-caption {
    bottom: 125px;
  }
  .carousel-caption h5 {
    font-size: 17px;
  }
  .carousel-caption a {
    padding: 10px 15px;
  }


}

.containerNavBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: white;
  position: fixed !important;
  width: 100vw;
}

.containerNavBar ul {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.containerNavBar a {
  padding: 0.5rem;
  text-decoration: none;
  color: #03588c;
  font-weight: bold;
  font-size: 1.2rem;
}

.sectionBanner {
  padding-top: 137px;
}

.containerBanner {
  margin: 0 auto;
  max-width: 1200px;
}

.containerBanner img {
  width: 100%;
}

.sectionNovidades {
  text-align: center;
}

.sectionNovidades h1 {
  color: #03588c;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.containerNovidades {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
  padding: 1rem;
}

.cardNovidade {
  line-height: 1.4rem;
  background-color: white;
  width: 100%;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 5px;
  padding: 1rem;
}

.cardNovidade h1 {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: rgb(71, 71, 71);
}

.cardNovidade p {
  margin-top: 1rem;
  font-weight: 500;
  color: rgb(95, 95, 95);
}

.cardNovidade a {
  display: block;
  background-color: #f27b13;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 0.5rem;
  width: 250px;
  margin: 0 auto;
  margin-top: 1rem;
}

.sectionQuemSomos {
  text-align: center;
  background-color: #03588c;
}

.sectionQuemSomos h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.containerQuemSomos {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

@media (max-width: 900px) {
  .containerQuemSomos {
    grid-template-columns: 1fr;
  }
}

.cardQuemSomos {
  line-height: 1.5rem;
  padding: 1rem;
  text-align: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.445);
  border-radius: 5px;
}

.cardQuemSomos img {
  margin-bottom: 1rem;
}

.cardQuemSomos h2 {
  text-transform: uppercase;
  color: #ff851a;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.cardQuemSomos p {
  text-align: start;
  color: white;
  font-weight: 400;
}

.cardQuemSomos span {
  text-transform: uppercase;
  color: #f27b13;
  font-weight: bold;
}

.listaQuemSomos {
  padding-top: 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: start;
}

.listaQuemSomos p {
  color: white;
  font-size: 1.3rem;
}

.listaQuemSomos span {
  text-transform: uppercase;
  color: #ff851a;
  font-weight: bold;
}

.sectionAppTV h1 {
  text-align: center;
  color: #03588c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.containerAppTv {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 800px) {
  .containerAppTv {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.containerAppTv img {
  height: 80px;
  width: 80px;
  padding-bottom: 1rem;
}

.cardAppTv {
  border: 1px solid rgb(211, 211, 211);
  background: white;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 1rem;
}

.cardAppTv p {
  font-size: 1.2rem;
  color: rgb(71, 71, 71);
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.cardAppTv a {
  display: block;
  color: white;
  text-decoration: none;
  background-color: #03588c;
  padding: 0.5rem;
  margin: 0 auto;
  width: 200px;
  border-radius: 5px;
}

.sectionContato {
  background-color: #03588c;
}

.sectionContato h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.containerContato {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 800px) {
  .containerContato {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.cardContato {
  border: 1px solid rgba(255, 255, 255, 0.445);
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 1rem;
}

.cardContato p {
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.cardContato a {
  display: block;
  color: white;
  text-decoration: none;
  background-color: #f27b13;
  padding: 0.5rem;
  margin: 0 auto;
  width: 200px;
  border-radius: 5px;
}

.sectionRedesSociais h1 {
  text-align: center;
  color: #03588c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.containerRedesSociais {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.containerRedesSociais img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.cardRedeSocia {
  width: 100%;
  text-align: center;
}

.cardRedeSocia a {
  color: #03588c;
  text-decoration: none;
  font-size: 1.4rem;
  transition: 0.4s;
}

.cardRedeSocia a:hover {
  color: #0095ff;
}

@media (max-width: 800px) {
  .containerRedesSociais {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    max-width: 400px;
  }
}

.sectionLocalizacao {
  background-color: #03588c;
  padding: 1rem;
}

.sectionLocalizacao h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.sectionLocalizacao iframe {
  width: 100%;
  height: 40vh;
}

.footer h1 {
  text-align: center;
  color: #03588c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.containerFooter {
  max-width: 1200px;
  margin: 0 auto;
}

.icones {
  align-items: center;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icones {
  justify-items: center;
}

.cardPlano {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.containerLogosApps div img {
  background-color: rgb(206, 206, 206);
  border-radius: 50%;
}

.sectionImagensAplicativos {
  background-image: linear-gradient(#0275bd, #01426b);
  padding-top: 1rem;
}

.containerImagensApp {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 600px) {
  .containerImagensApp {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.containerImagensApp img {
  margin-bottom: 1rem;
  background-size: cover;
  background-color: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.849);
  justify-self: center;
  padding: 0.5rem;
  border-radius: 5px;
}

.containerImagensApp h1 {
  color: white;
}

#tituloIcone {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.video-section {
  display: flex;
  justify-content: center;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
}

#vid {
  width: 100%;
  height: 100%;
}

/* Inicio das classes referentes a seção de APPS */

.apps-section {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding: 40px;
  background-color: #0077b6;
}

.background-opaco {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.34;
  z-index: 2;
}

.container-apps {
  position: relative;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  flex-basis: auto;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 10px 10px 14px 6px rgba(0,0,0,0.75);
  background-color: #023e8a;
}

.apps-border1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #BFBDBC;
  border-radius: 20px;
  color: white;
  white-space: pre-line;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.493);
}

.apps-border1:hover {
  transform: translateY(-10px);
  transition: ease-out 0.1s;
  background-color: rgb(30 41 59);
}

.apps-border1 p{
  cursor: pointer;
}

.apps-border2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #BFBDBC;
  border-radius: 10px;
  color: white;
  white-space: pre-line;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.493);
}

.apps-border2:hover {
  transform: translateY(-10px);
  transition: ease-out 0.1s;
  background-color: rgb(30 41 59);
}

.apps-border2 p{
  cursor: pointer;
}

.apps-logo1 {
  width: 100px;
  height: auto;
  padding: 2px 2px 10px 2px;
}

.apps-logo2 {
  width: 100px;
  height: auto;
  padding: 2px 2px 10px 2px;
}

.resume {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: rgb(235, 235, 235);
  z-index: 3;
  box-shadow: 10px 10px 14px 6px #0077b6;
  border: 2px solid #0077b6;
}

.resume p {
  margin-top: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .apps-section {
      width: 100vw;
  }

  .container-apps {
      justify-content: center;
      align-items: center;
      height: 500px;
      overflow: auto;
      width: 100%
  }

  .apps-border1:hover {
      transform: none;
  }

  .apps-border2:hover {
      transform: none;
  }

  .resume {
      width: 80%;
  }

  .resume p {
      font-size: small;
  }
}

@media (max-width: 1366px) {
    .container-apps {
        width: 100%;
        gap: 40px;
    }
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 30px;
}