/*
 Theme Name: Blisq
 Theme URI: http://blisq.pt
 Author: Blisq
 Author URI: http://blisq.pt
 Description: Tema desenvolvido para uso esclusivo da Blisq Creative
 Version: V6.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Blisq
 Text Domain: Blisq
 */
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");

a, p, h1, h2, h3, h4, input, textarea, button, ul, li, ol, address {
    font-family: "Montserrat", sans-serif;
}

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

body {

    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

::placeholder {
    text-transform: uppercase;
    color: #fff;
}

.custom-container {
    max-width: 1400px;
    margin: 0 auto;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #252321;
}

::selection {
    color: #fff;
    background: #252321;
}

/*
 *
 * ----- HEADER
 *
 */
* {
    box-sizing: border-box;
}

.menu-toggle {
    display: none;
}

header {
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.menu-mobile-wrapper {
    display: none;
}

.header-container {
    max-width: 1715px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-menu-right ul li, .main-menu-left ul li {
    display: inline-block;
}

.main-menu-left ul {
    margin-left: 52.5px;
}

.main-menu-left ul li a {
    padding: 0 37.5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.185em;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 0;
    text-decoration: none;
    position: relative;
}

.main-menu-left ul li.current-menu-item a {
    font-weight: 600;
}

.main-menu-left ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 37px;
    transition: 0.4s ease-in-out all;
}

.main-menu-left ul li a:hover:after, .main-menu-left ul li.current-menu-item a:after {
    width: calc(100% - 77px);
}

.darker-header .main-menu-left ul li a, .darker-header .main-menu-right ul li a {
    color: #000000;
}

.darker-header .main-menu-left ul li a:after, .darker-header .main-menu-right ul li a:after {
    background-color: #000000;
}

.main-menu-left ul li:nth-last-child(1) a {
    padding-right: 0;
}

.main-menu-left ul li:nth-last-child(1) a:hover:after, .main-menu-left ul li.current-menu-item:nth-last-child(1) a:after {
    width: calc(100% - 39px);
}

.main-menu-left a.logo {
    display: inline-block;
}

.main-menu-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu-right ul li a {
    padding: 0 12.5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.main-menu-right ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 12px;
    transition: 0.4s ease-in-out all;
}

.main-menu-right ul li a:hover:after {
    width: calc(100% - 25px);
}

.main-menu-right ul li:nth-last-child(1) a {
    padding-right: 0;
}

.main-menu-right ul li:nth-last-child(1) a:hover:after {
    width: calc(100% - 12px);
}

.contacts-box {
    position: fixed;
    background: #252321;
    backdrop-filter: blur(24px);
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    right: -84%;
    transition: 0.4s ease-in-out all;
    cursor: pointer;
    width: 90%;
}

.contacts-box:hover {
    right: -83%;
}

.contacts-box.open {
    right: 5%;
}

.contacts-box h2 {
    font-family: "Italiana", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #fcfdfb;
    writing-mode: tb;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
}

.contacts-box h3 {
    font-family: "Italiana", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 67px;
    line-height: 73px;
    letter-spacing: 0.1em;
    color: #8e8b82;
    text-transform: uppercase;
    margin-bottom: 65px;
    width: 100%;
}

.contacts-inner-box {
    padding: 100px 60px 100px 155px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    column-gap: 100px;
}

.close-contacts-box {
    background: url(assets/images/close.svg);
    background-size: contain;
    position: absolute;
    top: 120px;
    right: 110px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.4s ease-in-out all;
    z-index: 1;
}

.close-contacts-box:hover {
    transform: scale(0.8);
}

.contacts-details address, .contacts-details a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 164.9%;
    letter-spacing: 0.1em;
    color: #f3f3f3;
}

.contacts-details a {
    display: block;
    text-decoration: none;
    transition: 0.4s ease-in-out all;
    margin-top: 16px;
}

.contacts-details a:hover {
    color: #8e8b82;
}

.contacts-form h4 {
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.22em;
    color: #555555;
    opacity: 0.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.map-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.map {
    height: 100%;
    width: 385px;
}

.header-details-box {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 90vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 80px;
    z-index: 1;
    align-items: flex-end;
    z-index: 1;
}

.language-widget ul li {
    display: inline-block;
}

.language-widget ul li.wpml-ls-current-language a {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.language-widget ul li a {
    font-style: normal;
    font-size: 14px;
    line-height: 154.9%;
    color: #ffffff;
    z-index: 2;
    margin: 0 10px;
    padding: 0;
    transition: 0.4s ease-in-out all;
}

.language-widget ul li a:hover {
    border-bottom: 1px solid #fff;
}

.social-network-widget a {
    display: inline-block;
}

.social-network-widget a:hover .social-icone {
    width: 40px;
    height: 40px;
}

.social-network-widget .social-icone {
    display: inline-block;
    width: 35px;
    height: 35px;
    transition: 0.4s ease-in-out all;
}

.social-network-widget .social-icone.icone-facebook {
    -webkit-mask-image: url(assets/images/svg/icone-facebook.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background: #fff;
}

/*
 *
 * ---- HOME SLIDER
 *
 */
.home-slider-section {
    position: relative;
}

.home-slider-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 375px;
    width: 290px;
    height: 100%;
    /*background: linear-gradient(
	297.12deg,
	rgb(0 0 0 / 27%) 50%,
	rgb(0 0 0 / 0%) 65%
	);*/
    backdrop-filter: blur(0);
    transform: rotate(20.3deg);
    z-index: 1;
    transition: 2.6s all;
}

.home-slider-section:after {
    content: "";
    position: absolute;
    bottom: 150px;
    right: 685px;
    width: 370px;
    height: 355px;
    /*background: radial-gradient(
	28.12% 27% at 50% 50%,
	rgba(0, 0, 0, 0.03) 0%,
	rgba(0, 0, 0, 0) 100%
	);*/
    backdrop-filter: blur(0);
    border-radius: 500px;
    transform: rotate(20.3deg);
    transition: 2.6s all;

}

.home-slider-section.active:after, .home-slider-section.active:before {
    backdrop-filter: blur(5px);
    transition: 2.6s all;
}

.slide-box {
    position: relative;
    max-height: 100%;
    height: 100vh;
    min-height: 450px;
}

.slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-box h2 {
    font-family: "Italiana", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: normal;
    font-size: 223px;
    line-height: 94.7%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 250px #ffffff;
    width: 75%;
}

/*
 *
 * HOME PRODUTOS
 *
 *
 */
.home-products-slider {
    padding: 290px 0 290px 240px;
    position: relative;
    z-index: 5;
    background: white;
}

.home-products-slider-header h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.home-products-slider-box {
    display: flex;
    column-gap: 30px;
    overflow: auto;
    padding-bottom: 185px;
}

.home-products-slider-box::-webkit-scrollbar {
    display: none;
}

.home-product-slide-box {
    width: 360px;
    flex: 0 0 360px;
    overflow: hidden;
    transition: 0.4s ease-in-out all;
}

.home-product-slide-box a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.home-product-slide-box img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: 0.4s ease-in-out all;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.home-product-slide-box h3 {
    font-family: "Italiana", serif;
    font-size: 35px;
    line-height: 126.9%;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0px 19px #000000;
    position: absolute;
    text-align: center;
    bottom: -50%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    transition: 0.4s ease-in-out all;
}

.home-product-slide-box.active img, .home-product-slide-box a:hover img {
    filter: brightness(0);
}

.home-product-slide-box.active h3, .home-product-slide-box a:hover h3 {
    bottom: 40px;
}

.home-product-slide-box.odd, .home-product-slide-box.odd.prev-inactive, .home-product-slide-box.odd.next-inactive {
    transform: translateX(0) translateY(150px);
}

.home-products-slide-navbar {
    display: inline-flex;
    align-items: center;
    padding: 20px 0;
    position: absolute;
    left: 670px;
    bottom: 110px;
}

.slide-navigator {
    display: inline-block;
    width: 24px;
    background: #bbbbbb;
    height: 1px;
    transition: 0.2s ease-in-out all;
    cursor: pointer;
}

.slide-navigator.active, .slide-navigator:hover {
    height: 4px;
    background: #000000;
}

.slide-navigator.active {
    pointer-events: none;
}

.home-products-slide-arrow-left {
    width: 30px;
    height: 48px;
    background: url(assets/images/svg/slide-arrow-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s ease-in-out all;
    margin-right: 10px;
}

.home-products-slide-arrow-right {
    width: 30px;
    height: 48px;
    background: url(assets/images/svg/slide-arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s ease-in-out all;
}

.home-products-slide-arrow-right:hover, .home-products-slide-arrow-left:hover {
    transform: scale(0.8);
}

/*
 *
 * PAGE BANNER
 *
 *
 */
.page-banner h1 {
    padding: 230px 815px 85px 215px;
    background: #f6f6f6;
    font-family: "Italiana", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 67px;
    line-height: 79px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #000000;
}

.page-banner img {
    max-width: 100%;
    height: auto;
    max-height: 640px;
    object-fit: cover;
}

/*
 *
 * PRODUTOS
 *
 *
 *
 */
.products-list-menu {
    background: #f6f6f6;
}

.products-list-section {
    position: sticky;
    position: relative;
    top: 0;
    z-index: 3;
}

.products-list-menu:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: url(assets/images/scroll.svg);
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    ointer-events: none;
    margin-top: -5px;
    animation-name: movescroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes movescroll {
    0% {
        left: 50%;
    }
    50% {
        left: 51%;
    }
    100% {
        left: 50%
    }
}

.products-list-menu ul {
    padding: 45px 25px 25px 0;
    max-width: 1600px;
    display: flex;
    overflow-x: scroll;
    margin-left: auto;
    margin-right: 110px;
    position: relative;
    z-index: 10;
    pointer-events: all;
}

.products-list-menu ul::-webkit-scrollbar {
    width: 4px;
    height: 15px;
    cursor: pointer;
}

.products-list-menu ul::-webkit-scrollbar-track {
    transition: 0.4s ease-in-out all;
    cursor: pointer;
    border-radius: 5px;
}

.products-list-menu ul::-webkit-scrollbar-thumb {
    background: rgb(7, 7, 7);
    border-radius: 10px;
}

.products-list-menu ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 171.9%;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 32px;
    padding: 12px 19px;
    transition: 0.4s ease-in-out all;
    white-space: nowrap;
    cursor: pointer;
}

.products-list-menu ul li:hover, .products-list-menu ul li.active {
    background: #000000;
    box-sizing: border-box;
    color: #fff;
}

.products-list-menu ul li a {
    text-decoration: none;
}

/* ------------ SMALL CONTAINER ------------ */
.small-container {
    max-width: 720px;
    margin-left: 215px;
    margin-right: auto;
    margin-top: 65px;
    margin-bottom: 85px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
}

.small-container strong {
    font-weight: bold;
}

.small-container ul {
    list-style: inside;
    margin: 16px 0;
}

.small-container li {
    margin-left: 15px;
}

/* ------------ HOME ----------------- */
.home-quote-section {
    padding-top: 455px;
    padding-bottom: 370px;
    z-index: 3;
    position: relative;
    background: #f6f6f6;
}

.home-quote-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    position: relative;
}

.home-quote-container::after {
    position: absolute;
    border: 1px solid #000000;
    width: 535px;
    height: 755px;
    display: block;
    content: "";
    border-radius: 300px;
    top: 50%;
    right: -405px;
    z-index: -1;
    transform: translateY(-50%);
    animation-name: top-bottom;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes top-bottom {
    from {
        top: 20%;
    }
    to {
        top: 50%;
    }
}

.home-quote {
    font-family: "Belleza", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    color: #343434;
    border: 1px solid #ffffff;
    margin-bottom: 50px;
    position: relative;
}

.home-quote::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    top: 50%;
    left: 247px;
    background: #8e8b82;
    opacity: 0.18;
    border-radius: 100%;
    transform: translateY(-80%);
    filter: blur(30px);
}

.home-author-box {
    max-width: 130px;
    text-align: start;
    margin: 0 auto;
}

.home-author {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}

.home-author::after {
    position: absolute;
    background: url(assets/images/svg/quote-author-vector.svg);
    width: 135px;
    height: 125px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: -40px;
    top: -20px;
    z-index: -1;
}

.home-empresa-section {
    padding-top: 150px;
    padding-bottom: 170px;
    background: #f6f6f6;
    position: relative;
}

.home-empresa-section::before {
    position: absolute;
    border: 1px solid #000000;
    width: 535px;
    height: 755px;
    display: block;
    content: "";
    border-radius: 300px;
    top: -270px;
    left: 137px;
    z-index: -1;
    animation-name: bottom-top;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes bottom-top {
    from {
    }
    to {
        top: -200px;
    }
}

.empresa-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.empresa-image {
    position: relative;
}

.empresa-image img {
    z-index: 2;
    position: relative;
}

.empresa-image::before {
    position: absolute;
    width: 545px;
    height: 890px;
    display: block;
    content: "";
    border-radius: 300px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 3;
    background: rgba(246, 246, 246, 0.53);
    backdrop-filter: blur(15px);
}

.empresa-image-animation.empresa-image::before {
    animation-name: right-left;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    right: 330px;
}

@keyframes right-left {
    from {
        right: 0px;
    }
    to {
        right: 330px;
    }
}

.empresa-image::after {
    position: absolute;
    width: 720px;
    height: 55px;
    background: #26262c;
    top: 50%;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.empresa-content {
    max-width: 480px;
}

.empresa-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    margin-bottom: 25px;
}

.empresa-text h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
    margin: 0;
    display: inline-block;
}

.home-btn-empresa {
    border: 1px solid #000000;
    border-radius: 32px;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
    font-family: "Italiana", serif;
    font-size: 12px;
    line-height: 171.9%;
    text-decoration: none;
    letter-spacing: 0.105em;
    cursor: pointer;
    color: #000000;
}

.home-btn-empresa:hover {
    background-color: #000000;
    color: #ffff;
}

/* ------------ PRODUTOS --------------- */
.produto-section {
    padding-top: 110px;
    padding-bottom: 155px;
    min-height: 100vh;
}

.produtos-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1460px;
    position: relative;
}

.documentos-box {
    margin: 0 auto;
    max-width: 1460px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 40px;
}

.document-inner-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    padding: 45px;
}

.document-inner-box:hover .download-button {
    opacity: 1;
    bottom: -23px;
}

.document-inner-box a {
    text-decoration: none;
}

.document-inner-box span {
    font-family: Italiana;
    font-style: normal;
    font-weight: bolder;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-decoration: none;
    color: #000000;
    text-align: center;

}

.document-inner-box span.download-button {
    position: absolute;
    bottom: -35px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%);
    border: 1px solid #000000;
    border-radius: 32px;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
    font-family: "Italiana", serif;
    font-size: 12px;
    line-height: 171.9%;
    text-decoration: none;
    letter-spacing: 0.105em;
    cursor: pointer;
    color: #000000;
}

