#topo {
    z-index: 99 !important;
}

#topo,
#topofixo {
    box-shadow: 0 2px 15px 0 rgba(195, 195, 195, 0.2);
    z-index: 9;
    background-color: #FFF;
}

#topo .navbar,
#topofixo .navbar {
    padding-bottom: 0;
}

#topo #navbarPrinc ul li,
#topofixo #navbarPrincFix ul li {
    border-bottom: 3px solid transparent;
    transition: all 0.6s;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topofixo #navbarPrincFix ul li {
    padding: 24px 0 11px;
    height: auto;
}

#topo #navbarPrinc ul li a.nav-link,
#topofixo #navbarPrincFix ul li a.nav-link {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #949494;
}

#topo #navbarPrinc ul li:hover,
#topo #navbarPrinc ul li.active,
#topofixo #navbarPrincFix ul li:hover,
#topofixo #navbarPrincFix ul li.active {
    border-bottom: 3px solid #D99D85;
}

#topo #navbarPrinc ul li:hover a.nav-link,
#topo #navbarPrinc ul li.active a.nav-link,
#topofixo #navbarPrincFix ul li:hover a.nav-link,
#topofixo #navbarPrincFix ul li.active a.nav-link {
    /*font-weight: bold;*/
    color: #D99D85;
}

#topofixo .navbar-brand {
    margin-top: -45px;
    margin-bottom: 5px;
}

#topofixo .texto-menu {
    padding: 15px 16px 0 200px;
    margin-bottom: -20px;
}

#topofixo .texto-menu hr {
    border-top: 1px solid #F5F5F5;
    display: block;
    clear: both;
    margin: 45px 0 0;
}

#topofixo .texto-menu .agendar {
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#topofixo .texto-menu .entrar {
    height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #994B28;
    background-color: #FFF;
    color: #994B28;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#topofixo .texto-menu span {
    color: #994B28;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 60px;
    margin-top: 5px;
}

#topo .sub-menu-topo,
#topofixo .sub-menu-topo {
    padding: 5px;
    border: 0;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -50%;
}

#topo .sub-menu-topo a,
#topofixo .sub-menu-topo a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #414141;
    text-align: center;
    padding: 30px 20px;
}

#topo .sub-menu-topo a:first-child,
#topofixo .sub-menu-topo a:first-child {
    border-bottom: 1px solid #F2F2F2;
}

#topo .sub-menu-topo a:hover,
#topofixo .sub-menu-topo a:hover {
    color: #D99D85;
    background: transparent;
}

#topofixo {
    padding: 0;
}

#page .breadcrumb {
    margin: 20px auto;
    background-color: transparent;
    padding: 15px 0;
    color: #994B28;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
}

/* PAGE DEFAULT */
.bg-page {
    height: 210px;
    background-size: cover;
    background-position: center;
}

#page {
    background: url('../img/bg-page.png') no-repeat bottom right,
    url('../img/bg-page2.png') no-repeat top left;
    padding-bottom: 50px;
}

#page .card-tratamento {
    padding: 30px 10px 10px;
    margin-bottom: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    text-align: center;
    border: none;
    transition: all .5s;
}

#page .card-tratamento:hover {
    margin-top: -15px;
    box-shadow: 1px 29px 24px 0 rgba(130, 152, 206, 0.66);
}

#page .card-tratamento.ultimo {
    position: relative;
    background-color: transparent;
    border: 3px solid #D99D85;
    padding: 64px 0;
}

#page .card-tratamento.ultimo a {
    text-decoration: none;
}

#page .card-tratamento.ultimo img {
    position: absolute;
    width: auto;
    bottom: -40px;
}

#page .card-tratamento.ultimo h1 {
    width: 65%;
    color: #D99D85;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 26px;
    text-align: left;
    margin-left: auto;
}

#page .card-tratamento h1 {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#page .card-tratamento p {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

#page .card-tratamento .btn {
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    margin: 10px auto;
}

