﻿.header-sitecore {
    z-index: 12;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.header-sitecoreNovo .container {
    width: 100%;
    max-width: 1414px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}

.steps-header__head {
    background-color: #e4002b
}

.steps-header__head-wrapper {
    padding: 13px 0 14px
}

.steps-header__logo {
    display: flex
}

.steps-header__logo-link {
    display: block;
    height: 25px;
    transition: all .3s
}

    .steps-header__logo-link:focus, .steps-header__logo-link:hover {
        opacity: .8
    }

.steps-header__logo-img {
    display: block;
    width: auto;
    max-height: 100%
}

.header-sitecore__inner {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .header-sitecore__inner {
        align-items: center;
    }
}

.header-sitecore__left {
    display: flex;
    align-items: center;
    padding-top: 5px;
    gap: 38px;
}

    .header-sitecore__left img {
        max-height: 40px;
    }

    .header-sitecore__left .contacto {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sitecore__left .atendimento-nome {
        font-size: 14px;
        margin-right: 0;
        line-height: 1;
        top: 2px;
    }

    .header-sitecore__left .contacto .lnk_contacto {
        font-size: 14px;
        color: #191919;
        line-height: 1.3;
    }

        .header-sitecore__left .contacto .lnk_contacto:last-child:before {
            position: absolute;
            top: 0;
            left: -5px;
            height: 100%;
            width: 1px;
            content: "";
            background: #191919;
        }

    .header-sitecore__left .contacto-popup-hover {
        position: absolute;
        right: -25px;
        top: 3px;
        bottom: 0;
        margin: auto;
        height: 20px;
        display: flex;
        align-items: center;
    }

    .header-sitecore__left .popup-contactos {
        opacity: 0;
        pointer-events: none;
        background: #fff;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        box-shadow: 0 0 20px rgba(0,0,0,.1);
        transition: all 300ms ease-in-out;
    }

    .header-sitecore__left .contacto-popup-hover:hover .popup-contactos {
        opacity: 1;
        pointer-events: all;
    }

    .header-sitecore__left .popup-contactos span {
        display: block;
        white-space: nowrap;
    }

    .header-sitecore__left .popup-contactos__head {
        padding: 12px 11px 9px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #CCC;
    }

        .header-sitecore__left .popup-contactos__head .horarios {
            font-size: 13px;
            padding-top: 6px;
        }

    .header-sitecore__left .popup-contactos__numeros {
        padding: 12px 11px 17px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .header-sitecore__left .popup-contactos__numeros span {
            color: #191919;
        }

        .header-sitecore__left .popup-contactos__numeros .telefone {
            font-size: 18px;
        }

        .header-sitecore__left .popup-contactos__numeros > div {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

    .header-sitecore__left .info {
        background: #910048;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
        right: 0;
        cursor: pointer;
    }

.header-site__left .info:hover + .popup-contactos {
    opacity: 1;
    pointer-events: all;
}

.botao {
    display: inline-block;
    padding: 13px 30px;
    outline: none;
    border: none;
    text-align: center;
    font-family: JornadaSansMedium;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    color: #191919;
    background-color: #ffdb62;
    transition: all .3s;
}

.botao_dark {
    color: #fff;
    background-color: #910048;
}

.header-sitecore__right {
    display: flex;
    flex-direction: column;
}

    .header-sitecore__right .botao {
        display: flex;
        justify-content: center;
        height: 100%;
        width: 180px;
        transition: none;
        font-size: 16px;
        padding: 13px 25px;
        box-sizing: border-box;
        transition: all .3s;
        cursor: pointer;
    }

        .header-sitecore__right .botao:hover {
            background-color: #f6c927;
        }

    .header-sitecore__right .botao_dark:hover {
        background-color: #6d0034;
    }

/* FOOTERS */
.footer-sitecore {
    width: 100%;
    max-width: 1414px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 auto;
    z-index: -1;
}

.footer-sitecore__head img {
    margin-bottom: 17px;
    height: 66px;
}

.footer-sitecore__head .footer-details {
    width: 200px;
    font-family: JornadaSansBook;
    font-size: 11px;
    display: block;
}

.footer-sitecore__head {
    padding-bottom: 40px;
}

.footer-sitecore__main {
}

    .footer-sitecore__main .main-section {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    .footer-sitecore__main .contactos .lista-redes {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 20px 0 10px;
    }

        .footer-sitecore__main .contactos .lista-redes a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .footer-sitecore__main .contactos .lista-redes a img {
                height: 16px;
            }

    .footer-sitecore__main .contactos .linha {
        display: flex;
        flex-direction: column;
        margin-bottom: 13px;
    }

    .footer-sitecore__main .certificates {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 50%;
        gap: 10px;
    }

        .footer-sitecore__main .certificates img {
            max-height: 90px;
        }

        .footer-sitecore__main .certificates a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .footer-sitecore__main .certificates .certificate {
            transition: all 300ms ease-in-out;
        }

            .footer-sitecore__main .certificates .certificate:hover {
                opacity: 0.8;
            }

.atendimento-nome {
    font-size: 14px;
    margin-right: 0;
}

.footer-sitecore__main .open-lines {
    display: flex;
    gap: 54px;
}

    .footer-sitecore__main .open-lines a {
        color: #191919;
        font-size: 16px;
        line-height: 26px;
        font-family: "JornadaSansBook";
    }

    .footer-sitecore__main .open-lines > div {
        display: flex;
        flex-direction: column;
    }

.footer-sitecore__main .main-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 5px;
}

    .footer-sitecore__main .main-legal a {
        font-family: JornadaSansBook;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        color: #191919;
        padding-bottom: 20px;
        display: block;
    }

        .footer-sitecore__main .main-legal a:hover {
            color: #e4002b;
        }

.small-text {
    color: #191919;
    font-size: 11px;
    font-family: "JornadaSansBook";
}

.grey {
    color: #8F8F8F;
}

@media (max-width: 1023px) {
    .footer-sitecore {
        padding: 40px 0 10px;
    }

    .footer-sitecore__main .main-legal > div {
        flex-basis: 50%;
    }

    .footer-sitecore__main .main-legal a {
        padding-bottom: 15px;
    }

    .footer-sitecore__main .main-section {
        flex-direction: column;
    }

    .footer-sitecore__main .contactos {
        padding-bottom: 38px;
    }

    .footer-sitecore__main .certificates {
        width: 100%;
        justify-content: flex-start;
        padding-top:
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header-sitecore__left .contacto,
    .header-sitecore__left .info {
        display: none;
    }

    .header-sitecore__right .botao {
        height: auto;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        line-height: 24px;
    }

    .header-sitecore__right {
        position: absolute;
        display: flex;
        flex-direction: row;
        top: 49px;
        right: 0;
    }

    #conteudo .container {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .footer-sitecore__main .main-legal > div {
        flex-basis: 100%;
    }
}

.header-sitecore2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.header-sitecore2__top {
    padding: 14px 0;
    background-color: #e4002b;
}

    .header-sitecore2__top img {
        height: 46px;
    }

    .header-sitecore2__top .contacto {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .header-sitecore2__top .atendimento-nome,
        .header-sitecore2__top .atendimento-nome b,
        .header-sitecore2__top .contacto a {
            color: #fff;
        }

            .header-sitecore2__top .atendimento-nome,
            .header-sitecore2__top .atendimento-nome b {
                font-size: 18px;
            }

        .header-sitecore2__top .contacto .lnk_contacto:last-child:before {
            position: absolute;
            top: 0;
            left: -5px;
            height: 100%;
            width: 1px;
            content: "";
            background: #fff;
        }

    .header-sitecore2__top .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-sitecore2__top .container > div {
            margin-right: 25px;
        }

    .header-sitecore2__top .contacto-popup-hover {
        position: absolute;
        right: -25px;
        top: 3px;
        bottom: 0;
        margin: auto;
        height: 20px;
        display: flex;
        align-items: center;
    }

    .header-sitecore2__top .popup-contactos {
        opacity: 0;
        pointer-events: none;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 0 20px rgba(0,0,0,.1);
        transition: all 300ms ease-in-out;
        z-index: 2;
    }

    .header-sitecore2__top .contacto-popup-hover:hover .popup-contactos {
        opacity: 1;
        pointer-events: all;
        z-index: 2;
    }

    .header-sitecore2__top .popup-contactos span {
        display: block;
        white-space: nowrap;
        color: #191919;
    }

    .header-sitecore2__top .popup-contactos__head {
        padding: 12px 11px 9px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #CCC;
    }

        .header-sitecore2__top .popup-contactos__head .atendimento-nome {
            color: #12615c;
        }

            .header-sitecore2__top .popup-contactos__head .atendimento-nome b {
                color: #e4002b;
            }

        .header-sitecore2__top .popup-contactos__head .horarios {
            font-size: 13px;
            padding-top: 6px;
        }

    .header-sitecore2__top .popup-contactos__numeros {
        padding: 12px 11px 17px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .header-sitecore2__top .popup-contactos__numeros span {
            color: #191919;
        }

        .header-sitecore2__top .popup-contactos__numeros .telefone {
            font-size: 18px;
        }

        .header-sitecore2__top .popup-contactos__numeros > div {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

    .header-sitecore2__top .info {
        background: #910048;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 12px;
        right: 0;
        cursor: pointer;
    }

        .header-sitecore2__top .info:hover + .popup-contactos {
            opacity: 1;
            pointer-events: all;
        }

.header-sitecore2__bottom {
    background-color: #fff;
    padding: 14px 0;
}

    .header-sitecore2__bottom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-sitecore2__bottom ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        margin: 0 auto;
    }

        .header-sitecore2__bottom ul li span {
            cursor: pointer;
        }

.footer-sitecore2 {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    background: #F4F4F4;
}

    .footer-sitecore2 img {
        max-height: 66px;
    }

    .footer-sitecore2 .contacto {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footer-sitecore2 .atendimento-nome {
        font-size: 14px;
        margin-right: 0;
        line-height: 1;
        top: 2px;
        color: #12615c;
    }

        .footer-sitecore2 .atendimento-nome b {
            color: #e4002b;
        }

    .footer-sitecore2 .contacto .lnk_contacto {
        font-size: 14px;
        color: #191919;
        line-height: 1.3;
    }

        .footer-sitecore2 .contacto .lnk_contacto:last-child:before {
            position: absolute;
            top: 0;
            left: -5px;
            height: 100%;
            width: 1px;
            content: "";
            background: #191919;
        }

    .footer-sitecore2 .info {
        background: #e0e0e0;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #E4002B;
        font-size: 12px;
        right: 0;
        cursor: pointer;
    }

        .footer-sitecore2 .info:hover + .popup-contactos {
            opacity: 1;
            pointer-events: all;
        }

    .footer-sitecore2 .contacto-popup-hover {
        position: absolute;
        right: -25px;
        top: 3px;
        bottom: 0;
        margin: auto;
        height: 20px;
        display: flex;
        align-items: center;
    }

    .footer-sitecore2 .popup-contactos {
        opacity: 0;
        pointer-events: none;
        background: #fff;
        position: absolute;
        bottom: 100%;
        transform: translateX(-50%);
        box-shadow: 0 0 20px rgba(0,0,0,.1);
        transition: all 300ms ease-in-out;
        z-index: 1;
    }

    .footer-sitecore2 .contacto-popup-hover:hover .popup-contactos {
        opacity: 1;
        pointer-events: all;
    }

    .footer-sitecore2 .popup-contactos span {
        display: block;
        white-space: nowrap;
    }

    .footer-sitecore2 .popup-contactos__head {
        padding: 12px 11px 9px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #CCC;
    }

        .footer-sitecore2 .popup-contactos__head .horarios {
            font-size: 13px;
            padding-top: 6px;
        }

    .footer-sitecore2 .popup-contactos__numeros {
        padding: 12px 11px 17px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .footer-sitecore2 .popup-contactos__numeros span {
            color: #191919;
        }

        .footer-sitecore2 .popup-contactos__numeros .telefone {
            font-size: 18px;
        }

        .footer-sitecore2 .popup-contactos__numeros > div {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

    .footer-sitecore2 .copyright {
        line-height: 14.5px;
        color: #333;
        max-width: 240px;
        text-align: center;
    }

@media (max-width: 568px) {
    .header-sitecore2__top .container > div {
        margin-right: 25px;
    }
}

@media (max-width: 949px) {
    .header-sitecore2__bottom {
        display: none;
    }
}

.header-fixed__body-main-overlay {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    transition: left .5s;
    border-bottom: 10px solid #910048;
    overflow: auto;
}

    .header-fixed__body-main-overlay.mobile-menu-is-open {
        left: 0;
    }

.header-fixed__body-main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #fff;
}

.header-fixed__body-main-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 80px 20px 30px;
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.header-fixed__body-main-footer {
    margin-top: 0;
}

.header-fixed__body-main-popups-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
}

.header-fixed__body-main-popups-item {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-fixed__body-main-popups-item {
    border-bottom: 1px solid hsl(0deg 0% 51%/25%);
}

.popup__trigger {
    font-family: 'JornadaSansBook';
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #191919;
    transition: all .3s;
}

.header-fixed__body-main-popups-item .popup__trigger {
    display: block;
    position: relative;
    font-size: 16px;
}

    .header-fixed__body-main-popups-item .popup__trigger:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        background-color: #191919;
        content: "";
        transition: all .1s;
    }

    .header-fixed__body-main-popups-item .popup__trigger:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
        width: 100%;
        height: 40px;
        content: "";
    }

.header-fixed__body-main-popups-item:last-child {
    margin-right: 0;
}

.header-fixed__body-main-footer-contactTiles {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

.header-fixed__body-main-footer-contactTiles-head-title {
    display: block;
    text-align: left;
    color: #00635b;
    font-size: 16px;
    margin-right: 10px;
}

.header-fixed__body-main-footer-contactTiles-head-title-accent {
    color: #e4002b;
}

.header-fixed__body-main-footer-contactTiles-head-schedule {
    display: block;
    text-align: left;
    color: #8b8b8b;
    font-size: 12px;
    font-weight: lighter;
    margin-right: 10px;
    margin-bottom: 5px;
}

.header-fixed__body-main-footer-contactTiles-contactsList {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.header-fixed__body-main-footer-contactTiles-contactsList-contactTile {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.header-fixed__body-main-footer-contactTiles-contactsList-contactTile-phone {
    display: block;
    text-align: left;
    color: #191919;
    font-size: 14px;
    font-family: 'JornadaSansBook';
}

.header-fixed__body-main-footer-contactTiles-contactsList-contactTile-phone-desc {
    font-size: 12px;
    text-align: left;
}

.header-fixed__close {
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 910;
    color: #191919;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .header-fixed__close:focus .icon, .header-fixed__close:hover {
        color: #e4002b;
    }

.ham-icon {
    display: none;
    width: 25px;
    height: 25px;
}

@media (max-width: 768px) {
    .ham-icon {
        display: block;
    }
}

.ham-icon span {
    width: 100%;
    height: 1px;
    background-color: #191919;
    position: absolute;
    top: 5px;
}

    .ham-icon span:nth-child(2) {
        top: 10px;
    }

    .ham-icon span:last-child {
        top: 15px;
    }

.custom_select_menu li {
    margin: 0 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    line-height: 1.5em;
    font-size: 14px;
    cursor: pointer;
    text-indent: 10px;
    font-family: JornadaSansBook;
    font-size: 16px;
    color: #191919;
    text-transform: uppercase;
}

/*#onetrust-consent-sdk #onetrust-banner-sdk,
#onetrust-consent-sdk {
	display: none !important;
}*/