/* GERAL */

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

span.icon {
    font-family: 'agenda-font-icons';
    margin: 0px 5px;
}

h1,
h2 {
    font-family: 'Fira Sans', sans-serif;
}


/* HEADER */

#header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10;
}


/* Switch */

#switch-page {
<<<<<<< HEAD
<<<<<<< HEAD
=======
    background: #e01111;
>>>>>>> feature/versao_0_4_0
=======
    background: #e01111;
=======
>>>>>>> b8d087ff99406e3289e79a9b95cae8aff4759317
>>>>>>> 63d68c69697fd32b500947667c1c24a5fce08312
    overflow: hidden;
}

.switch-page-professional {
    background: #ea1a3c;
    color: #fff
}

.switch-page-professional a {
    color: #fff
}

.switch-page-paciente {
    background: #2080cd;
    color: #fff
}


#switch-page a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 0px;
    margin: 5px 0px;
    position: relative;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    -webkit-transition: border ease .3s;
    transition: border ease .3s;
}

#switch-page a:hover {
    border-bottom: 1px solid #fff;
}


/* Menu Desk */

#menu-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f3;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .01);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .01);
}

#menu-wrapper #logo {
    margin-top: 20px;
    height: 40px;
    padding-left: 0;
}

#menu-wrapper #menu {
    padding: 0px;
    margin: 0px;
}

#menu-wrapper #menu a {
    display: inline-block;
    cursor: pointer;
}

#menu-wrapper #menu li {
    display: inline-block;
    padding: 35px 25px;
    font-size: 16px;
    color: #333344;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: border ease .3s, color ease .3s;
    transition: border ease .3s, color ease .3s;
}

#menu-wrapper #menu li:hover {
    color: #ea1a3c;
}

#menu-wrapper #menu li.active {
    color: #ea1a3c;
    border-bottom: 2px solid #ea1a3c;
    margin-bottom: -1px;
}

#menu-wrapper #login {
    color: #ffffff;
    background: #0c6bb5;
    border-radius: 50px;
    padding: 5px 15px 5px 25px;
    font-size: 16px;
    margin: 30px 0px;
    font-weight: 300;
    -webkit-transition: color ease .3s, padding ease .3s;
    transition: color ease .3s, padding ease .3s;
    cursor: pointer;
}

#menu-wrapper #login:hover {
    background: #2071b6;
    padding: 5px 10px 5px 30px;
}

#menu-mobile-icon {
    width: 20px;
    height: 20px;
    padding: 10px;
    position: fixed;
    right: 8.333%;
    top: 65px;
    z-index: 15;
    display: none;
}

#menu-mobile-icon .first-line {
    width: 20px;
    height: 2px;
    background: #333344;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s, -webkit-transform ease .3s;
}

#menu-mobile-icon .second-line {
    width: 20px;
    height: 2px;
    background: #333344;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s, -webkit-transform ease .3s;
}

#menu-mobile-icon .third-line {
    width: 20px;
    height: 2px;
    background: #333344;
    position: absolute;
    top: 18px;
    left: 0;
    -webkit-transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: top ease .3s, left ease .3s, -webkit-transform ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s;
    transition: transform ease .3s, top ease .3s, left ease .3s, -webkit-transform ease .3s;
}

#menu-mobile-icon.menu-mobile-on .first-line {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 9px;
}

#menu-mobile-icon.menu-mobile-on .second-line {
    width: 2px;
    left: 9px;
}

#menu-mobile-icon.menu-mobile-on .third-line {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

#menu-mobile {
    width: 300px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 14;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 125px 30px 30px 30px;
    display: none;
    -webkit-transition: right ease .3s;
    transition: right ease .3s
}

#menu-mobile.menu-mobile-on {
    right: 0;
}

#menu-mobile a {
    -webkit-transition: color ease .3s;
    transition: color ease .3s;
}

