/*  
Theme Name: Clínica Dr. Milton Accetturi
Description: Tema desenvolvido por <strong>Mustache - Marketing e Comunicação</strong>, exclusivamente para a Clínica Dr. Milton Accetturi, a cópia total ou parcial deste tema é totalmente proibida.
Author: Mustache
Author URI: https://mustache.com.br
*/
*{font-family: "Montserrat", sans-serif; box-sizing: border-box; } body { padding: 0; margin: 0; } html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, figure { margin: 0; padding: 0; } img, fieldset { border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } @media screen { img { width: auto; } } a, a:hover { text-decoration: none; outline: none; } p { margin: 10px 0; padding: 0; } ul, ol, li { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { line-height: 1.4em; margin: 20px 0 .4em; } h1 { font-size: 2rem; } h2 { font-size: 1.8rem; } h3 { font-size: 1.6rem; } h4 { font-size: 1.4rem; } h5 { font-size: 1.2rem; } h6 { font-size: 1rem; } html { scroll-behavior: smooth; } button, button:focus { cursor: pointer; outline: none; border: 0 } section { scroll-margin-top: 70px; }

.grecaptcha-badge {
    display: none !important;
}

/*WPP Float*/
.wppfloat {
    background: #25D366;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
}

/*Menu*/
#menu {
    width: 100%;
    padding: 20px 10%;
    position: sticky;
    top: 0;
    right: 0;
    background: #fff;
    left: 0;
    z-index: 9999;

    & .redes {
        width: max-content;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;

        & .item {
            color: #013d53;
            font-size: 1.3rem;
            transition: .3s;

            &:hover {
                color: #ac7759;
            }
        }
    }

    & .navbar {
        padding: 0;

        & .navbar-brand {
            & img {
                max-height: 50px;
                width: auto;
                margin-bottom: 0px;
                margin-right: 20px;
            }
        }
    }

    & .navbar-expand-xl {
        & .navbar-collapse {
            margin: 0px auto;

            & .navbar-nav {
                margin: 0 auto;

                & .dropdown-menu {
                    position: absolute;
                    background: #fff;
                    font-size: .8rem;
                    margin: 0 -10px;

                    &:before {
                        content: '';
                        top: -16px;
                        position: absolute;
                        left: 10%;
                        width: 0;
                        height: 0;
                        border-right: 8px solid transparent;
                        border-top: 8px solid transparent;
                        border-left: 8px solid transparent;
                        border-bottom: 8px solid #ffffff;
                    }

                    a {
                        padding: 5px 15px;
                        font-weight: 400;
                    }
                }

                & .nav-item {
                    margin: 5px 0px;
                    padding: 10px 5px;

                    & .nav-link {
                        color: #013d53;
                        font-size: 1rem;
                        font-weight: 500;
                        transition: .3s;
                        padding: 0px;
                        margin: 0 10px;

                        &:hover {
                            color: #ac7759;
                        }
                    }

                    &:hover {
                        & .dropdown-menu {
                            display: block;
                        }
                    }

                    & .dropdown-toggle {
                        &:after {
                            font-weight: 900;
                            font-family: "Font Awesome 5 Free";
                            content: "\f078";
                            color: #001141;
                            display: inline-block;
                            font-size: 11px;
                            width: 15px;
                            height: 15px;
                            margin-left: .355em;
                            vertical-align: 0.055em;
                            border-top: 0em solid;
                            border-right: 0em solid transparent;
                            border-bottom: 0;
                            border-left: 0em solid transparent;
                        }
                    }
                }

            }
        }
    }
}

