@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 100;
    font-display: auto;
    src: url('../dist/fonts/MuseoSans-100.woff') format('woff');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('../dist/fonts/MuseoSans_500.woff') format('woff');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../dist/fonts/MuseoSans-300.woff') format('woff');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../dist/fonts/MuseoSans-900.woff') format('woff');
}

@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: ;
}

strong {
    font-weight: 700;
}

body {
    font-family: "MuseoSans";
    font-weight: 300;
    color: #454545;
}

.container-fluid {
    max-width: 100%;
    width: 90%;
}

@media only screen and (min-width:992px) {
    .container-fluid {
        max-width: 100%;
        width: 95%;
    }
    .container.single-blog .col-md-8 {
        padding: 20px 40px;
    }
}

@media only screen and (min-width:1480px) {
    .container-fluid {
        max-width: 100%;
        width: 80%;
    }
}

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}

 ::selection {
    background: #145aa2;
    color: #fff;
}

 ::-moz-selection {
    background: #145aa2;
    color: #fff;
}

 ::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

 ::-webkit-scrollbar-track:enabled {
    background-color: #fff;
}

 ::-webkit-scrollbar-thumb:vertical {
    background-color: #145aa2;
}

 ::-webkit-scrollbar-thumb:horizontal {
    background-color: #145aa2;
}

.form-navbar {
    margin: 0 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #0072ce;
    border-radius: 20px;
}

.form-navbar .form-control:focus,
.form-navbar .form-control:active {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-navbar .form-control {
    height: 30px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    border: none !important;
    border-radius: 20px !important;
}

.form-navbar button {
    height: 30px;
    padding: 0;
    min-width: 30px;
    color: #ffffff;
    background-color: #0072ce;
    border-radius: 0 20px 20px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #145AA2 !important;
    padding: 40px 35px 20px;
    font-weight: bold;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #aa1616 !important;
}

.navbar-light .navbar-nav .active a {
    color: #aa1616 !important;
    border-bottom: 8px solid #aa1616;
}

#front-page {
    padding: 0 0 100px;
    background: rgba(208, 222, 236, 0.25);
}

#front-page h1#title-blog {
    background-color: #C63D39;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    display: initial;
}

#front-page h2#subtitle-blog {
    margin: 20px 0;
    font-size: 63px;
    font-weight: 900;
    color: #fff;
}

.pagination .screen-reader-text {
    display: none !important;
}

nav.pagination {
    position: relative;
    display: flex;
    margin: 30px auto 80px;
    justify-content: center;
}

nav.pagination h2 {
    display: none;
}

.nav-links {
    position: relative;
}

.nav-links ul {
    margin: 0;
    padding: 0,
}

.nav-links ul li {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.nav-links ul li span.current {
    padding: 6px 10px;
    background: #145aa2;
    border: 1px solid #145aa2;
    display: block;
    line-height: 1;
    border-radius: 6px;
    color: #fff;
}

.nav-links ul li a {
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 6px;
    background: transparent;
    color: #145aa2;
    text-decoration: none;
    display: block;
    line-height: 1;
    transition: .3s;
}

.nav-links ul li a:hover {
    padding: 6px 10px;
    color: #145aa2;
    background-color: #fff;
}

.destaque-home img {
    height: 100%;
}

.destaque-home .col-12,
.list-blog-posts .col-12 {
    margin: 15px 0;
}

.destaque-home .col-12 .container,
.list-blog-posts .col-12 .container {
    background: #fff;
    height: 100%;
    padding: 0;
}

.list-blog-posts .col-12 .container {
    box-shadow: 0px 6px 25px -3.5px rgba(167, 167, 167, 0.25);
}

.destaque-home img,
.list-blog-posts img {
    width: 100%;
    max-width: 100%;
    transition: .3s;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}

.list-blog-posts img {
    height: 220px;
}

.destaque-home {
    margin: 40px auto 25px;
}

.destaque-home img:hover,
.list-blog-posts img:hover {
    transition: .3s;
    transform: scale(1.1);
}

.destaque-home .content {
    position: absolute;
    margin-top: -37%;
}

.destaque-home .content .row,
.list-blog-posts .content .row {
    font-size: 12px !important;
    margin-bottom: 10px;
}

.destaque-home .content,
.list-blog-posts .content {
    background-color: #fff;
    padding: 40px;
}

.list-blog-posts .content {
    padding: 24px !important;
}

.destaque-home .content h3,
.list-blog-posts .content h3 {
    font-size: 22px;
    font-weight: 900;
}

.destaque-home .content a:hover,
.list-blog-posts .content a:hover {
    text-decoration: none !important;
    color: var(--tooltip-color);
}

.destaque-home .content::before,
.list-blog-posts .content::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: var(--tooltip-color);
    /* left: -5px; */
    /* width: 20px; */
    left: 5px !important;
    width: 10px !important;
    height: 80%;
    top: 10%;
    z-index: 5;
}

