/* *************
    1. ABOUT
    2. SLIDER
    3. FOOTER
    4. CONSULTORIA MÉDICA
    5. BACK TO TOP
    6. FORM
    7. CURSOS
    8. LIVRO
    9. HEADER
*/

/* *************
    1. ABOUT
*/

.b-about .container {
    padding-top: 50px;
}

/* *************
    2. SLIDER
*/

#main-slider .b-main-slider__label a {
    color: inherit;
    text-decoration: none;
}

@media(max-width: 677px) {
    .slider-pro img.sp-image {
        width: unset !important;
        height: 460px !important;
        margin: 0 !important;
        transform: translateX(-30%);
    }
}
@media(max-width: 377px) {
    .slider-pro img.sp-image {
        transform: translateX(-35%);
    }
}

/* *************
    3. FOOTER
*/

.footer-copyright a {
    color: inherit;
}

@media(min-width: 992px) {
    .footer-info {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

/* *************
    4. CONSULTORIA MÉDICA
*/

.section-video .section-video-contact .btn {
    position: relative;
    top: 30%;
}

.video-info h5 {
    font-size: 1.25rem;
}

/* *************
    5. BACK TO TOP
*/

.back-to-top  {
    opacity: 0;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: all .3s;
    cursor: pointer;
    z-index: 1;
    height: 40px;
    width: 40px;
    background: #30a8d5;
    border: none;
    border-radius: 100px;
    box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top::before  {
    content: '';
    color: white;
    width: 11px;
    height: 11px;
    display: block;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transition: all .3s;
    position: absolute;
    top: 18px;
    right: 14px;
    transform: rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .back-to-top:hover {
        color: transparent;
        outline: none;
        opacity: 0.7;
    }
    .back-to-top:hover::before {
        opacity: 1;
    }
}

/* *************
    6. FORM
*/

form .form-control {
    border: 1px solid transparent;
}

/* *************
    7. CURSOS
*/

#cursos .list-mark-2.list-ervices {
    margin-bottom: 15px;
}
#cursos .list-mark-2.list-ervices li {
    width: 100%;
}
#cursos .list-mark-2 li.list-unchecked {
    text-decoration: line-through;
}
#cursos .list-mark-2 li.list-unchecked:before {
    content: '\f0c8';
}

/* *************
    8. LIVRO
*/

#livro .dw-img img {
    width: unset;
    max-width: 100%;
}

/* *************
    9. HEADER
*/

.top-bar__item {
    font-size: 16px;
}

@media (max-width: 1199px) {
    header .top-bar {
        display: block;
    }
    header .top-bar .top-bar__item i,
    header .top-bar .header-soc .header-soc__item i {
        font-size: 18px;
    }
    .top-bar__item:not(:last-child) {
        padding-right: 25px;
    }
}
@media (max-width: 480px) {
    header .top-bar {
        padding-right: 7px;
        padding-left: 7px;
    }
    .header-main .navbar-brand {
        padding-left: 0;
    }
}
