/* Variables ============================================================== */
/* defaul ===================================================================*/

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  background: #f4f4f4;
}
a {
  outline: none !important;
  text-decoration: none !important;
}
body {
  max-width: 2000px;
  margin: 0 auto;
  background: #f9f9f9;
}
.red {
  color: #e73334 !important;
}
.blue {
  color: #122941 !important;
}
.black {
  color: #303030 !important;
}
.white {
  color: white !important;
}
.thin {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.semi {
  font-weight: 500;
}
strong {
  font-weight: 600;
}
.extra {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.margin-top5 {
  margin-top: 5px !important;
}
.margin-top10 {
  margin-top: 10px !important;
}
.margin-top20 {
  margin-top: 20px !important;
}
.margin-top25 {
  margin-top: 25px !important;
}
.margin-top30 {
  margin-top: 30px !important;
}
.margin-top40 {
  margin-top: 40px !important;
}
.margin-top60 {
  margin-top: 60px !important;
}
.margin-top80 {
  margin-top: 80px !important;
}
.margin-bottom10 {
  margin-bottom: 10px !important;
}
.margin-bottom20 {
  margin-bottom: 20px !important;
}
.margin-bottom40 {
  margin-bottom: 40px !important;
}
.margin-bottom60 {
  margin-bottom: 60px !important;
}
.margin-bottom80 {
  margin-bottom: 80px !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-top20 {
  padding-top: 20px !important;
}
.padding-top40 {
  padding-top: 40px !important;
}
.padding-bottom20 {
  padding-bottom: 20px !important;
}
.padding-bottom40 {
  padding-bottom: 40px !important;
}
.padding-bottom60 {
  padding-bottom: 60px !important;
}
.padding-bottom80 {
  padding-bottom: 80px !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.v-middle {
  vertical-align: middle;
}
.no-border {
  border: none !important;
}
img {
  max-width: 100%;
}
.bg-gray {
  background: #f4f4f4;
}
h1 {
  line-height: 2.5rem;
}
h2 {
  line-height: 32px;
  font-weight: 600;
  color: #122941;
}
h3 {
  font-size: 24px;
}
.descricao {
  font-weight: 300;
  color: #303030;
  line-height: 18px;
}
::-webkit-input-placeholder {
  color: black;
  font-weight: bold;
}
:-ms-input-placeholder {
  color: black;
  font-weight: bold;
}
::placeholder {
  color: black;
  font-weight: bold;
}
.help-block-error,
label.error {
  color: #d16570 !important;
  margin: 2px 0 0px 0 !important;
  padding-left: 0px !important;
  font-size: 13px !important;
  display: block !important;
}
.has-error,
input.error,
textarea.error {
  color: #d16570 !important;
  border: 1px solid #d16570 !important;
  background: rgba(248, 215, 218, 0.349019607843137) !important;
}
.has-error ::-webkit-input-placeholder,
input.error ::-webkit-input-placeholder,
textarea.error ::-webkit-input-placeholder {
  color: #d16570 !important;
}
.has-error :-ms-input-placeholder,
input.error :-ms-input-placeholder,
textarea.error :-ms-input-placeholder {
  color: #d16570 !important;
}
.has-error ::placeholder,
input.error ::placeholder,
textarea.error ::placeholder {
  color: #d16570 !important;
}
form .bricks-form__label input.error {
  border: 1px solid blue !important;
}
form label {
  font-size: 14px !important;
}
form input[type='text'],
form input[type='email'],
form input[type='tel'],
form textarea,
form select {
  border: 1px solid #ece3fc !important;
  border-radius: 10px !important;
  height: 40px !important;
  padding: 0 20px !important;
  outline: none !important;
  width: 100% !important;
  font-size: 12px !important;
}
form input[type='text']:focus,
form textarea:focus,
form select:focus {
  border-color: #e73334;
}
form textarea {
  height: 100px !important;
  resize: none !important;
  padding-top: 10px !important;
  margin-bottom: 5px !important;
}
form .button-default {
  width: 100%;
}
.select-default {
  border: 1px solid #d7d7d7;
  color: #536288;
  font-weight: bold;
  border-radius: 130px;
  height: 40px;
  padding: 0 20px;
  outline: none !important;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
  background: url(../../images/arrow-select.png) no-repeat center right white;
  background-position-x: calc(100% - 20px);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* buttons ================================================================== */

.button-default,
.rd-button {
  background: #e73334;
  border: none !important;
  box-sizing: border-box !important;
  border-radius: 40px !important;
  color: white !important;
  font-size: 14px !important;
  height: 38px !important;
  outline: none !important;
  transition: 0.2s ease-in-out !important;
  max-width: 100% !important;
  padding: 0 60px !important;
}
.button-default:hover,
.rd-button:hover {
  background: #b81617 !important;
}
.link-default {
  background: #b1b1b1;
  width: initial;
  padding: 0 30px;
  display: inline-block;
  line-height: 38px;
  color: white !important;
}
.link-default:hover {
  background: #8b8b8b;
}
/* loading padrao ==================================================================== */

#bg_carregando {
  display: none;
  position: fixed;
  background: #222222;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#img_carregando {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -26.5px;
  z-index: 99999999;
}
/* slider ==================================================================== */

.slick-slide {
  outline: none !important;
}
.container-white {
  background: white;
  border-radius: 10px;
  padding: 45px 40px;
}
.borda-default {
  border-top: 1px solid #e4e4e4;
}
.slick-dots li button {
  background: #d2d2d2;
  border-radius: 20px;
}
.slick-dots li button:before {
  content: '';
}
.slick-active button {
  background: #bf5860 !important;
}
.slick-prev:before,
.slick-next:before {
  color: #bdbdbd;
}
.slick-prev {
  left: -30px;
  margin-top: 15px;
}
.slick-next {
  right: -30px;
  margin-top: 15px;
}
/* 404 */

.s404 {
  padding: 40px 0 60px 0;
  text-align: center;
}
.s404 p {
  font-size: 140px;
  line-height: 150px;
  margin: 0;
  color: #e73334;
  font-weight: bold;
}
/* btn whatsapp */

.btn-whatsapp {
  position: fixed;
  z-index: 20;
  bottom: 56px;
  right: 50px;
  box-shadow: 0 0 0 0 rgb(69 152 27 / 50%);
  border-radius: 50px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}
.wow {
  visibility: hidden;
}
/* footer ============================================================================= */

footer {
  background: #122941;
  padding: 15px 0;
  margin-top: 40px;
}
.footer {
  font-weight: 300;
  font-size: 11px;
  color: black;
  padding: 10px 0;
  border-top: 1px solid #bfbfbf;
}
.footer a {
  color: black;
  font-weight: bold !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .logo-footer {
    margin: 10px 0;
  }
}
/* index ================================================================================= */

.header {
  padding: 20px 0 30px 0;
  background: #122941;
  color: white;
  background: url('../images/bg.jpg');
  background-size: cover;
}
.header h1 {
  font-size: 44px;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
.header .sub {
  font-size: 18px;
  line-height: 22px;
}
.header small {
  font-size: 12px;
}
.banner {
  height: 520px;
  color: white;
  background-position: center center !important;
}
.number {
  background: #e73334;
  display: block;
  padding: 3px 10px;
  color: white;
  font-size: 26px;
  font-weight: 500;
  width: 52px;
  margin-bottom: 15px;
  line-height: 39px;
}
.table-malha {
  color: #122941;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  max-width: 420px;
  margin: 0 auto 15px auto;
}
.table-malha .semi {
  font-weight: 400;
}
.table-malha .col-malha1 {
  text-align: right;
  padding-right: 25px;
  position: relative;
}
.table-malha .col-malha1 img {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -15px;
}
.table-malha .col-malha2 {
  text-align: left;
  padding-left: 25px;
}
.pejota {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pejota .descricao {
  padding-right: 50px;
}
.contato {
  padding-top: 80px;
  padding-bottom: 40px;
}
.contato .descricao {
  font-size: 16px;
  line-height: 20px;
}
.contato .red {
  margin: 15px 0;
}
.msg-contato {
  display: none;
}
@media (min-width: 1400px) {
  .container-lg,
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .pejota .descricao {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: none;
  }
  .header .button-default {
    margin-bottom: 20px;
  }
  h1 {
    line-height: 2.1rem;
  }
  .col-table-malha {
    margin-top: 40px;
  }
  form {
    margin-top: 20px;
  }
}
/* fix form */

.rd-section {
  background: transparent !important;
}
.contato * {
  font-family: "Rubik", sans-serif !important;
}
