.bg-site {
    background-image: url('../imgs/svgs/background_site_plaico_02.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

main {
    padding-top: 6rem;
}

.section {
    height: auto;
}

.section img {
    display: block;
    margin: 0 auto;
}

.title_plaico {
    text-align: center;
    font-size: 26px;
    letter-spacing: 9px;
    line-height: 2;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-wraper {
    display: block;
    margin: 30px auto 30px 0;
    text-align: center;
}

.btn-gradient {
    position: relative;
    background: #00A7E6;
    background: linear-gradient(40deg, #00A7E6 0%, #4739FF 70%);
    background-size: 100% auto;
    color: #fff;
    font-weight: 400;
    font-size: 0.675rem;
    letter-spacing: 1.5px;
    border-radius: 1.71875rem;
    padding: 10px 15px;
    line-height: 54px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    animation: inLeft .4s ease 0s both;
}

.btn-gradient:hover {
    background-size: 200% auto;
    background-position: left center;
}

.down-arrow-btn::after {
    content: "";
    background-image: url('../imgs/svgs/losango-blue.svg');
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 90%;
    z-index: -1;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}


.p-relative {
    position: relative;
}

.respire {
    z-index: 2;
    margin-bottom: 30px;
}

.bg_section {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: -1;
}

.boximg {
    max-height: 470px;
}

.bg_number_section {
    background-image: url('../imgs/pngs/bg_number_section.png');
    width: 130px;
    height: 135px;
    background-size: cover;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bg_number_section h3 {
    color: #fff;
    padding-top: 1rem;
    font-size: 2.9rem;
    font-weight: 400;
}

.conteudo-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.conteudo-section h2 {
    color: #6690FF;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 2rem;
}

.conteudo-section ul li {
    color: #18BBF9;
    font-weight: 300;
    line-height: 1.7;
}

.m-0-auto {
    display: block;
    margin: 0 auto;
}

/* Secoes com tremedera */
.move-2 {
    animation: bounce 4s ease-in-out infinite;
    animation-delay: .5s;
}

.move-1 {
    position: absolute;
    z-index: 1;
    animation: bounce2 4s ease-in-out infinite;
}

.mt-negative-img2 {
    margin-top: -90px;
}
.move-3 {
    position: absolute;
    z-index: 1;
    animation: bounce3 4s ease-in-out infinite;
    animation-delay: 1s;
}

.img-advisory1 {
    width: 35%;
    top: 65%;
    left: 5%;
}

.img-advisory3 {
    width: 20%;
    top: 70%;
    right: 0%;
}

.img-design1 {
    width: 35%;
    top: 50%;
    left: 85%;
}

.img-design3 {
    width: 20%;
    top: 70%;
    right: 5%;
}

.img-development3 {
    width: 20%;
    top: 58%;
    left: -7%;
}

.img-blockchain3 {
    width: 30%;
    top: 55%;
    right: -10%;
}

.img-marketing3 {
    width: 25%;
    top: 55%;
    left: -10%;
}

@media (min-width: 528px) {
    .img-advisory1 {
        top: 65%;
    }

    .img-advisory3 {
        top: 70%;
    }

    .img-design1 {
        top: 55%;
    }

    .img-design3 {
        top: 72%;
    }
}

@media (min-width: 1199px) {
    .img-advisory1 {
        top: 85%;
        width: 30%;
        left: 0%
    }

    .img-advisory3 {
        top: 90%;
        width: 15%;
    }

    .img-design1 {
        top: 75%;
        width: 30%;
    }

    .img-design3 {
        top: 100%;
        width: 15%;
        right: 10%;
    }

    .img-development3 {
        top: 77%;
    }

    .img-blockchain3 {
        width: 20%;
        top: 75%;
    }

    .img-marketing3 {
        top: 70%;
        width: 20%;
    }

    .respire-advisory {
        margin-top: 3rem;
    }

    .respire-design {
        margin-bottom: 6rem;
    }

    .respire-development {
        margin-bottom: 2rem;
    }
}

/* End of Tremedera */

@media (min-width: 768px) {
    main {
        padding-top: 8.68rem;
        padding-bottom: 5.5rem;
    }

    .title_plaico {
        font-size: 1.9rem;
        margin-bottom: 50px;
    }

    .conteudo-section h2 {
        margin-top: 0;
        font-size: 2.556rem;
    }

    .btn-gradient {
        padding: 15px 30px;
        font-size: 0.975rem;
    }

    .bg_section {
        height: 250px;
        top: 39%;
    }

    .text-md-right {
        text-align: right;
    }

    .conteudo-section {
        align-items: unset;
    }

    .down-arrow-btn::after {
        width: 50px;
        height: 50px;
        left: 50%;
        top: 90%;
        transform: translate(-50%, -50%);
    }

}

@media (min-width: 1199px) {
    main {
        padding-bottom: 8rem;
    }


}

@media (min-width: 1540px) {
    .intro_img {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .bg_number_section {
        margin: 0 auto
    }

    .element1-sec1 {
        transform: translate(0%, 190%);
    }

    .element2-sec2 {
        transform: translate(0%, 120%);
    }

    .intro_img {
        display: none;
    }
}