@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

footer{

    font-family: 'Source Sans Pro', sans-serif;
    background: #000b2f;
    color: cornsilk;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

.pie-content{
    width: 98%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    color: rgb(202, 202, 202);
    margin-bottom: 60px;
}

@media (max-width: 1020px){
    .pie-content{
        flex-wrap: wrap;
    }
}
.card3{
    top: 0;
    margin-top: 30px ;
    padding: 15px;
    width: 295px;
    margin-right: 20px;

}
.card3 img{
    width: 240px;
    margin-bottom: 10px;
}
h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}

.text-pie1{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}
.text-pie2{
    font-size: 15px;
}
.card3 .flechita{
    width: 10px;
    margin-right: 8px;
}
.grupo-flecha{
    display: flex;
    align-self: center;
    justify-content: left;
}


.text-pie{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

.correos{
    text-decoration: none;
    color: rgb(255, 179, 179);
    line-height: 22px;
    font-size: 13.5px;
}

.correos:hover{
    color: white;
    transition: all .5s;
}

.down{
    background: #000b2f;
    margin-left: auto;
    margin-right: auto;
    border-top: 0.2px solid rgb(85, 82, 129);
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.down p{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    color: rgb(159, 159, 199);
    margin-bottom: 0px;
} 
.redes-sociales-abajo span{
    color: white;
    font-size: 20px;
    left: 0;
    margin-right: 10px;
    cursor: pointer;
    
}

.redes-sociales-abajo{
    padding-top: 12px;
}


.redes-sociales-abajo span:hover{
    color: rgb(226, 211, 211);
    transition: all .5s;
}

.linea-a{
    width: 100%;
    height: 15px;
    background-color: #b30303;
}



.image-proyecto{
    width: 500px;
}


.que-ofrecemos{
    padding-top: 40px;
    padding-bottom: 40px;
}