@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap');

@font-face {
    font-family: 'Quirky';
    src: url('/fonts/QUIRKY-SPRING-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal; 
}

.hero {
    background-position-x:center;
    width: 100vw;  
    height: 100vh;
}

.hero-background {
    background-image: url('/img/Banner_BG.jpg');
    width: auto;
    height: 80vh;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-footer {
    width: auto;
    height: 20vh;
}

.hero-image {
    width: 50%;
    height: auto;
    display: block;
}

.hero-text {
    width: 50%;
    height: auto;
}

.hero-logo {
    height: 50%;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.hero-logo img {
    padding-left: 3vw;
    padding-bottom: 3vw;
}

.hero-pratinho {
    position: absolute;
    height: 80%;
    top: 20%;
    left: 5%;

}

.hero-title {
    height: 20%;
    width: auto;
    color: white;
    font-family: 'Bitter' !important;
    font-style: italic !important; /* Itálico */
    font-size: 150% !important;
    padding-left: 3vw;
}

.hero-cta {
    height: 30%;
    width: auto;
    padding-left: 3vw;
}

.cta-white-green {
    font-family: 'Bitter' !important;
    border-radius: 15px !important;
    padding: 12px 70px !important;
    background: #ffffff;
    color: #93C346;
    touch-action: manipulation; /* Melhora a interação no mobile */
    font-weight:900 !important;
    margin: 10px;
}

.cta-white-green:hover {
    text-decoration: none;
    transform: translateY(-5px);
    color: #ffffff;
    background: #93C346;
    animation: none;
}

.cta-green-white {
    font-family: 'Bitter' !important;
    border-radius: 15px !important;
    padding: 12px 70px !important;
    background: #93C346;
    color: #ffffff;
    touch-action: manipulation; /* Melhora a interação no mobile */
    font-weight:900 !important;
    margin: 10px;
}

.cta-green-white:hover {
    text-decoration: none;
    transform: translateY(-5px);
    color: #93C346;
    background: #ffffff;
    animation: none;

}

.cta-red-white {
    font-family: 'Bitter' !important;
    border-radius: 15px !important;
    padding: 12px 70px !important;
    background: #B72555;
    color: #ffffff;
    touch-action: manipulation; /* Melhora a interação no mobile */
    font-weight:900 !important;
    margin: 10px;
}

.cta-red-white:hover {
    text-decoration: none;
    transform: translateY(-5px);
    color: #B72555;
    background: white;
    animation: none;
}

.cta-white-red {
    font-family: 'Bitter' !important;
    border-radius: 15px !important;
    padding: 12px 70px !important;
    background: #fff;
    color: #B72555;
    touch-action: manipulation; /* Melhora a interação no mobile */
    font-weight:900 !important;
    margin: 10px;
}

.cta-white-red:hover {
    text-decoration: none;
    transform: translateY(-5px);
    color: #fff;
    background: #B72555;
    animation: none;
}

.service {
    background-position-x:center;
    width: 100vw;  
    height: 110vh;
}

.service-background {
    background-image: url('/img/service-bg.png');
    width: auto;
    height: 100vh;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-image {
    width: 50%;
    height: auto;
    display: block;
}

.service-text {
    width: 50%;
    height: auto;
}

.service-lancamento{
    background-color: #B72555;
    color: white;
    font-family: 'Bitter' !important;
    position: relative;
    top: 5%;
    left: 5%;
    text-align: center;
    font-size: 4vh;
    width: fit-content;
}

.service-lancamento-text{
    color: #B72555;
    font-family: 'Bitter' !important;
    position: relative;
    top: 5%;
    left: 5%;
    font-size: 5vh;
}

.service-title {
    color: #B72555;
    font-family: 'Bitter' !important;
    font-size: 4vh !important;
    padding-left: 3vw;
    text-align: right;
    position: relative;
    top: 5%;
    right: 10%;
    font-style: italic !important; /* Itálico */
}

.service-content {
    color: #393B36;
    font-family: 'Bitter' !important;
    font-size: 3vh !important;
    text-align: right;
    position: relative;
    top: 10%;
    right: 10%;
}

.service-cta {
    position: relative;
    top: 12%;
    right: 10%;
    text-align: right;
}

.product {
    background-position-x:center;
    width: 100vw;  
    height: 100vh;
    font-family: 'Bitter' !important;
}

.product-background {
    background-image: url('/img/product-bg.png');
    width: auto;
    height: 100vh;
    display: flex;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-section-one {
    width: 50%;
    height: auto;
}

.product-section-two {
    width: 50%;
    height: auto;
    padding-left: 20%;
    padding-top: 5%;
    font-family: 'Bitter' !important;
}

.product-title {
    color: #ffffff;
    text-decoration: underline solid #93C346 6px;
    font-family: 'Bitter' !important;
    font-size: 6vh !important;
    padding-left: 3vw;
    text-align: left;
    position: relative;
    top: 10%;
    left: 10%;
    font-style: italic !important; /* Itálico */
}

.product-subtitle {
    color: #ffffff;
    font-family: 'Bitter' !important;
    font-size: 4vh !important;
    padding-left: 3vw;
    text-align: left;
    position: relative;
    top: 15%;
    left: 10%;
}

.product-cta {
    position: relative;
    top: 20%;
    left: 15%;
    text-align: left;
}

.product-feature{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 5%;
}

.product-feature-image {
    width: 40px;
    height: auto;
}
.product-feature-title {
    color: #ffffff;
    font-family: 'Bitter' !important;
    font-size: 4vh !important;
}

.product-title-mobile {
    display: none;
}

.product-cta-mobile {
    display: none;
}

.method {
    background-position-x:center;
    width: 100vw;  
    height: 100vh;
    background-image: url('/img/method-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    place-items: center;
}

.timeline {
    position: relative;
    max-width: 80vw;
    margin: auto;
    font-family: 'Bitter' !important;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: #B72555;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline-item {
    padding: 20px;
    position: relative;
    width: 50%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.timeline-item:nth-child(odd) {
    left: 0;
}
.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    padding: 0vh 0vh;
}
.timeline-content h3 {
    margin: 0;
    color: #B72555;
    font-size: 3vh !important;
}
.timeline-content p {
    margin: 0.5vh 0 0;
    color: #393B36;
    font-size: 2vh !important;
}

.method-title {
    color: #B72555;
    font-family: 'Bitter' !important;
    font-size: 4vh !important;
    font-style: italic !important; /* Itálico */
    text-align: center;
    padding: 3vh;
    font-weight: 600;
}

.method-cta {
    text-align: center;
    padding: 3vh;
}

.about-us {
    background-position-x:center;
    width: 100vw;  
    height: 100vh;
    background-image: url('/img/about-us-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
}

.abaut-us-cards{
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
}
.about-us-card {
    flex: 1 1 300px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    opacity: 0.7;
}
.about-us-card h2 {
    margin: 0 0 10px;
    font-size: 3.5vh;
    color: #B72555;
    font-family: 'Bitter' !important;
    font-style: italic !important; /* Itálico */
    font-weight: 600;
}
.about-us-card p {
    margin: 0 10px 10px;
    font-size: 2.5vh;
    color: #393B36;
    text-align: center;
    font-family: 'Bitter' !important;
}
.about-us-card-footer {
    margin-top: auto;
}

.about-us-title {
    color: #ffffff;
    font-family: 'Bitter' !important;
    font-size: 6vh !important;
    font-style: italic !important; /* Itálico */
    text-align: center;
    padding: 3vh;
    font-weight: 600;
}

.about-us-cta {
    text-align: center;
    padding: 3vh;
}
 
img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}


/********** copyright **********/
#copyright {
    background: #B72555;
    padding: 2rem 3rem;
}

#social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#social-media a i {
    color: #B72555;
    font-size: 1.2rem;
    line-height: 40px;
}

#social-media a:hover {
    background: #93C346;
}

#social-media a:hover i {
    color: #ffffff;
}

body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Bitter', sans-serif;
}




@media only screen and (max-width: 1000px)
{
    .hero-image{
        display: none;
    }

    .hero-logo{
        justify-content: center;
        align-items: center;
    }

    .hero-text{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .service-image{
        display: none;
    }
    
    .service-background {
        background-image: url('/img/service-bg-mobile.png');
    }

    .service-text{
        width: 100vw;
        text-align: center;
    }

    .service-title{
        text-align: center;
        right: inherit;
    }

    .service-content{
        text-align: center;
        right: inherit;
    }

    .service-cta{
        text-align: center;
        right: inherit;
    }

    .product-background {
        background-image: url('/img/product-bg-mobile.png');
    }

    .product-section-one{
        display: none;
    }

    .product-section-two{
        width: 100vw;
    }

    .product-title-mobile {
        display: block;
        color: white;
        font-size: 4vh;
        text-decoration: underline solid #93C346 6px;

    }

    .product-feature-title {
        color: #ffffff;
        font-family: 'Bitter' !important;
        font-size: 3vh !important;
    }
    
    .product-cta-mobile {
        display: block  ;
        padding-top: 4vh;
    }

    .timeline::after {
        left: 20px;
    }
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 40px;
    }
    .timeline-item::before {
        left: 20px;
    }
}