@import 'bootstrap.css';
@import 'mdb.css';
@import '../fonts/icomoon/icomoon.css';
@import 'plugins/rs-plugin/settings.css';
@import 'plugins/rs-plugin/settings-ie8.css';
@import 'plugins/plugins.css';
@import "fontes/font-awesome.css";


/*===============================*/
/*          RESET               */
/*===============================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

hr {
    display: none
}

textarea {
    resize: none;
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button,
input[type="submit"],
input[type="button"] {
    border: none;
}

blockquote,
q {
    quotes: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.left,
.box {
    float: left;
}

.right {
    float: right;
}

a,
a:hover {
    text-decoration: none !important;
}

p {
    font: 13px "Roboto";
    color: #666666;
}

/*===============================*/
/*          ADD FONTES           */
/*===============================*/
@font-face {
    font-family: 'myriad_web_proregular';
    src: url('../fonts/myriadwebpro-webfont.eot');
    src: url('../fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriadwebpro-webfont.woff') format('woff'),
        url('../fonts/myriadwebpro-webfont.ttf') format('truetype'),
        url('../fonts/myriadwebpro-webfont.svg#myriad_web_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*===============================*/
/*         CLASSES GERAIS        */
/*===============================*/
.container-reduzido {
    padding: 0 100px;
}

.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

.block-center {
    display: block;
    margin: auto;
}

.noborder {
    border: 0
}

.border-box {
    padding-bottom: 25px;
    border-bottom: 1px #ECECEC solid
}

.bt {
    color: #FFFFFF;
    border: 2px solid #ABABB1;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 40px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.bt:hover {
    color: #4A6687;
    background: #F7F7F7;
    border: 2px solid #F7F7F7;
    -webkit-box-shadow: inset 0px 10px 15px 0px rgba(0, 11, 0, 0.12);
    -moz-box-shadow: inset 0px 10px 15px 0px rgba(0, 11, 0, 0.12);
    box-shadow: inset 0px 10px 15px 0px rgba(0, 11, 0, 0.12);
}

.bt.bt-default {
    border: 2px solid #6AA3C3;
    color: #6AA3C3;
    font-size: 14px;
    background-color: #FFFFFF
}

.bt.bt-default-inverse {
    background-color: #6A9DC0;
    border: 1px solid #6A9DC0;
    color: #FFFFFF;
    font-size: 13px;
    padding: 6px 40px;
}

.bt.bt-default:hover {
    background-color: #6A9DC0;
    border: 1px solid #6A9DC0;
    color: #FFFFFF;
}

.bt.bt-small {
    padding: 7px 25px;
}

.bt-geral {
    color: #FFFFFF;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #6A9DC0;
    border: 1px solid #6A9DC0;
    color: #FFFFFF;
    display: inline-block;
    background-color: #1B192C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.bt-geral:hover {
    color: #FFFFFF;
}

.btn-circle {
    color: #6C8099;
    font-size: 17px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 35px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #191730;
}

.btn-circle:hover {
    background-color: #6C8099;
    color: #FFFFFF
}

.title-container {
    font-family: "Alegreya Sans SC", 'Roboto';
    font-size: 28px;
    color: #2A5979;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
}

.title-container .icon {
    margin-bottom: 10px;
}

.title-container.no-line {
    margin-top: 20px;
}

.title-container:before {
    width: 100%;
    content: "";
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    top: 18px;
    left: 0;
}

.title-container h2,
.title-container h3 {
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 25px;
}

.subtitle-container h2,
.subtitle-container h3 {
    color: #191730;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0 30px;
    text-transform: uppercase;
}

.title-container.no-line:before {
    width: 0;
}

.title-container .black {
    font-weight: 900;
}

#breadcrumb {
    margin: 0 auto;
    padding: 0 0 10px;
    border-bottom: 1px solid #ECECEC;
    width: 780px;
    text-align: center;
}

#breadcrumb li {
    display: inline;
    font-size: 10px;
    font-family: "Arial";
    color: #545454;
}

#breadcrumb li a {
    color: #545454;
}

#breadcrumb li a:hover {
    text-decoration: underline
}

.center-content {
    width: 415px;
    text-align: center;
    padding: 20px 0;
}

.center-content p {
    margin-bottom: 12px
}

.center-content p strong {
    font-size: 14px
}

.banner-interno {
    width: 100%;
    height: 275px;
}

.div-scrolldown #play_video {
    display: none
}

@media (max-width: 768px) {
    .container-reduzido {
        padding: 0 5%
    }

    #breadcrumb {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .container-reduzido {
        padding: 0
    }

    #breadcrumb {
        width: 100%;
    }

    .center-content {
        width: 100%;
    }
}

/*===============================*/
/*          HEADER              */
/*===============================*/
@media (max-width: 990px) {
    .list-icon li:first-of-type {
        margin-right: 10px
    }
}

@media (max-width: 768px) {
    .top-header #menu {
        position: absolute;
    }

    .fixed .top-header #logo #logo-reduct,
    .top-header #logo #logo-reduct,
    .home .top-header #logo #logo-normal {
        margin: auto
    }

    .top-header #logo>a {
        display: block
    }

    .top-header>.container>.pull-right {
        display: none
    }

    #links-importantes .col-sm-4 {
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #EEEEEE;
    }

}

@media (max-width: 480px) {
    #menu .link-menu {
        text-indent: -9999px
    }

    #logo span {
        display: none
    }

    #blog-novidades .acesse-blog a {
        margin-left: 0 !important;
    }
}

