/* GLOBAL STYLES 
   -------------------------------------------------- */

body {
    padding-top: 3rem;
    
    color: #5a5a5a;
  }

  :root{
    --herramaq-orange:#ec7d2a;
    --herramaq-blue:#15558d;
    --main-bg-color:#F1F1F1;/*#E4F2FF;*/

  }

.stripped-bg-color{
  background-color: var(--main-bg-color);
}
.section-padding{
  padding-top:4.5rem;
}
.btn-whatsapp {
  display:block;
  color:#ffffff;
  position: fixed;
  right:20px;
  bottom:20px;
  border-radius:50%;
  line-height:80px;
  text-align:center;
  z-index:999;
}

  /*Navbar
    -------------------------------------------------- */
  #navbar {
    overflow: hidden;
    background-color: #ffffff;
    padding: 1rem .8rem;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  #navbar .img-logo{
    height:60%;
    width:60%;
  }

  #navbar a {
    float: left;
    color: #1D1D1D;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 1rem; 
    line-height: 25px;
  }
  
  #navbar #logo {
    font-size: 35px;
    font-weight: bold;
    transition: 0.4s;
  }
  
  #navbar a:hover {
    text-decoration:underline;
    text-decoration-color: var(--herramaq-orange);
    transition: 0.4s;
  }
  .fa-facebook:hover{
    color:#3B5998;
    transition: 0.4s;
    font-size: 1.3rem;
  }
  .fa-instagram:hover{
    color:#c32aa3;
    transition: 0.4s;
    font-size: 1.3rem;
  }
  .fa-youtube:hover{
    color:#c4302b;
    transition: 0.4s;
    font-size: 1.3rem;
  }
  #navbar-right {
    float: right;
  }

  
  /* CAROUSEL
  -------------------------------------------------- */
  
  .carousel {
    margin-bottom: 2rem;
    
  }
  
  .carousel-item {
    height: 45rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }

  ol.carousel-indicators {
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
 }
 
 ol.carousel-indicators li,
 ol.carousel-indicators li.active {
    width: 1rem;
    height: 1rem;
    margin: 0;
    border-radius: 50%;
    border: 0;
    background: transparent;
 }
 
 ol.carousel-indicators li {
    background: #15558d;
    margin-left: .5rem;
    margin-right: .5rem;
 }
 
 ol.carousel-indicators li.active {
    background: var(--herramaq-orange);
 }

  /* MARKETING CONTENT 
   ------------------------- */

  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }

  .featurette-subtitle{
    color:var(--herramaq-blue);
  }
  
  .featurette-heading {
    color:var(--herramaq-blue);

  }
  
  .featurette-title{
    color: var(--herramaq-orange);
  }

  .featurette-image{
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .featurette-image-title{
    width: 100%;
    margin-top:-16px;    
  }

  .featurette-h4{
    color: #6D6D6D;
  }

  /* Products section
  -------------------------------------------------- */

  .products-header{
    color:#363a3d;
    text-align: center;
  }

  nav > .nav.nav-tabs{
    border: none;
      color:#fff;
      background:var(--herramaq-blue);
      border-radius:0;
      text-align: center;
  }
  nav > div a.nav-item.nav-link,
  nav > div a.nav-item.nav-link.active
  {
    border: none;
      padding: 18px 15px;
      color:#fff;
      background:var(--herramaq-blue);
      border-radius:2px;
  }
 
  .tab-content{
    background: #fdfdfd;
      line-height: 25px;
      border-top:5px solid var(--herramaq-orange) ;
      padding:30px 20px;
  }
  
  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    
      background: var(--herramaq-orange);
      color:#fff;
      border-radius:0;
      transition: 0.20s linear;
  }
  
  /*---------------------Novedades Section---------------------*/

  .carousel-blog{
    top: 0%;
    right:0%
  }

    .carousel-item-blog img{
      height: 28rem;
      width: 28rem;
      margin-left: 3.5rem;
    }

  /*---------------------RRHH Section---------------------*/

  .rrhh-container{
    
    color:#fff;
    
  }
  .rrhh-container p{
    font-size:25px;
  }

  .rrhh-container a{
    color:var(--herramaq-orange);
  }

/*---------------------Contactenos Section---------------------*/
.google-maps iframe {
  width: 100% !important;
}

.contactenos-container a{
  color: var(--herramaq-orange);
}

.img-logo{
  background-size: cover;
}

/*---------------------Footer Section---------------------*/


/*Footer dotSystems brand*/

.footer-copyright{
  background-color:#3B5998;
  color:#ffffff;
  padding:1rem 0;
}

.footer-copyright a{
  color:#ffffff;
}

.footer-copyright a:hover{
  color:#D3D3D3;
  transition: 0.2s;
  font-weight: normal;
}

/*-------------Login Form------------------*/

.login{
  background-color:#D3D3D3;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.login h1{
  color: var(--herramaq-orange);
}
.blog-container{
  background:var(--herramaq-orange);
}


.table-hover tbody{
  background-color:#D3D3D3;
}

.table-hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.table-hover #up{
  background-color:#64C645;
}

.table-hover #del{
  background-color:#E80404;
  color:#ffffff;
  
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* carousel & featurette */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  /*Navbar*/ 
  @media screen and (max-width: 580px) {
    #navbar {
      padding: 20px 10px !important;
    }
    #navbar a {
      float: none;
      display: block;
      text-align: left;
    }
    #navbar-right {
      float: none;
    }
  }

@media (max-width: 450px) {
  /*Global*/
  .featurette-title h1{
    font-size: 1.65rem;
  }
  .featurette-subtitle{
    font-size: 1.3rem;
  }
  .text-justify{
    font-size: 1.1rem!important;
  }
  .carousel-item{
    height: 18rem;
  }
  .carousel-item img{
    width: 50%;
    height: auto;
  }

  /*Contactenos section*/
  .google-maps iframe {
    height: 100% !important;
  }
  
  .btn-contactenos{   
    margin-bottom:1rem;
    margin-left:40%;
  }

  /*Navbar section*/
  .img-logo {
    height: 100% !important;
    width: 100%;
  }
  /*Footer section*/
  .footer-text{
    font-size: .8rem;
  }
  .footer-logo {
    height: 75% !important;
    width: 75%;
  }
  .footer-section h6{
    margin-top:1rem;
    margin-right:8%!important;
  }
  /*RRHH section*/
  .img-rrhh{
    margin-left:25%;
  }
  /*footer section*/
  .img-distribuitor{
    width: 40%;
    height: auto;
  }
  .footer-copyright{
    padding-top:.5rem;
    margin-top:0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer-copyright img{
    width: 80%;
    height: auto;
  }

  .footer-copyright p{
    font-size: .6rem;
  }

  .btn-whatsapp img{
    width: 75%;
    height: auto;
  }

  .carousel-item-blog{
    height:28rem!important;
  }
  .carousel-blog{
    top: 50%;
    right:0%
  }
  .carousel-blog .featurette-subtitle, .featurette-h4{
    text-align: center;
  }

  .carousel-img{
    top: -5%;
    right: 5%;
    height:30rem;
    width:30rem;
  }

}
@media (max-width: 450px) {
  nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active{
    padding: 8px 10px!important;
  }
  div a.nav-item.nav-link.active:after{
  bottom: -43px!important;
  left: -30%!important;
  border: 10px solid transparent!important;
  border-top-color: var(--herramaq-orange)!important;
  }
  nav > .nav.nav-tabs{
    font-size: .72rem;
  }
}


.carousel-caption {
    
  z-index: 10;
  color: #000000;
  font-weight: bold;
}