@import url(https://fonts.googleapis.com/css?family=Montserrat:400, 600, 700);
* {
    font-family: "Montserrat", sans-serif;
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
}
a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
.custom-toggler.navbar-toggler {
    border-color: transparent !important;
    background: transparent;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.text-logo {
    color: #f28281;
}
.frase-home,
.servicos {
    background-image: url(../img/bg-white.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.tipTelefone {
    background-color: #fff;
}
.tipTelefone ul li {
    display: inline-block;
}
.tipTelefone ul li a {
    color: #000;
}
.tipTelefone ul li a span {
    color: #04b590;
    font-weight: 600;
}
.tipTelefone ul li a .fa-phone,
.tipTelefone ul li a strong {
    color: #95a5a6;
}
.what {
    position: fixed;
    bottom: 0;
    margin: 20px;
    background-color: #6aa318;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    z-index: 999;
}
.menuPrincipal {
    background-color: #05e7b8;
}
.menuPrincipal ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.menuPrincipal .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #04b590;
}
.menuPrincipal .dropdown-menu a {
    color: #fff;
}
.menuPrincipal .dropdown-menu a:hover {
    background-color: transparent;
}
.logo img {
    width: 150px;
}
.videoInstitucional {
    background-color: #00a885;
    /* background-image: url(../img/bg.jpg); */
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.todos-servicos {
    background-color: #098168;
}
.todos-servicos h6 {
    color: #000;
}
.galeria {
    background-color: #00a885;
    /* background-image: url(../img/bg.jpg); */
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.galeriaDeFotos h5 {
    color: #04b590;
}
.box h5 {
    color: #00a885;
}
.box p {
    color: #000 !important;
}
.box .btn-mais {
    background-color: #00a885;
    color: #fff;
}
.contato .form-control {
    background-color: #ecf0f1;
    border: 0;
}
.contato .btn-mais {
    background-color: #00a885;
    color: #fff;
}
footer {
    background-color: #00a885;
}

footer a {
    color: #FFF;
}
footer a:hover {
    color: #FFF;
    opacity: 0.6;
}

/*# sourceMappingURL=custom.css.map */
