@import 'https://fonts.googleapis.com/css?family=Dosis';

body {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

*{
    margin: 0;
    padding: 0;
}

.img-responsive{
    display: inline-block !important;
}

a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #033c59;
}

h1, h2, h3, h4, h5{
    color: #033c59;
    font-weight: bold !important;
}

.azulf{
    color: #033c59;
}

.azulc{
    color: #3085a3;
}

.cinza{
    color: #737373;
}

img{
    max-width:100%;
}

/* HEADER HOME*/

#bg-banner h1, #bg-esp h1, #bg-atualidades h1{
    font-size: 70px;
}

.padbanner{
    padding: 200px 20px 200px 150px;
}

#bg-banner{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left !important;
    height: 700px;
}

#banner{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px !important;
    padding: 0 !important;
    margin: 0 !important;
    float: right !important;
}

#banner img{
    height: 700px !important;
}

.sob{
    position: relative;
    float: right;
}

.navbar{
    border: none;
    border-radius: 0;
    background-color: transparent;
    z-index: 9999;
}

#banner .navbar{
    position: absolute;
    margin-left: 70px;
}

#navbar ul li a{
    color: white;
    font-size: small;
    border-radius: 2px;
    padding: 1px 3px;
    margin: 30px 10px 0 0;
    text-transform: uppercase;
}

#navbar ul li a:hover{
    color: #033c59;
    background-color: #3085a3;
}

.pad1{
    top: 20%;
    padding-left: 25%;
}

#slider{
    z-index: 0;
    position: absolute;
}

#myCarousel{
    z-index: 0;
    position: absolute;
}

#myCarousel, .carousel-inner, .carousel-inner div img{
    width: 100%;
}

.carousel-indicators{
    left: 32% !important;
    top: 45% !important;
}

.carousel-indicators li{
    background-color: white !important;
    height: 8px;
    width: 8px;
    margin-bottom: 7px;
}

li{
    display: block !important;
}

.carousel-indicators .active{
    background-color: #3085a3 !important;
    border-color: #3085a3 !important;
    height: 9px;
    width: 9px;
    margin-bottom: 7px;
}

#down{
    z-index: 99;
    position: absolute;
    left: 47%;
    top: 600px;
}


/* HEADER PÁGINAS */

#menuPagina .navbar{
    border: none;
    border-radius: 0;
    background-color: white;
    z-index: 9999;
}

#menuPagina #navbar ul li a{
    color: #033c59;
    font-size: small;
    border-radius: 2px;
    padding: 1px 3px;
    margin: 40px 20px 0 0;
}

#menuPagina #navbar ul li a:hover{
    background-color: #3085a3;
}

/* SECTION */

.img-center{ /* para centralizar a imagem */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


#especialidades{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
}

.pad2{
    padding: 50px 15%;
}

.martb2 div p{
    text-align: justify;
}

.margintb div p{
    text-align: justify;
}

.borda{
    border-bottom: #1b6d85 solid 3px;
    margin: 20px 0;
    width: 25px;
}

.bordab{
    border-bottom: white solid 4px;
    margin: 20px 0;
    width: 60px;
}

.mar50l{
    margin-left: 50%;
}

.logo{
    margin-left: 25% !important;
    margin-top: 10px;
}

.botao{
    background-color: #3085a3 !important;
    border: 2px #3085a3 solid !important;
    color: white !important;
    padding: 10px 20px;
}

.mart{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mart a:hover{
    background-color: #033c59 !important;
    border: 2px #033c59 solid !important;
}

.padtext1{
    padding-right: 150px;
    padding-top: 50px;
}

.padtext2{
    padding: 50px 5px 0 150px !important;
}

.bordac2{
    border-bottom: #3085a3 dashed 1px;
    margin: 15px 0 !important;
    padding: 0 !important;
}

.borda-imagem{
    padding: 5px;
    background-color: white;
    border: 2px solid lightgray;
}

.efeito img{
    opacity: 1;
}

.efeito > img:hover {
    opacity: 0.6;
}

.efeito2 > img:hover {
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    border: 2px solid #3085a3;
}

#bg-medico{
    background-image: url("../img/bg-medico.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 30px 0;
    padding: 0 150px;
}

#bg-medico2{
    background-image: url("../img/bg-medico.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 100px;
}

/*#img-esp{
    width: 100%;
    height: 400px;
}*/

.col-md-6, .col-sm-6{
    padding: 0;
}

#sobreespecialidades .right{
    float: right !important;
    background-size: 100% 100%;
}

/* FOOTER */