#page .title {
    margin-top: -50px;
    margin-bottom: 30px;
    padding: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 18px 0 rgba(228, 228, 228, 0.5);
}

#page .title h1 {
    text-align: center;
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}

#page .breadcrumb li, #page .breadcrumb li a {
    color: #994B28;
}

#page .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #994B28;
    content: ">";
}

#page h1 {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 37px;
}

#page h2 {
    color: #9B9B9B;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}

#page article {
    padding-bottom: 50px;
    overflow: hidden;
}

#page article p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #4E4E4E;
    font-weight: 200;
    line-height: 25px;
}

.qindicado {
    margin: 50px 0;
    padding: 50px 0;
    background-color: #D99D85;
}

.qindicado h1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
}

.qindicado p {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 16px;
}

.vantagens {
    margin: 50px 0;
    padding: 50px 0;
}

.vantagens h1 {
    text-align: center;
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
}

.vantagens p {
    text-align: center;
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 16px;
}

#fale-com-a-gente {
    margin-bottom: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
}

#fale-com-a-gente .img {
    overflow: hidden;
    height: 199px;
    display: flex;
    justify-content: center;
}

#fale-com-a-gente .img img {
    width: 100%;
}

#fale-com-a-gente .text {
    padding: 35px 10px 35px 120px;
}

#fale-com-a-gente .text h1 {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 0;
}

#fale-com-a-gente .text p {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

#fale-com-a-gente .text h2 {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#fale-com-a-gente .text .btn {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 35px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #D99D85;
    margin-bottom: -80px;
}

/* Fale conosco*/

.formulario {
    padding-bottom: 50px;

}

.formulario .btn-primary {
    padding: 10px 0;
    height: 45px;
    width: 220px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #D99D85;
    color: #FFF !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-color: #D99D85;
}

#page .formulario label {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

#page .formulario input {
    color: #AAAAAA;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 31px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
}

#page .formulario select {
    color: #AAAAAA;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 16px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
}

#page .formulario textarea {
    color: #AAAAAA;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    line-height: 16px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
}

.mapa {
    padding-top: 50px;
    background: url('../img/mapa.png') no-repeat bottom right,
    url('../img/mapa.png') no-repeat top left;
    padding-bottom: 50px;

}

.mapa .card-telefone {
    height: 286px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #7B89DD;
    box-shadow: 0 22px 36px 0 rgba(172, 172, 172, 0.5);
    border: none;
}

.mapa .card-telefone h1 {
    margin: 72px auto 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 24px;
    text-align: center;
}

.mapa .card-telefone i {
    margin-bottom: 25px;
}

.mapa .card-telefone p {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 200;
    line-height: 25px;
    text-align: center;
}

.mapa .card-telefone .fa-phone-square {
    color: white;
    text-align: center;

}

.mapa .card-endereco {
    height: 286px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 22px 36px 0 rgba(172, 172, 172, 0.5);
}

.mapa .card-endereco p {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
}

.mapa .card-endereco p.endereco {
    margin-top: 80px;
}

.mapa .card-endereco p.email {
    margin-top: 20px;
}

.mapa .card-endereco .fas {
    color: #994B28;

}

.mapa .card-endereco a.btn {
    width: 137px;
    border: 1px solid #994B28;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #994B28;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

/* ENTREVISTAS */

.listagementre .card {
    padding: 0px;
    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.listagementre .card .card-body .fa-search:before, .fa-angle-down:before {
    color: #949494;
}

.listagementre .card .form-control {
    border: none;
    color: #949494;
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
    padding: 0px;
}

.listagementre .publi {
    padding-top: 70px;
}

.listagementre h4 {

    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 19px;
}
.listagementre .publi:first-child hr {
    display: none;
}
.listagementre .publi hr {
    box-sizing: border-box;
    height: 1px;
    border: 1px solid #DADADA;
}

#page .listagementre .publi .img-na-midia {
    border: 1px solid rgba(0, 0, 0, .125);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#page .listagementre .publi img {
    text-align: center;
}

#page .listagementre .publi h1 {
    color: #994B28;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 25px;
    margin-top: 10px;
}

