.btn-shadow.btn-shadow-info {
    background: #dc3545;
}
.footer.footer--dark {
    margin-top: 0px;
}

.vamosAgendar {
        background: #f9f8f8;
    padding: 40px 10px;
}

.footer.footer--dark .title {
    color: #dc3545;
}

.index-red-header {
    min-height: 450px;
    background: #d16c6f;
     /* Old browsers */
     background: -moz-linear-gradient(top, #d16c6f 0%, #ffffff 100%);
     /* FF3.6-15 */

     background: -webkit-linear-gradient(top, #d16c6f 0%, #ffffff 100%);
     /* Chrome10-25,Safari5.1-6 */

     background: linear-gradient(to bottom, #d16c6f 0%, #ffffff 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.index-red-header .container {
    position: relative;
    z-index: 9;
}
.index-red-header h1 {
    text-align: center;
    padding-top: 210px;
    font-size: 40px;
    font-weight: 300;
}
.index-red-header form {
    margin: 50px auto 0;
    text-align: center;
}

.index-red-header form .form-control {
    height: 50px;
    font-size: 18px;
    padding: 6px 18px;
    width: 330px;
    display: inline-block;
    margin-right: 6px;
}

/* Consultas */

.consultas-wrapper .post {
   
    margin: 40px 0;
    border-radius: 5px;
}

.consultas-wrapper .post .news {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(12, 26, 36, .25);
    background: #fff;
}

.consultas-wrapper .post .news .author {
    position: absolute;
    left: 0;
    top: -35px;
    right: 0;
    text-align: center;
}
.consultas-wrapper .post .news .author img {
    border-radius: 50%;
    width: 68px;
}
.consultas-wrapper .post .news section {
    padding: 60px 25px 75px 25px;
}

.consultas-wrapper .post .news section h3 {
    margin-top: 0;
}
.consultas-wrapper .post .news section h3 a {
    color: #333;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    display: block;
    line-height: 31px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.consultas-wrapper .post .news section p {
    margin-top: 21px;
    line-height: 24px;
    color: #555;
}

.consultas-wrapper .post .news footer {
    position: absolute;
    bottom: 0;
    padding: 12px 25px;
    width: 100%;
    font-weight: 500;
    background: #eef1f4;
    color: #92a2b2;
}

.consultas-wrapper .post .news footer .tag {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    top: 3px;
}

.consultas-wrapper .post .news footer .date {
    font-weight: 600;
    font-size: 14px;
}
.consultas-wrapper .pager {
    text-align: center;
    padding-bottom: 20px;
}
.consultas-wrapper  h2{
border-bottom: 1px solid #c7c8ce;
color: #c11c22;
margin-bottom: 25px;
margin-top: 30px;
font-size: 20px;
}

.consultas-wrapper  .pager a {
    
    top: -10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(68, 68, 68);
    background: rgb(231, 232, 236);
    text-decoration: none;
    padding: 6px 23px;
    border-radius: 3px;
    transition: all 0.2s;
    margin: auto;
}



.btn-160{
        width: 160px;
}

.google-maps {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.google-maps iframe {
    left:0;
    top:0;
    height:380px;
    width:100%;
    position:absolute;
}

#map {
    height: 380px;
    width: 100%;
}