@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html, body{
    height:100%;
    overflow-x: hidden;
    background-color:black;
    scroll-behavior: smooth;
}
 
/* Classes Reutilizáveis */

/*Como durante todo o projeto vou ter varios containers pais e filhos com a mesma configuração resolvi criar uma classe pra ficar mais clean e evitar repetição de código, caso precise modificar algo especifico de um container utilize a ID*/
.containerF{/*F == Father*/
    max-width:100%;
    width:100%;
    min-height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.containerC{/*C == Child*/
    max-width:1100px;
    width:100%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.light{
    font-family: "Sora", sans-serif;
    font-weight: 300;
}
.regular{
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size:17px;
}
.bold{
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.extraBold{
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size:28px;
}
.destaque{
    color:#FDE400;
}

.hrDegrade{
    width:300px;
    height:1px;
    background:linear-gradient(gray, white);
}

.actionBtn{
    width:417px;
    height:68px;
    background-color:#24C163;
    border-width: 0;
    border-radius: 20px;
    box-shadow: 5px 5px 20px black;
    font-size:17px;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    cursor:pointer;
    animation-name: btnAcao;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes btnAcao{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
}





/*Container 01 - Headline Principal*/
#ctUm{
    position: relative;
    background:linear-gradient(#A93537,#6B0505);
    overflow: hidden;
    justify-content:end;
    align-items: bottom;
    border-radius: 0px 0px 100px 100px;
    box-shadow: 8px 8px 30px;
    z-index:11;
}

#elementsCT01{
    min-width: 300px;
    min-height:500px;
    width:45%;
    height:100%;
}

#mockupsCT01{
    width:55%;
    height:100%;
}

#headlineCT01{
    width:90%;
    color:white;
}

#descCT01{
    width:90%;
    color:white;
}

#listCT01{
    width:90%;
    color:white;
    list-style-type: none;
}

#imgCT01{
    width:650px;
    height:600px;
    transform: translateY(5px);
}

/*Container 02 - Você não esta sozinha*/
#ctDois{
    background:linear-gradient(#FFFFFF,#E5E5E5);
    background-color:black;
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:10;
}

#elementsCT02{
    min-width: 500px;
    min-height:800px;
}

#mockupCT02{
    min-width: 400px;
    width:55%;
    height:100%;
}

#textsCT02{
    width:45%;
    height:100%;
}

#imgCT02{
    width:607px;
    height:406px;
    transform:translateY(-30px)
}

#headlineCT02{
    color:#A52C2E;
}

/*Container 03 - Veja como o Revitalle Cand Pode te Ajudar!*/

#ctTres{
    background:linear-gradient(#A93537,#6B0505);
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:09;
    margin-top:-90px;
}

#elementsCT03{
    flex-direction: column;
    min-height:800px;
}
/*
#textsCT03{

}*/

#headlineCT03{
    color:white;
}

#modalsCT03{
    width:100%;
    min-height:370px;

    display:flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: center;
    align-items: center;
}

.quadradosCT03{
    width:260px;
    height:230px;
    background:linear-gradient(#FFFFFF, #D7D4D4);
    border-radius:20px;
    box-shadow:5px 5px 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    margin-right:15px;
}

.circulosCT03{
    position: relative;
    width:150px;
    height:150px;
    border-radius:100%;
    border:5px solid yellow;
    transform:translateY(-75px);
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
}
.imgModalCT03{
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.headlineModalCT03{
    margin-top:-70px;
    width:100%;
    font-size:18px;
}

.descModalCT03{
    width:90%;
    font-size:14px;
}



/*Container 04 - A Fórmula Exclusiva do Revitalle Cand*/


#ctQuatro{
    background:linear-gradient(#FFFFFF, #E5E5E5);
    overflow: hidden;
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:08;
    margin-top:-90px;
}

#elementsCT04{
    flex-direction: column;
    min-height:1000px;
}

#backgroundCT04{
    width:1050px;
    height:950px;
    background-size:100%;
    background-repeat:no-repeat;
    background-image: url('../public/Folhas.png');
    
    position: absolute;
    top:0;
    z-index:0;
}

#headlineCT04{
    color:#A52C2E;
    margin-bottom:50px;
}

#textsCT04{
    z-index: 1;
}

.modalsCT04{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;

    position:relative;
    z-index: 1;
}

