/**{
    font-family:Arial, Helvetica, sans-serif;
}
body{
    background:#161815;
}*/
.section-padding{
    padding: 100px 0;
    background: #ffffff;
}
.titulo{
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color:#282828;
    margin-bottom: 20px;
}

.parrafo{
    font-family: sans-serif;
    font-size: 12px;
    color: #707070;
    text-align: center;
}
.somos{
    margin-bottom: 30px;
    font-size: 35px;
}

.proyectos{
    width: 70%;
    margin: auto;
    color:#282828;
}
.proyectos, h4{
    color:#282828;
    font-weight: bold;
}
/*PROGRESSBAR o parra de progreso*/
.progress-bar{
    line-height: normal;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color:#282828;
    text-align: start;
}
.texto{
    flex-grow: 1;
    margin-left: 5px;
}
.porcentaje{
    padding-right: 10px;
   
}
/*  FIN PROGRESSBAR o parra de progreso*/
/*nuestras marcas*/
.marcas{
    width: 70%;
    margin: auto; 
}
.imagenes{
    padding: 0px;
}
.imagenes:hover{
    background:#4e4e4e;
    color: #ffffff;
    cursor: pointer;
    transition: 1s;
.card-title{
        color: #ffffff;
    }
}
.rounded:hover{
    
     transform: scale(1.03); 
}

.img-fluid{
    border-radius: 10px;
}
/*
a {
    background-color: powderblue;
    transition: background-color 0.5s;
  }
  a:hover {
    background-color: gold;
  }*/
/*mediaquery*/
@media (max-width:767px) {
    
    .section-padding{
        padding: 50px 0;
    }
}



