@charset "UTF-8";
/*
@font-face {    
    font-family: "Roboto-Regular";
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: "Roboto-Black";
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Bold';
$font-black:  'Roboto-Black';

$font-regular:  "Montserrat", sans-serif;
$font-bold:  "Montserrat", sans-serif;
$font-black:  "Montserrat", sans-serif;

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Regular';
$font-black:  'Roboto-Regular';
*/
/*
Até 575 ----------- col-12
576 até 767 ------- col-sm
768 até 991 ------- col-md
992 até 1.199 ----- col-lg
1.200 pra frente -- col-xl
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
}

h1 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2rem;
}
@media (max-width: 720px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.5rem;
}

h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h5 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h6 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  line-height: normal;
}

.back_div_transition {
  margin: 0px;
  width: 100%;
  height: 50px;
}

p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

#carrosel-sobre {
  position: relative;
}

.img-carrossel-sobre {
  width: 481px;
  height: 301px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.img-galeria {
  margin-right: 5px;
}

.arrow-images {
  margin-top: 0px;
}

.arrow-left {
  left: 30px;
  transform: translate(0, -415%);
  position: absolute;
  z-index: 0;
  cursor: pointer;
}

.arrow-right {
  right: 30px;
  transform: translate(0, -415%);
  position: absolute;
  z-index: 0;
  cursor: pointer;
}

#call-to-action-home {
  background-image: url(../../img/sobre/call-to-action.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: #e42320;
  margin-top: 100px;
  margin-bottom: 0px;
}

#call-img {
  min-height: 241px;
  width: 100%;
}

.card-call {
  padding-top: 50px;
  padding-bottom: 50px;
}
.card-call h2 {
  color: #fff;
}
.card-call P {
  color: #fff;
}

.wrap_video_sobre {
  background-color: #000;
}

.img_principal_empresa {
  width: 590px;
  float: left;
  margin: 0px 14px 10px 0px;
  height: auto;
}
@media (min-width: 721px) and (max-width: 1500px) {
  .img_principal_empresa {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .img_principal_empresa {
    width: 100%;
  }
}

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