.destaque-home .content::before {
    left: -10px !important;
    top: -10% !important;
    height: 120% !important;
}

@media only screen and (max-width:992px) {
    .destaque-home .content::before {
        left: 5px !important;
        top: 0 !important;
        height: 435px !important;
    }
}

.list-blog-posts .content::before {
    left: 5px !important;
    width: 10px !important;
}

.destaque-home .content a,
.list-blog-posts .content a {
    color: #333333;
}

.destaque-home .content p,
.list-blog-posts .content p {
    font-weight: 500;
    font-size: 14px;
}

.destaque-home .content .cta-single,
.list-blog-posts .content .cta-single {
    font-weight: 900;
    position: absolute;
    bottom: 20px;
}

#footer {
    background-color: #D0DEEC;
    padding: 90px 0;
    color: #0d5aa3;
}

#footer h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5em;
    margin: 0px 0px 45px 0px;
    padding: 0px 0px 0px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #B62C24;
    color: #0d5aa3;
}

#footer h2 strong {
    padding: 0px 5px 5px;
    background-color: #ffce00;
    font-weight: 900;
    color: #bb2e25;
}

#footer .img-lupa {
    display: none;
}

@media only screen and (min-width:992px) {
    #footer .img-lupa {
        display: initial;
        position: absolute;
        width: 200px;
        left: -121px;
        top: -33px;
    }
    .title-footer {
        margin: 0 auto;
    }
}

#footer p a {
    color: #0d5aa3;
    text-decoration: underline;
}

#footer p {
    text-align: center;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.4px;
}

#footer svg {
    width: 30px;
    fill: #0d5aa3;
    padding: 5px;
}

#footer h3,
#footer h4 {
    font-size: 1rem;
    text-align: center;
}

#footer h4 {
    font-weight: 900;
}

@media only screen and (max-width:992px) {
    .destaque-home .content {
        position: initial;
        margin: 0 auto 15px;
    }
    .destaque-home .content .cta-single {
        display: none;
    }
}

#sidebar .editoriais div {
    margin: 0px 20px 10px -10px;
    padding: 10px;
    border-style: solid;
    border-width: 0px 0px 0px 20px;
    border-radius: 0px 50px 50px 0px;
    color: var(--tooltip-color);
}

#sidebar .image-edt {
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
}

#sidebar .a-img {
    display: block;
}

#sidebar .editoriais h3 {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #666666;
    margin: 0 !important;
}

#sidebar .editoriais div:hover {
    background: var(--tooltip-color);
    color: var(--tooltip-color);
}

#sidebar .editoriais div:hover h3 {
    color: #fff;
}

#sidebar a {
    text-decoration: none !important;
}

#sidebar .editoriais {
    background-color: #fff;
    padding: 0 0 15px;
    position: relative;
}

#sidebar h2 {
    padding: 10px 20px 20px 20px;
    background-color: #145AA2;
    color: #fff;
    font-size: 22px;
}

#sidebar .editoriais .img-clip {
    position: absolute;
    top: -33px;
    right: 25px;
}

#sidebar .news form {
    background-color: #fff;
    margin-top: -20px;
    padding: 20px;
}

#sidebar .editoriais,
#sidebar .news,
#sidebar .materiais,
#sidebar .popular,
#sidebar .tags {
    margin: 15px 0;
}

#sidebar .news form input {
    background: linear-gradient(to right, #CFCFCF, #DDDDDD);
    border-radius: 20px;
    border: none;
    font-weight: 900;
    font-size: 12px;
    padding: 10px 20px;
    margin: 5px 0px;
    width: 100% !important;
    height: 40px;
}

#sidebar .news form button {
    background: linear-gradient(270deg, #0072CE, #2AD2C9);
    border-radius: 50px;
    font-weight: 900;
    font-size: 16px;
    padding-left: 20px;
    margin: 10px 0px;
    width: 100%;
    text-transform: none;
    border: 2px solid rgba(255, 255, 255, .5);
    background-origin: border-box;
    transition: .5s;
    color: #fff;
}