.document-inner-box span.download-button:hover {
    background-color: #000000;
    color: #ffff;

}

.produtos-box img {
    object-fit: cover;
    height: auto;
    max-width: 100%;
}

/*
 * NEW
 */
.produtos-box img {
    width: 100%;
    margin-bottom: 260px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    transition: 0.6s all;
}

.produtos-box img:nth-child(even) {
    width: 80%;
    margin: 0 auto 260px;
}

.produtos-box .product-img-top {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    transition: 0.6s all;
}

/*
 * END NEW
 */

.produto-text {
    position: absolute;
    top: 355px;
    right: 170px;
    max-width: 415px;
    font-size: 16px;
    line-height: 171%;
    color: #f6f6f6;
    background-color: #000000;
    padding: 40px;
    font-family: "Montserrat", sans-serif;
}

/* ------------ NOTICIAS ------------ */
.news-container {
    max-width: 1250px;
    display: flex;
    flex-wrap: wrap;
    margin: 140px auto;
    gap: 35px;
}

.news-box {
    max-width: calc(50% - 35px);
    flex: 0 0 calc(50% - 35px);
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.news-box:hover .btn-see-more {
    opacity: 1;
    bottom: -15px;
}

.news-box h2 {
    font-family: "Italiana", serif;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.news-content.with-image {
    max-width: calc(100% - 165px);
    flex: 0 0 calc(100% - 165px);
}

.news-content {
    padding: 40px 50px 40px 40px;
    max-width: 100%;
    flex: 0 0 100%;
}

.news-text {
    font-size: 16px;
    line-height: 150%;
    color: #343434;
}

.news-imagem {
    width: 165px;
}

.news-imagem img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.btn-see-more {
    position: absolute;
    bottom: -22px;
    left: 40px;
    opacity: 0;
    border: 1px solid #000000;
    border-radius: 32px;
    background: #f9f9f9;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
    font-family: "Italiana", serif;
    font-size: 12px;
    line-height: 171.9%;
    text-decoration: none;
    letter-spacing: 0.105em;
    cursor: pointer;
    color: #000000;
}

.btn-see-more:hover {
    background-color: #000000;
    color: #ffff;
}

/* ------------ NOTICIA SINGLE ---------------*/
.single-news {
    padding-top: 230px;
    padding-left: 140px;
    padding-bottom: 350px;
    position: relative;
}

.single-news:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 100%;
    background: #f6f6f6;
    z-index: -1;
}

.single-news-container {
    max-width: 1400px;
    padding-left: 140px;
    column-gap: 200px;
    display: flex;
}

.single-news-content h1 {
    font-family: "Italiana", serif;
    font-size: 67px;
    line-height: 72px;
    letter-spacing: 0.005em;
    color: #000000;
    margin-bottom: 20px;
}

.single-news-content {
    font-size: 16px;
    line-height: 28px;
    color: #343434;
}

.single-news-other-container {
    padding: 120px 220px 0;
}

.single-news-other-container .news-container {
    margin-top: 60px;
}

.singe-news-other-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.singe-news-other-header h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    color: #000000;
}

