body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
a:hover, a:focus {
    text-decoration: none;
}
/* FIM HEADER */
.topo-contato {
    background: #333;
    padding: 5px 0;
    text-align: right;
}
.topo-contato .col-md-10 {
    text-align: left;
}
.topo-contato .col-md-2 {
    text-align: right;
}
.topo-contato ul.redes-sociais {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topo-contato ul.redes-sociais li {
    display: inline;
    margin: 0 11px;
    transition: all 0.5s;
}
.topo-contato ul.redes-sociais li i {
   color: #fff
}
.topo-contato p {
    text-align: left;
    display: inline;
    font-size: 13px;
    padding: 0 25px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
}
.topo-contato p a {
    display: inline;
    text-align: right;
    color: #fff;
    border-radius: 30px;

    transition: all 0.5s;
}
/*INICIO HEADER*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff00;
    z-index: 1000;
    margin: 0 auto 0 0;
    height: auto;
}
header .logo {
    float:left;
    margin: 6px 0;
    width: 60%;
}
header .logo a {
    display:block;
    text-decoration:none
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float:right;
    margin: 40px 0
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color:#fff;
    text-decoration:none;
    display:block;
    cursor:pointer
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid #00000000;
    padding-left: 15px;
    margin-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.menu > .menu-list > li > a:hover {
    border-bottom: 3px solid #333;
    transition: all 0.5s;
}
.menu > .menu-list > li > .sub-menu {
    position:absolute;
    left:10px;
    min-width:235px;
    z-index:100;
    display:none;
    padding:0;
}
.menu > .menu-list > li > .sub-menu > li {
    border-bottom: 1px solid #eee;
}
.menu > .menu-list > li:hover > .sub-menu {
    display: block;
    padding-top: 18px;
}
.menu > .menu-list > li > .sub-menu > li > a {
    padding: 10px;
    background: #fff;
    margin-top: 0;
    border-radius: 0;
    color: #6e6e6e;
    transition: all 0.5s;
}
.menu > .menu-list > li > .sub-menu > li:hover > a {
    background: #e7e7e7;
    padding-left: 25px;
    transition: all 0.5s;
}
/* DO BLOCO 1 */
.bloco-1 {
    width: 100%;
    float: left;
    background: #000;
    padding: 50px 0;
    text-align: center;
}
.bloco-1 i {
    color: #fff;
    font-size: 35px;
    transition: all 0.5s;
}
.bloco-1 .do-instagram i.fab.fa-instagram {
    font-size: 42px;
    position: relative;
    top: -2px;
    transition: all 0.5s;
}
.bloco-1 a {
    color: #FFC107;
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.5s;
}
.bloco-1 p {
    color: #FFC107;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.5s;
}
.bloco-1 .do-instagram p {
    margin-top: 15px;
}
.bloco-1 a:hover, .bloco-1 a:hover p {
    color: #fff;
    transition: all 0.5s;
}
.bloco-1 a:hover i {
    color: #FFC107;
    transition: all 0.5s;
}
/* Menu Mobile */
.slicknav_btn {
    background-color:#000
}
.slicknav_menu {
    background-color:#292929
}
.slicknav_brand a {
    color:#fff;
    font-size:14px;
    display:none;
    padding:0px 5px;
    font-weight:bold
}
/* Rodapé */
footer {
    padding: 30px 0 0 0;
    background-color:#0f0f0f;
    color:#fff;
    margin-top:0;
    float: left;
    width: 100%;
}
footer h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 2px solid #c69015;
    line-height: 25px;
}
footer a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
}
footer a:hover {
    text-decoration: none;
}
footer ul {
    list-style-type:none;
    padding:0px
}
footer p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    margin: 15px 0;
    line-height: 20px;
    font-weight: 400;
}
footer .logo-do-footer img {
    max-width: 55%;
    height: auto;
    margin: 0;
}
footer .logo-do-footer p {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 12px 0;
    line-height: 22px;
    font-weight: 400;
}
ul.do-institucional-footer li {
    margin: 7px 0;
}
ul.das-redes-sociais {
    padding: 0px;
    margin-top: 0;
}
ul.das-redes-sociais li {
    display: inline;
    margin: 0 25px 0 0;
    font-size: 30px;
    transition: all 0.5s;
}
ul.das-redes-sociais li i {
    color: #999;
    transition: all 0.5s;
    padding: 0;
}
ul.das-redes-sociais li:hover i {
   color: #fff;
   transition: all 0.5s;
}
/* DESENVOLVIDO POR Loba&Seven */
footer .footer-copyright {
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 20px;
    background: linear-gradient(to right, rgb(198, 150, 30), rgb(192, 72, 72));
}
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: 0 0 0 auto;
    text-align: right;
}
footer .footer-copyright p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #33333300;
}
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: 360px;
    right: 15px;
    transition: 0.8s all;
    padding: 18px 16px 13px 17px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #0059c3;
}
a.btn-telephone i {
    font-size: 29px;
    color: #0059c3;
    transition: 0.8s all;
}
a.btn-mail {
    top: 440px;
    right: 13px;
    transition: 0.8s all;
    padding: 15px 17px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0059c3;
}
a.btn-mail i {
    font-size: 30px;
    color: #0059c3;
    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: 8px;
    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: 0;
    }
    .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;
    }
}