*{
    margin: 0px;
    padding: 0px; 
    color: white;
    outline: 0;
}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}
a:hover{text-decoration: none;}
html{
    scroll-behavior: smooth;
    scroll-timeline: 5s;
}

body{
    margin: 0px;
    padding: 0px;
    background: #050012;
    position: relative; 
}

header{
    width: 90%;
    height: 120px;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-bottom: 50px;
    
}
header img{
    width: 253px;
    height: 79px;
    margin-top: 5px;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    position: absolute;
    z-index: -1;
    background-position: 50% 50%;
    background-repeat: repeat;
}

.Menu{
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 800px;
    height: 100%;
    list-style: none;
    border-bottom: solid 1px rgb(155, 155, 155);
}
.Menu a{
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
height: 100%;
width: 100%;
border: none;
outline: 0;

}
.Menu li{
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    transition: 1s;
    outline: 0;
}
.botoes:hover{
    background-color: #091C43;
    border-radius: 10px 10px 0px 0px;
    border-bottom: solid 2px white;
    transition: 0.5s;
}
.botoes:active{
    background-color: #1c2c50;
    transition: 0.3s;
}
.Menu button{
    background: #091c4300;
    border: solid 1px white;
    height: 40px; 
    width: 250px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-radius: 20px;
    transition: 1s;
    margin-left: 20px;
}
.Menu button:hover{
    background: #091C43;
    border: none;
    transition: 0.5s;
}
.Menu button:active{
    background: #1c2c50;
    transition: 0.2s;
}
.Menu button:focus{
    outline: 0;
}

/*Conteúdo 2 */
.conteudo2{
    position: relative;
    width: 80%;
    height: 680px;
    margin: auto;
    background: #091C43;
    border-radius: 10px 80px;
    font-family: 'Raleway', sans-serif;
}
.conteudo2 img{
    position: absolute;
    width: 30%;
    height: 60%;
    right: 0%;
    bottom: 0%;
    filter: drop-shadow(0 0 20px #ff7d03);

}
.conteudo2 h1{
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 2px;
}
.conteudo2 h1::first-letter{
    color:#33e010;
}
.conteudo2 h2{
    color:#1c8b06;
    width: 100%;
    font-family:'Raleway', sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 5px;
}
.conteudo2 p{
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-top: 40px;
    padding-right: 15px;
    letter-spacing: 1px;
}
.btnContatoPrincipal{
    width: 240px;
    padding: 10px 48px;
    color: #ffffff;
    border-radius: 20px;
    border: solid 2px #1c8b06;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #1c8b06;
    transition: 0.5s;
}
.btnContatoPrincipal:hover{
    border: solid 2px #1c8b06;
    color: #1c8b06;
    background-color: #1c8b0600;
    transition: 0.5s;
}
.btnContatoPrincipal:active{
    background-color: #114e05;
    color: #ffffff;
    transition: 0.3s;
}
.btnMaisPrincipal{
    background-color: #1c8b0600;
    padding: 10px 48px;
    color: #1c8b06;
    border-radius: 20px;
    border: solid 2px #1c8b06;
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}
.btnMaisPrincipal:hover{
    background-color: #1c8b06;
    color: #ffffff;
    transition: 0.5s;
}
.btnMaisPrincipal:active{
    background-color: #114e05;
    color: #ffffff;
    transition: 0.3s;
}
.elementoPrincipal{
    box-sizing: border-box;
    height: 100%;
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: flex-start;
    margin-left: 150px;
    padding-top: 130px;
}


/*Conteúdo 3*/
.conteudo3{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 330px;
    width: 90%;
    margin: auto;
    
    
}
.conteudo3 h1{
    color:#1c8b06;
    font-family:'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
}
.imagensCont3{
    display: flex;
    justify-content:space-around;
    align-items:flex-end;
    width: 100%;
}
.imagem1Cont3{
    width: 218px;
    height: 102px;
}
.imagem2Cont3{
    width: 214px;
    height: 102px;
}
.imagem3Cont3{
    width: 214px;
    height: 72px;
}

/*Conteúdo 4*/
.conteudo4{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 500px;
    margin: auto;
    margin-top: 200px;
}
.vantagensBox{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 30px;
}
.vantagemCard{
    box-sizing: border-box;
    width: 420px;
    height: 370px;
    border-radius: 20px;
    text-align: center;
    font-family:'Raleway', sans-serif;
    Padding: 0px 20px;
    transition: 0.5s;
}
.vantagemCard:hover{
    box-shadow: 0px 0px 20px 0px rgba(255, 253, 253, 0.815);
    transition: 0.3s;
}
.vantagemCard img{
    margin-top: 50px;
    text-align: center;
    width: 128px;
}
.conteudo4 h1{
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    font-size: 48px;
}
.conteudo4 p{
    margin-top: 15px; 
    font-size: 14px;
    color: #f1ebebdc;
}
.vantagemCard h2{
    margin-top: 10px;
    font-size: 25px;
}
.colorCardLaterais{
    background: #091C43;
}
.colorCardCentral{
    background: #0A5372;
}


/*Conteúdo 5*/
.conteudo5{
    position: relative;
    margin-top: 300px;
    width: 70%;
    height: 600px;
    background: #091C43;
    border-radius: 10px 100px;
    background: #091C43;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    -webkit-box-shadow: 0px 0px 75px 10px rgb(151, 147, 147);
    -moz-box-shadow: 0px 0px 75px 10px rgb(151, 147, 147);
    box-shadow: 0px 0px 75px 10px rgba(255, 253, 253, 0.815);
    animation: animationShadowCont5 1.2s linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.contend5:link{
    text-decoration: none;
}
.molduraCelular{
    position: absolute;
    right: 0%;
    bottom: -0.2%;
    height: 125%;
    filter: drop-shadow(0 0 50px);
    
}
.textContent5{

    height: 50%;
    width: 45%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
}
.textContent5 h1{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
}

.textContent5 p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #ffffffe8;
    margin-left: 15%;
    margin-top: 5%;
    
}
.btnChamarAgoraWhatsapp{
    margin-left: 15%;
    width: 210px;
    padding: 10px 33px;
    color: #ffffff;
    border-radius: 20px;
    border: solid 2px #1c8b06;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: #1c8b06;
    transition: 0.3s;
    
}

.btnChamarAgoraWhatsapp:hover{
    border: solid 2px #1c8b06;
    color: #1c8b06;
    background-color: #1c8b0600;
    transition: 0.5s;
}
.btnChamarAgoraWhatsapp:active{
    background-color: #114e05;
    color: #ffffff;
    transition: 0.3s;
}
@keyframes animationShadowCont5 {
    from{box-shadow: 0px 0px 75px 5px rgba(255, 253, 253, 0.815)}
    to{box-shadow: 0px 0px 75px 5px rgba(153, 152, 152, 0.815)}
}

/*Conteúdo 6*/
#conteudo6{
    margin-top: 5%;
    width: 100%;
    height: 550px;
    background: #050012;
    scroll-margin-top: 9rem;
}
.contend6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    
}
.contend6 h1{
    margin-bottom: 2%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
}
.titleCard6{
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: #ffffff57 solid 1px;
}
.textCard6{
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0% 12%;
    text-align: center;
    color: #ffffffd5;
}