#header.fixed {
    position: fixed;
    margin-top: 0px !important;
    z-index: 100;
    width: 100%;
}

.top-header {
    background: #000000;
    background: #F5F5F5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1b1a2c', GradientType=1);
    width: 100%;
    min-height: 52px;
    margin: 0;
}

.top-header #logo {
    margin: 15px auto;
    text-align: center
}

.top-header #logo>a {
    display: inline-block;
}

.home .top-header #logo #logo-reduct,
.home .fixed .top-header #logo #logo-normal,
.top-header #logo #logo-normal {
    display: none
}

.fixed .top-header #logo #logo-reduct,
.top-header #logo #logo-reduct,
.home .top-header #logo #logo-normal {
    display: block
}

.list-icon {
    text-align: right;
    padding: 13px 0;
}

.list-icon li {
    display: inline-block;
    margin: 0 4px
}

.list-icon li:last-of-type {
    margin-left: 35px
}

.list-icon li a {
    color: #6AA3C3;
    font-size: 18px;
    font-family: 'Roboto'
}

.list-icon li a i.icon-youtube-horizontal {
    display: inline-block;
    background-size: 100%;
    height: 16px;
}

.top-header>.container {
    position: relative;
}

#header.fixed .credenciamento {
    display: none;
}

.credenciamento {
    text-align: right;
    float: right;
    position: relative;
    left: 40px;
}

.box-info-credenciamento {
    width: 100%;
}

.box-info-credenciamento span {
    display: inline-block;
    font-size: 10px;
    color: #265A76 !important;
    width: 140px;
}

.box-info-credenciamento .icon-credenciamento {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/icon/icon-certificado-aprovado.png") center no-repeat;
    position: relative;
    top: -6px;
}

.credenciamento a.bt-small {
    font-size: 10px;
    padding: 4px 18px;
}

@media (max-width: 990px) {
    .credenciamento {
        display: none;
    }
}

/*===============================*/
/*          MENU                */
/*===============================*/
#menu {
    position: relative;
}

#menu .link-menu {
    color: #2A5B79;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px 15px 15px;
    display: inline-block;
    font-family: "Roboto";
    z-index: 9;
    position: relative;
}

#menu .link-menu:hover,
#menu .link-menu.active {
    color: #FFFFFF;
    text-decoration: none;
    background: url("../images/bg-menu.png") repeat;

}

#menu .link-menu:hover .line-bar,
#menu .link-menu.active .line-bar {
    background-color: #FFFFFF;
}

#menu .link-menu .bar {
    width: 17px;
    float: left;
    margin-right: 8px;
    padding-top: 4px;
}

#menu .link-menu .line-bar {
    width: 100%;
    height: 2px;
    margin-bottom: 3px;
    background-color: #2A5B79;
    float: left;
}

#menu-navigator {
    position: absolute;
    top: 52px;
    left: 0;
    width: 330px;
    z-index: 100;
    background: url("../images/bg-menu.png") repeat;
    padding: 0;
    display: none;
    margin-left: 30px;
}

#menu-navigator #navigator {
    width: 328px;
    float: left;
}

#menu-navigator ul li {
    position: relative;

}

#menu-navigator ul li a {
    font-family: "Roboto";
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 0px 10px 0;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto'
}

#menu-navigator ul li a:before {
    content: "";
    background-color: #FFFFFF;
    width: 4px;
    height: 4px;
    display: inline-block;
    position: relative;
    margin: 0 20px;
    border-radius: 100%;
    top: -2px;
}

#menu-navigator ul li a:hover,
#menu-navigator>ul>li>a.active {
    background: #2D5A7C
}

#menu-navigator ul li ul.submenu {
    display: none;
}

#menu-navigator ul li ul.submenu li a {
    padding-left: 30px;
}

@media (max-width: 990px) {
    .list-icon li:first-of-type {
        margin-right: 10px
    }
}

/*============================*/
/*           HOME             */
/*============================*/
#banner-section {
    position: relative;
}

.info-home {
    height: 405px;
}

.info-home>div {
    width: 510px;
}

.info-home.info-linha {
    background: #6AA3C3 url("../images/bg-info-linha.png") right no-repeat;
}

.info-home.info-catalogo {
    background: #6AA3C3 url("../images/bg-info-catalogo.png") left no-repeat;
}

.info-home.info-onde-encontrar {
    background: #6AA3C3 url("../images/bg-info-onde-encontrar.png") right no-repeat;
}

.info-home.info-sobre {
    background: #6AA3C3 url("../images/bg-info-historia.png") left no-repeat;
}

.info-home.info-linha>div,
.info-home.info-onde-encontrar>div {
    float: right;
}

.info-home.info-catalogo>div,
.info-home.info-sobre>div {
    float: left;
}

.info-home>div h2 {
    font-family: "Alegreya Sans SC", 'Roboto';
    margin-top: 70px;
}

.info-home>div h2 .icon {
    margin: 0 auto 10px;
}

.info-home>div h2 span {
    color: #FFFFFF;
    font-size: 42px;
    font-family: "Alegreya Sans SC", 'Roboto';
    display: block;
}

.info-home>div h2 span.small {
    font-size: 26px;
    letter-spacing: 3px;
}

.info-home>div h2 span.bold {
    font-size: 32px;
    letter-spacing: 2px;
}

.info-home>div h2 span.black {
    font-weight: 700;
    font-size: 89px;
    line-height: 72px;
}

