:root {
    --fundo-ha: #ffffff;
    --rosa-ha: #E6007E;
    --azul-ha: #009FE3;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

.bg-primary-ha {
    background-color: var(--rosa-ha) !important;
}

.color-primary-ha {
    color: var(--rosa-ha) !important;
}

.shadow-primary-ha {
    box-shadow: 0 0 5px #e6007e9c;
}

.cursor-p {
    cursor: pointer
}

body {
    height: 100vh;
    overflow: scroll;
}

.radius-ha{
    border-radius: 20px !important;
}
.radius-t-ha{
    border-radius: 20px 20px 0 0!important;
}

.f-helvetica-b-ha {
    font-family: Helvetica;
    font-weight: 900;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

button {
    text-decoration: none
}

p {
    font-family: Helvetica;
    font-weight: 100;
    line-height: 23px;
    font-size: 18px;
}

body {
    background-color: var(--fundo-ha);
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}

.tudo {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: var(--fundo-ha) 0 0 no-repeat padding-box;
    opacity: 1;
}

.conteudo {
    min-height: 100px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both
}


/* Header */
header {
    z-index: 999;
    position: relative;
}

header .box-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: var(--rosa-ha) 0 0 no-repeat padding-box;
    opacity: 1;
}

header .box-2 {
    top: 35px;
    left: 0;
    width: 100%;
    height: 110px;
    background: var(--azul-ha) 0 0 no-repeat padding-box;
    opacity: 1;
    z-index: 800;
}

header .box-2 .logo {
    background-color: var(--fundo-ha);
    top: -35px;
    width: 120px;
    opacity: 1;
    position: absolute;
}

header .box-2 .logo .logo-img {
    background-image: url(../img/logo_hospital_de_amor.png);
    background-size: 75px 87px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    width: 119px;
    height: 146px;
    overflow: hidden;
    text-indent: -55555px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 10;
    position: absolute;
}

header .box-2 nav {
    margin: 0 0 0 119px;
}

header .box-2 nav ul {
    padding: 42px 36px 30px 36px;
    margin: 0;
    list-style: none;
    width: 80%;
}

header .box-2 nav ul li {
    display: inline
}

header .box-2 nav ul li a {
    padding: 2px 12px 2px 10px;
    display: inline-block;
    text-decoration: none;
    width: 132px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

header .box-2 nav ul li a:hover {
}

header .box-2 .doe-agora {
    top: 23px;
    right: 0;
    width: 133px;
    height: 65px;
    background: var(--rosa-ha) 0 0 no-repeat padding-box;
    border-radius: 33px;
    opacity: 1;
    position: absolute;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
}

header .box-2 .doe-agora .texto {
    top: 20px;
    position: absolute;
    right: 28px;
    text-align: center;
    width: 50px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

header .box-2 .doe-agora .coracao {
    width: 39px;
    height: 32px;
    padding: 0;
    margin: 18px 10px 10px 7px;
    position: absolute;
    left: 8px;
}

/* aplica somente a partir de 780px */
@media screen and (min-width: 780px) {
    #bannerPrincipal{display: block}
}

/* aplica somente a partir de 780px em landscape */
@media screen and (max-width: 780px) {
    #bannerPrincipal{display: none}
}