body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}
a:hover, a:focus {
    text-decoration: none;
}
main.main-content {
    margin-top: 0;
}
/*INICIO HEADER*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    margin: 0 auto 0 0;
    box-shadow: 0 1px 13px 2px #7d7d7d17;
    height: 100px;
}
header .logo {
    float:left;
    margin: 19px 0
}
header .logo a {
    display:block;
    text-decoration:none
}
header .logo img {
    width: 100%;
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float:right;
    margin: 39px 0
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color:#035f6f;
    text-decoration:none;
    display:block;
    cursor:pointer
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display:inline-block;
    padding:2px 10px;
    font-size: 15px;
    margin:0;
    font-weight: 500; 
    text-transform: uppercase;
    transition: all 0.5s; 
}
.menu > .menu-list > li > a.btn-menu-contato {
    color: #fff;
    background-color: #0090aa;
    border-radius: 5px;
}
.menu > .menu-list > li > a > hr {
    margin: 0;
    width: 0%;
    border-top: 2px solid #fff;
    transition: all 0.6s;
}
.menu > .menu-list > li > a:hover > hr {
    transition: all 0.6s;
    width: 100%;
}
.menu > .menu-list > li > .sub-menu {
    position:absolute;
    left:0;
    min-width:200px;
    z-index:100;
    display:none;
    padding:0;
}
.menu > .menu-list > li:hover > .sub-menu {
    display:block;
    border-radius: 10px;
}
.menu > .menu-list > li > .sub-menu > li > a {
    padding:10px 20px;
    background:#fff;
    margin-top: 2px;
    border-radius: 0;
}
.menu > .menu-list > li > .sub-menu > li:hover > a {
    background:#b3b3b3
}

/* Menu Mobile */
.slicknav_btn {
    background-color:#000
}
.slicknav_menu {
    background-color:#fff
}
.slicknav_brand a {
    color:#fff;
    font-size:14px;
    display:block;
    padding:0px 5px;
    font-weight:bold
}
/* Rodapé */
/* Rodapé */
footer {
    padding: 30px 0 0 0;
    background-color:#e9e9e9;
    color:#fff;
    margin-top:0;
    float: left;
    width: 100%;
}
footer .logo-footer img {
    width: 60%;
}
footer h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #035f6f;
    letter-spacing: 1px;
    border-bottom: none;
    line-height: 25px;
}
footer a {
    text-decoration: none;
    color: #000;
    text-transform: none;
}
footer .redes-footer p {
    color: #000;
}
footer .redes-footer a {
    color: #035f6f;
    font-size: 20px;
}
footer a:hover {
    text-decoration: none;
}
footer iframe {
    border: none;
    width: 100%;
    float: left;
    height: 150px;
}
footer ul {
    list-style-type:none;
    padding:0px
}
footer p {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #000;
    margin: 12px 0;
    line-height: 20px;
    font-weight: 400;
}
footer .mapa-footer p {
    font-size: 13px;
}
footer .mapa-footer iframe {
    border: 2px solid #0059b3;
    border-radius: 5px;
}
footer .menu-footer ul li {
    font-size: 15px;
}
footer .contato-footer a {
    font-size: 15px;
    font-weight: 500;
}
footer .redes-footer i {
    font-size: 30px;
    margin: 5px;
}
footer .redes-footer i.instagram-icon {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
footer .contato-footer li {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 50px;
}
footer .menu-footer li {
    line-height: 25px;
}
ul.das-redes-sociais li {
    display: inline;
    margin: 0 13px 0 0;
    background: #fff;
    border-radius: 98%;
    transition: all 0.5s;
    box-shadow: 2px -2px 7px 0px #3333335e;
}
ul.das-redes-sociais li:hover {
    background: #afc8e6;
    transition: all 0.5s;
    box-shadow: 0px 0px 7px 0px #333333;
}
ul.das-redes-sociais li i {
   color: #1a70bb
}
/* DESENVOLVIDO POR Loba&Seven */
footer .footer-copyright {
    padding-bottom: 3px;
    margin-top: 20px;
    background:#00295a;
}
footer .footer-copyright a {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.8px;
}
footer p.footer-copyright {
    margin: 12px 0px 0 0;
    font-size: 11px;
}
footer .text-right {
    margin-top: 0;
}
footer .text-right a img {
    margin: 7px 0 0 auto;
}
footer .footer-copyright p {
    color: #fff;
    margin: 11px 0 0 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
footer .footer-copyright p.desenvolvido {
    margin: 5px 20px;
    padding-bottom: 0;
}
footer .col-md-4.text-center a img {
    position: relative;
    top: -5px;
}
/* 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: 400px;
    right: 15px;
    transition: 0.8s all;
    padding: 18px 16px 13px 17px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #035f6f;
}
a.btn-telephone i {
    font-size: 29px;
    color: #035f6f;
    transition: 0.8s all;
}
a.btn-mail {
    top: 470px;
    right: 15px;
    transition: 0.8s all;
    padding: 15px 17px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #035f6f;
}
a.btn-mail i {
    font-size: 30px;
    color: #035f6f;
    transition: 0.8s all;
}
.float-button-wrapper {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
}

.pulse {
    box-shadow: 0 0 0 rgb(92 168 44 / 75%);
    animation: pulse 2s infinite;
}

img.float-button {
    width: 60px;
}


@keyframes pulse {
  0% {
    -moz-box-shadow:0 0 0 rgb(92 168 44 / 92%);
    box-shadow: 0 0 0 rgb(92 168 44);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(92,168,44, 0);
      box-shadow: 0 0 0 30px rgba(92,168,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(92,168,44);
      box-shadow: 0 0 0 0 rgba(92,168,44);
  }
}

.rounded-circle {
    border-radius: 50%!important;
        bottom: 22px;
    right: 20px;
    transition: 0.6s all;
    padding: 8px 10px 9px;
    background-color: #03C100;
}
a.btn-whatsapp i {
    color: #fff;
    font-size: 39px;
}

/* Main */
main h2 {
    font-size:22px
}
main.main-content p strong {
    font-weight:normal
}
/* Ajustes Mobile */
@media screen and (max-width: 1024px) {
    header .agende-agora-header {
        right: -56px;
    }
    .menu-footer-mobile {
        display: none;
    }
    .menu {
        margin: 27px 0;
        right: -150px;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 69px;
    }
    .menu-footer-mobile {
        display: none;
    }
    header .logo img {
        width: 20%;
        margin: 0;
    }
    header .agende-agora-header {
        right: -83%;
        top: -85px;
        height: 84px;
        width: 26%;
    }
    .menu {
        width: 128%;
        position: relative;
        margin: 12px 0;
        right: 272px;
    }
    .menu > .menu-list > li > a {
        padding: 10px 7px;
    }
}
@media screen and (max-width: 40em) {
    .menu-footer-mobile {
        display: none;
    }
    header {
        height: 50px;
    }
    .topo-contato {
        display: none;
    }
.container.header-container-main {
    display: none;
}
    .menu-footer-mobile {
        display: none;
    }
    footer {
        margin-bottom: 0;
    }
    footer h5 {
        margin: 40px 0 20px 0;
    }
    footer p {
        font-size: 15px;
    }
    footer ul.do-institucional-footer li {
        padding: 5px 0px;
    }
    footer .footer-copyright {
        text-align: center;
    }
    footer .text-right a img {
        margin: 5px auto 0;
    }
    .slick-prev, .slick-next {
        display: none;
    }
}