body{
  margin: 0;
  padding: 0;
  box-sizing: 0;
  font-family: Arial, Helvetica, sans-serif;
}
/* encabezado*/
.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    /* font-weight: 700; */
    max-width: 1550px;;
    margin: auto;
    border-bottom:1px solid #1a994b;
    height: auto;
    position: relative;
  }
  
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #20a6b4 !important;
    border: 1px solid #3b5998;
    
    border-radius: .25rem;
  }
  .navbar-toggler{
    border-color:#3b5998;
    
  }
  .nav-link{
    color: #0e76a8;
    font-weight: 700;
   }
   .nav-link:hover{
    color: #484545;
    font-weight: 800;
    border-bottom: 2px solid #2082b0;
   }
  .header {
    position: fixed;
    z-index: 5;
    width: 100%;
    /* padding: 25px 0;     */
    transition: all 0.3s ease;
  }
.top-bar-left {
    
    align-items: center;
    justify-content: space-between;
}
 .texto {
  display: flex;
  align-items: center;
 
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .15);
}
.texto i {
  font-size: 14px;
  color: #484545;
  margin-right: 5px;
}
.fa-envelope{
  margin-left: 5px;
}
 .texto h2 {
  color: #484545;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}
 .texto p {
  color: #484545;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px 0 5px;
}
.top-bar-right{
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
   
  }
.social {
    display: flex;
    height: 25px;
    
    justify-content: flex-end;
    list-style: none;
}
.social .header-social a{
    margin: 0 10px;
    color: #20a6b4;
    font-size: 25px;
    
    } 
      
  .fa-instagram:hover{  
      background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
      padding: 3px 3px;
      border-radius: 5px;
      color: #fff;
      
    }
  .fa-facebook:hover{
    color: #fff;
    background-color: #3b5998;   
     padding: 3px 3px;
      border-radius: 5px;
  }
  .fa-linkedin-in:hover{
    color: #fff;
      background-color: #0e76a8;  
      padding: 3px 3px;
      border-radius: 5px;
  }
  .fa-twitter:hover{
    color: #fff;
    background-color: #00acee;  
      padding: 3px 3px;
      border-radius: 5px;
  }
  
  .header.sticky {
    /* padding: 10px 0; */
    background: #fff ;
    /* border-bottom: 2px solid black; */
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  }
  .content-header.stickytwo{
    display: none;
  }
  
  .content-bottom {   
    max-width: 1550px;
    margin: auto;
 
   
  }
  
  .Logo .logoR{
    width: 100px;
    height: auto;
  }
  @media (max-width:1005px){
    .content-header{
     display: none !important;
   
    }
  }
  @media (max-width:1200px){
    .texto p, .texto h2{
      font-size: 12px;
    }
  }
  @media (max-width:470px){
    .container .stock-text h2{
      font-size: 35px;
    }
  }
  /*fin*/