#page .listagementre .publi p {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 29px;
}

#page .listagementre .publi a.btn {
    padding: 20px;
    width: 220px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

/* Publicacoes */

#page .listagempubli {
    padding-top: 30px;
}

#page .listagempubli h4 {
    color: #949494;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 5px;

}

#page .listagempubli h3 {
    color: #D99D85;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    padding-bottom: 7px;
    padding-top: 7px;
}

#page .listagempubli a.btn {

    padding: 17px 0;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #D99D85;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;

}

#page .listagempubli p {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}

#page .listagempubli .card {
    border: none;
    margin-bottom: 60px;
}

/* Blog Listagem */

#page .bloglist {
    position: relative;
}

.busca .card {

    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.busca .card .card-body .fa-list:before, .fa-angle-down:before {
    color: #949494;
}

.busca .card .form-control {
    border: none;
    color: #949494;
    font-family: 'Raleway', sans-serif;
    font-size: 10pt;
}

#page .bloglist .card {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 23px 0 rgba(192, 192, 192, 0.5);
    border: none;
    min-height: 420px;
}

#page .bloglist .card img {
    margin: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#page .bloglist .card h3 {
    color: #0186D5;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    padding-top: 20px;
}

#page .busca {

    align-items: center;
    align-content: center;
}

#page .busca .row {
    align-items: center;
}

#page .busca span {
    color: #9B9B9B;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
}

#page .bloglist .card .card-body p {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    padding-bottom: 15px;

}

#page .bloglist a.btn {
    width: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 16px;
    margin-top: -25px;
    position: absolute;
    margin-left: -74px;
}

#page .busca .input-group {
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(204, 204, 204, 0.5);
}

#page .busca .input-group-text {
    background-color: white;
    border: none;
    color: #9B9B9B;
}

#page .busca input {
    border: none;
    color: #9B9B9B;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
}

/* LOGIN */
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #FFF;
    margin: 40px auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: "Raleway", sans-serif;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.loginmodal-container input[type=submit] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-family: "Raleway", sans-serif;
}

.loginmodal-container input[type=text], input[type=password] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #8298ce;
    padding: 17px 0px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

/* DEPOIMENTOS */
#carouselExample {
    margin: 30px 0 60px;
}

.carousel-inner {
    padding: 20px 0;
}

.carousel-control-prev {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.carousel-control-next {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.card.depoimento {
    padding: 50px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), -1px 13px 20px 0 #F0F2F4;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), -1px 13px 20px 0 #F0F2F4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), -1px 13px 20px 0 #F0F2F4;
}

.card.depoimento .img-perfil {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
}

.card.depoimento h5 {
    color: #7d99fc;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
}

.card.depoimento span {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #5f697a;
}

.card.depoimento p {
    margin-top: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #324148;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

/* INDEX */

#o-que-estao-falando {
    margin: 100px auto 25px;
}

#o-que-estao-falando h1 {
    color: #4E4E4E;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
}

#o-que-estao-falando hr {
    height: 3px;
    width: 100px;
    border-radius: 1.5px;
    background-color: #D99D85;
    border: none;
    margin: 0 auto;
}

#o-que-estao-falando .item {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

#blogdranilka {
    padding: 60px 0;
    background: url('../images/bg-baby.jpg') repeat-x top center;
    height: auto;
    margin-bottom: 100px;
}

#blogdranilka h1 {
    color: #4e4e4e;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
}

#blogdranilka hr {
    height: 3px;
    width: 100px;
    border-radius: 1.5px;
    background-color: #ffffff;
    border: none;
    margin: 0 auto;
}

#blogdranilka .card {
    padding: 11px 9px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 23px 0 rgba(192, 192, 192, 0.5);
}