.btn-more-news {
    border: 1px solid #000000;
    border-radius: 32px;
    background: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
    font-family: "Italiana", serif;
    font-size: 12px;
    line-height: 171.9%;
    text-decoration: none;
    letter-spacing: 0.105em;
    cursor: pointer;
    color: #000000;
}

.btn-more-news:hover {
    background-color: #000000;
    color: #ffff;
}
.single-news-image{
	min-width: calc(50% - 200px);
}
.single-news-image img{
	max-width: 100%;
	height: auto;
}
/* ------------ EMPRESA ------------- */

.empresa-identidade-section {
    padding-top: 160px;
}

.identidade-container, .atividade-container {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.identidade-imagem {
    position: relative;
}

.identidade-imagem::after {
    position: absolute;
    border: 1px solid #000000;
    width: 535px;
    height: 755px;
    display: block;
    content: "";
    border-radius: 300px;
    top: 50%;
    right: -125px;
    z-index: -1;
    transform: translateY(-50%);
}

.identidade-content {
    max-width: 560px;
}

.identidade-content, .atividade-content {
    margin: auto 0;
}

.identidade-content h2, .valencias-container h2, .atividade-container h2, .empresa-container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.identidade-content, .valencias-container, .atividade-container, .empresa-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
}

.empresa-valencias-section {
    padding-top: 300px;
    padding-bottom: 445px;
}

.valencias-container {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.valencias-container::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    right: -220px;
    top: 50%;
    background: #8e8b82;
    opacity: 0.18;
    border-radius: 100%;
    transform: translateY(-50%);
    filter: blur(30px);
}

.empresa-atividade-section {
    background: #f6f6f6;
    padding-bottom: 275px;
    padding-top: 160px;
}

.atividade-container p {
    margin-bottom: 16px;
}

.atividade-container strong {
    font-weight: bold;
}

.atividade-content {
    max-width: 560px;
    margin-right: 145px;
}

.atividade-imagem {
    margin-top: -300px;
    position: relative;
}

.atividade-imagem::before {
    position: absolute;
    width: 545px;
    height: 755px;
    display: block;
    content: "";
    border-radius: 300px;
    bottom: -165px;
    right: 330px;
    z-index: 1;
    background: rgba(246, 246, 246, 0.53);
    backdrop-filter: blur(15px);
}

/* ------------ GRUPO --------------*/
.grupo-lead-container {
    max-width: 1460px;
    margin: 0 auto;
    padding-top: 190px;
    padding-bottom: 160px;
}

.group-lead-box {
    display: flex;
    column-gap: 150px;
}

.grupo-lead-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.grupo-lead-content {
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 164.9%;
    color: #343434;
}

.grupo-lead-right {
    max-width: 722px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #343434;
}

.grupo-lead-right p {
    margin-bottom: 15px;
}

.grupo-video-section {
    background: #f6f6f6;
    position: relative;
}

.grupo-video-section::before {
    position: absolute;
    border: 1px solid #000000;
    width: 535px;
    height: 830px;
    display: block;
    content: "";
    border-radius: 300px;
    top: -270px;
    left: 85px;
    z-index: 1;
}

.grupo-video-container {
    max-width: 1460px;
    margin: 0 auto;
    padding-top: 150px;
}

.grupo-video-container h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.22em;
    color: #000000;
    text-transform: uppercase;
}

.grupo-video-box {
    position: relative;
}

.btn-see-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    border: 1px solid #000000;
    border-radius: 32px;
    background: transparent;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
    font-family: "Italiana", serif;
    font-size: 12px;
    line-height: 171.9%;
    text-decoration: none;
    letter-spacing: 0.105em;
    cursor: pointer;
    color: #000000;
    font-weight: bolder;
    opacity: 1;
    text-shadow: 0px 0px 0px black;
}

.btn-visible {
    opacity: 0;
}

.btn-see-video:hover {
    background: #000000;
    color: #fff;
}

.grupo-video {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    clip-path: circle(750px at 50% 130.5%);
    transition: clip-path 1s;
    margin-bottom: -5px;
}

.grupo-video-box:hover .btn-see-video {
    opacity: 1;
}

.grupo-video-extended {
    clip-path: circle(75%);
}

/*------------ FOOTER ---------------*/

footer {
    padding: 150px 0 75px 0;
    background: #28282d;
    overflow: hidden;
    z-index: 5;
    position: relative;
}

footer a {
    transition: 0.4s ease-in-out all;
}

footer a:hover {
    color: #fff;
}
.footer-certificacoes{
	display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;

}
.footer-award {
    margin-bottom: 20px;
    margin-left: 10px;
}

.footer-award img {
    max-width: 350px;
    height: auto;
}

.jsb-mail {
    width: 100%;
    font-family: "Italiana", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 214px;
    line-height: 94.7%;
    letter-spacing: 0.005em;
    color: #a0a0a0;
    text-align: center;
    display: block;
}

.nav-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 130px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 300px;
}

.logos-grupo-jsb {
    margin-top: 10px;
}

.footer-links a {
    font-weight: 900;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #555555;
    text-decoration: none;
}

.footer-contactos {
    max-width: 290px;
}

.footer-contactos h2, .footer-form h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.22em;
    margin-bottom: 15px;
    color: #555555;
}

.response-ajax p, .footer-contactos a, .footer-contactos address {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 171.9%;
    text-transform: uppercase;
    color: #f3f3f3;
    text-decoration: none;
}
.certificacoes{
	background:#fff;
	display: inline-block;    
}
.certificacoes img{
	max-height: 80px;
}
.footer-form {
    max-width: 640px;
}

.label-error {
    color: red;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.contacts-form textarea {
    resize: none;
}

.contacts-form-box {
    display: flex;
    flex-wrap: wrap;
}

.contacts-form-box input[type="checkbox"] {
    opacity: 0;
    margin: 0;
    font: inherit;
    width: 0;
    height: 0;
}

.contacts-form-box label {
    font-family: "Montserrat", sans-serif;
    padding-left: 25px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}

.contacts-form-box span:before {
    content: "";
    width: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 13px;
    border: 1px solid #b5bcb5;
    cursor: pointer;
    transition: 0.4s ease-in-out all;
    transform: translateY(-50%);
}

.contacts-form-box input[type="checkbox"]:checked + span:before {
    background: #fff;
}

.contacts-form-box a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.contacts-form-box a:hover {
    text-decoration: underline;
}

.contacts-form input[type="text"], .contacts-form input[type="email"], .contacts-form textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #555555;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 266.9%;
    color: #ffffff;
    outline: none;
}

