<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faca-agendamento-btn a {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.125rem;
    line-height: 21px;
    color: #41434B;
    display: flex;
    align-items: center;
    transition: all ease 0.3s;
    margin: 10px 0;
    padding: 20px 40px;
    text-decoration: none;
}

.faca-agendamento-btn a:hover {
    color: #41434B;
    background: #EDEFF8;
}

.faca-agendamento-btn a img {
    width: 40px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .faca-agendamento-btn a {
        padding: 20px 10px;
        font-size: 0.875rem !important;
    }
}



/* FILTER REGIONAIS */
.filter-regional-show {
    visibility: visible;
}
.filter-regional-hide {
    visibility: hidden;
}

/* CSP CARROSSEIS STYLE3 */

/* REMOVE A BORDA QUANDO O BOTÃƒO Ã‰ CLICADO */
.vacina-video-carrossel button:focus {
    outline: none !important;
}

.vacina-video-carrossel a {
    text-decoration: none;
	cursor: pointer;
}

.vacina-video-carrossel .modal-dialog {
    max-width: 800px;
}

/*CENTRALIZA O MODAL DE VIDEOS*/
.vacina-video-carrossel .modal.show {
    background: #343434 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    padding-top: 60px;
}

.vacina-video-carrossel .modal-body {
    position: relative;
    padding: 0px;
	width: 800px;
	max-width: 100%;
	z-index: 999999999999;
}

/*BOTAO CLOSE DO MODAL DE VIDEOS VACINA*/
.vacina-video-carrossel .close {
   position: absolute;
    right: -70px;
    top: -100px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}

/*SVG DO YOUTUBE E INSTAGRAM MODAL VIDEOS VACINA*/
.vacina-video-carrossel .youtube-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 19px;
    position: absolute;
    top: -90px;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
}

.vacina-video-carrossel .youtube-link:hover {
    opacity: 0.5;
}

.vacina-video-carrossel .youtube-link svg {
    margin-right: 15px;
}

/*SETAS DO VIDEO DE MODAL DE VACINAS*/
.vacina-video-carrossel .seta-direita {
    position: absolute;
    top: 0;
    right: -136px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: default;
}

.vacina-video-carrossel .seta-esquerda {
    position: absolute;
    top: 0;
    left: -136px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: default;
}

.vacina-video-carrossel .seta-direita svg,
.vacina-video-carrossel .seta-esquerda svg {
    cursor: pointer;
    transition: all ease 0.3s;
}

.vacina-video-carrossel .seta-direita svg:hover,
.vacina-video-carrossel .seta-esquerda svg:hover {
    opacity: 0.5;
}

/* RESPONSIVIDADE MODAL VACINAS */
@media only screen and (max-width: 1100px) {
    .vacina-video-carrossel .seta-direita {
        right: -60px;
    }

    .vacina-video-carrossel .seta-direita svg {
        width: 50px;
    }

    .vacina-video-carrossel .seta-esquerda {
        left: -60px;
    }

    .vacina-video-carrossel .seta-esquerda svg {
        width: 50px;
    }

    .vacina-video-carrossel .youtube-link {
        justify-content: center;
        /*top: -52px;*/
    }

    .vacina-video-carrossel .close svg {
        width: 25px;
    }
    
    /*
    .vacina-video-carrossel .close {
        right: 0;
        top: -40px;
    }*/
}

@media only screen and (max-width: 930px) {
    .vacina-video-carrossel .modal .modal-dialog {
        padding: 0 150px;
    }
}


@media only screen and (max-height: 730px) {
    .vacina-video-carrossel .youtube-link {
        justify-content: center;
        top: -70px !important;
    }

    .vacina-video-carrossel .close svg {
        width: 25px;
    }
    
    .vacina-video-carrossel .close {
        /*right: 0;*/
         top: -82px !important;
    }
}

@media only screen and (max-width: 640px) {
    .vacina-video-carrossel .modal .modal-dialog {
        padding: 0 265px;
    }
.vacina-video-carrossel .youtube-link {
        justify-content: flex-start!important;
        top: -72px;
    }

    .vacina-video-carrossel .close svg {
        width: 20px;
    }

    .vacina-video-carrossel .close {
        right: -20px;
        top: -80px;
    }
	
    .vacina-video-carrossel .seta-direita {
        right: 0;
        align-items: flex-end;
        top: 40px;
    }

    .vacina-video-carrossel .seta-esquerda {
        left: 0;
        align-items: flex-end;
        top: 40px;
    }
}


/* SETA ESQUERDA CARROSSEL */
.vacina-video-carrossel .owl-prev {
    float: left;
    margin-left: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FFFFFF !important;
    transition: all ease 0.5s;
}

/* SETA DIREITA CARROSSEL */
.vacina-video-carrossel .owl-next {
    float: right !important;
    margin-right: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FFFFFF !important;
    transition: all ease 0.5s;
}

/* HOVER SETA ESQUERDA CARROSSEL */
.vacina-video-carrossel .owl-prev:hover {
    background: transparent !important;
    opacity: 50%;
}

/* HOVER SETA DIREITA CARROSSEL */
.vacina-video-carrossel .owl-next:hover {
    background: transparent !important;
    opacity: 50%;
}

/* REMOVE BORDAR DO BOTÃƒO DAS SETAS */
.vacina-video-carrossel .owl-nav button,
.vacina-video-carrossel select {
    position: absolute;
    right: 30px;
    bottom: -30px;
    text-transform: none;
    border: none !important;
    outline: none !important;
}

.vacina-video-carrossel .owl-theme .owl-dots {
    text-align: left !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.vacina-video-carrossel .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    display: block;
    transition: all ease 0.5s;
    border-radius: 30px;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.vacina-video-carrossel .owl-theme .owl-dots .owl-dot.active span
/*.vacina-video-carrossel .owl-theme .owl-dots .owl-dot:hover span*/ {
    margin-bottom: 2px !important;
    background: #353B46 !important;
    width: 10px !important;
    height: 10px !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.vacina-video-carrossel .owl-carousel .owl-nav button.owl-prev,
.vacina-video-carrossel .owl-carousel .owl-nav button.owl-next,
.vacina-video-carrossel .owl-carousel button.owl-dot {
    text-transform: none;
    border: none !important;
    outline: none !important;
}

.vacina-video-carrossel .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: left;
}

.vacina-video-carrossel .item .video-title .titulo p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.vacina-video-carrossel .item .video-title .share p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    margin-right: 6px;
}

