
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif; 
    background-image: url(Imagens/Fundo.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed;
}

header {
    display: flex;
    padding: 50px 158px;
}

header img {
    position: absolute;
    width: 247px;
    height: 35px;
}

header li {
    list-style: none;
    display: flex;
    padding-left: 400px;
    padding-top: 8px;
}

header li a {
    text-decoration: none;
    color: #ffffff; 
    position: relative; 
    transition: color 0.4s ease; 
    margin-left: 30px;
    font-size: 18px;
}

header li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #DF146A;
    transition: width 0.3s ease;
}

header li a:hover::after {
    width: 100%;
    transition: width 0.3s ease;
}

header li a:hover {
    color: #DF146A;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    transition: 0.3s ease;
}

.text_home {
    display: flex;
}

.text_content {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin-top: 120px;
    margin-left: 150px;
}

.text_home h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 126%;
    color: #FFFFFF;
    margin: 0px;
}

.text_home span, span {
    color: #DF146A;
}

.text_home p {
    font-style: normal;
    font-weight: 300;
    line-height: 166%;
    color: #f7f7f7;
    margin: 60px 0 0 0;
}

.text_home .dani {
    width: 690px;
    height: auto;
    max-width: 100%; 
    margin-left: 100px;
}

.border {
    border-bottom: 3px solid #DF146A;
    padding: 5px;
    width: 42%;
    text-align: end;
}

button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    gap: 10px;
    position: relative;
    width: 327px;
    height: 54px;
    background: #DF146A;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: 'Poppins', sans-serif; 
}

button:hover {
    background: #14AFD8;
    box-shadow: 1px 1px 15px rgba(25, 104, 252, 0.897);
    color: #ffffff;
    border-radius: 20px 40px;
}

.text_content .btn {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    width: 167px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 54px; 
}

.contact_buttons {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-top: 50px;
}

.contact_buttons .insta, 
.contact_buttons .face {
    margin-left: 35px;
    margin-top: 5px;
    display: inline-flex; 
    align-items: center; 
}

.contact_buttons .insta img, 
.contact_buttons .face img {
    width: 35px;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.contact_buttons .insta:hover img, 
.contact_buttons .face:hover img {
    transform: scale(1.3); 
}

/* BOXES */

.box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    padding: 50px;
    margin: 0 auto;
    max-width: 1200px; 
    font-family: 'Poppins', sans-serif; 
}

.sub_box {
    background-color: #00000015;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 calc(33% - 20px); 
    margin: 20px 0;
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 100%;
    color: #080808;
    text-align: center;
    position: relative;
    font-family: 'Poppins', sans-serif; 
}

.box_icon {
    font-size: 3em;
    color: #DF146A;
    margin-bottom: 15px;
}

.sub_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.sub_box_text {
    font-size: 1.5em;
    font-weight: bold;
    color: #DF146A;
    margin-bottom: 10px;
}

.sub_box_description {
    font-size: 1.2em;
    color: #e2e2e2;
    line-height: 1.6;
}

/*Pag 3*/
.content_3 {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
    padding: 20px; 
    text-align: center; 
    
    border: 1px solid #DF146A;
    border-radius: 20px;
    background-color: #df14690a;
}

.img_cel {
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; 
}

.celular-img {
    max-width: 300px; 
    width: 100%; 
    height: auto; 
}

.text_img_cel {
    max-width: 1000px;
    color: #fff; 
}

.text_img_cel h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #DF146A;
}