#blogdranilka .card img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#blogdranilka .card h1 {
    margin: 25px auto;
    color: #0186D5;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

#blogdranilka .card p {
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 200;
    padding: 0 20px;
}

#blogdranilka .card .btn {
    margin: 0 auto;
    padding: 20px 45px;
    bottom: -30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    background-color: #994B28;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: calc(50% - 73px);
}

/* Blog Interna */

.conteudo {
    overflow: hidden;
}

.conteudo p {
    text-align: justify;
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    margin-top: 30px;
}

.conteudo img {
    margin: 6px;
}

.artigos h1 {
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-align: center;
}

.artigos hr {
    height: 3px;
    width: 100px;
    border-radius: 1.5px;
    border: none;
    margin: 0 auto;
    background-color: #4A90E2;
}


/* FAQ */
#accordionFaq .card {
    margin-bottom: 15px;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.04);
}

#accordionFaq .card .card-header {
    background-color: #FFFFFF;
}

#accordionFaq .card .card-header h5 i {
    opacity: 0.7;
    color: #24272C;
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 15px;
}

#accordionFaq .card .card-header h5 .btn {
    opacity: 0.7;
    color: #24272C;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

#accordionFaq .card .card-body p {
    color: #24272C;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}


/*Passos*/

#page #passos h2{
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    line-height: 37px;
}

#page #passos p{
    color: #4E4E4E;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
}

#page #passos h2 span{
    background-color: #D99D85;
    border-radius: 50%;
    padding: 4px 12px 4px 12px;;
    color: white;
    font-size: 14pt;
    align-items: center;
}

#page #passos .consul a.btn{
    background-color: #D99D85!important;
}

#page #passos .linha hr{
    height: 111px;
    width: 0em;
    border: 1px solid #DFDFDF;
    background-color:#DFDFDF ;
}
#page #passos .linha{
    padding-bottom: 68px;
}

#page #passos .linhaum hr{
    height: 111px;
    width: 0em;
    border: 1px solid #DFDFDF;
    background-color:#DFDFDF ;
}
#page #passos .linhaum{
    padding-bottom: 10px;
    padding-top: 30px;
}

#page #passos .linhadois hr{
    height: 111px;
    width: 0em;
    border: 1px solid #DFDFDF;
    background-color:#DFDFDF ;
}
#page #passos .linhadois{
    padding-bottom: 10px;
    padding-top: 30px;
}
#page #passos .passodois h2 span{
    background-color: #7B89DD;
    border-radius: 50%;
    margin: 5px 10px;
    padding: 3px 11px 7px 11px;
    color: white;
    font-size: 14pt;
}

#page #passos .trat a.btn{
    background-color: #7B89DD!important;
}

#page #passos .passotres h3{
    background-color: #7B89DD;
    border-radius: 50%;
    margin: 5px 10px;
    padding: 1px 10px 7px 10px;;
    color: white;
    font-size: 14pt;
}

#page #passos .trate a.btn{
    background-color: #7B89DD!important;
}

/* FOOTER */
footer {
    background-color: #FAFBFF;
    box-shadow: 0 2px 23px 0 rgba(187, 187, 187, 0.5);
    padding: 30px 0 0 !important;
}

