@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Orbitron:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Orbitron',
sans-serif;
font-family: 'Poppins',
sans-serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.ssd{
    margin-bottom: 20px;
}

:root {
    --swiper-theme-color: #ffffff85;
}

:root {
    --swiper-navigation-size: 26px;
}

#link2 {
    display: none;
}

.mobile{
     display: none;
}

@media (max-width:768px) {
    .mobile{
     display: block;
   }
   .desktop{
        display: none;
   }
   
   
    #link{
        display: none;
    }
   #link2 {
        display: block;
    }
}

.bg_color{
    width: 100%;
    height: auto;
    background-color:#111216;
    position: relative;
}

.bg_fix{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1;
}
.main{
    position: relative;
    z-index: 10;
}
.bg_fix img{
    width: 100%;
   height: 100%;
   object-fit: cover;
}

.fa-whatsapp{
    margin-right: 5px;
}

.card_text_content p img{
    width: 15px;
}
.card_text_content p {
   display: flex;
   align-items: center;
   gap: 5px;
}

.card_text_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header {
    width: 100%;
    position: relative;
    height: 90vh;
}

.header_content {
    width: 100%;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    z-index: 10;
    position: relative;
    background-color: rgba(0, 0, 0, 0.158);
}
 .header_content .logo {
     margin-bottom: 10px;
 }

.header_content .logo a{
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.nav a {
    text-decoration: none;
    border: 2px solid #696AAC;
    padding: 5px 30px;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
}
.nav a:hover{
    opacity: 0.4;
    transition: all 0.3s;
}

.hero {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;

}

.hero_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.fundo {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    z-index: 2;
    opacity: 0.58;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.hero_texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 19;
}

.hero_title {
    font-size: 64px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.hero_title_2 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 50px;
}


.hero_texts a {
    font-size: 22px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
   text-decoration: none;
    transition: all 0.3s;
}

.hero_texts a:hover {
    opacity: 0.3;
    transition: all 0.3s;
}
.hero_texts a img{
    width: 30px;
    margin-top: 15px;
}



.section_1 {
    width: 100%;
    padding: 0px 10%;
    position: relative;
    margin-top: 70px;
    height: 600px;
}

.section_1 .section_1_title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.section_content {
    width: 100%;
    background: #272727;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;

}

.section_content .texts {
    width: 50%;
    padding-left: 10%;
}

.section_content .imgs {
    width: 50%;
    height: 100%;
    position: relative;
    display: grid;
    place-items: center;
}

.section_content .imgs img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -50px;
   
}

.section_content .texts .title {
    font-size: 36px;
    font-weight: 500;
    color: #696AAC;

}

.section_content .texts p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    width: 80%;
    margin: 30px 0;
    color: white;
}








.section_2 {
    width: 100%;
    height: 500px;
    padding: 0 10%;
    position: relative;
    margin: 100px 0 50px 0;
}

.section_2_content {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 500px;
}

.section_2_bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background: #565656;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_2_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.section_2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fundo_2 {
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.8799894957983193) 0%, rgba(9, 9, 121, 0) 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
}

.section_2_content .texts {
    position: relative;
    z-index: 10;
    width: 45%;
    padding: 50px;
}

.section_2_content .texts .title {
    color: white;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.section_2_content .texts a {
    padding: 10px 40px;
    color: white;
    font-size: 20px;
    background: #696AAC;
    text-decoration: none;
    transition: all 0.3s;
}

.section_2_content .texts a:hover {
    opacity: 0.5;
    transition: all 0.5s;
}

.section_3 {
    width: 100%;
    padding: 0 10%;
    position: relative;
    height: auto;
}

.section_3_title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: white;
}

.section_3 .section_3_p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    width: 40%;
    margin: auto;
    text-align: center;
color: white;
}
.card_text_content p span{
    color: white;
}