.vacina-video-carrossel .item .video-title .share {
    display: flex;
    justify-content: flex-end;
}


.vacina-video-carrossel .item .video-title .share a {
    text-decoration: none;
}

.vacina-video-carrossel .item .video-title .share svg {
    margin: 0 2px;
    transition: all ease 0.3s;
}

.vacina-video-carrossel .item .video-title .share svg:hover path {
    opacity: 50%;
}

.vacina-video-carrossel .item .video-title {
    margin-top: 16px;
}

.vacina-video-carrossel .owl-item {
    transition: all ease 0.3s;
}

/* .vacina-video-carrossel .owl-item.active:nth-child(2) {
    transform: scale(0.7);
} */


@media only screen and (max-width: 767px) {
    .vacina-video-carrossel .item .video-title .titulo p {
        font-size: 0.75rem;
        padding-right: 100px;
    }

    .vacina-video-carrossel .item .video-title .share p {
        font-size: 0.875rem;
    }

    .vacina-video-carrossel .item .video-title .share {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 500px) and (min-width: 320px) {}

.vacina-video-carrossel .owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}

.vacina-video-carrossel .owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.vacina-video-carrossel .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vacina-video-carrossel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.vacina-video-carrossel .owl-dot {
    display: inline-block;
}

.vacina-video-carrossel .owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
}

.vacina-video-carrossel .owl-dot.active span {
    background-color: #000;
}

/* FIM CSP CARROSSÃ‰IS STYLE3 */


