/* Imports for fonts: */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');


/* Variables for easier access */
:root{
    --roboto: "Roboto", sans-serif;
    --montserrat: "Montserrat", sans-serif;

}


/* Website border on desktop: */
@media screen and (min-width: 768px){
    body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    }
}
@keyframes red-text-breathing{
    0%{color: rgba(229, 47, 46, .1);}
    50%{color: rgba(229, 47, 46, 1);}
    100%{color: rgba(229, 47, 46, .1);}
}
@keyframes orange-shadow-box-breathing{
    0%{box-shadow: 0 0 12px 2px rgba(255, 140, 0, .1);}
    50%{box-shadow: 0 0 12px 2px rgba(255, 140, 0, 1);}
    100%{box-shadow: 0 0 12px 2px rgba(255, 140, 0, .1);}
}
@keyframes white-text-breathing {
    0%{color: rgba(255, 255, 255, .1);}
    50%{color: rgba(255, 255, 255, 1);}
    100%{color: rgba(255, 255, 255, .1);}
}

body{
    margin: 0 auto;
    background-color: #2a72c6;
}


.website-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .5);
    text-align: center;
    max-width: 600px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-bottom: 2rem;
    }
    .header-coloryfe-tm{
        margin-top: 10px;
        margin-bottom: 0;
        background: linear-gradient(to right, #10b981, #3b82f6);
        font-size: 3rem;
        font-family: var(--roboto);
        font-weight: 300;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header-img{
        position: relative;
        width: 100%;
        border-bottom-left-radius: 2rem ;
        border-bottom-right-radius: 2rem ;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
    }
    .header-subline{
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1rem;
        font-family: var(--roboto);
        font-weight: 300;
    }
    .header-hightlights-container{
        box-shadow: 0 0 12px 2px rgba(0, 0, 0,.1);
        border-radius: 2rem;
        padding: 1rem;
        
    }
    .header-highlight-card{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        width: 90%;
        height: 40px;
        font-size: 1rem;
        font-family: var(--roboto);
        font-weight: 300;
    }
    .material-symbols-outlined{
        font-size: 1.5rem;
        color: #10b981;
    }
    .header-de, .header-red-price{
        color: rgba(229, 47, 46, 1);
        font-size: 2.5rem;
        font-family: var(--roboto);
        font-weight: 500;
        text-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
    }
    .header-red-price{
        text-decoration: line-through;
        animation: red-text-breathing ease-in-out 1.5s infinite;
    }
    .header-solo-apenas{
        font-family: var(--roboto);
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
    }
    .header-green-price{
        color: #10b981;
        font-size: 2.5rem;
        font-family: var(--montserrat);
        font-weight: 600;
        text-shadow: 0 0 12px 2px rgba(0, 0, 0, .5);
        margin: 0;
    }
    .header-price-warranty{
        font-family: var(--roboto);
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
    }
    .header-button{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 50%;
        height: 40px;
        box-shadow: 0 0 12px 2px rgba(255, 140, 0, .5);
        background-color: rgba(255, 140, 0, 1);
        border-radius: 1.5rem;
        padding: 1rem;
        margin: 10px;
        overflow: visible;
        animation: orange-shadow-box-breathing ease-in-out 1.5s infinite;
    }
    .premium-icon {
        position: absolute;
        top: 0;
        right: 5px;
        transform: translate(50%, -50%);
        height: 80%;
    }
    .premium-text{
        font-family: var(--montserrat);
        font-size: 1.5rem;
        font-weight: 300;
        color: white;
        animation: white-text-breathing ease-in-out 1.5s infinite;

    }
    .header-seals{
        height: 100px;
        width: 100%;
        align-content: center;
    }
    .header-seals-img{
        width: 100%;
    }
/* Section-divisor-gradient */
.section-divisor {
    padding-top: 1rem;
    width: 100%;
    height: 60px;
    line-height: 0;
}
    .section-divisor-img{
        width: 100%;
        height: 60px;
        object-fit: fill;
    }
/* section-attention-capture */
.section-bonus{
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative; 
    background-color: white;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
    }
    .cards-container{
        align-items: center;
        display: flex;
        gap: 1rem;
        height: 100%;
        width: max-content;
    }
    .card{
        position: relative;
        background-color: white;
        border-radius: 1rem;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, .3);
        height: 300px;
        width: 90vw;
        overflow:visible;
    }
    .card-bonus-img{
        width: 100px;
        position: absolute;
        right: -10px;
        top: -14px;
    }
    .section-bonus::-webkit-scrollbar {
        display: none;               /* Chrome, Safari */
    }
/* Section-divisor-gradient */
.section-divisor2 {
    width: 100%;
    height: 60px;
    line-height: 0;
    margin: 0px;
    }
    .section-divisor-img2 {
    width: 100%;
    height: 80px;
    object-fit: cover;
    transform: scaleY(-1);
    margin: 0;
    padding: 0;
    }
/* section-center */
.section-center{
    background-color: #2a72c6;
    width: 100%;
    height: auto;
    overflow: hidden;
    }
    .center-text{
        font-family: var(--montserrat);
        font-weight: 900;
        font-size: 2rem;
        text-align: center;
        padding: 0 1rem;
        color: white;
    }
    .center-cards-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .center-card{
        padding: 1.6rem;
        align-content: center;
        margin-top: 1.5rem;
        position: relative;
        width: 90%;
        height: 200px;
        background-color: white;
        border-radius: 2rem;
        margin: 1rem;
    }
    .feedback-card-img{
        position: absolute;
        width: 100px;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        border-radius: 50%;
        
    }
    .feedback-card-rating-img{
        position: absolute;
        width: 80px;
        top: 10px;
        left: 50px;        
    }
    .feedback-card-text{
        margin-top: 3.5rem;
        font-family: var(--montserrat);
        text-align: center;
        font-weight: 600;
        font-size: 1.2rem;

    }
    .feedback-card-name{
        font-family: var(--montserrat);
        text-align:center;
        font-weight: 400;
        font-size: 1rem;
    }