@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap');

@font-face {
    font-family: 'Technovier';
    src: url('../assets/fonts/Techovier\ .ttf') format('truetype'),
        url('../assets/fonts/Techovier\ .otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Technovier-bold';
    src: url('../assets/fonts/Techovier\ Bold.ttf') format('truetype'),
        url('../assets/fonts/Techovier\ Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root{
    --main-color: #2096a8;
    --black:#555;
    --light-color:#777;
    --bg:#e9f3fc;
    --border: .1rem solid rgba(0,0,0,.1);
    --box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
}


*{
    font-family: 'Nunito',  sans-serif;
    margin: 0; padding: 0;
    outline: none; border: none;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .3s ease-out;
    scroll-behavior: smooth;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
    overflow-x: hidden;
}

section{
    padding: 4rem 9%;
}

.heading{
    text-align: center;
    padding-bottom: 3rem;
    font-size: 4rem;
    color: var(--black);
}

.heading span{
    color: var(--main-color);
    border-radius: .5rem;
    background: var(--bg);
    padding: 0 1.5rem;

}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 1.7rem;
    cursor: pointer;
    color: #fff;
    background: var(--main-color);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: var(--black);
    z-index: -1;
    transition: .2s ease-out;
}

.btn:hover::before{
    left: 0;
    width: 100%;

}


.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #fff;
    display: flex;
    box-shadow: var(--box-shadow);
    align-items: center;
    justify-content: space-between;
    padding: 2rem 9%;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo_image {
    width: 5rem;
}

.header .logo_text {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    
}

.header .logo_text a {
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black);
    font-family: 'Technovier', sans-serif;
}

.header .logo_text span {
    color: var(--black);
    font-family: 'Technovier', sans-serif;
}

.header .navbar a{
    font-size: 1.7rem;
    color: var(--light-color);
    margin-left: 2rem;
}

.header .navbar a i{
    display: none;
}

.header .navbar a:hover{
    background: var(--bg);
    padding: 1rem;
    border-radius: 5px;
}

.header .navbar a:hover{
    color: var(--main-color);
}

#menu-btn{
    cursor: pointer;
    font-size: 2.5rem;
    padding: 1rem 1.3rem;
    border-radius: .5rem;
    color: var(--main-color);
    background: var(--bg);
    display: none;
}

#menu-btn:hover{
    color: #fff;
    background: var(--main-color);
}

.header .navbar.active{
    transform: scale(1);
    opacity: 1;
}

.header > .navbar >  .nut1 {
    display: none;
}


/* section home */

.home{
    display: flex;
    gap: 1.5rem;
    padding-top: 10rem;
    position: relative;
    background:var(--bg);
    max-height: 100vh;
}

.home .content{
    flex: 1 1 45rem;
}

.home .image{
    flex: 1 1 45rem;
}

.home .image img{
    width: 100%;
}

.home .content h3{
    font-size: 3.5rem;
    color: var(--black);
    line-height: 1.8;
}

.home .content p{
    font-size: 1.5rem;
    color: var(--light-color);
    line-height: 1.8;
    text-transform: none;
}

/* swiper container */
.swiper-slide .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 100vh;
}

.swiper-slide .row .image {
    z-index: 1;
    height: 80vh;
}

.swiper-slide .row .image img, .swiper-slide .row .image video {
    width: 90%;
    border-radius: .5rem 0 0 .5rem;
}

.swiper-slide .row .first {
    margin: 20px !important;
    text-align: center;
}

.swiper-slide .row .first img{
    border-radius: 2rem;
}

.swiper-slide .row .slogan, .swiper-slide .row .benefits-container {
    display: none;
}

.swiper-slide .row .content {
    padding: 2rem;
}

.swiper-slide .row .content li::marker {
    font-size: 24px;
    color: var(--main-color);
}

.swiper-slide .row .content h3 {
    font-size: 3rem;
    color: var(--main-color);
}

