﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

#Principal {
	overflow:hidden;
}

.faixaAlerta {
	display:none;
}

.larguraContainer {}

/* --- Pisos --- */

.sectionEav{
	margin-top:32px;
	margin-bottom:32px;
}

/* --- Menu --- */

.menuNav {
    background-color: #FFFFFF;
    margin-bottom: 0px;
}

#logoBrand {
    margin-top: -10px;
}

.containerMenu {
    background: #FFFFFF;
    height: 70px;
    padding: 10px;
}

.containerMenu a {
    color: #3B3B3B !important;
}

.menuHome {
    background: #FFFFFF;
    box-shadow: 0px 3px #000000, 16%;
    font-size: 14px;
}

.dropIdioma {
    margin-left: 10px;
}

.dropdown-menu li {
    width: 20px;
}
.HeaderFixed .HeaderArea {
    background-image: url("../../newHome/img/faixa-gradiente.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

/* --- Banner --- */

.bannerHome {
    height: auto;
    max-width: 100%;
    /*background-image: url("../img/bannerHomeNew1.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#filtroColor {
    max-width: 100%;
    /*
    background: rgba(0, 6, 169, 1);
    background: -moz-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 6, 169, 1)), color-stop(0%, rgba(0, 6, 169, 0.41)), color-stop(100%, rgba(245, 127, 23, 0.41)));
    background: -webkit-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -o-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: -ms-linear-gradient(left, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    background: linear-gradient(to right, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
    */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006a9', endColorstr='#f57f17', GradientType=1);
    
    background: linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
  	background: -moz-linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
 	background: -webkit-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
  	background: -webkit-linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
 	background: -o-linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
  	background: -ms-linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
  	background: linear-gradient(180deg, #009edc3a 0%, #c6efef6e 100%);
    /*	mix-blend-mode: screen; */
	
    padding: 0px;
    /*margin: 15px 0 0 0;*/
    margin:0;
}

#logoBanner {
    width: 330px;
}

.alinhamentoColBanner {
    text-align: center;
}

.rowLogoBanner {
    margin-top: 101px;
}

.rowSearchBanner {
    margin-top: 38px;
}

.rowBotoesBanner {
    margin-top: 100px;
    margin-bottom: 0px;
}
#inputSearch {
    height: 74px;
    width: 100%;
    background-color: white;
    font-size: 24px;
    color: #292929;
    background: white 0% 0% no-repeat padding-box;
    border-radius: 2px 0px 0px 2px;
    opacity: 0.95;
    border: 1px solid #D5D5D5;
    border-right: none;
    padding: 25px;
}

.iconSearch {
    font-size: 24px;
    color: #292929;
    top: 20px;
    right: 30px;
}
.nav-tabs {
    background: transparent linear-gradient(90deg, #005A9C 0%, #2699FB 100%) 0% 0% no-repeat padding-box;
    border-bottom: none;
    margin-bottom:0px !important;
}
#contentRow {
    
    padding-top:0 !important;
}

.blocoMenu1 {
    top: 472px;
    left: 150px;
    height: 163px;
    /*background: transparent linear-gradient(90deg, #005A9C 0%, #2699FB 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    cursor: pointer;
    width: 100%;
    background-image: url("../../newHome/img/line-tab.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    border-bottom: none;
    /*height: 163px;
    background: rgba(0, 91, 156, 1);
    background: -moz-linear-gradient(left, rgba(0, 91, 156, 1) 0%, rgba(5, 106, 178, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 91, 156, 1)), color-stop(100%, rgba(5, 106, 178, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 91, 156, 1) 0%, rgba(5, 106, 178, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 91, 156, 1) 0%, rgba(5, 106, 178, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 91, 156, 1) 0%, rgba(5, 106, 178, 1) 100%);
    background: linear-gradient(to right, rgba(0, 91, 156, 1) 0%, rgba(5, 106, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#056ab2', GradientType=1);
    cursor: pointer;*/
}

.blocoMenu2 {
    top: 472px;
    left: 150px;
    /*width: 285px;*/
    height: 163px;
    /*background: transparent linear-gradient(90deg, #005A9C 0%, #2699FB 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    cursor: pointer;
    width: 100%;
    background-image: url("../../newHome/img/line-tab.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    /*height: 163px;
    background: rgba(0, 125, 77, 1);
    background: -moz-linear-gradient(left, rgba(0, 125, 77, 1) 0%, rgba(8, 174, 110, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 125, 77, 1)), color-stop(100%, rgba(8, 174, 110, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 125, 77, 1) 0%, rgba(8, 174, 110, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 125, 77, 1) 0%, rgba(8, 174, 110, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 125, 77, 1) 0%, rgba(8, 174, 110, 1) 100%);
    background: linear-gradient(to right, rgba(0, 125, 77, 1) 0%, rgba(8, 174, 110, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d4d', endColorstr='#08ae6e', GradientType=1);
    cursor: pointer;*/
}

.blocoMenu3 {
    top: 472px;
    left: 150px;
    /*width: 285px;*/
    height: 163px;
    /*background: transparent linear-gradient(90deg, #005A9C 0%, #2699FB 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    cursor: pointer;
    width: 100%;
    background-image: url("../../newHome/img/line-tab.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    /* height: 163px;
    background: rgba(0, 150, 167, 1);
    background: -moz-linear-gradient(left, rgba(0, 150, 167, 1) 0%, rgba(11, 193, 213, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 150, 167, 1)), color-stop(100%, rgba(11, 193, 213, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 150, 167, 1) 0%, rgba(11, 193, 213, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 150, 167, 1) 0%, rgba(11, 193, 213, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 150, 167, 1) 0%, rgba(11, 193, 213, 1) 100%);
    background: linear-gradient(to right, rgba(0, 150, 167, 1) 0%, rgba(11, 193, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096a7', endColorstr='#0bc1d5', GradientType=1);
    cursor: pointer;*/
}

.blocoMenu4 {
    top: 472px;
    left: 150px;
    /*width: 285px;*/
    height: 163px;
    /*background: transparent linear-gradient(90deg, #005A9C 0%, #2699FB 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    cursor: pointer;
    width: 100%;
    /*  height: 163px;
    background: rgba(38, 152, 251, 1);
    background: -moz-linear-gradient(left, rgba(38, 152, 251, 1) 0%, rgba(126, 194, 249, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38, 152, 251, 1)), color-stop(100%, rgba(126, 194, 249, 1)));
    background: -webkit-linear-gradient(left, rgba(38, 152, 251, 1) 0%, rgba(126, 194, 249, 1) 100%);
    background: -o-linear-gradient(left, rgba(38, 152, 251, 1) 0%, rgba(126, 194, 249, 1) 100%);
    background: -ms-linear-gradient(left, rgba(38, 152, 251, 1) 0%, rgba(126, 194, 249, 1) 100%);
    background: linear-gradient(to right, rgba(38, 152, 251, 1) 0%, rgba(126, 194, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2698fb', endColorstr='#7ec2f9', GradientType=1);
    cursor: pointer;*/
}

.active .blocoMenu1 {
    background: rgba(240, 240, 240, 1);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
}

.active .blocoMenu2 {
    background: rgba(240, 240, 240, 1);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
    color: #292929;
}

.active .blocoMenu3 {
    background: rgba(240, 240, 240, 1);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
    color: #292929;
}

.active .blocoMenu4 {
    background: rgba(240, 240, 240, 1);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 240, 240, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
}

.blocoMenu1 .iconMenuBanner {
    padding: 0px 15px 0px 30px;
}

.blocoMenu2 .iconMenuBanner {
    padding: 0px 15px 0px 0px;
}

.blocoMenu3 .iconMenuBanner {
    padding: 0px 15px 0px 40px;
}

.blocoMenu4 .iconMenuBanner {
    padding: 0px 15px 0px 50px;
}

.active .textMenuBannerBlocoWhite {
    color: #292929;
}

.active img {
   filter: invert(40%);
    -webkit-filter: invert(40%); 
}

.alinhamentoMenuBanner {
    margin: 0px;
    padding: 0px;
}

.boxIconBanner {
    padding: 40px 30px 0px 30px;
    text-align: center;
}

.iconMenuBanner {
    float: left;
    padding: 10px;
}

.textMenuBannerBlocoWhite {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-left: 0px;
    margin-top: 20px;
}
#consultas {
	font-family:'Montserrat', sans-serif;
}
#consultas img {
    filter: none;
    -webkit-filter: none;
    width:50%;
}

