*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}
:root{
    --bg-color: #2a2a2a;
    --second-bg-color: #202020;
    --text-color: #fff;
    --second-color: #ccc;
    --main-color: #017bb4;
    --big-font: 5rem;
    --h2-font: 3rem;
    --p-font: 1.1rem;
}
body {
    background: #ffffff;
    width: 100%;
    height: 100vh;
}
::-webkit-scrollbar{
    background-color: #fff;
    width:10px;
}
::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
    width:10px;
	border-radius:24px;
}
img{pointer-events: none;}
/* body{
    height: 100vh;
    width: 100%;
    background: linear-gradient(45deg, rgb(46, 33, 33),
    rgb(114, 31, 31) ,black );
    background-size: 300% 300%;
    animation: color 12s ease-in-out infinite;
}

@keyframes color{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
} */

header{
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 22px, 15%;
    border-bottom: 1px solid transparent;
    transition: all  .45s ease;
}
.logo{
    color: var(--text-color);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}
.carimbo img{   
    display: flex;
    margin-left:35px;
    width: 60px;
    height: 60px;
    align-items: center;
    top: 0;
    right:0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px; 
}
span{
    color: var(--main-color);
}
.navlist{
    display: flex;
}
.navlist a{
    color: var(--second-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 25px;
    transition: all .45s ease;
}
.navlist a:hover{
    color: var(--main-color);
}
#menu-icon{
    font-size: 36px;
    color: var(--text-color);
    z-index: 10001;
    cursor: pointer;
    margin-left: 25px;
    display: none;
}
section{
    padding: 120px;
}
.Home{
    position: relative;
    width: 100%;
    height: 100vh;
    background-size:cover;
    background-position: center;
    background-image: url(assets/background3.jpg); 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.slide{
    margin-bottom: 20px;
}
.frase {
    display: inline-block;
    margin-right: 15px;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    background: var(--main-color);
    color: var(--text-color);
}
.um{
    display: inline-block;
    margin-right: 15px;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    background: var(--main-color);
    color: var(--text-color);
}
.dois{
    display: inline-block;
    color: var(--second-color);
    font-size: 20px;
    font-weight: 500;
}
.home-text h1{
    font-size: var(--big-font);
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.1;
    margin: 0 0 8px;
}
.home-text h3{
    color: var(--text-color);
    margin: 0 0 35px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
}
.home-text p{
    color: var(--text-color);
    font-size: var(--p-font);
    line-height: 1.8;
}
span#henry{
    color: white;
}
header.sticky {
    background: var(--bg-color);
    border-bottom: 1px solid #ffffff1a;
    padding: 12px 15%;
}
.SobreNos {
    display: grid;
    align-items:center;
    grid-template-columns:repeat(2, 1fr);
}
.about-img img{
    max-width: 590px;
    height: 100%;
    width: 80%;
    border-radius: 8px;
}
.about-text h2 {
    font-size:var(--h2-font);
    line-height: 1;
}
.about-text2 h2 {
    font-size:var(--h2-font);
    line-height: 1; 
}
.about-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: black;
    line-height: 1.7;
    margin: 15px 0 30px
}
.about-text p {
    color: black;
    font-size: var(--p-font);
    line-height: 1.8;
}

/* SERVIÇOS */

.contato{
    background: var(--second-bg-color);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap:2.5rem;
}

.contact-text h4{
    color: black;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 600;
}

.contact-text h2 {
    font-size: 28px;
    line-height: 32px;
}
.contact-text p {
    color: black;
    font-size: var(--p-font);
    line-height: 1.8;
    margin-bottom: 30px;
}
.list {
    margin-bottom: 2.8rem;
}
.list li{
    margin-bottom: 12px;
}
.list li h2{
    display: block;
    color:black;
    font-size: 16px;
    transition: all .45s ease;
}
.list li h2:hover{
    color: blue;
    transform: translateX(5px)
}
.zap{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius:50px;
    text-align: center;
    font-size: 30px;
    box-shadow:1px 1px 2px #888;
    z-index: 1000;
}
.fa-whatsapp{
    margin-top: 16px;
}
.contact-icons i{
    height: 45px;
    width: 45px;
    background:var(--main-color);
    color:var(--second-color);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    transition: all .45s ease;
}

.contact-icons i:hover{
    background: var(--text-color);
    color: var(--main-color);
}