.swiper-slide .row .content p {
    font-size: 1.9rem;
    color: var(--black);
    line-height: 1.8;
}

.swiper-slide .row .content p span {
    color: var(--main-color);
    font-size: 2rem;
    font-weight: bolder;
}

.home .swiper-container {
    width: 100%;
    padding-bottom: 15rem;
}

.home .swiper-slide {
    width: 100%;
    height: 80vh;
    background-color: #fff;
}

.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide-active{
    border: var(--border);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
}

/*Animation nuvem*/

.home .fa-cog {
    position: absolute;
    font-size: 30rem;
    opacity: .15;
    color: var(--main-color);
    animation: rotate 10s linear infinite;
    z-index: 1;
}

.home .nut1 {
    top: 10%;
    left: -15rem;
}

.home .nut2 {
    bottom: 23%;
    right: -13rem;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/*Animation nuvem*/

.home .wave {
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: 11rem;
    background: url(../images/wave.png);
    background-size: 100rem 11rem;
    width: 100%;
    background-repeat: repeat-x;
    animation: waves 10s linear infinite;
    z-index: 1;
}

.home .wave1 {
    z-index: -1;
}

.home .wave2 {
    animation-direction: reverse;
    opacity: .1;
}

.home .wave3 {
    animation-duration: 4s;
    opacity: .3;
}

@keyframes waves {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 100rem;
    }
}

.home .cloud{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 18rem;
    background-size: 250rem 18rem;
    background: url(../images/cloud.png) repeat-x;
    animation: cloud 20s linear infinite;
}

@keyframes cloud{
    0%{
        background-position-x: 0rem;
    }

    100%{
        background-position-x: -250rem;
    }
}

.home .cloud-1{
    opacity: .5;
    height: 20rem;
    background-size: 250rem 20rem;
    animation-direction: reverse;
    animation-duration: 20s;
}

/* section 2 */
.services h3{
    font-size: 2rem;
    color: var(--light-color);
    line-height: 1.8;
    padding: 1rem 0;
    text-transform: none;
}

.services .product-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 80px;
    border-bottom: var(--border);
    box-shadow: var(--box-shadow);
}

.services .product-section {
    display: none;
}

.services .product-section.active {
    display: block;
}

.services .product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 2rem auto;
}