#menu-mobile li {
    list-style: none;
    padding: 10px 0px;
    font-size: 16px;
    color: #333344;
    border-bottom: 1px solid #fff;
}

#menu-mobile li.active {
    color: #ea1a3c;
    border-bottom: 2px solid #ea1a3c;
}

#menu-mobile a:hover {
    text-decoration: none;
}

#menu-mobile a:hover li {
    color: #ea1a3c;
}

#menu-mobile .line {
    width: 100%;
    height: 1px;
    background: #f2f2f3;
}

#login-mobile {
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
    display: none;
}

#login-mobile .button {
    color: #ffffff;
    background: #0c6bb5;
    border-radius: 50px;
    padding: 5px 15px 5px 25px;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: color ease .3s, padding ease .3s;
    transition: color ease .3s, padding ease .3s;
    cursor: pointer;
    text-align: center;
}


/* CONTEÚDO */


/* Intro */

#intro-professional {
    height: 90%;
    height: calc(100% - 120px);
    background: url(../images/hero-profissional.jpg) no-repeat center right;
    background-size: cover;
    /* margin-top: 120px; */
}

#intro-professional .container {
    height: 100%;
}

#intro-professional .content {
    position: absolute;
    bottom: 75px;
}

#intro-professional .content h1 {
    color: #2071b6;
    font-weight: 300;
    font-size: 36px;
    position: relative;
    text-shadow: 0px 3px 15px #ffffff;
    margin-bottom: 30px;
}

#intro-professional .content h1 b {
    font-weight: 500
}

#intro-professional .content h1:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background: #ea1a3c;
    left: 0px;
    bottom: -15px;
}

#intro-professional .content .text {
    color: #666666;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    text-shadow: 0px 0px 3px #ffffff;
}

#intro-professional .content #know-more {
    display: inline-block;
    background: #00ce18;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 50px;
    padding: 6px 20px 6px 25px;
    -webkit-transition: color ease .3s, padding ease .3s;
    transition: color ease .3s, padding ease .3s;
    margin-top: 30px;
}

#intro-professional .content #know-more:hover {
    background: #02B50F;
    padding: 6px 15px 6px 30px;
}


/* Apresentação */

#apresentacao-professonal {
    background: #f7f7f7;
    padding: 30px 0px 60px 0px;
}

#apresentacao-professonal h2 {
    font-size: 38px;
    color: #333344;
    font-weight: 300;
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
}

#apresentacao-professonal h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ccc;
    bottom: -15px;
    left: 0px;
}

#apresentacao-professonal .item {
    width: 100%;
    margin: 15px 0px;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    color: #878787;
    min-height: 280px;
    -webkit-transition: box-shadow ease .3s;
    -webkit-transition: -webkit-box-shadow ease .3s;
    transition: -webkit-box-shadow ease .3s;
    transition: box-shadow ease .3s;
    transition: box-shadow ease .3s, -webkit-box-shadow ease .3s;
}

#apresentacao-professonal .item:hover {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

#apresentacao-professonal .item b {
    color: #666666;
    font-size: 17px;
}

#apresentacao-professonal .item .icon {
    margin-bottom: 30px;
    position: relative;
}

#apresentacao-professonal .item .icon:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #ea1a3c;
    left: 50%;
    margin-left: -22px;
    bottom: -15px;
}


/* Highlight */

#highlight-prodfessional {
    background: #f7f7f7;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 300px;
}

#highlight-prodfessional:after {
    content: '';
    position: absolute;
    background: #ea1a3c;
    background: -webkit-gradient(linear, left top, right bottom, from(#ea1a3c), to(#c61436));
    background: linear-gradient(to bottom right, #ea1a3c, #c61436);
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
}

#highlight-prodfessional h2 {
    font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}

#highlight-prodfessional h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ffffff;
    left: 0px;
    bottom: -15px;
}

#highlight-prodfessional p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

#highlight-prodfessional img {
    max-width: 110%;
    position: relative;
    margin-top: -100px;
    image-rendering: crisp-edges;
}


