body{
overflow-x: hidden;
   
} 
#banner {
    background-image: url(../assets/img/background/banner1.png);
    background-color: var(--black-main-color);
    height: 100vh;
    width: 100%;
}

#banner>h1 {
    text-align: end;
    text-transform: uppercase;
    width: 90%;
    font-weight: 600;
    font-size: 70px;
    line-height: 0.9;
    /* color: var(--bege); */
    color: #9a9a9b;
    font-variation-settings:
        "wdth" 62;
}

.destaq {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 75px;
    color: var(--lilas);
}

.text-focus-in {
    animation: text-focus-in 1.6s linear;
}

@keyframes text-focus-in {
    0% {
        filter: blur(18px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

/* fim do titulo */

/* inicio dos servicos - desktop*/
.lp-service {
    background-color: #202020;
    width: 100%;
    color: var(--bege);
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.75);

}

.container-service {
    display: flex;
    height: 100vh;
}

.titles {
    text-transform: uppercase;
    width: 60%;
    padding: 0px 50px 0 20px;
    font-size: 38px;
    height: 100vh;
    font-variation-settings:
        "wdth" 62;
    line-height: 1.3;
    text-align: end;
    overflow-y: auto;
    align-content: center;
}

.titles h3 {
    cursor: pointer;
    margin: 5px 0;
}

.titles h3.active-service {
    color: var(--verde3);

}

.contents-service {
    background-color: var(--verde3);
    color: #000000;
    width: 36%;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    align-content: center;
    font-weight: 300;
}

.content-service {
    display: none;
    align-content: center;
}

.content-service>p {
    margin: 0 40px 25px;
}

.link-page {
    color: black;
    text-transform: uppercase;
    text-decoration: #000000 underline;
    margin: 25px;
    text-align: center;
    font-variation-settings:
        "wdth" 75;
}

.link-page:hover {
    background-color: var(--bege);
    font-style: italic;
    font-weight: 500;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px;
}

.desktop {
    display: block;
}

/* lp-services-mobile */
.mobile {
    display: none;
}

.lp-service-mobile {
    text-align: center;
    background-color: var(--black-main-color);
    /* border-top: 1px solid var(--bege); */
    /* border-bottom: 1px solid var(--bege); */
}

.service-item-mobile {
    border-bottom: 1px solid black;
    padding: 50px 0;
}

.lp-service-mobile h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 00;
    font-variation-settings:
        "wdth" 62;
    color: var(--salmao);
    padding: 15px 0;
}

.lp-service-mobile p {
    font-size: 18px;
    margin: 20px;
    font-weight: 100;
    color: var(--bege);
}

.lp-service-mobile a {
    text-decoration: none;
    background-color: var(--bege);
    padding: 4px;
    border-radius: 2px;
    font-weight: 500;
    font-variation-settings:
        "wdth" 62;
}

/* fim dos serviços */

/*carousel a partir daqui*/
.testimonials {
    height: 650px;
}

.testimonials>h2 {
    font-variation-settings:
        "wdth" 62;
    font-size: 35px;
    text-align: end;
    padding: 70px 70px 50px;
    color: var(--black-main-color);
}

.shadow-effect {
    background: #ffffff;
    padding: 20px;
    border-radius: 7px;
    text-align: center;
    border: 1.5px solid #2E3930;
    -webkit-box-shadow: 8px 8px 0px 0px var(--black-main-color);
    -moz-box-shadow: 8px 8px 0px 0px var(--black-main-color);
    box-shadow: 8px 8px 0px 0px var(--black-main-color);
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.35;
    margin: 8px 0;
    font-weight: 300;
}

#customers-testimonials .item {
    padding: 25px;
    margin-bottom: 10px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--salmao);
    display: inline-block;
    height: 40px;
    width: 7px;
    margin: 0 2px 15px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--salmao);
    transform: translate3d(0px, -50%, 0px) scale(0.8);
}

