@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
  
  }
  @font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.ttf') format('truetype');
  
  }
.box-black{
    background-color: rgba(0,00,0,0.5);
    margin-left: 106px;
    position: absolute;
}
.pading-cont{
    padding-right: 199px;
}
body{
    font-family: 'Poppins';
}
b,.btn{
    font-family: 'Poppins-Bold'; 
}
.text-white{
    color: white;
}
.title{
    font-size: 60px;
    font-family: 'Poppins';
}
.logosempresas{
    width: 100%;
    height: 150px;
}
.logo_gray_uno{
    background-image: url('../img/rolegur_grises.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_dos{
    background-image: url('../img/importarte-grises.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_tres{
    background-image: url('../img/tecnoizajes_grises.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_cuatro{
    background-image: url('../img/Grises.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_uno:hover{
    background-image: url('../img/rolegur-color.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_dos:hover{
    background-image: url('../img/importarte-color.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_tres:hover{
    background-image: url('../img/tecnoizajes-color.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.logo_gray_cuatro:hover{
    background-image: url('../img/Color.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.titulos-about{
    color: #B17922;
    font-weight: 900;
}
.text_about{
    color: white;
}
.brcenter{
    border: solid 1px #B17922;
    border-top: 0;
    border-bottom: 0;
}
.logosempresastop{
    margin-top: -130px;
}
.icon{
    width: 100px;
}
.fixedintop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.margennuestras{
    background-color: #B17922;
    margin-top: -50px;
    text-align: center;
    color: white;
}
.margennuestras h1{
    font-size: 60px;
    font-weight: 900;
}
.logo{
   width: 100px;
}
.crd{
    text-align: center;
    border: solid 1px #fff;
    padding: 0px 15px;
    padding-bottom: 15px;
    height: 250px;
}
.title3{
    display: inline-block;
    width: 80%;
    height: auto;
    padding: 10px;
    margin-top: -100px;
    background: #B17922;
    color: white;
    
}
.title3 h2{
    font-weight: bolder;
    font-size: 39px;
}
.btn{
    background: #000021;
    color: white;
    border-radius: 0px;
}
.btn:hover{
    border: 1px solid #000021;
    color: #000021;
}
.navbar{
    height: 40px;
}
.demo-wrap {
    position: relative;
  }
  
  .demo-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('../img/Home_01.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
  
  .demo-content {
    position: relative;
  }
  .title4{
    text-align: center;
    font-size: xxx-large;
  }
  .text-footer{
    font-weight: 900;
    padding: 20px;
  }