*, html{
    box-sizing: border-box;
}
body, html{
    background-image: url(../images/49728314693_68694b4bdb_c.jpg);
    background-size: cover;
    margin: 0 !important;
    padding: 0!important;
    overflow-x: hidden!important;
    font-family: 'Signika',Arial,sans-serif!important;
}
#principal{
    background-color: #fff;
    opacity: 0.98;
}
header{
    position: relative;
}
.bg-padrao-1{background-color: #00aeef}
.bg-padrao-2{background-color: #f23063}

.logo {
    background-image: url(https://hospitaldeamor.com.br/site/wp-content/themes/hcbsite/img/brand/logo_hospital_de_amor.png);
    background-size: 140px 167px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: white;
    width: 149px;
    height: 146px;
    overflow: hidden;
    text-indent: -55555px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 65px;
}
.btn-primary{
    background-color: #f23063!important;
    border-color:  #00aeef!important;
}
.bg-rosa{background-color: #f23063 !important;}
.bg-primary{
    background-color: #00aeef !important;
}
.minimoAltura{
    min-height: 680px;
}
.cursorP{cursor: pointer!important;}
.bgCa1{background-color: #e9ecef!important}
.corBordaCa1{border: 1px solid #ced4da!important;}

input[type=checkbox] {
    -ms-transform: scale(1.3) !important; /* IE */
    -moz-transform: scale(1.3) !important; /* FF */
    -webkit-transform: scale(1.3) !important; /* Safari and Chrome */
    -o-transform: scale(1.3) !important; /* Opera */
    transform: scale(1.3) !important;
    margin: 1px 5px 0 0 !important;
}
.f{
    font-size: 23px;
}
.ha-h-20{
    height: 20px;
}
.ha-h-120{
    height: 110px;
}


.sa{
    color: #ffffff;
    font-size: 25px;
    
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 52px;
}

@media only screen and (max-width: 800px) {
    body, html{
        background-image: inherit;
    }
    .logo{
        display: none;
    }
    .ha-h-120{
        height: inherit;
    }
    .ha-h-20{
        height: 5px;
    }
    
  }