*{
	padding: 0;
	margin: 0
}
body{
  font-family: "Archivo" !important;
  color: #fff;
  background-color: #faf9f7;
}

p{
 font-family: "Archivo";
 color: #27467d;
 font-size: 1.2rem;
 line-height: 26px

}
h1,h2,h3,h4,h5,h6{
  font-family: "Archivo" !important;
}
button, a{
  cursor: pointer;
}
.btn-info{
  background-color: #27467d !important;
  border-color: #27467d !important;
  border-radius: 20px;
}
.text-info{
  color: #27467d !important;
}
.me-3 {
  margin-right: 1rem !important;
}

a.dropdown-item{
  color: #fff;
}
a.dropdown-item:hover{
  color: #27467d;
}
.redondo {
  background-color: #27467d;
  color: #fff;
  padding: 16px;
  text-align: center;
  width: 30%;
  font-size: 2em !important;;
  margin-top: 20px;
  border-radius: 12px;
}
.redondo:hover {
  background-color: #fff;
  color: #27467d;
}
label{

  color: #27467d

}

span{

  padding: 10px;

  -moz-border-radius:20px; -webkit-border-radius:20px; border-radius: 20px;

}
.sticky-top {
  position: sticky;
  z-index: 9;
  top: 130px;
  width: 100%;
  border: 1px #dadada solid;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
  border-radius: 4px;
}
.img-fluid{

  max-width: 100%;

  height: 85px;

}
.busca {
  position: relative;
  background-color: rgb(239 239 239);
  font-weight: 400;
  padding: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: rgb(0 56 249 / 47%) 0 2px 2px -6px, rgb(0 58 255 / 48%) 0 4px 4px -6px, rgb(2 60 255 / 20%) 0 8px 8px -6px, rgb(0 0 0 / 20%) 0 16px 16px -6px, rgb(2 48 166 / 20%) 0 32px 32px -6px, rgb(14 112 242 / 20%) 0 64px 64px -6px;
}

.whats{
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999999;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.pulse-button{
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  background: rgba(38, 255, 12, 0.72);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

.box-azul{    

	background-color: #27467d

}

.float{

	float: left;

}

.floatright{

	float: right;

	padding: 5px 0

}
.box-cursos-1 {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(../img/img-empresa.jpg) no-repeat;
  background-size: 100%;
  height: 720px;
}
.box-cursos-2 {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  margin-top: -350px;
  padding: 20px;
}
.dg-bullets {
  text-align: center;
  margin-top: 15px;
}

.dg-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.dg-bullet.active {
  background: #333;
}

.right{

	text-align: right;

	padding-right: 30px

}

.row {

  margin-right: 0 !important;

  margin-left: 0 !important;

}

.textcenter{

  text-align: center;

}

.space{

	padding: 60px;

}

.info{

 text-align: center;

}

.roxo{

  margin-top: -90px;

  text-align: center;

  align-content: center;

  color: #FFF;

  font-size: 1.2rem;

  line-height: 26px

}

.navbar-light .navbar-nav .nav-link {

	color: #27467d;

}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {

	color: #ccc

}
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  top:50px;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;

}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0,0,0,.15);
  background-color: #27467d;
}



.navbar-toggleable-md .navbar-nav .nav-link {  
  position: relative;
  z-index: 0;
  width: max-content;
  text-align: center;

}

.bg-light {
  background-color: #fff3f3 !important;
}
.bgfooter{
  margin-top: -60px;
}
.bg-dark {
  background-color: #000 !important;
}


.section-title {
  padding-bottom: 30px;
}
.section-title h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #27467d;
  bottom: 0;
  left: calc(50% - 20px);
}

.navbar-light .navbar-toggler {
  background-color: #27467d;
  outline: none
}

.navbar-nav{

  color: #000

}
.botaomaterial{
  border-radius: 50px;
}
.borda{
  position: fixed;
  width: 100%;
  text-align: right;
  padding: 8px;
  z-index: 99;
  background-color: #27467d;
}

.navbar-light .navbar-nav .nav-link.active {

  color: #38568a;

  border-bottom: solid 2px #fff;

  font-weight: bold;

}

.fix{
  position: fixed;

  margin-top: 40px;

  width: 100%;

  z-index: 99;


  background-color: #fff;

}
header{
  padding-top: 125px;
}
.hr-text {

  line-height: 1em;

  position: relative;

  outline: 0;

  border: 0;
  font-family: "Archivo";

  font-size: 2rem;

  font-weight: bold;

  color: black;

  text-align: center;

  height: 1.5em;

  opacity: 1;

}

.hr-text:before {

  content: '';

  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));

  background: linear-gradient(to right, transparent, #818078, transparent);

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  height: 1px;

}