/* CSP CARROSÃ‰IS STYLE4 */
* SETA ESQUERDA CARROSSEL */
.carrossel-exames-imagem .owl-prev {
    font-family: Roboto;
    float: left;
    margin-left: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

/* SETA DIREITA CARROSSEL */
.carrossel-exames-imagem .owl-next {
    font-family: Roboto;
    float: right !important;
    margin-right: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

/* HOVER SETA ESQUERDA CARROSSEL */
.carrossel-exames-imagem .owl-prev:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* HOVER SETA DIREITA CARROSSEL */
.carrossel-exames-imagem .owl-next:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* REMOVE BORDAR DO BOTÃƒO DAS SETAS */
.carrossel-exames-imagem .owl-nav button {
    text-transform: none;
    border: none !important;
    outline: none !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-exames-imagem .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 5px;
    background: #D8D8D8;
    display: block;
    transition: all ease 0.5s;
    border-radius: 30px;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-exames-imagem .owl-theme .owl-dots .owl-dot.active span
/*.carrossel-exames-imagem .owl-theme .owl-dots .owl-dot:hover span*/ {
    margin: -12px 1px 1px 1px !important;
    background: #FF4445 !important;
    width: 10px !important;
    height: 10px !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-exames-imagem .owl-carousel .owl-nav button.owl-prev,
.carrossel-exames-imagem .owl-carousel .owl-nav button.owl-next,
.carrossel-exames-imagem .owl-carousel button.owl-dot {
    text-transform: none;
    border: none !important;
    outline: none !important;
}

/* AJUSTE SETAS DO CARROSEL MOBILE */
@media only screen and (max-width: 600px) {
    .carrossel-exames-imagem .owl-prev {
        display: none !important;
    }

    .carrossel-exames-imagem .owl-next {
        display: none !important;
    }

    .carrossel-exames-imagem .owl-theme .owl-dots {
        float: none;
    }
}

.carrossel-exames-imagem a {
    text-decoration: none;
}

.carrossel-exames-imagem .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    margin-top: 0px !important;
    z-index: 999 !important;
    right: 538px;
}

/* CARROSSEL PRINCIPAL */
.carrossel-exames-imagem {
    position: relative;
}

.carrossel-exames-imagem ul {
    padding: 0;
}

.carrossel-exames-imagem .container-carrossel-exames-imagem {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.carrossel-exames-imagem .container-carrossel-exames-imagem {
    overflow: hidden;
}

.carrossel-exames-imagem .carrossel-exames-imagem-content-vacinas {
    max-width: 500px;
    margin-right: 90px;
}

.carrossel-exames-imagem .btn {
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.875rem;
    color: #E42722;
    line-height: 24px;
    border: solid #E42722 1px;
    padding: 7px 20px;
    text-transform: uppercase;
    width: 50%;
    border-radius: 300px;
}

.carrossel-exames-imagem .btn:hover {
    background: #BB140F;
    color: #ffff
}

.carrossel-exames-imagem p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #666666;
    margin-bottom: 30px;
}

.carrossel-exames-imagem p.tag {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 28px;
    color: #2C2C2C;
    margin: 0;
}

.carrossel-exames-imagem .redline {
    border-radius: 4px;
    background: #FF4445;
    width: 45px;
    height: 2px;
    margin-bottom: 15px;
}

.carrossel-exames-imagem h1 {
    font-family: Roboto;
    font-weight: 900;
    font-size: 2.5rem;
    color: #5A5D67;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.5px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-right: 50px;
}

.carrossel-exames-imagem .carrossel-principal-content-vacinas {
    max-width: 500px;
}

.carrossel-exames-imagem .img-principal {
    background-position: center center !important;
    background-size: contain;
    width: 485px;
    height: 463px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    min-width: 400px;
}

.carrossel-exames-imagem .img-principal img {
    position: absolute;
    bottom: -10px;
    left: -120px;
    height: 397px;
    z-index: -333;
    max-width: 255px;

}

.carrossel-exames-imagem .carrossel-principal-content-vacinas .texto-secundario {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carrossel-exames-imagem .owl-carousel .owl-item img {
    width: auto !important;
}


/* AJUSTE MOBILE */
@media(max-width:767px) {

    .carrossel-exames-imagem p {
        margin: 0;
        margin-top: 25px;
    }

    .carrossel-exames-imagem p.tag {
        margin: 0;

    }

    .carrossel-exames-imagem [data-carrossel="container"] li,
    .carrossel-exames-imagem [data-carrossel="container"] [data-carrossel='item'] {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-right: 10px;
    }

    .carrossel-exames-imagem .img-principal img {
        display: none;
    }

    .carrossel-exames-imagem .redes-sociais-sabin {
        display: none
    }

    .carrossel-exames-imagem h1 {
        font-size: 1.875rem;
        line-height: 35px;
        margin: 0;
    }

    .carrossel-exames-imagem .btn {
        margin: 0;
        margin-top: 25px;
    }

    .carrossel-exames-imagem .img-principal {
        background-position: top center !important;
        min-width: 150px;
        max-width: 100%;
        max-height: 100%;
        min-height: 300px !important;
        height: 100%;
    }

    .carrossel-exames-imagem .carrossel-exames-imagem-content-vacinas {
        margin-right: 0px;
    }

    .carrossel-exames-imagem .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -50px !important;
    }

    .carrossel-exames-imagem .redline {
        margin-bottom: 23px;
    }
}

/* AJUSTE DO CARROSEL TABLET */
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .carrossel-exames-imagem h1 {
        font-size: 1.875rem;
        line-height: 35px;
        margin: 0px 0 10px 0
    }

    .carrossel-exames-imagem .img-principal {
        background-position: top center !important;
        min-width: 350px;
        max-width: 100%;
        max-height: 100%;
        min-height: 350px;
        height: 100%;
    }

    .carrossel-exames-imagem .img-principal img {
        display: none;
    }
}


@media(max-width: 767px) {

    .carrossel-exames-imagem .container-carrossel-exames-imagem .imagem-vacinas {
        display: none;
    }

    .carrossel-exames-imagem .carrossel-principal-content-vacinas {
        margin-top: 20px;
    }

    .carrossel-exames-imagem .owl-theme .owl-nav.disabled+.owl-dots {
        position: initial;
        margin-top: 30px !important;
        left: 0;
        right: auto;
    }

    .carrossel-exames-imagem h1 {
        padding: 0;
    }

    .carrossel-exames-imagem .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
    .carrossel-exames-imagem .btn {
        width: 100%;
    }

    .carrossel-exames-imagem .owl-theme .owl-nav.disabled+.owl-dots {
        right: 300px;
    }

    .carrossel-principal-content-vacinas {
        padding: 20px;
    }

    .carrossel-exames-imagem h1 {
        padding: 0;
    }
}

@media(max-width: 320px) {
    .carrossel-exames-imagem .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

    .carrossel-exames-imagem .owl-theme .owl-nav.disabled+.owl-dots {
        right: 490px;
    }
}
/* FIM CSP CARROSSÃ‰IS STYLE4 */



/* SLIDER VACINAS START*/


/* SETA ESQUERDA CARROSSEL */
.carrossel-principal-vacinas .owl-prev {
    font-family: Roboto;
    float: left;
    margin-left: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

/* SETA DIREITA CARROSSEL */
.carrossel-principal-vacinas .owl-next {
    font-family: Roboto;
    float: right !important;
    margin-right: -30px !important;
    margin-top: -260px !important;
    font-size: 5rem !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

/* HOVER SETA ESQUERDA CARROSSEL */
.carrossel-principal-vacinas .owl-prev:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* HOVER SETA DIREITA CARROSSEL */
.carrossel-principal-vacinas .owl-next:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* REMOVE BORDAR DO BOTÃƒO DAS SETAS */
.carrossel-principal-vacinas .owl-nav button {
    text-transform: none;
    border: none !important;
    outline: none !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-principal-vacinas .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 5px;
    background: #D8D8D8;
    display: block;
    transition: all ease 0.5s;
    border-radius: 30px;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-principal-vacinas .owl-theme .owl-dots .owl-dot.active span {
    margin-bottom: 2px !important;
    background: #FF4445 !important;
    width: 10px !important;
    height: 10px !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.carrossel-principal-vacinas .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    text-transform: none;
    border: none !important;
    outline: none !important;
}

/* AJUSTE SETAS DO CARROSEL MOBILE */
@media only screen and (max-width: 600px) {
    .carrossel-principal-vacinas .owl-prev {
        display: none !important;
    }

    .carrossel-principal-vacinas .owl-next {
        display: none !important;
    }

    .carrossel-principal-vacinas .owl-theme .owl-dots {
        float: none;
    }
}

.carrossel-principal-vacinas a {
    text-decoration: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    z-index: 999 !important;
}

/* CARROSSEL PRINCIPAL */
.carrossel-principal-vacinas {
    position: relative;
}

.carrossel-principal-vacinas .item{
    max-width: 1145px;
}

.carrossel-principal-vacinas ul {
    padding: 0;
}

.carrossel-principal-vacinas .container-carrossel-principal-vacinas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrossel-principal-vacinas .container-carrossel-principal-vacinas {
    overflow: hidden;
}

.carrossel-principal-vacinas .carrossel-principal-vacinas-content-vacinas {
    max-width: 500px;
    margin-right: 90px;
}

.carrossel-principal-vacinas .btn {
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.875rem;
    color: #E42722;
    line-height: 24px;
    border: solid #E42722 1px;
    border-radius: 35px;
    padding: 7px 20px;
    text-transform: uppercase;
    width: 70%;
}

.carrossel-principal-vacinas .btn:hover {
    background: #BB140F;
    color: #ffff
}

.carrossel-principal-vacinas p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #666666;
    margin-bottom: 30px;
}

.carrossel-principal-vacinas p.tag {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 28px;
    color: #2C2C2C;
    margin: 0;
}

.carrossel-principal-vacinas .redline {
    border-radius: 4px;
    background: #FF4445;
    width: 45px;
    height: 2px;
    margin-bottom: 15px;
}

.carrossel-principal-vacinas h1 {
    font-family: var(--Museo-Sans);
    font-weight: 900;
    font-size: 2.5rem;
    color: #5A5D67;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.5px;
    text-align: left;
    margin-bottom: 45px;
}

.carrossel-principal-vacinas .carrossel-principal-content-vacinas {
    max-width: 500px;
}

.carrossel-principal-vacinas .img-principal {
    background-size: contain;
    width: 485px;
    height: 463px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    min-width: 400px;
    margin-top: 40px;
}

.carrossel-principal-vacinas .img-principal img {
    position: absolute;
    bottom: -10px;
    left: -120px;
    height: 397px;
    z-index: -333;
    max-width: 255px;

}

.carrossel-principal-vacinas .carrossel-principal-content-vacinas .texto-secundario {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carrossel-principal-vacinas .fade-img::after {
    content: '';
    display: block;
    height: 140px;
    width: 100%;
    position: relative;
    top: 326px;
    /* background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(241, 243, 249, 0) 100%); */
    z-index: 10;
}

/* AJUSTE MOBILE */
@media(max-width:767px) {

    .carrossel-principal-vacinas p {
        margin: 0;
        margin-top: 25px;
    }

    .carrossel-principal-vacinas p.tag {
        margin: 0;

    }

    .carrossel-principal-vacinas [data-carrossel="container"] li,
    .carrossel-principal-vacinas [data-carrossel="container"] [data-carrossel='item'] {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .carrossel-principal-vacinas .img-principal img {
        display: none;
    }

    .redes-sociais-sabin {
        display: none
    }

    .carrossel-principal-vacinas h1 {
        font-size: 1.875rem;
        line-height: 35px;
        margin: 0;
    }

    .carrossel-principal-vacinas .btn {
        margin: 0;
        margin-top: 25px;
        width: 100%;
    }

    .carrossel-principal-vacinas .img-principal {
        background-position: top center !important;
        min-width: 150px;
        max-width: 100%;
        max-height: 100%;
        min-height: 300px !important;
        height: 100%;
    }

    .carrossel-principal-vacinas .carrossel-principal-vacinas-content-vacinas {
        margin-right: 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -50px !important;
    }

    .carrossel-principal-vacinas .redline {
        margin-bottom: 23px;
    }
    /* DIV BOTAO FLUTUANTE - ANDRE - 05/11/21 */
.botao_flutuante_componente {
position: fixed;
left: auto;
right: 00;
top: 190px;
bottom: 86.9%;
background: #FF4445;
border-radius: 4px 0px 0px 4px;
z-index: 1000;
/*display: inline-block;*/
width: 70px;
height: 95px;
display:none;
}

.btn_carrinho {
position: absolute;
left: 0%;
right: 0%;
top: 0%;
bottom: 15.97%;
padding-left: 12px;
padding-top: 12px;
}

.btn_txt {
position: absolute;
left: 23.79%;
right: 38px;
top: 55.22%;
bottom: 87.01%;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 0.9375rem;
line-height: 16px;
color: #fff;
}
/* DIV BOTAO FLUTUANTE - ANDRE - 05/11/21 */
    
}


/* AJUSTE DO CARROSEL TABLET */
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .carrossel-principal-vacinas h1 {
        font-size: 1.875rem;
        line-height: 35px;
        margin: 0px 0 10px 0
    }

    .carrossel-principal-vacinas .img-principal {
        background-position: top center !important;
        min-width: 350px;
        max-width: 100%;
        max-height: 100%;
        min-height: 350px;
        height: 100%;
    }

    .carrossel-principal-vacinas .img-principal img {
        display: none;
    }
}

@media(max-width: 1199px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 323px;
    }
}

@media(max-width: 992px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 215px;
    }
}

@media(max-width: 991px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 213px;
    }
}

@media(max-width: 767px) {
    

    .carrossel-principal-vacinas .fade-img::after {
        top: auto;
        content: "";
        position: absolute;
        width: 150vw;
        height: 112px;
        bottom: 0px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 97.67%);
        overflow: hidden;
    }

    .carrossel-principal-vacinas .container-carrossel-principal-vacinas .imagem-vacinas {
        display: none;
    }

    .carrossel-principal-vacinas .carrossel-principal-content-vacinas {
        margin-top: 0px;
        z-index: 25;
        padding: 10px;
        background: #fff;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 15px !important;
        left: 0;
        right: auto;
        display: flex;
        justify-content: center;
    }

    .carrossel-principal-vacinas .container.item {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
    .carrossel-principal-vacinas .btn {
        width: 100%;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        right: 300px;
    }
}

@media(max-width: 320px) {
    .carrossel-principal-vacinas .btn {
        width: 100%;
    }
}

@media(max-width: 280px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 122px;
    }
}

@media only screen and (max-width: 320px) and (min-width: 300px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 162px;
    }
}