/* fim do carousel */

/* portfolio */
.portfolio {
    background-color: #ffffff;
}

.p-row {
    display: flex;
    height: 205px;
    width: 100%;
    border-bottom: 1px solid var(--black-main-color);
}

.portfolio-img-principal {
    width: 400px;
    height: 170px;
    flex: 1;
    border-radius: 15%;
}

.portfolio-text-principal {
    flex: 2;
    text-align: end;
    font-variation-settings:
        "wdth" 62;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-text-principal>a {
    text-decoration: none;
    color: #ededed;
    flex: 1;
    font-size: 27px;
}

.portfolio-text-principal>a:hover {
    color: var(--salmao);
    font-style: italic;
}

.row-1 {
    justify-content: space-around;
    align-items: center;
    padding: 0 150px;
    background-color: var(--black-main-color);
    height: 170px;
}

.row-1:last-child {
    height: 110px;
    -webkit-box-shadow: inset 0px -1px 3px 0px #000000bf;
    -moz-box-shadow: inset 0px -1px 3px 0px #000000bf;
    box-shadow: inset 0px -1px 3px 0px #000000bf;
}

.portfolio-img {
    width: 300px;
    height: 190px;
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    align-items: center;
    margin: 10px 0 5px;
    cursor: pointer;
}

.p-row:hover .portfolio-img {
    filter: none;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: 0.8s;
}

.row-2 {
    justify-content: center;
    align-items: end;
}

.portfolio-text {
    max-width: 70%;
    font-weight: 200;
    margin: 10px 50px;
    text-align: end;
    /* font-variation-settings:
    "wdth" 62; */
}

.vibrate-1 {
    animation: vibrate-1 .3s linear infinite both
}
@keyframes vibrate-1 {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-1px, 1px)
    }

    40% {
        transform: translate(-1px, -1px)
    }

    60% {
        transform: translate(1px, 1px)
    }

    80% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0)
    }
}
/* .box {
    animation: grow-and-shrink 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
} */

/* form */
#form-section {
    background-image: url(../assets/img/background/background-form-verde2.png);
    height: 100vh;
}

.form>h3 {
    font-size: 50px;
    font-variation-settings:
        "wdth" 62;
    font-weight: 800;
    color: var(--bege);
}

.form {
    align-items: center;
    padding: 50px;
    display: flex;
    flex-direction: column;
    width: 600px;
    background-color: rgba(2, 2, 2, 0.279);
    border: none;
    border-radius: 8px;
}

.form>input,
.form>select,
.form>textarea {
    line-height: 1.3;
    height: 30px;
    border-radius: 5px;
    width: 500px;
    margin: 8px 0;
    padding: 0 15px;
    border: none;
    background-color: var(--gray-main-color2);
    font-family: "Archivo", sans-serif;
    font-size: 14px;
}

.form>textarea {
    height: 100px;
    padding: 10px 15px;
}

.form>button {
    width: 120px;
    padding: 5px;
    margin: 10px 0;
    border: none;
    font-size: 18px;
    border-radius: 4px;
    font-family: "Archivo", sans-serif;
    font-variation-settings:
        "wdth" 62;
    background-color: var(--gray-main-color2);
}

.form>button:hover {
    background-color: var(--verde2);
    color: var(--bege);
    font-style: italic;
    font-weight: 500;
}
/* msg  */
/* .mensagem-confirmacao {
    display: none;
    color: var(--bege);
    margin: 15px auto;
} */

/* @keyframes grow-and-shrink {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
} */



/*footer - levar para cada pagina */
.copyright {
    background-color: var(--salmao);
}

.footer a:hover {
    text-decoration: underline 2px var(--salmao);
    font-style: italic;
}


/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: var(--bege);
    border-radius: 4px;
    margin: 3% auto;
    padding: 20px 100px 150px;
    border: 1px solid #888;
    width: 80%;
    max-height: 75vh;
    overflow-y: auto;
    font-variation-settings:
        "wdth" 62;
}