/* --- Slides ---*/
.swiper-pagination-bullet[aria-current="true"] {
	background-color: #fff !important;
}

.swiper-pagination-bullet {
	background-color: transparent !important;
	border: 1px solid white;
	/*opacity: 1 !important*/
}

.swiper-button-prev {
	text-align: center;
}

/* --- Resultados Exames --- */

.rowAbasBanner {
    background-color: #F2F2F2;
    height: 426px;
}

.tituloFaixaServicos {
    margin: 25px 0px 0px 0px;
    padding: 0px;
}

.titleMenuAba {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #292929;
    margin-top: 20px;
}

.div-section-pre-agendamento {
    font-family: 'Montserrat', sans-serif;
    color: #292929;
}
.TextResultadosExames {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #292929;
    margin: 30px 0px 20px 0px;
}

.TextAgendamentoExames {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #292929;
    margin: 12px 0px 12px 0px;
}

.iconAba {
    float: left;
    margin: 0px 15px 30px 0px;
}

/*.inputExames {
    height: 52px;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #F0F0F0;
}*/

.boxConteudoAba {
    padding: 0px;
}

#txtEsqueceuSenha {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #3B3B3B;
    text-decoration: underline;
}

.resultadosExames {
    min-height: 550px;
    background-color: #F2F2F2;
}

.btnAcessarResultadosExames {
    border-radius: 95px 95px 95px 95px;
    border: 2px solid #707070;
    color: #292929;
    background-color: transparent;
}

#PorNome {
    border-bottom: 2px solid #005A9C;
    color: #005A9C;
    text-align: center;
    font-weight: bold;
}

#PorMedico {
    color: #B7B7B7;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 60px;
}

.bloco2agendamento {}

.rowDataPreferencial {
    margin-top: 12px;
}

.rowBtnProximo {
    /* margin-top: */
}

.consultaLine2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.consultaLine3 {
    margin-bottom: 20px;
}

.vacina-btnBusque {
    margin-top: 20px;
}

.rowAgendamento {
	margin:0;
}

.textoCards {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.textoCardAplicativo {
	padding: 0 30px 10px 30px;
}

.imagensCardAgendamento {
	display: flex;
    justify-content: space-between;
    width: 45%;
}

.cardWhatsTextRegioes, .cardTelTextRegioes {
    max-width: 460px !important;
    margin: 10px 0 5px 0 !important;
}

/* --- Sobre --- */

.rowSobre {
    margin: 8px 0px 8px 0px;
    /*text-align: center;*/
    text-align: left;
}

.titleSobre {
    /*color: #009DDC;*/
    color: #005096;
    font-size: 44px;
    font-weight:900;
    /*text-shadow: 0px 0px 50px black;*/
}

.boxImgNovidades {
    border-radius: 10px 10px 0px 0px;
    background-image: url("../../newHome/img/novidades1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.boxImgNovidades2 {
    border-radius: 10px 10px 0px 0px;
    background-image: url("../../newHome/img/novidade2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.boxImgNovidades3 {
    border-radius: 10px 10px 0px 0px;
    background-image: url("../../newHome/img/novidade3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

#filtroImgNovidades {
    background-color: rgb(0, 90, 156, 5%);
    width: 100%;
    height: 255.01px;
    border-radius: 10px 10px 0px 0px;
}

#imgNovidades {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

#boxTextNovidades {
    height: 268.45px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 25px;
    text-align:left;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
#boxTextNovidades a{
	text-decoration:none;
}
#tituloNovidades {
    color: #292929;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
}

#textoNovidades {
    color: #292929;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
#leiaNovidades {
    font-size: 20px;
    bottom: 5px;
    position: absolute;
    text-decoration: underline;
    color:#005A9C;
    margin-top:10px;
}
#leiaNovidades:hover {
    text-decoration: none;
}
/* --- Unidades Einsten --- */

.rowUnidades {
   /* margin-top: 48px;*/
    text-align: center;
    /*margin-bottom: 48px;*/
}

.unidadesAgendamento {
	display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 40px;
}

.item-unidade {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;    
    flex-direction: column;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
    height: 380px;
    max-width: 350px;
}

.textoUnidade {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: baseline;
    justify-content: space-around;
    padding-left: 20px;
}

.titleUnidade {
	margin: 0;
    color: #292929;
    font-weight: 700;
}

.linkUnidade {
	color: #094F92;
    font-weight: 700;
    text-decoration: none;
}

.linkUnidade:visited {
	color: #094F92;
    text-decoration: none;
}


.boxImgUnidades1 {
    height: 262.500px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    background-image: url("../../newHome/img/bannerHome.png");
    background-repeat: no-repeat;
    background-position: center;
}

.boxImgUnidades2 {
    height: 262.500px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    background-image: url("../../newHome/img/alphaville.png");
    background-repeat: no-repeat;
    background-position: center;
}

.boxTituloUnidade {
    width: 215px;
    height: 50.76px;
    float: right;
    margin-top: 177px;
    padding-left: 10px;
    background: #2699FB 0% 0% no-repeat padding-box;
}

#tituloUnidade {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 15px;
}

#BoxenderecoUnidade {
    width: 100px;
    height: 100px;
    background-color: rgb(0, 90, 156, 0%);
    height: 262.500px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    opacity: 0;
    padding: 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
}

#BoxenderecoUnidade .row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#BoxenderecoUnidade .row .btnUnidadesVejaMais {
	font-size: 14px;
    border-radius: 25px;
    border: 2px solid #FFF;
    width: 130px;
    height: 32px;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-right: 0px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
#BoxenderecoUnidade .row button {
    border-radius: 4px;
    border: 2px solid #FFF;
    width: 225px;
    height: 32px;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
}
*/



#localizacaoEndereco {
    font-size: 14px;
}

.unidadesLine2 {
    margin-top: 25px;
}

#BoxenderecoUnidade:hover {
    height: 100px;
    /*background-image: linear-gradient(to top right, #005A9Ccc, #55676Ecc, #FBC99Dcc);*/
    height: 262.500px;
    width: 90%;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background: rgba(0, 91, 156, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 91, 156, 1) 0%, rgba(85, 103, 110, 0.95) 49%, rgba(251, 201, 157, 0.9) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 91, 156, 1)), color-stop(49%, rgba(85, 103, 110, 0.95)), color-stop(100%, rgba(251, 201, 157, 0.9)));
    background: -webkit-linear-gradient(45deg, rgba(0, 91, 156, 1) 0%, rgba(85, 103, 110, 0.95) 49%, rgba(251, 201, 157, 0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 91, 156, 1) 0%, rgba(85, 103, 110, 0.95) 49%, rgba(251, 201, 157, 0.9) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 91, 156, 1) 0%, rgba(85, 103, 110, 0.95) 49%, rgba(251, 201, 157, 0.9) 100%);
    background: linear-gradient(45deg, rgba(0, 91, 156, 1) 0%, rgba(85, 103, 110, 0.95) 49%, rgba(251, 201, 157, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#fbc99d', GradientType=1);
}

.controleQtdUnidades {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 36px;
    color: #D5D5D5;
}

#buttonUnidades {
    background-color: #FFFFFF;
    color: #292929;
    font-size: 14px;
    border: 2px solid #3B3B3B;
    width: 442px;
    height: 60px;
    border-radius: 95px;
}