.services .carousel {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.services .carousel-image {
    width: 100%;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.services .carousel-image.active {
    display: block;
}

.services .product-description {
    width: 50%;
    padding-left: 20px;
    color: var(--light-color);
    padding: 2rem;
}

.services .product-description .content .label {
    font-size: 2rem;
    background-color: #2096a8;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    left: 18px;
}

.services .product-description .content .line {
    width: 90%;
    height: 3px;
    background-color: #555;
    position: relative;
    z-index: 2;
    left: 18px;
}

.services .product-description .content .code {
    background-color: #555;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
    margin-left: -4px;
    transform: skew(-40deg);
    min-width: 100px;
    z-index: 1;
    margin-bottom: 2rem;
}

.services .product-description .content .code h3 {
    padding: 0;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    transform: skew(40deg);
    z-index: 1;
}

.services .product-description p {
    font-size: 1.7rem;
    line-height: 1.6;
}

.services .product-description span{
    color: var(--main-color);
    font-weight: bold;
}

.services .product-description .moreInfo-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
}

.services .product-description .moreInfo-box .moreInfo{
    font-size: 2rem;
    color: var(--main-color);
    cursor: pointer;
    background-color: white;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.banner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    background: white;
    color: var(--light-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.banner .content .label {
    font-size: 2rem;
    background-color: #2096a8;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    left: 18px;
}

.banner .content .line {
    width: 90%;
    height: 3px;
    background-color: #555;
    position: relative;
    z-index: 2;
    left: 18px;
}

.banner .content .code {
    background-color: #555;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    transform: skew(-40deg);
    min-width: 100px;
    z-index: 1;
    margin-bottom: 2rem;
}

.banner .content .code h3 {
    padding: 0;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    transform: skew(40deg);
    z-index: 1;
}

.banner p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.banner span {
    color: var(--main-color);
    font-weight: bold;
}

.banner button {
    margin-top: 10px;
    padding: 10px;
    border: none;
    background: var(--light-color);
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.banner button:hover {
    background: rgba(139, 0, 0, 0.505);
}

/* paginação */
.services .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.services .pagination button {
    padding: 7px 12px;
    border: none;
    background: var(--main-color);
    color: var(--bg);
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: bold;
}

.services .pagination button:disabled {
    background: var(--light-color);
    cursor: not-allowed;
}

.services .pagination span{
    font-size: 1.2rem;
    color: var(--black);
    font-weight: bold;
}

.about {
    min-height: 100vh;
}

.about .products-slider {
    padding-bottom: 5rem;
}

.about .products-slider .box {
    width: 30rem;
    text-align: center;
    padding: 1rem;
}

.about .products-slider .box img {
    width: 100%;
    opacity: .5;
    transform: scale(.8);
}

.about .products-slider .box .content {
    transform: scale(0);
    padding-top: 1rem;
}

.about .products-slider .swiper-slide-active .content {
    transform: scale(1);
}

.about .products-slider .swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}

.about .products-slider .box .content h3 {
    font-size: 2rem;
    color: var(--black);
}

.about .products-slider .box .content p {
    font-size: 1.6rem;
    padding: 1rem;
    padding-top: 1.5rem;
    border-top: var(--border);
    color: var(--light-color);
}

.about .products-slider .box .content p span {
    color: var(--yellow);
    font-size: .8rem;
    padding: 0 .5rem;
}

.swiper-pagination-bullet-active {
    background: var(--main-color);
}

.about .row{
    display: flex;
    gap: 1rem;
}

.about .swiper-wrapper {
    height: auto !important;
}

.about .row .image{
    flex: 1 1 45rem ;
}

.about .row .image img{
    width: 100%;
}

.about .row .content{
    width: 100%;
}

.about .row .content .title{
    font-size: 3rem;
    color: var(--black);
    text-transform: none;
}

.about .row .content .title span {
    text-transform: uppercase;
    color: var(--main-color);
    border-radius: .5rem;
    background: var(--bg);
    padding: 0 1.5rem;
}

.about .row .content p{
    font-size:1.5rem;
    color:var(--light-color);
    line-height: 1.8;
    padding: 1rem 0;
    text-transform: none;
}

.about .icons-container{
    display: flex;
    flex-wrap: wrap;
    gap:1rem;
    padding-top: 10rem;
}

.about .icons-container .icons{
    flex: 1 1 15rem;
    border-radius: .5rem;
    border: var(--border);
    padding: 1.5rem;
    text-align: center;
}

.about .icons-container .icons i{
    border-radius: 50%;
    background: var(--bg);
    color: var(--main-color);
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    font-size: 2.5rem;
}

.about .icons-container .icons h3{
    font-size: 1.7rem;
    color: var(--light-color);
    padding-top: 1rem;
}

.about .icons-container .icons p {
    font-size: 1.3rem;
    color: var(--light-color);
    padding-top: 1rem;
    text-transform: none;
}

/* filtro peças e insumos */
.rocker {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 12em;
    height: 4.2em;
    overflow: hidden;
    border-bottom: 0.5em solid var(--bg);
}

.rocker-small {
    font-size: 1.5rem;
    margin: 1em;
}

.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid var(--bg);
    border-bottom: 0;
}

.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-left,
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3rem;
    transition: 0.2s;
    user-select: none;
}

.switch-left {
    height: 2.4em;
    width: 5em;
    left: 0.85em;
    bottom: 0.6em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
}

.switch-right {
    right: 0.5em;
    bottom: 0;
    background-color: var(--main-color);
    color: #fff;
    width: 6em;
}

.switch-left::before,
.switch-right::before {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
}

.switch-left::before {
    left: -0.4em;
}

.switch-right::before {
    right: -0.375em;
    background-color: transparent;
    transform: skewY(65deg);
}

input:checked+.switch-left {
    background-color: var(--main-color);
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 6em;
    transform: rotate(0deg) skewX(0deg);
}

input:checked+.switch-left::before {
    background-color: transparent;
    width: 3.0833em;
}

input:checked+.switch-left+.switch-right {
    background-color: #ddd;
    color: #888;
    bottom: 0.6em;
    right: 0.8em;
    height: 2.4em;
    width: 5em;
    transform: rotate(-15deg) skewX(-15deg);
}

input:checked+.switch-left+.switch-right::before {
    background-color: #ccc;
}

.products{
    min-height: 100vh;
}
.products .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(40rem, 1fr));
    gap: 4.5rem;
}