.info-home>div h2 span:nth-of-type(2) {
    margin-top: 10px
}

.info-home.info-sobre>div h2 span.black {
    font-size: 78px;
}

.info-home .bt {
    margin-top: 15px;
}

#blog-novidades {
    background-color: #FFFFFF;
}

#blog-novidades .acesse-blog {
    color: #2A4C65;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

#blog-novidades .acesse-blog a {
    margin-left: 20px;
    position: relative;
    top: -2px;
}

#blog-novidades,
#redes-sociais {
    padding: 40px 0;
}

#links-importantes>div {
    padding: 130px 0 50px;
}

#links-importantes article {
    color: #191730;
    font-family: "Alegreya Sans SC", 'Roboto';
}

#links-importantes .acesso-rapido .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 18px;
    background-size: 100% 100%
}

#links-importantes .acesso-rapido small {
    font-size: 15px;
    letter-spacing: 3px
}

#links-importantes .acesso-rapido h3 {
    font-weight: 300;
    font-size: 54px;
    letter-spacing: 2px
}

#links-importantes .acesso-rapido h3 span {
    font-weight: 800;
    font-size: 30px;
    display: block
}

.home #links-importantes .acesso-rapido .bt {
    margin-top: 15px
}

.ultimos-posts,
#redes-sociais .container-reduzido {
    margin-top: 35px
}

.ultimos-posts .postagem figure img {
    width: 100%
}

.ultimos-posts .postagem header h4 {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 18px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ultimos-posts .postagem article a {
    margin-top: 17px;
}

@media (max-width: 990px) {
    .info-home>div {
        width: 100%
    }

    #opiniao-linha,
    #blog-novidades,
    #redes-sociais {
        padding: 40px 5%;
    }

    .ultimos-posts .postagem {
        margin-bottom: 25px
    }
}

@media (max-width: 768px) {

    #opiniao-linha,
    #blog-novidades,
    #redes-sociais {
        padding: 40px 2%;
    }
}

/*============================*/
/*       QUEM SOMOS           */
/*============================*/
@media (max-width: 768px) {
    .quem-somos #linha-tempo .history {
        width: 100%
    }

    .quem-somos #linha-tempo .history.history-rigth,
    .quem-somos #linha-tempo .history.history-left {
        margin-left: 26px;
    }

    .quem-somos #linha-tempo .history .box-history,
    .quem-somos #linha-tempo .history.history-left .box-history {
        max-width: inherit;
        margin-left: 93px;
    }

    .quem-somos #linha-tempo::before {
        left: 118px;
    }

    .quem-somos #bt-linhaTempo,
    .quem-somos #bt-equipe {
        width: 100%;
        text-align: center;
    }

    .quem-somos #linha-tempo .history:before {
        background: url(../images/history-right.png) no-repeat !important;
        left: -19px;
    }

    .quem-somos #linha-tempo .history.history-left span {
        left: 35px;
        right: auto;
    }

    .quem-somos #mosaico figure#mosaico1,
    .quem-somos #mosaico figure#mosaico2,
    .quem-somos #mosaico figure#mosaico3,
    .quem-somos #mosaico figure#mosaico4,
    .quem-somos #mosaico figure#mosaico5,
    .quem-somos #mosaico figure#mosaico6,
    .quem-somos #mosaico figure#mosaico7,
    .quem-somos #mosaico figure#mosaico8,
    .quem-somos #mosaico figure#mosaico9 {
        margin: 0 1% 10px;
        width: 31.3333% !important;
        height: 150px;
        position: relative;
        float: left;
        left: auto;
        top: auto;
        right: auto;
        border-radius: 0;
    }

    #departamentos>.row .col-sm-6 img {
        display: block;
        margin: auto;
        position: relative;
        top: auto
    }

    #departamentos>.row .col-sm-6 .info-estrutura {
        position: relative;
        text-align: center;
        padding: 0;
        top: auto
    }
}

@media (max-width: 380px) {
    .quem-somos #linha-tempo::before {
        left: 72px;
    }

    .quem-somos #linha-tempo .history:before,
    .quem-somos #linha-tempo .history.history-rigth::before {
        left: -65px;
    }

    .quem-somos #linha-tempo .history.history-rigth .box-history,
    .quem-somos #linha-tempo .history.history-left .box-history {
        margin-left: 50px;
    }

    .quem-somos #linha-tempo .history.history-rigth span,
    .quem-somos #linha-tempo .history.history-left span {
        left: -5px;
    }

    .quem-somos #bt-linhaTempo,
    .quem-somos #bt-equipe {
        padding: 6px 20px;
    }

    .quem-somos #equipe .funcionario .image-funcionario,
    .quem-somos #equipe .funcionario .descricao-funcionario {
        width: 100%
    }

    .quem-somos #equipe .funcionario .image-funcionario figure {
        height: 250px;
        width: 250px;
        margin: 0 auto 10px;
    }

    .quem-somos #mosaico figure#mosaico1,
    .quem-somos #mosaico figure#mosaico2,
    .quem-somos #mosaico figure#mosaico3,
    .quem-somos #mosaico figure#mosaico4,
    .quem-somos #mosaico figure#mosaico5,
    .quem-somos #mosaico figure#mosaico6,
    .quem-somos #mosaico figure#mosaico7,
    .quem-somos #mosaico figure#mosaico8,
    .quem-somos #mosaico figure#mosaico9 {
        margin-bottom: 10px;
        width: 100% !important;
        height: 250px;

    }
}

