@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;400&display=swap');



button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: 1.1rem;
    font-family: inherit;
}

button.learn-more {
    width: 10.5rem;
    height: auto;
    right: 1rem;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;

}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 1.5rem;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

/*----------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Saira', sans-serif;
}


body {
    font-size: 100%;
    background: linear-gradient(to bottom, #001233, #238f8f);
    height: 100% !important;
    width: 100% !important;
}

section {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

p {
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 0;
    margin-right: 0;
}

.nav-btn {
    display: none;
}

.navbar {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
}


.frontPage {
    height: 100% !important;
    width: 100% !important;
}

.banner {
    height: 92vh;
}

#logoBanner {
    position: absolute;
    width: 50%;
    left: 5%;
    top: 25%;

}

#imgFundo {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    height: 90%;
    width: fit-content;
}

.slogan {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 60%;
    color: white;
    font-size: xx-large;
    font-weight: bold;
    height: fit-content;

}


#belgranoOne {
    height: 100vh;
}

.container1 {
    position: relative;

}

.textBox {
    position: absolute;
    width: 35vw;
    bottom: 20vh;
    height: fit-content;
    right: 20vw;
    background-color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
}


.bg1 {
    width: 50%;
    margin-left: 0;
    height: 100vh;
}

.parent {
    padding-right: 0;
    /* margin: 0; */
}

/* button {
    position: relative;
    display: inline-block;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    cursor: auto !important;
} */

/* button.learn-more {
    width: 12rem;
    height: auto;
} */

/* button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;

} */

/* button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}  */

/* button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}  */

/* button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}  */
/* 
button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 0rem;
    color: white;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
} */
/* 
 button:hover .circle {
    width: 100%;
}  */

/* button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}  */

/* button:hover .button-text {
    color: #fff;
}  */

.icons {
    margin-top: 10vh;
    align-items: center;
}

.footer {
    padding-top: 1.5rem;
}

footer {
    background: #242423;
    color: white;
    height: 30vh;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
    padding-bottom: 1px;
}

.contact {
    font-size: large;
}

#contato {
    margin: 0;
    bottom: 0;
}

a {
    text-decoration: none;
    color: white;
}

.accordion {
    display: none;
}

.conteudo {
    background-color: rgba(216, 196, 196, 0.03);
    color: white;
    padding-left: 2vw;
    /* padding-right: 2vw; */
    padding-top: 3vh;
    padding-bottom: 2vh;
    /* margin-left: 1vw; */
    /* margin-right: 1vw; */
    margin-bottom: 5vh;
    width: 100%;
    box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1);
}

.imgCol {
    padding-left: 0;
    padding-right: 0;
    /* height: 100%; */
}

.conteudo1 {
    color: white;
    padding-top: 3vh;
    padding-bottom: 2vh;
    margin-bottom: 5vh;
    /* margin-left: 1vw; */
    height: 100%;

}

.conteudo1::-webkit-scrollbar {
    width: 0.2rem;
}



.conteudo1::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 0.1rem;
}


.imgSobre {
    height: fit-content;
    width: 100%;
}





.titulo {
    width: fit-content;
    height: fit-content;
    align-items: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 0px;
    color: black;
}

.posição {
    position: absolute;
}

#parceiros {
    color: white;
}

#quemSomos {
    color: white;
}

.iion {
    width: 9vw;
    height: fit-content;
    margin-bottom: 2vh;
}

.rb {
    width: 13vw;
    height: fit-content;
    margin-bottom: 2vh;
    padding-top: 1rem;

}

.ip {
    width: 13vw;
    height: fit-content;
    margin-bottom: 2vh;
}

.ca {
    width: 11vw;
    height: fit-content;
    margin-bottom: 2vh;
}


@media(max-width:991px) {

    .textBox {
        position: absolute;
        width: 40vw;
        bottom: 20vh;
        height: fit-content;
        right: 20vw;
        background-color: whitesmoke;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1);
        align-items: center;
    }

    .conteudo1 {
        overflow: auto;
        height: 50vh;
    }

    .bg1 {
        width: 70%;
        margin-left: 0;
        height: 100vh;
    }

    .navbar {
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
        width: 100%;
        font-size: 1.5rem;
        z-index: 5;
    }

    .navbar-collapse {
        background: black;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .totalNav {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: medium;
    }

    .nav-btn {
        margin-left: 1rem;
        display: block;
    }

    .nav-item {
        margin-left: 1rem;
    }
}

