@font-face {
  font-family:'Squarix';
  src: url('assets/fonts/Squarix-Regular.ttf')
}
body {
    font-family: "Noto Sans", sans-serif;
}
p {
    font-family: "Noto Sans", sans-serif;
}
a:hover, a:focus {
    text-decoration: none;
}
main.main-content {
    margin-top: 0;
}
#breadcrumb, #breadcrumb a {
    color: #fff;
}
.menu-mobile {
    display: none;
}
/*INICIO HEADER*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    margin: 9px auto;
    height: 68px;
}
header .logo {
    float:left;
    margin:0 0
}
header .logo a {
    display:block;
    text-decoration:none
}
header .logo img {
    width: 100%;
    margin: 0 0;
}
header a.para-frase {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif;
    text-align: center;
    margin: 31px 0;
    letter-spacing: 1px;
    line-height: 55px;
}
header img.img-iso-9001 {
    width: 34%;
    margin: 0 auto;
}
/* FIM HEADER */

/* INICIO MENU */
.menu {
    float:right;
    margin: 4px 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;
    padding: 10px 5px;
    margin: 0;
    font-weight: 300;
    transition: all 0.5s;
    font-size: 18px;
    letter-spacing: 0.8px;
}
.menu > .menu-list > li > a.btn-header {
    background-color: #51b624;
    border-radius: 5px;
}
.menu > .menu-list > li > a.btn-header i {
    font-size: 20px;
}
.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:220px;
    z-index:100;
    display:none;
    padding:0;
}
.sub-menu-1 {
    position: absolute;
    min-width: 235px;
    z-index: 100;
    display: none;
    padding: 0 0;
}
.menu > .menu-list > li:hover > .sub-menu {
    display:block;
}
li:hover > .sub-menu-1 {
    font-size: 15px;
    letter-spacing: 0px;
    display: block;
    top: 0;
    left: -298px;
    width: 100%;
    min-width: 302px;
}
li:hover > .sub-menu-002 {
    top: 40px;
}
.menu > .menu-list > li > .sub-menu > li > a {
    font-size: 15px;
    letter-spacing: 1px;
    padding:10px 20px;
    margin-top: 0;
    background-color: #032f22cd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.sub-menu-1 > li {
    display: inline-block;
    position: relative;
}
.sub-menu-1 > li > a {
    padding: 10px 20px;
    min-width: 298px;
    background: #fff;
    margin-top: 0;
    position: relative;
    background-color: #032f22cd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.menu > .menu-list > li > .sub-menu > li:hover > a {
    padding:10px 20px;
    background-color: #c0f85e;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
    width: 100%;
    overflow: unset;
}
.sub-menu-1 > li:hover > a {
    background-color: #c0f85e;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
    width: max-content;
    overflow: unset;
}

/* Menu Mobile */
.slicknav_btn {
    background-color:#000
}
.slicknav_menu {
    background-color:#292929
}
.slicknav_brand a {
    color:#fff;
    font-size:14px;
    display:block;
    padding:0px 5px;
    font-weight:bold
}
/* Rodapé */
footer {
    padding: 30px 0 0 0;
    background-color:#002B1E;
    color:#fff;
    margin-top:0;
    float: left;
    width: 100%;
}
footer a {
    color: #fff;
}
footer i.fas.fa-certificate {
    color: #c0f85e;
    font-size: 16px;
}
footer h5 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 8px 0 25px;
    color: #c0f85e;
    letter-spacing: 0px;
    font-family:'Squarix';
    font-weight: 600;
}
footer h6 {
    font-size: 19px;
    margin:0;
    font-weight: 400;
}
footer p.tituli-dos-emails {
    border-left: 1px solid #fff;
    padding-left: 8px;
}
footer a.dos-emails-footer, footer a.dos-telefone-footer {
    font-weight: 200;
    letter-spacing: 0.8px;
    font-size: 14px;
    padding-left: 10px;
    line-height: 21px;
    transition: all 0.5s;
}
footer a.dos-emails-footer:hover, footer a.dos-telefone-footer:hover {
    color: #c0f85e;
    transition: all 0.5s;
}
footer a.dos-telefone-footer {
    padding-left: 0px;
}
footer ul.das-redes-sociais {
    padding: 0;
    margin: 0;
}
footer ul.das-redes-sociais li {
    display: inline;
    margin: 0 7px 0 0px;
    transition: all 0.5s;
}
footer ul.das-redes-sociais i {
    background: #fff;
    padding: 9px 12px;
    border-radius: 3px;
    color: #002B1E;
}
footer ul.do-institucional-footer {
    padding: 0;
}
footer ul.do-institucional-footer li {
    list-style: none;
}
footer ul.do-institucional-footer li a {
    font-weight: 200;
    line-height: 30px;
    padding-left: 2px;
    font-size: 15px;
    transition: all 0.5s;
}
footer ul.do-institucional-footer li a:hover {
    color: #c0f85e;
    transition: all 0.5s;
}
/* DESENVOLVIDO POR Loba&Seven */
footer .footer-copyright {
    padding-bottom: 3px;
    margin-top: 48px;
    padding-top: 5px;
    background: #002B1E;
    border-top: 1px solid #003d2a;
}
footer .col-md-5.text-center {
        text-align: left;
}
footer .footer-copyright a {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.8px;
}
footer .footer-copyright a img {
    display: inline;
}
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;
}
footer .footer-copyright p {
    border-top:none;
    color: #fff;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
footer .footer-copyright p.desenvolvido {
    margin: 5px 20px;
    padding-bottom: 0;
}

footer .col-md-10 a img {
    position: relative;
    top: -5px;
    width: 12%;
}
footer .col-md-10 img.img-2 {
    position: relative;
    left: -170px;
    top: -30px;
    margin-bottom: -20px;
}
/* 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: 440px;
    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: 508sspx;
    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: 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: 50px;
        margin: 0px auto;
    }
    .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) {
    main.main-content {
        margin-top: 54px;
    }
    .slicknav_menu {
        background-color: rgb(0, 43, 30);
        margin-top: -3px;
    }
    .menu-footer-mobile {
        display: none;
    }
    header {
        height: 50px;
        margin: 0px auto;
    }
    .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: 0 auto;
        display: block;
        margin-top: 5px;
    }
    .slick-prev, .slick-next {
        display: none;
    }
    footer ul.do-institucional-footer li a {
            font-size: 14px;
            line-height: 18px;
    }
    footer .col-md-10 a img {
        position: relative;
        top: -5px;
        width: 30%;
    }
    footer .col-md-10 img.img-2 {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 0px;
    }
}