#sidebar .news form button:hover {
    background: linear-gradient(270deg, #FFCD00, #EF4A81);
    background-origin: border-box;
    color: #000;
}

#sidebar .materiais div {
    background-color: #fff;
    padding: 20px;
    margin: -20px auto 20px;
}

#sidebar .materiais img {
    margin: auto;
    max-width: 200px;
}

#sidebar .materiais h3 {
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    display: block;
    text-align: center;
    margin: 10px auto;
    max-height: 90px;
    overflow: hidden;
    min-width: 95px;
    line-height: inherit;
}

#sidebar .tags div {
    background-color: #fff;
    padding: 20px;
    margin: -20px auto 10px;
}

#sidebar .tags a {
    color: #707070 !important;
    font-size: 14px !important;
    font-weight: 500;
}

#sidebar .tags a:hover {
    color: #145AA2 !important;
}

.single-blog .single-content {
    background-color: #fff;
    padding: 0 20px;
}

.single-blog .single-content {}

.container.single-blog .col-md-8 a {
    color: #c36 !important;
}

#front-page .container.single-blog .col-md-8 h2 {
    font-size: 2rem;
}

#front-page .container.single-blog .col-md-8 h3 {
    font-size: 1.75rem;
}

#front-page .container.single-blog .col-md-8 p {
    font-weight: 500;
}

#front-page .container.single-blog .col-md-8 .single-content img {
    max-width: 100%;
    height: 100%;
}

#front-page .container.single-blog .col-md-8 h2,
#front-page .container.single-blog .col-md-8 h3,
#front-page .container.single-blog .col-md-8 h4,
#front-page .container.single-blog .col-md-8 h5,
#front-page .container.single-blog .col-md-8 h6 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

#front-page .container.single-blog .col-md-8 h1,
#front-page .container.single-blog .col-md-8 h2 {
    color: #333333;
    font-weight: 700 !important;
}

.yasr-total-average-container {
    display: none;
}

.rate-share .rate h2,
.rate-share .share h2 {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: #145AA2 !important;
    margin: 10px 0 !important;
}

.rate-share .share h2 {
    text-align: center;
}

.rate-share .share img {
    width: 40px;
    transition: .3s;
}

.rate-share .share img:hover {
    transform: scale(1.1);
}

#sidebar .popular .content {
    background-color: #fff;
    padding: 20px;
    margin: -20px auto 10px;
}

#sidebar .popular h3 {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--tooltip-color);
    border-left: 20px solid var(--tooltip-color);
    padding: 2px 0px 2px 10px;
    margin: 0;
    margin-left: -30px;
}

#sidebar .popular h4 {
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    display: block;
    margin-top: 5px;
    line-height: 1.1;
}

#sidebar .popular p {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 1.4;
    margin-top: 5px;
}

.comment-form-url {
    display: none;
}

.comments-area {
    margin: 50px auto;
    padding: 5px 20px 5px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 20px 0px 0px 0px;
    border-color: #145AA2;
}

.comments-area p {
    font-size: 10px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
}

.comments-area label {
    font-weight: 900;
    font-size: 18px;
    color: #145AA2;
    display: block;
}