.text_img_cel p {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

.app-links img {
    width: 120px; 
    height: auto;
    margin: 0 10px; 
}
.poupouimg{
    width: 10%;
    
}
.dow {
    display: inline-block;
    background-color: #DF146A; 
    color: #fff; 
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none; 
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
}

.dow:hover {
    background-color: #14AFD8; 
}


/*fOOTER*/
.footer {
    margin-top: 20px;
    background-color: #00000033; 
    color: #fff; 
    padding: 20px; 
    text-align: center;
}

.footer-content {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-around; 
}

.footer-section {
    flex: 1 1 20px; 
    margin: 10px; 
}

.footer-section h1, 
.footer-section h2 {
    color: #DF146A; 
}

.footer-section p {
    line-height: 1.6;
}

.footer-section a {
    color: #fff; 
    text-decoration: none; 
}

.footer-section a:hover {
    text-decoration: underline; 
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px; 
}

.footer-bottom {
    margin-top: 20px; 
    font-size: 14px; 
}

.c{
 display: none;}


@media (max-width: 768px) {

    header{
        padding-left: 110px;
    }


    
    .elemento::before {
        content: '';
        position: absolute; 
        top: 0; 
        left: 0;
        right: 0;
        height: 10px; 
        background: linear-gradient(to right, #14aed86e, #df146973); 
    }

    .sub_box {
        flex: 1 1 100%;
    }
    
    .contact_buttons .sociais {
        justify-content: flex-start;
        padding-top: 12px;
        
    }

    .contact_buttons .sociais img {
        margin: 0 20px;
    }


    .text_home .dani {
        margin: 10px 0; 
    }

    .text_content {
        padding: 0 20px; 
    }
    .text_home {
        flex-direction: column;
        align-items: center;
        padding: -50px;
    }

   
    .text_home .dani {
        order: -1ass;
        width: 70%;
        margin-top: 30px;
    }

    .text_content {
        margin-left: 0;
        text-align: center;
        max-width: 100%;
        padding: 20px;
        
    }

    .text_home h1 {
        font-size: 35px;
        
    }

    .text_home p {
        font-size: 16px;
        margin: 20px 0;
    }

    .border {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .button {
        width: 100%;
    }

    .contact_buttons {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .contact_buttons .insta, 
    .contact_buttons .face {
        margin-left: 0;
    }

    .content_3 {
        margin: 0 20px; 
        padding: 15px; 
        border: none;
        background-color: transparent;
        
    }

    .c{
        font-size: 24px;
        color: #FFFFFF;
        border-bottom: 3px solid #DF146A ;
        display: flex;
      }

    .text_img_cel h1 {
        font-size: 20px; 
    }

    .text_img_cel p {
        font-size: 14px; 
    }

    .app-links img {
        width: 80px; 
    }

    .dow {
        padding: 10px 15px; 
        font-size: 14px; 
    }

    .footer-content {
        flex-direction: column; 
        align-items: center; 
    }

    .footer-section {
        text-align: center; 
        margin: 10px 0; 
    }

    .social-links {
        flex-direction: row; 
        justify-content: center; 
    }
}


@media (max-width: 1024px) {
    .text_content {
        margin-left: 0;
        text-align: center;
        max-width: 100%;
        padding: 20px;
    }

    .text_home h1 {
        font-size: 40px;
    }

    .text_home p {
        font-size: 18px;
    }

    button {
        width: 80%;
    }
    .text_home .dani {
        order: -1;
        width: 70%;
        margin-top: 30px;
    }
    .text_content {
        padding: 0 20px; 
    }
    .text_home {
        flex-direction: column;
        align-items: center;
        padding: -50px;
    }

   
    .text_home .dani {
        order: -1;
        width: 70%;
        margin-top: 30px;
    }

    .text_content {
        margin-left: 0;
        text-align: center;
        max-width: 100%;
        padding: 20px;
        margin-top: 0;
    }

    .content_3 {
        margin: 0 50px; 
    }

    .img_cel {
        flex-direction: column; 
        align-items: center; 
    }

    .celular-img {
        max-width: 200px; 
    }

    .text_img_cel h1 {
        font-size: 22px; 
    }

    .text_img_cel p {
        font-size: 15px;
    }

    .app-links img {
        width: 100px; 
    }
}

@media (max-width: 480px) {
    .text_home h1 {
        font-size: 30px;
    }

    .text_home p {
        font-size: 14px;
    }

    button {
        width: 100%;
    }
    .footer-section h1 {
        font-size: 20px; 
    }

    .footer-section h2 {
        font-size: 18px; 
    }

    .footer-section p {
        font-size: 14px; 
    }

    .footer-bottom {
        font-size: 12px; 
    }
}



