@charset "UTF-8";
@font-face {
  font-family: 'Lato-Semibold';
  src: url("../fonts/Lato-Semibold.eot");
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"), url("../fonts/Lato-Semibold.svg#Lato-Semibold") format("svg"), url("../fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #343333; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:hover, a:active, a:focus {
    color: #cf0308;
    text-decoration: none; }

strong {
  font-weight: 700; }

.font-weight-semibold {
  font-family: 'Lato-Semibold'; }

  .font-weight-semibold {
  font-family: 'Lato-Semibold'; }

  @media (max-width: 768px) {
  .texto-ajuste{
    text-align: justify;
    text-justify: inter-word;
    } 
  }

  @media (max-width: 768px) {
  .titulo-ajuste{
    text-align: left !important;
    } 
  }


.section-title {
  display: inline-block;
  border-bottom: 2px solid #cf0308;
  font-family: 'Lato-Semibold';
  text-transform: uppercase;
  color: #636363; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 38px; } }

.list-bullet > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }
  .list-bullet > li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0; }

@media (min-width: 768px) {
  .header-nav > li:first-child {
    border-right: 2px solid #cf0308;
    padding-right: 15px; } }

nav.navbar {
  z-index: 1000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

@media (min-width: 992px) {
  .main-menu .nav-item {
    margin-left: 10px;
    margin-right: 10px; } }

.main-menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; }
  @media (min-width: 768px) {
    .main-menu .nav-link {
      padding: 15px; } }
  .main-menu .nav-link:hover {
    border-top-color: #fff; }

.site-nav.sticky-top {
  max-width: 100% !important; }

.navbar-toggler {
  padding: 5px;
  background: #fff;
  margin-top: 10px;
  margin-left: auto;
  margin-bottom: 10px;
  margin-right: 10px; }
  .navbar-toggler__icon {
    display: block;
    margin: 5px;
    height: 2px;
    width: 25px;
    background: #cf0308; }



@media (min-width: 768px) {
  #hero-carousel {
    margin-top: -32px; } }

.footer-top {
  position: relative;
  background: url(../img/footer-top-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
  background-position: center center;
  z-index: 1030; }
  .footer-top:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75); }

.form-contact .form-control {
  padding: 13px;
  background-color: transparent;
  color: #fff; }

.footer-widget__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Lato-Semibold'; }

.footer-nav li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px; }
  .footer-nav li:before {
    content: "•";
    position: absolute;
    color: #cf0308;
    left: 0; }

.location-title {
  background: url(../img/location-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px; }

.image-carousel {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .image-carousel {
      margin-top: -50px; } }

#option-slide__control li {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 15px; 
  margin-bottom: 30px;
  }
  #option-slide__control li:hover, #option-slide__control li.active {
    font-weight: bold; }
  @media (max-width: 767px) {
    #option-slide__control li {
      -webkit-box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.12);
      background: #fff;
      padding: 10px;
      font-size: 14px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #option-slide__control li > span:first-child {
        -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
        text-align: right; } }

@media (min-width: 768px) {
  .option-slide__control-icon {
    display: block;
    margin: 0 auto 20px;
    min-height: 50px; } }

@media (max-width: 767px) {
  .option-slide__control-icon {
    margin-right: 15px;
    max-height: 30px; } }

.option-slide-wrapper .owl-prev,
.option-slide-wrapper .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .option-slide-wrapper .owl-prev > img,
  .option-slide-wrapper .owl-next > img {
    width: 35px; }

.option-slide-wrapper .owl-prev {
  left: 0; }

  @media (min-width: 991px) {
  .di-custom-lg-offset {
  	margin-left: 14.50% !important;
  }
  .di-flag-offset {
    margin-left: 8.33% !important;

  }
    .option-slide-wrapper .owl-prev {
      left: -50px; } }


.option-slide-wrapper .owl-next {
  right: 0; }
  @media (min-width: 991px) {
    .option-slide-wrapper .owl-next {
      right: -50px; } }

.image-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: 100%;
  padding: 30px; }

.image-carousel .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #efecea !important;
  margin: 5px;
  display: inline-block; }
  .image-carousel .owl-dot:focus {
    outline: none; }
  .image-carousel .owl-dot.active {
    background: #cf0308 !important; }

#loading-spinner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid #cf0308;
  border-radius: 50%;
  border-top-color: rgba(207, 3, 8, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }



/* modal */
@media all and (max-width: 500px) {
 .modal h2 {
   font-size: 20px !important; 
  }
 .modal h4, .modal h3 {
   font-size: 17px !important; 
  }
 .modal p, .modal button, .modal li {
   font-size: 16px !important; 
  }
  .modal .modal-content {
    padding: 30px !important;
    text-align: justify;
  }
}

@media all and (max-width: 350px) {
 .modal h2 {
   font-size: 18px !important; 
  }
.modal h4, .modal h3 {
   font-size: 15px !important; 
  }
modal p, .modal button, .modal li {
   font-size: 14px !important; 
  }
  .modal .modal-content {
    padding: 20px !important;
  }

}