.quadradosCT04{
    width:260px;
    height:164px;
    background:linear-gradient(#EB8F8F, #8E2424);
    border-radius:30px 30px 30px 10px;
    position:relative;
    margin:5px;

    display:flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:50px;
    box-shadow:5px 5px 15px;
}

.circulosCT04{
    width:52px;
    height:52px;
    border-radius:100%;

    position:absolute;
    transform:translate(-50%, -50%);
    top:10px;
    right:-40px;
}

.headlineModalCT04{
    width:90%;
    font-size:14px;
    color:#961517;
    margin-top:10px;
    margin-bottom:5px;
}

.descModalCT04{
    width:90%;
    font-size:13px;
    color:white;
}


/* Container 05 - Produto 100% legalizado e aprovado pela Anvisa! */


#ctCinco{
    background:linear-gradient(#A83436, #6C0606);
    overflow: hidden;
    justify-content: end;
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:07;
    margin-top:-90px;
}
#elementsCT05{
    width:100%;
    min-height:800px;
    
    display:flex;
    justify-content: end;
    align-items: end;
    margin-top:150px;
    position: relative;

}
.subcontainerCT05{
    width:50%;
    height:100%;
}

#subElementsCT05{
    max-width:1100px;
    width:100%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
#subcontainerText{
    display:flex;
    justify-content: center;
    align-items: center;
}

#subcontainerImg{
    display:flex;
    justify-content: center;
    align-items:end;
}

#textsCT05{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
#headlineCT05{
    font-size:30px;
    color:white;
}
#descCT05{
    color:white;
}

#imgCT05{
    transform:translate(50px,30px);
}
#btnAcaoCT05{
    position: absolute;
    bottom:70px;
}


/* Container 06 - Escolha o melhor tratamento para você! */

#ctSeis{
    background:linear-gradient(#FFFFFF, #E5E5E5);
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:06;
    margin-top:-90px;
}
#elementsCT06{
    min-height:800px;
}
#headlineCT06{
    color:#A52C2E;
    margin-top:150px;
    margin-bottom:50px;
}

#containerPreco{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.imgProduto{
    width:255px;
    height:468px;
    margin-right:5px;
    margin-bottom:25px;
}

#tresFrascos{
    width:275px;
    height:504px;

    animation-name:expansive;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes expansive{
    0%{
        transform:scale(1.0);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1.0);
    }
}

/*Container 07 - Sua satisfação garantida ou seu dinheiro de volta!*/
#ctSete{
    background:linear-gradient(#A83436, #6C0606);
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:05;
    margin-top:-90px;
}

#elementsCT07{
    overflow: hidden;
    position:relative;
    margin-top:150px;
    min-height:600px;
}
#imgCT07{
    width:50%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    transform:translateY(30px);
    margin-bottom:45px;
}
#textsCT07{
    width:50%;
    height:100%;
    margin-bottom:65px;
    padding-right:25px;
}

#headlineCT07{
    color:white;
    text-align: center;
}

#descCT07{
    color:white;
}
#btnAcaoCT07{
    transform:translateY(-25px);
    position: absolute;
    bottom:8px;
    margin-bottom:15px;
}
#seloGarantia{
    position: absolute;
    bottom:50px;
    right:30px;
}

/*Container 08 - Dúvidas Frequentes*/
#ctOito{
    background:linear-gradient(#FFFFFF, #E5E5E5);
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:04;
    margin-top:-90px;
}

#elementsCT08{
    flex-direction: column;
    margin-top:150px;
    min-height:500px;
}

#headlineCT08{
    color:#A52C2E;
}

#duvidasCT08{
    width:100%;
    height:100%;
    
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.duvidasMolde{
    width:730px;
    height:50px;
    background:linear-gradient(#A83436, #6C0606);
    display:flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-left:30px;
    margin-bottom:25px;
    box-shadow:4px 4px 8px;
    cursor:pointer;
}
.pDuvidas{
    color:white;
}
.plusCT08{
    position: absolute;
    right:20px;
    color:white;
}

.boxResposta{
    width:730px;
    margin-bottom:25px;
    background-color:gray;
    border-radius: 0px 0px 20px 20px;
    display:none;
}

.pRespostas{
    margin:20px;
    color:white;
}

/*Container 09 - */
#ctNove{
    background:linear-gradient(#A83436, #6C0606);
    overflow: hidden;
    justify-content: end;
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:03;
    margin-top:-90px;
}
#elementsCT09{
    width:100%;
    min-height:700px;
    
    display:flex;
    justify-content: end;
    align-items: end;

}
.subcontainerCT09{
    width:50%;
    height:100%;
}

#subElementsCT09{
    max-width:1100px;
    width:100%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#subcontainerTextCT09{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#textsCT09{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
#headlineCT09{
    font-size:30px;
    color:white;
    text-align:center;
}
#descCT09{
    color:white;
}

#btnAcaoCT09{
    width:417px;
    height:68px;
    background-color:#24C163;
    border-width: 0;
    border-radius: 20px;
    box-shadow: 5px 5px 20px black;
    font-size:17px;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    cursor:pointer;
    animation-name: btnAcao;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-bottom:20px;
}