.rodape {
    /*margin-top: 100.91px;*/
    background-color: #005A9C;
    height: auto;
    padding: 30px;
}
	 
				   
.entreEmContatoText {
	margin-bottom: 22px;
}					
   
.canalDuvidas {
	margin-bottom: -70px !important;
}

.sectionCanalDuvidas {
	display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0% 2%;
}

.conteudoCanalDuvidas {
	display: flex;
    /* width: 44%; */
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

p.boldText {
    font-weight: bold;
}

a.linkCanalDuvidas {
    font-weight: initial;
}

/*.faleConosco {
    text-decoration: none;
}

.faleConosco:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.tituloCardRodape {
    color: #F0F0F0;
    font-size: 24px;
    font-weight: bold;
}

.iconsRodape {
    color: #F0F0F0;
    font-size: 36px;
}

.textRodape {
    color: #F0F0F0;
    font-size: 20px;
    margin-left: 10px;
    position:absolute;
}

.iconsRedesSociais {
    margin-left: 8px;
}

.copyright {
    color: #F0F0F0;
    font-size: 10pt;
    font-style: italic;
    text-align: center;
    margin-top: 81px;
    opacity: 0.85;
}*/


/* -------------------- ResoluÃ§Ã£o para Tablet ------------------------- */

/* ----- Unidades Einsten ------*/

/* celular */

@media(max-width:767px) {
    #novidadesMobile {
        display: block;
    }
    #novidadesDesk {
        display: none;
    }
    #unidadesTablet {
        display: block;
    }
    #unidadesMobile {
        display: block;
    }
    .rowBotoesBannerTablet .iconMenuBanner img .rowBotoesBannerTablet {
        width: 60px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .textMenuBannerBlocoWhite {
        font-size: 13pt;
        padding: 0px;
    }
    .boxConteudoAba a img {
        width: 156px;
        height: 130px;
    }
    .boxConteudoAba .row {
        display: flex !important;
        justify-content: space-between;
    }
    .boxTxtUnidadesMobile {
        background-color: #F0F0F0;
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        color: #292929;
        text-align: justify;
        font-size: 14px;
        /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);*/
    }
    .boxTxtUnidadesMobile span {
        font-size: 12px;
    }
    .boxTituloUnidadeMobile {
        background-color: #2699FB;
        width: 215px;
        height: 50.76px;
        float: right;
        margin-top: 140px;
        padding-left: 10px;
        background: #3bb2c4 0% 0% no-repeat padding-box;
    border-radius:30px 0px 0 30px;
    -webkit-border-radius: 30px 0px 0 30px;
	-moz-border-radius: 30px 0px 0 30px;

    }
    #tituloUnidadeMobile {
        color: #FFFFFF;
        font-size: 20px;
    }
    #tituloUnidadeMobile h3 {
        margin-top: 10px;
    }
    .padding-set {
        padding: 15px 20px !important;
    }
    .en-flag {
    	right: 30px !important;	
    }
	.es-flag {
    	right: 60px !important;	
    }

    .rowSobre { 
	    width: 90%;
	    margin: 32px auto;
	}

	/*Tab Agendamento Mobile*/
	.tabAgendamento .nav-tabs.nav-justified>li {
    	width: 46% !important;
	}
	
	.nav-tabs.nav-justified>li>a {
    	margin-bottom: 0px !important;
	}

}



/* tablet */

@media(max-width:1000px) {
	#consultas.active, #vacinas.active, #resultadosExames.active, #AgendamentoExames.active {
		display:none !important;
	}
}


@media(min-width:768px) and (max-width:1200px) {
    #unidadesTablet {
        display: block;
    }
    #bloco0{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap:5px;
    }
    .boxImgExames{
        width: 300px;
    }
    .container-fluid{
        padding:0;
    }			
	
	.unidadesDeskRegioes{
		display: block !important;

	}
	
	.unidadesMobileRegioes{
		display:none;

	}	
	
	.unidadesMobileHome{
		display: none;

	}		  
		
	.unidadesDeskHome{
		display:block !important;

	
	}				
    
   /* #unidadesDesk {
        display: none;
    }*/
    
    .controleQtdUnidades {
        display: none;
    }
    .botaoUnidades {
        margin-top: 50px;
    }
    .tituloCardRodape {
        font-size: 20px;
    }
    .textRodape {
        font-size: 20px;
    }
    .contatos img {
        width: 25px;
    }
    .larguraContainer {
        width: 95%;
    }
    .boxImgUnidades1Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/bannerHome.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxImgUnidades2Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/alphaville.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxTituloUnidadeTablet {
        background-color: #2699FB;
        width: 215px;
        height: 50.76px;
        float: right;
        margin-top: 140px;
        padding-left: 10px;
        background: #3bb2c4 0% 0% no-repeat padding-box;
	    border-radius:30px 0px 0 30px;
	    -webkit-border-radius: 30px 0px 0 30px;
		-moz-border-radius: 30px 0px 0 30px;
    }
    #tituloUnidadeTablet {
        color: #FFFFFF;
        font-size: 20px;
    }
    #tituloUnidadeTablet h3 {
        margin-top: 10px;
    }
    .boxTxtUnidadesTablet {
        background-color: #F0F0F0;
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        color: #292929;
        text-align: justify;
        font-size: 14px;
    }
    .boxTxtUnidadesTablet span {
        font-size: 12px;
    }
    #interesaPorMobile .rowCardInteresaPor {
        padding: 15px !important;
    }
    
    .backgroundAgendamento {
		background-color: #F5F5F5 !important;
		width: 100% !important;
		height: 600px !important;
		margin-top: -589px !important;}
}


/* desktop */
@media(min-width:1001px) and (max-width:1199px) {
    .BotesRapidosTablet {
        display: none;
    }
    #novidadesMobile {
        display: none;
    }

	.SubMenuContentItems > ul > li.purple {
		width:23% !important;
	}
	
	.SubMenuContentItems > ul > li.green {
		width: auto !important;

	}
	
	.SubMenuContentItems > ul > li.blue {
		font-size:smaller !important;
	}

}
@media(min-width:1200px) {
	#Conteudo #contentRow {
		max-width:100%;
	}
    #unidadesTablet {
        display: none;
    }
    #unidadesDesk {
        display: block;
    }
    #unidadesMobile {
        display: none;
    }
    .boxImgUnidades1Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/bannerHome.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxImgUnidades2Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/alphaville.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxTituloUnidadeTablet {
        background-color: #2699FB;
        width: 215px;
        height: 50.76px;
        float: right;
        margin-top: 140px;
        padding-left: 10px;
        background: #3bb2c4 0% 0% no-repeat padding-box;
	    border-radius:30px 0px 0 30px;
	    -webkit-border-radius: 30px 0px 0 30px;
		-moz-border-radius: 30px 0px 0 30px;
    }
    #tituloUnidadeTablet {
        color: #FFFFFF;
        font-size: 20px;
    }
    #tituloUnidadeTablet h3 {
        margin-top: 10px;
    }
    .boxTxtUnidadesTablet {
        background-color: #F0F0F0;
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        color: #292929;
        text-align: justify;
        font-size: 14px;
    }
    .boxTxtUnidadesTablet span {
        font-size: 12px;
    }
    .BotesRapidosTablet {
        display: none;
    }
    #novidadesMobile {
        display: none;
    }
    .formsRapidosDesk {
        display: block;
    }
    .tituloSection {
        padding-left: 12px;
    }
    .div-texto-pre-agendamento {
        padding-left: 0px;
        font-size: 16px;
    	color: #292929;
    }
}

