@import url('../global.css');



body{   
    background: #3B4C75;
    background: #3B4C75;
    background: radial-gradient(at center bottom, #3B4C75, #010101);
    background-repeat: no-repeat; 

}





section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-family: "Mokoto";
    color: white;
    img {
        
        margin-top: 2rem;
      

    }

    h1 {
        font-size: 2rem;
    }

 

    article{
        background-color: #0101014f;
        border-radius:  0 0 20px 20px;
        font-size: 0.8rem;
    }
}

.logo  {
    img {
        width:200px;  
    }

    h1 {
        font-size: 1.2rem;
    }

}

#sec01 {
    height: 50vh;
    background-image: url('/src/assets/img/photos/photo_FTCPR2024.jpg');
    background-position: 70%;
    background-size: cover;

}

.sec01-front{

    height: 100%;
    width: 100%;
    background-color:  rgba(10, 18, 55, 0.808);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec01-front h1 {
    font-family: "Bebas Neue", serif;
    font-size: 5rem;
}

.swiper2 {
    min-width: 89%;
    margin: 0 auto;
    overflow: hidden;
}



iframe {
    width: 70%;
    margin: 20px 0;
    border-radius: 20px;
}


#sec02 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 100px;
    width: 100%;

    p{
        font-size: 0.8rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    article {
        padding: 20px;
    }
    
}

.topic {
    background-color: var(--primary-color);
    width: 99%;
    height: 20px;
    color: white;
    padding: 15px 5px;
    font-weight: bold;
    margin-top: 20px;
    font-family: "Mokoto";
    h2,h1 {
        font-size: 1.5rem;
    }
}
.txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 45%;
    height: 70%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px 0 ;
    padding: 40px;
    article {
        font-size: 1.1rem;
    }
    strong,p {
        font-size: 1rem;
        font-family: "Mokoto";
    }
}

.img-txt {
    height: 350px;    
    border-radius: 20px;
}


#sec03 {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;

    background-color:  #21335ccc;
    width: 100%;

    article {
        text-align: right;
        padding: 20px;
    }
            
    p{
        font-size: 0.8rem;
        font-family: Arial, Helvetica, sans-serif;
    }
}


#sec04 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding-top: 60px;
    
    
}

.custom-shape-divider-bottom-1737485651 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1737485651 svg {
    position: relative;
    display: block;
    width: calc(161% + 1.3px);
    height: 30px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1737485651 .shape-fill {
    fill: #21335ccc;
}


.custom-shape-divider-top-1737486062 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1737486062 svg {
    position: relative;
    display: block;
    width: calc(161% + 1.3px);
    height: 30px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1737486062 .shape-fill {
    fill:  #21335ccc;
}

.wrapper {
    background-color: #01010188;
    padding: 15px;
    margin: 0 auto ;
    display: flex;
    width: 30%;
    border-bottom-left-radius: 20px;
}

.txt_org{
    display: flex;
    flex-direction: row;
}

.organizacao{
    display: flex;
    flex-direction: column;

    justify-content: space-around;
    text-align: center;
    padding: 5px;
    img {
        width: 50px;
        padding: 5px;
        margin: 0 auto;
    }
}


.icons-equipe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.txt-equipe {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid white;
    border-radius: 10px;

}


.txt-org{
    min-height: 30px;
    border: 1px solid white;
    padding: 20px;
    margin:10px;
    font-size: 0.9rem;
    border-radius: 10px ;

}
.txt-org-wrapper{
    display: flex;
    flex-direction: column;
    background-color: #242f49;
    border-bottom-right-radius: 20px;
    padding: 50px 25px;
    margin: auto;
    

}

.swiper {
    width: 480px;
    height: 520px;
    margin-bottom: 20px ;
    border-radius: 0 0 20px 20px;

  }
  




.swiper-slide {
    text-align: center;
    background: rgba(9, 27, 59, 0.781);
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
    width: 100%;
    position: relative;

    img {
        width: 500px;
    }
}


.swiper-text {
    position: absolute;
    bottom: 0;
    height: 100%;
    color: #fff;
   /* background-color: rgba(9, 27, 59, 0.781);*/
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 2.3rem;
    font-family: "Mokoto";
    display: flex;
    align-items: center;
    justify-content:center ;

}


.swiper-text img {
    width: 40px;
    .logo-acrux {
        width: 70px;
    }
}

.swiper-scrollbar{
    background-color: #3B4C75;
}

.members {
    h2 {
        border-radius: 20px 20px 0 0;
        padding: 20px;
        background-color: #01010183;;
        font-size: 1.5rem;
    }
}





.footer {
    background-color: #01010183;
}

.mentions {
    background-color: #020f1f83;
    
}

#logo-robotic {
    width: 150px;
}


#sec03 .container-txt {
    height: 600px;

    h1 {
        margin-bottom: 10px;
    }
}



#sec05 {
    margin-bottom: 30px;
}

.container {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-around;
    h1 {
        font-size: 1.2rem;
    }
    div {
        display: flex;
        align-items: center;
        justify-content: center;

    }

}



.topicsAcrux {
    background-color: #3B4C75;
    padding: 20px;
    border-radius: 10px ;
    text-align: center;
    width: 200px;
    height: 15px;
    font-size: 1.1rem;
}

.topicsAcrux:hover {
    background-color: #5972aa;
    cursor: pointer;
}

#acesso_rap{
    width:10px;
    height: 30px;
    background-color: var(--primary-color);
    margin-right: 15px;
}

    
.topicsAcrux {
    padding: 10px;
    font-size: 1rem;
    text-decoration: none;
    color: white;
}

#picturesA, #picturesB{
    width: 300px;
}


@media screen and  (min-device-width: 300px) and (max-device-width: 834px) {
    #sec02,#sec04{
        flex-direction: column;
    }

    #sec03{
        flex-direction: column-reverse;
    }
    .txt {
        width: 90%;
    }

    .img-txt {
        height: 300px;    
    }
    
    .swiper {
        width: 350px;
        height: 520px;
        margin-bottom: 20px ;
        border-radius: 0 0 20px 20px;
    
      }


    #acesso_rap{
        margin-right: 5px;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        justify-content: space-around;
        
        h1 {
            font-size: 1rem;
        }
        a,div {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px 0;
            

        }
    
    }


    

 }