@font-face {
  font-family: "Franklin Gothic";
  font-weight: 100;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_thin.oft-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_thin.oft-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 100;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_thin_italic-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_thin_italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 250;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_extra_light-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_extra_light-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 250;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_extra_light_italic_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_extra_light_italic_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 300;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_light_italic_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_light_italic_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_light-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_light-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 400;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_italic-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_regular_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_regular_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 500;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_medium_italic-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_medium_italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_medium-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_medium-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_bold-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_bold_-webfont.woff") format("woff");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 700;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_bold_italic-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_bold_italic-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 800;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_black_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_black_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 800;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_black_italic_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_black_italic_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_heavy_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_heavy_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 900;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_heavy_italic_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_heavy_italic_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 950;
  font-style: normal;
  src: url("../font/franklin_gothic_atf_ultra_-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_ultra_-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Franklin Gothic";
  font-weight: 950;
  font-style: italic;
  src: url("../font/franklin_gothic_atf_ultra_italic-webfont.woff") format("woff"), url("../font/franklin_gothic_atf_ultra_italic-webfont.woff2") format("woff2");
}
.boxGray {
  background-color: #f0f0f0;
  color: #4d4d4d;
}
.boxGray:hover {
  background-color: #8b8a8a;
  color: #f0f0f0;
}

.boxRed {
  background-color: rgb(227, 34, 25);
  color: #ffffff;
}
.boxRed:hover {
  background-color: #f0f0f0;
  color: #4d4d4d;
}

.boxBlack {
  background-color: #000000;
  color: #ffffff;
}
.boxBlack:hover {
  background-color: #f0f0f0;
  color: #4d4d4d;
}

*, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Franklin Gothic", sans-serif;
  font-weight: 400;
  width: 100%;
  display: block;
  font-display: swap;
}
body #banner {
  overflow: hidden;
  position: relative;
}

p {
  font-size: 17px;
  font-weight: normal;
}

.navbar-light {
  margin-top: 30px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: bolder;
  margin: 2rem 1.9rem 0 0;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    margin: 2rem 1.2rem 0 0;
  }
}
.navbar-light .navbar-toggler {
  border-style: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/black-navbar.png);
}

#cruz-vermelha {
  max-width: 55%;
}
@media screen and (max-width: 992px) {
  #cruz-vermelha {
    max-width: none;
  }
}

div.row.mt-5 {
  margin-top: 0px !important;
}

h2.sub-title {
  color: rgb(227, 34, 25);
  font-size: 28px;
  position: relative;
  font-weight: 250;
}
@media screen and (max-width: 1400px) {
  h2.sub-title {
    font-size: 22px;
  }
}

.red-triangle-right {
  height: 22px;
  width: auto;
}

.intro-p {
  width: 82%;
}
.intro-p p {
  font-size: 20px;
  margin-bottom: 25px;
}

p.lead {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.3em;
}
@media screen and (max-width: 992px) {
  p.lead {
    font-size: 20px;
  }
}
p.text-md-left {
  padding-top: 10px;
}
p.text-md-left.text1 {
  padding-top: 10px;
}
p.text-md-left.text2 {
  font-size: 15px;
}

.container-button {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .container-button {
    justify-content: space-evenly;
    margin-top: none;
  }
}
@media screen and (max-width: 414px) {
  .container-button {
    justify-content: center;
    text-align: center;
    margin-top: none;
  }
}

.div-block-button {
  display: flex;
  flex: 1;
  align-items: flex-end;
  margin-top: 10px;
  padding-left: 40px;
}
@media screen and (max-width: 414px) {
  .div-block-button {
    margin-top: 0px !important;
    margin-left: -11px;
  }
}
.div-block-button .block-button {
  border-radius: 2em;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7215686275);
  background-color: #ffffff;
  text-align: center;
  transition: all 0.2s;
  min-width: 122px;
  margin-bottom: 12px;
}
@media screen and (max-width: 414px) {
  .div-block-button .block-button {
    width: 85px;
    margin-top: 0px;
    font-size: 10px;
    padding: 10px;
  }
}

