@import url("font-lince/css/font-lince.css");
h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Capriola', sans-serif;
  font-weight: 400;
  color: #cd2a2a;
}

h2, h3 {
  font-size: 2rem;
}

a {
  color: #cd2a2a;
}

.columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .columns {
    flex-direction: column;
  }
}

.btn {
  border-radius: 30px;
  font-family: 'Capriola', sans-serif;
  cursor: pointer;
}

.btn-primary {
  border: 0.1rem solid #cd2a2a;
  background-color: white;
  color: #cd2a2a;
}

.btn-lg {
  font-size: 1rem;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 163px;
}

.main-header .brand {
  height: 130px;
}

.main-header .nav {
  align-items: center;
}

.main-header .nav .nav-link {
  color: #3d3d3d;
  font-family: 'Capriola', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: .8rem;
}

.main-header .nav .nav-link:hover, .main-header .nav .nav-link:focus, .main-header .nav .nav-link:active {
  opacity: .7;
}

@media (min-width: 768px) {
  .nav-item-phone {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-header .nav .nav-link {
    border-top: 1px solid #eee;
    padding: 0.8rem;
  }
}

.main-header .nav .nav-item-social a {
  padding: .4rem;
}

@media (max-width: 992px) {
  .main-header .nav {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.main-header .toogle {
  order: none;
  background: transparent;
  padding: 0;
  position: absolute;
  border: none;
  top: 1.8rem;
  right: 0.8rem;
  cursor: pointer;
}

.main-header .toogle:hover, .main-header .toogle:focus, .main-header .toogle:active {
  opacity: .8;
}

.main-header .toogle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #017EC1;
  margin: 0.32rem;
  border-radius: 60px;
}

@media (max-width: 992px) {
  .main-header {
    display: block;
  }
  .main-header .collapse {
    display: none;
  }
  .main-header .collapse.show {
    display: block !important;
  }
  .main-header .navbar, .main-header .nav .nav-item {
    width: 100%;
    padding: 0;
  }
  .main-header .columns {
    display: block;
  }
}

.brands-content {
  text-align: center;
  clear: both;
  position: relative;
  padding: 2rem 0;
}

.brands-content .itens {
  list-style: none;
  padding: 0;
  position: relative;
}

.brands-content .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-content .owl-stage .owl-item .item {
  display: flex;
  justify-content: center;
  min-height: 100px;
  width: 100%;
  text-align: center;
  line-height: 100px;
  margin-left: -20px;
}

.brands-content .owl-stage .owl-item img {
  width: auto;
  object-fit: contain;
  margin: 0;
  display: inline-block;
}

.brands-content .owl-stage .owl-item:before {
  content: '';
  display: block;
  border-left: 1px solid #e2e2e2;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: -26px;
}

@media (max-width: 992px) {
  .brands-content .owl-stage .owl-item:before {
    display: none;
  }
}

.brands-content .owl-stage .owl-item:first-child:before {
  display: none;
}

@media (max-width: 992px) {
  .brands-content:before {
    content: '';
    display: block;
    border-left: 1px solid #e2e2e2;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

.about-container {
  text-align: center;
  padding: 2rem;
}

.about-container .text {
  line-height: 2rem;
  padding: 0 50px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .about-container .text {
    padding: 0;
    text-align: justify;
  }
}

.carousel-container {
  margin-bottom: 1rem;
  margin-top: -25px;
  position: relative;
}

@media (max-width: 992px) {
  .carousel-container .carousel .carousel-item img {
    height: 190px !important;
    object-fit: cover;
  }
}

.products-container {
  display: flex;
}

.products-container .item {
  overflow: hidden;
  position: relative;
}

.products-container .item .image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.products-container .item .item-title-initial {
  color: white;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 0;
  z-index: 5;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.products-container .item .item-button {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.products-container .item .icon {
  width: 25px;
}

.products-container .item .item-content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.products-container .item .item-content .title {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .products-container .item .item-content .title {
    font-size: 1rem;
  }
}

.products-container .item .item-content .text {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: .8rem;
  margin-top: .3rem;
  font-size: 15px !important;
}

@media (max-width: 992px) {
  .products-container .item .item-content .text {
    font-size: .8rem;
  }
}

.products-container .item:hover .image, .products-container .item.active .image {
  filter: blur(20px);
  -webkit-filter: blur(20px) brightness(50%);
  transition: .5s;
}

.products-container .item:hover .item-title-initial, .products-container .item.active .item-title-initial {
  display: none;
  transition: .5s;
}

.products-container .item:hover .item-button, .products-container .item.active .item-button {
  display: flex;
  transition: .5s;
}

.products-container .item.active .item-button {
  display: none;
}

.products-container .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 90%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  bottom: -20%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media (max-width: 992px) {
  .products-container .item {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .products-container {
    flex-wrap: wrap;
  }
}

.acting-container {
  background: url("../images/acting-right.png") no-repeat;
  background-size: auto 65%;
  background-position-x: 100%;
  background-position-y: -75%;
  margin-bottom: 0;
}

.acting-container .title {
  text-transform: uppercase;
  margin-right: 120px;
}

.acting-container .image {
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .acting-container {
    background-image: none;
  }
  .acting-container .title {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
  .acting-container .column:last-child {
    order: 1;
  }
  .acting-container .column:first-child {
    order: 2;
  }
}

.main-footer {
  overflow: hidden;
  background-image: url("../images/footer-left.png");
  background-repeat: no-repeat;
  background-size: auto 20rem;
  background-position-y: 70%;
  padding-top: 4rem;
}

.main-footer .columns {
  align-items: stretch;
}

.main-footer .title {
  text-transform: uppercase;
}

.main-footer .contact-column {
  position: relative;
  max-width: 420px;
  z-index: 1;
}

.main-footer .contact-column .title {
  margin-bottom: 2rem;
}

.main-footer .contact-column .columns {
  margin: 0 -.50rem;
}

.main-footer .contact-column .columns .column {
  margin: 0 .50rem 1rem;
}

@media (max-width: 992px) {
  .main-footer .contact-column .columns {
    flex-direction: row;
  }
}

.main-footer .contact-column .form-control {
  font-family: 'Roboto', sans-serif;
  border-radius: 1.4rem;
  height: auto;
  padding: 0.90rem 1.2rem;
  color: #474747;
}

.main-footer .contact-column textarea.form-control {
  resize: none;
}

.main-footer .contact-column .btn {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .main-footer .contact-column {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.main-footer .address-column .address-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .main-footer .address-column .address-container {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    float: right;
  }
}

.main-footer .address-column::before {
  content: '';
  display: block;
  position: absolute;
  height: 41rem;
  width: 100rem;
  background-image: url("../images/footer-right.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: 100%;
  background-position-y: 60px;
  margin-left: -67rem;
}

@media (max-width: 992px) {
  .main-footer .address-column::before {
    margin-left: -55rem;
    margin-top: 74px;
  }
}

@media (max-width: 992px) {
  .main-footer .address-column {
    padding: 4rem 2rem 0;
    min-height: 640px;
  }
}

.main-footer .footer-copyright {
  padding: 4rem 0 1.2rem 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  clear: both;
}

.main-footer .footer-copyright .brand {
  float: left;
  margin-right: 1rem;
  color: #8a8a8a;
  font-size: 36px;
  line-height: 36px;
  text-decoration: none;
  transition: 0.3s;
}

.main-footer .footer-copyright .brand:hover {
  color: #4fbaf2;
  transition: 0.3s;
}

.main-footer .footer-copyright .list-inline {
  margin-bottom: 0;
  padding-top: 2px;
  float: left;
}

.main-footer .footer-copyright .list-inline .list-inline-item a {
  height: 2.2rem;
  width: 2.2rem;
  border: 2px solid #cd2a2a;
  font-size: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-footer .footer-copyright .list-inline .list-inline-item a:hover, .main-footer .footer-copyright .list-inline .list-inline-item a:focus, .main-footer .footer-copyright .list-inline .list-inline-item a:active {
  border-color: #df6464;
  color: #df6464;
  text-decoration: none;
}

@media (max-width: 992px) {
  .main-footer .footer-copyright {
    padding: 2rem 0px;
    background-color: white;
  }
  .main-footer .footer-copyright .container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .main-footer {
    background-image: none;
    padding-top: 0;
  }
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #474747;
  margin: 0;
}

/* Valitador */

.form-group {
  position: relative;
}

label.error {
  color: red;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
}

/* Alerts Form */

.ajaxForm-alert {
  float: right !important;
  margin-top: 0 !important;
}

.ajaxForm-alert--error {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #dfb6bd !important;
}

.ajaxForm-alert--success {
  color: #4e814f !important;
  background-color: #dff0d8 !important;
  border-color: #c1d8ae !important;
}

.ajaxForm-alert {
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 14px;
  color: #b6ae84;
  background-color: #fcf8e3;
  border-width: 1px;
  border-style: solid;
  border-color: #dfd8b2;
}

img.img-fluid {
  transition: 0.3s;
}

img.img-fluid:hover {
  /* opacity: 0.7; */
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  transition: 0.3s;
}

.products-container .item .item-content .title {
  text-align: center;
  width: 100%;
  display: block;
  padding: 120px 0 20px 0;
  cursor: default;
}

.products-container .item .item-content .title .icon {
  display: none;
}

.products-container .item.active .item-content.show .text {
  text-align: center;
}

@media (max-width: 992px) {}

.brands-content:before {
  display: none;
}

.products-container .item .item-title-initial .icon {
  display: none;
}

.products-container .item .item-title-initial {
  width: 70%;
  text-align: center;
  left: 15%;
}

.carousel-item img.d-block.img-fluid {
   object-fit: contain;
}
@media (min-width: 996px) and (max-width: 1200px){
   .carousel-item img.d-block.img-fluid {
       object-fit: contain;
       height: 390px;
   }
}
@media (min-width: 768px) and (max-width: 996px){
   .carousel-item img.d-block.img-fluid {
       object-fit: contain;
       height: 320px !important;
   }
}
@media (min-width: 415px) and (max-width: 768px){
   .carousel-item img.d-block.img-fluid {
       object-fit: contain;
       height: 210px !important;
   }
}
@media (max-width: 415px){
   .carousel-item img.d-block.img-fluid {
       object-fit: contain;
       height: 135px !important;
   }
}

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