body{
    font-family: 'Titillium Web', sans-serif;
    color: #666666;
    text-align: center;
    margin: 0px;
  }
.box{
    background-color: #fff;
    width: 100%;
    height: 100%;
    width: 1024px;
    margin: 0px auto;
}
#title {
    font-size: 30px;
    margin-top: 25px;
}
#body{
    font-size:20px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    width: 1024px;
    text-align: center;
}
#logo {
    margin-top: 2%;
    width: 100%;
    max-width: 250px;
    height: auto;
}
#footer{
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 15px;
    width: 1024px;
}
p .icon:nth-of-type(3){
    margin-left: 20px;
}
@media only screen and (max-width: 800px) {
    #body{
        margin: 40px 0px 0px 0px;
        transform: unset;
    }
    #footer{
        font-size: 11px;
        width: 92%;
        padding: 0px 4%;
        position: relative;
        margin-top: 60px;
    }
    .copyright, .footerAddress, .footerWhats, .footerEmails, #body, .box{
        width: 100% !important;
        position: relative;
        text-align: center !important;
    }
    .footerWhats{
        margin-top: 30px;
    }
    .footerEmails p, .footerEmails div{
        text-align: center;
        font-size: 16px;
    }
    .footerEmails p{
        font-size: 15px;
    }
    .footerEmails p .icon{
        font-size: 14px;
    }
    .copyright{
        font-size: 10px !important;
    }
    .footerAddress{
        margin-top: 30px;
    }
    .icon-login{
        /*! margin-top: 150px !important; */
    }
    .whatsappIconFooter{
        display: block !important;
    }
    .whatsappIcon{
        display: none !important;
    }
    .icon-phone, .icon-letter-mail, .icon-mobile{
        display: none !important;
    }
    p .icon:nth-of-type(3){
        display: block
    }
}
@media only screen and (max-width: 400px) {
    #logo {
        margin-top: 5%;
        width: 200px;
    }
}
@media only screen and (max-height: 650px) {
    #body{
        top: 55% !important;
    }
}

icon-bubble{
    display: block;
}
.whatsappIconFooter{
    display: none;
}
.footerAddress, .footerEmails{
    width: 50%;
    float: right;
}
.copyright{
    width: 100%;
    float: left;
    margin-top: 0px;
}
.copyright p{
    margin: 0px;
}
.footerAddress{
    text-align: left;
    position: relative;
    bottom: -25px;
}
.footerAddress p, .footerEmails p{
    margin: 0px;
    width: 100%;
}
.footerEmails{
 text-align: right;   
}
a.icon{
    color: #666666;
    text-decoration: unset;
}
.icon-phone{
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(18deg);
    transform: rotateY(180deg);
    display: inline-block;
}
.icon-mobile{
    font-size: 18px;
    position: relative;
    top: 3px;
}
.whatsappIcon{
    height: max-content;
    display: block;
    width: max-content;
    margin: 130px auto 0px auto;
}
.icon-avatar{
    font-size: 37px;
    display: block;
    height: 50px;
    width: max-content;
    margin: 0px auto 0px auto;
    cursor: pointer;
}
.icon-avatar:hover, .icon-avatar.active{
    color: #162e5e;
    transform: .5s;
}
.formLogin form{
    /*! margin-bottom: -50px; */
    max-height: 0px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
.formLogin form.active{
    max-height: 155px;
    transition: max-height 0.25s ease-in;
    margin-bottom: 40px;
}
.formLogin #LoginForm_username, .formLogin #LoginForm_password{
    margin-bottom: 3px;
    width: 250px;
    font-size: 17px !important;
}
.formLogin button{
    width: 270px;
    font-size: 17px !important;
}
body div{
    transition:all 0.3s ease;
}
.com21{
    display: block;
    margin: auto;
    max-width: 270px;
    width: 100%;
}