@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pinyon+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pinyon+Script&family=Playwrite+US+Trad+Guides&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: "Inter", sans-serif;
    ;
}

body {
    background-color: #f1f6fc31;
}



h3 {
    font-size: 50px;

}

p {
    color: #0000009c;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}
.logo-up img {
    margin-top: 1px;
    width: 105px;
}

.btn {
    background-color: #FF1493;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    transition: 0.1s;
}

.btn {
    animation: animate-outline 1s ease-out infinite;
}

.btn:hover {
    background-color: #FFC0CB;
}

@keyframes animate-outline {
    from {
        outline: 0px solid #FFC0CB;
    }

    to {
        outline: 15px solid #4f9bf900;
    }
}

header {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul a {
    color: white;
    margin: 0 25px;
    text-transform: capitalize;
    font-size: 20px;
    display: block;
}


nav ul a:not(.btn):after {
    content: "";
    background-color:#FFC0CB;
    height: 3px;
    width: 0%;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
}

nav ul a:hover::after {
    width: 100%;
}

/* menu-mobile */
nav .menu-icon {
    cursor: pointer;
    font-size: 25px;
    color: white;
    display: none;
}

nav .close-icon {
    display: none;
    font-size: 30px;
    color: white;
}

.banner {
    display: flex;
    justify-content: center;
}

.banner .banner-text {
    margin: 150px;
    text-align: center;
    padding: 0 90px;
}

.banner .banner-text h1 {
    font-size: 85px;
    color: white;        
}

.banner .banner-text p {
    font-family: "Great Vibes", cursive;
    font-size: 60px;           
    color: white;
    font-weight: bold;
    margin: 10px 10px;
}

/* Faça mais */

.faca-mais .container {
    display: flex;
    align-items: center;
    background-color:#f7eded;
    color:rgb(232, 130, 130);
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-top-left-radius: 110px;        
}

.faca-mais .faca-mais-text {
    width: 50%;
    padding: 0 40px;
}

.faca-mais .faca-mais-text h3 {
    font-size: 56px;
}

.faca-mais .faca-mais-text p {
    margin: 5px 0 20px 0;
}

.faca-mais .faca-mais-img {
    margin-top: 5px;
    width: 50%;
}

.faca-mais .faca-mais-img img {
    width: 360px;
    height: 350px;    
    border-radius: 50%;
    border: 1px solid white;
}

.faca-mais .faca-mais-img img:hover {
    transform: scale(1.1);
    filter: grayscale(10%);
    transition: 0.9s;
}

.depoimentos h3 {
    padding: 40px;
    text-align: center;
    color: rgb(232, 130, 130);
}

.depoimentos p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    text-align: center;
    
}

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.depoimentos .card-item {
    background-color:#f7eded;
    margin: 15px;
    border-radius: 14px;
    text-align: center;
    width: 350px;
    transition: 1.3s;
}

.depoimentos .card-item img {
    border-radius: 100%;
    width: 80px;
    display: block;
    margin: 10px auto;
}

.depoimentos .card-item .name-user {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    transition: 0.25s;

}

.depoimentos .card-item .depoimentos-user {
    font-size: 15px;
    padding: 0 15px;
    transition: 0.25s;
}

.depoimentos .card-item .estrelas {
    margin: 15px 0;
    border-top: 2px solid #71767a23;
}

.depoimentos .card-item .estrelas i {
    color: #FF1493;
    margin-top: 15px;
    font-size: 20px;
    transition: 0.25s;
}

.depoimentos .card-item:hover {
    background-color:  rgb(232, 130, 130);
    margin-top: -5px;
}

.depoimentos .card-item:hover .nome-user,
.depoimentos .card-item:hover .depoimento-user,
.depoimentos .card-item:hover .estrelas i {
    color: white;
}

/* clientes */
.clientes h3,
.clientes p {
    padding: 10px;
    text-align: center;
}

.clientes .container div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Footer */
.footer {
    background-color: #4f9cf9;
    text-align: center;
}

.links {
    color: #4f9cf9;
    font-size: 35px;
    padding: 10px;
    margin: 13px;
    border-radius: 8px
}

.footer p {
    margin-top: 10px;
    color: white;
}

/* Página Serviço*/
.servicos h3 {
    text-align: center;
    color: rgb(232, 130, 130);
}

.servicos .container>p {
    text-align: center;
}

.servicos .rows-cards {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.servicos .row-card-item {
    background-color: #f7eded;
    width: 350px;
    padding: 20px;
    border-radius: 14px;
    margin: 20px;
    transition: 0.4s;
}

.servicos .row-card-item:hover {
    background-color: rgb(232, 130, 130);
    margin-top: -1px;
}

.servicos .row-card-item:hover p {
    color: white;
}


.servicos .row-card-item img {
    background-color: #FF1493;
    border-radius: 14px;
    width: 70px;
    padding: 9px
}

.servicos .row-card-item p.name-servico {
    margin: 5px 0;
    transition: 0.3s;
}

.servicos .row-card-item p.descricao-servico {
    transition: 0.3s;

}

/* Fim Página Serviço*/

/* Dados */
.dados {
    background:#f7eded;
    border-top-left-radius: 20px;
    margin-bottom: 2px;

}

.dados .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dados .dados-item {
    text-align: center;
    margin: 15px;
    color: #000000be;
}

.dados .dados-item img {
    background-color: #FF1493;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 15px;
    width: 80px;
}

.dados .dados-item p {
    font-size: 18px;
}

.dados .dados-item p strong {
    font-size: 18px;
}

/* Fim da Página dados */

/* Contatos */
.mapa {
    margin-top: 40px;
}

.contato-info {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.contato-info .left-side {
    width: 50%;
    padding: 30px;
    background-color: #ebbea7;
    border-radius: 14px;
    margin-right: 50px;
    height: fit-content;
}

.contato-info .left-side div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contato-info .left-side div i {
    font-size: 20px;
    margin-right: 20px;
    color: white;
}

.contato-info .left-side p {
    font-size: 15px;
    color: white;
}

.contato-info .right-side {
    width: 50%;
}

.contato-info .right-side input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 47px;
    padding: 15px;
    border-radius: 9px;
    transition: 0.3s;
    border: 1px solid #f1f1f1;
    color: #212121;
    font-weight: lighter;
}

.contato-info .right-side input:focus,
.contato-info .right-side textarea:focus {
    border-color: #4f9cf9;
}

.contato-info .right-side textarea {
    border: 1px solid #f1f1f1;
    color: #212121;
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    transition: 0.3s;
    resize: none;
}

.contato-info .right-side button {
    border: none;
    margin-bottom: 25px;
}


/* Fim Contatos */


@media(max-width: 830px) {

    /*menu mobile*/
    .ul {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ad4c7f;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        clip-path: circle(0.0% at 100% 0);
        transition: 0.7s;
    }

    .ul.open {
        clip-path: circle(141.3% at 100% 0);
    }

    .ul a {
        margin: 10px 0;
        font-size: 16px;
    }

    nav .menu-icon {
        display: block;
    }

    nav .close-icon {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 46px;
        right: 28px;
    }

    /* Página resposiva*/
    .faca-mais .faca-mais-text {
        margin-top: 10px;
        padding: 0 20px;
        order: 1;
    }

    .faca-mais .container {
        flex-direction: column;
    }

    .faca-mais .faca-mais-text h3 {
        font-size: 48px;
    }

    .faca-mais .faca-mais-text,
    .faca-mais .faca-mais-img {
        width: 100%;
    }

    /* Fim */

    /* banner responsivo */

    .banner .banner-text {
        padding: 0;
        margin: 80px;
    }

    .banner .banner-text h1 {
        font-size: 80px;
    }

    .banner .banner-text p {
        font-size: 15px;
    }

    .depoimentos .card-item {
        width: 100%;
    }

    /* Fim */

    /* Sobre Responsivo */

    .sobre .container {
        flex-direction: column-reverse;
    }

    .sobre .sobre-img,
    .sobre .sobre-txt {
        width: 100%;
    }

    .sobre .sobre-txt {
        margin-top: 40px;
    }

    /* Contato resposivo */

    .contato .contato-info {
        flex-direction: column-reverse;
    }

    .contato-info .right-side,
    .contato-info .left-side {
        width: 100%;
    }

    .contato-info .right-side,
    .contato-info .left-side {
        margin-bottom: 30px;
    }

}

@media(max-width:500px) {
    .banner .banner-text h1{
        font-size: 50px;
    }
    .faca-mais .faca-mais-text h3 {
        font-size: 40px;
    }
    
}

/* Footer2 */

:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;


}

footer {
    
    box-sizing: border-box;
    letter-spacing: 1px;
    width: 100%;
        
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background: #ebbea7;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 3.5rem;
    border-top-left-radius: 10px;
}

#footer_content image {
    margin-bottom: 0.75rem;
}

#footer_social_midia {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#footer_social_midia .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 40%;
    transition: all 0.4s;
}
#footer_social_midia .footer-link i {
    font-size: 1.45rem;
}

#footer_social_midia .footer-link:hover {
    opacity: 0.8s;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff9807, #ff2992 );
}

#facebook {
    background: #335186;
}

#youtube {
    background: red;
}

#whatsapp {
    background: rgb(46, 166, 46);
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    color: var(--color-neutral-40);
}

.footer-list .footer-link {
    color: var(--color-neutral-40);
    transition: all 0.4s;
}

.footer-list .footer-link:hover {
    color: #c40b0b;
    padding-left: 5px;
    transition: 0.3px;
}

#footer_contacts p {
    color: var(--color-neutral-40);
    display: flex;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    color: var(--color-neutral-40);
    font-size: 0.9rem;
    font-family: "Pinyon Script", cursive;
    padding: 1.5rem;
    font-weight: 100    ;
    background-color: #ebbea7;   
}

@media screen and (max-width:780px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    @media screen and (max-width:426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}
}