/*Container 10 - Evite falsificações e riscos desnecessários.*/

#ctDez{
    background:linear-gradient(#FFFFFF, #E5E5E5);
    border-radius: 0px 0px 100px 100px;
    transform:translateY(-90px);
    box-shadow: 8px 8px 30px;
    position: relative;
    z-index:1;
    margin-top:-90px;
}

#elementsCT10{
    flex-direction: column;
    position:relative;
    min-height:500px;
}

#headlineCT10{
    color:#A52C2E;
    text-align: center;
}
.imgCT10{
    position: absolute;   
    z-index:1;
}
.submarino{
    top:80px;
    left:0;
}
.aliexpress{
    top:80px;
    right:0;
}

.mercadol{
    bottom:30px;
    left:0;
}
.shoptime{
    bottom:30px;
    right:0;
}
.shopee{
    bottom:0px;
}

/* Rodapé */
#containerFooter{
    width:100%;
    min-height:30%;
    background-color:black;
    transform:translateY(-180px);
    position: relative;
    z-index:0;

    display:flex;
    justify-content: center;
    align-items: center;
}

#elementosFooter{
    margin-top:180px;
    max-width: 1100px;
    width:100%;
    height:100%;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#infoFooterPic{
    width:100%;

    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    
    justify-content: space-evenly;
    align-items: center;
    color:white;
}

.quadradoFooter{
    width:200px;
    height:150px;

    margin-right:10px;
    text-align:center;
}

#footerLogo{
    margin-bottom:30px;
}

#footerAviso{
    width:50%;
    text-align: center;
}

/*MEDIAS QUERIES*/
@media screen and (min-width:769px) and (max-width:1155px){
    /* Classes Reutilizaveis */
        .extraBold{
            width:100%;
            font-size:20px;
        }
        .regular{
            font-size:15px;
        }
        .actionBtn{
            width:300px;
            height:68px;
        }
        /*Container 01*/
        #elementsCT01{
            padding-left:50px;
        }
        /*Container 02*/
        #mockupCT02{
            display: flex;
            justify-content: center;
        }
        #imgCT02{
            width:407px;
            height:306px;
        }
        /*Container 03*/
        #elementsCT03{
            display:flex;
            justify-content: center;
            align-items: center;
            padding-top:250px;
        }
        #textsCT03{
            margin-bottom:50px;
        }
        #modalsCT03{
            margin-top:50px;
        }
        .quadradosCT03{
            margin:50px;
        }
        #btnAcaoCT03{
            margin-bottom:100px;
        }
        /*Container 04*/
        #elementsCT04{
            min-height:1500px;
        }
        /*Container 05*/
        #headlineCT05{
            text-align: center;
            font-size:20px;
        }
        #subcontainerText{
            padding-left:40px;
        }
        /*Container 06*/
        #ctSeis{
            border-radius: 0px 0px 60px 60px;
        }
        #elementsCT06{
            min-height:1500px;
        }
        #headlineCT06{
            text-align: center;
        }
        /*Container 07*/
        #ctSete{
            border-radius: 0px 0px 60px 60px;
        }
        /*Container 08*/
        #ctOito{
            border-radius: 0px 0px 60px 60px;
        }
        #headlineCT08{
            text-align: center;
        }
        .plusCT08{
            right:-700px;
        }
        /*Container 09*/
        #ctNove{
            border-radius: 0px 0px 60px 60px;
        }
        #subcontainerTextCT09{
            padding-left:50px;
        }
        
    }
    
