* {
    font-family: 'Open Sans', sans-serif;
}

section {
    padding-top: 30px;
}

/*SLIDE*/
.swiper {
    width: 100%;
    height: 400px;
}

.swiper i {
    font-size: 50px;
    color: #CBDCCB;
}

.swiper-slide h2 {
    font-weight: normal;
}

.swiper-slide .swiper-legenda {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.swiper-pagination {
    top: 10px;
    bottom: auto !important;
}

.swiper-pagination-bullet-active {
    background: #639162 !important;
}

/*p{font-size: 16px;}*/
/*BOTÃO*/
.btn-home {
    background: #D0DFD0;
    color: #AE333F;
    font-size: 22px;
    padding: 15px 30px;
    font-weight: 600;
    border: none;
    border-radius: 0;
}

.btn-home i {
    font-size: 36px;
}

.agende {
    margin: 30px 0;
}

/*ACOES*/
.acoes {
    position: absolute;
    margin-top: -45px;
    z-index: 9;
    width: 100%;
}

.features .witr_feature2 {
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: #3F6536;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    padding: 30px 20px 30px 20px;
    transition: .5s;
    margin-bottom: 30px;
}

.witr_feature2 {
    position: relative;
    z-index: 1;
    background: #3F6536;
    padding: 65px 20px;
    transition: .5s;
}

.witr_feature2:hover .witr_feature2_icon {
    opacity: 8%;
}

.witr_feature2_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.witr_feature2_icon i {
    font-size: 150px;
    color: #fff;
}

.features .witr_fea2_icon_top i {
    color: #639162;
    font-size: 52px;
    text-align: center;
    transform: rotate(0deg);
    font-weight: 900;
}

.witr_fea2_icon_top i {
    font-size: 80px;
    color: #fff;
    display: inline-block;
    font-weight: 900;
}

.features h4 {
    margin: -54px 0 0 0;
    padding: 0 0 0 70px;
    color: #333333;
    font-size: 25px;
    font-weight: bolder;
}

.features a {
    font-weight: bolder;
    font-size: 18px;
    color: #AC2826;
}

.features p {
    color: #999999;
    padding: 25px 0 0 0;
}

.features .witr_feature2:hover {
    background-color: #639162;
    border-color: #639162;
    transition: .5s;
}

.witr_feature2:hover {
    background: #AC2826;
}
.features .witr_feature2:hover .witr_fea2_icon_top > i,
.features .witr_feature2:hover > h4,
.features .witr_feature2:hover > p,
.features .witr_feature2:hover > a {
    color: #FFFFFF;
    transition: .5s;
}

/*TÍTULOS*/
h2, h3 {
    white-space: nowrap;
}

h3 {
    font-size: 22px;
    color: #FFFFFF;
    background-color: #AE333F;
    border-radius: 25px;
    font-weight: bold;
    padding: 5px;
}

h2 span {
    color: #FFFFFF;
    background-color: #AE333F;
    border-radius: 25px;
    padding-right: 6%;
    padding-left: 6%;
    font-weight: bold;
}

h4 {
    color: #AC2626;
    font-weight: 500;
}

.subtitulo {
    color: #AC2726;
    font-size: 16px;
    font-weight: 500;
}

.subtitulo span {
    border-bottom: 3px solid #639162;
    padding: 5px 10px;
}

/*HEADER*/
.logo {
    margin: 20px auto;
}

#linkserramedsaude {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

#linkserramedsaude a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
}

#linkserramedsaude span {
    text-transform: capitalize;
}

/*SOBRESCRITA DA REGRAS BOOTSTRAP*/
.navbar-fixed-top {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default, header .menu {
    background-color: #639162;
    border: none !important;
}

header .menu span {
    color: #AC2726;
    font-size: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #AC2726;
}
/*EFEITO DE MOUSE OVER DO MENU*/
@keyframes menu_borda {
    from {
        -webkit-box-shadow: inset -10px -10px 0 -10px #AC2726;
        -moz-box-shadow: inset -10px -10px 0 -10px #AC2726;
        box-shadow: inset -10px -10px 0 -10px #AC2726;
    }
    to {
        -webkit-box-shadow: inset -10px -13px 0 -10px #AC2726;
        -moz-box-shadow: inset -10px -13px 0 -10px #AC2726;
        box-shadow: inset -10px -13px 0 -10px #AC2726;
    }
}

.navbar-default .navbar-nav > li > a:hover, .ativo {
    color: #AC2726 !important;
    -webkit-box-shadow: inset -10px -13px 0 -10px #AC2726;
    -moz-box-shadow: inset -10px -13px 0 -10px #AC2726;
    box-shadow: inset -10px -13px 0 -10px #AC2726;
    animation-name: menu_borda;
    animation-duration: 0.3s;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    animation-name: example;
    animation-duration: 0.5s;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

/*DESTAQUE*/
.destaque {
    padding-top: 0 !important;
}

.destaque > div:first-child {
    color: #3F6037;
    font-size: 24px;
    font-weight: bolder;
}

.rotacionar_d {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    text-align: left;
}

.rotacionar_e {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    text-align: right;
}

.unidades {
    background-color: rgba(255, 255, 255, 0.50);
    padding-bottom: 15px;
    padding-top: 15px;
}

.unidades table, #unidades table, .unidades h4 {
    font-family: 'Roboto', sans-serif !important;
    color: #AC2626;
}

.unidades table, .unidades h4 {
    text-align: center;
}

.unidades h4, #unidades h4, .unidades table tr:nth-child(3) td, .unidades table tr:nth-child(4) td, #unidades table tr:nth-child(3) td, #unidades table tr:nth-child(4) td {
    font-weight: bold;
}

