html {
    scroll-behavior: smooth;
}

.container {
    padding: 0 2rem;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bg-home,
footer.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(254, 55, 50);
    background: linear-gradient(90deg, rgba(254, 55, 50, 1) 0%, rgba(255, 143, 77, 1) 50%, rgba(254, 55, 50, 1) 100%);
}

.a-empresa,
.sustentabilidade,
.atuacao-top,
.atuacao-bottom,
.servicos,
.servicos-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav {
    background-color: #ffffff45;
    display: flex;
    flex-direction: column;
    height: auto;
    width: -webkit-fill-available;
    padding: 35px;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-shadow: #0000004f 0 3px 2px;
    position: fixed;
    z-index: 2;
    display: flex;
    transition: all 0.5s ease-in-out;
}
.nav-blur {
    backdrop-filter: blur(30px);
}
.nav-ul {
    display: none;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.nav-li {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 15px;
    width: 8rem;
    border-radius: 7px;
}
li.nav-li:active {
    border: 1px solid;
}
.div-nav-li .nav-li-b {
    display: none;
}
.div-nav-li.div-nav-li-b.nav-li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 0;
    text-align: center;
    list-style: none;
    overflow: hidden;
    padding-top: 0;
    transition: all 0.5s ease-in-out;
}
a.menu-item {
    font-size: 1.3rem;
}
a.icon-whatsapp {
    border: none;
    background: none;
    position: fixed;
    z-index: 2;
    margin-top: 90vh;
    margin-left: 80vw;
}
.video-bg {
    display: none;
    backdrop-filter: brightness(0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

img.logohome {
    margin-top: 6rem;
    width: 214px;
    height: auto;

}

video.video-header {
    top: 15vh;
    height: auto;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

div.logo-play {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.button.play {
    width: 74px;
    height: 74px;
    padding: 0;
    background: none;
    position: absolute;
    box-sizing: border-box;
    border-width: 37px 0px 37px 74px;
    border-color: transparent transparent transparent #202020;
    opacity: 0;
    margin-bottom: 4rem;
    transition: all 0.8s ease-in-out;
}

h1.home-title {
    margin-top: 6rem;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    text-shadow: #000000 0 3px 4px;
    text-align: center;
}

h1.section-title {
    font-size: 2.5rem;
    color: #FFFFFF;
    text-shadow: #000000 0 3px 4px;
    padding-top: 9rem;
}

.section-subtitle {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2rem;
    color: #FFFFFF;
    text-shadow: #000000 0 4px 3px;
}

ul.home-subtitle-list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.subtitle-item {
    margin-top: 1rem;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: 400;
    text-shadow: #000000 0 2px 2px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

li.subtitle-item p {
    height: 1px;
    width: 2rem;
    background-color: #FFFFFF;
    box-shadow: #000000 2px 2px 6px;
}
div.home-strip {
    display: none;
    top: 71px;
    background-color: #FFFFFF;
    height: 120px;
    width: 100vw;
    filter: opacity(0.3);
    position: relative;
}
section.empresa {
    padding: 0;
}

.a-empresa {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120vh;
    width: -webkit-fill-available;
    background-image: url(../img/a_empresa_top.png);
    padding: 0 2rem;
}

.a-empresa p {
    max-width: 701px;
}

p.line-text {
    margin-top: 2.5rem;
    color: #FFFFFF;
    font-size: 0.95rem;
    line-height: 1.2rem;
    text-shadow: #000000 0 3px 4px;
    justify-items: center;
    margin-bottom: 4rem;
}

div.flip-card-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 165%;
}

.flip-card {
    margin: 2rem;
    background-color: transparent;
    height: 230px;
    width: 311px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    background-color: #ED5E11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-card-front,
.transform-card-front {
    color: #FFFFFF;
    font-size: 2rem;
}

.flip-card-icon {
    height: 75px;
    width: 75px;
}

.flip-card-back,
.transform-card-back {
    color: #FFFFFF;
    font-size: 0.95rem;
    line-height: 1.5rem;
    transform: rotateY(180deg);
}

.sustentabilidade {
    background-image: url(../img/sustentabilidade_bottom.jpg);
    height: auto;
    padding: 35rem 2rem 0rem 2rem;
}

h2.sustentabilidade-title {
    font-size: 2.3rem;
    color: #FFFFFF;
    text-shadow: #000000 0 3px 4px;
}

img.sustentabilidade-icon {
    margin-top: 3.5rem;
}

p.sustentabilidade-text {
    line-height: 1.3rem;
}

section.atuacao {
    display: contents;
    padding: 4rem;
    height: auto;
}

div.atuacao-top {
    background-image: url(../img/atuacao_background.jpg);
    height: auto;
}

div.atuacao-bottom {
    height: auto;
    background-image: url(../img/atuacao_bottom.jpg);
}

p.atuacao-text {
    margin: 0;
    padding: 2.5rem 0;
    color: #000000;
    text-shadow: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.32rem;
}

section div.atuacao-top p.line-text {
    font-weight: 300;
    line-height: 1.3rem;
    text-shadow: #000000 0 4px 3px;
}

div.transform-card-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    background-color: #ED5E11;
    position: relative;
}

.transform-card-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

h2.vantagens-title {
    margin: 2rem 0;
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 400;
}

div.transform-card {
    display: flex;
    width: 250px;
    height: 150px;
    margin: 1rem;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.transform-card-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.transform-card-front {
    position: absolute;
    height: 150px;
    width: 250px;
}

div.transform-card-front i {
    height: 0;
}

img.transform-card-icon {
    height: 80px;
    width: 80px;
}

h2.transform-card-title {
    font-weight: 400;
    font-size: 1.7rem;
}

div.transform-card-front h2 {
    margin-top: 0.6rem;
}

.transform-card-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    transform: none;
    position: absolute;
    opacity: 0;
    transition: .5s ease;
    background-color: #ED5E11;
}

.transform-card-back:hover {
    opacity: 1;
}

p.transform-card-text {
    display: flex;
    height: 100%;
    width: 250px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
}

section.servicos {
    background-image: url(../img/servicos_background.jpg);
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.servicos-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    margin-top: 5rem;
    align-content: space-around;
    justify-content: space-evenly;
}

.servicos-inner {
    display: flex;
    flex-direction: column;
    height: 397px;
    width: 320px;
    margin: 3rem 1rem;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}

.servicos-inner:hover .servicos-card-front {
    width: 320px;
}

.servicos-inner:hover .servicos-card-title {
    opacity: 0;
}

.servicos-inner:hover .servicos-card-list {
    margin-right: 0;
}

.card-limpeza {
    background-image: url(../img/img_limpeza_geral.jpg);
}

.card-jardinagem {
    background-image: url(../img/img_jardinagem.jpg);
}

.card-jardinagem-title {
    margin-right: 1.6rem;
}

.card-manutencao {
    background-image: url(../img/img_manutencao.jpg);
}

.servicos-card-title {
    font-size: 2.6rem;
    color: #FFFFFFFF;
    text-shadow: #000000 0 3px 4px;
    transition: .5s ease;
}

.servicos-card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    width: 0;
    height: 397px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(224, 95, 26, 1) 40%);
    transition: .5s ease;
    overflow: hidden;
}

.servicos-card-list {
    width: 240px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #FFFFFFFF;
    list-style-type: disc;
    margin-right: -25rem;
    padding-right: 1rem;
    transition: .5s ease;
}

.contato {
    justify-content: space-evenly;
    padding-bottom: 1rem;
    height: auto;
}

h2.contato-addres {
    font-size: 1.65rem;
    margin-bottom: 2.5rem;
}

.contato-map {
    margin-bottom: 2rem;
}

footer.footer {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff45;
    width: 100%;
    height: 220px;
    position: relative;
    padding: 2rem;
}

.footer-logo {
    height: 110px;
    width: auto;
}

.footer-subtitle {
    margin-top: 1rem
}

p.footer-text {
    margin-top: 1rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    text-align: end;
}

p.footer-signature {
    height: auto;
    font-size: small;
    margin: 1.5rem 0;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    a.icon-whatsapp {
        margin-top: 85vh;
        margin-left: 85vw;
    }
    video.video-header {
        height: 70vh;
    }
    .a-empresa {
        height: 75vh;
    }
    .sustentabilidade {
        padding-top: 23rem;
    }
    div.flip-card-box {
        top: 140%;
    }
    section div.atuacao-top p.line-text {
        margin-top: 0.9rem;
        margin-bottom: 1.5rem;
    }
    footer.footer {
        height: auto;
    }
    .footer-flex {
        height: 150px;
    }
}

@media screen and (min-width: 1024px){
    .nav {
        flex-direction: row;
        justify-content: space-around;
        height: 60px;
    }
    .nav-ul{
        width: auto;
    }
    li.nav-li{
        width: auto;
    }
    li.nav-li:hover {
        border: 1px solid;
    }
    .div-nav-li.div-nav-li-a.nav-li {
        display: flex
    ;
        flex-direction: row;
        gap: .5rem;
    }
    .div-nav-li .nav-li-b {
        display: block;
    }
        .div-nav-li.div-nav-li-b.nav-li {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: flex-end;
    }
    a.icon {
        display: none;
    }

    img.logohome {
        width: 320px;
    }
    .button.play {
        margin-bottom: 7.5rem;
    }
    h1.home-title {
        margin-top: 4rem;
        font-size: 2.3rem;
    }
    ul.home-subtitle-list {
        flex-direction: row;
        margin-top: 20px;
    }
    li.subtitle-item {
        font-size: 1.3rem;
    }
    li.subtitle-item p {
        transform: rotate(90deg);
        margin: 10px;
        width: 1.5rem;
    }
    div.home-strip {
        display: block;
    }
    .a-empresa, .sustentabilidade {
        height: 37vh;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        border: 3rem solid #B5B6B5;
    }
    .a-empresa {
        border-top: 7rem solid #B5B6B5;
        border-bottom: 0;
    }
    .a-empresa .section-title {
        font-size: 3rem;
        padding-top: 4rem;
    }
    .a-empresa p, .sustentabilidade-text {
        max-width: 521px;
    }
    div.flip-card-box {
        top: 134%;
        flex-wrap: nowrap;
    }
    .sustentabilidade {
        border-top: 0;
        border-bottom: 4rem solid #B5B6B5;
        padding-top: 3rem;
    }
    .title-and-icon {
        margin-top: 7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    img.sustentabilidade-icon {
        margin-top: 2rem;
        height: 165px;
        width: auto;
    }
    p.sustentabilidade-text {
        margin-top: 7rem;
    }
    .section .atuacao-top, .section .atuacao-bottom {
        height: 50vh;
    }
    div.transform-card-box {
        position: absolute;
        top: 240%;
    }
    .title-and-subtitle {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        padding-top: 9rem;
        width: -webkit-fill-available;
        justify-content: space-around;
        gap: 20%;
    }
    .atuacao-top .title-and-subtitle h1.section-title {
        padding-top: 0;  
    }
    .title-and-subtitle .section-subtitle {
        max-width: 490px;
        font-size: 1.5rem;
        margin-top: 0;
    }
    section div.atuacao-top p.line-text {
        margin-top: 2rem;
        font-size: 1.1rem;
        max-width: 760px;
    }
    div.atuacao-bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    p.atuacao-text {
        font-size: 1rem;
    }
    .atuacao-bottom .atuacao-text {
        max-width: 950px;
        padding-top: 15rem;
    }
    section.servicos {
        height: 100vh;
    }
    .servicos h1.section-title {
        padding-left: 1.8rem;
        align-self: flex-start;
    }
    .servicos-box {
        margin-top: 1rem;
        max-width: 1420px;
    }
    .servicos-inner {
        height: 260px;
        width: 456px;
        margin: 1rem;
    }
    .servicos-card-title {
        font-size: 2rem;
    }
    .card-limpeza-title {
        margin-right: 4.5rem;
    }
    .card-jardinagem-title {
        margin-right: 8rem;
    }
    .card-manutencao-title {
        margin-right: 2.5rem;
    }
    .servicos-card-front {
        height: 260px;
        justify-content: flex-start;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(224, 95, 26, 1) 35%);
    }
    .card-list-title {
        padding: 1rem 0;
        font-size: 1.55rem;
    }
    .servicos-card-list {
        width: 285px;
        font-size: .85rem;
        line-height: 1.5rem;
    }
    section.contato {
        height: 78vh;
    }
    .contato h1.section-title {
        align-self: flex-start;
        padding-left: 1.8rem;
        font-size: 3rem;
    }
    section.contato div.contato-flex {
        width: 100%;
        display: flex;
        flex-direction: row;
        text-align: start;
        align-items: center;
        justify-content: space-between;
    }
    .contato-box {
        max-width: 495px;
    }
    .contato-box h2.section-subtitle {
        margin-top: 0;
        padding-left: 1.8rem;
        font-size: 1.6rem;
    }
    .contato-box h2.contato-addres {
        font-size: 1.2rem;
    }
    .footer-flex {
        height: 110px;
    }
}
@media screen and (min-height: 918px) {
    div.home-strip {
        top: 115px;
    }
}
@media screen and (min-width: 1440px){
    .nav {
        padding: 35px 10rem;
    }

    .a-empresa, .sustentabilidade {
        justify-content: space-around;
    }
    img.sustentabilidade-icon {
        margin-top: 4rem;
    }
    .title-and-subtitle {
        padding-top: 10rem;
        gap: 0;
    }
    section.servicos {
        padding: 0 9rem;
    }
    .servicos-inner {
        margin: 2rem;
    }
    .servicos h1.section-title {
        padding-top: 11rem;
    }
    .contato {
        padding: 0rem 10rem 1rem 10rem;
    }
}