
body {
    background-color: #ffebe1;
    color:#3c3c3c;
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
}

#contTit {
    margin-top: 100;

}

#titulo {
    text-align: center;
    
}

#contText {
    font-family: 'Lato', sans-serif;
    margin-top: 50px;
    margin-left: 25%;
    border-top-right-radius: 15px;
    background: linear-gradient(rgba(236, 172, 172, 0.36), rgba(255, 176, 77, 0.99));
    width: 50%;

}

#contImage {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    float: left;
}

img {
    width: 100%;
}

#contIm1 {
    float: left;
    width: 40%;
}

#contIm2 {
    float: left;
    width: 40%;
    margin-left: 20%;
}

#imgHend {
    border-radius: 30%;
}

#contvideo {
    text-align: center;
    width: 100%;
    float: left;
}