.unidades table tr:last-child, #unidades table tr:last-child {
    font-size: 12px;
}

.unidades table i, #unidades table i {
    font-size: 30px;
    color: #AC2726;
    background: #D0DFD0;
    padding: 15px 23px;
    border-radius: 50%;
    margin: 10px;
}

/*  SERRA MED SAUDE */
@keyframes animatedBackground {
    from {
        background-position: -350px 0;
    }
    to {
        background-position: left 0;
    }
}

/*
#serramedsaude h4{
	margin-top: 40px;
	font-weight: 600;
}
#serramedsaude .etapas i{
	font-weight: 600;
	font-size: 48px;
	color: #51273A;		
}
#serramedsaude .etapas{
	background-image: url(../img/bg-cartao.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 30px;
}*/
/*ESPECIALIDADES*/
#especialidades {
    background-image: url(../img/bg-especialidades.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.80);
    padding-top: 260px;
}

#especialidades ul, #exames ul {
    margin-top: 40px;
    padding-left: 0;
}

#especialidades ul li, #exames ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    margin-left: 40px;
    margin-bottom: 15px;
}

#especialidades ul li {
    color: #442134;
}

#especialidades ul li i, #exames ul li i {
    font-size: 28px;
    margin-left: -40px;
    position: absolute;
}

/* EXAMES */
#exames {
    background: #E6EEE6;
    background-image: url(../img/bg-exames.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* UNIDADES */
#unidades .row {
    background: #F7F7F7;
    margin-top: 40px;
}

#unidades .mapa {
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid #FFF;
}

#map {
    min-height: 1060px;
    width: 100%
}

#unidades table tr:first-child td:first-child {
    vertical-align: top;
    text-align: right;
}

#unidades table tr:nth-child(5) td {
    font-weight: bold;
}

#centro, #itaipava, #nova-friburgo, #teresopolis, #altodaserra {
    cursor: pointer;
}

/* CONTATO */
#contato > .row {
    margin-top: 40px;
}

#contato a {
    padding: 20px;
    font-size: 16px;
    color: #AC333F;
    border-radius: 0;
    text-align: left;
    line-height: 30px;
    margin-bottom: 20px;
    background: #EBF1EB;
}

#contato a span {
    text-transform: uppercase;
    font-weight: 600;
}

#contato a i {
    font-size: 28px;
    float: left;
    margin: 20px 35px 20px 10px;
}

#contato label {
    color: #777777;
}

#contato .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eeeeee;
}

#contato input.form-control {
    height: 45px;
}

#contato .form-control:focus {
    color: #404040;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    outline: none;
}

#contato input[type="reset"], #contato input[type="submit"] {
    color: #AD333F;
    border-radius: 0;
    height: 45px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 20px;
    font-weight: 600;
}

#contato input[type="submit"]:hover {
    background-color: #D0DFD0;
}

#formulario {
    margin-bottom: 20px;
}

/*FOOTER*/
footer {
    background: #AC2726;
    padding-bottom: 20px;
    padding-top: 20px;
}

#exames ul li {
    color: #AC2626;
}

.scrollToTop {
    background: rgba(99, 145, 98, 0.5);
    bottom: 15px;
    display: none;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
}

.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

/* RESPONSIVIDADES */
@media screen and (max-width: 992px) {
    #serramedsaude .etapas {
        background-image: none;
    }

    #serramedsaude {
        background: none !important;
    }

    .destaque {
        background-position: center left;
    }

    #especialidades ul, #exames ul {
        margin-top: 0;
    }
    #especialidades{
        padding-top: 900px;
    }
}

@media screen and (max-width: 768px) {
    .rotacionar_d {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        text-align: center;
    }

    .rotacionar_e {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        text-align: center;
    }

    .destaque {
        background-position: center center;
    }

    #navegacao > ul > li {
        text-align: center;
    }

    .btn-home {
        font-size: 18px !important;
        padding: 10px 10px !important;
    }
}

@media screen and (max-width: 638px) {
    #especialidades{
        padding-top: 965px;
    }

}


@media screen and (max-width: 480px) {
    #contato a i {
        float: none;
    }
    #especialidades{
        padding-top: 1075px;
    }
}
