/* Styles */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

header.main_header{
    background-repeat  : no-repeat;
    background-position: center top;
    background-size    : cover;
    width              : 100%;
    background-color   : rgb(66, 67, 70) !important;
}

header.main_header p{
    text-align : center;
    font-weight: normal;
    font-size  : 70px;
    line-height: 70px;
    overflow   : hidden;
    color      : rgb(106, 106, 109);
    font-family: 'Dancing Script', cursive;
}

@media (min-width: 992px) {
    header.main_header p{
        font-size  : 115px;
        line-height: 100px;
    }
}

.titleVerticalList{
    text-align : right;
    font-weight: bold;
    font-size  : 14px;
    max-width  : 270px;
}

#container_newObra .tab-pane > .row{
    margin-bottom: 20px;
}

table{
    width: 100% !important;
}