/* Depoimento */

#quote {
    background: url(../images/depoimento.png) no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

#quote blockquote {
    color: #333344;
    font-size: 24px;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
    line-height: 180%;
    position: relative;
    font-weight: 300;
    padding: 0;
    border: none;
}

#quote blockquote:before {
    content: '“';
    color: #e7e7e7;
    font-size: 260px;
    position: absolute;
    font-style: normal;
    font-weight: 500;
    top: 60px;
    left: -120px;
}

#quote span {
    color: #c61436;
    font-size: 16px;
}


/* Contato */

#contato-professional {
    background: url(../images/hospital-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

#contato-professional .container {
    position: relative
}

#contato-professional h2 {
    color: #333344;
    font-size: 38px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

#contato-professional h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ffffff;
    left: 0;
    bottom: -15px;
}

#contato-professional h3 {
    color: #333344;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
}

#contato-professional p {
    margin-bottom: 15px;
    color: #666666;
    font-size: 16px;
}

#contato-professional p b {
    color: #c61436;
    font-size: 18px;
}

#contato-professional .left-col {
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

#contato-professional .medico {
    height: 120%;
    height: calc(100% + 125px);
    position: absolute;
    background: url(../images/hospital-medico.png) no-repeat center bottom;
    background-size: contain;
    bottom: -75px;
    right: 8.3333%;
}


/* RODAPÉ */

#footer-professional {
    color: #666677;
    font-size: 14px;
    font-weight: 300;
    line-height: 180%;
    padding-top: 60px;
    border-bottom: 5px solid #ea1a3c;
    position: relative;
}

#footer-professional #to-top {
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    text-align: center;
    border-radius: 15px;
    background: #c61436;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: background ease .3s, box-shadow ease .3s, top ease .3s;
    -webkit-transition: background ease .3s, top ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, top ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s, top ease .3s;
    transition: background ease .3s, box-shadow ease .3s, top ease .3s, -webkit-box-shadow ease .3s;
}

#footer-professional #to-top svg * {
    -webkit-transition: fill ease .3s;
    transition: fill ease .3s;
}

#footer-professional #to-top:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .15);
    top: -20px;
}

#footer-professional #to-top:hover svg * {
    fill: #c61436;
}

#footer-professional .logo {
    width: 160px;
    height: auto;
    margin-bottom: 30px;
}

#footer-professional .title {
    color: #2071b6;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 35px;
    position: relative;
}

#footer-professional .title:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #2071b6;
    left: 0;
    bottom: -15px;
}

#footer-professional a {
    color: inherit;
    text-decoration: none;
    display: list-item;
    list-style: none;
}

#footer-professional ul li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: border ease .3s;
    transition: border ease .3s
}

#footer-professional a:hover li {
    border-bottom: 1px solid #2071b6;
}

#footer-professional .phone {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}

#footer-professional .phone:before {
    width: 12px;
    height: 17px;
    content: "";
    position: absolute;
    background: url(../images/icons/phone.png) no-repeat center center;
    top: 5px;
    left: -20px;
}

#footer-professional .email {
    position: relative;
}

#footer-professional .email:before {
    width: 15px;
    height: 11px;
    content: "";
    position: absolute;
    background: url(../images/icons/email.png) no-repeat center center;
    top: 7px;
    left: -22px;
}

#footer-professional .social {
    overflow: hidden;
    padding: 30px 5px 15px 5px;
    margin-left: -5px;
}

#footer-professional .social .icon {
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    float: left;
    margin-right: 15px;
    -webkit-transition: background ease .3s, box-shadow ease .3s;
    -webkit-transition: background ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s;
}

#footer-professional .social .icon svg * {
    -webkit-transition: fill ease .3s;
    transition: fill ease .3s;
}

#footer-professional .social .icon.facebook:hover {
    background: #2071b6;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
}

#footer-professional .social .icon.twitter:hover {
    background: #00c0f7;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
}