/*Slide*/
.slide {
    width: 100%;
    padding: 0px;

    & .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    & .slick-dots {
        bottom: 40px;

        li {
            margin: 0;

            button {
                transition: .3s;

                &:before {
                    color: #fff;
                    opacity: 1 !important;
                    font-size: 14px;
                    transition: .3s;
                }

                &:hover {
                    &:before {
                        color: #003B53;
                    }
                }
            }
        }

        & .slick-active {
            & button {
                &:before {
                    opacity: 1 !important;
                    color: #be7857 !important;
                    transition: .3s;
                }

                &:hover {
                    &:before {
                        color: #003B53;
                    }
                }
            }
        }

    }

    & img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/*Serviços*/
.servicos {
    padding: 80px 15%;
    & h2 {
        text-transform: uppercase;
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 auto 30px;
        color: #003B53;
        font-weight: 800;
        text-align: center;
    }
    & .galeria-servicos {
        & .carousel-item {
            padding: 0 10px;
            & .servico {
                background: #DAEDFB;
                border-radius: 10px;
                color: #626262;
                transition: .3s;
                position: relative;
                padding: 30px 20px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                & h4 {
                    font-size: 1.25rem;
                    line-height: 1.2;
                    margin: 0 auto 5px;
                    font-weight: 700;
                    height: 2.4rem;
                    display: flex;
                    text-align: center;
                    justify-content: center;
                    align-items: center;
                }
                & img {
                    border-radius: 10px;
                    width: 100%;
                    height: 180px;
                    object-fit: cover;
                    margin: 0 auto 15px;
                }
                &:hover {
                    background: #003B53;
                    color: #fff;
                }
                & .saiba{
                    text-transform: uppercase;
                    font-size: .75rem;
                    line-height: 1;
                    display: block;
                    margin-top: 5px;
                }
            }
        }

        & .slick-next,.slick-prev {
            width: 50px;
            height: 50px;
            background: #985737;
            border-radius: 50px;
            font-size: 1.5rem;
            text-align: center;
            z-index: 800;
            transition: .3s;
            &:hover {
                background: #003B53;
            }
        }

        & .slick-next {
            right: 35px;
            &:before {
                content: '\f054';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

        & .slick-prev {
            left: 35px;
            &:before {
                content: '\f053';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }
    }   
}

/*Estética*/
.estetica {
    background: #003B53;
    padding: 80px 0;
    & h2 {
        color: #fff;
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 auto 30px;
        text-align: center;
        padding: 0 10%;
        font-weight: 400;
        & strong {
            font-weight: 700;
        }
    }
    & .galeria-estetica {
        margin-top: 60px;

        & .carousel-item {
            padding: 0 10px;

            & .procedimento {
                background: #DAEDFB;
                border-radius: 10px;
                color: #626262;
                transition: .3s;
                position: relative;
                height: 350px;
                & h4 {
                    font-size: 1.25rem;
                    line-height: 1.2;
                    margin: 0 auto 5px;
                    font-weight: 700;
                    height: 2.4rem;
                    display: flex;
                    text-align: center;
                    justify-content: center;
                    align-items: center;
                }
                & p{
                    margin: 0;
                    font-size: .95rem;
                }
                & .front{
                    opacity: 1;
                    transition: opacity .3s ease-out;
                    height: 350px;
                    padding: 30px 55px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    & img {
                        border-radius: 50%;
                        aspect-ratio: 1/1;
                        width: 90%;
                        object-fit: cover;
                        margin: 0 auto 15px;
                    }
                    & .saiba{
                        text-transform: uppercase;
                        font-size: .75rem;
                        line-height: 1;
                        display: block;
                        margin-top: 5px;
                    }
                }

                & .back{
                    opacity: 0;
                    transition: opacity .5s ease-in;
                    width: 100%;
                    height: 350px;
                    margin-top: -350px;
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    justify-content: center;
                    align-items: center;
                    & h4{
                        margin: 0 auto 5px;
                        height: unset;
                    }
                }

                &:hover {
                    background: #1893C5;
                    color: #fff;

                    & .front {
                        opacity: 0;
                    }
                    & .back{
                        opacity: 1;
    
                    }
                }
            }

        }

        & .slick-next,.slick-prev {
            width: 50px;
            height: 50px;
            background: #985737;
            border-radius: 50px;
            font-size: 1.5rem;
            text-align: center;
            z-index: 800;
            transition: .3s;

            &:hover {
                background: #003B53;
            }
        }

        & .slick-next {
            right: 35px;

            &:before {
                content: '\f054';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

        & .slick-prev {
            left: 35px;

            &:before {
                content: '\f053';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

    }
}

/*Sobre*/
.sobre {
    padding: 80px 0 0;
    background: #F5F5F5;
    text-align: center;

    & h2 {
        color: #985737;
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 auto;
        padding: 0 10%;
        font-weight: 700;
    }

    & p {
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 10px auto;
        color: #003B53;
        font-weight: 400;
        max-width: 80%;

        & strong {
            font-weight: 600;
        }
    }

    & .galeria-sobre {
        margin-top: 60px;

        & .carousel-item {
            padding: 0 10px;

            & img {
                width: 100%;
                display: block;
                border-radius: 15px;

            }
        }

        & .slick-next,
        .slick-prev {
            width: 50px;
            height: 50px;
            background: #985737;
            border-radius: 50px;
            font-size: 1.5rem;
            text-align: center;
            z-index: 800;
            transition: .3s;

            &:hover {
                background: #003B53;
            }
        }

        & .slick-next {
            right: 35px;

            &:before {
                content: '\f054';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

        & .slick-prev {
            left: 35px;

            &:before {
                content: '\f053';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

    }
}

/*Equipe*/
.equipe {
    padding: 80px 10%;
    background: #F5F5F5;
    text-align: center;
    & h2 {
        color: #626262;
        text-transform: uppercase;
        font-size: 2.2rem;
        line-height: 1.1;
        margin: 0 auto 40px;
        padding: 0 10%;
        font-weight: 800;
    }
    & .galeria-equipe {
        margin-top: 60px;
        & .carousel-item {
            padding: 0 15px;

            & .profissional {
                background: #DAEDFB;
                padding: 30px;
                border-radius: 10px;
                height: 100%;
                color: #626262;
                transition: .3s;

                & img {
                    border-radius: 50%;
                    aspect-ratio: 1/1;
                    width: 90%;
                    object-fit: cover;
                    margin: 0 auto 15px;
                }

                & h4 {
                    font-size: 1.3rem;
                    line-height: 1.2;
                    margin: 0 auto 15px;
                    font-weight: 700;
                    height: 2.6rem;
                    display: flex;
                    align-items: center;
                }

                & .cro {
                    display: block;
                    font-size: .75rem;
                    line-height: 1;
                }

                & .area {
                    display: block;
                    font-size: .75rem;
                    line-height: 1;

                    &:before {
                        content: '';
                        display: block;
                        margin: 15px auto;
                        background: #626262;
                        width: 40px;
                        height: 2px;
                        border-radius: 15px;
                    }
                }

                &:hover {
                    background: #1893C5;
                    color: #fff;

                    & .area {
                        &:before {
                            background: #fff;
                        }
                    }
                }
            }

        }

        & .slick-next,
        .slick-prev {
            width: 50px;
            height: 50px;
            background: #985737;
            border-radius: 50px;
            font-size: 1.5rem;
            text-align: center;
            z-index: 800;
            transition: .3s;

            &:hover {
                background: #003B53;
            }
        }

        & .slick-next {
            right: 35px;

            &:before {
                content: '\f054';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

        & .slick-prev {
            left: 35px;

            &:before {
                content: '\f053';
                font-family: "Font Awesome 5 Free";
                font-weight: 700;
                font-size: 1.5rem;
                color: #fff;
                margin: 0 auto;
                display: block;
                opacity: 1;
            }
        }

    }
}

/*Formulário*/
.contato {
    background: #DAEDFB;
    padding: 80px 10%;
    & h2 {
        color: #003B53;
        margin: 0 0 10px;
        line-height: 1.2;
        font-size: 2.6rem;
        font-weight: 400;
        width: 87%;
    }

    & .contatos {
        & ul {
            margin: 25px 0 0;
            list-style: none;

            & li {
                margin: 20px 0;
                padding: 0;
                font-size: 1.1rem;
                line-height: 1.3;
                font-weight: 400;

                & a {
                    color: #626262;
                    display: flex;
                }

                & i {
                    width: 30px;
                    line-height: 1.3;
                    font-weight: 600;
                }
            }
        }
    }

    & .formulario {
        background: #EFF8FF;
        padding: 45px;
        border-radius: 20px;

        & h3 {
            color: #626262;
            font-weight: 700;
            margin: 0 0 5px;
            font-size: 1.6rem;
        }

        & p {
            margin: 0;
        }

        & p.intro {
            color: #626262;
            font-size: .9rem;
            line-height: 1.5;
            margin: 0 0 10px;
            opacity: .9;
        }

        & label {
            width: 100%;

            & input, textarea {
                width: 100%;
                background: transparent;
                border: 0;
                border-bottom: solid 1px #626262;
                padding: 10px 0;
                margin: 10px 0;
                opacity: .7;
                outline: 0;
                transition: opacity .3s;

                &:focus {
                    border-color: #ac7759;
                    opacity: 1;
                }
            }
			& textarea{
				height: 120px;
			}
        }

        & input[type=submit] {
            background: #1893C5;
            color: #fff;
            border-radius: 50px;
            padding: 12px 50px;
            border: 0;
            outline: 0;
            font-weight: 600;
            transition: .3s;
            cursor: pointer;

            &:hover {
                background: #003B53;
            }
        }
    }
}

/*Rodape*/
.rodape {
    background: #f7f7f7;
    padding: 70px 10%;

    & img.logo {
        margin: 0 auto 0 0;
        display: block;
        height: 55px;
        width: max-content;
    }

    & .contatos {
        text-align: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px 0;

        & .canal {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        & a {
            color: #333;
        }

        & i {
            color: #013d53;
            margin-right: 3px;
            font-weight: 600;
        }
    }

    & .redes {
        width: max-content;
        max-width: 100%;
        display: flex;
        gap: 20px;
        justify-content: flex-end;
        align-items: center;
        margin: 0 0 0 auto;

        & .item {
            color: #013d53;
            font-size: 1.5rem;
            transition: .3s;
            line-height: 1rem;

            &:hover {
                color: #ac7759;
            }
        }
    }
}

/*Copy*/
.copy {
    padding: 20px 10%;
    background: #013d53;
    width: 100%;
    color: #fff;
    font-size: .8rem;

    & .direitos a {
        color: #fff;
        border-bottom: solid 1px #ac7759;
        margin: 0 0 0 5px;
    }

    & img {
        width: 35px;
        margin: 0 0 0 auto;
        display: block;
        filter: contrast(1) brightness(100);
    }
}

/*404*/
.naoencontrado {
    background: #013d53;
    color: #fff;
    padding: 10% 10%;
    margin-bottom: 0px;
    text-align: center;

    & h1 {
        font-weight: 700;
        font-size: 3rem;
        margin-bottom: 15px;
        color: #fff;
    }

    & p {
        max-width: 100%;
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: 300;
    }

    & a {
        color: #fff;
        transition: .3s;

        &:hover {
            color: #be7857;
        }
    }
}

/*Topo da página*/
.topo-pagina {
    background: #013d53;
    color: #fff;
    padding: 120px 10%;
    text-align: left;
    margin-bottom: 0px;

    & h1 {
        font-weight: 600;
        font-size: 2rem;
        margin: 0;
    }
}

/*Pagina*/
.page {
    padding: 100px 10%;
    color: #000;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.1rem;

    & th,
    td {
        text-align: left;
        border: 1px solid #e8e9eb;
        line-height: 140%;
        padding: 10px 14px;
    }

    & a {
        color: #013d53;
    }

    & label {
        width: 100%;
        text-align: left
    }

    & select {
        text-transform: none;
        width: 100%;
        background: #f7f7f7;
        border: 0px;
        padding: 10px 10px;
        color: #013d53;
    }

    & input {
        width: 100%;
        background: #f7f7f7;
        color: #013d53;
        padding: 10px 15px;
        border: solid 1px #013d53;
        border-radius: 3px;
    }

    & textarea {
        width: 100%;
        height: 150px;
        background: #f7f7f7;
        color: #013d53;
        padding: 10px 15px;
        border: solid 1px #f7f7f7;
        border-radius: 3px;
    }

    & input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border: 0px;
        border: solid 1px #002759;
    }

    & input[type=submit] {
        width: 100%;
        background: #002759;
        color: #fff;
        padding: 10px 35px;
        width: auto;
        border: solid 1px #013d53;
        border-radius: 3px;
        transition: .3s
    }

    & input[type=submit]:hover {
        background: #985737;
        border-color: #985737;
        color: #fff;
    }

    & ul,
    ol {
        list-style-position: inside;
        list-style: none
    }

    & strong {
        color: #013d53;
    }
}


@media screen and (max-width: 1500px) {
    #menu {
        padding: 20px 5%;
    }
    .servicos {
        padding: 60px 7%;
        & h2{
            margin: 0 auto 40px;
            font-size: 2rem;
        }
        & .galeria-servicos {
            & .carousel-item {
                & .servico {
                    padding: 20px;
                    & h4 {
                        font-size: 1.1rem;
                        height: 2.2rem;
                    }
                }
            }
        }
    }
    .estetica{
        padding: 60px 0;
        & h2{
            margin: 0 auto 0px;
            font-size: 2rem;
        }
        & .galeria-estetica {
            margin-top: 40px;
        }
    }
    .sobre {
        padding: 60px 0 0;
        & h2{
            font-size: 2rem;
        }
        & p {
            font-size: 1rem;
        }
    }
    .equipe {
        padding: 60px 60px;
        & h2{
            font-size: 2rem;
        }
        & .galeria-equipe {
            margin-top: 40px;
            & .carousel-item {
                padding: 0 10px;
                & .profissional {
                    padding: 25px;
                    & h4 {
                        font-size: 1.1rem;
                        height: 2.2rem;
                    }
                    & .area {
                        height: calc(32px + 1.8rem);
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                    }
                }
            }
        }
    }
    .contato {
        padding: 60px 10%;
        & h2 {
            font-size: 2rem;
            width: 100%;
        }
    }
    .rodape {
        padding: 70px 5%;
    }
}

@media screen and (max-width: 1024px) {
    #menu{
        &  .navbar-expand-xl{
            & .navbar-toggler {
                padding: 0;
                outline: none;
                font-size: 2.2rem;
                color: #013d53;
                line-height: 100%;
                background-color: transparent;
                border: 0px solid transparent;
                height: auto;
                & .navbar-toggler-icon {
                    height: auto;
                    width: auto;
                }
            }
            & .navbar-collapse{
                margin: 15px auto 0px;
                padding: 0 0 30px;
                & .navbar-nav {
                    margin: 0px 0px!important;
                    width: 100%;
                    & li{
                        &:hover{
                            & .dropdown-menu {
                                display: block;
                                border: 0;
                                margin: 7px 0px 0px;
                            }
                        }
                    }
                    & .dropdown-menu {
                        position: relative;
                        &:before {
                            left: 5%
                        }
                    }
                    & .nav-item {
                        margin: 0px 0px;
                        padding: 10px 0px;
                        & .nav-link {
                            padding: 5px 0px;
                            margin: 0;
                            text-align: left;
                        }
                    }
                }
            }
        }
    }
    .servicos {
        & .galeria-servicos {
            & .slick-prev {
                left: -20px;
            }
            & .slick-next {
                right: -20px;
            }
        }
    }
    .equipe {
        padding: 60px 0px;
    }
    .rodape{
        & .contatos{
            margin-top: 20px;
            text-align: left;
            align-items: flex-start;
        }
        & .redes{
            margin: 20px 0 0 0;
        }
    }
}

@media screen and (max-width: 480px) {
    .servicos {
        padding: 40px 30px;
        & h2 {
            margin: 0 auto 20px;
            font-size: 1.6rem;
        }
    }
    .estetica {
        padding: 40px 0;
        & h2 {
            margin: 0 auto 0px;
            font-size: 1.6rem;
            padding: 0 30px;
        }
        & .galeria-estetica {
            & .slick-prev {
                left: 10px;
            }
            & .slick-next {
                right: 10px;
            }
        }
    }
    .sobre {
        padding: 40px 0 0;
        & h2{
            font-size: 1.6rem;
        }
        & p{
            width: 90%;
            margin: 10px auto;
        }
        & .galeria-sobre {
            & .slick-prev {
                left: 10px;
            }
            & .slick-next {
                right: 10px;
            }
        }
    }
    .rodape {
        padding: 50px 30px;
    }
    .equipe{
        padding: 40px 0;
        & h2{
            font-size: 1.6rem;
            padding: 0 30px;
        }
        & .galeria-equipe {
            margin-top: 30px;
            & .slick-prev {
                left: 10px;
            }
            & .slick-next {
                right: 10px;
            }
        }
    }
    .contato {
        padding: 40px 30px;
        & h2 {
            font-size: 1.5rem;
        }
        & .formulario {
            padding: 25px 30px;
            & h3 {
                font-size: 1.4rem;
            }
        }
    }
    .copy {
        padding: 30px;
        font-size: .8rem;
        text-align: center;
        & img {
            margin: 10px auto 0;
        }
    }
    .page {
        padding: 40px 30px;
        text-align: left;
    }
    .topo-pagina {
        padding: 40px 30px;
        & h1 {
            font-size: 1.6rem;
        }
    }
}