@media (min-width: 1001px) and (max-width: 1025px) {
    .navbar, .navbar-default, .menuNav {
        z-index: 1000;
    }
    #bs-example-navbar-collapse-1 {
        font-size: 18px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.show {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-toggle {
        z-index: 3;
    }
    #logoBrand {
        position: absolute;
        top: 50%;
        left: 55%;
        margin-top: -20px;
        margin-left: -50px;
    }
    .navbar-toggle collapsed {
        float: left;
    }
    .iconMenuBanner img {
        /*    width: 40px;*/
    }
    .blocMenu1 .textMenuBannerBlocoWhite {
        margin-top: 19px;
    }
    .blocoMenu2 .textMenuBannerBlocoWhite {
        margin-top: 8px;
    }
    .blocoMenu3 .textMenuBannerBlocoWhite {
        margin-top: 31px;
    }
    .blocoMenu4 .textMenuBannerBlocoWhite {
        margin-top: 31px;
    }
    .blocoMenu1 .iconMenuBanner {
        padding: 7px 15px 0px 20px;
    }
    .blocoMenu2 .iconMenuBanner {
        padding: 7px 15px 0px 0px;
    }
    .blocoMenu3 .iconMenuBanner {
        padding: 7px 15px 0px 30px;
    }
    .blocoMenu4 .iconMenuBanner {
        padding: 7px 15px 0px 40px;
    }
    .textMenuBannerBlocoWhite {
        font-size: 16px;
    }
    #novidadesDesk {
        display: none;
    }
    #novidadesMobile {
        display: block;
    }
    .rowBotoesBannerTablet {
        display: none;
    }
    
    .SubMenuContentItems > ul > li.purple {
		width:23% !important;
	}
	
	.SubMenuContentItems > ul > li.green {
		width: auto !important;

	}
	
	.SubMenuContentItems > ul > li.blue {
		font-size:smaller !important;
	}
	#novidadesMobile.sectionEav{
		margin-top:10px;
	}
}
						  
					  
@media (min-width:320px) and (max-width: 425px) {
	#sectionAlertaMob > div > div > div > div > div > img {
		width: 50% !important;
    	padding: 10px !important;
	}
	#AgendamentoDesk .tabAgendamento .itemsTabAgendamento .itemTabAgendamento {
		margin-left: 0;	
	}

}

@media (min-width:425px) and (max-width: 550px) {
	#sectionAlertaMob > div > div > div > div > div > img {
		width: 35% !important;
    	padding: 10px !important;
	}

}

@media (min-width:550px) and (max-width: 1000px) {
	#sectionAlertaMob > div > div > div > div > div > img {
		width: 20% !important;
    	padding: 10px !important;
	}

}


@media (min-width:320px) and (max-width: 1000px) {
	.textVacinasSP {
		text-align: center;
	    max-width: 88%;
	    margin: 0 auto;	
	}

	#sectionAlertaMob > div > div > div > div > div {
		flex-direction: column;
	}
	
    .blocoMenu1 {
        background-image: none;
        border-bottom: 1px solid white;
        height: 80pt;
    }
    .blocoMenu2 {
        background-image: none;
        border-bottom: 1px solid white;
        height: 80pt;
    }
    .blocoMenu3 {
        background-image: none;
        border-bottom: 1px solid white;
        height: 80pt;
    }
    .blocoMenu4 {
        background-image: none;
        height: 80pt;
    }
    .blocoMenu1 .iconMenuBanner {
        padding: 20px 0 0 0;
    }
    .blocoMenu2 .iconMenuBanner {
        padding: 20px 0 0 0;
    }
    .blocoMenu3 .iconMenuBanner {
        padding: 20px 0 0 0;
    }
    .blocoMenu4 .iconMenuBanner {
        padding: 20px 0 0 0;
    }
    .navbar, .navbar-default, .menuNav {
        z-index: 1000;
        height: 90px;
    }
    #logoBrand {
        width: 55px;
    }
    .navbar-toggle {
        padding: 18px 18px;
    }
    #bs-example-navbar-collapse-1 {
        font-size: 18px;
    }
    .navbar-right li {
        padding: 30px;
        font-size: 30px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.show {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-toggle {
        z-index: 3;
    }
    #logoBrand {
        position: absolute;
        top: 50%;
        left: 55%;
        margin-top: -20px;
        margin-left: -50px;
    }

    .navbar-toggle collapsed {
        float: left;
    }
    .alinhamentoMenuBanner {
        width: 100%;
    }
    .boxIconBanner {
        padding: 0;
        margin-right: 25px;
        padding: 0;
        background:none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*background-image: url("../../newHome/img/baseline-expand_more-24px.svg");
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center; */
    }
    .estiloImg1 {
        background-image: url("../../newHome/img/baseline-expand_more-24px.svg");
    }
    .estiloImg2 {
        background-image: url("../../newHome/img/baseline-expand_more_ocultar-24px.svg");
    }
    .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-toggle {
        z-index: 3;
    }
    .textMenuBannerBlocoWhite {
        font-size: 20px;
    }
    .iconMenuBanner {
        padding: 24px 0 0 0;
    }
    .iconMenuBanner img {
        width: 100%;
    }
    .larguraContainer {
        width: 100%;
    }
    .BotesRapidosTablet {
        display: block;
    }
    .rowBotoesBanner {
        display: none;
    }
    .rowLogoBanner {
        display: none;
    }
    .rowSearchBanner {
        margin: 120px 0px 120px 0px;
    }
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        height: 350px;
    }
    #filtroImgNovidades {
        height: 350px;
    }
    .titleSobre {
        font-size: 30px;
        margin: 60px 0px 0px 0px;
        height: 100px;
    }
    #textoNovidades {
        font-size: 20px;
    }
    #leiaNovidades {
    position:relative;
    bottom:inherit;
}
    .rowMobileNovidades {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #novidadesDesk {
        display: none;
    }
    #novidadesMobile {
        display: block;
    }
    .boxImgUnidades1Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/bannerHome.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxImgUnidades2Tablet {
        height: 200.500px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        background-image: url("../../newHome/img/alphaville.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .boxTituloUnidadeTablet {
        background-color: #2699FB;
        width: 215px;
        height: 50.76px;
        float: right;
        margin-top: 140px;
        padding-left: 10px;
        background: #3bb2c4 0% 0% no-repeat padding-box;
    border-radius:30px 0px 0 30px;
    -webkit-border-radius: 30px 0px 0 30px;
	-moz-border-radius: 30px 0px 0 30px;

    }
    #tituloUnidadeTablet {
        color: #FFFFFF;
        font-size: 20px;
    }
    #tituloUnidadeTablet h3 {
        margin-top: 10px;
    }
    .boxTxtUnidadesTablet {
        background-color: #F0F0F0;
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        color: #292929;
        text-align: justify;
        font-size: 14px;
    }
    .boxTxtUnidadesTablet span {
        font-size: 12px;
    }
    .textMenuBannerBlocoWhite {
        font-size: 20pt;
        padding: 12px 0px 32px 0px;
        text-align: center;
        margin-left: 15px;
    }
    .btn-form-proximo, .div-btn-arquivo {
        float: right;
    }
    .btn-form-voltar, .div-nome-arquivo {
        float: left;
    }
    .btn-form-voltar, .btn-form-proximo {
        width: 330px;
    }
    .rowBtnProximo {
        margin: 3% 0%;
    }
    /*** alerrando ***/
    .rowBotoesBannerTablet .iconMenuBanner img {
        /*width: 60px !important;
        margin-left: 40px!important;
        margin-right: 25px!important;*/
    }
    .resultadosExames {
	    min-height: auto;
	    padding-bottom:30px;
	}
	#boxTextNovidades {
		height:auto;
		margin-bottom:30px;
	}
	
	.textFisioSP {
	max-width: 80%;
    margin: 0 auto;
	}
	
	.textInCompany{
		max-width: 80%;
		margin: 0 auto;
	}

	
    /* :VERTICAL */
    @media (orientation: portrait) and (max-width: 700px) {
        .textMenuBannerBlocoWhite {
            font-size: 15pt;
            padding: 5%;
            text-align: center;
        }
        #txtMenuMobile {
            padding-top: 0px;
        }
        .btn-form-voltar, .btn-form-proximo {
            width: 144px;
        }
        #btnTodasUnidades {
            width: 290px !important;
            margin-top: 20px;
        }
        #filtroImgNovidades {
            height: 146px;
        }
        #textoNovidades {
            font-size: 14px;
        }
        .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
            height: 146px;
        }
        #interesaPorMobile .rowCardInteresaPor {
            padding: 15px 25px !important;
        }
        #tituloNovidades {
            font-size: 16px;
        }
        #boxTextNovidades {
            height: 100%;
        }
        #inputSearch {
            height: 50px;
            width: 100%;
            background-color: white;
            font-size: 11px;
            color: #292929;
            background: white 0% 0% no-repeat padding-box;
            border-radius: 2px 0px 0px 2px;
            opacity: 0.95;
            border: 1px solid #D5D5D5;
            border-right: none;
            padding: 25px;
        }
        .browse {
            height: 52px !important;
            width: 50px !important;
            border-radius: 2px;
            font-size: 12px;
            background-color: white;
            margin-left: 0 !important;
            background-image: url("../../newHome/img/line-search.png");
            background-repeat: no-repeat;
            background-position-y: center;
        }
        .iconSearch {
            font-size: 19px;
            color: #292929;
            top: 10px;
            right: 15px;
        }
        /* RODAPE */
        .iconsRodape {
            font-size: 18px !important;
        }
        .resultadosExames {
            min-height: 240px;
            background-color: #F2F2F2;
        }
        .contatos h4 {
            font-size: 12px !important;
        }
        .sign-einstein {
			font-size:12px !important;
		}
    }
    /* HORIZONTAL */
    @media (orientation: landscape) {
        .textMenuBannerBlocoWhite {
            font-size: 15pt;
            padding: 3%;
            text-align: center;
            margin-left:15px;
        }
        #txtMenuMobile {
            padding: 3%;
        }
        .btn-form-voltar, .btn-form-proximo {
            width: 48%;
        }
    }
    /* */
}