.banner-interno.banner-sobre {
    background: url("../images/banner-quem-somos.jpg") center
}

article.conteudo {
    padding: 25px 0
}

article.conteudo p,
article.conteudo li {
    color: #191732;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
}

article.conteudo p strong {
    color: #191732;
    font-size: 18px;
    font-weight: 800
}

article.conteudo h3 {
    font-size: 26px;
    color: #191732;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 25px;
}

article.conteudo h3 span {
    font-weight: 600
}

article.conteudo h3 strong {
    font-weight: 900
}

#linha-tempo {
    position: relative;
    width: 100%;
    height: 457px;
    overflow: hidden;
}

#linha-tempo::before {
    content: "";
    width: 2px;
    height: 100%;
    border-left: 2px dotted #9AB4CC;
    position: absolute;
}

#linha-tempo::after,
#a-equipe::after {
    content: "";
    width: 100%;
    height: 193px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/verical-shadow.png) center no-repeat;
    z-index: 10;
}

#linha-tempo .history {
    width: 50%;
    position: relative;
}

/*#linha-tempo .history + .history{top: -60px}*/
#linha-tempo .history span {
    font-weight: 800;
    color: #6DA2C6;
    font-size: 15px;
    position: absolute;
    top: 36%;
}

#linha-tempo .history:before {
    content: "";
    width: 119px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
}

#linha-tempo .history.history-rigth {
    margin-left: 50%
}

#linha-tempo .history.history-left {
    margin-right: 50%
}

#linha-tempo .history.history-rigth span {
    left: 35px;
}

#linha-tempo .history.history-left span {
    right: 31px;
}

#linha-tempo .history.history-rigth::before {
    background: url("../images/history-right.png") no-repeat;
    left: -19px;
}

#linha-tempo .history.history-left::before {
    background: url("../images/history-left.png") no-repeat;
    right: -20px;
}

#linha-tempo .history .box-history {
    padding: 15px 20px;
    text-align: left;
    color: #191732;
    font-family: 'Roboto';
    max-width: 250px;
}

#linha-tempo .history.history-left .box-history {
    margin-left: 23px;
}

#linha-tempo .history.history-rigth .box-history {
    margin-left: 93px;
}

#linha-tempo .history .box-history h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px
}

#linha-tempo .history .box-history p {
    font-size: 13px;
    line-height: 20px
}

#bt-linhaTempo,
#bt-equipe {
    position: absolute;
    bottom: 140px;
    z-index: 11;
    left: 50%;
    transform: translate(-50%);
}

#equipe {
    position: relative;
    top: -80px;
    z-index: 11;
}

#a-equipe {
    position: relative;
    width: 100%;
    height: 457px;
    overflow: hidden;
    padding-top: 10px;
}

#equipe .funcionario {
    margin-bottom: 25px;
    float: left;
}

#equipe .funcionario .image-funcionario {
    float: left;
    width: 40%
}

#equipe .funcionario .mask-image {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    border: 7px solid #6AA3C3;
    -webkit-box-shadow: 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    -moz-box-shadow: 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    box-shadow: 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
}

#equipe .funcionario .mask-image::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    -moz-box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    position: absolute;
    top: 0;
    border-radius: 100%;
}

#equipe .funcionario .mask-image img {
    width: 100%
}

#equipe .funcionario .descricao-funcionario {
    float: left;
    width: 60%;
    color: #191533;
    font-family: "Roboto";
}

#equipe .funcionario .descricao-funcionario h4 {
    font-size: 18px;
    font-weight: 800;
}

#equipe .funcionario .descricao-funcionario small {
    font-size: 11px;
    display: inline-block;
    font-weight: 800
}

.quem-somos #links-importantes>div {
    padding: 0px 0 20px;
}

.quem-somos #links-importantes .row {
    margin-bottom: 20px
}

.quem-somos #links-importantes .acesso-rapido h3,
.contato #links-importantes .acesso-rapido h3 {
    margin-top: 15px;
}

.quem-somos #links-importantes .acesso-rapido .bt {
    margin-top: 0
}

#estrutura {
    position: relative;
    top: -130px;
    z-index: 11;
}

#mosaico {
    position: relative;
    min-height: 450px;
    background: url("../images/bg-estrutura.png") center 40px no-repeat
}

#mosaico figure {
    position: absolute;
    overflow: hidden;
    border: 7px solid #6AA3C3;
    -webkit-box-shadow: 0px -1px 8px 0px rgba(0, 2, 0, 0.2);
    -moz-box-shadow: 0px -1px 8px 0px rgba(0, 2, 0, 0.2);
    box-shadow: 0px -1px 8px 0px rgba(0, 2, 0, 0.2);

}

#mosaico figure::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    -moz-box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    box-shadow: inset 0px -8px 8px 0px rgba(0, 2, 0, 0.2);
    position: absolute;
    top: 0;
}

#mosaico figure .fancybox-estrutura {
    display: inline-block !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;

}

#mosaico figure .fancybox-estrutura:after {
    content: '';
    display: block;
    width: 42px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -22px;
    background: url(../images/plugins/icon.png);
}

#mosaico figure img {
    max-height: 140%;
    cursor: pointer;
}

#mosaico figure#mosaico1 {
    width: 73px;
    height: 78px;
    top: 52px;
    left: 60px;
}

#mosaico figure#mosaico2 {
    width: 80px;
    height: 104px;
    left: 153px;
    top: 26px;
}

