/* --------------------------------------------------
:: CSS Consulta Cardiológica
-------------------------------------------------- */
/* --------------------------------------------------
:: CSS ACC web
-------------------------------------------------- */
/*@import url("../fonts/fonts.css");*/
a {
    color: #506690;
}
/***
 *  Various
 */

.help-block {
    color: rgba(178, 107, 123, 0.93);
    font-size:14px;
    margin-top: 0;
}

.bg-gradient-primary {
    background: linear-gradient(to bottom, rgba(227, 189, 147, 0.99) 0%, #502f09 100%) !important;
    border-bottom: 1px white solid;
}

.primary-color {
    color: #8E8179;
    font-weight: bold;
}

.panel-01 {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.70rem;
    padding: 0;
    margin: 0 0 30px  0;
}
.panel-00 {
    margin: 0 50px 50px 50px;
    vertical-align: baseline;
    text-align: justify;
}
.min-vh-85 {
    min-height:  85vh !important;
}

/***
* Panel cookies
 */
.panel-cookies {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color:#fff;
    display: block;
    left: 0;
    min-height: 50px;
    padding-bottom: 10px;
    position:fixed;
    right: 0;
    text-align:center;
    width:100%;
    z-index:99999;
}
.btn-cookie {
    background-color: #8E8179;
}

/***
 *  Material-switch
 */
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: rgba(63, 81, 181, 0.23);
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #675855 !important;
    left: 20px;
}

/***
 *  Buttons
 */
.btn-success {
    color: #fff;
    background-color: #D7AE80E5;
    border-color: rgba(75, 94, 234, 0.15);
}
.text-cursive {
    margin-left: 10px;
    margin-top: 10px;
}
.btn-00 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #D7AE80E5;
    border-radius: 5px;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    min-width: 150px;
    padding: 8px 8px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.btn-00:hover {
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #8E8179;
}

.btn-01 {
    -webkit-transition: all ease-in-out 300ms;
    cursor: pointer;
    background: #D7AE80E5;
    border-radius: 5px;
    border: 1px solid rgba(215, 255, 232, 0.4);
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 5px 5px;
    transition: all ease-in-out 300ms;
}
.btn-01:hover {
    box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.2);
    transform: translate(0px, -2px) scale(1.0);
    background: #8E8179;
}

.btn-02 {
    cursor: pointer;
    background: #f5a425 ;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    min-width: 80px;
    padding: 3px 10px 3px 10px;
    text-align: center;
    transition: all ease-in-out 300ms;
}

.btn-02:hover {
    transform: translate(0px, -2px) scale(1.0);
    background: #8E8179;
    color: #fff;
    text-decoration: none;
}

.btn-outline-primary {
    color: #fff;
    background-color: #8E8179;
    border-color: #8E8179;
}
.btn-success:hover {
    color: #fff;
    background-color: #8E8179;
    border-color: #8E8179;
}

.bg-1:hover {
    color: #8E8179;
}

.link-info-00 {
    color:#8E8179;
}

.link-info-00:hover {
    color:#8E8179;
}

/***
 *  Texts
 */
.text-justify {
    text-align: justify;
}
.text-color-00 {
    color:#fff;
}
.text-color-01 {
    color: rgba(142, 129, 121, 0.19);
}
.text-color-01:hover {
    color: #D7AE80E5;
}
.text-color-01 a {
    color: rgba(142, 129, 121, 0.19);
}
.text-color-02:hover {
    color: #D7AE80E5;
}
.text-color-02 a {
    color: #fff;
}
