*, html{
    box-sizing: border-box;
}
body, html{
    margin: 0 !important;
    padding: 0!important;
    overflow-x: hidden!important;
}

header{
    position: relative;
}

@media only screen and (min-width: 769px) {
    .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 / 40%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        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: #012458 !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;
}

a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.background-ficha{
    background-color: #ecf3f9;
}

.background-pagina {
    background: linear-gradient(-45deg, #8f2441, #f23063, #033e95, #2255a4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@media only screen and (max-width: 768px) {

    .logo {
        background-image: url(https://hospitaldeamor.com.br/site/wp-content/themes/hcbsite/img/brand/logo_hospital_de_amor.png);
        background-size: 127px 140px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: white;
        height: 90px;
        overflow: hidden;
        text-indent: -55555px;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
    }

}