/* -------------------- Acordion Tablet ------------------------- */

.inputExamesTablet {
    height: 100px;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #F0F0F0;
    font-size: 30px;
}

.btnAcessarResultadosExamesTablet {
    border-radius: 95px 95px 95px 95px;
    border: 2px solid #707070;
    color: #292929;
    background-color: transparent;
    padding: 15px;
    font-size: 25px;
    margin: 60px 0px 25px 0px;
}

.btnSenhaTablet {
    border-radius: 95px 95px 95px 95px;
    border: 2px solid #707070;
    color: white;
    background-color: #707070;
    padding: 15px;
    font-size: 25px;
    margin: 25px 0px 60px 0px;
}

.titleMenuAbaTablet {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #292929;
    margin-top: 20px;
}

#AgendamentoExamesTablet .inputExamesTablet {
    margin: 15px 0px 15px 0px;
}

.TextAgendamentoExamesTablet {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #292929;
    margin: 12px 0px 12px 0px;
    text-align: justify;
}

#PorNomeTablet {
    border-bottom: 2px solid #005A9C;
    color: #005A9C;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

#consultasTablet .TextResultadosExames {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #292929;
    margin: 30px 0px 30px 0px;
    text-align: justify;
}

#consultasTablet .inputExamesTablet {
    margin: 20px 0px 20px 0px;
}
#consultasTablet .boxConteudoAba .row {
    display: flex !important;
    justify-content: space-between;
}

#consultasTablet .boxConteudoAba a img {
	width: 156px;
    height: 130px;
}
#vacinasTablet .TextResultadosExames {
    font-family: 'Montserrat', sans-serif;
    /* font-size: 25px; */
    color: #292929;
    margin: 30px 0px 30px 0px;
    text-align: justify;
}

#vacinasTablet .inputExamesTablet {
    margin: 20px 0px 20px 0px;
}

.rowBotoesBannerTablet .iconMenuBanner img {
    width: 60px;
    margin-left: 37px;
    margin-right: 20px;
					  
}

/* -------------------- Unidades Mobile ------------------------- */

#unidadesTablet #buttonUnidades {
    border-radius: 95px 95px 95px 95px;
    border: 2px solid #707070;
    color: #292929;
    background-color: transparent;
    font-size: 25px;
    width: 100%;
}

/* -------------------- Carousel Unidades Mobile ------------------------- */

#myCarousel {}

/*----------------------- Regras para mobile -----------------------------*/

@media (max-width: 750px) {
    .contatos h4 {
        font-size: 18px;
    }
    .sign-einstein {
		font-size:14px !important;
	}
    .contatos span {
        font-size: 14px;
    }
    .redesSociais {
        text-align: center;
        border-top: 1px solid white;
        margin-top: 50px;
    }
    .redesSociais img {
        width: 25px;
    }
    /* #interesaPorMobile .rowCardInteresaPor {
        padding: 15px 55px !important;
    } */
    
    
}

#myCarousel a {
    text-decoration: none !important;
}

.browse {
    height: 74px;
    width: 95px;
    border-radius: 2px;
    background-color: white;
    opacity: 0.95;
    color: #3B3B3B;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-left: none;
    margin-left: 0 !important;
    background-image: url("../../newHome/img/line-search.png");
    background-repeat: no-repeat;
    background-position-y: center;
}

#btnTodasUnidades {
    background-color: #FFFFFF;
    border: 2px solid #3bb2c4;
    border-radius: 30px;
    color: #3B3B3B;
    width: 244px;
    width: 350px;
    height: 60px;
    font-family: inherit;
    font-size: inherit;
}

#btnTodasUnidades:hover {
    background-color: #005A9C;
    border: 2px solid #005A9C;
    color: #fff;
}

#btnMaisDestaques {
    top: 1649px;
    left: 546px;
    width: 350px;
    height: 60px;
    border: 2px solid #3B3B3B;
    border-radius: 4px;
    opacity: 1;
    background: #fff;
    size: 16px;
}

.divBtnVacinas {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .btnBuscarVacina {
    background-color: #f2f2f2;
    border: 2px solid #3B3B3B;
    border-radius: 4px;
    color: #3B3B3B;
    width: 244px;
}

.btnBuscarVacina:hover {
    background-color: #005A9C;
    border: 2px solid #005A9C;
    color: #fff;
}

.btnBuscarVacina:focus {
    outline: none !important;
} */

.consultaLine1 label {
    color: #292929;
    font-family: 'Montserrat', sans-serif;
}

.consultaLine1 select, .consultaLine1 input {
    border: none !important;
    height: 52px;
    font-family: 'Montserrat', sans-serif;
    padding-left:15px;
}
.consultaLine1 select option {
    font-family: 'Montserrat', sans-serif;
}
.spacing {
    margin: 15px 0;
}

.spacing, .consultaLine1 {
    padding-right: 0 !important;
}

#vacinas {
    min-height: 400px !important;
}

