.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

body {
    --bs-body-font-family: 'Lato', sans-serif;
    --bs-info-rgb: 135,207,222;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: white;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(241, 237, 234, 0.2);
    color: #433d38;
    transition: background-color ease .4s;
    z-index: 998;
}

    .interno header  {
        background-color: #f1edea;
    }

    .header-section {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

.interno header .header-section:first-child {
    background-color: #e4e0dd;
}

    header .logo {
        height: 120px;
    }
    header .lh {
        line-height: 120px;
        white-space: nowrap;
        text-align: center;
    }

    header a {
        color: inherit;
    }

    header a:hover {
        text-decoration: none;
    }

header .border-start, header .border-end {
    --bs-border-color: rgba(255,255,255,.3);
}

header.sticky {
    position: fixed;
    background: rgba(241, 237, 234, 0.6);
}
    header.sticky .logo {
        height: 80px;
    }
    header.sticky .lh {
        line-height: 80px;
    }


footer {
    background-color: #5d5f64;
    color: white;
    font-weight: 300;
}
    footer .copy {
        font-weight: 300;
        font-size: .85rem;
    }

    footer .border-bottom {
        --bs-border-color: rgba(255, 255, 255, .15);
    }

    footer ul li {
        padding: 5px 0;
    }

a {
    text-decoration: none;
    color: #919779;
}

a:hover {
    text-decoration: underline;
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: rgba(255,255,255, .5);
        text-decoration: none;
    }

.banner-holder {
    max-width: 1920px;
    margin: 0 auto;
    overflow:hidden;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}


.btn-pamela {
    --bs-btn-padding-y: 15px;
    --bs-btn-padding-x: 20px;
    --bs-btn-bg: #fff;
    --bs-btn-color: #645e43;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #645e43;
    --bs-btn-hover-border-color: #645e43;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #433d38;
    --bs-btn-active-border-color: #433d38;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
    font-size: small;
}

.h-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .h-menu > li {
        display: inline-block;
        position: relative;
        font-size: 1.2rem;
        line-height: 80px;
        margin-left: 25px;
    }
        .h-menu > li:first-child {
            margin-left: 0;
        }
        .h-menu > li:hover > a {
            color: #000;
        }
        .h-menu > li .h-mega-menu {
            position: absolute;
            top: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity linear .2s;
            background-color: #fff;
            line-height: 1.2;
            box-shadow: rgba(0,0,0,.2) 0px 4px 10px;
            font-size: 1em;
        }
            .h-menu > li .h-mega-menu.full {
                left: calc(var(--bs-gutter-x)*.5);
                width: calc(100% - var(--bs-gutter-x)*1);
            }
            .h-menu > li .h-mega-menu.half {
                left: 50%;
                transform: translateX(-50%);
            }

        .h-menu > li:hover .h-mega-menu {
            opacity: 1;
            visibility: visible;
        }

.h-mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    .h-mega-menu ul li {
        white-space: nowrap;
        padding: 2px 25px;
    }
        .h-mega-menu ul li:hover {
            background-color: rgba(241, 237, 234, 0.4);
            color: #645e43;
        }


.h-mega-menu ul > li > a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.bg-menu-procedimento {
    background-image: url(../img/slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 0%;
    /*filter: grayscale(50%);*/
}

.procedimento-link span {
    display: inline-block;
    padding: 25px 30px;
    margin: 20px auto;
    color: #fff;
    transition: all linear .3s;
    box-shadow: none;
    background-color: transparent;
}
.procedimento-link:hover span {
    background-color: rgba(135,207,222,0.51);
    box-shadow: 5px 5px 20px 0px rgba(30,36,40,0.21);
}

.menu-hover {
    position: relative;
}

    .menu-hover a {
        position: absolute;
        z-index:1;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0);
        color: #fff;
        text-align: center;
        transition: all linear .4s;
    }

        .menu-hover a span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-weight: 300;
            display: inline-block;
            padding: 5px 10px;
            background-color: #645e4365;
            border-radius: 3px;
            width: calc(100% - 60px);
            transition: all ease-out .4s;
        }

    .menu-hover img {
        filter: grayscale(90%);
        transition: all ease-out .4s;
    }

    .menu-hover a:hover + img {
        filter: grayscale(0);
    }
    .menu-hover a:hover span {
        width: 100%;
        border-radius: 0;
        background-color: #645e43ba;
    }

    .menu-hover a:hover {
        
    }

