/* ********************************************************* */

/* Paleta de cores */
:root {
    --main-carmim-color: #A73A5A;
    --main-goiaba-color: #E25C5C;
    --main-tiffany-color: #51C2C6;
    --main-chumbo-color: #414549;
    --main-esmeralda-color: #48A154;
    --main-purpura-color: #AA55A1;
    --main-verdepera-color: #A6B74A;
    --main-base-color: #ffffff;
    --main-btnhover-color: #6a7d00;
}

/* ********************************************************* */

/* Atributos gerais da page */
body,
html {
    height: 100%;
}

a {
    text-decoration: none;
    color: #414549;
}

a:hover {
    text-decoration: none;
    color: #414549;
}

p {
    /* color: white; */
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

h2 {
    font-family: 'Saira', sans-serif;
    font-weight: normal;
    font-size: 44px;
}

h3 {
    font-size: 20px;
}

/* ********************************************************* */

/* atributos do bootbox */
.bootbox-cancel {
    background-color: #E25C5C;
}

.bootbox-cancel:active {
    background-color: #E25C5C;
}

.bootbox-cancel:hover {
    background-color: #E25C5C;
}

.btn-primary:hover {
    background-color: #6a7d00;
}

.btn-primary:enabled {
    background-color: #A6B74A;
    border: none;
}

.modal-body {
    background-image: url('../img/logo-symbol.png');
    background-repeat: no-repeat;
    background-origin: border-box;
}

.bootbox-body {
    padding-left: 10%;
}

.title-page-up {
    position: absolute;
    font-size: 56px;
    font-family: 'Saira', sans-serif;
    background-color: #A6B74A;
    color: white;
    padding: 0.5% 0% 0.5% 1.2%;
    line-height: 45px;
}

.title-page-down {
    position: relative;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 56px;
    margin-top: 4%;
    padding-left: 1%;
}

.subtitle-page {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding-left: 1.5%;
    margin-top: -2%;
}

/* ********************************************************* */

/* logo */
.logo {
    max-width: 50%;
    transition: width 1s, margin 1s;
}

/* navbar */
.navibar {
    height: 15%;
    margin-top: 0%;
}

.content-navbar {
    margin-top: 5%;
}

.navbar-header {
    height: 10%;
    margin-top: 0%;
    position: absolute;
    width: 100%;
    /* background: linear-gradient(var(--main-base-color), transparent); */
    background-color: white;
}

.icon-burguer-bar {
    background-color: #A6B74A;
}

.navbar-nav>li>a {
    background-color: transparent !important;
    color: #414549;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    transition: color 1s;
    font-size: 22px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:visited,
.navbar-nav>li>a:active {
    /* color: var(--main-chumbo-color); */
    color: #414549;
}

.navbar-nav>li>a>p {
    font-size: 19px;
}

.nav-text {
    font-size: 28px;
    /* width: 10%; */
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.seta {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.btn-seta {
    float: right;
    margin-right: 15%;
    margin-top: 55%;
    opacity: 65%;
    width: 55%;
}

.seta-down {
    width: 10%;
}

/* menu (mobile) */
.navbar-toggle {
    /* background-color: var(--main-base-color); */
    background-color: #ffffff;
    border: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* home */
.div-homeTMP {
    margin-right: -15px;
    margin-left: -15px;
    /* max-width: 1920px;
    max-height: 1080px; */
}

.img-home {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.content-home {
    /* display: flex; */
    /* flex: 1; */
    flex-direction: column;
    align-self: center;
    padding: 5px;
}

/* about */
.about-title {
    color: #A6B74A;
    /* text-transform: uppercase; */
}

.text-left {
    text-align: left !important;
    color: #414549;
    width: 50%;
}

.frame-video {
    width: 100%;
    height: 100%;
}

/* scroll target */
.soft-scroll p {
    transition: font-size 1s;
}

/* services up */
.div-services-up {
    margin-left: -15px;
    position: absolute;
    width: 100%;
    background-color: #A6B74A;
}

.services-up-content {
    text-align: center;
}

/* services down */
.div-services-down {
    width: 100%;
    height: 100%;
    /* background-color: var(--main-base-color); */
    background-color: #ffffff;
}

.services-title {
    color: #ffffff;
}

.services-down-icon {
    transition: width 1s, margin 1s;
}

.services-down-icon-text {
    /* margin-top: 5%; */
    text-align: center;
}

.card-service {
    position: relative;
    float: left;
}

.services-down-icon-text-1 {
    color: #A73A5A;
}

.services-down-icon-text-2 {
    color: #48A154;
}

.services-down-icon-text-3 {
    color: #AA55A1;
}

.services-down-icon-text-4 {
    color: #51C2C6;
}

.btn-icon {
    /* color: var(--main-base-color); */
    color: #ffffff;
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    height: 35px;
    font-family: 'Saira', sans-serif;
}

.btn-icon-1 {
    /* background-color: var(--main-carmim-color); */
    background-color: #A73A5A;
    display: none;
    position: absolute;
}

.btn-icon-2 {
    /* background-color: var(--main-esmeralda-color); */
    background-color: #48A154;
    display: none;
    position: absolute;
}

.btn-icon-3 {
    /* background-color: var(--main-purpura-color); */
    background-color: #AA55A1;
    display: none;
    position: absolute;
}

.btn-icon-4 {
    /* background-color: var(--main-tiffany-color); */
    background-color: #51C2C6;
    display: none;
    position: absolute;
}

/* contact */
.container-contact {
    /* background-color: var(--main-chumbo-color); */
    background-color: #414549;
    height: 80%;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.img-contact {
    /* border: 2px solid var(--main-base-color); */
    border: 2px solid #ffffff;
    width: 100%;
    height: auto;
}

.form {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #A6B74A;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.form-contact {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.contact-title {
    color: #A6B74A;
    font-family: 'Saira', sans-serif;
    margin-bottom: 25px;
    margin-top: auto;
    text-align: left;
}

.form-p {
    width: 90%;
}

.form-m {
    width: 90%;
}

.form-g {
    width: 90%;
}

textarea {
    width: 90%;
    border-color: 1px solid grey;
    text-align: left;
}

textarea:focus {
    /* outline-color: var(--main-verdepera-color); */
    outline-color: #A6B74A;
}

input:focus {
    /* border-color: var(--main-verdepera-color); */
    border-color: #A6B74A;
    outline: none;
}

.btn-icon-5 {
    /* background-color: var(--main-verdepera-color); */
    background-color: #A6B74A;
    /* color: var(--main-base-color); */
    color: #ffffff;
    transition: background-color 1s;
}

.btn-icon-5:hover {
    /* background-color: var(--main-btnhover-color); */
    background-color: #A6B74A;
}

/* footer */
footer {
    height: 21%;
}

.footer p {
    /* color: var(--main-base-color); */
    color: #ffffff;
}

.footer-content {
    display: inherit;
}

.footer-content p {
    padding-top: 10px;
    padding-left: 10px;
}

.icons-footer {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
    justify-content: space-around;
    /* color: var(--main-base-color); */
    color: #ffffff;
    padding-left: 15px;
    text-align: left;
    margin-left: 6px;
    align-items: center;
}

.container-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.img-footer {
    width: 7%;
}

.footer-content a {
    text-decoration: none;
}

/* ********************************************************* */
/* *********************** Mobile attr ********************* */

/* @media screen and (min-width:320px) and (max-width: 359px) { */
/* nice */
@media screen and (max-width: 359px) {

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
        text-align: center;
    }

    /* logo */
    .logo {
        width: 25%;
        margin-left: -7px;
        margin-top: -20px;
    }

    /* navbar */
    .content-navbar {
        margin-top: 1%;
    }


    .navbar-header {
        background: transparent;
    }

    .navbar-nav {
        background-color: #A6B74A;
        border-bottom-left-radius: 50px;
        opacity: 85%;
        margin-top: 15%;
        height: 157px;
        position: absolute;
    }

    .navbar-header {
        margin-top: 0%;
    }

    .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-nav>li>a:visited {
        color: #ffffff;
    }

    .navbar-nav>li>a:hover {
        color: #A6B74A;
    }

    .navbar-nav>li>a>p {
        font-size: 16px;
    }

    .nav-text {
        margin-top: -16%;
        margin-left: 59%;
        padding-top: 9%;
        text-align: right;
        height: 347%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        width: 13%;
        /* height: 35px; */
        margin-top: -17%;
        margin-right: -7%;
        padding-top: 3px;
        border-radius: 5px;
        /* opacity: 0.7; */
    }

    .icon-burguer-bar {
        width: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 6px;
    }

    /* home */
    .div-home {
        height: 32%;
    }

    .content-home {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-self: center;
        /* margin-left: 5%; */
        margin-top: -40%;
        font-family: 'Montserrat', sans-serif;
    }

    .content-home>h1 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        /* background-color: #A6B74A; */
        font-size: 20px;
        width: 38%;
    }

    .content-home>h2 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-top: -5%;
        /* width: 70%; */
        padding-left: 2%;
    }

    .title-page-up {
        line-height: 24px;
        margin-top: 7%;
        font-size: 24px;
    }

    .title-page-down {
        margin-top: 13.5%;
    }

    /* about */
    .div-about {
        margin-top: 0%;
        margin-bottom: 5%;
    }

    .text-about {
        font-size: 14px;
        width: 95%;
    }

    .frame-video {
        width: 100%;
    }

    /* services up */
    .div-services-up {
        width: 99%;
    }

    .services-title {
        font-size: 22px;
        width: 95%;
    }

    /* services-down */
    .div-services-down {
        margin-top: 13%;
    }

    .card-service-1,
    .card-service-3 {
        /* background-color: var(--main-verdepera-color); */
        background-color: #A6B74A;
        margin-left: -7%;
        margin-right: -5%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .btn-icon {
        width: 50%;
    }

    /* contact */
    .container-contact {
        height: 180%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-contact {
        width: 100%;
    }

    .contact-title>h1 {
        font-size: 26px;
        text-align: center;
    }

    .form {
        padding-left: 0%;
    }

    .form {}

    .form-p,
    .form-m,
    .form-g,
    textarea {
        width: 95%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* footer */
    .footer {
        margin-left: -6%;
    }

    footer {
        height: 21%;
    }

    .container-footer {
        text-align: center;
    }

    .img-footer {
        width: 10%;
        height: 10%;
    }

    .footer-content>a {
        margin-top: 0px;
        margin-left: 3%;
        font-size: 16px;
    }

    .icons-footer {
        justify-content: normal;
        margin-left: 0px;
        padding-left: 18px;
    }

    .social-media {
        width: 250px;
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* nice */
@media screen and (min-width:360px) and (max-width:374px) {

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
        text-align: center;
    }

    /* logo */
    .logo {
        width: 25%;
        margin-left: -7px;
        margin-top: -28px;
    }

    /* navbar */
    .content-navbar {
        margin-top: 3%;
    }


    .navbar-header {
        background: transparent;
    }

    .navbar-nav {
        background-color: #A6B74A;
        border-bottom-left-radius: 50px;
        opacity: 85%;
        margin-top: 15%;
        height: 157px;
        position: absolute;
    }

    .navbar-header {
        margin-top: 0%;
    }

    .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-nav>li>a:visited {
        color: #ffffff;
    }

    .navbar-nav>li>a:hover {
        color: #A6B74A;
    }

    .navbar-nav>li>a>p {
        font-size: 16px;
    }

    .nav-text {
        margin-top: -16.5%;
        margin-left: 64%;
        padding-top: 8%;
        text-align: right;
        height: 357%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        width: 11%;
        margin-top: -17%;
        margin-right: -7%;
        padding-top: 3px;
        border-radius: 5px;
    }

    .icon-burguer-bar {
        width: 17px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 6px;
    }

    /* home */
    .div-home {
        height: 32%;
    }

    .content-home {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-self: center;
        /* margin-left: 5%; */
        margin-top: -40%;
        font-family: 'Montserrat', sans-serif;
    }

    .content-home>h1 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        /* background-color: #A6B74A; */
        font-size: 20px;
        width: 34%;
    }

    .content-home>h2 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-top: -5%;
        /* width: 70%; */
        padding-left: 2%;
    }

    .title-page-up {
        /* margin-bottom: 5%;
        width: 40%; */
        line-height: 24px;
        margin-top: 7%;
        font-size: 24px;
    }

    .title-page-down {
        margin-top: 13.5%;
    }

    /* about */
    .div-about {
        margin-top: 0%;
        margin-bottom: 5%;
        padding-top: 5%;
    }

    .text-about {
        font-size: 14px;
        width: 95%;
    }

    .frame-video {
        width: 100%;
    }

    /* services up */
    .services-title {
        font-size: 22px;
        width: 95%;
    }

    /* services-down */
    .div-services-down {
        width: 99.5%;
        margin-top: 11%;
    }

    .card-service-1,
    .card-service-3 {
        /* background-color: var(--main-verdepera-color); */
        background-color: #A6B74A;
        margin-left: -7%;
        margin-right: -5%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .btn-icon {
        width: 50%;
    }

    /* contact */
    .container-contact {
        height: 180%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-contact {
        width: 100%;
    }

    .contact-title {
        font-size: 26px;
        text-align: center;
    }

    .form {
        padding-left: 0%;
    }

    .form {}

    .form-p,
    .form-m,
    .form-g,
    textarea {
        width: 95%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* footer */
    .footer {
        margin-left: -6%;
    }

    footer {
        height: 21%;
    }

    .container-footer {
        text-align: center;
    }

    .img-footer {
        width: 10%;
        height: 10%;
    }

    .footer-content>a {
        margin-top: 0px;
        margin-left: 3%;
        font-size: 16px;
    }

    .icons-footer {
        justify-content: normal;
        margin-left: 0px;
        padding-left: 18px;
    }

    .social-media {
        width: 250px;
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* nice */
@media screen and (min-width:375px) and (max-width:413px) {

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
        text-align: center;
    }

    /* logo */
    .logo {
        width: 24%;
        margin-left: -6px;
        margin-top: -27px;
    }

    /* navbar */
    .content-navbar {
        margin-top: 3%;
    }


    .navbar-header {
        background: transparent;
    }

    .navbar-nav {
        background-color: #A6B74A;
        border-bottom-left-radius: 50px;
        margin-top: 15%;
        height: 157px;
        position: absolute;
    }

    .navbar-header {
        margin-top: 0%;
    }

    .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-nav>li>a:visited {
        color: #ffffff;
    }

    .navbar-nav>li>a:hover {
        color: #A6B74A;
    }

    .navbar-nav>li>a>p {
        font-size: 16px;
    }

    .nav-text {
        margin-top: -16%;
        margin-left: 65.5%;
        opacity: 85%;
        padding-top: 8%;
        text-align: right;
        height: 357%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        width: 11%;
        margin-top: -17%;
        margin-right: -7%;
        padding-top: 3px;
        border-radius: 5px;
    }

    .icon-burguer-bar {
        width: 17px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 6px;
    }

    /* home */
    .div-home {
        height: 32%;
    }

    .content-home {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-self: center;
        /* margin-left: 5%; */
        margin-top: -40%;
        font-family: 'Montserrat', sans-serif;
    }

    .content-home>h1 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        /* background-color: #A6B74A; */
        font-size: 20px;
        width: 34%;
    }

    .content-home>h2 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-top: -5%;
        /* width: 70%; */
        padding-left: 2%;
    }

    .title-page-up {
        line-height: 24px;
        margin-top: 7%;
        font-size: 24px;
    }

    .title-page-down {
        margin-top: 13.5%;
    }

    /* about */
    .div-about {
        margin-top: 0%;
        margin-bottom: 5%;
        padding-top: 5%;
    }

    .text-about {
        font-size: 14px;
        width: 95%;
    }

    .frame-video {
        width: 100%;
    }

    /* services up */
    .services-title {
        font-size: 22px;
        width: 95%;
    }

    /* services-down */
    .div-services-down {
        margin-top: 10%;
        width: 99.3%;
    }

    .card-service-1,
    .card-service-3 {
        /* background-color: var(--main-verdepera-color); */
        background-color: #A6B74A;
        margin-left: -7%;
        margin-right: -5%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .btn-icon {
        width: 50%;
    }

    /* contact */
    .container-contact {
        height: 180%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-contact {
        width: 100%;
    }

    .contact-title {
        font-size: 26px;
        text-align: center;
    }

    .form {
        padding-left: 0%;
    }

    .form {}

    .form-p,
    .form-m,
    .form-g,
    textarea {
        width: 95%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* footer */
    .footer {
        margin-left: -6%;
    }

    footer {
        height: 21%;
    }

    .container-footer {
        text-align: center;
    }

    .img-footer {
        width: 10%;
        height: 10%;
    }

    .footer-content>a {
        margin-top: 0px;
        margin-left: 3%;
        font-size: 16px;
    }

    .icons-footer {
        justify-content: normal;
        margin-left: 0px;
        padding-left: 18px;
    }

    .social-media {
        width: 250px;
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* nice */
@media screen and (min-width:414px) and (max-width:484px) {

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
        text-align: center;
    }

    /* logo */
    .logo {
        width: 26%;
        margin-left: -7px;
        margin-top: -39px;
    }

    /* navbar */
    .content-navbar {
        margin-top: 5%;
    }


    .navbar-header {
        background: transparent;
    }

    .navbar-nav {
        background-color: #A6B74A;
        border-bottom-left-radius: 50px;
        margin-top: 15%;
        height: 157px;
        position: absolute;
    }

    .navbar-header {
        margin-top: 0%;
    }

    .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-nav>li>a:visited {
        color: #ffffff;
    }

    .navbar-nav>li>a:hover {
        color: #A6B74A;
    }

    .navbar-nav>li>a>p {
        font-size: 16px;
    }

    .nav-text {
        margin-top: -16.5%;
        margin-left: 68.5%;
        opacity: 85%;
        padding-top: 8%;
        text-align: right;
        height: 357%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        width: 9%;
        margin-top: -17%;
        margin-right: -5%;
        padding-top: 3px;
        border-radius: 5px;
    }

    .icon-burguer-bar {
        width: 17px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 6px;
    }

    /* home */
    .div-home {
        height: 32%;
    }

    .content-home {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-self: center;
        /* margin-left: 5%; */
        margin-top: -37%;
        font-family: 'Montserrat', sans-serif;
    }

    .content-home>h1 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 20px;
        width: 34%;
    }

    .content-home>h2 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-top: -5%;
        padding-left: 2%;
    }

    .title-page-up {
        line-height: 24px;
        margin-top: 7%;
        font-size: 24px;
    }

    .title-page-down {
        margin-top: 13.5%;
    }

    /* about */
    .div-about {
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
    }

    .text-about {
        font-size: 14px;
        width: 95%;
    }

    .frame-video {
        height: 185px;
        width: 77%;
    }

    /* services up */
    .services-title {
        font-size: 22px;
        width: 95%;
    }

    /* services-down */
    .div-services-down {
        margin-top: 8%;
        width: 99%;
    }

    .card-service-1,
    .card-service-3 {
        background-color: #A6B74A;
        margin-left: -7%;
        margin-right: -5%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .btn-icon {
        width: 50%;
    }

    /* contact */
    .container-contact {
        height: 180%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-contact {
        width: 100%;
    }

    .contact-title {
        font-size: 26px;
        text-align: center;
    }

    .form {
        padding-left: 0%;
    }

    .form {}

    .form-p,
    .form-m,
    .form-g,
    textarea {
        width: 95%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* footer */
    .footer {
        margin-left: -6%;
    }

    footer {
        height: 21%;
    }

    .container-footer {
        text-align: center;
    }

    .img-footer {
        width: 10%;
        height: 10%;
    }

    .footer-content>a {
        margin-top: 3%;
        margin-left: 3%;
        font-size: 16px;
    }

    .icons-footer {
        justify-content: normal;
        margin-left: 0px;
        padding-left: 18px;
    }

    .social-media {
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* hate */
@media screen and (min-width:485px) and (max-width:649px) {

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 14px;
    }

    /* logo */
    .logo {
        width: 26%;
        margin-left: -7px;
        margin-top: -39px;
    }

    /* navbar */
    .content-navbar {
        margin-top: 5%;
    }


    .navbar-header {
        background: transparent;
    }

    .navbar-nav {
        background-color: #A6B74A;
        border-bottom-left-radius: 50px;
        margin-top: 15%;
        height: 157px;
        position: absolute;
    }

    .navbar-header {
        margin-top: 0%;
    }

    .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-nav>li>a:visited {
        color: #ffffff;
    }

    .navbar-nav>li>a:hover {
        color: #A6B74A;
    }

    .nav-text {
        margin-top: -16%;
        margin-left: 70.5%;
        opacity: 85%;
        padding-top: 8%;
        text-align: right;
        height: 357%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        width: 9%;
        margin-top: -17%;
        margin-right: -5%;
        padding-top: 3px;
        border-radius: 5px;
    }

    .icon-burguer-bar {
        width: 17px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 6px;
    }

    /* home */
    .div-home {
        height: 32%;
    }

    .content-home {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-self: center;
        /* margin-left: 5%; */
        margin-top: -37%;
        font-family: 'Montserrat', sans-serif;
    }

    .content-home>h1 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 20px;
        width: 34%;
    }

    .content-home>h2 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-size: 14px;
        margin-top: -5%;
        padding-left: 2%;
    }

    /* .title-page-up {
        margin-bottom: 5%;
        width: 30%;
    } */

    .title-page-down {
        margin-top: -11.5%;
    }

    /* about */
    .div-about {
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
    }

    .text-about {
        font-size: 14px;
        width: 95%;
    }

    .frame-video {
        height: 185px;
        width: 77%;
    }

    /* services up */
    .services-title {
        font-size: 22px;
        width: 95%;
    }

    /* services-down */
    .div-services-down {
        margin-top: 8%;
        width: 99%;
    }

    .card-service-1,
    .card-service-3 {
        background-color: #A6B74A;
        margin-left: -7%;
        margin-right: -5%;
        margin-top: 5%;
        margin-bottom: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .btn-icon {
        width: 50%;
    }

    /* contact */
    .container-contact {
        height: 180%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-contact {
        width: 100%;
    }

    .contact-title {
        font-size: 26px;
        text-align: center;
    }

    .form {
        padding-left: 0%;
    }

    .form {}

    .form-p,
    .form-m,
    .form-g,
    textarea {
        width: 95%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
    }

    /* footer */
    .footer {
        margin-left: -6%;
    }

    footer {
        height: 21%;
    }

    .container-footer {
        text-align: center;
    }

    .img-footer {
        width: 10%;
        height: 10%;
    }

    .footer-content>a {
        margin-top: 3%;
        margin-left: 3%;
        font-size: 16px;
    }

    .icons-footer {
        justify-content: normal;
        margin-left: 0px;
        padding-left: 18px;
    }

    .social-media {
        margin-top: 0px;
        margin-left: 0px;
    }
}

/* nice */
@media screen and (min-width:650px) and (max-width: 799px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 23%;
        margin-left: -2%;
        margin-top: -8%;
    }

    .logo-pix {
        width: 12%;
        margin-left: -2%;
        margin-top: -7%;
    }

    .logo:hover {
        margin-top: -8%;
        width: 30%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .navbar-header {
        height: 4%;
    }

    .nav-text {
        margin-top: -13%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -35%;
        margin-left: 2%;
        width: 90%;
    }

    /* about */
    .div-about {
        margin-top: 5%;
        padding-top: 5%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-bottom: 5%;
        margin-right: 5%;
        width: 100%;
    }

    .about-title {
        margin-bottom: -1%;
    }

    .frame-video {
        /* margin-top: 4%; */
        margin-bottom: 15%;
        margin-left: 61%;
        width: 133%;
        height: 200px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 45%;
    }

    /* services down */
    .services-down-content {
        margin-top: 19%;
    }

    .card-service {
        height: 370px;
        width: 50%;
    }

    .services-down-icon {
        width: 40%;
    }

    .services-down-icon:hover {
        width: 55%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-top: 5%;
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-top: -2%;
        /* margin-left: -5%; */
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 465px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        /* margin-top: -6%; */
        padding-top: 4%;
        width: 114.9%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 15%;
        margin-top: 8%;
        width: 75%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        /* margin-left: -7%; */
    }

    .form {
        margin-bottom: 3%;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -66%;
        margin-top: -11%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 10%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -2%;
        margin-left: -8%;
    }
}

/* nice */
@media screen and (min-width:800px) and (max-width: 849px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 22%;
        margin-left: -3%;
        margin-top: -8%;
    }

    .logo-pix {
        width: 13%;
        margin-left: -2%;
        margin-top: -7.5%;
    }

    .logo:hover {
        margin-top: -8%;
        width: 30%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .nav-text {
        margin-top: -13%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -30%;
        margin-left: 6%;
        /* width: 86%; */
    }

    /* about */
    .div-about {
        margin-top: 3%;
        padding-top: 5%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-right: 5%;
        width: 100%;
    }

    .about-title {
        margin-bottom: -1%;
    }

    .frame-video {
        /* margin-top: 4%; */
        margin-bottom: 10%;
        margin-left: 61%;
        width: 133%;
        height: 200px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 107%;
    }

    /* services down */
    .services-down-content {
        margin-top: 19%;
    }

    .card-service {
        height: 370px;
        width: 50%;
    }

    .services-down-icon {
        width: 40%;
    }

    .services-down-icon:hover {
        width: 55%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-top: 5%;
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-top: -2%;
        margin-left: -5%;
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 465px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        /* margin-top: -6%; */
        padding-top: 4%;
        width: 114.9%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 10%;
        margin-top: 8%;
        width: 70%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        margin-left: -7%;
    }

    .form {
        margin-bottom: 1%;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -69%;
        margin-top: -11%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 5%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -2%;
        margin-left: -8%;
    }
}

/* nice */
@media screen and (min-width:850px) and (max-width: 1026px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 26%;
        margin-left: 0%;
        margin-top: -9%;
    }

    .logo-pix {
        width: 17%;
        margin-left: 0%;
        margin-top: -8.5%;
    }

    .logo:hover {
        margin-top: -8%;
        width: 35%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .nav-text {
        margin-top: -10%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -30%;
        margin-left: 6%;
        /* width: 67%; */
    }

    /* about */
    .div-about {
        margin-top: 7%;
        padding-top: 5%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-right: 5%;
        padding-top: 5%;
        width: 100%;
    }

    .about-title {
        margin-bottom: -1%;
    }

    .embed-video {
        padding-top: 2%;
    }

    .frame-video {
        margin-bottom: 8%;
        margin-left: 67%;
        width: 124%;
        height: 253px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        /* monitor */
        /* height: 81%; */
        /* ipra pro */
        height: 37%;
    }

    /* services down */
    .services-down-content {
        margin-top: 17%;
    }

    .card-service {
        height: 370px;
        width: 50%;
    }

    .services-down-icon {
        width: 35%;
    }

    .services-down-icon:hover {
        width: 40%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-left: 9%;
        margin-top: 5%;
        width: 81%;
    }

    /* contact */
    .form-contact {
        margin-top: -2%;
        margin-left: -1%;
        margin-right: 2%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 465px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        padding-top: 2%;
        width: 113.9%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 10%;
        margin-top: 2%;
        width: 85%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -3%;
        margin-left: -4%;
    }

    .form {
        margin-bottom: 2%;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -3%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 5%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -3%;
        margin-left: -60%;
    }
}

/* nice */
@media screen and (min-width:1027px) and (max-width:1280px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 40%;
        margin-left: 3%;
        margin-top: -14%;
    }

    .logo-pix {
        width: 20%;
        margin-left: 3%;
        margin-top: -13%;
    }

    .logo:hover {
        margin-top: -13%;
        width: 50%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .nav-text {
        margin-top: -11%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -34%;
        margin-left: 6%;
        /* width: 54%; */
    }

    /* .title-page-up {
        width: 46%;
    } */

    /* about */
    .div-about {
        margin-top: 17%;
        padding-top: 12%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-right: 5%;
        width: 40%;
    }

    .about-title {
        margin-bottom: 5%;
    }

    .frame-video {
        margin-top: 4%;
        margin-bottom: 20%;
        width: 144%;
        height: 377px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 50%;
    }

    /* services down */
    .services-down-content {
        margin-top: 19%;
        /* margin-bottom: 5%; */
    }

    .card-service {
        height: 400px;
    }

    .services-down-icon {
        width: 55%;
    }

    .services-down-icon:hover {
        width: 55%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-top: 10%;
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-left: -5%;
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 620px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        /* margin-top: -6%; */
        padding-top: 5%;
        width: 115.7%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 6%;
        margin-top: 4%;
        width: 84%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        margin-left: -7%;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -7%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 5%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -1%;
        margin-left: -10%;
    }
}

/* nice */
@media screen and (min-width:1281px) and (max-width:1365px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 40%;
        margin-left: 3%;
        margin-top: -15%;
    }

    .logo-pix {
        width: 20%;
        margin-left: 3%;
        margin-top: -13%;
    }

    .logo:hover {
        margin-top: -13%;
        width: 50%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .nav-text {
        margin-top: -10%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    .img-home {
        height: 663px;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -30%;
        margin-left: 6%;
        /* width: 51%; */
    }

    /* .title-page-up {
        width: 99%;
    } */

    /* about */
    .div-about {
        margin-top: 14%;
        padding-top: 11%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-right: 5%;
        width: 40%;
    }

    .about-title {
        margin-bottom: 5%;
    }

    .frame-video {
        margin-top: 4%;
        margin-bottom: 23%;
        width: 144%;
        height: 377px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 48%;
    }

    /* services down */
    .services-down-content {
        margin-top: 20%;
        /* margin-bottom: 5%; */
    }

    .card-service {
        height: 400px;
    }

    .services-down-icon {
        width: 55%;
    }

    .services-down-icon:hover {
        width: 55%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-top: 10%;
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-left: -5%;
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 620px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        /* margin-top: -6%; */
        padding-top: 5%;
        width: 119.5%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 3%;
        margin-top: 4%;
        width: 80%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        margin-left: -7%;
    }

    .form {
        /* padding-bottom: 10px; */
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -7%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 5%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -1%;
        margin-left: -10%;
    }
}

/* nice */
@media screen and (min-width:1366px) and (max-width:1599px) {

    /* atributos gerais */
    /* logo */
    .logo {
        width: 40%;
        margin-left: 3%;
        margin-top: -15%;

        /* background: linear-gradient(white, transparent);
        border-radius: 100%; */
    }

    .logo-pix {
        width: 20%;
        margin-left: 3%;
        margin-top: -13%;
    }

    .logo:hover {
        margin-top: -13%;
        width: 50%;
    }

    /* navbar */
    .soft-scroll p:hover {
        font-size: 26px;
    }

    .nav-text {
        margin-top: -10%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    .img-home {
        height: 663px;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -30%;
        margin-left: 6%;
        /* width: 54%; */
    }

    /* about */
    .div-about {
        margin-top: 15%;
        padding-top: 11%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        margin-right: 5%;
        width: 40%;
    }

    .about-title {
        margin-bottom: 5%;
    }

    .frame-video {
        margin-top: 4%;
        margin-bottom: 23%;
        width: 144%;
        height: 377px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 48%;
    }

    /* services down */
    .services-down-content {
        margin-top: 20%;
        /* margin-bottom: 5%; */
    }

    .card-service {
        height: 400px;
    }

    .services-down-icon {
        width: 55%;
    }

    .services-down-icon:hover {
        width: 55%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        margin-top: 10%;
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-left: -5%;
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 620px;
        margin-left: -9.9%;
        margin-right: -9.9%;
        /* margin-top: -6%; */
        padding-top: 5%;
        width: 119.5%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 3%;
        margin-top: 4%;
        width: 80%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        margin-left: -7%;
    }

    .form {
        /* padding-bottom: 10px; */
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -7%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 5%;
        height: 5%;
    }

    .icons-footer {
        margin-top: -1%;
        margin-left: -10%;
    }
}

/* nice */
@media screen and (min-width:1600px) and (max-width:1900px) {

    /* logo */
    .logo {
        width: 37%;
        margin-left: 3%;
        margin-top: -13%;
    }

    .logo-pix {
        width: 20%;
        margin-left: 3%;
        margin-top: -12%;
    }

    .logo:hover {
        width: 45%;
    }

    /* navbar */
    .nav-text {
        margin-top: -9%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    .btn-seta {
        margin-top: 25%;
    }

    .img-home {
        height: 757px;
    }

    /* home */
    .content-home {
        align-self: center;
        margin-top: -28%;
        margin-left: 6%;
        /* width: 48%; */
    }

    /* .title-page-up {
        width: 44%;
    } */

    .content-home>h1 {
        font-size: 60px;
        width: 42%;
        margin-left: -2%;
        padding-left: 2%;
    }

    .content-home>h2 {
        color: #ffffff;
        font-size: 24px;
        margin-top: 0%;
        /* width: 45%; */
    }


    /* about */
    .div-about {
        margin-top: 14%;
        padding-top: 7%;
        width: 100%;
        height: 100%;
    }

    .text-about {
        font-size: 20px;
        margin-bottom: 10%;
        margin-left: -15%;
        margin-right: 5%;
        margin-top: 4%;
        width: 60%;
    }

    .about-title {
        font-size: 44px;
    }

    .embed-video {
        margin-bottom: 9%;
    }

    .frame-video {
        margin-top: 15%;
        width: 130%;
        height: 327px;
    }

    /* services up */
    .div-services-up {
        padding-top: 5%;
        height: 48%;
    }

    .services-title {
        font-size: 55px;
    }

    /* services down */
    .services-down-content {
        margin-top: 23%;
        margin-bottom: 8%;
        margin-left: -10%;
        margin-right: -10%;
    }

    .card-service {
        height: 400px;
    }

    .services-down-icon {
        width: 60%;
    }

    .services-down-icon:hover {
        width: 75%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        width: 100%;
    }

    /* contact */
    .form-contact {
        margin-left: -10%;
        margin-right: 10%;
    }

    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 595px;
        margin-left: -19.8%;
        margin-right: -19.8%;
        padding-top: 5%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 4%;
        margin-top: 4%;
        width: 71%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: -1%;
        margin-left: -12%;
    }

    .form {
        padding-bottom: 8px;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-left: 30%;
        margin-right: 30%;
        width: 50%;
    }

    /* footer */
    .footer {
        margin-left: -12%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 7%;
        height: 5%;
    }

    .icons-footer {
        margin-top: 0%;
        margin-left: -14%;
    }
}

/* nice por responsive */
@media screen and (min-width:1901px) {

    /* logo */
    .logo {
        width: 40%;
        margin-left: 5%;
        margin-top: -14%;
    }

    .logo-pix {
        width: 24%;
        margin-left: 3%;
        margin-top: -14%;
    }

    /* navbar */
    .content-navbar {
        margin-top: 5%;
    }

    .navibar {
        width: 100%;
    }

    .nav-text {
        margin-top: -7.5%;
    }

    /* menu (mobile) */
    .navbar-toggle {
        display: none;
    }

    /* home */
    .img-home {
        /* height: 663px; */
    }

    .content-home {
        align-self: center;
        margin-top: -33%;
        margin-left: 6%;
        /* width: 30%; */
    }

    .content-home>h1 {
        font-size: 60px;
        width: 56%;
        margin-left: -2%;
        padding-left: 2%;
    }

    .content-home>h2 {
        color: #ffffff;
        font-size: 28px;
        margin-top: 0%;
        width: 100%;
    }


    /* about */
    .div-about {
        margin-top: 24%;
        padding-top: 10%;
    }

    .text-about {
        font-size: 20px;
        margin-left: -20%;
        width: 75%;
    }

    .about-title {
        font-size: 44px;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .embed-video {
        margin-bottom: 13%;
    }

    .frame-video {
        margin-bottom: 12%;
        margin-top: 25%;
        width: 165%;
        height: 420px;
    }

    /* services up */
    .div-services-up {
        height: 48%;
        margin-top: -5%;
        padding-top: 8%;
    }

    .services-title {
        font-size: 55px;
    }

    /* services down */
    .services-down-content {
        margin-top: 24%;
        margin-bottom: 2%;
        margin-left: -20%;
        margin-right: -20%;
    }

    .card-service {
        height: 520px;
    }

    .services-down-icon {
        width: 40%;
    }

    .services-down-icon:hover {
        width: 45%;
        margin-top: -15px;
    }

    .services-down-icon-text {
        font-size: 20px;
        padding-top: 5%;
    }

    .services-down-icon-text-1 {
        font-size: 22px;
    }

    .services-down-icon-text-2 {
        font-size: 22px;
    }

    .services-down-icon-text-3 {
        font-size: 22px;
    }

    .services-down-icon-text-4 {
        font-size: 22px;
    }

    /* contact */
    .form-contact {
        /* margin-left: -10%;
        margin-right: 10%; */
    }

    /* services */
    .btn-icon {
        bottom: 0;
        width: 100%;
    }

    .btn-icon-1 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-2 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-3 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    .btn-icon-4 {
        margin-left: -35%;
        margin-bottom: 10%;
        width: 70%;
    }

    /* contact */
    .container-contact {
        height: 700px;
        margin-left: -34.2%;
        margin-right: -34.2%;
    }

    .div-contact {
        margin-top: 1%;
        margin-bottom: 0%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .img-contact {
        margin-left: 10%;
        margin-top: 5%;
        width: 66%;
        border-radius: 5px;
    }

    .contact-title {
        margin-bottom: 3%;
        margin-top: 1%;
        /* margin-left: -12%; */
    }

    .form {
        padding-bottom: 15px;
    }

    .form-p {
        margin-left: 9%;
        width: 30%;
    }

    .form-m {
        width: 60%;
    }

    .form-g {
        width: 100%;
    }

    textarea {
        width: 100%;
    }

    .btn-icon-5 {
        margin-top: 3%;
        margin-left: 30%;
        margin-right: 30%;
        width: 25%;
    }

    /* footer */
    .footer {
        margin-left: 2%;
        margin-top: -1%;
    }

    .fa-linkedin-square {
        margin-left: 150px;
    }

    .img-footer {
        width: 10%;
        height: 5%;
    }

    .icons-footer {
        /* margin-top: -2%; */
        margin-left: -17%;
    }
}

/* ********************************************************* */
/* ********************** Page attrs *********************** */

/*Largura da barra de rolagem */
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #666;
    border-left: 0px solid #CCC
}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #FFF;
    border-radius: 5px;
    height: 06px;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #ccc;
}