.top-radius {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottom-radius {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.boxImgUnidadesTablet {
    min-height: 186px;
}

.boxImgUnidadesMobile {
    min-height: 186px;
}

.boxTxtUnidadesTablet {
    background-color: #F0F0F0;
    color: #292929;
    padding: 10px;
    min-height: 180px;
}

.padding-set {
    padding-right: 5px;
    padding-left: 5px;
}

.boxTituloUnidadeTablet {
    min-width: 70%;
    height: 45px;
    float: right;
    margin-top: 120px;
    padding-left: 10px;
    background: #3bb2c4 0% 0% no-repeat padding-box;
    border-radius:30px 0px 0 30px;
    -webkit-border-radius: 30px 0px 0 30px;
	-moz-border-radius: 30px 0px 0 30px;
}

.boxTituloUnidadeTablet h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.boxTituloUnidadeMobile {
    min-width: 70%;
    height: 45px;
    float: right;
    margin-top: 120px;
    padding-left: 10px;
    background: #3bb2c4 0% 0% no-repeat padding-box;
    border-radius:30px 0px 0 30px;
    -webkit-border-radius: 30px 0px 0 30px;
	-moz-border-radius: 30px 0px 0 30px;
}

.boxTituloUnidadeMobile h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.btn-form-proximo {
    top: 1067px;
    left: 1020px;
    height: 40px;
    background: #005A9C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
}

#btn-vacina-tablet {
    top: 1067px;
    left: 1020px;
    height: 40px;
    background: #005A9C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
}

#btn-vacina {
    width: 255px;
    top: 1067px;
    left: 1020px;
    height: 40px;
    background: #005A9C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
}

#btn-ir-resultado {
    /* width: 255px; */
    top: 1067px;
    left: 1020px;
    height: 40px;
    background: #005A9C 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
}

.btn-form-voltar {
    top: 1067px;
    left: 735px;
    height: 40px;
    border: 2px solid #005A9C;
    border-radius: 4px;
    opacity: 1;
    color: #005A9C;
}

.textarea-observacoes {
    top: 753px;
    left: 735px;
    min-width: 540px;
    max-width: 540px;
    min-height: 168px;
    max-height: 168px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F0F0F0;
    border-radius: 4px;
    opacity: 1;
    resize: none;
}

.div-textarea-observacoes {
    padding-left: 16px;
}

.tituloSection {
    color: #005A9C;
}

section label, #vacinasTablet {
    color: #292929;
    size: 16px;
    font-family:'Montserrat';
}

#p-um-pre-agendamento {
    padding-bottom: 10px;
}

.inputExames {
    height: 52px;
    border: none;
	padding-left: 15px !important;
}

input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox {
    border: none;
}
.sign-einstein {
	background-color: #0f70b7;color: #FFF;text-align: center;font-size: 21px;padding: 15px;    margin-top: 100.91px;
	font-family: 'Montserrat', sans-serif;

}

/*Texto alerta*/
.TextoAlertaDesk h4{
	margin-top: 0px !important;
}

/* Agendamento Einstein Ate Voce */

.rowAgendamento{
	color: #292929;
}

.titleSections{
	font-weight: 700;
    color: #005a9c;
    font-size: 24px;

    margin-bottom: 32px;
    margin-top: 32px;
   }

.textAgendamento{
    max-width: 50%;
    margin: 0 auto;

}

.listAgendamento{
    margin: 0 auto;
    max-width: 80%;
  
}

.rowAgendamento span{
	font-size:21px;
	font-weight:bold;
	    /*color: #009DDC;*/
    color: #005096;

	margin-left: 8px;
}

/* Agendamento Tab Einstein ate Voce */

.tabAgendamento .nav-tabs{
	background:none;
}

.tabAgendamento .nav-tabs>li.active>a,.tabAgendamento .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #fff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
   /* background: linear-gradient(90deg, #005a9c 0%, #2699fb 100%) 0% 0% no-repeat padding-box !important; */
    background: linear-gradient(180deg, #0F70B7 0%, #005096 100%) 0% 0% no-repeat padding-box !important;

}

.nav-tabs.nav-justified>li>a{
	background-color:#fff;
}

.tabAgendamento .itemsTabAgendamento{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 32px;
}

.tabAgendamento .itemsTabAgendamento .itemTabAgendamento{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 26px;
}


.tabAgendamento .itemsTabAgendamento img{
	width:50%;
	filter: none;
	-webkit-filter: none;
}

.tabAgendamento .itemsTabAgendamento p{
	color: #292929;
	margin-top: 16px;
	max-width: 299px;
}


.tabAgendamento  ul{
 	display: flex !important;
    align-items: center;
    justify-content: center !important;
}

.tabAgendamento .nav-tabs.nav-justified>li{
	width: 20%;
}

.tabAgendamento .itemsAgendamento{
	display:flex;
	/*align-items: center;*/
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.backgroundAgendamento{
	background-color: #F5F5F5;
	width: 100%;
	height: 366px;
	margin-top: -364px;
}

/* Cards Agendamento */
.cardsContainer{
    margin: 0 auto;
    width: 70%;
}

.cardsContainer .rowAgendamento{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardAgendamento{
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 20px;
    margin-top: 16px;
    overflow: hidden;
}


.cardAgendamento .lineCard{
	width:100%;
}

.cardAgendamento .titleCard{
    width: 100%;
    height: 55px;

    /*background-color: #009DDC;*/
    background-color: #005096;

    border-radius: 20px 20px 0px 0px;

    color: #fff;

    padding-top: 8px;
}

.cardAgendamento .titleCard h5{
    font-size: 16px;
}

.cardAgendamento .titleCard img{
    margin-left: 8px;
    width: 24px;
}

.cardAgendamento .cardBody p{
    padding: 8px;
}

/* FAQ Einstein Ate Voce */
.containerFAQ{
    color: #292929;
    width: 100%;
}

.accordion {
	margin: 0px 50px;
}
 
.titleFAQ{
	margin-top: 48px;
	margin-bottom: 40px;
    text-align: center;
}

.containerFAQ .perguntaAgendamento{
    border-bottom: 1px solid #808080;
}

.perguntaAgendamento .questionTitle h2{
	padding: 0px;
	
}

.questionTitle .arrowFaq, .arrowFaq2{
	width: 32px;
}

.questionTitle .btn-link{
	display:flex;
	align-items: center;
	justify-content: space-between;
	
	cursor: pointer;
}

.perguntaAgendamento .questionTitle p{
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
    outline: none !important;
    color: #292929;
    margin-bottom: 0px;
 
}

.questionTitle .btn-link:focus{
  border: 0px solid;
  outline:none !important;
}

.questionTitle .btn-link:hover{
 text-decoration: none;
}

.perguntaAgendamento .card-body{
	padding-bottom: 8px;
}   

.sign-einstein{
	margin-top: 0px !important;
}

/* Estilos de Regioes */

.textRegioes{
	color: #292929;
}

.boxTituloRegioes{
	background-color: transparent !important;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 16px;
	width: 100%;
}

.tituloRegioes{
	font-weight: bold;
}

.boxTituloRegioesTablet{
	background-color: transparent !important;
    text-align: center;
    margin-right: 15px;
}

.boxTituloRegioesTablet h3{
	font-weight:bold;
}

.boxImgRegioes{
	position: relative;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: flex-end;
	height: 370px !important;
	z-index: 1 !important;
}

.boxImgRegioes .filtroRegioes{
	position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
    border-radius: 10px;
    z-index: -1;
}

.boxImgRegioes #BoxenderecoUnidade:hover {
  text-align: center;
  height: 100px;
  /*background-image: linear-gradient(to top right, #005A9Ccc, #55676Ecc, #FBC99Dcc);*/
  /*height: 262.500px;*/
  height: 370px;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  color: #FFFFFF;
  opacity: 1;
  padding: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background:rgba(0, 90, 156, 0.95) !important;
  background: -moz-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -webkit-gradient(rgba(0, 90, 156, 0.95));
  background: -webkit-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -o-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -ms-linear-gradient(rgba(0, 90, 156, 0.95));
  background: linear-gradient(rgba(0, 90, 156, 0.95));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#fbc99d', GradientType=1);
}

.btnRegioesVejaMais{
	display:flex !important;
	justify-content: center;
}

.btnRegioesVejaMais .textoEnderecoRegioes{
	display:flex !important;
	flex-direction: column;
	justify-content: space-between !important;
	align-items: center;
}

.textoEnderecoRegioes h4{
	font-size: 16px !important;
	margin: 0px !important;
	font-weight: bold;
}

.textoEnderecoRegioes p{	
	margin: 0 0 4px !important;
}


/* Tab Agendamento Mobile */
.tabAgendamentoMob .nav-tabs{
	background:none;
}

/*Slide de unidades*/
#indicatorsUnidades{
	display:none;
}


