.section {
    text-align: justify;
    text-justify: inter-word;
}

.image {
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#image {
    line-height: 1.5em;
    list-style-image: url(../img/ok.png);
    text-align: left;
    font-size: 100%;
}

.headerText {
    text-shadow: 2px 2px 4px #000000;
}

.carousel-item {
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headersCustom {
    color: #0c4790;
}

.footerCustom {
    color: white;
    font-size: 100%;
    text-decoration: underline;
    text-align: justify;
}

.footerInfoMenu {
    color: white;
    font-size: 100%;
    background: transparent;
    text-align: left;
    padding: 0px 0px 5px 0px;
    list-style-type: none;
    border-bottom: white solid 1px;
}

.footerInfoMenuServices {
    color: white;
    font-size: 100%;
    background: transparent;
    text-align: left;
    padding: 0px 0px 5px 0px;
    list-style-type: none;
}

.footerparaSection {
    text-align: justify;
    text-justify: inter-word;
    color: white;
    font-size: 100%;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 12px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}