* {
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    margin: 0;
    padding: 0;

}

.containerAll {
    display: block;
}

a {
    text-decoration: none;
    color: black;
}

.items:hover a {
    color: rgb(74, 74, 74);
}

.containerAll {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 2000vh;
}

.containerHeader {
    margin: 0;
    padding: 0;
    width: 100%;
    height: max-content;
    position: relative;
}

.containerNav {
    width: 100%;
    height: 80px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(5px);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.linguagem {
    display: flex;
    gap: 0.5rem;
    margin-right: 25px;
    position: relative;
    width: auto;
}

.linguagem .dropDownArrow {
    height: auto;
    width: 20px;
    margin: 0 10px 0 0;
    transform: rotate(-180deg);
    transition: 0.2s;
}

.linguagem:hover .dropDownArrow {
    transition: ease-in-out 200ms;
    transform: rotate(0deg);
}

.linguagem h1 {
    color: rgba(0, 0, 0, 0.65);
    font-size: 20px;
    font-weight: 400;
}

.linguagem .logotipo {
    width: 32px;
    height: auto;
}


.dropdown {
    background-color: white;
    position: absolute;
    top: 100%;
    left: -25%;
    height: 0;
    width: 200px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 5px;
}

.activeES {
    background-color: white;
    position: absolute;
    top: 100%;
    left: -31%;
    height: 0;
    width: 200px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 5px;
}

.activeEN {
    background-color: white;
    position: absolute;
    top: 100%;
    left: -36%;
    height: 0;
    width: 200px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 5px;
}

.linguagem:hover .dropdown {
    transition: ease-in-out 500ms;
    height: 120px;
    margin: 0;
    padding: 0 10px 10px 0;
}

.dropdown .items {
    display: flex;
    margin: 5px 0 5px 0;
}

.dropdown .items img {
    margin-right: 10px;
}

li {
    list-style-type: none;
}

.items {
    position: relative;
    cursor: pointer;
}

.items:hover {
    color: rgb(87, 87, 87);
}

.linguagem:after {
    opacity: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: -1em;
    left: 84%;
    border-color: transparent transparent #F2F2F2 transparent;
    border-width: 10px;
    border-style: solid;
    transition: 0.2s;
}

.linguagem:hover:after {
    transition: ease-in-out 1000ms;
    bottom: -0.1em;
    opacity: 1;
}

.linguagem:hover:after {
    transition: ease-in-out 800ms;
    opacity: 1;
}

.containerNav img {
    margin-left: 10px;
    padding: 0;
}

.containerBanner {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 600px;
    background-image: url(../images/banner.png);
    background-size: cover;
    justify-content: center;
    align-items: center;
}


.hidden {
    visibility: hidden;
    position: absolute;
}

.ativo:after {
    content: "";
    background-color: #08B8E1;
    position: absolute;
    width: 5px;
    height: 20px;
    left: 0;
    top: 10%;
    bottom: 10px;
}


.title h1 {
    font-size: 64px;
    color: aliceblue;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
}

.subTitle h1 {
    font-size: 30px;
    text-align: center;
    color: aliceblue;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.subTitle .frase .hidden {
    visibility: hidden;
    position: absolute;
}

.detail {
    margin: 0;
    width: 300px;
    height: 10px;
    background-color: #F2F2F2;
}


/*SERVICES CSS*/
.services {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 800px;
}

.services-text {
    width: fit-content;
    margin: 72px auto;
    display: grid;
    grid-template-rows: 30px;
}

.products .services-text {
    margin: 0px auto;
}

.services-subtitle1 {
    color: #08B8E1;
    text-align: center;
}

.services-title {
    margin: 0;
    text-align: center;
}

.services-title span {
    color: #08B8E1;
}

.services-title h1 {
    margin: 0;
    font-size: 64px;
}

.services-subtitle1 h1 {
    margin: 0;
    font-size: 16px;
}

.services-subtitle2 h1 {
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.services-box {
    margin: 50px auto;
    background-color: #F4F4F4;
    height: 500px;
    width: 1200px;
    border-radius: 25px;
}

.services-box {
    align-items: center;
    display: flex;
}

.allboxes {
    display: flex;
    margin: 0 auto;
    gap: 30px;
}

.boxes {
    background-color: #FFFFFF;
    height: 400px;
    width: 350px;
    padding: 40px 0px 40px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.boxes h1 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.boxes img {
    margin-bottom: 20px;
}

.trading-items {
    width: fit-content;
}

.trading-items-content {
    margin: 0 0 15px 0;
    height: fit-content;
    align-items: baseline;
    display: flex;
}

.trading-items-content li {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.70);
}

.trading-items-content img {
    width: 18px;
    height: auto;
    margin: 0 5px 0 0;
}

/*SERVICES CSS*/


/*PRODUCTS CSS*/

.products {
    background-color: #F5F5F5;
    padding: 80px 20px;
}

.products-boxes {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.box {
    display: block;
    border-radius: 25px;
    height: 400px;
    width: fit-content;
    background-color: transparent;
    cursor: pointer;
}


.box img {
    border-radius: 25px;
    height: 400px;
    -webkit-box-shadow: 5px 1px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 1px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 1px 10px 0px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}

.box:hover img {
    transform: scale(1.1);
    width: auto;
    transition: ease-in-out 200ms;
    -webkit-box-shadow: 5px 1px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 1px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 1px 20px 0px rgba(0, 0, 0, 0.2);
}

/*PRODUCTS CSS*/


/*ABOUT US CSS*/
.aboutUs {
    position: relative;
    width: 100%;
    height: 1200px;
    overflow: hidden;
    /* Certifique-se de que o desfoque não ultrapasse os limites da div */
}

.aboutUs::before {
    content: "";
    background-image: url(../images/backgroundAboutUs.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.aboutUs-text {
    width: fit-content;
    margin: 72px auto;
    display: grid;
    grid-template-rows: 30px;
}

.aboutUs-subtitle1 {
    color: #08B8E1;
    text-align: center;
}

.aboutUs-title {
    color: #F2F2F2;
    margin: 0;
    text-align: center;
}

.aboutUs-title span {
    color: #08B8E1;
}

.aboutUs-title h1 {
    color: #F2F2F2;
    margin: 0;
    font-size: 64px;
}

.aboutUs-subtitle1 h1 {
    margin: 0;
    font-size: 16px;
}

.aboutUs-subtitle2 h1 {
    color: #F2F2F2;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.containerBoxes {
    margin: 0 auto;
    width: 80%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.box1 {
    height: auto;
    width: auto;
    display: flex;
    gap: 30px;
    
}


.box-item1,.box-item2 {
    border-radius: 25px;
    padding: 20px;
    height: 540px;
    width: 350px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 20px auto;
}

.box-item2 {
    background-color: rgb(3, 72, 94, 0.85);
}

.box-title1 h1,.box-title2 h1 {
    font-size: 35px;
}

.box-text1 h1,.box-text2 h1 {
    font-size: 16px;
    font-weight: 400;
}

.box-title2 h1 {
    color: #F2F2F2;
}

.box-text2 h1 {
    color: #F2F2F2;

}

/*ABOUT US CSS*/


/*CONTACT CSS*/

.contactUs {
    margin-top: -1em;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 700px;
    background: rgb(17, 17, 17);
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(155, 144, 144, 1) 100%);

}

.contactUs .light {
    margin-left: 50px;
    width: 600px;
    position: absolute;
    top: -5em;
}

.contactUs .form {
    width: 600px;
    position: relative;
    float: right;
    margin: 70px 100px 0 0;
    height: auto;
}

.information {
    width: fit-content;
    margin: 20px auto;
    display: grid;
    gap: 30px;
}

::placeholder {
    color: rgb(195, 195, 195);
}

input:focus {
    caret-color: #F2F2F2;
}

input[type=text] {
    color: #F2F2F2;
}

input {
    background: 0;
    border: 0;
    outline: none;
    width: 400px;
    font-size: 1.5em;
    transition: padding 0.3s 0.2s ease;

    &:focus {
        padding-bottom: 5px;
    }


    &:focus+.line {
        &:after {
            transform: scaleX(1);
        }
    }
}

.item {
    position: relative;

    .line {
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -8px;
        background: #bdc3c7;

        &:after {
            content: " ";
            position: absolute;
            float: right;
            width: 100%;
            height: 3px;

            transform: scalex(0);
            transition: transform 0.3s ease;

            background: #08B8E1;
        }
    }
}

textarea:focus,
input:focus {
    caret-color: #F2F2F2;
}

textarea {
    resize: none;
    color: #F2F2F2;
    overflow-x: hidden;
    background: 0;
    border: 0;
    outline: none;
    width: 500px;
    height: 38.8px;
    font-size: 1.5em;
    transition: 0.5s;

}

textarea:focus {
    overflow-x: auto;
    transition: ease-in-out 500ms;
    padding-bottom: 5px;
    height: 75px;
}

textarea:focus+.line:after,
input:focus+.line:after {
    transform: scaleX(1);
}


/* width */
::-webkit-scrollbar {
    cursor: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/happy.png");
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3f3f3f;
}



/*BUTTON CSS*/

.buttonMain {
    width: fit-content;
    margin: 50px auto;
}

button {
    width: 350px;
    height: 70px;
    border: none;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#btnText {
    margin: 0;
}

.check-box {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 20em;
    opacity: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.check-box svg {
    width: 40px;
}

svg path {
    stroke-width: 3;
    stroke: #fff;
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
    stroke-linecap: round;
}

.active {
    background: #08B8E1;
    transition: 1s;
}

.active .check-box {
    left: 11.2em;
    opacity: 1;
    transition: 1s;
}

.active #btnText {
    transition: 1s;
}

.active svg path {
    stroke-dashoffset: 0;
    transition: 1s;
    transition-delay: 1s;
}

/*BUTTON CSS*/


/*CONTACT CSS*/


/*FOOTER CSS*/
.footer {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 2;
}

.footer-content {
    margin-top: 100px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 50px;
}

.footer-box1 {
    width: fit-content;
    text-align: center;
}

.footer-box1 img {
    width: 230px;
}

.social {
    width: fit-content;
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.social img {
    width: 50px;
    cursor: pointer;
    transform: 1s;
}

.social img:hover {
    transition: ease-in-out 300ms;
    transform: scale(1.1);
}

.footer-box2 {
    margin-top: 20px;
    width: fit-content;
    border: 2px solid #D9D9D9;
    border-radius: 25px;
    display: flex;
    gap: 20px;
    padding: 20px 40px;
}
.footer-box2 span{
    font-size: 11px;
    font-style: italic;
}


.footer-box2 h1 {
    font-size: 14px;
    color: #7D7D7D;
    font-weight: 400;
}

/*FOOTER CSS*/

@media only screen and (max-width: 1280px) {
    /*Services */

    .boxes {
        width: 320px;
        height: 360px;
        padding: 10px;
    }

    .trading-items-content li {
        font-size: 14px;
    }

    .boxes h1 {
        font-size: 18px;
    }

    .services-box {
        width: 1120px;
        height: 410px;
    }

    /*Services */
    .box1{
        flex-direction: column;
    }
    .aboutUs{
        height: 2300px;

    }
    .containerBoxes {
        height: 1800px;
    }
}


@media only screen and (max-width: 1100px) {
    /*Services */
    .boxes {
        width: 250px;
        height: auto;
        padding: 10px;
    }

    .trading-items-content li {
        font-size: 12px;
    }

    .boxes h1 {
        font-size: 16px;
    }

    .services-box {
        height: 380px;
        width: 900px;
    }

    /*Services */

    /*Products */
    .products-boxes {
        grid-template-columns: repeat(2, auto);
        gap: 50px;
    }

    /*Products */

    /*About US */
    .aboutUs {
        height: 2300px;
    }

    .containerBoxes {
        display: unset;

    }

    .box2 .box-item2 {

        background-color: rgba(255, 255, 255, 0.85);
    }

    .box2 .box-text2 h1,
    .box2 .box-title2 h1 {
        color: black;
    }

    .box2 .box-item1 {

        background-color: rgb(3, 72, 94, 0.85);
    }

    .box2 .box-text1 h1,
    .box2 .box-title1 h1 {
        color: white;
    }

    /*About US */
}

@media only screen and (max-width: 920px) {

    /*Services */
    .services {
        height: 1500px;
    }

    .services-title h1 {
        font-size: 50px;
    }

    .services-subtitle2 h1 {
        font-size: 15px;
    }

    .allboxes {
        text-align: center;
        flex-direction: column;
    }

    .boxes {
        min-height: 300px;
        min-width: 550px;
        padding: 30px;
    }

    .trading-items-content li {
        font-size: 18px;
    }

    .boxes h1 {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .services-box {
        height: 1330px;
        width: 650px;

    }

    /*Services */

    /*ContactUs*/
    .contactUs .light {
        width: 0;
    }

    .contactUs .form {
        width: auto;
        position: unset;
        float: unset;
        margin: 0;
        height: auto;
    }

    /*ContactUs*/
}

@media only screen and (max-width: 645px) {

    /*Services */
    .services-title h1 {
        font-size: 45px;
    }

    .services-subtitle2 h1 {
        font-size: 12px;
    }

    .boxes {
        min-height: 300px;
        min-width: 450px;
        padding: 30px;
    }

    .trading-items-content li {
        font-size: 15px;
    }

    .boxes h1 {
        font-size: 18px;
    }

    .services-box {
        height: 1250px;
        width: 550px;
    }

    /*Services */
    /*Products */

    .products-boxes {
        grid-template-columns: repeat(1, auto);
        gap: 30px;
    }

    /*Products */
    /*FOOTER*/
    .footer-box2 {
        flex-direction: column;
        padding-bottom: 30px;
        gap: 0px;
        line-height: 14px;
    }
    .footer-box2 .investeca{
        padding-bottom: 15px;
    }
    .footer-content {
        margin-top: 25px;
        padding-bottom: 2rem;
        gap: 20px;
    }

    /*FOOTER*/
}

@media only screen and (max-width: 540px) {

    /*Services */
    .services-title h1 {
        font-size: 40px;
    }

    .services-subtitle2 h1 {
        font-size: 11px;
    }

    .boxes {
        min-height: 300px;
        min-width: 400px;
        padding: 30px;
    }

    .trading-items-content li {
        font-size: 15px;
    }

    .boxes h1 {
        font-size: 18px;
    }

    .services-box {
        height: 1250px;
        width: 500px;
    }

    /*Services */
}


@media only screen and (max-width: 501px) {

    /*Services */
    .boxes {
        min-height: 200px;
        min-width: 350px;
        padding: 30px;
    }

    .services-box {
        height: 1250px;
        width: 450px;
        /*Services */
        /*AboutUS */
    }

    .box-item1,
    .box-item2 {
        width: 400px;
    }

    /*AboutUS */

    /*ContactUs*/
    .information {
        padding: 20px;
    }

    .contactUs .light {
        width: 0;
    }

    .contactUs .form {
        width: auto;
        position: unset;
        float: unset;
        margin: 0;
        height: auto;
    }

    .item {
        overflow: hidden;
        position: relative;

        .line {
            width: 450px;
            position: unset;
            height: 3px;
            bottom: -8px;
            background: #bdc3c7;

            &:after {
                content: " ";
                position: absolute;
                float: right;
                width: 450px;
                height: 3px;

                transform: scalex(0);
                transition: transform 0.3s ease;

                background: #08B8E1;
            }
        }
    }

    /*ContactUs*/
}

@media only screen and (max-width: 450px) {

    html,
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    .services-text {
        margin: 40px auto;
    }

    .title h1 {
        font-size: 55px;
    }

    .contactUs .title h1 {
        padding-top: 3rem;
        font-size: 40px;
    }

    .subTitle h1 {
        font-size: 25px;
    }

    .services-title h1 {
        font-size: 30px;
    }

    .services-subtitle2 h1 {
        font-size: 9px;
    }

    .services {
        height: 1540px;
    }

    .boxes {
        min-width: 300px;
    }

    .services-box {
        width: 390px;
    }

    .box-item1,
    .box-item2 {
        width: 350px;
    }

    .footer {
        position: unset;
    }

    .footer-box2 {
        padding: 20px;
    }
}

@media only screen and (max-width: 415px) {
    .services-text {
        margin: 30px auto;
    }

    .title h1 {
        font-size: 48px;
    }

    .contactUs .title h1 {
        padding-top: 3rem;
        font-size: 38px;
    }

    .subTitle h1 {
        font-size: 20px;
    }

    .services-title h1 {
        font-size: 27px;
    }

    .services-subtitle2 h1 {
        font-size: 9px;
    }

    .services {
        height: 1350px;
    }

    .trading-items-content li {
        font-size: 11px;
    }

    .boxes {
        min-width: 280px;
    }

    .services-box {
        width: 370px;
        height: 1110px;
        margin: 30px auto;
    }

    .box-item1,
    .box-item2 {
        width: 320px;
    }


    .footer {
        position: unset;
    }

    .footer-box2 {
        margin: 10px;
        gap: 0;
    }

    .box-title1 h1,
    .box-title2 h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 385px) {
    .services{
        height: 1395px;
    }
    .footer-content{
        gap: 0;
    }
    .products {
        padding: 50px 20px;
    }

    .services-box {
        width: 340px;
        height: 1175px;
    }

    .boxes {
        min-width: 250px;
    }


    .aboutUs-title h1 {
        font-size: 50px;
    }

    .box-item1,
    .box-item2 {
        width: 300px;
    }

    .line {
        width: 345px !important;
    }

    button {
        width: 300px;
        font-size: 20px;
    }

    .footer-box2 {
        margin: 15px;
        padding: 20px 40px;
    }
    input,textarea{
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 351px) {
    .linguagem h1{
        font-size: 17px;
    }
    .boxes {
        max-width: 230px;
        min-width: 200px;
    }
    .services-box {
        width: 320px;
        height: 1170px;
    }
    .box-item1, .box-item2 {
        width: 275px;
    }
    .box-item1{
        height: 645px;
    }
    .services{
        height: 1480px;
    }
    .subTitle h1 {
        font-size: 19px;
    }
}
@media only screen and (max-width: 325px) {
    .boxes {
        max-width: 220px;
    }
    .services-box {
        width: 300px;
        height: 1290px;
    }
    .services{
        height: 1519px;
    }
    .box-item1, .box-item2 {
        width: 245px;
       
    }
    .box-item1{
        height: 645px;
    }
    .aboutUs {
        height: 2320px;
    }
    .line {
        width: 280px !important;
    }
    input, textarea {
        font-size: 1.1em;
    }
    button {
        width: 275px;
        font-size: 20px;
    }
    .linguagem:after {
        left: 79%;
    }
    .activeEN {
        left: -45%;
    }
    .linguagem .logotipo {
        width: 24px;
    }
}

@media only screen and (max-width: 312px) {
    .boxes {
        max-width: 205px;
    }
    .services-box {
        width: 290px
    }
    .services-box {
    height: 1285px;
    }
    .linguagem:after {
        left: 79%;
    }
    .activeEN {
        left: -45%;
    }
    .linguagem .logotipo {
        width: 28px;
    }
    .linguagem h1 {
        font-size: 15px;
    }
}