html{
  scroll-behavior: smooth;
}

/* Nav
-------------------------------------------------- */

.logo {
  display: block;
  height: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.logo-top{
  margin: 0 auto;
}
@media(min-width:750px){
  .logo-top{
    margin: 0;
  }
}

.nav li {
	display: inline-table;
}

.nav li a {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
  padding: 0 20px;
  text-transform: uppercase;
  color: #8f8f8f;
}

.nav li a:hover {
  background: #d62525;
  color: #fff;
}

/* Popup
-------------------------------------------------- */

.popup-bg {
  background-color: #d62525;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.popup {
  width: 500px;
  max-width: calc(100% - 40px);
  color: #fff;
  position: absolute;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 40px;
  display: none;
}

.popup-links a {
  width: 100%;
  display: block;
  padding: 8px 0;
  border-bottom: 2px #fff solid;
  font-size: 28px;
  font-weight: bold;
}

.popup-social a {
  font-size: 24px;
  display: inline-block;
  padding: 12px 10px;
}

.show-popup {
	font-size: 34px;
	line-height: 34px;
	padding: 23px 20px;
	height: 80px;
	display: inline-block;
}

.hide-popup {
	font-size: 42px;
	line-height: 42px;
	display: block;
	width: 100%;
	text-align: right;
}

.button-font{
  font-size: 15px;
}

/* Banner top 
---------------------------------*/
.banner-top {
  background-image: none;
  background-color: #f4f4f4;
  text-align: center;
}
.txt-banner{
  font-size: 35px;
  line-height: 40px;
  
}
@media (min-width: 550px){
  .txt-banner{
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 750px){
  .txt-banner{
    font-size:75px;
    line-height: 85px;
  }
}
@media (min-width: 1000px){
  .txt-banner{
    font-size: 93px;
    line-height: 103px;
  }
  .banner-top {
    background-image: url("../img/banner-top.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
  }
}
@media (min-width: 1200px){
  .txt-banner{
    font-size: 110px;
    line-height: 120px;
  }
}




/* Saber se tenho direito 
----------------------------------*/
.txt-direito{
  font-size: 28px;
  line-height: 50px;
  color: white;
  padding: 0;
}
.text-center{
  text-align: center;
}
.button-right{
  float: center;
}
@media(min-width: 1000px){
  .text-center{
    text-align: left;
  }
  .button-right{
    float: right;
  }
  .txt-direito{
    padding:20px
  }
}

/* Formulario 
----------------------------*/
.titulo-gray{
  color: #6b6b6b;
  font-size: 28px;
}
.line-red{
  width: 120px;
  height: 3px;
  margin: 0 auto;
  background-color: #cc0033;
}

input{
  border: 1px solid #6b6b6b;
  border-radius: 10px;
}
.space-right{
  margin-right: 10px;
}
.border-label {
  border: 1px solid #6b6b6b;
  border-radius: 10px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  height: 45px;
}
.border-question{
  border: 1px solid #6b6b6b;
  border-radius: 10px;
}
.max-line{
  line-height: 47px;
}

.txt-gray{
  color: #6b6b6b;
}
.txt-light-gray{
  color: #c1c1c1;
}
#wpp-question{
  text-align: left;
}
#wpp-question{
  text-align: center;
}
#wpp-answer{
  float: none;
}
#wpp-question-final{
  text-align: center;
}

.break-xs{
  width: 100%;
  float: left;
  padding-bottom: 6px;
  content: " ";
}
.button-form{
  width: 100%;
}
@media(min-width:1200px){
  #wpp-question-final{
    text-align: left;
  }
  
}

@media(min-width:1000px){
  .button-form{
    width: auto;
    margin: auto;
  }
}
@media (min-width:750px){
  #wpp-question{
    text-align: left;
  }
  #wpp-answer{
    float: right;
  }
}

/* Contato
-------------------------------- */
.button-wpp{
  height: 50px;
  padding: 0 40px;
  width: 200px;
  background-color: #13b14e;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: bold;
}
.button-face{
  height: 50px;
  padding: 0 40px;
  width: 200px;
  background-color: #244f8a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: bold;
}
.button-mail{
  height: 50px;
  padding: 0 40px;
  width: 200px;
  background-color: #6b6b6b;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 25px;
  font-weight: bold;
}

/* Banner Info
------------------------- */
.banner-info {
  background-image: none;
  background-color: #f16786;

}
@media(min-width: 1200px){
  .banner-info {
    background-image: url("../img/banner-2.png");
    background-repeat: no-repeat;
    background-color: #f16786;
    background-position: center top;
  }
}
.titulo-info{
  font-size: 30px;
}
.list-info li{
  display: block;
  font-size: 24px;
}
.fa-check-square{
  color: #fff200;
}

/* Banner final 
----------------------------------*/
.titulo-yellow{
  color: #fefb00;
  font-size: 40px;
  font-weight: bold;
}


/* Footer
------------------------------- */
.padding-horizontal{
  padding-left: 10px;
  padding-right: 10px;
}

.footer-max-line{
  line-height: 60px;
}

.line-gray{
  background-color: #b3b3b3;
  height: 1px;
}
.footer-center{
  text-align: center;
}
@media(min-width:1200px){
  .footer-center{
    text-align: left;
  }
}
.logo-footer{
  margin: 0 auto;
}
@media(min-width:750px){
  .logo-footer{
    margin: 0;
  }
}

.alert-error{
  background-color: #c80b0b;
  color: #fff;
  text-align: center;
}

.alert-success{
  background-color: #51d080;
  text-align: center;
}
.social{
  font-size: 20px;
}