.section_3_content {
    width: 100%;
    z-index: 8;
    position: relative;
    margin-top: 100px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card {
    position: relative;
    height: 650px;

}

.card .img {
    width: 100%;
    position: relative;
    z-index: 8;
   display: grid;
}

.card .img img {
    width: 250px;
    margin: auto;
}

.card_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    width: 350px;
    height: 545px;
    background: #565656;
    transform: translate(-50%, 0);

}

.card_text_content {
    width: 80%;
  
    bottom: 0;
    left: 50%;
    position: absolute;
    margin: auto;
    transform: translate(-50%, 0);
    padding: 20px 0;
}

.card_title {
    font-size: 22px;
    text-align: start;
    color: white;
}

.card_p {
    font-size: 16px;
    width: 100%;
    margin: 20px 0;
    text-align: start;
    color: white;
}

.card_ctd {
    padding: 8px 0px;
    background: #696AAC;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.card_ctd a {
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.card_ctd:hover {
    opacity: 0.5;
    transition: all 0.5s;
}

.fundo_3 {
    width: 100%;
    height: 460px;
    background: #272727;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}



.section_4 {
    width: 100%;
    padding: 0 10%;
    height: auto;
    margin: 50px 0;
}

.section_4_content {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0;
}

.section_4_texts {
    width: 100%;
    height: 640px;
    background: #242424;
    padding: 50px;
    color: white;
}

.section_4_img {
    position: absolute;
    right: 100px;
    top: 0;
}

.section_4_title {
    font-size: 40px;
    width: 40%;
    color: #696AAC;
}

.section_4_p {
    margin: 40px 0;
    width: 25%;
    font-size: 20px;
    line-height: 26px;
}

.section_4_texts a {
    padding: 10px 40px;
    color: white;
    font-size: 20px;
    background: #696AAC;
    text-decoration: none;
    transition: all 0.3s;
}

.section_4_texts a:hover {
    opacity: 0.5;
    transition: all 0.3s;
}

.section_5 {
    width: 100%;
    padding: 70px 10%;
    background: #242424;
    position: relative;
}

.section_5_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #242424;
    color: white;
}

.section_5_content p{
    font-size: 15px;
    text-align: center;
}


.swiper-slide {
    padding-bottom: 40px;
   
}


@media (max-width: 1025px) {
   
    .section_5_content p {
            font-size: 13px;
        }
    .section_content .imgs img {
            width: 250px;
            height: auto;
            object-fit: cover;
            position: absolute;
            top: -50px;
    
        }
    .header {

        height: 60vh;
    }

    .header_content {
        padding: 30px 5%;
        height: 40px;

    }

    .header_content .logo a{
        font-size: 17px;
    }

    .nav a {
        padding: 5px 10px;
        font-size: 13px;
    }



    .hero_title {
        font-size: 36px;
    }

    .hero_title_2 {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .hero_texts a {
        font-size: 18px;
        text-decoration-thickness: 1px;

    }


    .section_1 {
        width: 100%;
        padding: 40px 0%;
        position: relative;
      
    }

    .section_1 .section_1_title {
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 40px;
    }

    .section_content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .section_content .texts {
        width: 100%;
        padding-left: 0px;
        order: 2;
        padding: 0px 5%;
    }

    .section_content .imgs {
        width: 100%;
        order: 1;
        display: grid;
    }

 

    .section_content .texts .title {
        font-size: 22px;
        text-align: center;

    }

    .section_content .texts p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        margin: 30px 0;
    }

   



    .section_2 {
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        margin: 30px 0 30px 0;
    }

    .section_2_content {
        z-index: 10;
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .section_2_bg {
        position: relative;
        width: 100%;
        height: 100%;
    
        z-index: 1;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .section_2_img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        order: 1;
    }

    .section_2_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fundo_2 {

        display: none;
    }

    .section_2_content .texts {
        position: relative;
        z-index: 10;
        width: 100%;
        padding: 40px 5%;
        order: 2;
       
        text-align: center;
        margin-top: -6px;
    }

    .section_2_content .texts .title {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }

    .section_2_content .texts a {
        padding: 10px 30px;
        color: white;
        font-size: 16px;
        
        text-decoration: none;
        transition: all 0.3s;

        width: 100%;
    }

    .section_2_content .texts a:hover {
        opacity: 0.5;
        transition: all 0.5s;
    }

    .section_3 {
        width: 100%;
        padding: 0 5%;

    }

    .section_3_title {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
    }

    .section_3 .section_3_p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        margin: auto;
        text-align: center;

    }

    .section_3_content {
        width: 100%;
        z-index: 8;
        position: relative;
        margin-top: 50px;
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .card {
        position: relative;
        height: 650px;

    }

    .card .img {
        width: 100%;
        position: relative;
        z-index: 8;
        display: grid;
    }

    .card .img img {
        width:250px;
        margin: auto;
    }

    .card_text {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70%;
        width: 100%;
        height: 545px;
      
        transform: translate(-50%, 0);

    }

    .card_text_content {
        width: 80%;
       
        bottom: 0;
        left: 50%;
        position: absolute;
        margin: auto;
        transform: translate(-50%, 0);
        padding: 20px 0;
    }

    .card_title {
        font-size: 22px;
        text-align: start;
    }

    .card_p {
        font-size: 16px;
        width: 100%;
        margin: 20px 0;
        text-align: start;
    }

    .card_ctd {
        padding: 8px 0px;
      
        transition: all 0.3s;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .card_ctd a {
       
        font-size: 12px;
        text-decoration: none;
    }

    .card_ctd:hover {
        opacity: 0.5;
        transition: all 0.5s;
    }

    .fundo_3 {
        width: 100%;
        height: 460px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 2;
    }



    .section_4 {
        width: 100%;
        padding: 0;
        height: auto;
        margin: 50px 0;
        margin-top: 0;
    }

    .section_4_content {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .section_4_texts {
        width: 100%;
        height: auto;
        background: #242424;
        padding: 50px 5%;
       
        order: 2;
        text-align: center;
        padding-top: 200px;
    }

    .section_4_img {
        position: relative;
        right: 0px;
        top: 0;
        width: 100%;
        display: grid;
        order: 1;
        height: 40vh;
    }

    .section_4_img img {
        width: 205px;
        margin: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -140px;
    }

    .section_4_title {
        font-size: 22px;
        width: 100%;
    }

    .section_4_p {
        margin: 40px 0;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        text-align: start;
    }

    .section_4_texts a {
        padding: 10px 30px;
       
        font-size: 16px;
       
        text-decoration: none;
        transition: all 0.3s;
    }

    .section_4_texts a:hover {
        opacity: 0.5;
        transition: all 0.3s;
    }



    .section_5 {
        width: 100%;
        padding: 40px 5%;
       
    }

   

    .swiper-slide {
        padding-bottom: 40px;
    }
}



@media (max-width: 1280px) {
    .header_content {
        padding: 30px 3%;
    }

    .section_1,
    .section_2,
    .section_3,
    .section_4,
    .section_5 {
        padding: 20px 3%;
    }
}

@media (min-width: 1024px) and (max-width: 1620px) {
   
    .header {

        height: 700px;
    }

    .section_2_content {

        height: 372px;
    }

    .section_2 {
        width: 100%;
        height: 370px;
        padding: 0 10%;
        position: relative;
        margin: 100px 0 50px 0;
    }

    .section_2_content .texts .title {
        
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .section_4_img {
        position: absolute;
        right: 50px;
        top: 0;
    }

    .section_4_title {
        font-size: 32px;
        width: 40%;
    }

    .section_4_p {
        margin: 40px 0;
        width: 45%;
        font-size: 18px;
        line-height: 26px;
    }

    .section_4_texts {
        height: 500px;
    }

    .section_4_img img {
        height: 700px;
    }
        .section_2_content .texts a {
            padding: 10px 26px;
           
            width: 100%;
        }
              
}

@media (min-width: 1024px) and (max-width: 1250px){
.section_2_content .texts {
        position: relative;
        z-index: 10;
        width: 70%;
        padding: 50px;
    }
}