.itemsCard6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itemsCard6 img{
    margin-top: 8%;
    margin-bottom: 8%;
}

/*Conteúdo 7*/
#conteudo7{
    margin-top: 5%;
    width: 35%;
    height: 600px;
    margin: auto;
    background: #091C43;
    border-radius: 10px 100px;
    outline: 3px solid #1c8b06;
    outline-offset: 10px;
    scroll-margin-top: 8rem;
}
#conteudo7 h1{
    padding-top: 5%;
    margin-bottom: 2%;
    margin-top: 10%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
}
/*botão whatsapp*/
.conteudoBtnWhats{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    float: right;
    bottom: 2%;
    right: 2%; 
}
.btnWhatsapp{
    position: sticky;
    width: 65px;
    height: 65px;
    transition: transform 0.3s;
    filter: drop-shadow(0 0 20px rgb(32, 124, 9));
    animation: btnWhats 0.8s linear infinite alternate;
}
.btnWhatsapp:hover{
    transform: scale(1.15);
    transition: 0.3s;
}
.btnWhatsapp:active{
    transform: scale(1);
}

@keyframes btnWhats {
    from{filter: drop-shadow(0 0 20px rgb(32, 124, 9));}
    to{filter: drop-shadow(0 0 25px rgb(40, 170, 8));}
}
/*Footer*/

#footer{
    width: 100%; 
    height: 410px;
    background: #091C43;
    margin-top: 5%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
 }
 #footer h1{
    padding-top: 3%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
 }
 #footer h2{
    padding-top: 3%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
 }
 #footer h3{
    padding-top: 3%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.map{
    height: 250px;
    width: 600px;
    border: solid 5px #1c8b06;
    border-radius: 10px;
}
#footer  iframe{
    border-radius: 3px;
}
.listFooter{
    font-family: 'Raleway';
    font-style: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin-top: 30px;
    box-sizing: border-box;
}
.footerWhatsapp{
    width: 10%;
}

/*creditos*/

.creditos{
    height: 1px;
    text-align: center;
}
