body {
    background: #e3e3df;
    font-family: "Montserrat", serif;
    font-style: normal;
}
.topo-contato {
    background: #ffffff94;
    padding: 4px 0;
    text-align: right;
}
.topo-contato p {
    text-align: left;
    display: inline;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 1px;
}
.topo-contato p a {
    color: #292e69;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #E30613;
    z-index: 1000;
    margin: 0 auto;
}
header .col-md-3 {
    padding: 0;
}
header .logo {
    float: left;
    margin-top: 22px;
    margin-bottom: 2px;
    width: 100%;
    position: relative;
}
header .logo a {
    display:block;
    text-decoration:none
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float:right;
    margin:17px 0;
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color: #000;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.8s;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.menu a:hover {
    transition: all 0.3s;
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display: inline-block;
    padding: 9px 15px;
    margin: 14px 0 0 10px;
    font-weight: 700;
    transition: all 0.3s;
    background: #E30613;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    box-shadow: 5px 5px 10px -2px #0000003b;
}
.menu > .menu-list > li > a.btn-menu-telephone {
    background: #000;
    border: 3px solid #E30613;
}
.menu > .menu-list > li > a:hover {
    background: #027f07;
    transition: all 0.3s;
}
.menu > .menu-list > li:hover > a {
    transition: all 0.3s;
}
.menu > .menu-list > li > a.btn-menu-telephone:hover {
    background: #0f133f;
}
/* Rodapé */
footer {
    padding: 40px 0 0 0;
    background-color:rgb(210 210 210);
    color:#000;
    margin-top:0;
    float: left;
    width: 100%;
}
footer iframe {
    border: none;
    width: 100%;
    float: left;
    height: 200px;
}
footer h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 5px 0 7px 0;
    color: #000;
    letter-spacing: 2px;
    font-weight: 500;
    border-bottom:1px solid rgb(35, 46, 103);
}
footer ul {
    list-style-type:none;
    padding:0;
    margin: 0;
}
footer ul.do-institucional-footer li {
    font-size: 13px;
    padding-bottom: 3px;
    margin: 5px 0;
    letter-spacing: 1px;
}
footer ul.das-redes-sociais li {
    display: contents;
    font-size: 23px;
    text-align: center;
}
footer ul.das-redes-sociais li a {
    padding: 0 15px 0 0;
}
footer p {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    margin: 5px 0;
    line-height: 22px;
}
footer p.da-localizacao {
    line-height: 22px;
}
footer a {
    text-decoration: none !important;
    color: #000;
    text-transform: none;
}
footer .dos-contatos-footer p {
    padding-bottom: 3px;
}
footer .dos-contatos-footer p a i {
    padding-right: 5px;
}
/* DESENVOLVIDO POR Loba&Seven */
footer .footer-copyright {
    padding-bottom: 0;
    margin-top: 30px;
    background:#E30613;
}
footer .footer-copyright a {
    font-size: 11px;
    letter-spacing: 0.8px
}
footer p.footer-copyright {
    margin: 9px 0px;
    font-size: 11px;
}
footer .text-right a img {
    margin: 7px 0 0 auto;
}
/* FIM DESENVOLVIDO POR Loba&Seven */
/* BOTÕES LATERAL/FIXO */
.btn-fixo a {
    position: fixed;
    right: 0;
    align-items: center;
    text-decoration: none;
    transition: 0.8s all ease;
    font-size: 22px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    z-index: 100000;
}
a.btn-telephone {
    top: 510px;
    right: 15px;
    transition: 0.8s all;
    padding: 20px 18px 15px 19px;
    border-radius: 50%;
    background:#E19C3F;
    border: 1px solid #fff;
}
a.btn-telephone i {
    font-size: 33px;
    color: #fff;
    transition: 0.8s all;
}
.btn-fixo a.btn-whatsapp {
    bottom: 12px;
    right: 12px;
    transition: 0.6s all;
    padding: 16px 18px 14px;
    background-color: #03C100;
    animation: pisca-header 1.5s linear infinite;
    border-radius: 50px;
}
a.btn-whatsapp i {
    color: #fff;
    font-size: 39px;
}
@keyframes pisca-header {
    0% {
        background: #03C100;
        border: 1px solid #fff;
    }
    
    50% {
        background: #08f804;
        border: 1px solid #fff;
    }
    
    100% {
        background: #03C100;
        border: 1px solid #fff;
    }
}
/* Main */
main h2 {
    font-size:22px
}
main.main-content p strong {
    font-weight:normal
}
/* Ajustes Mobile */
@media screen and (max-width: 480px) {
    header {
        top: 0;
        height:60px;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer h5 {
        margin-top: 0;
    }
    footer .footer-copyright {
        margin-top: 15px;
        text-align: center;
    }
    footer p.footer-copyright {
        margin: 5px 0 0;
    }
    footer p.da-localizacao {
        line-height: 27px;
    }
    footer p {
        line-height: 27px;
    }
    .col-md-4.dos-contatos-footer {
        margin-top: 24px;
    }
    footer ul.do-institucional-footer li {
        margin: 10px 0;
    }
    footer .text-right a img {
        margin: 5px auto;
    }
    footer span img {
        width: 34%;
    }
}
@media screen and (max-width: 432px) {
    header {
        top: 0;
        height:60px;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer h5 {
        margin-top: 0;
    }
    footer .footer-copyright {
        margin-top: 15px;
        text-align: center;
    }
    footer p.footer-copyright {
        margin: 5px 0 0;
    }
    footer p.da-localizacao {
        line-height: 27px;
    }
    footer p {
        line-height: 27px;
    }
    .col-md-4.dos-contatos-footer {
        margin-top: 24px;
    }
    footer ul.do-institucional-footer li {
        margin: 10px 0;
    }
    footer .text-right a img {
        margin: 5px auto;
    }
    footer span img {
        width: 38%;
    }
}
@media screen and (max-width: 425px) {
    header {
        top: 0;
        height:60px;
    }
    footer {
        padding: 20px 0 0 0;
    }
    footer h5 {
        margin-top: 0;
    }
    footer .footer-copyright {
        margin-top: 15px;
        text-align: center;
    }
    footer p.footer-copyright {
        margin: 5px 0 0;
    }
    footer p.da-localizacao {
        line-height: 27px;
    }
    footer p {
        line-height: 27px;
    }
    .col-md-4.dos-contatos-footer {
        margin-top: 24px;
    }
    footer ul.do-institucional-footer li {
        margin: 10px 0;
    }
    footer .text-right a img {
        margin: 5px auto;
    }
    footer span img {
        width: 37%;
    }
}
@media screen and (max-width: 412px) {
    footer span img {
        width: 40%;
    }
}
@media screen and (max-width: 400px) {
    footer span img {
        width: 42%;
    }
}
@media screen and (max-width: 390px) {
    footer span img {
        width: 46%;
    }
}
@media screen and (max-width: 375px) {
    footer span img {
        width: 46%;
    }
}
@media screen and (max-width: 340px) {
    footer span img {
        width: 52%;
    }
}
@media screen and (max-width: 320px) {
    footer span img {
        width: 50%;
    }
}
@media screen and (max-width: 40em) {
    .box-btn-modal-orcamento, .header-container-main {
        display:none
    }
    footer {
        padding: 40px 0 0 0;
        margin-bottom: 0; 
    }
    footer iframe {
        margin-bottom: 30px;
    }
    a.btn-telephone, a.btn-mail {
        display: block;
        top: 495px;
        right: 12px;
    }
    .menu-footer-mobile {
        display: none;
        background: #333;
    }
    footer span img {
        padding-bottom: 20px;
    }
    footer h5 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    footer .nossos-contatos p, footer .dos-contatos-footer p, footer ul.do-institucional-footer li a {
        line-height: 27px;
        font-size: 16px;
    }
    footer .footer-copyright {
        text-align: center;
        margin-top: 20px;
        padding-bottom: 10px;
    }
    footer p.footer-copyright {
        padding: 5px 0;
                margin: 0
    }
    footer .footer-copyright .bloco-3 a img {
        text-align: center;
        margin-right: auto;
    }
    footer .text-right a img {
        margin: 10px auto 0;
    }
}