.boxImgRegioesMobile{
	position: relative;
	border-radius: 16px;
	z-index: 1;
	
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	
	width: 260px !important;
	height: 370px !important;
}

.boxTituloRegioesMobile{
	margin-bottom: 8px;
	width: 100%;
	height: 65%;
	padding-left: 0px;
	background: transparent;
	
	padding-bottom: 24px;
	
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}

.boxTituloRegioesMobile #tituloUnidade{
	max-width: 105px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 16px;
	
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.boxTituloRegioesMobile .btnUnidadesVejaMais{
	font-size: 14px;
    border-radius: 25px;
    border: 2px solid #FFF;
    width: 130px;
    height: 32px;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin: 0 auto;
    color: white;
    
    display:flex;
    align-items: center;
    justify-content: center;
}

.filtroRegioesMobile{
	position: absolute;
	width:100%;
	height: 100%;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 10px;
	z-index: -1;
}

.boxTxtRegioesMobile{
	display: none !important; 
}


/* MENU ITENS EINSTEIN ATE VOCE */

#menuItemsAteVoce li{
  border-right: 1px solid white !important;
  height: 100% !important;
}

#menuItemsAteVoce li:hover{
background-color: transparent !important;
}

#menuItemsAteVoce li a{
  height: 100% !important;
  margin-right: 0 !important;
  border: none !important;
  padding: 0px !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

#menuItemsAteVoce li a:hover{
background-color: transparent !important;
}

#menuItemsAteVoce .boxIconBanner{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}

#menuItemsAteVoce .iconMenuBanner{
  margin-bottom: 8px !important;
}

#menuItemsAteVoce .textMenuBannerBlocoWhite{
  max-width: 180px !important;
  text-align: center;
  margin: 0 !important;
}


#menuItemsAteVoceMob li{
  border-bottom: 1px solid white !important;
}

#menuItemsAteVoceMob li:hover{
  background-color: transparent !important;
  border: none;
}

#menuItemsAteVoceMob li a:hover{
  background-color: transparent !important;
  border: none;
}


/* FIM MENU ITENS EINSTEIN ATE VOCE */

/* MENU ITENS REGIOES EINSTEIN ATE VOCE */

#menuItemsAteVoceRegioes li{
  border-right: 1px solid white !important;
  height: 100% !important;
}

#menuItemsAteVoceRegioes li:hover{
background-color: transparent !important;
}

#menuItemsAteVoceRegioes li a{
  height: 100% !important;
  margin-right: 0 !important;
  border: none !important;
  padding: 0px !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

#menuItemsAteVoceRegioes li a:hover{
background-color: transparent !important;
}

.blockMenu1 {
	display: flex;
    align-items: center;
    justify-content: center;
}

#menuItemsAteVoceRegioes .boxIconBanner{
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}

#menuItemsAteVoceRegioes .iconMenuBanner{
  margin-bottom: 8px !important;
}

#menuItemsAteVoceRegioes .textMenuBannerBlocoWhite{
  max-width: 180px !important;
  text-align: center;
  margin: 0!important;
}


#menuItemsAteVoceMobRegioes li{
  border-bottom: 1px solid white !important;
}

#menuItemsAteVoceMobRegioes li:hover{
  background-color: transparent !important;
  border: none;
}

#menuItemsAteVoceMobRegioes li a:hover{
  background-color: transparent !important;
  border: none;
}


/* FIM MENU ITENS REGIOES EINSTEIN ATE VOCE */


/* OUTRAS REGIOES */

.titleRegiao{
	font-weight:700;
	color:#005a9c;	
}

.sectionTitleOferecemosOutras{
	margin-top: 64px;
	color: #005A9C !important;
}

.iconOferecemos{
	margin: 64px auto 24px auto;
	text-align:center;
	display:none;
}

.iconOferecemosOutras{
	width: 132px;
}

.textOferecemosOutras{
	max-width:43%;
	text-align:center;
	margin:0 auto;
}

.backgroundOferecemos{
	display: none;
	padding-bottom: 40px;
	margin-top:16px;
	background-color:#F5F5F5;
}

.textFisioSP p{
    width: 90%;
}

.textoPosparto p{
	 width: 90%;
	
}

/* FIM OUTRAS REGIOES */

/* REGIAO SAO PAULO */
.containerSP{
	display:none;
}

.backgroundSP{
	margin-top: 16px;
    background-color: #F5F5F5;
}

.linkHomecareSaoPaulo{
	        /*color: #009DDC;*/
    color: #005096;

    font-weight: 700;
}

.btnHomecareSP{
	/*border: 1px solid #009DDC;*/
	border: 1px solid #005096;

		/*color: #009DDC;*/
    color: #005096;

    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 20px;
    cursor:pointer;
}

.sectionTitleHomecareSP a{
		/*color: #009DDC;*/
    color: #005096;

}

.textFisioSP {
    margin-bottom: 24px !important;
}

.btnFisioSP{
	/*border: 1px solid #009DDC;*/
	border: 1px solid #005096;
		/*color: #009DDC;*/
    color: #005096;

    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 20px;
    cursor:pointer;

}

.linkFisioSaoPaulo {
		/*color: #009DDC;*/
    color: #005096;

    font-weight: 700;
}

.linkFisioSaoPaulo:visited {
    color: #0072c6;
    text-decoration: none;
}

.sectionTitleFisio a {
    text-decoration: none;
}
						  
						  
 

.titleSectionsSP{
	font-size:20px;
	font-weight:500;
		/*color: #009DDC;*/
    color: #005096;

 	margin-bottom: 16px;
}

.textExamesSP{
	max-width: 70%;
    margin: 0 auto 32px auto;
}

/*.textVacinasSP{
	max-width: 64%;
    margin: 0 auto;
}*/

.textImunoSP{
	max-width: 62%;
    margin: 0 auto;
}


.MeuEinstein {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.MeuEinstein img {
	margin-top: 30px;
}

.textoMeuEinstein {
	max-width: 60%;
    text-align: center;
}


.textOferecemosSP{
	display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.textOferecemosSP a{
	text-decoration:none;
}

.itemContent img{
	width:140px;
	margin-bottom: 16px;
}

.itemContent p{
	max-width:120px;
	font-size:16px;
		/*color: #009DDC;*/
    color: #005096;

	margin: 0 auto;

}

	/* EXAMES SAO PAULO */
	
.textRegioes{
	color: #292929;
}

.boxTituloExames{
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: space-around;

	background-color: transparent !important;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 16px;
	width: 100%;
}

.boxTituloExames img{
	filter: none;
	webkit-filter: none;
}

.subTitleExames p{
	color: #fff;
	max-width: 220px;
}

.btnExames{
	background-color: #005A9C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 30px;
    width: 200px;
}

.textBtnExames{
	color: #fff;
    max-width: 140px;
    margin: 0 auto;
}

.tituloRegioes{
	font-weight: bold;
}

.boxImgExames{
	position: relative;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: space-between;
	height: 430px !important;
	z-index: 1 !important;
}

.boxImgExames #BoxenderecoUnidade{
	height:430px !important;
}

.boxImgExames #BoxenderecoUnidade:hover {
  text-align: center;
  height: 430px !important;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  color: #FFFFFF;
  opacity: 1;
  padding: 20px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background:rgba(0, 90, 156, 0.95) !important;
  background: -moz-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -webkit-gradient(rgba(0, 90, 156, 0.95));
  background: -webkit-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -o-linear-gradient(rgba(0, 90, 156, 0.95));
  background: -ms-linear-gradient(rgba(0, 90, 156, 0.95));
  background: linear-gradient(rgba(0, 90, 156, 0.95));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b9c', endColorstr='#fbc99d', GradientType=1);
}

