.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/programas-2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 15%;
    background-size: cover;
}

.nos h1{
    color: white;
    text-shadow: 3px 3px 5px black;
    font-size: 39px;
    margin-top: 70px;
}
.ce{
    background-color: rgb(31, 29, 29);
    display: flex;
    color: white;
    width: 100%;
}

.ce .pr{
    width: 50%;
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: center;
}

.ce h4{
    font-size: 20px;
}

.ce .ult{
    width: 50%;
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: center;
}

.tp{
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 40px;
    justify-content: center;
}

.tp .imgpro{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tp .imgpro img{
    width: 700px;
}

.imgvi{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
}

#cami{
    width: 500px;
}

#site{
    width: 300px;
}

#cita{
    width: 320px;
    padding-left: 10px;
    align-items: center;
}

#finp{
    margin-bottom: 80px;
}