.menu-cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    opacity: 0;
    transition: opacity ease-out .4s, z-index ease-out .4s;
}

    .menu-cover:after {
        content: 'X';
        position: absolute;
        top: 90px;
        left: calc((100vw - 320px) / 2);
        z-index: 997;
        color: white;
        opacity: .8;
        font-size: 3em;
        transform: translateX(-50%);
    }

.side-menu-active {
    overflow: hidden;
}

.side-menu-active .menu-cover {
    opacity: 1;
    z-index: 997;
    display: block;
}


.side-menu {
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 320px;
    height: 100vh;
    right:-320px;
    box-shadow: rgba(0,0,0,0.3) -5px 0px 10px;
    transition: right ease-in-out .5s;
    z-index: 999;
}
    .side-menu-active .side-menu {
        display: block;
        right: 0;
        
    }

.side-menu-holder {
    list-style: none;
    margin: 10px;
    padding: 0;
}
    .side-menu-holder > li {
        border-bottom: 1px solid lightgray;
    }
    .side-menu-holder > li:last-child {
        border-bottom-color: transparent;
    }
        .side-menu-holder > li > a {
        display: block;
        padding: 5px 10px;
        margin: 5px;
        
        text-decoration: none;
        color: #433d38;
    }
        .side-menu-holder > li > a i {
            rotate: 0deg;
            transition: rotate linear .3s;
        }

    .side-menu-holder .sub-menu {
        display: none;
    }

    .side-menu-holder .sub-menu > ul {
        list-style: none;
    }

        .side-menu-holder .sub-menu > ul li a {
            display: block;
            padding: 0px 0 10px;
        }

.bg-blue {
    background-image: url(../img/bg-blue-cross.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    background-size: 1500px;
    background-position: center bottom;
    overflow: hidden;
}

    .bg-blue .bg-gray {
        background-color: #fbfafa;
    }

    .bg-blue p, .bg-blue h4 {
        color: #433d38;
    }

    .bg-blue h4 {
        font-size: 1.2em;
    }

@keyframes blink {
    50% {
        opacity: .2;
    }
}

.blink {
    animation: blink 1s linear 0s infinite;
}

.header-clear {
    height: 233px;
}


.interno h1 {
    font-size: 36px;
    font-weight: 900;
}

.interno h2 {
    font-size: 26px;
    font-weight: 700;
}

.interno h3 {
    font-size: 20px;
    font-weight: 400;
}

    .interno h3 i.fa {
        color: rgb(var(--bs-info-rgb))
    }

.interno hr {
    border-width: 2px;
    opacity: 1;
    width: 65px;
}

.interno p {
    font-size: 18px;
    line-height: 1.56em;
    font-weight: 300;
}

.interno h6 {
    font-size: 12px;
}

.bg-light-blue {
    background-color: #f7fafb;
    background-image: url(../img/bg-light-blue.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    color: #433d38;
    padding: 70px 0;
}
    .bg-light-blue p {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.56em;
    }

.profile-holder {
    background-color: #56b0d2;
    padding: 25px 40px 30px 40px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #b4d8e7;
    
}

    .profile-holder a {
        font-size: 14px;
        color: #b4d8e7;
        transition: color linear .3s;

    }

    .profile-holder a:hover {
        text-decoration: none;
        color: #fff;
    }

.widget {
    background-color: rgba(197,203,207,0.1);
    border-top: 7px solid #87cfde;
    padding: 23px 40px 43px 40px;
}
    .widget h3 {
        color: #87cfde;
        font-size: 26px;
        line-height: 33px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .widget a {
        transition: color linear .3s;
        color: #42474c;
        font-size: 18px;
    }

        .widget a:hover {
            color: #87cfde;
            text-decoration: none;
        }

        .widget li {
            padding-bottom: 7px;
            margin: 5px 0;
        }

.testemunho {
    background-color: #254264;
    padding: 40px 50px 50px 50px;
    color: #fff;
}
    .testemunho h3 {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
    }

    .testemunho .citacao {
        font-size: 20px;
        font-weight: 300;
        font-style: italic;
        line-height: 30px;
        margin-bottom: 15px;
    }


@media (max-width: 767px)
{
    header {
        background-color: rgb(241 237 234 / 90%);
    }

        header.sticky {
            background: rgba(241, 237, 234, 0.95);
        }

            header .logo {
                height: 80px!important;
            }

    .procedimento-link {
        padding: 15px 5px 0;
    }

    .bg-menu-procedimento {
        background-position: 45% center;
        background-attachment: fixed;
        filter: grayscale(20%);
    }
    .header-clear {
        height: 80px;
    }

    .bg-light-blue {
        background-image: none;
    }
}

@media print {
    footer, hr {
        display: none!important;
    }
    .logo {
        max-width: 100px;
    }
}