@media only screen and (max-width: 300px) and (min-width: 280px) {
    .carrossel-principal-vacinas .fade-img::after {
        top: 142px;
    }
}

/* SLIDE VACINAS END */

.pagina-nao-encontrada {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagina-nao-encontrada .items {
    display: flex;
    justify-content: center;
}

.pagina-nao-encontrada .items .icone img {
    float: right;
}

.pagina-nao-encontrada .items h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 28px;
    color: #2C2C2C;
    margin: 0;
}

.pagina-nao-encontrada .items p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 22px;
    color: #666666;
    margin-top: 17px;
}
@media only screen and (max-width: 767px) {
    .pagina-nao-encontrada .items .icone {
        display: flex;
        justify-content: center;
        margin-bottom: 17px;
    }
    .pagina-nao-encontrada .items h1 {
        text-align: center;
    }
    .pagina-nao-encontrada .items p {
        text-align: center;
    }
	.pagina-nao-encontrada .items {
		padding-top: 50px;
	}
}



.selecao-regionais {
    display: none;
}
.menu-header .menu-item-description-mobile {
    text-align: left; 
    padding-top: 6%;
    padding-left: 0; 
    margin-bottom: 2%;
}

.menu-header .white-line-mobile {
    width: 100%!important; 
    margin-top:0!important;
}