.textHomecareSP{
	margin-bottom: 24px !important;
}

.sectionTitleHomecareSP a{
	text-decoration:none;
}

.btnRegioesVejaMais{
	display:flex !important;
	justify-content: center;
}

.btnRegioesVejaMais .textoEnderecoRegioes{
	display:flex !important;
	flex-direction: column;
	justify-content: space-between !important;
	align-items: center;
}

.textoEnderecoRegioes h4{
	font-size: 16px !important;
	margin: 0px !important;
	font-weight: bold;
}

.textoEnderecoRegioes p{	
	margin: 0 0 4px !important;
}

#indicatorsExames li{
	display:none;
}

/* SWIPPER SLIDE EXAMES SAO PAULO */

#bannerExamesMobile .swiper-slide .subTitleExames p{
	max-width: 220px;
	font-size: 14px;
	margin-bottom: 16px;
}


#bannerExamesMobile .swiper-slide #BoxenderecoUnidade{
	height:370px !important;
}

#bannerExamesMobile .boxImgUnidades1{
	width: 250px !important;
	height: 370px !important;
}

#bannerExamesMobile .swiper-slide .iconeExames{
	width: 100px !important;
    height: 100px !important;
}

#bannerExamesMobile .swiper-slide #tituloUnidade{
	font-size:16px !important;
}

#bannerExamesMobile .swiper-slide .textBtnExames{
	max-width: 150px !important;
}

#bannerExamesMobile .swiper-slide .btnExames{
	width: 230px !important;
	font-size:14px !important;
}

#bannerExamesMobile .swiper-slide .boxTituloExames{
	margin-left: 0px !important;
    padding-left: 0px !important;
}

@media only screen and (max-width: 600px){
	/* Agendamento Einstein Ate Voce */
.titleAgendamento{
	font-size:22px;
	font-weight:bold;
		/*color: #009DDC;*/
    color: #005096;

 	margin-bottom: 16px;
 	max-width:55% !important;
}

.textAgendamento{
    max-width: 70% !important;
    margin: 0 auto;
}

.listAgendamento{
    margin: 0 auto;
    max-width: 90% !important;
}

.tabAgendamento .itemsTabAgendamento{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px auto;
}

.itemsTabAgendamento .itemTabAgendamento{
    margin: 16px 0;
}


.backgroundAgendamento{
	background-color: #F5F5F5;
    width: 100%;
    height: 924px;
    margin-top: -926px;
}

/*CardsContainerMobile*/

.cardsContainer {
	width: auto;
}

.cardsContainer .rowAgendamento{
    width: 100%;
    margin: 16px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cardsContainer .cardAgendamento{
	margin: 0px 0px 8px 0px;
    width: 310px;
    height: auto !important;	
}

.imagensCardAgendamento {
	flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.imagensCardAgendamento > a{
	text-align: center !important;
}

.imagensCardAgendamento > a > img{
	width: 80% !important;
}


/* Outras Regioes */

.textOferecemosOutras{
	max-width: 60%;
}

/* FAQ Einstein ate voce Mobile */
.perguntaAgendamento{
	width: 90%;
    margin: 0 auto;
}

.perguntaAgendamento .questionTitle p{
	max-width: 300px;
}
/*Diferenciais Mobile*/
#diferenciaisMobile{
	flex-direction: column;
	gap: 2rem;
	align-items: center;
}

/* Regiao SAO PAULO Mobile */

.itemOferecemos{
	width: 165px;
	margin-top:16px;
	margin-bottom:8px;
}

.textHomecareSP {
	max-width: 60%;
    margin: 0 auto;
}

.textFisioSP {
	max-width: 60%;
    margin: 0 auto;
}


.textInCompany{
	max-width: 80%;
    margin: 0 auto;

}


}

@media(min-width:1024px) {
	.backgroundAgendamento {
		background-color: #F5F5F5 !important;
		width: 100% !important;
		height: 376px !important;
		margin-top: -364px !important;
	}
}


@media(max-width:320px){
	.boxImgRegioesMobile {
		width: 240px !important;
	}
}

@media(max-width:370px){
	.imagemUnidade>img{
		width: 300px !important;
	}
}

#menuItemsAteVoce .textMenuBannerBlocoWhite{
  max-width: 180px !important;
  text-align: center;
  margin: 0!important;
}


/* Alterações Guilherme */
.subtitleEAV {
	color: #fff;
    font-size: 24px;
    max-width: 100% !important;
    margin: 22px auto;
    text-align: center;
}


#filtroColor {
	background: linear-gradient(to right, rgba(0, 6, 169, 1) 0%, rgba(0, 6, 169, 0.41) 0%, rgba(245, 127, 23, 0.41) 100%);
}

.titleSobre {
	font-weight: 900 !important;
	color: #fff;
    font-size: 46px;
    text-align: center;
}

#textoDescritivoDesk, #textoDescritivoMobile{
	max-width: 100%;
    margin: 0 auto 0px auto;
    text-align: center;
    margin: 22px auto;
}

#textoDescritivoDesk p, #textoDescritivoMobile p{
	color: #292929;
    text-align: center;
}

.textoAlertaDesk h4{
	margin-top: 0px !important;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.inCompanyContainer {
	padding:32px 0px;
	background: #005096;
	border-radius: 20px;
}

.sectionInCompany {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titleSecao {
	font-size: 24px;
    font-weight: 700;
		/*color: #009DDC;*/
    color: #005096;

    margin-bottom: 16px;
}

.inCompany {
	margin-top: 40px;
}

.textInCompany {
	margin-bottom: 4px !important;
}

#titleInCompany{
	color: white !important;
	text-align: center;
}

#btnInCompany {
	border: 1px solid white;
    color: white;
}

.linkSecao {
		/*color: #009DDC;*/
    color: #005096;

    font-weight: 700;
    text-decoration: none !important;
}

.btnSecao {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #009DDC;*/
    border: 1px solid #005096;
		/*color: #009DDC;*/
    color: #005096;

    padding: 10px;
    width: 300px;
    margin: 0 auto;
    border-radius: 20px;
    cursor: pointer;
}

#titleDiferenciais {
	font-size: 24px;
    margin-top: 25px;
}


.diferenciaisDesk {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diferenciaisMobile {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diferenciais {
	display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto !important;
}

.texto-diferencial {
	/*max-width: 156px !important;*/
	max-width: 256px !important;
    font-weight: bold;
    		/*color: #009DDC !important;*/
    color: #005096 !important;

    font-size: 16px;
    margin: 20px auto;
    text-align:left;
}

.item-diferencial {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width:300px;
    text-align:left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 10px;
}

#diferenciais-conteudo-mobile{
	max-width: 90%;
    margin: 0 auto 5px auto;
}

@media screen and (min-device-width: 375px) and (max-device-width: 424px) { 
    #diferenciais-conteudo-mobile{
	max-width: 92%;
	}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    #diferenciais-conteudo-mobile .textDiferenciais{
		margin-right: 3%;
	}
	
	.texto-diferencial {
		max-width: 200px !important;
	}
					 
					 #menuItemsAteVoce .textMenuBannerBlocoWhite{
  max-width: 180px !important;
  text-align: center;
  margin: 0!important;
}
							
	 
}



#AgendamentoDesk {
	width:100% !important;
	padding: 0 !important;
}

ul.nav.nav-tabs.nav-justified{
	padding-right: 20px;
    padding-left: 20px;
}

/*.tabAgendamento{
	padding-right: 20px;
    padding-left: 20px;
}
*/

#sectionOferecemos {
    margin-bottom: 0;
}

#sectionAgendamento {
    margin-top: 20px;
}