.modal-content>h2 {
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--verde3);
    font-variation-settings:
        "wdth" 62;
    margin: 40px auto;
    text-align: center;
}

.modal-content>p,
.modal-content>ul>li {
    font-weight: 200;
    font-size: 21px;
    line-height: 1.4;
    color: var(--black-main-color);
   
}

.modal-content>h5 {
    color: var(--salmao);
    font-size: 25px;
    font-weight: 800;
    margin: 21px 0 8px;
}

.modal-content>ul>li {
    margin: 0 0 0 25px;
    line-height: 1.3;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media (max-width: 480px) {
   
    #banner {
        height: 90vh;
        background-image: url(../assets/img/background/background-m.png);
    }

    #banner>h1 {
        font-size: 40px;
        width: 90%;
        text-align: center;
        line-height: 1;
    }
    .destaq {
        font-size: 45px;
    }

    /* services */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* carousel */
    .testimonials {
        height: 650px;
    }

    .testimonials>h2 {
        font-size: 31px;
        text-align: center;
        padding: 70px 30px;
    }

    #customers-testimonials .shadow-effect p {
        font-size: 15px;
    }

    #customers-testimonials .item {
        margin-bottom: 50px;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: var(--verde3);
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: var(--verde3);
    }

    /* portfolio */
    .p-row {
        height: 190px;
    }

    .portfolio-img-principal {
        height: 100px;
    }

    .portfolio-text-principal {
        font-size: 38px;
        text-align: center;
        margin: 0 0 0 15px;
    }

    .portfolio-text-principal>a {
        font-size: 19px;
        margin: 0;
    }

    .p-row:hover .portfolio-img {
        filter: none;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transition: 0.8s;
    }

    .row-1 {
        justify-content: center;
        height: 100px;
        padding: 0;
    }
   
    .portfolio-img {
        width: 175px;
        margin: 0 15px 0 0;
    }

    .row-2 {
        align-items: center;
    }

    .portfolio-text {
        text-align: center;
        max-width: 90%;
        margin: 10px 20px;
    }

    .modal-content {
        width: 90%;
        max-height: 80vh;
        padding: 20px 30px 50px;
    }
    .modal-content>h2 {
        font-size: 40px;
    }
    .modal-content>p,
    .modal-content>ul>li {
    font-size: 18px;
}

    /* form */
    #form-section {
        height: 90vh;
    }

    .form {
        width: 350px;
        padding: 50px 10px;
        text-align: center;
    }

    .form>input,
    .form>select,
    .form>textarea {
        width: 320px;
    }

    .form>button {
        margin: 10px auto;
    }
}

/* tela-grande */
@media screen and (min-width: 1601px) {
    #banner>h1 {
        font-size: 120px;
        background-image: url(../assets/img/background/);
    }

    .destaq {
        font-size: 125px;
    }

    .titles {
        font-size: 55px;
    }

    .contents-service {
        font-size: 28px;
    }

    .content-service>p {
        margin: 0 100px 25px;
    }
    .p-row {
        height: 300px;
    }

    .portfolio-text-principal {
        flex: 1;
        font-size: 80px;
        margin: 0 150px;
    }

    .portfolio-text-principal>a {
        font-size: 40px;
    }

    .row-1 {
        height: 170px;
    }

    .row-2>img {
        width: 420px;
        height: 266px;
    }

    .p-row:hover .portfolio-img {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
    }

    .portfolio-text {
        font-size: 18px;
    }

    .form {
        width: 900px;
    }

    .form>input,
    .form>select,
    .form>textarea {
        height: 40px;
        width: 600px;
        font-size: 15px;
    }

    .form>textarea {
        height: 250px;
        padding: 20px 15px;
    }

    .form>button {
        width: 250px;
    }
}