.menu-footer {
    justify-content: space-between;
    display: flex;
}
.top-menu-city {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.select2-container {
	z-index: 9999;
	margin-left: 12px;
}
.admin-bar .select2-dropdown {
	margin-top:32px;
	margin-left: -12px;
	padding: 17px 5px;
}

/*breadcrumb style*/
.cor{
    
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 0.75rem;
line-height: 34px;
/* identical to box height, or 283% */


color: #FFFFFF;
    
}
.cor:hover{
    color: #ebf3fa;
    text-decoration: none;
}

/*css para o plugin redes sociais*/

.widget-title{
    color: #fff!important;
    font-size: 0.875rem!important;
    text-transform: uppercase!important;
    margin-top: 0 !important;
    margin-bottom: 8px!important;
}

@media only screen and (max-width: 767px) {
	.widget-title{
		margin-top: 35px !important;
	}
}



/*sobrescreve css do plugin imagem ico*/

.menu-image-title-after.menu-image-title{
    padding-left: 3px!important;
}
.menu-image-title-after.menu-image-not-hovered img{
    padding-right: 0px !important;
}


/*sobrescreve social ico*/
.zoom-social-icons-list--round .socicon{
color:#5a5d67!important;
}
.zoom-social_.icons-list-span .social-icon .socicon .socicon-linkedin{
    color:#5a5d67!important;
}
.social-icon.socicon-facebook:before{
    color:#5a5d67!important;
}
.zoom-social_icons-list-span .social-icon .fa .fa-facebook{
    color:#5a5d67!important;
}
.fa-facebook:before{
    color:#5a5d67!important;
}

.fa{
    color:#5a5d67!important;
}

.dashicons {
    color:#5a5d67!important;
}
.genericon {
    color:#5a5d67!important;
}
.academicons {
    color:#5a5d67!important;
}



/*hook cf7*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color:#ffb90000!important;
	color:#FF4445!important;
}
.wpcf7 form .wpcf7-response-output{
	margin:0;
	border: 0;
	text-align: center;
	margin-top: 13px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output{
	color:#57AD68;
}
/*make plugin before or add in functions*/


/*alerta-css--*/
.csp-top-spacer{
    height: 0px!important;
}
.csp .csp-close-btn {
    position: absolute !important; 
    top: 0px;
    z-index: 99999999999;
    /*z-index: 0;*/
    cursor: pointer;
    padding: 10px 0 10px 10px !important
}
.csp .csp-close-icon {
    cursor: pointer;
    margin-left: auto;
    height: 25px;
    width: 25px;
}
.csp.csp-wrap {
    padding: 20px !important;
}
/* ÃCONE DO ALERTA */
.csp-inner img {
    width: 52px;
    margin-right: 40px;
}
.csp .csp-inner p {
    display: flex !important;
    text-align: start !important;
    align-items: center !important;
}



@media (max-width: 767px){
    .csp .csp-inner p {
       /* flex-direction: column !important; */
    }
     .csp-group.csp-pos-top {
        
      
    }
    .csp .csp-close-btn{
        transform: translateY(-50%);
    }
}

.csp-group.csp-pos-top {
   /* z-index: 99999 !important;*/
    /*z-index: 0!important;*/
}

@media (min-width: 1200px){
.csp .csp-close-btn{
    margin-left: 20px;
}
}

.csp.csp-wrap {
     border: none !important; 
}
.csp .csp-inner p {
    align-items: flex-start !important;
    max-width: 880px;
}
.csp .csp-close-btn {
     margin-top: 5px
}
@media (max-width: 1200px){
    .csp.csp-wrap {
        padding: 20px 150px 20px 20px !important;
    }
	.csp .csp-close-btn {
		/*margin-left:30px;*/
    }
    
}
@media (max-width:767px){
    .csp.csp-wrap {
        padding:20px !important;
    }
    .csp .csp-close-btn {
        top: 10px;
        right: 10px !important;
		position: absolute;
		margin-left:40px;
		margin-top: 20px
		
    }
    .csp .csp-inner p {
        align-items: center !important;
    }
    /* ÃCONE ALERTA RESPONSIVO */
    .csp-inner img {
        align-self: flex-start;
        margin-right: 15px;
        margin-left: -10px;
    }
    /* ÃCONE FECHAR ALERTA RESPONSIVO */
    .csp .csp-close-icon {
        position: absolute;
        right: 7.51px;
        top: -20px;
        height: 21.67px;
        width: 21.67px;
    }
	
}
 .csp-container {
    display:flex !important
}


/*CorreÃ§Ãµes*/
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #888 transparent transparent transparent; 
     position: initial !important; 
    border: solid currentColor;
    border-width: 0 .2em .2em 0 !important;
    display: inline-block;
    padding: .20em;
}
.select2-selection[aria-expanded="false"] b {
    transform: rotate(45deg) !important  ;
}
.select2-selection[aria-expanded="true"] b {
    transform: rotate(-135deg) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-right: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #fff !important;
}
img[alt="apple-store2"]:hover, img[alt="google-play2"]:hover{
    filter: invert(53%) sepia(82%) saturate(3744%) hue-rotate(328deg) brightness(98%) contrast(113%);;
}
@media (max-width: 1200px){
.csp .csp-close-btn{
    right: -25px
}
}
@media (min-width: 1200px){
.csp .csp-close-btn{
    right: 120px
}
}

 .csp-container {
    display:flex !important;
	 position: relative;
}
   header .csp-sticky{
    position: absolute;
    margin-top: 0px !important;
    z-index: 1;
    width: 100%;
}
 @keyframes close-alert{
           0%{
    max-height: 1500px ;
display: block;

    }
    100%{
        max-height: 0;
      
display: none;
visibility: hidden;



    }

        }
        .close-alert &gt; *,.close-alert{
        animation: close-alert forwards .4s ;

        }

/* SPLIDE */
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable&gt;.splide__track&gt;.splide__list&gt;.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade&gt;.splide__track&gt;.splide__list{display:block}.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb&gt;.splide__track&gt;.splide__list{display:block}.splide--ttb&gt;.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide{border:3px solid transparent}.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active{border-color:#000}.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide:focus{outline:none}.splide--rtl&gt;.splide__arrows .splide__arrow--prev,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl&gt;.splide__arrows .splide__arrow--prev svg,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl&gt;.splide__arrows .splide__arrow--next,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl&gt;.splide__arrows .splide__arrow--next svg,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb&gt;.splide__arrows .splide__arrow,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb&gt;.splide__arrows .splide__arrow--prev,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb&gt;.splide__arrows .splide__arrow--prev svg,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb&gt;.splide__arrows .splide__arrow--next,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb&gt;.splide__arrows .splide__arrow--next svg,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb&gt;.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

/*CARROSSEL GLOBAL*/
 .splide__pagination{
    display: flex;
    justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
position: relative;
margin-top: 20px;
}
 .splide__pagination button{
    height: 5px ;
    width: 5px;
    border-radius: 50%;
    background-color: #FF4445;
    display: block;
    margin: 10px 10px 0 10px ;
    transition: .3s;
    cursor: pointer;
    opacity: 1;
    
}
.splide__pagination button.is-active{
    background: #353B46;
    height: 10px ;
    width: 10px
}

.splide__arrow{
    background-image: url('../img/arrow-left.svg');
    background-position: center;
    height:20px;
    width:10px;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: transparent;
    opacity: 1;
}
.splide__arrow--prev{
    background-image: url('../img/arrow-left.svg');
    left: 0;
    margin-left: -20px;
}
.splide__arrow--next{
    background-image: url('../img/arrow-right.svg');
    right: 0;
    margin-right: -20px
}
.splide__pagination{
	justify-content: center;
}
/*O SABIN*/
@media(max-width:767px){
	.o-sabin{
	min-height:447px
}
}


.o-sabin .carrossel-o-sabin{
	justify-content: flex-start !important
}
.o-sabin .carrossel-o-sabin li{
	flex-shrink: 1 !important
}
.o-sabin .o-sabin-header::before{
	border-radius: 4px
}
#wpadminbar{
    top: 0 !important;
}
.splide__pagination, .splide__arrow{
	z-index:0 !important
}

