/* ---Global---*/
body{
    margin: 0;
    padding: 0;
    top:0;
    transition-duration: 5s;
    min-width: 880px;
}

/* ---Header---*/

#divBannerUp {
    background: linear-gradient(45deg, #222, #007, #222);
    padding: 0;
    margin: 0;
}
#h1Name {
    margin: 0;
    padding-top: 10px;
    font-family: poppins, serif;
    font-size: 45px;
    color: #fff;
    text-align: center;
}

/* --menu text-- */

#divMenuUp{
    background-color: white;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

#h1LogoLM{
    position: absolute;
    display: inline;
    font-family:poppins, serif;
    text-align: center;
    color: black;
    font-size: 30px;
    margin: 0;
    padding-top: 0;
    top: -2px;
    padding-left: 8px;
    padding-right: 10px;
}
.aMenu{
    font-size: 25px;
    font-family: poppins, serif;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    text-decoration: none;
}

/* --menu frame-- */

.divTopMenu{
    background-color: black;
    height: 2px;
    display: block;
}
.divSeparatorMenu {
    padding: 0 1px;
    width: 3px;
    font-size: 26px;
    display: inline;
    background-color: black;
}
#divLastSeparatorMenu{
    width: 3px;

}
.divBottomMenu {
    background-color: black;
    height: 2px;
    display: block;
}

/* ---Content---*/

#iframeContent{
    border-style: none;
    width: 100%;
}
/* ---Footer---*/

/* --Footer frame-- */

#divTopFooter{
    background-color: Black;
    height: 3px;
    width: 100%;
    margin: 0;
}
#divBannerDown {
    background-color: #ccc;
    padding: 0;
    margin: 0;
    display: flex;
}
.divSection {
    width: 49%;
    margin-left: 15px;
}
.divSeparationSection{
    background-color: black;
    padding-left: 3px ;
}

/* --Footer text-- */

.h2Section{
    font-family: poppins, serif;
    margin-top: 5px;
    margin-bottom: 10px;
    text-decoration-line: underline;
}
footer p{
    font-family: poppins, serif;
    font-size: 19px;
    margin: 0;
    margin-bottom: 10px;
}
footer a{
    display: block;
    font-family: poppins, serif;
    text-decoration: none;
    margin-bottom: 5px;
    color: Black;
}

#imgContactPhone{
    max-height: 18px;
}
#imgContactPhone2{
    max-height: 18px;
}