.comments-area textarea,
.comments-area input {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.comments-area input[type=submit],
.wpcf7-form input[type=submit] {
    background: linear-gradient(270deg, #0072CE, #2AD2C9);
    border-radius: 50px;
    width: initial;
    font-weight: 900;
    font-size: 16px;
    padding-left: 20px;
    text-transform: none;
    border: 2px solid rgba(255, 255, 255, .5);
    background-origin: border-box;
    transition: .5s;
    color: #fff;
    float: right;
}

.comments-area input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover {
    /* background: linear-gradient(270deg, #FFCD00, #EF4A81); */
    /* background-origin: border-box; */
    /* color: #000; */
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=text],
.wpcf7-form textarea,
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email] {
    background: linear-gradient(to right, #CFCFCF, #DDDDDD);
    border-radius: 20px;
    border: none;
    font-weight: 900;
    font-size: 12px;
    padding: 10px 20px;
    margin: 5px 0px;
    width: 100% !important;
}

.wpcf7-form input[type=number] {
    background: linear-gradient(to right, #CFCFCF, #DDDDDD);
    border-radius: 20px;
    border: none;
    font-weight: 900;
    font-size: 12px;
    padding: 10px 20px;
    margin: 5px 0px;
}

#front-page .form-contato {
    background-color: #fff;
    padding: 50px 53px;
    color: #626262;
    box-shadow: 0px 6px 25px -3.5px rgba(167, 167, 167, 0.25);
}

span.wpcf7-list-item {
    width: 100%;
}

.wpcf7-form input[type=submit] {
    float: initial;
    padding: 5px 20px !important;
    margin: 20px 0 0;
}

#tt-temp-estim {
    font-size: 14px;
    font-weight: 700;
}

.colaborador-single .col-md-10 {
    margin: 20px auto;
}

@media only screen and (min-width:992px) {
    .colaborador-single .col-md-10 {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.privacidade .wpcf7-list-item-label {
    display: none !important;
}

.privacidade #privacidade .last {
    margin: 0 10px 0 0 !important;
}

.form-newsletter {
    margin-top: 25px
}

.form-newsletter .title-input {
    font-weight: bold;
    margin-bottom: 12px;
}

.form-newsletter input[type=text],
.form-newsletter input[type=number],
.form-newsletter input[type=tel],
.form-newsletter textarea,
.form-newsletter input[type=email] {
    min-width: 100%;
    background: #F1F2F2;
    border-radius: 25px;
}

.form-newsletter .wpcf7-list-item {
    margin-left: 0px;
}

.form-newsletter #privacidade {
    padding-left: 0px
}

.form-newsletter #privacidade a {
    color: #fff;
    font-weight: 700;
}

.form-newsletter input[type=submit] {
    min-width: 100%;
    border-radius: 25px;
    background: #C63D39;
    height: 48px
}

@media only screen and (max-width:992px) {
    div.header-blog {
        background-position: left;
    }
}

div.header-blog {
    background-image: url('https://blog.santoagostinho.com.br/wp-content/uploads/2023/03/grafismo-bg-blog.png');
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-mais-lidos h2 {
    font-weight: 900;
    font-size: 43px;
    line-height: 52px;
    /* Primárias/#FFFFFF */
    color: #FFFFFF;
    background: #0072CE;
    border-radius: 4px;
    padding: 20px 32px;
}

#homenews {
    background: #145AA2;
    /* Drop Box Blog New */
    box-shadow: 0px 6px 25px -3.5px rgba(167, 167, 167, 0.25);
    padding: 20px;
    margin-top: 60px;
    color: #fff;
}

@media only screen and (min-width:992px) {
    #homenews {
        padding: 70px;
    }
}