.products .box-container .box-products{
    height: 25rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    box-shadow: var(--box-shadow);
}

.products .box-container .box-products img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.products .box-container .box-products .logo{
    position: absolute;
    top: .5rem; right: 1.5rem;
    font-weight: bolder;
    font-size: 5rem;
    color: var(--main-color);
}

.products .box-container .box-products .content{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 6rem; right: 0;
    transition-delay: .3s;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: center;
    padding-left: 50px;
    opacity: 0;
}
.products .box-container .box-products:hover .content{
    opacity: 1;
    top: 10px;
}

.products .box-container .box-products .content .label{
    font-size: 2rem;
    background-color: #2096a8;
    color: black;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    left: 18px;
}

.products .box-container .box-products .content .line {
    width: 90%;
    height: 3px;
    background-color: #555;
    position: relative;
    z-index: 2;
    left: 18px;
}

.products .box-container .box-products .content .code {
    background-color: #555;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
    margin-left: -10px;
    transform: skew(-40deg);
    min-width: 100px;
    z-index: 1;
}

.products .box-container .box-products .content .code h3{
    
    font-size: 2rem;
    color: white;
    font-weight: bold;
    transform: skew(40deg);
    z-index: 1;
}


.products .box-container .box-products .content .details {
    margin-top: 5px;
    font-size: 14px;
    color: black;
}

.products .box-container .box-products .content p{
    font-size: 1.5rem;
    padding-bottom: .5rem;
}

.products .box-container .box-products::before{
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: var(--bg);
    top: 0; right: 0;
    clip-path: circle(30% at 93% 0);
    transition: .5s linear;
}

.products .box-container .box-products:hover::before{
    clip-path: circle(100%);
}

.contact{
    padding: 1rem 9%!important
}