.end{
    padding: 40px 120px;
    /* display: flex;
    flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background-color: var(--second-bg-color);
}

.end h3{
    color:var(--text-color);
    font-size: 20px;
    margin-bottom: 10px; 
}
.cb{
    text-align: left;
    color: var(--second-color);
    font-size: 16px;
}
.cr{
    text-align: center;
    color: var(--second-color);
    font-size: 16px;
}

.last-text img{
    max-width: 1100%;
}

.last-text i{
    font-size: 24px;
    margin-left: 8px;
}
.top i{
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    color: var(--text-color);
    background: var(--main-color);
    /* margin-left: 100%; */
}

/* formulario teste */

.contact-form form{
    position: relative;
}
.contact-form form input, form textarea{
    width: 100%;
    padding: 14px;
    background: var(--text-color);
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.main-text2{
    text-align: center;

}
.main-text2 h2{
    font-size: var(--h2-font);
    line-height: 1;
    color: black;
} 
.main-text{
    text-align: center;
}
.main-text p {
    color: var(--second-color);
    font-size: 16px;
    margin-bottom: 15px;
}
.main-text h2{
    font-size: var(--h2-font);
    line-height: 32px;
    color: white;
} 
.service{
    background: black;
}
.services-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    align-items: center;
    gap: 2.5rem;
    margin-top: 5rem;
}
.box{
    height: 100%;
    width: 100%;
    background: var(--bg-color);
    padding: 35px 45px;
    border-radius: 8px;
    transition: all .45s ease;
}
.s-icons i {
    font-size: 32px;
    margin-bottom: 20px;
    color: #017bb4;

}
.box h3{
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 15px;
}
.box p{
    color: var(--second-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}
.read {
    display: inline-block;
    padding: 8px 18px;
    background: #333333;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all .45s ease;
}
.read:hover{
    letter-spacing: 1px;
    background: #ffffff99;
    color: var(--text-color);
}
.box:hover{
    transform: translateY(-8px);
    cursor: pointer;
}

/* CSS IMPORTANTE */

.portfolio-content{
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto)) !important;
    align-items: center !important;
    gap: 2.5rem !important;
    margin-top: 5rem !important;
}
a{
    color: black;
}
.row{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}
.row img {
    width: 100%; 
    height: 250px;
    border-radius: 8px;
    display: block;
}
.layer {
    width: 100%;
    height: 0%;
    background: linear-gradient(rgba(0,0,0,0.1), #017bb4);
    position: absolute;
    border-radius: 8px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    transition: height 0.5s;
}
.layer h5{
    font-size:20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.layer p{
    color: var(--second-color);
    font-size: 1rem;
    line-height: 1.8;
}
.layer i{
    color:var(--main-color);
    margin-top: 20px;
    font-size: 20px;
    background: var(--text-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row:hover img {
    transform: scale(1.1);
}
.row:hover .layer{
    height: 100%;
}

/* RESPONSIVIDADE */
@media (max-width:1480px){
    header{
        padding: 12px 2.5%;
        transition: 1s;
    }
    header.sticky {
        padding: 10px 2,5%;
        transition: 1s;;
    }
    section{
        padding: 40px;
    }
    .end{
        padding: 40px 40px;
    }
}

@media (max-width:1100px){
    :root{
        --big-font:4rem;
        --h2-font:2.5rem;
        --p-font:1rem;
        transition: .1s;
    }
    .home-text h3{
        font-size: 2.5rem;
    }
    .Home{
        height: 87vh;
    }
    .SobreNos {
        display: grid;
        align-items:center;
        grid-template-columns:auto;
    }
}

@media (max-width:920px){
    .about {
        grid-template-columns: 1fr;
    }
    .about-img{
        text-align: center;
        order: 2;
    }
    .about-img img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .contato{
        grid-template-columns: 1fr;
    }
}


@media (max-width:762px){
    .frase {
    display: none;
    }
}
@media (max-width: 840px){
    .navlist{
        position: absolute;
        top: -1000px;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        background: var(--bg-color);
        text-align: left;
        transition: all .45s ease;
        display: block;
        margin: 17;
    }
    .navlist a{
        display: block;
        margin: 17px;
        font-size:20px;
        transition: all .45s ease;
        color: var(--text-color);
    }
    .navlist a:hover{
        color: var(--main-color);
    }
    .navlist.open{
        top: 100%;
    }
}

.row:target{
    position: fixed;
    width: 50%;
    top: 15px;
    left: 25%;
}