/*MAIS BUSCADOS*/
.sabin-mais-buscados .buscados-item{
	justify-content: space-between !important;
}
@media (max-width: 767px){
.sabin-mais-buscados .splide__pagination {
    justify-content: center !important;
	margin-bottom: 23px ;
}
}
/*NOSSA HISTÃ“RIA*/
.nossa-historia {
	min-height:320px;
}
@media(max-width:767px){
	.nossa-historia {
	min-height:392px;
}
}
/* MISSÃƒO E VALORES */
@media(min-width:767px){
	.quem-somos .splide__list{
		justify-content: space-between;
	}
	.quem-somos p{
		max-width:200px !important;
		min-width: 200px !important;
	}
	.quem-somos .conduta p{
		max-width:100% !important;
		min-width:100% !important;
	}
}
.quem-somos .conduta.card-quem-somos{
	margin:0
}
.quem-somos .conduta.card-quem-somos a{
	text-decoration:none
}
.card-quem-somos.conduta .btn:hover{
    background-color: #2C2C2C;
  
  }
.card-quem-somos.conduta .content:hover{
  background-color: #5A5D67 !important;

}
.card-quem-somos.conduta .content a{
  cursor: initial;

}
.card-quem-somos.conduta .content .btn{
  cursor: pointer;

}
/* CARROSSEL PRINCIPAL*/
@media (max-width: 767px){
.carrossel-principal .img-principal {
    background-position: center bottom !important;
    min-width: 250px !important;
	min-height:290px !important;
	max-width:100% !important;
	margin-top:0 !important;
}
	.elementor-280 .elementor-element.elementor-element-51627c4c .elementor-divider {
        width: 0px;
        height: 0px;
        color: rgba(0, 0, 0, 0);
    }
}
/*ACCORDION*/
.accordion-equipe button:hover span{
	background: #fff;
	transition:.3s;
}
.accordion-equipe button:hover span::after{
	background: #FF4445;
	transition: .3s
}
.accordion-equipe h5 button[aria-expanded="false"]:hover span::before{
	background: #FF4445;
	transition: .3s
}
.accordion-equipe h5 button[aria-expanded="false"] span::before,.accordion-equipe button span,.accordion-equipe button span::after{
	transition: .3s
}

/* PROJETOS INOVADORES*/
.projetos-inovadores .elementor-widget-container {
	height: 170px;
	border-bottom-color: red !important;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #fff;
}

.projetos-inovadores .elementor-widget-container:hover {
	background-color: #F7F8FC;
    box-shadow: 0px 10px 20px rgba(106, 106, 106, 0.3);
}

.title-page-divider:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 1px;
	width: 7%;
	border-bottom: 5px solid red;
}

@media (max-width: 767px) {
	.projetos-inovadores .elementor-widget-container img {
		width: 80% !important;
	}
	.title-page-divider:before {
		width: 15% !important;
	}
}


*:focus {
    outline: none;
}
.envie-projeto-componente a {
	cursor:pointer;
}
.envie-projeto-componente input:focus {
    color: #515356;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}
.envie-projeto-componente input:autofill,
.envie-projeto-componente input:-webkit-autofill{
    background: red !important;
    -webkit-box-shadow: 0 0 0 30px #F7F8FC inset !important;
    -webkit-text-fill-color: #515356 !important;
    border-bottom: 2px solid #57AD68 !important;
}

.envie-projeto-componente input:valid:not([type=submit]) {
    color: #515356;
    border-bottom: 2px solid #57AD68 !important;
    -webkit-box-shadow: 0 0 0 30px #F7F8FC inset !important;
}
.envie-projeto-componente input.isValue:invalid:not([type=submit]) {
    color: #515356;
    box-shadow: 0px 2px 0px red;
}

.envie-projeto-componente input:disabled:not([type=submit]) {
	-webkit-box-shadow: 0 0 0 30px #F7F8FC inset !important;
	-webkit-text-fill-color: #515356 !important;
	border-bottom: 2px solid #57AD68 !important;
}

.envie-projeto-componente .sub-titulo h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 28px;
    text-transform: uppercase;
    color: #2C2C2C;
    padding-top: 30px;
}

.envie-projeto-componente .sub-titulo {
    margin-bottom: 30px;
}

.envie-projeto-componente .sub-titulo h1 {
    font-family: var(--Museo-Sans);
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 2rem;
    color: #41434B;
    margin-bottom: 25px;
}

.envie-projeto-componente .redline {
    background: #FF4445;
    height: 2px;
    width: 45px;
    margin-bottom: 30px;
}

.envie-projeto-componente .sub-titulo p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 22px;
    text-align: justify;
    color: #666666;
    margin-bottom: 25px;
}

.envie-projeto-componente .load-bar {
    /*  background: #F7F8FC; */
    height: 5px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 5px;
    background-color: #F7F8FC;
}

.load-bar&gt;#progresso {
    background-color: #FF4445;
    width: 0%;
    height: 5px;
    border-radius: 5px;
    transition: all ease 0.5s;
}

.envie-projeto-componente .load-bar p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.625rem;
    line-height: 12px;
    text-transform: uppercase;
    color: #353B46;
}

.envie-projeto-componente .load-bar #svg-progresso-2,
.envie-projeto-componente .load-bar #svg-progresso-3 {
    opacity: 1;
    margin-top: -78px;
    transition: all ease 0.5s;
}

.envie-projeto-componente .load-bar svg {
    margin-top: -30px;
}

.envie-projeto-componente #left-svg {
    float: left;
    width: 17px;
}

.envie-projeto-componente #right-svg {
    float: right;
    width: 17px;
}

.envie-projeto-componente #center-svg {
    margin: 0 auto;
    width: 17px;
}

.envie-projeto-componente #left {
    float: left;
    width: 150px;
    margin-left: -20px;
    margin-top: -20px;
}

.envie-projeto-componente #right {
    float: right;
    width: 150px;
    margin-right: -20px;
    margin-top: -20px;
}

.envie-projeto-componente #center {
    margin: 0 auto;
    width: 150px;
    margin-top: -20px;
    /* padding-top: 20px; */
}

.envie-projeto-componente .step2,
.envie-projeto-componente .step3,
.envie-projeto-componente .btn-certo,
.envie-projeto-componente .btn-editar-dados {
    display: none;
}