#footer-professional .social .icon.facebook:hover svg *,
#footer-professional .social .icon.twitter:hover svg * {
    fill: #ffffff;
}

#footer-professional .copyright {
    border-top: 2px solid #f7f7f7;
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width:1200px) {
    #highlight-prodfessional {
        height: 350px;
    }
}

@media (max-width:992px) {




    #footer-professional .phone {
        font-size: 14px;
        position: relative;
        margin-bottom: 15px;
    }

    #footer-professional .phone:before {
        width: 12px;
        height: 17px;
        content: "";
        position: absolute;
        background: url(../images/icons/phone.png) no-repeat center center;
        top: 5px;
        left: 108px;
        margin-top: 15px;
    }



    #footer-professional .email {
        position: relative;
    }

    #footer-professional .email:before {
        width: 15px;
        height: 11px;
        content: "";
        position: absolute;
        background: url(../images/icons/email.png) no-repeat center center;
        top: 7px;
        left: 70px;
    }

    #menu-wrapper #menu {
        margin-left: 15px;
    }
    #menu-wrapper #menu li {
        padding: 35px 15px
    }
    #apresentacao-professonal .item {
        min-height: 280px;
        margin-bottom: 30px
    }
    #highlight-prodfessional {
        height: 500px;
    }
    #highlight-prodfessional img {
        margin-top: 0px;
    }
    #footer-professional {
        text-align: center;
    }
    #footer-professional .title:after {
        left: 50%;
        margin-left: -7px
    }
    #footer-professional a {
        display: inline-block;
        margin: 15px 10px
    }
    #footer-professional .copyright {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    #menu-wrapper {
        height: 80px;
    }
    #menu-wrapper #logo {
        margin-top: 15px;
        text-align: center;
    }
    #menu-mobile,
    #menu-mobile-icon,
    #login-mobile {
        display: block
    }
    #intro-professional {
        height: calc(100% - 80px);
        margin-top: 80px;
    }
    #menu-wrapper #menu,
    #menu-wrapper #login {
        display: none;
    }
    #intro-professional {
        position: relative;
        background: url(../images/hero-profissional-mobile.jpg) no-repeat center right;
        background-size: cover;
    }
    #intro-professional .container {
        position: relative;
        z-index: 2
    }
    #intro-professional:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: url(../images/white-grad.png) no-repeat bottom left;
        background-size: 100% 100%;
        opacity: .75;
        z-index: 1;
    }
    #intro-professional .content {
        bottom: 60px
    }
    #intro-professional .content h1 {
        color: #2d318f;
        text-shadow: 0px 2px 5px #ffffff;
        font-size: 24px;
        margin-bottom: 20px;
    }
    #intro-professional .content h1:after {
        bottom: -10px;
    }
    #intro-professional .content .text {
        font-size: 16px;
    }
    #intro-professional .content #know-more {
        margin-top: 15px
    }
    #apresentacao-professonal {
        padding: 30px 0px;
    }
    #apresentacao-professonal h2 {
        text-align: center;
        margin-bottom: 30px
    }
    #apresentacao-professonal h2:after {
        left: 50%;
        margin-left: -15px
    }
    #apresentacao-professonal .item {
        min-height: 0
    }
    #apresentacao-professonal .item small {
        font-size: 100%;
    }
    #highlight-prodfessional {
        padding-top: 45px;
        padding-bottom: 0px;
        height: auto;
        background: #ea1a3c;
        background: -webkit-gradient(linear, left top, right bottom, from(#ea1a3c), to(#c61436));
        background: linear-gradient(to bottom right, #ea1a3c, #c61436);
    }
    #highlight-prodfessional:after {
        display: none
    }
    #highlight-prodfessional img {
        width: 100%
    }
    #quote blockquote:before {
        left: 0;
        top: 0
    }
    #quote {
        padding-bottom: 60px
    }
    #contato-professional .medico {
        display: none
    }
}
