.main{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 60vh;

}
.nos{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/conductores.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 15%;
}

.nos h1{
    color: white;
    text-shadow: 3px 3px 5px black;
    font-size: 39px;
    margin-top: 70px;
}

h3{
    margin: auto;
    background-color: rgb(31, 29, 29);
    color: white;
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 25px;
}

.pin{
    display: flex;
    width: 90vw;
    margin: auto;
}

.piniz img{
    width: 490px;
    padding: 45px 30px 45px 0;
}

.pinde{
    padding: 45px 0 45px 0;
}
.pimg img{
    width: 250px;
}

.pimg{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.pinp{
    padding-top: 5px;
}
.pinp p{
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