#contato{
    margin-top: 60px;
    background-color: #033c59 !important;
}

.white{
    color: white;
}

#contatoForm div div input, #contatoForm div div textarea{
    background-color: #033c59;
    border: 2px #3085a3 solid;
    color: white;
}

::-webkit-input-placeholder {
    color: #3085a3 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3085a3 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #3085a3 !important;
}

:-ms-input-placeholder {
    color: #3085a3 !important;
}

.botaoContato input{
    background-color: #3085a3 !important;
    border: 2px #3085a3 solid !important;
    color: white !important;
    padding: 5px 25px;
}

.botaoContato input:hover{
    background-color: #1b6d85 !important;
    border: 2px #1b6d85 solid !important;
}

.martb{
    margin-top: 50px;
    margin-bottom: 50px;
}

.martb2{
    margin-top: 65px;
    margin-bottom: 65px;
}

#footer{
    background-color: #3085a3;
    padding-top: 25px;
    padding-bottom: 20px;
}

#footer p{
    margin: 5px;
    font-size: 13px;
}

/* RESPONSIVIDADE */

@media (max-width: 800px) {
    #home{
        background-color: #E6E6FA;
    }
}

@media (max-width: 450px) {
    #bg-banner h1, #bg-esp h1, #bg-atualidades h1{
        font-size: 50px;
    }
    .logo{
        margin-left: 10% !important;
    }
}

@media (min-width: 400px) and (max-width: 992px) {
    #atualidades{
        text-align: center !important;
    }
    .borda{
        margin-left: 50%;
    }
}

@media (max-width: 1130px) {
    #sobreespecialidades{
        text-align: center;
    }

    #sobreespecialidades div .borda{
        margin-left: 50%;
    }

    #sobreespecialidades div p{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    #bg-atualidades{
        padding: 1px 0 !important;
        margin: 0 !important;
        height: auto !important;
    }
    .padtext1 {
        padding: 0 !important;
    }
    .padtext2 {
        padding: 0 !important;
    }
    #artigos, .martb2 div p{
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    #bg-medico, #bg-medico2, #bg-esp, #bg-atualidades{
        height: auto;
        margin: 0 !important;
        padding: 5px !important;
    }

    #bg-banner, #banner{
        width: 50% !important;
    }
    .pad1{
        top: 5%;
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    h2{
        font-size: 25px !important;
    }
    h1{
        font-size: 37px !important;
    }
    #bg-medico2, #bg-medico, #bg-esp, #bg-atualidades{
        background: none !important;
        margin: 0 !important;
        padding: 5px !important;
    }
    #bg-medico2 div h1, #bg-medico2 div h3, #bg-medico2 div div, #bg-medico2{
        text-align: center !important;
    }
    #bg-esp div .white, #bg-atualidades div .white, #bg-atualidades div .bordab{
        color: #033c59 !important;
    }
    #bg-banner{
        height: auto !important;
    }
    #bg-banner .sob{
        padding: 5px !important;
    }
    #bg-esp p, #bg-atualidades p, #bg-medico p{
        color: #333 !important;
    }
    #sobreespecialidades .right{
        height: auto !important;
    }
    #footer{
        text-align: center;
    }
    .sm h4{
        text-align: center;
    }
    .sm p{
        padding: 5px;
    }
}

/* SECTION ESPECIALIDADES */

#bg-esp{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 150px;
    color: white !important;
    margin: 30px 0;
}

.borda2{
    border-bottom: #1b6d85 solid 3px;
    width: 25px;
    margin: 10px 0 10px 50%;
}

.margintb{
    margin-top: 60px;
    margin-bottom: 60px;
}

/* SECTION QUEM SOU */

.margint30{
    margin-top: 30px;
}

/* SECTION ATUALIDADES */

#bg-atualidades{
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    padding: 75px 150px;
}

.floatr{
    float: right;
}

.marginb40{
    margin-bottom: 40px;
}

.panel-default{
    border-radius: 0 !important;
    border: 2px solid #033c59 !important;
    background-color: white !important;
}

.panel-heading{
    background-color: white !important;
    padding: 10px 15px !important;
}

#accordion a, #accordion h4{
    text-decoration: none;
    color: #033c59;
    margin: 15px 0;
}

.panel-default:hover, .panel-heading:hover{
    background-color: #3085a3 !important;
}

#accordion a:hover{
    color: white !important;
}

.panel-body{
    background-color: #033c59;
    color: white;
}

.panel-heading a i{
    color: #737373;
}

.panel-heading a i:hover{
    color: white;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size: 25px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* MAPA */
#map{
    height: 350px;
}

