/*GENERAL*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
body, * {
 font-family: 'Lato', sans-serif;
}
  
h1,.h1{
  font-size:3rem;
}
h5{
  font-weight:100;
}


.padding-10-percent {
  padding-top: 10%;
}
.padding-10-percent{
        padding-top: 10%;
}

.theme-default-green-color {
  color: #166c4f !important;
}
.theme-default-blue-color {
  color: #075483 !important;
}
.theme-default-gray-color {
  color: #5f6e7d !important;
}
.theme-default-green-bg {
  background: #166c4f !important;
  color: white;
}
.theme-default-blue-bg {
  background: #075483 !important;
  color: white;
}
.theme-default-gray-bg {
  background: #5f6e7d !important;
  color: white;
}

.hidden-divider {
  height: 50px;
  opacity: 0;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
/* 
.image_wrap {
  max-width: 400px;
} */
.image_wrap img {
  height: 300px;

}
/* .image_wrap .info{padding:1rem;}
 */
 .mission_icon_wrapper img {
  height: 9rem;
  width:9rem;
}
.mission_icon_wrapper p {
  padding-top:1.5rem;
}
.custom-card {
  
  width: 27rem;
  border: none;
}
.custom-table {
  font-weight: 300;
}
.custom-table .custom-table-head th {
  border-top: none;
  border-bottom: none;
}
.footer-bg {
  height: auto;
  min-height: 31rem;
  background-image: url("../img/foto-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
form.combus-form {
  max-width: 25rem;
}
/*GENERAL END*/
/*MENU*/
a.navbar-brand img {
  width: 9rem;
}
menu a{
  font-weight: 100
}

/*MENU END*/

/* HOME PAGE */

.home-page .banner {
  height: 35rem;
  min-height: 31rem;
  background-image: url("../img/foto-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-page .mission {
  height: 50vh;
  min-height: 27rem;
  background-image: url("../img/foto-mision.png");
  background-size: 160% 170%;
  background-position: top;
  background-repeat: no-repeat;
}
.home-page .services {
  min-height: 27rem;
}
p,td,li{
  font-size: 16px;
  font-weight: 300;
}
th{
  min-width: 8rem;
}

td{
  color: #075483 !important;
}
/* HOME PAGE END*/

/*ABOUT PAGE */
.diesel-page .banner {
    height: 400px;
    min-height: 350px;
  background-image: url("../img/foto-banner-diesel_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.diesel-page .mission_icon_wrapper  img {
  border-radius: 100px !important;
  padding: 15% !important;
}
/* ABOUT */

/*COMBUS40 */
.combus40-page .banner {
    height: 400px;
    min-height: 350px;
    background-image: url("../img/foto-banner-combus-40.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .combus40-page .mission_icon_wrapper  img {
    border-radius: 100px !important;
    padding: 15% !important;
  }
  
  .padding-tb-100{
    padding-bottom: 100px;
    padding-top: 100px;
  }

/* COMBUS40 END*/



/* custom boostrap */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #075483;
}
.navbar-light .navbar-nav .nav-link{
  color: #283747;
  font-size:14px;
  font-weight: 100;
}
.hvr-outline-out:before{
  border: #166c4f solid 1px;
}