.envie-projeto-componente .step1,
.envie-projeto-componente .step2,
.envie-projeto-componente .step3 {
    border: 1px solid #E6E8F6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px 0;
    margin-bottom: 15px;
}

.envie-projeto-componente .formulario-title h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 18px;
    color: #FF4445;
    margin: 0;
}

.envie-projeto-componente .formulario-title .gray-line {
    opacity: 0.2;
    border: 1px solid #666666;
    margin: 13px 0;
}

.envie-projeto-componente .form-title {
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 14px;
    text-transform: uppercase;
    color: #515356;
    margin-top: 29px;
}

.envie-projeto-componente select {
    height: 46px;
    width: 100%;
    border-radius: 35px;
    padding-left: 13px;
    margin-bottom: 20px;

    /* font-size: 0.875rem; */

    color: #9B9B9B;

    background: #F7F8FC !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1) !important;
    border: 0px !important;
    font-family: Roboto !important;
    font-size: 0.875rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    color: #9B9B9B !important;
    background-image: url('../assets/img/down-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important;
    padding-right: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

.envie-projeto-componente input {
	height: 46px;
	width: 100%;
    border-radius: 35px;
    padding-left: 13px;
    margin-bottom: 5px;
    background: #F7F8FC;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border: 0px;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #9B9B9B;
	margin-right: 10px;
}

.envie-projeto-componente .custom-file-upload {
    display: flex;
    align-items: center;
}

.envie-projeto-componente .custom-file-upload:hover {
    cursor: pointer;
}

.envie-projeto-componente input[type=file] {
    padding: 0;
    display: none;
}

.envie-projeto-componente .custom-file-upload .choose-file {
    background: #FF4445;
    border-radius: 35px;
    width: 180px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    color: #F7F8FC;
    text-align: center;
    transition: all ease 0.5s;
}

.envie-projeto-componente .custom-file-upload p {
    margin: 0 0 0 16px;
    line-height: 15px;
}

.envie-projeto-componente .custom-file-upload .choose-file svg {
    margin-right: 10px;
}

.envie-projeto-componente .custom-file-upload .choose-file:hover {
    background: #BB140F;
}

.envie-projeto-componente textarea {
    width: 100%;
    border-radius: 4px;
    padding-left: 13px;
    background: #F7F8FC;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border: 0px;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #9B9B9B;
}

.envie-projeto-componente .btn-prosseguir {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #FF4445;
    border-radius: 35px;
    border: none;
    padding: 10px 30px;
    margin-top: 20px;
    transition: all ease 0.5s;
}

.envie-projeto-componente .btn-voltar {
    background: #FFFFFF;
    opacity: 0.9;
    border: 1px solid #5A5D67;
    border-radius: 35px;
    padding: 10px 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 18px;
    text-align: center;
    color: #5A5D67;
    transition: all ease 0.5s;
    margin-right: 15px;
}

.envie-projeto-componente .btn-certo {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    background: #FF4445;
    border-radius: 4px;
    border: none;
    padding: 10px 30px;
    margin-top: 20px;
    margin-left: -15px;
    transition: all ease 0.5s;
	width: auto;
}

.envie-projeto-componente .btn-voltar:hover {
    background-color: #BB140F;
    color: #FFFFFF;
    border: 1px solid #BB140F;
}

.envie-projeto-componente .btn-prosseguir:hover {
    background: #BB140F;
}

.envie-projeto-componente .btn-certo:hover {
    background: #BB140F;
}

.envie-projeto-componente label {
    margin-right: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    color: #444444;
}

.envie-projeto-componente p {
    margin: 0;
}

.envie-projeto-componente [type="radio"] {
	width:1px;
	height:1px;
	z-index:0;
	position: absolute;
	top:4px;
}
.envie-projeto-componente [type="radio"]:checked {
	width:1px;
	height:1px;
	z-index:0;
	position: absolute;
}

.envie-projeto-componente [type="radio"]:checked,
.envie-projeto-componente [type="radio"]:not(:checked) {
}

.envie-projeto-componente .wpcf7-list-item.first [type="radio"] {
	
}

.envie-projeto-componente [type="radio"]:checked+.wpcf7-list-item-label,
.envie-projeto-componente [type="radio"]:not(:checked)+.wpcf7-list-item-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #444444;
}

.envie-projeto-componente [type="radio"]:checked+.wpcf7-list-item-label:before,
.envie-projeto-componente [type="radio"]:not(:checked)+.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #CCCCCC;
    border-radius: 100%;
    background: #fff;
}

.envie-projeto-componente [type="radio"]:checked+.wpcf7-list-item-label:after,
.envie-projeto-componente [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF4445;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.envie-projeto-componente [type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.envie-projeto-componente [type="radio"]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.envie-projeto-componente .btn-editar-dados {
    float: right;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 18px;
    color: #FF4445;
    transition: all ease 0.5s;
    margin-top: -20px;
    border: none;
    background-color: transparent;
    outline: none;
}

.envie-projeto-componente .btn-editar-dados path {
    transition: all ease 0.5s;
}

.envie-projeto-componente .btn-editar-dados span {
    text-decoration-line: underline;
}

.envie-projeto-componente .btn-editar-dados:hover {
    color: #BB140F;
}

.envie-projeto-componente .btn-editar-dados:hover path {
    fill: #BB140F;
}

.envie-projeto-componente .theTooltip {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, visibility;
  max-width: 250px;
  border-radius: 5px;
  background-color: #7a7777;
  padding: 5px;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  transform-style: preserve-3d;
  transform: translate(15%, -50%);
  top: 70%;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: hidden;
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 100;
  font-size:14px;
}
.envie-projeto-componente .theTooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -10px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #7a7777;
}

@media only screen and (max-width: 767px) {

    .envie-projeto-componente .btn-prosseguir {
        width: 50%;
        float: right;
    }

    .envie-projeto-componente .btn-primeiro {
        width: 50%;
        float: left;
    }

    .envie-projeto-componente .btn-voltar {
        margin: 20px 0 0 0;
        width: 45%;
        float: left;
    }

    .envie-projeto-componente .btn-editar-dados {
        float: none;
        margin: 5px 0 0 -5px;
    }

    .envie-projeto-componente #left {
        float: left;
        width: 50px;
        margin: 0;
        margin-top: -20px;
    }

    .envie-projeto-componente #right {
        float: right;
        width: 50px;
        margin: 0;
        margin-top: -20px;
    }

    .envie-projeto-componente #center {
        margin: 0 auto;
        width: 50px;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 320px) {
    .envie-projeto-componente .btn-prosseguir {
        padding: 10px;
    }

    .envie-projeto-componente .btn-voltar {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) and (min-width: 320px) {}



.barra-consentimento  {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    max-width: 100% !important;
    z-index: 999999999;
    display: none;
    justify-content: center;
}

.barra-consentimento .card-barra {
    background: #FCFCFC;
    border: 1px solid #EEEFF2;
    border-radius: 4px;
    padding: 28px 70px;
    box-shadow: 0px 10px 20px rgba(106, 106, 106, 0.1);
    position: relative;
    width:70%;
	margin-bottom: 15px;
}

.barra-consentimento .card-barra .close-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: 10px;
}

