﻿.home-slider {
    padding-top: 140px;
    background-color: #F6F6F6 !important;
}

#headerTelefone {
    padding: 10px;
    width: 218px;
    height: 55px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    background-color: #3d6eab;
    border: none;
}

#headerTelefone:hover {
    background-color: #427FCA;
}

#headerTelefone img {
    width: 35px;
    margin-right: 10px;
}

.divTelefone {
    width: 150px;
    height: 240px;
    background-color: #427FCA;
    margin-right: 30px;
    margin-left: 30px;
    right: 0px;
    top: -184px;
    color: #fff;
    display: block;
    position: fixed;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

.divTelefone:hover {
    transform: translate(0, 175px);
    -webkit-transform: translate(0, 175px);
    -o-transform: translate(0, 175px);
    -moz-transform: translate(0, 175px);
    cursor: pointer;
}

.divTelefone .telefone {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.divTelefone .telefone div {
    font-size: 10px !important;
}

.divTelefone .telefone h4 {
    text-align: center;
    margin-bottom: 15px;
}

.divTelefone .telefone img {
    width: 30px;
    /*float:left;*/
    /*margin-left:10px;*/
}

.navbar {
    /* border-bottom: 4px solid #950E1F !important; */
    background: linear-gradient(180deg, #710b35, rgba(118, 11, 16, 0.5));
    background-color: rgba(118, 11, 75, 0.8);
    background-repeat: repeat-x;
}

#trabalheConosco {
    background-image: url(../img/TrabalheConosco.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 330px;
    padding-top: 110px;
    margin-bottom: -4px;
    padding-right: 27%;
}

#convenio {
    background-image: url(../img/CarteirinhaConvenio.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 260px;
    padding-top: 15px;
    margin-bottom: -4px;
    padding-right: 45%;
}

#sobreMaisNove {
    /*background-image: url(../img/CarteirinhaConvenio.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    /*height: 260px;*/
    padding-top: 15px;
    margin-bottom: -4px;
    padding-right: 45%;
}

#especialidades {
    background-image: url(../img/Especialidades.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 330px;
    padding-top: 110px;
    margin-bottom: -4px;
    padding-right: 46%;
}

#curriculoEnviado {
    background-image: url(../img/CurriculoEnviado.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 330px;
    padding-top: 110px;
    margin-bottom: -4px;
    padding-right: 46%;
}

#preAgendamento {
    background-image: url(../img/PreAgendamento.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 276px;
    padding-top: 50px;
    margin-bottom: -4px;
    padding-right: 35%;
}

.backgroundMaisNove {
    background-color: #ab526b;
    color: white;
}

.faixa {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #950E1F;
    margin-bottom: 30px;
}

.promo span {
    font-size: 30px;
    margin-top: 7px;
    float: left;
}

.promo .icone {
    font-size: 17px;
    margin-right: 10px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.color-white {
    color: #fff;
}

.promo a.btnPromo {
    padding: 11px 34px;
    font-size: 20px;
    border-radius: 2px;
    float: right;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    text-decoration: none;
}

.btnPromo {
    border: none;
    border-radius: 0px;
    font-weight: 400;
    text-transform: inherit;
    font-size: 14px;
    background-color: #fff;
    color: #428bca;
    padding: 8px 18px;
}

.btnPromo:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
    background: #5EA9DD;
    color: #fff;
}


/*=============================================*/


/*                   SLIDES                    */


/*=============================================*/

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*height: 250px;*/
    text-align: left;
}

#slides ul {
    list-style: none;
    width: 100%;
    /*height: 250px;*/
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    /*height: 250px;*/
    float: left;
    text-align: left;
    position: relative;
    font-family: lato, sans-serif;
}

.slideItem h1 {
    text-align: center;
}

.btn-bar {
    width: 100%;
    /*background-color: red;*/
    height: 80px;
}

#buttons {
    text-align: center;
}

#buttons a {
    text-align: center;
    display: inline-block !important;
    font-size: 50px;
    outline: 0;
    margin: 0 60px;
    color: #b14943;
    text-decoration: none;
    display: block;
    padding: 9px;
    width: 35px;
}

a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #b14943;
}


/*------------------------------------------------*/


/*=============================================*/


/*             Banner de Dicas                 */


/*=============================================*/

.faixaDica {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #711955;
    margin-bottom: 30px;
}


/*---------------------------------------------*/

.thumbnailsCanaisComunicacao {
    padding-top: 20px;
    height: 350px;
}

.imagemDestaqueHome {
    float: left;
    margin-right: 30px;
    margin-left: 30px;
}

.imagemDestaqueHome img {
    width: 300px;
}


/*=============================================*/


/*             Media Querie                 */


/*=============================================*/

@media only screen and (max-width: 768px) {
    .divTelefone {
        visibility: hidden;
    }
    .google-maps {
        position: relative;
        padding-bottom: 75%;
        overflow: hidden;
    }
    .imagemDestaqueHome {
        text-align: center;
        margin: 0px;
    }
    .imagemDestaqueHome img {
        width: 100%;
        margin: 0px;
    }
    .paragrafoImageDestaque {
        padding: 10px;
    }
    .EmailRodape {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .customMenu {
        margin-right: 20px;
        font-size: 0.9em;
    }
}


/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {
    .customMenu {
        /*
        font-size: 0.9em;*/
        margin-right: 20px;
    }
    .google-maps {
        position: relative;
        padding-bottom: 30%;
        overflow: hidden;
    }
}


/*---------------------------------------------*/


/*=============================================*/


/*             Google Maps                 */


/*=============================================*/

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*---------------------------------------------*/

.custom-strong {
    color: #000 !important;
}

.custom-list ul {
    list-style: none;
}

.custom-list ul li:before {
    content: '✓';
}