/*@Author: Thiago - pontoZap*/

@font-face { font-family: "Neo Black"; src: url("../fonts/neo-sans/neosans_black.woff") format("woff"), url("../fonts/neo-sans/neosans_black.woff") format("woff2"); }
@font-face { font-family: "Neo Bold"; font-weight: bold; src: url("../fonts/neo-sans/neosans_bold.woff2") format("woff"), url("../fonts/neo-sans/neosans_bold.woff2") format("woff2"); }
@font-face { font-family: "Neo Semibold"; src: url("../fonts/neo-sans/neosans_semibold.woff") format("woff"), url("../fonts/neo-sans/neosans_semibold.woff") format("woff2"); }
@font-face { font-family: "Neo Regular"; font-weight: 500; src: url("../fonts/neo-sans/neosans_regular.woff") format("woff"), url("../fonts/neo-sans/neosans_regular.woff") format("woff2"); }
@font-face { font-family: "Neo Light"; src: url("../fonts/neo-sans/neosans_light.woff") format("woff"), url("../fonts/neo-sans/neosans_light.woff") format("woff2"); }

.clear{
	clear: both;
}

.topo{
	background-color: #F1F1F1;
}

.barra-logo img{
	max-width: 325px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.barra-logo a{
	margin: auto;
}

.slide{
	background-color: #381F8D;
}

.anywhere img{
	width: 100%;
	max-width: 555px;
	margin-top: 100px;
}

.formulario h1{
	font-family: "Neo Bold";
	color: #FF6320;
	text-align: center;
	margin-top: 30px;
}

.formulario h2{
	font-family: "Neo Regular";
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}

.formulario h5{
	font-family: "Neo Regular";
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.formulario p{
	font-family: "Neo Regular";
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.formulario form{	
	padding: 22px;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
}

.llformCustom div.field-error {
	color: #ffffff !important;
}

.formulario input, select{
	background: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	
}

.email{
	width: 48.5% !important;
	margin-right: 1.5% !important;
	float: left !important;
}

.telefone{
	width: 48.5% !important;
	margin-left: 1.5% !important;
	float: left !important;
}

.curso{
	width: 100%;
	float: left !important;
}

.checkbox1{
	margin-top: 15px;
	width: 100%;
}

.enviar{
	margin-top: 15px;
	text-align: center;
}

.enviar button{
	margin: 0 auto;
	max-width: 250px;
	background-color: #381F8D;
	color: #FFFFFF;
	padding: 15px;
	border: none;
	border-radius: 5px;
	font-family: "Neo Bold";
}

.frase-oxford{
	padding: 50px 0;
}

.frase-oxford h4{
	font-family: "Neo Bold";
	color: #381F8D;
	text-align: center;
}

.qualidade{
	font-size: 18px;
	text-align: center;
	font-family: "Neo Regular";
	margin: 80px 0;
}

.cinza{
	background-color: #FFFFFF;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	font-family: "Neo Regular";
	box-shadow: 0 0px 15px 0 rgba(0,0,0,0.16);
}

.laranja{
	background-color: #FF6320;
	margin-top: -80px;
}

.frase-oxford h2{
	font-family: "Neo Bold";
	color: #FFFFFF;
	text-align: center;	
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
.cinza{
	background-color: #FFFFFF;
	padding: 15px;
	margin: 30px 0px;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	font-family: "Neo Regular";
	box-shadow: 0 0px 15px 0 rgba(0,0,0,0.16);
}

.formulario form{
	background-color: #FF6320;
	padding: 22px;
	border-radius: 5px;
	width: 100%;
	margin: 30px auto;
}

}

.whats{
  position: fixed;
  z-index: 999;
  bottom: 12px;
  right: 12px;
}

.whats img{
  transition: ease-in-out 0.3s;
  width: 70px;
}

.whats img:hover{
  transition: ease-in-out 0.3s;
  width: 80px;
}

.box-cookies.hide {
  display: none !important;
}



.box-cookies {
  position: fixed;
  background: rgba(56, 31, 141, 0.9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: block;  
  padding: 25px;
}

.box-cookies .btn-cookies {
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;  
}

.btn-cookies-politica{
  background-color: #f3f3f3;
  padding: 8px 15px;
  margin-right: 20px;
  color: #000000;
  font-size: 14px;
  border-radius: 5px;
  border:  none;
  text-decoration: none;
}

.box-cookies .msg-cookies{
  width: 73%;
  float: left;
  color:  #ffffff;
}

.box-cookies .btn-cookies {
  background: #ff6320;
  padding: 8px 15px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  border:  none;
}

.botoes-politica{
  float: right;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .box-cookies {
    flex-direction: column;
  }
  
  .box-cookies .btn-cookies {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .box-cookies .msg-cookies{
    width: 100%;
    float: left;
    color:  #ffffff;
  }

  .botoes-politica{
    float: left;
    width: 100%;
    margin-top: 25px;
  }

  .btn-cookies-politica{
    font-size: 12px;
  }

  .whats img{
    transition: ease-in-out 0.3s;
    width: 50px;
  }

  .whats img:hover{
    transition: ease-in-out 0.3s;
    width: 60px;
  }
}