.barra-consentimento .card-barra .close-icon path {
    transition: all ease 0.5s;
}

.barra-consentimento .card-barra .close-icon:hover path {
    stroke: #BB140F;
}

.barra-consentimento .card-barra p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 20px;
    color: #666666;
    margin: 0;
}

.barra-consentimento .card-barra p a {
    color: #FF4445;
    text-decoration: underline;
    transition: all ease 0.5s;
}


.barra-consentimento .card-barra p a:hover {
    color: #BB140F;
}

.barra-consentimento .card-barra .btn-cookies-bar {
    display: flex;
}

.barra-consentimento .card-barra .btn-cookies {
    background: #FF4445;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 41px;
    text-decoration: none;
    transition: all ease 0.5s;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.barra-consentimento .card-barra .btn-cookies:hover {
    background: #BB140F;
}

@media only screen and (max-width: 767px) {
    .barra-consentimento .card-barra .btn-cookies {
        padding: 9px;
        line-height: 20px;
        margin-top: 20px;
    }
    .barra-consentimento .card-barra {
        padding: 20px;
    }
    .barra-consentimento .card-barra p {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1999px) and (min-width: 768px) {
    .barra-consentimento .card-barra .btn-cookies {
        padding: 9px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1200px) {
	.barra-consentimento .card-barra {
    	width: auto;
	}
}


body {
    padding: 0;
    margin: 0;
}

.selecao-regionais {
    background-color: #F7F8FC;
    height: 100vh;
    width: 100vw;
    z-index: 999999999999999999999999999;
    position: fixed;
    top:0;
    right: 0;
}

.selecao-regionais .selecao-regionais-container {
    padding-top: 35vh;
    display: flex;
    justify-content: center;
}

.selecao-regionais .selecao-regionais-container .logo-portal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.selecao-regionais .selecao-regionais-container .logo-portal h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 16px;
    color: #353B46;
    padding: 0;
    margin: 0 10px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade {
    position: relative;
}

.selecao-regionais .selecao-regionais-container .digite-cidade input {
    width: 100%;
    height: 46px;
    margin-bottom: 5px;
    background: #F7F8FC;
    box-shadow: 0px 1px 0px #AAAAAA;
    border: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 28px;
    color: #666666;
}

.selecao-regionais .selecao-regionais-container .digite-cidade input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 46px;
    color: #979797;
}

*:focus {
    outline: none;
}

.selecao-regionais .selecao-regionais-container .digite-cidade path {
    transition: all ease 0.5s;
}

.selecao-regionais .selecao-regionais-container .digite-cidade a:hover path {
    fill: #BB140F;
}

.selecao-regionais .selecao-regionais-container .digite-cidade svg {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
    margin-top: 10px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades {
    width: 100%;
    max-height: 57vh;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    overflow: scroll;
    overflow-x: hidden;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades span {
    transition: all ease 0.3s;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades span:hover {
    background: #FFFFFF;
    opacity: 0.9;
    box-shadow: 0px 10px 20px rgba(106, 106, 106, 0.1);
    border-radius: 4px;
    padding: 0 10px;
    color: red;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades li {
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5625rem;
    line-height: 30px;
    padding-bottom: 30px;
    color: #5C5F69;
    cursor: pointer;
	transition: all ease 0.3s;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades li:hover {
	color: #FF4445;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: calc(100% - 200px);
    top: 0;
    right: 0;
    width: 10px;
    background: #DDDFE5;
    border-radius: 10px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar {
    display: block;
    width: 10px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-track {
    background: transparent;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-thumb {
    background: #FF4445;
    border-radius: 10px;
    border-right: none;
    border-left: none;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-thumb:hover {
    background: #BB140F;
    border-radius: 10px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 200px;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 0;
}

.selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades-container {
    padding: 0;
}

@media only screen and (max-height: 780px) {
    .selecao-regionais .selecao-regionais-container {
        padding-top: 32vh;
    }

    .selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-track-piece:end {
        margin-bottom: 90px;
    }
    .selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::after {
        height: calc(100% - 90px);
    }
}

@media only screen and (max-height: 560px) {
    .selecao-regionais .selecao-regionais-container {
        padding-top: 28vh;
    }
}

@media only screen and (max-width: 767px) {

    .selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::-webkit-scrollbar-track-piece:end {
        margin-bottom: 150px;
    }
    .selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades::after {
        height: calc(100% - 150px);
    }
    .selecao-regionais .selecao-regionais-container .digite-cidade .dropdown-cidades {
        max-height: 65vh;
    }
    
    .selecao-regionais .selecao-regionais-container .digite-cidade {
        margin-top: 50px;
    }
	
    .selecao-regionais .selecao-regionais-container .digite-cidade {
        margin-top: 50px;
    }

    .selecao-regionais .selecao-regionais-container .digite-cidade svg {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 20px;
        margin-top: 12px;
    }

    .selecao-regionais .selecao-regionais-container {
        padding-top: 10vh;
    }

    .selecao-regionais .selecao-regionais-container .logo-portal h2 {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 991px) {
    .selecao-regionais .selecao-regionais-container .digite-cidade input {
        font-size: 1.25rem;
    }

    .selecao-regionais .selecao-regionais-container .digite-cidade input::placeholder {

        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 312px) {
    .selecao-regionais .selecao-regionais-container .logo-portal h2 {
        display: none;
    }
}

.participebenchmarking-pro-container .card-sabin-procura:hover {
	box-shadow: 0px 15px 20px 0px #6A6A6A4D;
	transition: .3s;
}

.inativo .participebenchmarking-pro-container .card-sabin-procura:hover {
	box-shadow: none !important;
}</pre></body></html>