a.button-1 {
  padding: 8px 51px;
  border-radius: 2em;
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  align-items: center;
  transition: all 0.2s;
  margin: 10px 10px 10px 0;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s all linear;
  max-width: 260px;
  min-height: 63px;
}
@media screen and (max-width: 992px) {
  a.button-1 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  a.button-1 {
    min-height: 50px;
    min-width: 165px;
    justify-content: center;
  }
}
a.button-1:hover {
  font-weight: 500;
}

.col-md-6.image-first-page {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: -88;
}

.down-arrow {
  display: flex;
  flex: 1;
  align-items: flex-end;
  margin-bottom: 8rem;
}

img#front-img {
  height: auto;
  width: 800px;
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  margin-left: 38%;
}
@media screen and (max-width: 1200px) {
  img#front-img {
    margin-left: 600px;
  }
}
img.black-down-arrow {
  height: 70px;
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  img.black-down-arrow {
    margin-left: 45%;
  }
}
img.titulo_principal {
  max-width: 85%;
  height: auto;
  margin-top: -35px;
}
img#banner_mobile {
  width: 100%;
}

.header {
  padding: 20px 0;
  margin: 60px 0 50px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header {
    margin: 30px 0;
  }
}
@media (max-width: 992px) {
  .header-img {
    width: 20px;
  }
}
.header h2 {
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .header h2 {
    font-size: 18px;
  }
}
.header img {
  margin-right: 30px;
  height: 25px;
}
@media screen and (max-width: 414px) {
  .header img {
    margin-right: 15px;
  }
}

.row.como-somar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-left: 0px;
}

.block {
  height: 350px;
  width: 325px;
  display: flex;
  border-radius: 1rem;
  margin: 20px auto;
  flex-direction: column;
  transition: 0.4s all linear;
}
.block-content {
  padding: 50px 60px 0px 50px;
  overflow: auto;
}
.block-title {
  font-weight: bold;
  font-size: 18px;
}
.block-text {
  font-weight: lighter;
  font-size: 15px;
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  .block {
    margin: 20px auto;
  }
}
@media screen and (max-width: 414px) {
  .block {
    height: 300px;
    width: 275px;
    display: flex;
    flex-direction: column;
  }
  .block-content {
    padding: 30px 40px 10px;
  }
  .block-title {
    font-weight: bold;
    font-size: 13px;
  }
  .block-text {
    font-size: 13.5px;
  }
}

h6.heading-block {
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  #container-empresas {
    max-width: none !important;
    padding: 0;
  }
  #container-empresas .roupas {
    padding: 0 15px;
  }
}
#container-empresas .block-brands {
  background-color: rgb(227, 34, 25);
  display: block;
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  left: 0;
  max-width: 650px;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #container-empresas .block-brands {
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  #container-empresas .block-brands {
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#container-empresas .block-brands h2 {
  color: #ffffff;
  padding: 160px;
  font-size: 52px;
  font-weight: bold;
  font-style: italic;
  line-height: 4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1300px) {
  #container-empresas .block-brands h2 {
    padding: 160px 138px;
  }
}
@media screen and (max-width: 1175px) {
  #container-empresas .block-brands h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1100px) {
  #container-empresas .block-brands h2 {
    padding: 160px 110px;
  }
}
@media screen and (max-width: 992px) {
  #container-empresas .block-brands h2 {
    padding: 60px 0px;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0;
    margin: auto;
    max-width: 260px;
  }
}
@media screen and (max-width: 414px) {
  #container-empresas .block-brands h2 {
    padding: 60px 0px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0;
    margin: auto;
    max-width: 182px;
  }
}
#container-empresas .block-brands img {
  height: 90px;
  width: auto;
  position: absolute;
}
#container-empresas .block-brands img.geo-top {
  top: -2px;
  left: 0px;
}
#container-empresas .block-brands img.geo-bottom {
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 730px) {
  #container-empresas .block-brands img {
    height: 60px;
  }
}
@media screen and (max-width: 414px) {
  #container-empresas .block-brands img {
    height: 45px;
  }
}
#container-empresas .slider-marcas {
  margin-bottom: 0;
}
#container-empresas .slider-marcas .slick-prev, #container-empresas .slider-marcas .slick-next {
  z-index: 10;
}
#container-empresas .slider-marcas .slick-prev {
  left: -8px;
}
#container-empresas .slider-marcas .slick-next {
  right: -8px;
}
#container-empresas .slider-marcas .slick-slide > div:last-child .item-marcas {
  margin-bottom: 18px;
}
#container-empresas .slider-marcas .item-marcas {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #container-empresas .slider-marcas .item-marcas {
    margin-bottom: 30px;
  }
}
#container-empresas .slider-marcas .item-marcas .grey-block-slider {
  margin: 31px auto 0;
  height: 141px;
  width: 213px;
  border-radius: 1em;
  background-color: #f0f0f0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #container-empresas .slider-marcas .item-marcas .grey-block-slider {
    width: 200px;
  }
}
@media screen and (max-width: 992px) {
  #container-empresas .slider-marcas .item-marcas .grey-block-slider {
    height: 92px;
    width: 140px;
    margin: 20px auto 0;
  }
}
#container-empresas .slider-marcas .item-marcas .grey-block-slider h4 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  #container-empresas .slider-marcas .item-marcas .grey-block-slider h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  #container-empresas .slider-marcas .item-marcas .grey-block-slider h4 {
    font-size: 16px;
  }
}
#container-empresas .slider-marcas .item-marcas .grey-block-slider .logo-top-marcas {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container-empresas .slider-marcas .item-marcas .grey-block-slider .logo-top-marcas .img-logo {
  width: 60px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #container-empresas .slider-marcas .item-marcas .grey-block-slider .logo-top-marcas .img-logo {
    width: 40px;
    height: auto;
  }
}
#container-empresas .slider-marcas .item-marcas .grey-block-slider .button-marcas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(50%);
}

