@font-face {
  font-family: "Lato";
  src: url(http://localhost/mcia/Blackfriday-Bacaba/fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato";
  src: url(http://localhost/mcia/Blackfriday-Bacaba/fonts/Lato-Semibold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url(http://localhost/mcia/Blackfriday-Bacaba/fonts/Lato-Bold.ttf);
  font-weight: 600;
}
a {
  text-decoration: none;
}
.para.pp-3{
	    text-decoration: line-through;
}
.para.pp-3 span{
text-decoration: none!important;}
.sect1 .card-emp .img-card .faixa{
	    position: absolute;
    left: -10%;
    top: 44%;
    width: 119%;
    background: red;
    text-align: center;
    color: white;
    padding: 3% 0%;
    font-size: 20px;
    font-weight: 600;
    transform: rotate(344deg);
}
a:hover {
  text-decoration: none;
}

a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(0deg, #080c0b, #000000);
}

.banners .desk {
  display: block;
}
.banners .mob {
  display: none;
}
@media (max-width: 980px) {
  .banners .desk {
    display: none;
  }
  .banners .mob {
    display: block;
  }
}

.sect1 {
  padding: 5em 0;
  background: linear-gradient(45deg, #4b0200, #2b194d);
}
.sect1 .title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
  color: white;
}
.sect1 .row {
  justify-content: center;
}
.sect1 .card-emp {
  box-shadow: 0 0 15px -8px #01e79f;
  border-radius: 15px;
  margin: 1em 0;
  background: white;
	overflow: hidden;
}
.sect1 .card-emp .local{
    background: #563399;
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2% 0%;
}
.sect1 .card-emp .img-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.sect1 .card-emp .img-card .frase {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fbdba8;
  background: #ff2a00;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1% 0%;
}
.sect1 .card-emp .img-card .status {
  position: absolute;
  left: 1em;
  top: 1em;
  background: #ff2a00;
  padding: 0.5em 2em;
  font-size: 13px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fbdba8;
}
.sect1 .card-emp .content-card {
  background: white;
  padding: 1em 0em 1em 2em;
  border-radius: 0 0 15px 15px;
  min-height: 41vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sect1 .card-emp .content-card .comando {
  font-size: 23px;
  margin-top: 3%;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.sect1 .card-emp .content-card .metragem {
  background: #f9dba7;
  width: fit-content;
  color: black;
  padding: 1% 2%;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 6%;
  font-weight: 600;
}
.sect1 .card-emp .content-card .de {
  color: black;
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 300;
}
.sect1 .card-emp .content-card .para {
  font-size: 30px;
  color: #ff0000;
  font-weight: 500;
}
.sect1 .card-emp .content-card .para span {
  font-size: 15px;
}
.sect1 .card-emp .content-card .d-flex .title-card {
  text-transform: uppercase;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0px;
  font-weight: bold;
  margin: 0.3em 0;
  line-height: 120%;
  width: 70%;
}
.sect1 .card-emp .content-card .d-flex .saiba {
  width: 30%;
  font-size: 12px;
  background: #bf00fe;
  height: fit-content;
  padding: 0.5em 1em;
  color: #e5cdff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px 0px 0 5px;
}
.sect1 .card-emp .content-card .promo-valor {
  color: white;
  text-transform: uppercase;
}
.sect1 .card-emp .content-card .promo-valor span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #6be6a2;
}
.sect1 .card-emp .content-card .promo-valor span .cifrao {
  display: inline;
  font-size: 20px;
}
.sect1 .card-emp .content-card .promo-texto {
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.sect1 .card-emp .content-card .promo-texto span {
  color: #6be6a2;
  margin-left: 0.5em;
  font-size: 14px;
}

footer {
  padding: 2em 0;
  background: white;
}
footer .ass {
  text-align: center;
}
footer .ass img {
  width: 20em;
}
footer .legal {
  margin: 2em 0;
  color: black;
  text-align: center;
  font-size: 12px;
}
footer .mcia {
  text-align: center;
  margin-top: 2em;
}
footer .mcia a {
  font-size: 13px;
  color: black;
  font-family: "Montserrat", sans-serif;
}
footer .mcia a img {
  width: 5em;
}

.modal.fade.gal-prod.show {
  background: rgba(0, 0, 0, 0.5607843137);
}

.gal-prod .slick-next {
  right: 4%;
  left: inherit;
}
.gal-prod .slick-prev {
  left: 4%;
}
.gal-prod .slick-arrow {
  width: 8vh;
  height: 8vh;
  background: black;
  filter: invert(1);
  bottom: 40%;
}
.gal-prod .modal-content {
  background: transparent !important;
  padding: 0;
}
.gal-prod .modal-body {
  padding: 0;
}
.gal-prod .modal-body .item {
  padding: 0;
}
.gal-prod .modal-body .item .img {
  height: 80vh;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.modal .modal-dialog .modal-content {
  background: #ff2a00;
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header .title-form {
  color: white;
  font-size: 25px;
}
.modal .modal-dialog .modal-content .modal-header button {
  filter: brightness(0.5) invert(1);
}
.modal .modal-dialog .modal-content .modal-body .campos {
  padding: 0.3em 0;
}
.modal .modal-dialog .modal-content .modal-body .campos input, .modal .modal-dialog .modal-content .modal-body .campos select {
  width: 100%;
  padding: 0 1em;
  height: 3em;
  border-radius: 10px;
  border: 1px solid #01e79f;
}
.modal .modal-dialog .modal-content .modal-body .botao-form {
  text-align: center;
  margin-top: 0.5em;
}
.modal .modal-dialog .modal-content .modal-body .botao-form input {
  text-transform: uppercase;
  padding: 0.5em 2em;
  border-radius: 5px;
  background: white;
  color: black;
  font-size: 14px;
  border: 1px solid white;
  transition: 0.5s;
}
.modal .modal-dialog .modal-content .modal-body .botao-form input:hover {
  background: #01e79f;
}
.modal .modal-dialog .modal-content .modal-body .botao-form span {
  display: block;
}

.sect-form {
  padding: 10vh 0;
}
.sect-form .container {
  max-width: 60%;
}
@media (max-width: 980px) {
  .sect-form .container {
    max-width: 90%;
  }
}
.sect-form .container .title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2em;
  color: white;
}
.sect-form .container .forms .campos input, .sect-form .container .forms .campos select {
  width: 100%;
  text-transform: uppercase;
  padding-left: 2%;
  margin-bottom: 2%;
  height: 8vh;
  border-radius: 5px;
  background: white;
  color: black;
  font-size: 14px;
  border: 1px solid white;
  transition: 0.5s;
}
.sect-form .container .forms input[type=submit] {
  text-transform: uppercase;
  padding: 0.5em 2em;
  border-radius: 5px;
  background: white;
  color: black;
  font-size: 14px;
  border: 1px solid white;
  transition: 0.5s;
}
.sect-form .container .forms input[type=submit]:hover {
  background: #01e79f;
}

@media (max-width: 980px) {
  .sect1 .title {
    font-size: 20px;
  }
  .footer .ass img {
    width: 17em;
  }
}

/*# sourceMappingURL=style.css.map */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb900;	
    background-color: #ffb900;	
}


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
	background: #dc3232;
}