@media(max-width: 600px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Saira', sans-serif;
    }

    body {
        background: linear-gradient(to bottom, #001233, #238f8f);
        height: 100% !important;
        width: 100% !important;
    }

    section {
        margin-top: 0;
        margin-bottom: 0;
    }

    p {
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin-left: 0;
        margin-right: 0;
    }

   


    .frontPage {
        height: 100% !important;
        width: 100% !important;
    }

    .banner {
        height: 92vh;
        margin-bottom: 35rem;
    }

    #logoBanner {
        position: absolute;
        width: 90%;
        margin: auto;
        top: 15%;

    }

    #imgFundo {
        position: absolute;
        top: 40%;
        right: 0;
        opacity: 0.15;
        height: fit-content;
        width: 80%;
    }

    .slogan {
        width: 50%;
        position: absolute;
        left: 5%;
        top: 35%;
        color: white;
        font-weight: normal;
        height: fit-content;
        font-size: 1.5rem;

    }


    #belgranoOne {
        height: 50vh;
    }

    .container1 {
        position: relative;
    }

    .textBox {
        position: absolute;
        width: 80vw;
        /* bottom: 20vh; */
        height: fit-content;
        left: 0;
        background-color: whitesmoke;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        align-items: center;
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    #bgOne {
        font-size: 3rem;
    }

    .bg1 {
        width: 50%;
        margin-left: 0;
        height: 50vh;
        display: none;
    }


    /**/
    button {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: transparent;
        padding: 0;
        font-size: 1.1rem;
        font-family: inherit;
    }

    button.learn-more {
        width: 10.5rem;
        height: auto;
        right: 1rem;
    }

    button.learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #282936;
        border-radius: 1.625rem;

    }

    button.learn-more .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

    button.learn-more .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
    }

    button.learn-more .circle .icon.arrow::before {
        position: absolute;
        content: "";
        top: -0.29rem;
        right: 0.0625rem;
        width: 0.625rem;
        height: 0.625rem;
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff;
        transform: rotate(45deg);
    }

    button.learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 1.5rem;
        margin: 0 0 0 1.85rem;
        color: #282936;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        text-transform: uppercase;
    }

    button:hover .circle {
        width: 100%;
    }

    button:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(1rem, 0);
    }

    button:hover .button-text {
        color: #fff;
    }

    /**/

    #nossosParceiros {
        font-size: 3rem;
    }

    .icons {
        /* margin-bottom: 2vh; */
        margin-top: 10vh;
        align-items: center;
        flex-direction: column;
    }

    .footer {
        padding-top: 1.5rem;

    }

    footer {
        background: #242423;
        color: white;
        height: 30;
        width: 100%;
        font-size: 1.2rem;
    }

    .contact {
        font-size: smaller;
    }

    .contactIcon {
        width: 8vw;
        height: fit-content;
    }

    a {
        text-decoration: none;
        color: white;
    }


    .accordion {
        display: block;
        width: 80%;
        align-items: center !important;
        align-content: center !important;
        margin: auto;
        font-size: xx-large;
        margin-bottom: 15rem;

    }

    .accordion-body {
        font-size: 1rem;
    }

    .conteudo {
        background-color: rgba(216, 196, 196, 0.03);
        color: white;
        box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1);
        padding-left: 2vw;
        padding-right: 2vw;
        padding-top: 10vh;
        padding-bottom: 2vh;
        margin-left: 1vw;
        margin-right: 1vw;
        width: 80%;
        font-size: small;
        display: none;
    }

    .conteudo1 {
        background-color: rgba(216, 196, 196, 0.03);
        color: white;
        box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1);
        /* padding-left: 2vw;
        padding-right: 2vw; */
        padding-top: 10vh;
        padding-bottom: 0vh;
        margin-left: 0vw;
        margin-right: 1vw;
        width: 80%;
        font-size: small;
        display: none;
    }

    .imgCol {
        display: none;
    }


    .titulo {
        /* background-color: green; */
        width: 60vw;
        box-shadow: 6px 6px 5px 5px rgba(0, 0, 0, 0.3);
        height: fit-content;
        align-items: center;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background: rgba(14, 147, 255, 0.3);
        /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3); */
        backdrop-filter: blur(13px);
        -webkit-backdrop-filter: blur(13px);
        border-radius: 0px;
        color: white;
        display: none;
    }

    .parent {
        width: 100%;
    }

    .posição {
        position: relative;
        z-index: 5;
        /* width: 40vw; */
        top: 2.5rem;
        /* height: 50vh; */
        /* right: 12vw; */
        /* background-color: antiquewhite; */
        /* padding-left: 20px;
        padding-right: 20px; */
        /* box-shadow: 20px 20px 16px 5px rgba(0, 0, 0, 0.1); */
    }

    #parceiros {
        color: white;
    }

    .iion {
        width: 50vw;
        height: fit-content;
        margin-bottom: 30vw;
    }

    .rb {
        width: 50vw;
        height: fit-content;
        margin-bottom: 30vw;
        padding-top: 0rem;

    }

    .ip {
        width: 50vw;
        height: fit-content;
        margin-bottom: 30vw;
    }

    .ca {
        width: 50vw;
        height: fit-content;
        margin-bottom: 30vw;
    }



}

@media(max-width:600px) {
    .slogan {
        top: 45%;
    }
}

@media(max-width: 350px) {
    #bgOne {
        font-size: 2rem;
    }

    .textBox {
        width: 85%;
    }

    #imgFundo {
        position: absolute;
        top: 40%;
        right: 0;
        opacity: 0.15;
        height: 15rem;
        width: fit-content;
    }

    .slogan {
        font-size: 1.2rem;
        top: 30%;
    }
}

@media(max-width: 300px) {
    button.learn-more {
        left: 0;
        margin-left: 0;
        padding-left: 0;
        width: 10rem;
    }
}

@media(max-width: 220px) {
    #imgFundo {
        position: absolute;
        top: 40%;
        right: 0;
        opacity: 0.15;
        height: 12rem;
        width: fit-content;
    }
}