#mosaico figure#mosaico3 {
    width: 142px;
    height: 142px;
    left: 252px;
    top: 63px;
    border-radius: 100%;
}

#mosaico figure#mosaico4 {
    width: 103px;
    height: 124px;
    right: 121px;
    top: 72px;
}

#mosaico figure#mosaico5 {
    width: 142px;
    height: 191px;
    left: 92px;
    top: 145px;
}

#mosaico figure#mosaico6 {
    width: 232px;
    height: 72px;
    top: 217px;
    left: 249px;
}

#mosaico figure#mosaico6 img {
    width: 100%;
    max-height: inherit;
}

#mosaico figure#mosaico7 {
    width: 72px;
    height: 72px;
    right: 60px;
    top: 215px;
    border-radius: 100%
}

#mosaico figure#mosaico8 {
    width: 80px;
    height: 104px;
    top: 307px;
    left: 250px;
}

#mosaico figure#mosaico9 {
    width: 73px;
    height: 84px;
    right: 215px;
    top: 307px;
}

/*============================*/
/*      DEPARTAMENTOS         */
/*============================*/
#departamentos {
    margin-bottom: 70px;
}

#departamentos .col-sm-6 {
    position: relative;
}

#departamentos .recepcao {
    margin-top: 25px;
}

#departamentos .recepcao .info-estrutura {
    position: absolute;
    padding-right: 160px;
    top: 25px;
}

#departamentos .consultorios .info-estrutura {
    padding-left: 160px;
}

#departamentos .consultorios img {
    position: absolute;
    top: -70px;
}

#departamentos .dormitorios .info-estrutura {
    top: 120px;
    position: relative;
}

#departamentos .sala-audiometria .info-estrutura {
    position: relative;
    top: 60px;
    padding-left: 120px
}

/*============================*/
/*      ESPECIALIDADE         */
/*============================*/
.lista-especialidades {
    position: relative;
    height: 1275px;
}

.lista-especialidades .a-especialidade>div {
    padding-top: 29px;
}

.lista-especialidades .a-especialidade .icon {
    display: inline-block;
    height: 77px;
    width: 77px;
}

.lista-especialidades .a-especialidade .icon.icon-nariz {
    background: url("../images/icon/icon-nariz-2x.png") no-repeat
}

.lista-especialidades .a-especialidade .icon.icon-garganta {
    background: url("../images/icon/icon-garganta-2x.png") no-repeat
}

.lista-especialidades .a-especialidade .icon.icon-ouvidos {
    background: url("../images/icon/icon-ouvidos-2x.png") no-repeat
}

.lista-especialidades .a-especialidade .icon.icon-sono {
    background: url("../images/icon/icon-sono-2x.png") no-repeat
}

.lista-especialidades .a-especialidade {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    background-color: #FFFFFF;

}

.lista-especialidades .a-especialidade+.a-especialidade {
    -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 50px;
}

.lista-especialidades .a-especialidade.especialidade-rinologia {
    background-image: url(../images/bg-rinologia.png);
    background-position: center right;
}

.lista-especialidades .a-especialidade.especialidade-laringologia {
    background-image: url(../images/bg-laringologia.png);
    background-position: -30px 30px;
    top: 260px;
}

.lista-especialidades .a-especialidade.especialidade-otologia {
    background-image: url(../images/bg-otologia.png);
    background-position: top right;
    top: 562px;
    background-size: 87%;
}

.lista-especialidades .a-especialidade.especialidade-somedicina-sono {
    background-image: url(../images/bg-medicina-sono.png);
    background-position: top center;
    top: 898px;
}

/*============================*/
/*      SERVIÇOS            */
/*============================*/
.tipo-exame .description-exame h4 {
    font-size: 18px;
    color: #191732;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 15px;
}

.tipo-exame .description-exame,
.tipo-exame .description-exame p,
.tipo-exame .description-exame p strong,
.tipo-exame .description-exame span,
.tipo-exame .description-exame li {
    color: #191732;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}

.tipo-exame .description-exame ul {
    margin: 15px 0;
    padding-left: 20px;
}

.tipo-exame .description-exame ul li {
    margin-bottom: 10px;
    list-style: initial;
}

.tipo-exame .description-exame small {
    font-size: 12px;
}

/*============================*/
/*         BLOG               */
/*============================*/
.lista-postagem {
    margin-top: 35px;
    border-right: 1px solid #ECECEC;
    padding-right: 25px;
}

.ultimos-posts .postagem {
    border-bottom: none
}

.postagem {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.postagem .titulo-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.postagem .titulo-post .data-post {
    float: left;
    background-color: #66A4C0;
    color: #FFFFFF;
    font-family: "Roboto";
    text-align: center;
    padding: 10px 13px;
    margin-right: 15px;
}

.postagem .titulo-post .data-post .dia {
    display: block;
    font-weight: 900;
    font-size: 32px;
    line-height: 24px;
}

.postagem .titulo-post .data-post .mes {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.postagem .titulo-post h3 {
    margin-top: 0;
    font-size: 28px;
    color: #191732;
}

.postagem .content-post figure img {
    width: 100%
}

.postagem .content-post .categorias {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.postagem .content-post .categorias li {
    float: left;
    margin-right: 5px;
}

.postagem .content-post .categorias li a {
    color: #FFFFFF;
    background-color: #66A4C0;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 13px;
}

.postagem .content-post .categorias li a:hover {
    background-color: #191732;
}

.postagem .content-post .ver-mais {
    display: inline-block;
}

.postagem .content-post .ver-mais,
.postagem .content-post .ver-mais strong {
    color: #6091B1;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline !important;
}

#sidebar {
    padding-left: 25px;
    margin-top: 35px
}

#sidebar .item-sidebar {
    margin-bottom: 50px;
}

#sidebar .item-sidebar h4.titulo-sidebar {
    font-weight: 800;
    color: #191732;
    font-size: 18px;
    margin-bottom: 10px;
}

#sidebar .item-sidebar ul li {
    margin-bottom: 10px;
}