.contact .icons-container{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.contact .icons-container .icons{
    padding: 2.5rem;
    text-align: center;
    border: var(--border);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
}

.contact .icons-container .icons i{
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    color:var(--main-color);
    background: var(--bg);
    border-radius: 50%;
}

.contact .icons-container .icons h3{
    color:var(--black);
    padding: 1rem 0;
    font-size: 2.5rem;
}

.contact .icons-container .icons p{
    color:var(--light-color);
    line-height: 1.8;
    font-size: 1.5rem;
}

.contact .row{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.contact .row .map{
    flex:1 1 45rem;
    width: 100%;
    padding:2rem;
    border:var(--border);
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
}

.contact .row form{
    flex:1 1 45rem;
    padding:2rem;
    border:var(--border);
    box-shadow: var(--box-shadow);
    border-radius: .5rem;
    position: relative;
}

.contact .row form .box{
    margin:.7rem 0;
    padding: 1rem;
    font-size: 1.6rem;
    color:var(--black);
    border-radius: .5rem;
    border:var(--border);
    background: #f7f7f7;
    text-transform: none;
    width: 100%;
}

.contact .row form .box:focus{
    background:var(--bg);
}

.contact .row form textarea{
    height: 20rem;
    resize: none;
}

.contact .row form .btn:hover{
    background: var(--black);
}

.contact .row form .small{
    font-size: 1.2em;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px 5px 5px 0;

    position: absolute;
    bottom: 60px;
    left: 205px;
    
}

.contact .row form .success{
    color:#0a3622;
    background-color: #d1e7dd;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.contact .row form .error{
    color:#842029;
    background-color: #f8d7da;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.footer{
    margin-top: 1rem;
    background: var(--bg);
}

.footer .box-container{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
    gap:10rem;
}

.footer .box-container .box .container_logo {
    display: flex;
    align-items: center;
    color: var(--black);
}

.footer .box-container .box .container_logo img {
    width: 5rem;
    margin-right: 0.5rem;
}

.footer .box-container .box .container_logo div h2 {
    font-family: 'Technovier', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
}

.footer .box-container .box .container_logo div span {
    font-family: 'Technovier', sans-serif;
    text-transform: uppercase;
}

.footer .box-container .box h3{
    font-size: 2.5rem;
    padding: 1rem 0;
    color:var(--black);
}

.footer .box-container .box .name {
    color: var(--main-color);
}

.footer .box-container .box a{
    display: block;
    font-size: 1.5rem;
    padding: 0.6rem 0;
    color:var(--light-color);
}

.footer .box-container .box p {
    display: block;
    font-size: 1.5rem;
    padding: 0.6rem 0;
    color: var(--light-color);
    margin: 0;
    flex-wrap: nowrap;
}

.footer .box-container .box .info {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 0.6rem 0;
    color: var(--light-color);
    text-transform: none;
    white-space: nowrap;
}

.footer .box-container .box a i{
    padding-right: .5rem;
    color: var(--main-color);
}

.footer .box-container .box .info i {
    padding-right: .5rem;
    color: var(--main-color);
}

.footer .box-container .box a:hover i{
    padding-right: 2rem;
}

.footer .credit {
    color: var(--black);
    margin-top: 2rem;
    font-size: 1.5rem;
}

.footer .credit span{
    font-weight: bolder;
    color: var(--main-color);
}

.footer .credit .author{
    margin-left: 0.7rem;
    font-family: "Ballet", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
}

/* Estiliza o ícone fixo */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 1;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    color: var(--bg);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.cookie-icon {
    width: 30px;
    height: 30px;
}

.cookie-text {
    max-width: 300px;
    font-size: 1.2rem;
}

.cookie-text 

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.accept-btn,
.reject-btn {
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 1.4rem;
    border-radius: 20px;
    font-weight: bolder;
}

.accept-btn {
    background: var(--bg);
    color: var(--main-color);
}

.reject-btn {
    background: transparent;
    border: 1px solid var(--bg);
    color: var(--bg);
}

/* Ocultar por padrão */
.cookie-banner.hidden {
    display: none;
}

@media (max-width:1400px) {
    .products .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
        gap: 4.5rem;
    }
}



@media (max-width:1300px) {
    html {
        font-size: 60%;
    }

    .header {
        padding: 1rem;
        max-width: 100vw;
    }
}


@media (max-width:991px){
    html{
        font-size: 55%;
    }

    #menu-btn {
        display: initial;
    }

    .header {
        padding: 2rem;
        max-width: 100vw;
    }

    .header .navbar {
        position: absolute;
        top: 115%;
        right: 2rem;
        background: #fff;
        box-shadow: var(--box-shadow);
        border: var(--border);
        border-radius: .5rem;
        width: 30rem;
        transform: scale(0);
        transform-origin: top right;
        opacity: 0;
    }

    .header .navbar a {
        font-size: 2rem;
        display: block;
        padding: 1rem;
        margin: 1rem;
        border-radius: .5rem;
    }

    .header .navbar a:hover {
        background: var(--bg);
    }

    .home .content{
        text-align: center;
    }

    section{
        padding: 2rem;
    }
}