footer p {
    color: #994B28;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

footer span {
    color: #994B28;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    display: inherit;
}

footer a.btn {
    padding: 10px 0;
    width: 207px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #994B28;
    color: #FFF !important;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

footer .insta, footer face {
    display: inline-block;
}

footer .insta i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer .face i {
    color: #3B5998;
}

footer img {
    float: left;
}

footer hr {
    width: 2px;
    background-color: rgba(130, 152, 206, 0.26);
    display: inline;
    margin: 0 50px;
    padding: 50px 0;
    float: left;
}

footer .rodape {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    margin-top: 30px;
    color: #FFF;
    background-color: #994B28;
    padding: 10px 0;
}

footer .rodape i {
    color: #D99D85;
}

a.item-compart {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    margin: 20px 0;
    padding: 15px 0;
}

a.item-compart.facebook {
    background-color: #15529e;
}

a.item-compart.twitter {
    background-color: #51c9e7;
}

a.item-compart.google {
    background-color: #eb642f;
}

a.item-categoria {
    background-color: #053345;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 15px 0;
}

a.item-categoria span {
    color: #FFF;
}

.btn-depoimentos-nav {
    border: none;
    height: 48px;
    width: 48px;
    padding: 13px 27px;
    text-decoration: none;
    overflow: hidden;
    font-size: 33px;
    color: #994B28;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.1), -1px 13px 20px 0 #F0F2F4;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.1), -1px 13px 20px 0 #F0F2F4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.1), -1px 13px 20px 0 #F0F2F4;
}

.btn-depoimentos-nav:hover {
    color: #FFF;
    background-color: #994B28;
    -webkit-box-shadow: 0 25px 25px 0 rgba(118,196,125,0.31);
    -moz-box-shadow: 0 25px 25px 0 rgba(118,196,125,0.31);
    box-shadow: 0 25px 25px 0 rgba(118,196,125,0.31);
    transition: all 0.5s;
}



/* MEDIA QUERIES */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 320px) {
    .mapa .card-telefone {
        margin-bottom: 25px;
    }

    #page .bloglist .card {

        margin-bottom: 50px;
    }

    #page .bloglist a.btn {

        margin-top: -72px;

    }


    #page .listagementre .publi h1 {

        text-align: center;
    }

    #page .listagementre .publi p {

        text-align: center;
    }

    #page .listagementre .publi a.btn {
        margin: 0 auto;
        display: block;

    }

    #page .listagempubli img {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        display: block;
    }

    #page .listagempubli h4 {

        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .mapa .card-telefone {
        margin-bottom: 25px;
    }

    #page .bloglist .card {

        margin-bottom: 50px;
    }

    #page .bloglist a.btn {

        margin-top: -72px;

    }


    #page .listagementre .publi h1 {

        text-align: center;
    }

    #page .listagementre .publi p {

        text-align: center;
    }

    #page .listagementre .publi a.btn {
        margin: 0 auto;
        display: block;

    }

    #page .listagempubli img {
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        display: block;
    }

    #page .listagempubli h4 {

        text-align: center;
    }

    a.item-compart span {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .news-slider .imagem hr.linhabg {
        left: 92px;
    }

    #page .busca span {
        margin: 10px 0;
    }

    #page .bloglist .col-md-4 {
        margin-bottom: 60px;
    }

    footer .logos {
        display: flex;
        justify-content: center;
    }

    footer span {
        display: block;
    }

    footer .redesocial, footer .atendimento {
        text-align: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .mapa .card-endereco p {
        font-size: 14px;
    }

    #topofixo .texto-menu {
        display: none;
    }

    #topofixo .navbar-brand {
        margin-top: 0;
    }

    .news-slider .imagem hr.linhabg {
        bottom: 63px;
        left: 38px;
    }

    #fale-com-a-gente .img {
        display: none;
    }

    #fale-com-a-gente .text {
        text-align: center;
        padding: 35px 40px 35px;
    }

    footer .container {
        max-width: 725px;
    }

    footer .rodape, footer .rodape .text-right {
        text-align: center !important;
    }

    .singleconteudo {
        max-width: 940px !important;
    }

    #topo .sub-menu-topo, #topofixo .sub-menu-topo {
        width: 100%;
        margin: 0 auto 0;
        clear: both;
        z-index: 9999999999;
        position: absolute;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .singleconteudo {
        max-width: 940px !important;
    }
}

@media only screen and (min-width: 1200px) {
    #topo .dropdown:hover .dropdown-menu,
    #topofixo .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 3px;
    }
}

.singleconteudo {
    max-width: 940px !important;
}