#sidebar .item-sidebar ul li a {
    color: #333333;
    font-size: 14px;
}

#sidebar .item-sidebar ul li a:hover {
    text-decoration: underline !important
}

#sidebar #form-pesquisa input[type="submit"] {
    background: url("../images/icon/icon-busca.png") center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 34px;
    text-indent: -999px;
}

/*============================*/
/*       FORM STYLE           */
/*============================*/
#formContato.form-revendedor label[for="assunto"],
#formContato.form-revendedor label[for="mensagem"] {
    display: none !important;
}

.form-group {
    position: relative
}

.form-style label {
    display: block;
    color: #666666;
    font-size: 13px;
    margin-bottom: 7px
}

.form-style input.form-control {
    background-color: #EEEEEE !important;
}

.form-style textarea.form-control {
    background-color: #EEEEEE !important;
    width: 95%;
    height: 100px;
    border: none;
    padding: 15px 7%;
    color: #666666;
    font-size: 12px;
    font-family: arial;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.form-style .form-group .bootstrap-select.btn-group {
    width: 95%;
}

.form-style .form-group .bootstrap-select.btn-group>.dropdown-toggle {
    height: 40px;
    padding: 10px 7%;
    padding-bottom: 7px;
}

.form-style .g-recaptcha {
    margin-bottom: 15px;
}

.form-style .form-group.error.success input[type=text],
.form-style .form-group.error.success textarea {
    border: none
}

.form-style .form-group.error input[type=text],
.form-style .form-group.error textarea,
.form-style .form-group.error .dropdown-toggle {
    border: 2px solid #FF7373;
}

.form-style .form-group .error.valid {
    background: url(../images/valid-form.png) no-repeat;
    text-indent: -9999px;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 36px;
    right: 0px;
}

.form-style .form-group .bootstrap-select .error.valid {
    right: -20px;
    top: 8px;
}

.form-style label.error {
    color: red;
    font-style: normal;
    font-size: 12px;
}

.fancybox-skin .send-contact {
    padding: 55px 80px;
    text-align: center
}

.fancybox-skin .send-contact p {
    color: #333333;
    font-size: 15px;
    font-family: "myriad_web_proregular"
}

.fancybox-skin .send-contact img {
    display: block;
    margin: 10px auto 10px !important;
}

.fancybox-skin .send-contact span {
    font-size: 12px;
    color: #333333;
    display: block;
    font-family: "myriad_web_proregular"
}

/*============================*/
/*          CONTATO          */
/*============================*/
.box-form {
    width: 780px;
    margin: 10px auto;
    padding-bottom: 30px;
}

.box-form form .col-sm-6:nth-of-type(2n) {
    border-left: 1px solid #ECECEC;
    padding-left: 30px;
    padding-right: 5px
}

.box-contatos {
    width: 780px;
    margin: 10px auto;
    padding: 25px 0
}

.box-contatos .col-sm-4:nth-of-type(2n) {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.box-contatos .col-sm-4 .icon {
    display: inline-block
}

.box-contatos .col-sm-4 p {
    font-size: 15px;
    line-height: 22px;
}

.box-contatos .col-sm-4 p span {
    font-size: 10px
}

#mapa {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

#googlemaps {
    height: 460px;
    width: 100%;
}

.contato #links-importantes>div,
.especialidades #links-importantes>div {
    padding-top: 60px
}

.contato .dados-contato .icon {
    float: left;
    height: 36px;
    width: 36px;
}

.contato .dados-contato .dados-info {
    margin-left: 45px;
}

.contato .dados-contato .dados-info strong {
    font-size: 14px
}

.contato .dados-contato .dados-info small {
    font-size: 11px
}

@media (max-width: 768px) {

    .box-form,
    .box-contatos {
        width: 100%;
    }

    .box-form form .col-sm-6:nth-of-type(2n) {
        border: none;
        padding-left: 15px
    }
}

/*============================*/
/*       NEWSLETTER           */
/*============================*/
.box-newsletter {
    background-color: #284554;
    padding: 35px 0;
}

.form-newsletter {
    width: 940px;
    height: 33px;
    margin: 0 auto;
}

.form-newsletter h3 {
    float: left;
    color: #FFFFFF;
    font: 15px "roboto";
    line-height: 17px;
    text-align: right;
    margin-right: 15px;
    font-weight: 500;
    width: 211px;
}

.form-newsletter .control-group {
    width: 270px;
    float: left;
    margin-right: 10px;
}

.form-newsletter .bt {
    font-size: 15px;
    padding: 8px 25px;
    background: transparent;
    border: 1px solid #ABABB1;
    font-weight: 700;

}

.form-cadastro input {
    font-style: italic
}

.form-newsletter #form-cadastro input.error {
    color: red;
    border: 2px solid #FF7373;
}

.form-newsletter #form-cadastro input.error:focus {
    color: #333333
}

.form-newsletter #form-cadastro .falha,
.form-newsletter #form-cadastro span {
    color: #FFFFFF;
    font-family: "roboto condensed";
    font-size: 15px;
    float: left;
    margin-top: 6px;
}