.col-md-6.order-md-2.roupas {
  font-weight: bold;
}

.header-roupas {
  font-weight: bold;
  letter-spacing: 2px;
}

.slick-prev, .slick-next {
  height: 25px;
  width: 20px;
}
@media screen and (max-width: 414px) {
  .slick-prev, .slick-next {
    height: 12px;
    width: 9px;
  }
}

@media screen and (max-width: 414px) {
  .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 414px) {
  .slick-next {
    right: 0;
  }
}

.red-x-down-triangle {
  margin: 20px 0;
  width: 90px;
  height: auto;
}
@media screen and (max-width: 414px) {
  .red-x-down-triangle {
    width: 9vh;
  }
}

.btn.btn-primary {
  color: #4d4d4d;
  background-color: #FFFFFF;
  border-radius: 1.5em;
  border-color: #4d4d4d;
  font-weight: 500;
  font-size: 13px;
  padding: 0.4rem 0.75rem;
}
@media screen and (max-width: 992px) {
  .btn.btn-primary {
    font-size: 10px;
  }
}

.btn.btn-primary:hover {
  color: rgba(0, 0, 0, 0.7215686275);
  background-color: rgb(206, 206, 206);
  font-weight: 500;
  border-color: rgb(206, 206, 206);
}

.form-select {
  background-color: #FFFFFF !important;
  color: #000001 !important;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid #e32219;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 5px 15px;
}
@media screen and (max-width: 992px) {
  .form-select {
    font-size: 16px;
  }
}

.spacing-marcas {
  margin-top: 70px;
}

.empresas-somando {
  min-height: 573px;
}
@media screen and (max-width: 992px) {
  .empresas-somando {
    min-height: 0px;
  }
}

.form-contato {
  padding: 5%;
  background-color: #f0f0f0;
  box-sizing: border-box;
  align-self: center;
  margin-left: 12%;
  margin-right: 12%;
  position: relative;
  margin-bottom: 7rem;
}

.form-check {
  width: 75%;
}

.header-form {
  padding-right: 15%;
  font-weight: normal;
  font-size: 20px;
}
@media screen and (max-width: 414px) {
  .header-form {
    font-size: 16px;
  }
}

.dados-form {
  font-size: 20px;
  font-weight: lighter;
}
@media screen and (max-width: 992px) {
  .dados-form {
    font-size: 16px;
  }
}

.form-check-label {
  font-size: 14px;
  font-weight: lighter;
}
@media screen and (max-width: 992px) {
  .form-check-label {
    font-size: 12px;
    width: 100%;
  }
}