@media screen and (max-width:768px){
    /* Classes Reutilizaveis */
    .extraBold{
        width:100%;
        font-size:20px;
    }
    .regular{
        font-size:15px;
    }
    .actionBtn{
        width:300px;
        height:68px;
    }
    /*Container 01*/
    #ctUm{ 
        border-radius: 0px 0px 60px 60px;
        justify-content: center;
        align-items: center;
    }
    
    #elementsCT01{
        width:90%;
        position: relative;
        z-index:1;
    }

    #mockupsCT01{
        width:100%;
    }
    
    #headlineCT01{
        width:100%;
        text-align:center;
        margin-top:50px;
    }
    
    #descCT01{
        width:100%;
        margin-left:18px;
    }
    
    #listCT01{
        margin-left:18px;
        width:100%;

    }
    #mockupsCT01{
        display:flex;
        justify-content: center;
        align-items: start;
    }
    #imgCT01{
        width:450px;
        height:400px;

        position: absolute;
        z-index:0;
        filter:blur(3px);
        opacity: 0.3;
        transform:translateY(50px);
    }
    #containerBtnCT01{
        width:100%;
        height:75px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #sectionCT01{
        flex-direction: column-reverse;
    }
    /*Container 02*/
    #ctDois{
        border-radius: 0px 0px 60px 60px;
    }
    #elementsCT02{
        flex-direction: column;
    }
    #textsCT02{
        width:70%;
        margin-bottom:50px;
    }
    #mockupCT02{
        text-align: center;
    }
    #imgCT02{
        width:307px;
        height:206px;
        margin-top:150px;
        margin-bottom:30px;
        transform:translateX(5px);
    }
    /*Container 03*/
    #ctTres{
        border-radius: 0px 0px 60px 60px;
    }
    #elementsCT03{
        display:flex;
        justify-content: center;
        align-items: center;
        padding-top:250px;
    }
    #textsCT03{
        text-align: center;
    }
    #modalsCT03{
        margin-top:50px;
    }
    .quadradosCT03{
        margin:50px;
    }
    #btnAcaoCT03{
        margin-bottom:100px;
    }
    /*Container 04*/
    #ctQuatro{
        border-radius: 0px 0px 60px 60px;
    }
    #elementsCT04{
        min-height:1700px;
    }
    #headlineCT04{
        text-align: center;
    }
    .descModalCT04{
        font-size:13px;
    }
    /*Container 05*/
    #ctCinco{
        border-radius: 0px 0px 60px 60px;
    }
    #elementsCT05{
        min-height:800px;
        margin-top:50px;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .subcontainerCT05{
        width:100%;
    }
    #subElementsCT05{
        flex-direction: column;
        position:relative;
    }
    #subcontainerText{
        z-index: 1;
        width:90%;
    }
    #subcontainerImg{
        position:absolute;
        z-index:0;
    }
    #headlineCT05{
        width:90%;
        text-align: center;
        font-size:20px;
        z-index:1;
        margin-bottom:50px;
    }
    #imgCT05{
        transform:translate(30px,200px);
        filter:blur(2px);
        opacity: 0.5;
    }
    #btnAcaoCT05{
        position: absolute;
        bottom: -120px;
    }
    /*Container 06*/
    #ctSeis{
        border-radius: 0px 0px 60px 60px;
    }
    #headlineCT06{
        width:60%;
        margin-top:150px;
        margin-bottom:50px;
        text-align: center;
    }
    /*Container 07*/
    #ctSete{
        border-radius: 0px 0px 60px 60px;
    }
    #imgCT07{
        position: absolute;
        z-index: 0;
        filter:blur(2px);
        opacity: 0.3;
    }
    #textsCT07{
        width:90%;
        z-index: 1;
        text-align: center;
        padding-left:20px;
    }
    #seloGarantia{
        position: absolute;
        z-index:0;
        bottom:70px;
        left:50%;
        transform:translate(-50%, -50%);
        width:70px;
        height:70px;
    }
    /*Container 08*/
    #ctOito{
        border-radius: 0px 0px 60px 60px;
    }
    #headlineCT08{
        text-align: center;
    }
    .duvidasMolde{
        width:320px;
        padding-left:10px;
        margin-bottom:25px;
        box-shadow:4px 4px 8px;
        cursor:pointer;
    }
    .boxResposta{
        width:320px;
    }
    .pDuvidas{
        width:85%;
        color:white;
    }
    .plusCT08{
        right:-300px;
    }
    /*Container 09*/
    #ctNove{
        border-radius: 0px 0px 60px 60px;
    }
    #elementsCT09{
        width:100%;
        min-height:850px;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .subcontainerCT09{
        padding-top:200px;
        justify-content: center;
        align-items: center;
        width:100%;
    }
    #subElementsCT09{
        width:90%;
    }
    #subcontainerTextCT09{
        z-index:1;
    }    
    #imgCT09{
        filter:blur(2px);
        opacity: 0.5;
    }
    #btnAcaoCT09{
        width:300px;
        height:68px;
        margin-bottom:20px;
    }
    /*Container 10*/
    #ctDez{
        border-radius: 0px 0px 60px 60px;
    }
    #headlineCT10{
        width:90%;
    }
    #descCT010{
        width:90%;
        text-align: center;
    }
    .submarino{
        display:none; 
    }
    .aliexpress{
        display:none;
    }
    
    .mercadol{
        width:100px;
        height:55px;
        bottom:10px;
        left:20px;
    }
    .shoptime{
        width:100px;
        height:55px;
        bottom:10px;
        right:20px;
    }
    .shopee{
        width:100px;
        height:55px;
        bottom:10px;
    }
    /*Rodapé*/
    #footerAviso{
        width:80%;
    }
}/*Fim dos Medias Queries*/