.hr-text:after {

  content: attr(data-content);

  position: relative;

  display: inline-block;

  color: black;

  padding: 0 .5em;

  line-height: 1.5em;

  color: #000;

  background-color: #faf9f7;

}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}
.stylish-input-group .input-group-addon {
  background: white !important;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}
[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}
.box1{

  position: relative;

  width: 80%;

  height: 150px;

  margin: -20px auto 0;

  background-color: #fff;

  -webkit-box-shadow: 0 0 10px 0 #787878;

  box-shadow: 0 0 10px 0 #787878;

}

.box2{

  width: 80%;

  height: 300px;

  margin: 70px auto 0;

  background-color: #fff;

}
.col-2dot4,

.col-sm-2dot4,

.col-md-2dot4,

.col-lg-2dot4,

.col-xl-2dot4 {

 position: relative;

 width: 100%;

 padding-right: 5px;

 padding-left: 5px;

}

.col-2dot4 {

 -webkit-box-flex: 0;

 -ms-flex: 0 0 20%;

 flex: 0 0 20%;

 max-width: 20%;

}

.my-lg-0 {

 margin-right: 40px;

}

@media (min-width: 540px) {

  .col-sm-2dot4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

  }

}

@media (min-width: 720px) {

  .col-md-2dot4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

  }

}

@media (min-width: 960px) {

  .col-lg-2dot4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

  }

}

@media (min-width: 1140px) {

  .col-xl-2dot4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

  }

}


.border{

  width: 24%;

  color: #27467d;

  font-size: 1.3rem;

  font-weight: bold;

  border-bottom: solid 3px #27467d;

}

.trabalhe {

  width: 100%;

  padding: 10px;

  color: #000;

  font-size: 1.5em;

  font-weight: bold;

}

.box-servicos{

  float: left;

  margin: 12px;

  border: solid 1px;

  color: #27467d;

  -moz-border-radius:20px; -webkit-border-radius:20px; border-radius: 20px;

}

.caixa{

  width: 95%;

  margin-top: 40px;

  padding: 20px;

  border: solid 1px #27467d;

  text-align: center;

  color: #27467d;

  font-size: 1em;

}
.text-muted {
  color: #000 !important;
}
.caixaempresa{

  width: 100%;

  padding: 30px;

  height: 190px;

  border: solid 1px #27467d;

  color: #27467d;

  font-size: 0.9em;

  line-height: 30px;

}

.box-correcao{

  position: relative;

  width: 80%;

  height: 10px;

  margin: 0px auto;

  background-color: #fff;

}

.empresa{

  position: relative;

  width: 90px;

  padding: 10px;

  margin: -55px 0px 20px 0px;

  background-color: #27467d;

  color: #fff;

  border-radius: 5px;

}

hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.cardhover{
  width: 100%;
  height: 200px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
  padding: 10px; 
  border-radius: 12px;
  text-decoration: none;
}
.cardhover:hover{
  webkit-transform:translateY(-4px) scale(1.01);

  -moz-transform:translateY(-4px) scale(1.01);

  -ms-transform:translateY(-4px) scale(1.01);

  -o-transform:translateY(-4px) scale(1.01);

  transform:translateY(-4px) scale(1.01);

  -webkit-box-shadow:0 14px 24px rgba(62,57,107,.1);

  box-shadow:0 14px 24px rgba(62,57,107,.1);
  text-decoration: none;
  border: solid 3px #27467d;

}
.modal-lg {
  max-width: 75% !important;
}
.caixamsg{

  width: 100%;

  height: 190px;

  padding: 30px;

  color: #fff;

  font-size: 0.9em;

  background-color: #27467d;

  border-radius: 10px;

}

.parceiro{

  float: left;

}

.texto{

  float: left;

  color: #fff;

  font-size: 1.3em;

  padding: 10px;

}

.texto-comentario{

  color: #fff;

  font-size: 1em;

}
.submit-lente {
  position: absolute;
  top: 22px;
  right: 68px;
  z-index: 10;
  border: none;
  background: transparent;
  outline: none;
}


@media (max-width: 767px){

  .border{

    width: 50%

  }

  .fix{
    margin-top: 0;
  }

  .right{

   text-align: left;

   padding-right: 0

 }

 .navbar-toggleable-md .navbar-nav .nav-link {

   padding-right: .1rem;

   padding-left: .1rem;    

   padding-top: 12px;   		

 }

 .box-azul-space{

   background-color: #27467d;

   height: 60px

 }

 .box-azulx{

  background-color: #27467d

}

.navbar-light .navbar-nav .nav-link {

  color: #274780 !important

}


.box2{

  display: none

}

.box1{

  width: 90%;

  height: 484px;

  margin: -20px auto;

}

.space{

  padding: 20px;

}

.container {

  width: 100%;

}

.offset-1{

  margin-left: 0;

}

}

.modal-content{

  color:#AAA;

}