.label-form {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: lighter;
}
@media screen and (max-width: 414px) {
  .label-form {
    font-size: 16px;
  }
}

input[type=text] {
  background-color: #f0f0f0 !important;
  border-top: #f0f0f0;
  border-left: #f0f0f0;
  border-right: #f0f0f0;
  outline: none;
  font-size: 15px !important;
  width: 100%;
}

input[type=email] {
  background-color: #f0f0f0 !important;
  border-top: #f0f0f0;
  border-left: #f0f0f0;
  border-right: #f0f0f0;
  outline: none;
  font-size: 15px !important;
  width: 100%;
  margin-bottom: 1em;
}
input[type=email] :required {
  background-color: rgb(227, 34, 25);
}

input[type=tel] {
  background-color: #f0f0f0 !important;
  border-top: #f0f0f0;
  border-left: #f0f0f0;
  border-right: #f0f0f0;
  outline: none;
  font-size: 15px !important;
  width: 100%;
}

input[type=submit] {
  border: 1px solid #4d4d4d;
  border-radius: 2em;
  background-color: #f0f0f0;
  padding: 9px;
  color: #4d4d4d;
  display: flex;
  width: 115px;
  font-size: 15px;
  justify-content: center;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  input[type=submit] {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 20px;
    width: 90px;
  }
}

.checkboxAndButton {
  margin-top: -35px;
  margin-bottom: -55px;
}
@media screen and (max-width: 414px) {
  .checkboxAndButton {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap !important;
  }
}

.wpcf7-list-item {
  margin: 0px 0 20px 0;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  display: flex;
  font-size: 0.6em;
}