@media (max-width:768px) {
    html {
        font-size: 55%;
        width: 100%;
    }

    .header {
        padding: 2rem;
        max-width: 100vw;
    }

    .header .logo_image {
        width: 8rem;
    }

    .header .logo_text a {
        font-size: 3.5rem;
    }

    .header .logo_text span {
        font-size: 1.8rem;
    }

    .header .active {
        background-color: var(--bg);
        width: 80%;
        height: 70vh;
    }

    .header .active a {
        font-size: 3.2rem;
    }

    .home {
        padding-top: 15rem;
    }

    .home .swiper-slide .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .home .swiper-slide .row .image {
        flex: 1 1 4rem;
        max-width: 100%;
        max-height: 350px;
        display: flex;
        justify-content: center;
    }

    .home .swiper-slide .row .image img, .swiper-slide .row .image video{
        width: 85%;
        height: auto;
        object-fit: contain;
    }

    .home .swiper-slide .row .content {
        padding: 2rem;
        flex: 0;
        text-align: center;
    }

    .home .swiper-slide .slogan-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home .swiper-slide .slogan-box .slogan p,
    .home .swiper-slide .slogan-box .slogan p span {
        font-size: 3rem;
        padding: 1rem 0;
    }

    .home .swiper-slide .slogan-box .benefits-container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .home .swiper-slide .slogan-box .benefit-item {
        text-align: center;
        width: 30%;
        margin: 15px 0;
        padding: 1.5rem;
        border-top: 0.2rem solid rgba(0, 0, 0, .1);
        border-left: 0.2rem solid rgba(0, 0, 0, .1);
        border-bottom: 0.5rem solid rgba(0, 0, 0, .1);
        border-right: 0.5rem solid rgba(0, 0, 0, .1);
    }

    .home .swiper-slide .slogan-box .benefit-item i {
        font-size: 25px;
        color: var(--main-color);
        margin-bottom: 10px;
    }

    .home .swiper-slide .slogan-box .benefit-item p {
        font-size: 16px;
        color: var(--black);
    }

    .services {
        max-width: 100%;
        margin-top: 50px;
    }

    .services .box-container .box img {
        max-height: 160px;
    }

    .services .product-description {
        font-size: 2.1rem;
        color: var(--black);
        line-height: 1.9;
        padding: 2rem;
    }

    .products {
        max-width: 100%;
        margin-top: 50px;
    }

    .products .box-products {
        margin: 1.5rem;
    }

    .about {
        margin-top: 50px;
    }

    .about .row .content p {
        font-size: 2.2rem;
    }

    .contact {
        margin-top: 50px;
    }

    .footer .box-container {
        gap: 1rem;
    }

    .footer .box-container .box .info {
        gap: 1rem;
    }

    .cookie-banner {
        width: 85%;
        padding: 10px;
    }

    .accept-btn,
    .reject-btn {
        width: 10rem;
        padding: 6px 8px;
        font-size: 1.6rem;
    }

    .cookie-text {
        font-size: 1.6rem;
    }
}