.agroup-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.btn-form-send {
    font-family: "Italiana", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 171.9%;
    letter-spacing: 0.105em;
    color: #ffffff;
    border: 1px solid #b5bcb5;
    border-radius: 32px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: 0.4s ease-in-out all;
}

.btn-form-send:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 171.9%;
    background-color: #f6f6f6;
    letter-spacing: 0.105em;
    color: #000000;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}

/* ------------------ RESPONSIVE ------------------ */
@media (max-width: 1800px) {
    .contacts-details address, .contacts-details a {
        font-size: 17px;
    }

    .label-error {
        font-size: 12px;
    }

    .contacts-inner-box {
        padding: 80px 60px 80px 125px;
        column-gap: 80px;
    }

    .slide-box h2 {
        font-size: 163px;
    }

    .home-quote-section {
        padding-top: 335px;
        padding-bottom: 260px;
    }

    .response-ajax p, .footer-contactos a, .footer-contactos address {
        font-size: 14px;
    }

    .footer-links {
        max-width: 350px;
    }

    .logos-grupo-jsb {
        max-width: 220px;
        height: auto;
    }

    .footer-links a {
        font-size: 12px;
    }

    .contacts-form input[type="text"], .contacts-form input[type="email"], .contacts-form textarea {
        font-size: 12px;
        line-height: 264.9%;
    }

    .jsb-mail {
        font-size: 164px;
    }

    .news-box h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .news-text {
        font-size: 14px;
    }

    .single-news-content h1 {
        font-size: 61px;
        line-height: 69px;
    }

    .small-container {
        font-size: 14px;
        line-height: 29px;
    }

    .page-banner h1 {
        font-size: 60px;
        line-height: 74px;
        padding: 230px 815px 85px 135px;
    }

    .home-products-slider {
        padding: 180px 0 180px 240px;
    }
}

