.title{
    color: white;
    font-weight: bolder;
    font-size: x-large;
    text-shadow: 0.1em 0.1em 0.2em black
}
.subtitle{
    color: white;
    font-size: large;
    text-shadow: 0.1em 0.1em 0.2em black
}
.content{
    background-color: white;
    padding: 50px 50px 0 50px;
    overflow:hidden;
}

.text-internal-page {
    text-align: justify;
    font-size: 150%;
}

.text-internal-page-2{
    text-align: justify;
    font-size: 150%;
}

.list-sobre{
    font-size: 120%;
}

.secundary-image{
    width: 40%;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 5px;
}

.secundary-image-2{
    width: 20%;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 5px;
}

@media (max-width: 992px){
    .main-image{
        padding-top: 70px !important;
        height: 150px !important;
    }

    .secundary-image{
        display: none;
    }

    .text-internal-page {
        font-size: 100% !important;
    }
    .title{
        color: white;
        font-weight: bolder;
        font-size: 1rem;
        text-shadow: 0px 0px 8px #000000, 0px 0px 3px rgba(0,0,0,0.79), 0px 0px 7px rgba(0,0,0,0.79), 0px 0px 10px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79);
    }
    .subtitle{
        color: white;
        font-size: .8rem;
        text-shadow: 0px 0px 8px #000000, 0px 0px 3px rgba(0,0,0,0.79), 0px 0px 7px rgba(0,0,0,0.79), 0px 0px 10px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79);
    }
}