﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.larguraContainer {}

/* --- 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("../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);
    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(../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(../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(../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;*/
}

.blocoMenu5 {
    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(../img/line-tab.png);
    background-repeat: no-repeat;
    background-position-x: left;
    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;*/
}


.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);
}

.active .blocoMenu5 {
    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;
}

.blocoMenu5 .iconMenuBanner {
    padding: 0px 15px 0px 50px;
}

.active .textMenuBannerBlocoWhite {
    color: #292929;
}

.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%;
}

/* --- 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;
}

.rowAgendamento {
    margin-top: 45px;
}

#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;
}

/* --- Novidades --- */

.rowNovidades {
    margin: 48px 0px 30px 0px;
    text-align: center;
}

.titleNovidades {
    color: #292929;
    font-size: 32px;
}

.boxImgNovidades {
    border-radius: 10px 10px 0px 0px;
    background-image: url("../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("../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("../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;
}

.boxImgUnidades1 {
    height: 262.500px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    background-image: url("../img/bannerHome.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 1px 2px 4px 3px rgba(204,204,204,0.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    1px 2px 4px 3px rgba(204,204,204,0.6);  /* Firefox 3.5 - 3.6 */
  	box-shadow:         1px 2px 4px 3px rgba(204,204,204,0.6); 

}

.boxImgUnidades2 {
    height: 262.500px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    background-image: url("../img/alphaville.png");
    background-repeat: no-repeat;
    background-position: center;
}

.boxTituloUnidade {
    width: 215px;
    height: 50.76px;
    float: right;
    margin-top: 177px;
    padding-left: 20px;
    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;
}

#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: 'Montserrat', sans-serif;
    cursor:pointer;
}

#BoxenderecoUnidade .row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#BoxenderecoUnidade .row button {
    width: 215px;
    height: 50.76px;
    float: right;
    padding: 0 0 0 20px !important;
    background-color: rgba(0, 0, 0, 0);
    margin-right:-41px;
    text-align:left;
    font-size:18px;
    border: 1px solid #FFF;
    border-radius:30px 0px 0 30px;
    -webkit-border-radius: 30px 0px 0 30px;
	-moz-border-radius: 30px 0px 0 30px;

    
    /*border-radius: 4px;
    border: 2px solid #FFF;
    width: 225px;
    height: 32px;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);*/
}

#localizacaoEndereco {
    font-size: 13px;
}
#localizacaoEndereco .material-icons{
	float:left;
	margin-top:6px;
	font-size:30px
}
.unidadesLine2 {
    margin-top: 25px;
}
.boxImgUnidades1:hover .boxTituloUnidade {
	display:none;
}
#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: 'Montserrat', 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;
}

.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: none;
    }
    #unidadesDesk {
        display: none;
    }
    #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;
    }
    .es-flag {
    	right: 47px !important;	
    }
	.br-flag{
	    right: 70px !important;
	}
    .boxImgNovidades{
        height: 253px;
        width: 285px !important;
    }
    #boxTextNovidades{
        width: 285px !important;
    }

}

@media(max-width: 425px){
    #boxTextNovidades{
        width: 324px !important;
    }
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        width: 324px !important;
    }
    div#conteudo-secao-6 {
        /*padding: 0px 8px 8px 17px !important;*/
        display: flex;
	    flex-direction: column;
	    align-items: center;
    }

}

/* 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;
    }
    #unidadesDesk {
        display: none;
    }
    #unidadesMobile {
        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("../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("../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;
    }
}

/* desktop */
@media(min-width:1001px) {
    .boxIconBanner {
        padding: 0 30px;
    }
    .textMenuBannerBlocoWhite {
        margin-top: 0;
    }
}

@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("../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("../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;
    }
    .blocoMenu5 .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;
    }
     .blocoMenu5 .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;
	}


}
@media(min-width: 375px) and (max-width: 858px){
    #boxTextNovidades{
        height: 355px;
        width: 265px !important;
    }
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        width: 265px !important;
    }
    div#conteudo-secao-6{
        padding: 0 8px 8px 15px;
    }
}
@media(min-width: 1024px) and (max-width: 1439px){
    #boxTextNovidades{
        /*width: 260px !important;*/
    }
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        /*width: 260px !important;*/
    }
    

}

@media(min-width: 768px) and (max-width: 1023px){
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        width: 205px !important;
    }
    #boxTextNovidades {
        width: 205px !important;
    }
}
@media(min-width: 320px) and (max-width: 374px){
    #boxTextNovidades{
        width: 223px !important;
    }
    .boxImgNovidades, .boxImgNovidades2, .boxImgNovidades3 {
        width: 223px !important;
    }
}

@media (min-width:320px) and (max-width: 1000px) {
    .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;
    }
     .blocoMenu5 {
        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;
    }
     .blocoMenu5 .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;
        height: 100%;
        padding: 0;
        background-image: url(../img/baseline-expand_more-24px.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
    }
    .estiloImg1 {
        background-image: url(../img/baseline-expand_more-24px.svg);
    }
    .estiloImg2 {
        background-image: url(../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: 210px;
    }
    #filtroImgNovidades {
        height: 205px;
    }
    .titleNovidades {
        font-size: 28px;
        margin: 20px 0px 20px 0px;
    }
    #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("../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("../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;
    }
    .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;
        width: 208px;
	}
    /* :VERTICAL */
    @media (orientation: portrait) and (max-width: 700px) {
        .textMenuBannerBlocoWhite {
            font-size: 15pt;
            padding: 5%;
        }
        #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: 270px;
            width: 214px;
        }
        #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(../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%;
        }
        #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(../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;

}