.form-style input[type=text] {
    border: none;
    width: 95%;
    outline: none;
    padding: 10px 7%;
    color: #666666;
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: arial;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 40px;
}

@media (max-width: 990px) {
    .form-newsletter {
        width: 100%;
        text-align: center
    }

    .form-newsletter h3 {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }

    .form-newsletter .control-group {
        display: block;
        margin: 0 auto 15px;
        width: 100%;
    }

    .form-newsletter .control-group input {
        width: 300px
    }

    .form-newsletter {
        padding-bottom: 25px;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .form-newsletter .control-group input {
        width: 100%
    }
}

/*============================*/
/*          FOOTER            */
/*============================*/
#footer {
    width: 100%;
    background-color: #284D63;
    padding: 40px 0 20px;

}

#footer>.container {
    padding-bottom: 30px
}

#footer p,
#footer li,
#footer span,
#footer a,
#footer h4 {
    color: #FFFFFF
}

#footer .sobre-footer p {
    font-size: 11px;
    margin-top: 20px
}

#footer .box-lista {
    padding: 0 40px
}

#footer h4 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

#footer ul.lista-footer li {
    margin-bottom: 13px;
}

#footer ul.lista-footer li a {
    margin-bottom: 17px;
    font-family: "myriad_web_proregular";
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;

}

#footer .credenciamento {
    float: left;
    text-align: center;
    width: 115px;
    left: 0;
}

#footer .credenciamento::before {
    content: "";
    width: 140px;
    height: 165px;
    display: inline-block;
    position: absolute;
    background: url("../images/bg-credenciamento-foooter.png") no-repeat;
    left: 0;
    top: -43px;
}

#footer .box-info-credenciamento {
    z-index: 2;
    position: relative;
    top: -15px;
}

#footer .box-info-credenciamento span {
    width: 100%;
    line-height: 10px;
}

#footer .box-info-credenciamento .icon-credenciamento {
    margin-top: 10px
}

#footer ul.lista-redes {
    margin-top: 40px;
}

#footer ul.lista-redes li {
    display: inline-block;
    margin: 0 7px
}

#footer ul.lista-redes li a i {
    font-size: 27px;
}

#footer ul.lista-redes li a i.icon-youtube-horizontal {
    width: 59px;
    display: inline-block;
    position: relative;
    top: -5px;
}

#footer .bt-blog {
    background-color: #FFFFFF;
    color: #2A4456;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    padding: 13px 50px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 30px;
}

#footer #copyright {
    background: url("../images/shadow-copyrigth.png") center top no-repeat;
    padding: 22px 0 0;
}

#footer #copyright p {
    font-size: 11px
}

#footer #copyright a.procan {
    width: 51px;
    height: 13px;
    background: url("../images/procan.png");
    text-indent: -9999px;
    display: inline-block;
    margin-top: 15px;
}

@media (max-width: 990px) {
    #footer>.container>.row .col-sm-3 {
        display: none
    }

    #footer>.container>.row>.col-sm-3:first-of-type,
    #footer>.container>.row>.col-sm-3:last-of-type {
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer>.container>.row>.col-sm-3 .lista-redes {
        margin-top: 30px;
    }
}

/*===============================*/
/*          BIOLOGIX             */
/*===============================*/
.shadow-top {
    background: url('../images/shadow-radial.jpg') top center no-repeat;
}

.biologix #breadcrumb {
    border: none;
}

.biologix .title-container h2 {
    font-size: 75px;
    text-transform: none;
    font-weight: 300;
}

.biologix .title-container h2 span {
    display: block;
}

.biologix .title-container h2 span.news {
    font-size: 20px;
    font-weight: 400;
    line-height: 8px;
    margin-top: 20px;
}

.biologix .title-container h2 span.black {
    font-size: 46px;
    line-height: 22px;
}

/* .biologix .box-finger {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(221,221,221,0.4) 100%);
} */
.container-finger img {
    position: relative;
    bottom: -2px;
}

.container-monitoring {
    width: 100%;
}

.container-monitoring .blue-sky,
.container-monitoring .blue-strong {
    height: 275px;
}

.container-monitoring .blue-sky {
    background-color: #62A5BD;
    position: relative;
}

.container-monitoring .blue-sky img {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.container-monitoring .blue-strong {
    background-color: #265C76;
}

.container-monitoring .description-monitoring {
    width: 300px;
    margin: 40px 60px;
}

.container-monitoring .description-monitoring p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.container-sleep {
    padding: 40px 0 25px;
}

.container-sleep p {
    margin: 20px auto;
    max-width: 445px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.container-your-sleep {
    padding: 30px 0 0;
}

.container-your-sleep span {
    font-size: 13px;
    color: #265B76;
    line-height: 18px;
    margin-top: 20px;
    display: block;
}

.container-your-sleep .your-sleep-description {
    margin: 40px 0px 40px 20px;
    padding-bottom: 40px;
}

.container-your-sleep .your-sleep-description h3 {
    font-size: 27px;
    color: #265C76;
    font-weight: 600;
}

.container-your-sleep .your-sleep-description p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 22px;
}

.container-exame {
    background-color: #265C76;
    height: 367px;
    width: 100%;
}

.container-exame .row .col-sm-6 {
    height: 367px;
}

.container-exame .row .col-sm-6+.col-sm-6 {
    background: url('../images/biologix/smartphone-sensor-reflection.png') 440px no-repeat;
}

.container-exame .row .col-sm-6+.col-sm-6 img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.container-exame .exame-description {
    color: #FFFFFF;
    padding-left: 80px;
    padding-right: 70px;
    margin-top: 100px;
}

.container-exame .exame-description h3 {
    font-size: 27px;
    font-weight: 600;
}

.container-exame .exame-description p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    color: #FFFFFF;
    padding-right: 60px;
}

