/**
    1- Geral
    2- Header
 */
/******* IMPORT ********/
@font-face {
  font-family: breeRegular;
  src: url("../fonts/BreeSerif-Regular.ttf"); }
/******* COLORS********/
/***************** GERAL **********/
body {
  background-color: white;
  font-family: breeRegular;
  color: #4D4D4D;
  margin: 0;
  padding: 0; }

a {
  color: #4D4D4D; }

a:hover {
  color: #0099C4;
  text-decoration: none; }

.btn-construct {
  background: #4D4D4D;
  color: white; }

.btn-construct:hover {
  background: #0099C4;
  color: white; }

/*********************** HEADER ************/
.header-section {
  background-color: white;
  padding-bottom: 8px; }

.social-item {
  padding-right: 7px;
  font-size: 20px; }

.social-menu {
  margin: 0; }

.menu-list li .nav-link {
  font-size: 22px; }

.menu-collapse-list {
  margin-left: 10px;
  border-bottom: 1px solid #4D4D4D; }

.dropdown-menu {
  border: 0;
  border-radius: 0 0 4px 4px;
  color: #4D4D4D;
  padding-bottom: 8px; }

.dropdown-menu .nav-item {
  padding: 0 60px 0 0;
  margin-top: 6px; }

.dropdown-menu .nav-item:hover,
.dropdown-menu .nav-item .dropdown-item:hover {
  background: #0099C4;
  color: white; }

.dropdown-menu .nav-item .dropdown-item {
  color: #4D4D4D;
  font-size: 18px;
  text-align: left; }

/*--logo 2020--*/
.logo-content-2020 img {
  width: 80%; }

.toggle-icon {
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 3px; }

.toggle-icon:hover {
  color: white;
  /* border: 2px solid $templateFontBlue;*/
  background-color: #0099C4; }

/*lang menu*/
.lang-select {
  margin-right: 0;
  padding: 0; }

.lang-select li {
  list-style: none;
  display: inline;
  margin-right: 5px; }

.lang-select li a {
  text-decoration: none; }

.lang-link-active {
  color: #0099C4; }

/******************************** HOME ********/
/*------ About Section -----*/
.about-section {
  padding-top: 40px;
  margin-top: 20px; }

.about-section .about-box {
  /*min-height: 650px;*/ }

.about-section h1 {
  font-size: 60px;
  font-weight: bold; }

.about-box {
  padding: 5px;
  margin-top: 40px; }

.about-title {
  display: inline;
  font-size: 22px;
  margin: 0 15px 0 0;
  font-weight: bold;
  cursor: pointer; }

.about-title:hover {
  color: #0099C4; }

.about-title-active {
  color: #0099C4; }

.about-content {
  margin-top: 20px;
  text-align: justify;
  font-size: 18px;
  font-family: breeRegular;
  padding-bottom: 10px; }

.about-content p {
  margin: 0; }

.about-image img {
  width: 250px;
  height: 250px;
  padding: 3px;
  margin-top: 0; }

.lg-about-image img {
  height: 150px;
  margin: 0;
  padding: 0; }

/*----- Budget Section -----*/
.budget-section {
  text-align: justify;
  margin-top: 0;
  background-color: #ffdd00; }

.budget-section .row {
  min-height: 150px; }

.budget-area {
  padding: 5px;
  margin-top: 20px;
  font-size: 18px; }

.budget-section h1 {
  font-size: 55px; }

.budget-img img {
  width: 200px; }

/*--- Products Section ------*/
.products-section {
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 120px; }

.product-content {
  padding: 30px;
  font-size: 22px; }

.product-content h1 {
  font-size: 65px;
  font-weight: bold; }

.product-img a {
  font-size: 22px; }

.product-img a img {
  border-radius: 50%;
  width: 350px;
  height: 350px; }

.product-img a img:hover {
  background: #0099C4;
  opacity: 0.8; }

/******************* PRODUCTS - (aggregates and concrete pages) *********************/
.products-img img {
  height: auto;
  width: 100%; }

.products-section {
  padding-bottom: 80px; }

.products-content h1 {
  padding-bottom: 40px;
  font-size: 40px; }

.products-article {
  padding-bottom: 10px; }

.products-article img {
  height: 200px;
  width: 100%;
  margin-bottom: 25px; }

.products-article h3 {
  border-top: 3px dotted #4D4D4D;
  padding: 20px 0px;
  font-size: 25px; }

.bituminous h3 {
  padding: 30px 0px;
  min-height: 0; }

/************************* CONTACTS***********/
.contact-img img {
  width: 100%;
  height: auto; }

.contact-section {
  padding-top: 25px; }

.contact-section h1 {
  font-size: 55px; }

.form-row {
  padding-bottom: 0px; }

.map-row {
  background-color: #F2F2F2; }

.phone-content h3,
.address-content h3 {
  font-size: 25px; }

.phone-contact,
.address {
  font-size: 14px; }

.maps-content {
  margin-bottom: 15px;
  margin-top: 15px; }

.contact-form .btn-lg {
  background-color: #4D4D4D;
  color: white; }

.contact-form .btn-lg:hover {
  background-color: #0099C4; }

/*-- Form Errors --*/
.wpcf7-form-control-wrap span {
  font-size: 11px; }

/********************** SINGLE **************/
.single-content img {
  height: 550px; }

.single-date {
  border-top: 3px dotted #4D4D4D;
  border-bottom: 3px dotted #4D4D4D;
  margin-top: 30px; }

.single-content h1 {
  font-size: 55px; }

/******************* 404 ********************/
.error-section {
  min-height: 550px;
  padding: 100px 0px; }

.error-section h1 {
  font-size: 60px; }

.error-section p {
  font-size: 22px; }

/****************** PRIVACY *****************/
.privacy-content {
  padding: 40px 0;
  font-size: 18px; }

.privacy-content h1 {
  font-size: 50px;
  padding-bottom: 60px; }

.privacy-content strong {
  font-size: 22px; }

.privacy-content p {
  text-align: justify; }

/**********************FOOTER****************/
.footer-area {
  background-color: #4d4d4d;
  color: white;
  padding-top: 40px; }

.footer-title {
  border-bottom: 2px dotted white;
  width: 50%; }

.footer-area h5 {
  font-size: 14px; }

.footer-content {
  padding-bottom: 5px; }

.nav li {
  list-style: none;
  clear: both; }

.footer-area ul li a {
  color: white;
  font-size: 12px;
  clear: both; }

.footer-area ul li a:hover {
  text-decoration: none;
  color: #0099C4; }

.footer-area ul li span {
  font-size: 13px; }

.copy-area {
  padding: 5px;
  margin-top: 5px;
  border-top: 1px solid #595e66; }

.copy {
  font-size: 15px; }

.dev {
  font-size: 9px;
  color: #969eaa; }

/********** MEDIAS QUERIES *******/
@media only screen and (max-width: 540px) {
  .about-section h1 {
    font-size: 40px;
    margin-left: 10px; }

  .budget-section h1 {
    font-size: 30px; }

  .product-content h1 {
    font-size: 40px; }

  .product-content p {
    font-size: 16px; }

  .about-content {
    font-size: 16px; }

  .first-grid h3,
  .second-grid h3 {
    font-size: 20px; }

  .products-content h1 {
    font-size: 30px; } }
@media (min-width: 800px) and (max-width: 992px) {
  .bituminous h3 {
    min-height: 130px;
    padding: 20px 0px; } }
@media (max-width: 768px) {
  .bituminous h3 {
    min-height: 0;
    padding: 30px 0px; }

  .about-section h1 {
    margin-left: 10px; } }
@media (min-width: 768px) {
  .about-section {
    margin-left: 50px; }

  .budget-area {
    margin-left: 50px; }

  .contacts-row,
  .form-row {
    padding: 50px 90px; } }
/***** BOOTSTRAP ****/
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input:lang(pt) ~ .custom-file-label::after {
  content: "Procurar"; }

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