.page-contato {
    background-image: url('https://blog.santoagostinho.com.br/wp-content/uploads/2023/03/Graficmo.png');
    color: #fff;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

@media only screen and (max-width:992px) {
    .template-contato .form-contato {
		top: -50px !important;
        left: 0;
    }
}

@media only screen and (min-width:992px) {
    .page-contato {
        padding: 140px 0;
    }
}

.template-contato {
    position: relative;
}

.template-contato h1 {
    font-size: 58px !important;
    text-align: center !important;
    background-color: initial !important;
    display: block !important;
    padding-bottom: 0 !important;
}

.template-contato h2 {
    font-size: 24px !important;
    text-align: center !important;
    font-weight: 200 !important;
}

.template-contato .form-contato {
    position: absolute;
    top: -150px;
    box-shadow: 0px 6px 25px -3.5px rgba(167, 167, 167, 0.25);
}

.list-unidades {
    margin-top: -120px
}

.list-unidades .item-unidade {
    width: 260px;
    max-width: 260px;
    float: left;
    list-style-type: none;
    height: 379px;
    max-height: 379px;
    transition: all .3s ease-in-out;
    padding: 54px 47px;
    position: relative
}

.list-unidades .item-unidade:before {
    content: '';
    width: 79px;
    height: 22px;
    position: absolute;
    top: -11px;
    left: 49%;
    margin-left: -38px;
    background-color: #ebda49;
    transition: all .3s ease-in-out;
    z-index: 9
}

.list-unidades .item-unidade:after {
    content: '';
    transition: all .3s ease-in-out
}

.list-unidades .item-unidade .imagem-fachada {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

.list-unidades .item-unidade .link-unidade {
    text-decoration: none
}

.list-unidades .item-unidade .title-unidade {
    font-size: 38px;
    color: #145aa2;
    height: 55px;
    margin-bottom: 30px;
    line-height: 40px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.list-unidades .item-unidade .title-unidade span {
    display: block
}

.list-unidades .item-unidade .subtitle-unidade {
    color: #c34543;
    font-size: 11px;
    font-weight: 900;
    margin-top: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2
}

.list-unidades .item-unidade:hover path {
    fill: #FFF
}

.list-unidades .item-unidade:hover .title-unidade {
    color: #FFF
}

.list-unidades .item-unidade:hover .subtitle-unidade {
    color: #f2e153
}

.list-unidades .item-unidade:hover .imagem-fachada {
    opacity: 1
}

.list-unidades .item-unidade:hover:before {
    background-color: #FFF
}

.list-unidades .item-unidade:hover:after {
    content: '';
    background-color: #be2d2a;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: .9
}

.list-unidades .item-unidade:hover .btn-go {
    background: url("https://blog.santoagostinho.com.br/wp-content/uploads/2023/03/arrow-course.png") no-repeat 141px 20px #ebda49;
    left: 30%;
    width: 173px;
    border-radius: 50px
}

.list-unidades .item-unidade:hover .btn-go:before {
    opacity: 1
}

.list-unidades .item-unidade .btn-go {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -28px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    background: url("https://blog.santoagostinho.com.br/wp-content/uploads/2023/03/arrow-course.png") no-repeat 21px 20px #ebda49;
    transition: all .4s ease-in;
    display: inline-block;
    z-index: 2
}

.list-unidades .item-unidade .btn-go:before {
    content: attr(title);
    text-transform: uppercase;
    position: absolute;
    top: 17px;
    left: 50px;
    opacity: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .list-unidades {
        padding-left: 0
    }
    .list-unidades .item-unidade .title-unidade {
        font-size: 28px;
        line-height: 30px
    }
    .list-unidades .item-unidade {
        width: 230px;
        max-width: 230px
    }
}

@media(max-width:991px) {
    .unidades {
        /* background-color: #145aa2; */
        padding-bottom: 30px
    }
    .unidades .title-section {
        margin-bottom: 0
    }
    .list-unidades {
        margin-top: 20px;
        padding-left: 0
    }
    .list-unidades .item-unidade {
        width: 25%;
        margin-top: 30px;
        max-width: none;
        overflow: hidden;
        height: 260px
    }
    .list-unidades .item-unidade:before {
        content: initial
    }
    .list-unidades .item-unidade .btn-go {
        display: none
    }
    .list-unidades .item-unidade .imagem-fachada {
        width: 100%;
        height: auto;
        opacity: 1
    }
    .list-unidades .item-unidade:after {
        content: '';
        background-color: #c63d39;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        opacity: .9
    }
    .list-unidades .item-unidade .title-unidade {
        color: #FFF;
        font-size: 22px;
        line-height: 26px;
        display: block
    }
    .list-unidades .item-unidade .subtitle-unidade {
        color: #f2e153
    }
    .socials h4 {
        text-align: center
    }
}

@media(max-width:767px) {
    .list-unidades .item-unidade {
        width: 50%;
        height: 235px;
        margin-bottom: 0;
        padding: 15px 7px;
        text-align: center
    }
    .list-unidades .item-unidade .imagem-fachada {
        opacity: 1
    }
    .list-unidades .item-unidade .subtitle-unidade {
        margin-top: 30px
    }
    .list-unidades .item-unidade .title-unidade {
        font-size: 28px;
        margin-top: 0
    }
}

@media(max-width:480px) {
    .list-unidades .item-unidade {
        width: 100%;
        height: 235px;
        margin-bottom: 0;
        padding: 15px 7px;
        text-align: center
    }
    .list-unidades .item-unidade .imagem-fachada {
        opacity: 1
    }
    .admissao .title-section,
    .unidades .title-section {
        font-size: 28px !important
    }
    .list-unidades {
        padding-left: 0
    }
    .list-unidades .item-unidade {
        width: 100%;
        margin: 10px 0
    }
    .socials .logo {
        max-width: 90%
    }
    .units address {
        margin-bottom: 5px
    }
    .tel {
        margin-bottom: 15px;
        margin-top: 0 !important;
        display: block
    }
}

.light {
    background: #f9f9f9
}

.dark {
    background: #dfe1e0
}

.navbar-nav .active a .dropdown-menu.show,
.navbar-nav .dropdown-menu.show {
    color: #337ab7 !important;
}


.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: -15px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: -15px;
    }
}

.navbar-light .navbar-nav  .dropdown-menu a {
    color: #145AA2 !important;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 30px;
}

.navbar-light .navbar-nav  .dropdown-menu a:hover {
    background-color: #aa1616;
    color: #fff !important;
}