/*ORANGE #DD3B21*/
/*GRAY #697172*/
/*LIGHT GRAY #D8D8D8*/

html,body {
  height: 100%;
}

.ul-padding-left {
  padding-left: 15px;
}

.navbar-default {
  background-color: white;
  border-color: white;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: white;
}

.background-carousel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 85vh;
}

.navbar {
  margin-bottom: 0;
}

.feature-area {
  background-color: #DD3B21
}

.feature-area .products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-area-img {
  width: 150px;
  margin: 0 auto;
  padding: 70px 0;
}

.full-height {
  height: 100%
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.middle-section {
  margin-top: 90px;
}

.contact-bg {
  min-height: 300px;
  background-color: #D8D8D8;
  padding-top: 30px;
}

.contact-container {
  padding: 0 30px;
}

.footer-bg {
  min-height: 50px;
  background-color: #697172;
}

.white {
  color: white!important;
}

.margin-top {
  margin-top: 25px!important;
}

.ul-line-height {
  line-height: 25px;
}

/************ BACKGROUNDS AREAS ************/

.training-bg {
  min-height: 355px;
  position: relative;
  background-color: #D8D8D8;
}

.training-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/Training2_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .training-bg::before {
    display: none;
  }

  .contact-container {
    padding: 0 10px;
  }
}

.about-bg {
  min-height: 500px;
  position: relative;
}

.about-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/DSC_0463_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .about-bg::before {
    display: none;
  }
}

.tech-bg {
  min-height: 500px;
  position: relative;
}

.tech-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/DSC_0169_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .tech-bg::before {
    display: none;
  }
}

.train-bg {
  min-height: 500px;
  position: relative;
}

.train-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/Training2_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .train-bg::before {
    display: none;
  }
}

.product-bg {
  min-height: 500px;
  position: relative;
}

.product-bg ul {
  font-size: 16px;
}

.product-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/DSC_0466_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .product-bg::before {
    display: none;
  }
}

.machine-bg {
  min-height: 500px;
  position: relative;
}

.machine-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/categories/DSC_0166_700x700.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .machine-bg::before {
    display: none;
  }
}

@font-face {
  font-family: myriad;
  src: url(../fonts/MyriadPro-Regular.otf);
}

html, body {
  font-family: myriad!important;
  color: #565656;
}

h1 {
  font-size: 3.5em;
}

.line-height-25 {
  line-height: 25px!important;
}

.freatures-yumi {
  background-color: #d8d8d8;
  min-height: 340px;
  position: relative;
}

.freatures-yumi:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #dd3b21;
  display: block;
  z-index: 0;
}

@media (max-width: 767px) {
  .freatures-yumi:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 41%;
    background-color: #dd3b21;
    display: block;
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .yumi-feature {
    padding-right: 100px;
  }
  .benefit-feature {
    padding-left: 100px;
  }
}

.margin-top-10 {
  margin-top: 10px!important;
}

.mini-carousel img {
  height: 115px;
  padding: 6px;
}

.mini-carousel {
  height: 130px;
}

.fs__16 { font-size: 16px; }

#map-carolina {
  height: 400px;
  width: 100%;
}

#map-guaynabo {
  height: 400px;
  width: 100%;
}