@media (max-width:450px){
    html{
        font-size: 50%; 
        width: 100%;       
    }

    .header {
        padding: 2rem;
        max-width: 100vw;
    }

    .header .logo_image {
        width: 7rem;
    }

    .header .logo_text a {
        font-size: 3rem;
    }

    .header .logo_text span {
        font-size: 1.5rem;
    }

    .header .active .fa-cog {
        display: block;
        position: absolute;
        font-size: 20rem;
        opacity: .15;
        color: var(--light-color);
        animation: rotate 10s linear infinite;
        z-index: 1;
    }

    .header .nut1 {
        top: 50%;
        left: 18rem;
        
    }

    .header .active {
        background-color: var(--bg);
        width: 90%;
        height: 80vh;
    }

    .header .active a{
        color: var(--main-color);
        font-size: 3rem;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .header .active a i{
        margin-right: 1rem;
        display: block;
    }

    .home {
        padding-top: 12rem;
    }

    .home .fa-cog {
        font-size: 20rem;
    }

    .home .nut2 {
        bottom: 3%;
        right: 0rem;
        opacity: .1;
    }

    .home .swiper-slide .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .home .swiper-slide .row .image{
        flex: 1 1 3rem;
        max-width: 100%;
        max-height: 300px;
        display: flex;
        justify-content: center;
    }

    .home .swiper-slide .row .image img,
    .swiper-slide .row .image video {
        width: 99%;
        height: auto;
        object-fit: contain;
    }

    .home .swiper-slide .row .content {
        padding: 0px;
        flex: 0;
        text-align: center;
    }

    .home .swiper-slide .row .content p{
        line-height: 1.4;
    }

    .home .swiper-slide .row .content ul {
        list-style: none;
        padding-left: 0;
        padding: 0;
        line-height: 1;
    }

    .home .swiper-slide .slogan-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home .swiper-slide .slogan-box .first{
        margin: 0!important;
        margin-top: 2rem !important;
    }

    .home .swiper-slide .slogan-box .slogan {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2rem !important;
    }

    .home .swiper-slide .slogan-box .slogan p, .home .swiper-slide .slogan-box .slogan p span {
        font-size: 2.5rem;
        padding: 1rem 0;
    }

    .home .swiper-slide .slogan-box .benefits-container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 20px auto;
    }

    .home .swiper-slide .slogan-box .benefit-item {
        text-align: center;
        width: 40%;
        margin: 10px 0;
        padding: 1rem;
        border-top: 0.1rem solid rgba(0, 0, 0, .1);
        border-left: 0.1rem solid rgba(0, 0, 0, .1);
        border-bottom: 0.4rem solid rgba(0, 0, 0, .1);
        border-right: 0.4rem solid rgba(0, 0, 0, .1);
    }

    .home .swiper-slide .slogan-box .benefit-item i {
        font-size: 20px;
        color: var(--main-color);
        margin-bottom: 10px;
    }

    .home .swiper-slide .slogan-box .benefit-item p {
        font-size: 14px;
        color: var(--black);
    }

    .home .swiper-container{
        width: 100%;
        overflow: hidden;
    }

    .home .swiper-slide{
        width: 100% !important;
        padding: 1rem;
    }

    .services{
        max-width: 100%;
        margin-top: 70px;
    }

    .services h3{
        padding: 1rem;
    }

    .services .box-container .box img{
        max-height: 140px;
    }

    .services .product-section{
        margin-bottom: 2rem;
    }

    .services .product-section .product-container .carousel{
        display: none;
    }

    .services .product-section .product-container .product-description{
        font-size: 1.9rem;
        color: var(--black);
        line-height: 1.8;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .services .pagination {
        margin-top: 3rem;
    }

    .services .product-container{
        width: 100%;
    }

    .services .product-description{
        width: 100%;
        padding: 2rem;
    }

    .products{
        max-width: 100%;
        margin-top: 70px;
    }

    .products .box-products {
        margin: 1rem;
    }

    .products .box-container .box-products:hover .content {
        background-color: #e9f3fcd3;
    }

    .products .box-container .box-products:hover .content h3{
        font-size: 3rem !important;
    }

    .about{
        margin-top: 70px;
    }

    .about .row .swiper {
        display: none;
    }

    .about .row .content p {
        font-size: 2rem;
    }

    .about .icons-container .icons p{
        font-size: 1.5rem;
    }

    .contact{
        margin-top: 70px;
    }

    .footer .box-container {
        gap: 0rem;
    }

    .footer .box-container .box .info {
        gap: 0.5rem;
    }

    .cookie-banner{
        width: 90%;
        padding: 7px;
    }

    .accept-btn,
    .reject-btn {
        width: 8rem;
        padding: 4px 6px;
        font-size: 1.4rem;
        margin: 4px;
    }

    .cookie-text{
        font-size: 1.4rem;
    }
}