textarea {
  resize: none !important;
  outline: none;
  box-shadow: none !important;
}
textarea.notes {
  width: 100%;
  line-height: 30px;
  background: linear-gradient(transparent 28px, #4d4d4d);
  background-size: 30px 31px;
  border: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 414px) {
  textarea.notes {
    margin-bottom: 0;
  }
}

.ribbon.img-red-top-geometric {
  width: 90px;
  height: auto;
  position: absolute;
  right: -45px;
  top: -20px;
}

.ribbon.img-red-bottom-geometric {
  width: 90px;
  height: auto;
  position: absolute;
  left: -28px;
  bottom: -27px;
}

.grey-box {
  background-color: #f0f0f0;
  width: 100%;
  position: relative;
  align-items: center;
  padding: 50px 0;
  margin-bottom: 20px;
}

.title-quem-somos {
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  color: rgb(227, 34, 25);
  max-width: 250px;
}
@media screen and (max-width: 992px) {
  .title-quem-somos {
    max-width: 100%;
    font-size: 33px;
  }
}
@media screen and (max-width: 430px) {
  .title-quem-somos {
    font-size: 25px;
  }
}

.col-4.buttons {
  position: relative;
}

.valores {
  padding: 8px 51px;
  border-radius: 2em;
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  align-items: center;
  transition: all 0.2s;
  margin: 10px 10px 10px 0;
  display: inline-flex;
  font-size: 15px;
  color: #ffffff !important;
  background-color: rgb(227, 34, 25);
  font-weight: 500;
  transition: 0.4s all linear;
  max-width: 260px;
  min-height: 63px;
}
@media screen and (max-width: 992px) {
  .valores {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .valores {
    min-height: 50px;
    min-width: 165px;
    justify-content: center;
  }
}
.valores:hover {
  color: rgba(0, 0, 0, 0.7215686275);
  background-color: rgb(206, 206, 206);
  font-weight: 500;
}

.buttons-quem-somos {
  width: auto;
}
.buttons-quem-somos a {
  padding: 0px 50px;
}
@media screen and (min-width: 425px) and (max-width: 992px) {
  .buttons-quem-somos a {
    text-indent: 20px;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 414px) {
  .buttons-quem-somos a {
    padding: 0px 0px !important;
  }
}
.buttons-quem-somos a.projetos {
  color: #ffffff;
  background-color: #000000;
  transition: 0.4s all linear;
}
.buttons-quem-somos a.projetos:hover {
  color: rgba(0, 0, 0, 0.7215686275);
  background-color: rgb(206, 206, 206);
  font-weight: 500;
}
@media screen and (max-width: 425px) {
  .buttons-quem-somos a.valores {
    padding: 0 !important;
    font-size: 13px;
    min-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .buttons-quem-somos a.valores {
    min-width: 140px;
  }
}

.logo-properties {
  position: relative;
  height: 160px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 430px) {
  .logo-properties {
    height: 80px;
  }
}

.row.end-page {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .row.end-page {
    display: none;
  }
}

.col-6.end-page {
  padding: 50px 100px 50px 100px;
}

input#input-email {
  border-radius: 2em;
  border-color: #f0f0f0;
  outline: none;
  background-color: #f0f0f0;
  height: 50px;
  padding: 20px;
  width: 100% !important;
}
@media screen and (max-width: 414px) {
  input#input-email {
    max-width: 350px;
  }
}

input.button-1.email {
  width: 150px;
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  background-color: #000000;
  appearance: none;
  border: 0;
}

.checkbox-newsletter {
  justify-content: start;
  margin-top: 10px;
  font-size: 14px !important;
}

.wpcf7-form-control-ass {
  display: flex;
  margin-left: 2px;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgb(227, 34, 25);
  background-color: rgb(240, 164, 160);
}

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

@media screen and (min-width: 992px) {
  .responsive-end-page {
    padding: 50px 0;
  }
}
.responsive-end-page .item-end-page {
  width: 550px;
  justify-content: center;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 992px) {
  .responsive-end-page .item-end-page {
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 330px;
  }
}
.responsive-end-page .item-end-page h2 {
  font-weight: 300;
  font-size: 30px;
  text-align: start;
}
@media screen and (max-width: 414px) {
  .responsive-end-page .item-end-page h2 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 992px) {
  .responsive-end-page .item-end-page h2 {
    font-size: 20px;
    margin: 50px 0px 0px 10px;
  }
}
.responsive-end-page .item-end-page p {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  .responsive-end-page .item-end-page p {
    font-size: 15px;
  }
}

.heading-final {
  font-style: italic;
  font-size: 25px;
  font-weight: bold;
  align-items: center;
  justify-content: space-around;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .heading-final {
    font-size: 16px;
    text-align: center;
  }
}

.bottom-brands {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .bottom-brands {
    max-width: 320px;
  }
}

@media screen and (min-width: 576px) {
  .logos-bottom {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .logos-bottom:last-child {
    display: none;
  }
}

img.logo-brands {
  height: 80px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: space-around;
  display: flex;
}

.footer {
  background-color: rgb(227, 34, 25);
  margin-top: 50px;
  padding: 17px 88px;
}
@media screen and (max-width: 539px) {
  .footer {
    padding: 15px 40px;
  }
}
.footer li {
  list-style: none;
}
.footer a {
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 414px) {
  .footer a {
    font-size: 12px;
    padding-left: 0;
  }
}

.links-footer {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: flex-end;
}
@media screen and (max-width: 414px) {
  .links-footer {
    justify-content: space-between !important;
    padding: 10px 0px;
  }
}

.quem-somos-texto {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .quem-somos-texto {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .quem-somos-texto {
    width: 100%;
    padding: 17px;
  }
}

.quem-somos-buttons-logo {
  flex: auto;
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  .quem-somos-buttons-logo {
    max-width: none;
  }
}

.navbar-termos {
  background-color: rgb(227, 34, 25);
}

.has-error {
  color: rgb(227, 34, 25);
  font-weight: normal;
  font-size: 14px;
}

.alert {
  position: relative;
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  -webkit-animation: blinker 1s 2;
  -moz-animation: blinker 1s 2;
  animation: blinker 1s 2;
}

#select-marcas {
  width: 40%;
  flex: 0 0 auto;
}
@media screen and (max-width: 1200px) {
  #select-marcas {
    width: 46%;
  }
}
@media screen and (max-width: 992px) {
  #select-marcas {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  #select-marcas {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  #select-marcas {
    width: 63%;
  }
}

#p-marcas {
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  #p-marcas {
    font-size: 13px !important;
  }
}

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