@media (max-width: 1750px) {
    .header-container {
        max-width: 1500px;
    }

    .main-menu-left ul li a {
        padding: 0 16px;
        font-size: 14px;
        line-height: 18px;
    }

    .main-menu-right ul li a {
        padding: 0 11px;
        font-size: 12px;
        line-height: 14px;
    }

    .home-slider-section:before {
        width: 230px;
    }

    .home-slider-section:after {
        width: 320px;
        height: 325px;
    }

    .home-slider-section {
        min-height: 700px;
    }

    .slide-box {
        height: 100%;
        min-height: 700px;
    }

    .home-quote-container::after {
        width: 385px;
        height: 575px;
        right: -315px;
    }

    .home-empresa-section::before {
        width: 385px;
        height: 575px;
    }

    .home-quote::after {
        width: 300px;
        height: 300px;
        top: 10%;
    }

    .home-quote-section {
        padding-top: 195px;
        padding-bottom: 195px;
    }

    .home-empresa-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .home-product-slide-box h3 {
        font-size: 30px;
    }

    .home-products-slider {
        padding: 120px 0 120px 240px;
    }

    .home-products-slider-header h2 {
        margin-bottom: 50px;
    }

    .main-menu-left ul li a::after {
        left: 17px;
    }

    .main-menu-left ul li a:hover:after, .main-menu-left ul li.current-menu-item a:after {
        width: calc(100% - 37px);
    }

    .main-menu-left ul li:nth-last-child(1) a:hover:after, .main-menu-left ul li.current-menu-item:nth-last-child(1) a:after {
        width: calc(100% - 19px);
    }

    .grupo-lead-content {
        font-size: 26px;
    }

    .grupo-lead-right {
        max-width: 812px;
        font-size: 14px;
        line-height: 30px;
    }

    .grupo-video-section::before {
        width: 405px;
        height: 640px;
        top: -130px;
    }

    .grupo-lead-container {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .grupo-video-container {
        padding-top: 120px;
    }

    .grupo-video-container h2 {
        margin-bottom: 20px;
    }

    .empresa-valencias-section {
        padding-top: 200px;
        padding-bottom: 285px;
    }

    .identidade-content {
        max-width: 440px;
    }

    .identidade-imagem::after {
        width: 435px;
        height: 705px;
        right: -85px;
    }

    .valencias-container::before {
        width: 300px;
        height: 300px;
        right: -70px;
    }

    .empresa-atividade-section {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .atividade-imagem::before {
        width: 455px;
        height: 705px;
        bottom: -65px;
        right: 260px;
    }

    .atividade-imagem {
        margin-top: -250px;
    }

    .single-news-content {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 1700px) {
    .home-quote-container {
        max-width: 600px;
    }

    .home-quote {
        font-size: 40px;
        line-height: 48px;
    }

    .home-quote-container::after {
        width: 335px;
        height: 505px;
        right: -245px;
    }

    .home-empresa-section::before {
        width: 335px;
        height: 505px;
    }

    .home-author {
        font-size: 18px;
        line-height: 22px;
    }

    .empresa-image::before {
        width: 425px;
        height: 750px;
    }

    .identidade-content, .valencias-container, .atividade-container, .empresa-content {
        font-size: 14px;
        line-height: 26px;
    }

    .home-products-slide-arrow-left, .home-products-slide-arrow-right {
        width: 20px;
        height: 38px
    }

    .page-banner h1 {
        font-size: 40px;
        line-height: 54px;
        padding: 200px 805px 75px 95px;
    }

    .grupo-lead-right {
        max-width: 665px;
    }

    .grupo-lead-left {
        max-width: 500px;
    }

    .group-lead-box {
        display: flex;
        column-gap: 100px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .grupo-video-section::before {
        width: 345px;
        height: 580px;
        top: -100px;
    }

    .grupo-lead-content {
        font-size: 23px;
    }

    .contacts-box h2 {
        left: 35px;
    }

    .contacts-box {
        right: -85%;
    }

    .contacts-box h3 {
        font-size: 47px;
        line-height: 53px;
        margin-bottom: 55px;
    }

    .contacts-details address, .contacts-details a {
        font-size: 14px;
    }

    .btn-form-send {
        padding: 8px 25px;
    }

    .contacts-form-box label {
        font-size: 10px;
    }

    .close-contacts-box {
        top: 40px;
        right: 40px;
        width: 30px;
        height: 30px;
    }

    .contacts-inner-box {
        padding: 40px 40px 40px 105px;
        column-gap: 130px;
    }

    .valencias-container {
        max-width: 650px;
    }

    .identidade-content {
        max-width: 500px;
    }

    .identidade-imagem {
        max-width: 600px;
    }

    .identidade-imagem img {
        max-width: 100%;
        height: auto;
    }

    .atividade-imagem {
        max-width: 450px;
    }

    .atividade-imagem img {
        max-width: 100%;
        height: auto;
    }

    .atividade-imagem::before {
        width: 325px;
        height: 575px;
        bottom: -65px;
        right: 240px;
    }

    .identidade-imagem::after {
        width: 335px;
        height: 595px;
        right: -65px;
    }

    .atividade-content {
        max-width: 530px;
    }

    .products-list-menu ul {
        padding: 25px 0 25px 0;
        max-width: 1300px;
        margin-right: 110px;
    }

    .products-list-menu ul li {
        font-size: 10px;
        padding: 10px 16px;
    }

    .produtos-box, .documentos-box {
        max-width: 1300px;
    }

    .document-inner-box span {
        font-size: 32px;
        line-height: 42px;
    }

    .produto-text {
        font-size: 14px;
        padding: 30px;
    }

    .news-box h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .single-news-container {
        max-width: 1300px;
        padding-left: 70px;
        column-gap: 130px;
    }

    .single-news-content h1 {
        font-size: 56px;
        line-height: 65px;
    }
}

@media (max-width: 1660px) {
    .home-slider-section:after {
        width: 250px;
        height: 255px;
    }

    .home-slider-section:before {
        width: 210px;
    }

    .slide-box h2 {
        font-size: 142px;
    }

    .empresa-image {
        max-width: 350px;
    }

    .empresa-image img {
        width: 100%;
        height: auto;
    }

    .empresa-image::after {
        width: 550px;
        height: 45px;
    }

    .empresa-content {
        max-width: 540px;
    }

    .home-product-slide-box img {
        height: 550px;
    }

    .home-products-slider {
        padding: 180px 0 180px 110px;
    }

    .home-products-slide-navbar {
        left: 540px;
    }

    footer {
        padding: 100px 0 35px 0;
    }

    .nav-footer {
        margin-top: 70px;
    }
}

@media (max-width: 1600px) {
    .label-error {
        font-size: 12px;
    }

    .header-container {
        max-width: 1200px;
    }

    .main-menu-left ul li a {
        font-size: 12px;
    }

    .header-details-box {
        padding: 0 92px;
    }

    .header-details-box {
        bottom: 70px;
    }

    .jsb-mail {
        font-size: 134px;
    }

    .custom-container {
        max-width: 1200px;
    }

    .response-ajax p, .footer-contactos a, .footer-contactos address {
        font-size: 12px;
    }

    .footer-contactos h2, .footer-form h2 {
        font-size: 13px;
        line-height: 15px;
    }

    .footer-links a {
        font-size: 11px;
        line-height: 22px;
    }

    .contacts-form input[type="text"], .contacts-form input[type="email"], .contacts-form textarea {
        font-size: 11px;
        line-height: 262.9%;
    }

    .grupo-lead-container {
        max-width: 1200px;
    }

    .grupo-lead-left {
        max-width: 340px;
    }

    .grupo-lead-right {
        max-width: 755px;
    }

    .grupo-lead-content {
        font-size: 18px;
    }

    .grupo-lead-container {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .grupo-lead-title, .grupo-video-container h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .grupo-video-container {
        padding-top: 90px;
        max-width: 1200px;
    }

    .grupo-video {
        clip-path: circle(618px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .grupo-video-section::before {
        width: 325px;
        height: 510px;
        top: -120px;
        left: 140px;
    }

    .page-banner h1 {
        padding: 200px 775px 75px 185px;
    }

    .identidade-container, .atividade-container {
        max-width: 1200px;
    }

    .empresa-identidade-section {
        padding-top: 90px;
    }

    .identidade-imagem {
        max-width: 470px;
    }

    .identidade-imagem::after {
        width: 255px;
        height: 455px;
    }

    .identidade-content h2, .valencias-container h2, .atividade-container h2, .empresa-container h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .atividade-imagem {
        max-width: 370px;
        margin-top: -180px;
    }

    .atividade-imagem::before {
        width: 315px;
        height: 525px;
        right: 190px;
    }

    .empresa-valencias-section {
        padding-top: 110px;
        padding-bottom: 200px;
    }

    .empresa-atividade-section {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .produtos-box, .documentos-box {
        max-width: 1200px;
    }

    .products-list-menu ul {
        max-width: 1200px;
        margin-right: 180px;
    }

    .news-text {
        font-size: 13px;
    }

    .news-box h2 {
        font-size: 23px;
        line-height: 29px;
    }

    .news-container {
        max-width: 1200px;
        margin: 90px auto;
        justify-content: space-between;
    }

    .btn-see-more {
        font-size: 10px;
        padding: 7px 22px;
    }

    .news-content {
        padding: 30px 40px 30px 30px;
    }

    .single-news-container {
        max-width: 1200px;
        padding-left: 0;
        column-gap: 110px;
    }

    .single-news-image {
        max-width: 500px;
    }

    .single-news-image img {
        max-width: 100%;
        height: auto;
    }

    .single-news-content h1 {
        font-size: 46px;
        line-height: 45px;
    }

    .single-news {
        padding-left: 190px;
        padding-bottom: 140px;
    }

    .single-news-other-container {
        padding: 90px 190px 0;
    }

    .news-box {
        max-width: calc(50% - 17.5px);
        flex: 0 0 calc(50% - 17.5px);
    }

    .small-container {
        max-width: 950px;
        margin-left: 185px;
    }
}

@media (max-width: 1440px) {
    .home-slider-section:before {
        width: 160px;
    }

    .slide-box h2 {
        font-size: 112px;
    }

    .home-quote {
        font-size: 35px;
        line-height: 45px;
    }

    .home-quote-section {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .home-quote::after {
        width: 200px;
        height: 200px;
        top: 30%;
    }

    .home-quote {
        font-size: 31px;
        line-height: 42px;
    }

    .home-quote-container::after {
        width: 195px;
        height: 316px;
        right: -156px;
    }

    .home-empresa-section::before {
        width: 195px;
        height: 316px;
    }

    .home-empresa-section::before {
        top: -110px;
    }

    .home-author-box {
        max-width: 110px;
    }

    .home-author::after {
        width: 85px;
        height: 85px;
        left: -10px;
    }

    .home-empresa-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .home-slider-section:after {
        width: 200px;
        right: 535px;
        height: 205px;
    }

    .empresa-image::before {
        width: 315px;
        height: 570px;
    }

    .empresa-image-animation.empresa-image::before {
        right: 230px;
    }

    .home-product-slide-box img {
        height: 450px;
    }

    .home-product-slide-box {
        width: 300px;
        flex: 0 0 300px;
    }

    .home-products-slide-navbar {
        left: 475px;
    }

    .home-product-slide-box h3 {
        font-size: 25px;
    }

    .home-products-slider {
        padding: 90px 0 90px 240px;
    }

    .slide-navigator {
        width: 20px;
    }

    .home-product-slide-box.active h3, .home-product-slide-box a:hover h3 {
        bottom: 30px;
    }


    .page-banner h1 {
        padding: 200px 835px 75px 115px;
    }

    .header-details-box {
        bottom: 160px;
    }

    .map {
        width: 285px;
    }

    .contacts-inner-box {
        column-gap: 80px;
    }
}

@media (max-width: 1366px) {
.produtos-box img:nth-child(even) {
    width: 90%;
    margin: 0 auto 60px;
}
	
    .header-container {
        max-width: 990px;
    }

    .main-menu-left ul {
        margin-left: 10px;
    }

    .main-menu-left ul li a {
        padding: 0 12px;
    }

    .empresa-container {
        max-width: 990px;
    }

    .main-menu-right ul li a {
        padding: 0 9px;
        font-size: 10px;
    }

    .home-quote {
        margin-bottom: 30px;
    }

    .empresa-image::after {
        width: 440px;
    }

    .empresa-content {
        max-width: 470px;
    }

    .identidade-content, .valencias-container, .atividade-container, .empresa-content {
        font-size: 13px;
        line-height: 24px;
    }

    .home-btn-empresa {
        padding: 9px 21px;
        font-size: 11px;
    }

    .home-products-slider-header h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .home-product-slide-box h3 {
        font-size: 22px;
    }

    .home-product-slide-box {
        width: 270px;
        flex: 0 0 270px;
    }

    .home-product-slide-box img {
        height: 400px;
    }

    .home-products-slide-navbar {
        left: 495px;
    }

    .home-products-slider {
        padding: 110px 0 110px 180px;
    }

    .custom-container {
        max-width: 990px;
    }

    /*.footer-form {
	 order: 1;
	 max-width: 100%;
	 flex: 0 0 100%;
	 margin-bottom: 60px;
	 }
	 .footer-links {
	 order: 2;
	 max-width: 50%;
	 flex: 0 0 50%;
	 }
	 .footer-contactos {
	 order: 3;
	 max-width: 50%;
	 flex: 0 0 50%;
	 }*/
    .footer-form {
        max-width: 330px;
    }

    .footer-links {
        max-width: 230px;
    }

    .contacts-form-box label {
        font-size: 8px;
    }

    .jsb-mail {
        font-size: 104px;
    }

    .grupo-lead-container {
        max-width: 990px;
    }

    .contacts-box h2 {
        left: 27px;
    }

    .contacts-details address, .contacts-details a {
        font-size: 12px;
    }

    .contacts-box h3 {
        font-size: 37px;
        line-height: 43px;
        margin-bottom: 35px;
    }

    .page-banner h1 {
        padding: 170px 625px 65px 185px;
    }

    .identidade-container, .atividade-container {
        max-width: 990px;
    }

    .atividade-content {
        max-width: 430px;
        margin: auto 0;
    }

    .agroup-submit {
        margin-top: 15px;
    }

    .products-list-menu ul {
        max-width: 990px;
    }

    .produtos-box, .documentos-box {
        max-width: 990px;
    }

    .document-inner-box span {
        font-size: 27px;
        line-height: 42px;
    }

    .main-menu-left ul li a::after {
        left: 12px;
    }

    .main-menu-left ul li a:hover:after, .main-menu-left ul li.current-menu-item a:after {
        width: calc(100% - 27px);
    }

    .main-menu-left ul li:nth-last-child(1) a:hover:after, .main-menu-left ul li.current-menu-item:nth-last-child(1) a:after {
        width: calc(100% - 13px);
    }

    .news-container {
        max-width: 990px;
    }

    .btn-see-more {
        left: 30px;
    }

    .news-text {
        font-size: 12px;
    }

    .single-news-container {
        max-width: 990px;
        column-gap: 80px;
    }

    .single-news-content {
        font-size: 13px;
        line-height: 24px;
    }

    .btn-more-news {
        font-size: 11px;
        padding: 8px 24px;
    }

    .singe-news-other-header h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .single-news-other-container .news-container {
        margin-top: 30px;
    }

    .grupo-lead-right {
        max-width: 545px;
    }

    .grupo-video-container {
        max-width: 990px;
    }

    .identidade-content {
        max-width: 440px;
    }

    .valencias-container::before {
        width: 230px;
        height: 230px;
        right: -10px;
    }
}

@media (max-width: 1310px) {
    .contacts-form-box {
        max-width: 395px;
    }

    .contacts-form-box label {
        font-size: 9px;
    }
}

@media (max-width: 1280px) {
    header {
        padding: 20px 0;
    }

    .home-slider-section:before {
        width: 120px;
    }

    .home-slider-section:after {
        width: 170px;
        right: 465px;
        height: 165px;
    }

    .home-products-slider {
        padding: 110px 0 110px 100px;

    }

    .home-products-slide-navbar {
        left: 415px;
        bottom: 180px;
        padding: 10px 0;
    }

    .grupo-video {
        clip-path: circle(518px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .page-banner h1 {
        padding: 170px 625px 65px 145px;
    }

    .atividade-content {
        max-width: 480px;
    }

    .grupo-video-section::before {
        width: 275px;
        height: 420px;
        top: -90px;
        left: 120px;
    }

    .grupo-lead-title, .grupo-video-container h2 {
        font-size: 15px;
    }

    .grupo-video {
    }

    .identidade-imagem {
        max-width: 420px;
    }

    .valencias-container {
        max-width: 530px;
    }

    .identidade-content {
        max-width: 390px;
    }

    .slide-box h2 {
        font-size: 92px;
    }

    .footer-bottom {
        margin-top: 50px;
    }

    .small-container {
        max-width: 990px;
        margin: 90px auto;
    }

    .single-news {
        padding-left: 150px;
    }

    .single-news-image {
        max-width: 400px;
        flex: 0 0 400px;
    }

    .news-box h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .news-content.with-image {
        max-width: calc(100% - 135px);
        flex: 0 0 calc(100% - 135px);
    }

    .news-imagem {
        width: 135px;
    }

    .home-quote-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}

@media (max-width: 1235px) {
    .header-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .main-menu-left ul li a {
        font-size: 11px;
    }

    .home-products-slider {
        padding: 110px 0 110px 60px;
    }

    .home-products-slide-navbar {
        left: 375px;
    }

    .grupo-lead-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .page-banner h1 {
        padding: 160px 625px 45px 60px;
    }

    .empresa-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .custom-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .grupo-video-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .grupo-video-section::before {
        left: 30px;
    }

    .identidade-container, .atividade-container {
        max-width: 100%;
        margin: 0 60px;
    }

    .contacts-inner-box {
        display: none;
    }

    .contacts-box h2 {
        left: inherit;
        position: relative;
        transform: inherit;
        top: inherit;
        font-size: 11px;
        line-height: 13px;
    }

    .contacts-box {
        width: 45px;
        right: 0%;
        height: 130px;
        text-align: center;
    }

    .contacts-box:hover {
        right: -1%;
    }

    .identidade-imagem::after {
        width: 195px;
        height: 405px;
        right: 45px;
    }

    .atividade-content {
        max-width: 620px;
    }

    .atividade-imagem {
        max-width: 320px;
        margin-top: -160px;
    }

    .atividade-imagem::before {
        width: 255px;
        height: 455px;
        right: 110px;
    }

    .empresa-valencias-section {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .empresa-atividade-section {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .grupo-lead-right {
        max-width: 635px;
    }

    .products-list-menu ul {
        max-width: 100%;
        margin: 0 60px;
    }

    .news-container {
        max-width: 100%;
        margin: 80px 60px;
    }

    .single-news {
        padding-left: 60px;
    }

    .single-news-other-container {
        padding: 80px 60px 0;
    }

    .single-news-other-container .news-container {
        margin: 30px 0 80px;
    }

    .small-container {
        font-size: 12px;
        line-height: 26px;
        max-width: 100%;
        margin: 80px 60px;
    }

    .empresa-content {
        max-width: 570px;
    }
}

@media (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow: hidden;
    }

    .menu-toggle {
        cursor: pointer;
        display: block;
        z-index: 2;
    }

    .menu-toggle span {
        display: block;
        width: 30px;
        height: 1px;
        background: #fff;
        margin: 10px 0;
        transition: 0.4s ease-in-out all;
    }

    .darker-header .menu-toggle span {
        background: #000;
    }

    .darker-header .main-menu-left ul li a, .darker-header .main-menu-right ul li a {
        color: #fff;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 0 0;
        background-color: #fff;
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        background-color: #fff;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 0 0;
        background-color: #fff;
    }

    .main-menu-right {
        position: fixed;
        bottom: 10%;
        right: -100%;
        transition: 0.6s ease-in-out all;
        height: auto;
    }

    ul#menu-top-left {
        position: absolute;
        width: 100%;
        height: 100vh;
        min-height: 700px;
        margin: 0;
        right: -100%;
        top: 0;
        background: linear-gradient(297.12deg, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 60%) 65%);
        backdrop-filter: blur(5px);
        transition: 0.6s ease-in-out all;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        align-content: center;
    }

    ul#menu-top-left.active {
        right: 0;
    }

    .main-menu-right.active {
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
    }

    header {
        z-index: 4;
    }

    .main-menu-left ul li {
        display: block;
        width: 100%;
    }

    .main-menu-left ul li a {
        font-size: 40px;
        line-height: 55px;
    }

    .main-menu-right ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .header-details-box {

    }

    .social-network-widget {
        margin-top: 20px;
    }

    .header-details-box {
        bottom: 160px;
        position: fixed;
        width: 500px;
        z-index: 5;
        transform: translateX(50%);
        align-items: center;
        justify-content: center;
        right: -100%;
        transition: 0.6s ease-in-out all;
    }

    .header-details-box.active {

        right: 50%;
    }

    .language-widget {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-network-widget .social-icone {
        width: 25px;
        height: 25px;
    }

    .social-network-widget a:hover .social-icone {
        width: 30px;
        height: 30px;
    }

    .slide-box img {
        position: absolute;
        z-index: -1;
    }

    .home-product-slide-box {
        width: 250px;
        flex: 0 0 250px;
    }

    .home-products-slide-navbar {
        left: 345px;
    }
}

@media (max-width: 1100px) {
    .produtos-box img {
        margin-bottom: 60px;
    }

    .empresa-content {
        max-width: 470px;
    }

    .home-product-slide-box img {
        height: 340px;
    }

    .home-product-slide-box h3 {
        font-size: 19px;
    }

    .home-product-slide-box.active h3, .home-product-slide-box a:hover h3 {
        bottom: 20px;
    }

    .home-products-slider-box {
        column-gap: 10px;
        padding-bottom: 125px;
    }

    .home-product-slide-box {
        width: 230px;
        flex: 0 0 230px;
    }

    .slide-navigator {
        width: 15px;
    }

    .home-products-slide-navbar {
        left: 325px;
        bottom: 130px;
    }

    .home-product-slide-box.odd, .home-product-slide-box.odd.prev-inactive, .home-product-slide-box.odd.next-inactive {
        transform: translateX(0) translateY(90px);
    }

    .page-banner h1 {
        padding: 160px 425px 45px 60px;
    }

    .grupo-lead-right {
        max-width: 100%;
        margin-top: 30px;
        font-size: 12px;
        line-height: 26px;
    }

    .grupo-lead-content {
        font-size: 16px;
    }

    .grupo-video-section::before {
        width: 195px;
        height: 360px;
        top: -40px;
    }

    .grupo-lead-title, .grupo-video-container h2 {
        font-size: 13px;
    }

    .grupo-video {
        clip-path: circle(448px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .atividade-content {
        max-width: 500px;
    }

    .identidade-content h2, .valencias-container h2, .atividade-container h2, .empresa-container h2 {
        font-size: 15px;
        line-height: 19px;
    }

    .produtos-box, .documentos-box {
        max-width: 100%;
        margin: 0 60px;
    }

    .document-inner-box {
        padding: 25px;
    }

    .produto-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .single-news-container {
        max-width: 800px;
        flex-wrap: wrap;
    }

    .single-news {
        padding-top: 130px;
        padding-bottom: 90px;
    }

    .single-news-content {
        margin-top: 30px;
    }

    .produto-text {
        font-size: 12px;
        padding: 25px;
        right: 190px;
        max-width: 400px;
    }

    .jsb-mail {
        font-size: 80px;
    }

    .home-slider-section:before {
        left: 235px;
    }

    .home-slider-section:after {
        right: 365px;
    }

    .home-quote {
        font-size: 26px;
        line-height: 36px;
    }

    .home-author {
        font-size: 14px;
        line-height: 17px;
    }

    .single-news:before {
        width: 100%;
        height: 290px;
    }

    .single-news-other-container {
        padding: 0 60px 0;
    }
}

@media (max-width: 1024px) {
    .home-quote-container::after {
        width: 145px;
        height: 236px;
        right: -76px;
    }

    .home-empresa-section::before {
        width: 145px;
        height: 236px;
    }

    .empresa-image {
        max-width: 280px;
    }

    .empresa-image::after {
        width: 380px;
        height: 35px;
    }

    .empresa-container {
        justify-content: flex-start;
        column-gap: 90px;
    }

    .empresa-image::before {
        width: 245px;
        height: 450px;
    }

    .grupo-video-section::before {
        display: none
    }

    .products-list-menu ul li {
        font-size: 9px;
        padding: 8px 14px;
    }

    .footer-financiamento img {
        max-width: 300px;
    }

    .logos-grupo-jsb {
        max-width: 190px;
    }
}

@media (max-width: 991px) {
    .document-inner-box span {
        font-size: 24px;
        line-height: 34px;
    }
    .footer-form {
        order: 1;
        margin-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-links {
        order: 2;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .footer-contactos {
        order: 3;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .news-box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .slide-box {
        min-height: 500px;
    }

    .home-slider-section {
        min-height: 500px;
    }

    .home-slider-section:after {
        width: 130px;
        height: 125px;
        bottom: 90px;
    }

    .home-slider-section:before {
        left: 185px;
        width: 90px;
    }

    .slide-box h2 {
        font-size: 72px;
        line-height: 80px;
    }

    .main-menu-left ul li a {
        font-size: 35px;
    }

    .main-menu-right ul li a {
        font-size: 13px;
        line-height: 16px;
    }

    .main-menu-right {
        bottom: 5%;
    }

    .header-details-box {
        bottom: 100px;
    }

    .empresa-content {
        max-width: 100%;
        margin-top: 30px;
    }

    .empresa-container {
        justify-content: center;
    }

    @keyframes right-left {
        from {
            right: 0px;
        }
        to {
            right: 75%;
        }
    }
    .empresa-image-animation.empresa-image::before {
        right: 75%;
    }

    .home-product-slide-box h3 {
        font-size: 17px;
    }

    .grupo-lead-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .grupo-lead-left {
        max-width: 420px;
    }

    .identidade-imagem {
        max-width: 370px;
    }

    .identidade-content, .valencias-container, .atividade-container, .empresa-content {
        font-size: 12px;
        line-height: 22px;
    }

    .identidade-imagem::after {
        width: 155px;
        height: 375px;
    }

    .valencias-container::before {
        width: 180px;
        height: 180px;
    }

    .valencias-container {
        max-width: 560px;
    }

    .atividade-content {
        max-width: 440px;
    }

    .atividade-imagem::before {
        width: 225px;
        height: 415px;
        right: 130px;
    }

    .page-banner h1 {
        padding: 150px 395px 45px 60px;
        font-size: 35px;
        line-height: 50px;
    }

    .footer-financiamento img {
        max-width: 250px;
        height: auto;
    }

    .single-news-content h1 {
        font-size: 36px;
        line-height: 35px;
    }

    .singe-news-other-header h2 {
        font-size: 13px;
        line-height: 16px;
    }

    .grupo-video-container {
        padding-top: 60px;
    }

}

@media (max-width: 900px) {
    .home-product-slide-box {
        width: 200px;
        flex: 0 0 200px;
    }

    .home-products-slide-navbar {
        left: 281px;
    }

    .identidade-content {
        max-width: 560px;
        margin-bottom: 50px;
    }

    .identidade-container, .atividade-container {
        max-width: 100%;
        justify-content: center;
    }

    .identidade-imagem {
        max-width: 450px;
    }

    .atividade-content {
        max-width: 560px;
        margin-top: 50px;
    }

    .empresa-valencias-section {
        padding-bottom: 150px;
    }

    .jsb-mail {
        font-size: 60px;
    }

    footer {
        padding: 60px 0 35px 0;
    }

    .grupo-video {
        clip-path: circle(398px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .main-menu-left ul li a {
        font-size: 30px;
    }

}

@media (max-width: 850px) {
    .document-inner-box span {
        font-size: 20px;
        line-height: 34px;
    }

    .document-inner-box span.download-button {
        padding: 12px 25px;
        font-size: 10px;
    }


    .slide-box h2 {
        font-size: 65px;
        line-height: 76px;
    }

    .home-quote-container {
        max-width: 460px;
    }

    .home-quote {
        font-size: 24px;
        line-height: 34px;
    }

    .produto-text {
        right: 130px;
    }

    .home-products-slider-box::-webkit-scrollbar {
        display: block;
    }

    .home-product-slide-box {
        width: 170px;
        flex: 0 0 170px;
    }

    .home-product-slide-box img {
        height: 250px;
    }

    .home-products-slide-navbar {
        left: 235px;
    }

    .slide-navigator {
        width: 12px;
    }

    .home-products-slide-navbar {
        left: 255px;
    }

    .home-product-slide-box h3 {
        font-size: 14px;
    }

    .grupo-video {
        clip-path: circle(368px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .single-news-image img {
        max-width: 100%;
        height: auto;
        max-height: 300px;
        width: auto;
    }
}

@media (max-width: 768px) {
	.footer-certificacoes{
		display: flex;
		    flex-wrap: wrap;

		row-gap:15px;
	}
	.gots{
		max-width: 300px;     filter: brightness(0.5); margin-bottom: 25px;
	}
    .footer-contactos {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .single-news-container {
        max-width: 550px;
    }

    .home-slider-section:after {
        right: 235px;
    }

    .logos-grupo-jsb {
        max-width: 170px;
    }

    .grupo-video {
        clip-path: circle(338px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .identidade-imagem img {
        max-width: 100%;
        height: auto;
        max-height: 250px;
        width: auto;
    }

    .atividade-imagem img {
        max-width: 100%;
        height: auto;
        max-height: 380px;
        width: auto;
    }

    .atividade-imagem::before {
        width: 205px;
        height: 385px;
    }

    .identidade-imagem::after {
        height: 335px;
    }

    .page-banner h1 {
        padding: 150px 255px 45px 60px;
        font-size: 30px;
        line-height: 43px;
    }

    .news-box .btn-see-more {
        opacity: 1;
        bottom: -15px;
        background-color: #000000;
        color: #ffffff;
    }

    .slide-box {
        min-height: 450px;
    }

    .home-slider-section {
        min-height: 450px;
    }
}

@media (max-width: 700px) {
    .home-empresa-section::before {
        width: 125px;
        height: 196px;
        left: 60px;
        top: -70px;
    }

    .home-quote-container::after {
        width: 125px;
        height: 196px;
        right: -60px;
    }

    @keyframes bottom-top {
        from {
        }
        to {
            top: -100px;
        }
    }
    .home-quote-container {
        max-width: 390px;
    }

    .home-quote {
        font-size: 19px;
        line-height: 28px;
    }

    .home-quote-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-author::after {
        width: 65px;
        height: 65px;
        left: 10px;
    }

    .empresa-image img {
        width: auto;
        height: auto;
        max-height: 300px;
    }

    .empresa-image::before {
        width: 195px;
        height: 310px;
    }

    .empresa-image::after {
        width: 310px;
        height: 25px;
    }

    .home-empresa-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-product-slide-box.odd, .home-product-slide-box.odd.prev-inactive, .home-product-slide-box.odd.next-inactive {
        transform: translateX(0) translateY(50px);
    }

    .home-products-slide-navbar {
        bottom: 80px;
    }

    .home-products-slider-box {
        padding-bottom: 55px;
    }

    .grupo-video {
        clip-path: circle(298px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .footer-financiamento img {
        max-width: 240px;
        display: block;
    }

    .footer-links {
        max-width: 60%;
        flex: 0 0 60%;
    }

    .home-slider-section:before {
        left: 145px;
    }

    .footer-contactos h2, .footer-form h2 {
        font-size: 12px;
        line-height: 14px;
    }

    .documentos-box {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .footer-links {
        order: 3;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-contactos {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .jsb-mail {
        font-size: 40px;
    }

    .nav-footer {
        margin-top: 40px;
    }

    .header-container {
        margin: 0 30px;
    }

    .empresa-container {
        margin: 0 30px;
    }

    .contacts-box {
        display: none;
    }

    .custom-container {
        margin: 0 30px;
    }

    .home-products-slider {
        padding: 60px 0 60px 40px;
    }

    .home-products-slide-navbar {
        left: 225px;
    }

    .home-products-slider {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .slide-box h2 {
        font-size: 55px;
        line-height: 66px;
    }

    .home-slider-section:before {
        width: 70px;
    }

    .home-slider-section:after {
        width: 100px;
        height: 105px;
    }

    .page-banner h1 {
        padding: 140px 255px 35px 30px;
    }

    .grupo-lead-container {
        padding-top: 40px;
        padding-bottom: 40px;
        margin: 0 30px;
    }

    .grupo-video-container {
        margin: 0 30px;
    }

    .grupo-video {
        clip-path: circle(308px at 50% 130.5%);
    }

    .grupo-video-extended {
        clip-path: circle(75%);
    }

    .grupo-video-container {
        padding-top: 40px;
    }

    .btn-see-video {
        padding: 9px 27px;
    }

    .empresa-identidade-section {
        padding-top: 40px;
    }

    .identidade-container, .atividade-container {
        margin: 0 30px;
    }

    .produto-text {
        top: 305px;
        right: 50px;
    }

    .single-news-content h1 {
        font-size: 30px;
        line-height: 31px;
    }

    .single-news-container {
        max-width: 490px;
    }

    .slide-box, .home-slider-section {
        min-height: 400px;
    }

    .small-container {
        margin: 60px 30px;
    }

    .news-container {
        margin: 60px 30px;
    }

    .single-news {
        padding-left: 30px;
    }

    .single-news-other-container {
        padding: 0 30px 0;
    }

    .single-news-container {
        max-width: 90%;
    }
}

@media (max-width: 550px) {
    .grupo-video {
        clip-path: circle(258px at 50% 130.5%);
    }

    .slide-box h2 {
        font-size: 45px;
        line-height: 56px;
    }

    .slide-box, .home-slider-section {
        min-height: 350px;
    }

    .home-slider-section:before {
        width: 50px;
    }

    .home-slider-section:after {
        width: 80px;
        height: 80px;
        bottom: 70px;
        right: 205px;
    }

    .home-quote-container::after {
        width: 85px;
        height: 156px;
        right: -40px;
    }

    .home-empresa-section::before {
        width: 85px;
        height: 156px;
        left: 30px;
    }

    .produtos-box, .documentos-box {
        margin: 0 30px;
    }

    .documentos-box {
        grid-template-columns: 1fr 1fr;
    }



    .document-inner-box span.download-button {
        padding: 12px 20px;
        font-size: 9px;

    }

    .products-list-menu ul {
        margin: 0 30px;
    }

}

@media (max-width: 500px) {
    .grupo-video {
        clip-path: circle(228px at 50% 130.5%);
    }

    .document-inner-box span {
        font-size: 16px;
        line-height: 34px;
    }

    .grupo-video.grupo-video-extended {
        clip-path: circle(75%);
    }

    .main-menu-left ul li a {
        font-size: 23px;
        line-height: 46px;
    }

    .main-menu-right ul li a {
        font-size: 10px;
        line-height: 11px;
    }

    .identidade-imagem img {
        max-height: 210px;
    }

    .identidade-imagem::after {
        height: 285px;
        width: 125px;
    }

    .atividade-imagem img {
        max-height: 310px;
    }

    .atividade-imagem::before {
        width: 165px;
        height: 325px;
        bottom: -15px;
    }

    .empresa-atividade-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .valencias-container {
        max-width: 100%;
        margin: 0 30px;
    }

    .identidade-content {
        max-width: 100%;
    }

    .atividade-content {
        max-width: 100%;
    }

    .page-banner h1 {
        padding: 140px 30px 35px 30px;
    }

    .produto-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-slider-section:before {
        left: 115px;
    }

    .home-product-slide-box {
        width: 150px;
        flex: 0 0 150px;
    }

    .home-products-slide-navbar {
        left: inherit;
        right: 30px;
        bottom: 0;
        display: none;
    }

    .contacts-form input[type="text"], .contacts-form input[type="email"], .contacts-form textarea {
        font-size: 10px;
        line-height: 259.9%;
    }

    .response-ajax p, .footer-contactos a, .footer-contactos address {
        font-size: 11px;
    }

    .produto-text {
        display: none;
    }

    .home-quote-container {
        max-width: 100%;
        margin: 0 30px;
    }

    .home-quote {
        font-size: 16px;
        line-height: 24px;
    }

    .home-quote-container::after {
        right: -10px;
    }

    .home-product-slide-box h3 {
        font-size: 12px;
    }

    .home-slider-section:after {
        right: 95px;
    }

    .single-news-image {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 470px) {
    ul#menu-top-left {
        align-content: start;
    }

    .main-menu-left ul li:nth-child(1) {
        margin-top: 20%;
    }

    .home-slider-section:before {
        left: 75px;
    }

    .page-banner h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .news-content.with-image {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .news-imagem {
        width: 100%;
        max-height: 150px;
    }

    ul#menu-top-right {
        display: grid;
        grid-template-columns: 1fr;
    }

    .header-details-box {
        bottom: 190px;
    }

    .news-box h2 {
        font-size: 15px;
        line-height: 21px;
    }

    .news-content {
        padding: 30px 30px 30px 30px;
    }


}
@media (max-width: 430px) {
    .document-inner-box span {
        font-size: 16px;
        line-height: 21px;
    }

    .document-inner-box:hover .download-button {
        opacity: 1;
        bottom: -17px;
    }

    .document-inner-box span.download-button {
        padding: 5px 20px;
        font-size: 9px;
    }

    .document-inner-box {
        padding: 15px;
    }

    .document-inner-box:hover .download-button {
        opacity: 1;
        bottom: -17px;
    }
}

@media (max-width: 375px) {
    .slide-box h2 {
        font-size: 34px;
        line-height: 41px;
    }

    .slide-box, .home-slider-section {
        min-height: 290px;
    }

    .home-slider-section:after {
        bottom: 40px;
    }

    .logo img {
        max-width: 70px;
    }

    .jsb-mail {
        font-size: 30px;
    }

    .footer-financiamento {
        margin-bottom: 40px;
    }

    .btn-form-send {
        width: 100%;
        margin-top: 20px;
    }

    .footer-links a {
        font-size: 9px;
        line-height: 22px;
    }

    .single-news-content h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .singe-news-other-header {
        flex-wrap: wrap;
    }

    .singe-news-other-header h2 {
        margin-bottom: 20px;
    }

    .empresa-image::after {
        width: 250px;
    }

    .home-slider-section:before {
        width: 29px;
    }

    ul#menu-top-left {
        align-content: start;
    }

}