.container-contact {
    padding: 55px 0 30px;
}

.container-contact .contact-description {
    text-align: center;
    margin-bottom: 25px;
}

.container-contact .contact-description h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #265A76;
    letter-spacing: 2px;
}

.container-contact .contact-description p {
    font-size: 23px;
    color: #265A76;
    letter-spacing: 2px;
}

.box-phone,
.box-contact {
    padding: 40px;
    position: relative;
}

.box-phone:before,
.box-contact:before {
    content: "";
    height: 1px;
    width: 400px;
    position: absolute;
    background-color: #EEEEEE;
    top: 0;
    left: 50%;
    margin-left: -200px;
}

.box-phone p {
    font-weight: 600;
    font-size: 20px;
    color: #545454;
}

.box-phone small {
    font-size: 11px;
}

.box-contact p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 689px) {
    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .biologix .title-container h2 {
        font-size: 55px;
    }

    .biologix .title-container h2 span.black {
        font-size: 30px;
    }

    .container-finger img,
    .container-sleep img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .container-monitoring .description-monitoring {
        width: auto;
    }

    .container-monitoring .blue-sky img {
        width: 200px;
        margin-left: -100px;
        right: 0;
        left: 50%;
    }

    .container-monitoring .blue-strong {
        float: left;
        height: auto;
    }

    .container-sleep p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-exame .row .col-sm-6,
    .container-exame {
        height: auto;
    }

    .container-exame .exame-description {
        margin: 40px 0;
        padding: 0 40px;
        text-align: center;
    }

    .container-exame .exame-description p {
        padding: 0;
    }

    .container-exame .row .col-sm-6+.col-sm-6 {
        display: none;
    }

    .container-your-sleep .your-sleep-description {
        margin: 40px 20px
    }

    .container-contact {
        padding: 55px 15px 30px;
    }

    .container-contact #formContato .text-right {
        text-align: center;
    }
}

/*============================*/
/*       ALERTAS E ERROS     */
/*============================*/
.msg-erro i {
    display: inline-block
}

.msg-erro p {
    color: #191732;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 600;
}

.msg-erro p strong {
    font-weight: 800;
}

.msg-erro span {
    font-size: 12px;
    color: #666666;
}

.msg-erro span a {
    color: #666666;
    font-weight: 600
}

.msg-erro span a:hover {
    text-decoration: underline !important;
}

/*============================*/
/*          ICONS            */
/*============================*/
.icon {
    display: block;
    width: 56px;
    height: 56px;
}

.icon.icon-sobre {
    background: url("../images/icon/icon-sobre.png") no-repeat;
}

.icon.icon-ouvidos {
    background: url("../images/icon/icon-ouvidos.png") no-repeat;
}

.icon.icon-garganta {
    background: url("../images/icon/icon-garganta.png") no-repeat;
}

.icon.icon-nariz {
    background: url("../images/icon/icon-nariz.png") no-repeat;
}

.icon.icon-biologix {
    background: url("../images/icon/icon-biologix.png") center no-repeat;
}

.icon.icon-laudos {
    background: url("../images/icon/icon-laudos.png") no-repeat;
}

.icon.icon-info {
    background: url("../images/icon/icon-info.png") no-repeat;
}

.icon.icon-agenda {
    background: url("../images/icon/icon-agenda.png") no-repeat;
}

.icon.icon-contato {
    background: url("../images/icon/icon-contato.png") no-repeat;
}

.icon.icon-erro-busca {
    background: url("../images/icon/icon-busca-erro.png") center no-repeat;
}

.icon.icon-youtube-horizontal {
    background: url("../images/icon/icon-youtube.png") center no-repeat;
}

.icon.icon-sono {
    background: url("../images/icon/icon-sono.png") center no-repeat;
}

.icon.icon-certificado {
    background: url("../images/icon/icon-certificado.png") center no-repeat;
}

.icon.icon-telefone {
    background: url("../images/icon/icon-fone.png") center no-repeat;
}

.icon.icon-localizacao {
    background: url("../images/icon/icon-localizacao.png") center no-repeat;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .lista-especialidades .a-especialidade+.a-especialidade {
        padding-top: 28px
    }

    .lista-especialidades .a-especialidade.especialidade-laringologia {
        top: 295px !important;
        background-position: -30px -80px;
        background-size: auto 130%;
    }

    .lista-especialidades .a-especialidade.especialidade-otologia {
        top: 638px;
        background-position-y: -60px;
        background-size: auto 120%;
    }

    .lista-especialidades .a-especialidade.especialidade-somedicina-sono {
        top: 984px;
    }
}

.top-important-info {
    padding-left: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    color: #2A5979;
    margin-bottom: 10px;
    visibility: hidden;
}

@media screen and (min-width: 768px) {
    .top-important-info {
        visibility: visible;
    }
}

.top-important-info h2,
.top-important-info p {
    color: #2A5979;
}

.top-important-info h2 {
    font-size: 14px;
    font-weight: 600;
}

.top-important-info img {
    width: 45px;
    height: 45px;
}