/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  background: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif!important;
}

/***Image Alignment***/
.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}.alignleft{float:left;}.alignright{float:right;}

a {
  color: #d0112b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #d0112b;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif!important;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #d0112b;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #d0112b;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #d0112b;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #000;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .facebook {
  padding-left: 20px;
  margin-left: 20px;
}

#topbar .social-links a i {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  font-size: 16px;
}

#topbar .social-links a i:hover {
  color: #000;
}

#topbar .social-links a i:first-child {
  border-left: 0;
}

.newsbutton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 7px;
}

.newsbutton3 {
  background-color: white; 
  color: #d0112b; 
  border: 2px solid #d0112b;
}

.newsbutton3:hover {
  background-color: #d0112b;
  color: white;
}

.productButton {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 7px;
}

.productButton3 {
  background-color: white; 
  color: black; 
  border: 2px solid #d0112b;
}

.productButton3:hover {
  background-color: #d0112b;
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 948px) {
  #header {
    height: 125px;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #d0112b;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #d0112b;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(58, 58, 58, 0.7);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  background: #d0112b;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #fff;
  background: #d0112b;
}

#mobile-nav ul .menu-item-active {
  color: #d0112b;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* Homepage
--------------------------------*/

.home-buttons {
  background: #d0112b;
  padding: 2% 0;
}

.home-power {
  padding: 2% 0;
}

.home-newsletter {
  padding: 4% 0;
}

.home-buttons p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding: 10px 0 0 0;
}

.sliderimg {
  background-color: #000;
}

.sliderimg .w-100 {
  opacity: .6;
}

.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

/* Changes position of caption */
.carousel-caption {
    top: 30%;
    bottom: auto;
}

.caption-text {
  text-align: left;
}

.carousel-control-prev .fa-angle-left {
  font-size: 100px!important;
  color: #fff;
}

.carousel-control-next .fa-angle-right {
  font-size: 100px!important;
  color: #fff;
}

.e-news-text {
  color: #fff;
}

.sliderbutton {
  background-color: #d0112b; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
}

.sliderbutton1 {
  background-color: transparent; 
  color: #fff; 
  border: 2px solid #fff;
}

.sliderbutton1:hover {
  background-color: #d0112b;
  color: white;
}

.enewsbutton {
  background-color: #d0112b; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  width: 100%;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight: 400;
  border-radius: 5px;
}

.enewsbutton1 {
  background-color: transparent; 
  color: #fff; 
  border: 2px solid #fff;
}

.enewsbutton1:hover {
  background-color: #fff;
  color: #d0112b;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

#learnmorelink a {
  font-weight: 700;
  color: #fff;
}

.enews-main-row {
  margin: -5% 0;
}

.enews-text-col {
  margin: 3% 0;
  background-color: #d0112b;
}

.enews-text-row {
  margin: 3% 0;
}

.h2-slider {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif!important;
}

@media (min-width: 1240px) {
  .carousel-caption {
      top: 150px;
  }
}
@media (max-width: 1240px) {
  .carousel-caption {
      top: 150px;
  }
}
@media (max-width: 1080px) {
  .carousel-caption {
      top: 50px;
  }
}


@media (min-width: 1240px) {
  #learnmorelink {
    display: none;
  }
  .img-fluid {
      max-width: 100%;
      height: none!important;
  }
  /*.product-img {
    top: -150px;
  }*/
  .slide-img-w {
    width: 375px!important;
  }
  .slide-img-h {
    height: 375px!important;
  }
  .h2-slider {
    font-size: 50px;
    font-weight: 700;
  }
  .p-slider {
    font-size: 19px;
  }

}

@media (max-width: 1240px) {
  .img-fluid {
      max-width: 100%;
      height: auto!important;
  }
  /*.product-img {
    top: none;
  }*/
  .slide-img-w {
    width: 300px!important;
  }
  .slide-img-h {
    height: 300px!important;
  }
  .h2-slider {
    font-size: auto;
  }
  .p-slider {
    font-size: auto;
  }

}

@media (max-width: 1175px) {
  /* Changes position of caption */
  .carousel-caption {
      top: 10%;
      bottom: auto;
  }
}

@media (max-width: 1000px) {
  .caption-text {
    text-align: left;
    font-size: 16px;
  }
  .carousel-caption img {
    display: none;
  }
  /* Changes position of caption */
  .carousel-caption {
      top: 10%;
      bottom: auto;
  }
  .sliderbutton {
    display: none;
  }

}

@media (max-width: 768px) {
  /* Changes position of caption */
  .carousel-caption {
      top: 5%;
      bottom: auto;
  }
}

@media (max-width: 768px) {
  .caption-text {
    text-align: left;
    font-size: 9px;
  }
  .carousel-caption img {
    display: none;
  }
  .carousel-control-prev .fa-angle-left {
    font-size: 50px!important;
  }

  .carousel-control-next .fa-angle-right {
    font-size: 50px!important;
  }
  /* Changes position of caption */
  .carousel-caption {
      top: 0;
      bottom: auto;
  }


}

@media (max-width: 480px) {
  /* Changes position of caption */
  .carousel-caption {
      top: -10%;
      bottom: auto;
  }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.bottomfooter {
  background: #3a3a3a;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.topfooter {
  background: #dddddd;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.topfooter .row {
  padding: 50px 0 50px 0;
}

.topfooter ul {
  list-style-type: none;
  padding: 0;
  line-height: 2.5em;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #0c2e8a;
}

#footer .topfooter a {
  color: #000000;
}

#footer .bottomfooter a {
  color: #fff!important;
}

#footer .bottomfooter .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#footer .bottomfooter .social-links {
  font-size: 25px;
}

.footer-menu {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) { /*768*/
  .back-to-top {
    bottom: 15px;
  }

  #header {
    padding: 20px 0;
    height: 74px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }

  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Blog pages
--------------------------------------------------------------*/
