/* Background Colors
-------------------------------------------------- */

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-white {
  background-color: #F2F2F2;
}

.bg-light-white {
  background-color: #FBFBFB;
}

.bg-blue {
  background-color: #173DAA;
}

.bg-orange {
  background-color: #FF6E27;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #173DAA;
}

.dark-blue {
  color: #002446;
}

.grey {
  color: #5B5B5F;
}

.orange {
  color: #FF6E27;
}

/* Top
-------------------------------------------------- */

.top-blue {
  height: 80px;
  background-color: #0062FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-logo {
  width: 126.5px;
  height: auto;
  display: block;
}

.top-background {
  background-image: url(../img/slider/slider-mobile-420-pederneiras.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #303A8F;
  min-height: 656px;
}


.top-form-gradient {
  background-image: linear-gradient(to right ,#FF6E27, #173DAA);
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 20px 40px;
}

.top-form {
  margin-top: -45px;
}
@media(min-width: 1000px) {
  .top-form {
    margin-top: -740px;
  }
}

.top-form-items {
  font-size: 12px;
  font-weight: 600;
  color: #173DAA;
  background-color: white;
  border-radius: 0 0 15px 15px;
  padding: 20px 40px;
}

.top-form-text {
  margin: 7px 0 3px 30px;
}

/* Planos
-------------------------------------------------- */

.planos-top {
  margin-top: -120px;
}

.planos-title {
  font-size: 32px;
  font-weight: 400;
}

.planos-icon {
  height: 20px;
  width: auto;
}

.planos-recursos {
  font-size: 16px;
  font-weight: 400;
  color: #5B5B5F;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 7px solid #AEAEAE;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.planos-recursos-slide {
  margin-bottom: 20px;
}

.planos-recursos-items {
  display: flex;
  align-items: center;
  gap: 15px;
}

.planos {
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px 15px 0 0;
}

.planos-beneficios {
  font-size: 16px;
  font-weight: 400;
  color: white;
  position: relative;
}

.text-fibra {
  font-size: 12px;
  font-weight: 500;
}

.text-internet {
  font-size: 10px;
  font-weight: 500;
}

.text-mega {
  font-size: 48px;
  font-weight: 300;
  line-height: 50px;
}

.text-valores {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 30px;
}

.text-promocao {
  font-size: 12px;
  font-weight: 400;
  margin-top: -40px;
}

.planos-oferta-img {
  height: 60px;
  width: auto;
  position: absolute;
  top: 20px;
  right: 0;
}

.planos-button {
  font-size: 16px;
  padding: 0 60px;
}

.planos-bottom {
  border-radius: 0 0 15px 15px;
}

/* Mais vantagens
-------------------------------------------------- */

.mais-vantagens-top{
  border-radius: 15px 15px 0 0;
}

.mais-vantagens-bottom{
  border-radius: 0 0 15px 15px;
}

.mais-vantagens-title {
  font-size: 32px;
  font-weight: 600;
}

.mais-vantagens-subtitle {
  font-size: 18px;
  font-weight: 400;
}

/* Localização
-------------------------------------------------- */

.localizacao-text {
  color: white;
  font-size: 32px;
  font-weight: 400;
}

.localizacao-subtext {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.localizacao-button {
  font-size: 16px;
  padding: 0 68px;
  background-color: white;
  color: #173DAA;
}

.localizacao-button:hover {
  background-color: #FF6E27;
  color: white;
}

/* Footer
-------------------------------------------------- */

.footer-background {
    background-image: url(../img/familia/bg-familia.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #898FB3;
}

.footer-text {
  font-size: 48px;
  font-weight: 400;
}

.footer-button {
  font-size: 16px;
  padding: 0 53px;
}

.footer-end {
  color: #AEAEAE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.footer-logo-elleven {
  width: 60px;
  height: auto;
  float: right;
  margin-bottom: 6px;
}

/* Obrigado
-------------------------------------------------- */

.obrigad-container {
  min-height: calc(100vh - 135px);
}

.obrigado {
  min-height: 360px;
  border-radius: 15px;
  font-weight: 400;
}

.obrigado-title {
  font-size: 60px;
}

.obrigado-subtitle {
  font-size: 24px;
}

.obrigado-button {
  font-size: 16px;
  font-weight: 500;
  padding: 0 50px;
}


/* Media query
-------------------------------------------------- */

@media only screen and (max-width: 1000px) {
  .obrigad-container {
    min-height: calc(100vh - 160px);
  }
}
@media(min-width:420px) and (max-width:750px) {
  .top-background {
    background-image: url(../img/slider/slider-tablet-750-pederneiras.jpg);
    background-size: auto;
  }
}
@media only screen and (max-width: 750px) {
  .top-form {
    margin-top: -280px;
  }
  
  .footer-background {
    background-image: url(../img/familia/bg-familia-mobile.jpg);
    background-size: cover;
    background-position: right;
  }
 
  .footer-text {
    padding-top: 160px;
    font-size: 32px;
    font-weight: 500;
  }

  .footer-end {
    align-items: flex-end;
  }

  .obrigado-title {
    font-size: 48px;
  }
  
  .obrigado-subtitle {
    font-size: 20px;
  }
}
@media(min-width:750px) {
  .top-background {
    min-height: 720px;
    background-image: url(../img/slider/slider-desktop-1920-pederneiras.jpg);
  }
}
@media(min-width:750px) and (max-width: 1000px) {
  .top-background {
    background-size: cover;
    background-position: 29%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .top-background {
    background-position: 35%;
    min-height: 720px;
  }
}
