@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

::-webkit-scrollbar-track {
    background: #fff;
}
  
::-webkit-scrollbar-thumb {
    background-color: #063e53;
}

/* Banner */

.condimentos-banner {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Solutions */

.condimentos-solutions {
    background: #f8f8f8;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 1220px) {
    .condimentos-solutions {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.condimentos-solutions .left {
    width: 100%;
}

.condimentos-solutions .left .container {
    display: flex;
    flex-direction: column;
}

.condimentos-solutions .left .container .content {
    padding: 6rem 0 16rem 0;
    width: 45%;
}

@media(max-width: 1220px) {
    .condimentos-solutions .left .container .content {
        padding: 4rem 0;
        width: 100%;
    }
}

.condimentos-solutions .left .container .content h2 {
    position: relative;
    z-index: 5;
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 2rem 0 !important;
}

.condimentos-solutions .left .container .content p {
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    text-align: left;
    margin: 0 !important;
}

.condimentos-solutions .right {
    position: absolute;
    right: 0;
    width: 45%;
    max-width: 45%;
}

.condimentos-solutions .right img {
    width: 100%;
    object-fit: cover;
}

@media(max-width: 1220px) {
    .condimentos-solutions .right {
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .condimentos-solutions .right img {
        width: 100%;
        max-height: 40vh;
    }
}

.condimentos-solutions-conheca {
    padding: 0 0 4rem 0;
}

.condimentos-solutions-conheca .box {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #063e53;
    padding: 4rem 0;
    margin-top: -8rem;
}

@media(max-width: 1220px) {
    .condimentos-solutions-conheca .box {
        padding: 4rem;
        margin: -8rem 0 2rem 0;
    }
}

.condimentos-solutions-conheca .box h2 {
    width: 40%;
    color: #F8F2DC;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 !important;
}

@media(max-width: 1220px) {
    .condimentos-solutions-conheca .box h2 {
        width: 100%;
    }
}

.condimentos-solutions-conheca .box img {
    width: 12rem;
    position: absolute;
    top: -8rem;
    right: 3rem;
}

@media(max-width: 1220px) {
    .condimentos-solutions-conheca .box img {
        width: 9rem;
        top: -6rem;
        right: 2rem;
    }
}

.condimentos-solutions-conheca .text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30rem;
    margin-top: 4rem;
}

.condimentos-solutions-conheca .text p {
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    text-align: center;
}

@media(max-width: 1220px) {
    .condimentos-solutions-conheca .text {
        padding: 0;
    }
}

/* Solution 1 & Solution 3 & Solution 5 */

.condimentos-solution-1,
.condimentos-solution-3,
.condimentos-solution-5 {
    background: #f8f8f8;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 950px) {
    .condimentos-solution-1,
    .condimentos-solution-3,
    .condimentos-solution-5 {
        flex-direction: column-reverse;
    }
}

.condimentos-solution-1 .left,
.condimentos-solution-3 .left,
.condimentos-solution-5 .left {
    position: absolute;
    left: 0;
    width: 35%;
    height: 100%;
    max-width: 35%;
}

@media (max-width: 950px) {
    .condimentos-solution-1 .left,
    .condimentos-solution-3 .left,
    .condimentos-solution-5 .left {
        position: relative;
        width: 100%;
        max-width: 100%;
        max-height: 40vh;
    }
}

.condimentos-solution-1 .left img,
.condimentos-solution-3 .left img,
.condimentos-solution-5 .left img {
    width: 100%;
    height: 100.5%;
    object-fit: cover;
}

.condimentos-solution-1 .right,
.condimentos-solution-3 .right,
.condimentos-solution-5 .right {
    width: 62% !important;
    padding: 4rem 0;
}

@media (max-width: 950px) {
    .condimentos-solution-1 .right,
    .condimentos-solution-3 .right,
    .condimentos-solution-5 .right {
        width: 100% !important;
    }
}

.condimentos-solution-1 .right .container,
.condimentos-solution-3 .right .container,
.condimentos-solution-5 .right .container {
    position: relative;
}

.condimentos-solution-1 .right .container .content,
.condimentos-solution-3 .right .container .content,
.condimentos-solution-5 .right .container .content {
    position: relative;
    z-index: 5;
    width: 70%;
}

@media (max-width: 950px) {
    .condimentos-solution-1 .right .container .content,
    .condimentos-solution-3 .right .container .content,
    .condimentos-solution-5 .right .container .content {
        width: 100%;
    }
}

.condimentos-solution-1 .right h2,
.condimentos-solution-3 .right h2,
.condimentos-solution-5 .right h2 {
    position: relative;
    z-index: 5;
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.condimentos-solution-1 .right p,
.condimentos-solution-1 .right li,
.condimentos-solution-3 .right p,
.condimentos-solution-3 .right li,
.condimentos-solution-5 .right p,
.condimentos-solution-5 .right li {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    list-style: inside;
}

.condimentos-solution-1 .right ul,
.condimentos-solution-3 .right ul,
.condimentos-solution-5 .right ul {
    padding-left: 1rem !important;
    position: relative;
    z-index: 5;
}

.condimentos-solution-1 .right li::marker,
.condimentos-solution-3 .right li::marker,
.condimentos-solution-5 .right li::marker {
    content: '•  ';
}

.condimentos-solution-1 img.coxas {
    width: 15rem;
    position: absolute;
    z-index: -1;
    top: -10rem;
    right: 4rem;
}

.condimentos-solution-1 img.tomates {
    width: 25rem;
    position: absolute;
    bottom: 0;
    right: 10rem;
}

@media (max-width: 500px) {
    .condimentos-solution-1 img.coxas {
        width: 10rem;
        top: -8rem;
        right: 2rem;
    }
}

.condimentos-solution-3 img.legume {
    width: 16rem;
    position: absolute;
    top: -2rem;
    right: 6rem;
}

.condimentos-solution-3 img.cogumelos {
    width: 16rem;
    position: absolute;
    bottom: 0;
    right: 15rem;
}

@media (max-width: 500px) {
    .condimentos-solution-3 img.legume {
        width: 12rem;
        position: absolute;
        top: -2rem;
        right: 4rem;
    }
}

.condimentos-solution-5 img.bife {
    width: 16rem;
    position: absolute;
    top: 4rem;
    right: 8rem;
}

@media (max-width: 500px) {
    .condimentos-solution-5 img.bife {
        width: 16rem;
        position: absolute;
        top: 0;
        right: 1rem;
    }
}

/* Solution 2 & Solution 4 */

.condimentos-solution-2,
.condimentos-solution-4 {
    background: #063e53;
    position: relative;
    max-height: fit-content;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 950px) {
    .condimentos-solution-2,
    .condimentos-solution-4 {
        flex-direction: column;
    }
}

.condimentos-solution-2 img.alho {
    width: 15rem;
    position: absolute;
    top: 8rem;
    left: 4rem;
}

.condimentos-solution-4 img.mix {
    width: 10rem;
    position: absolute;
    top: 10rem;
    left: 1rem;
}

.condimentos-solution-2 .left,
.condimentos-solution-4 .left {
    width: 100%;
    padding: 4rem 0;
}

.condimentos-solution-2 .left .container,
.condimentos-solution-4 .left .container {
    position: relative;
}

.condimentos-solution-2 .left .container .content,
.condimentos-solution-4 .left .container .content {
    position: relative;
    z-index: 5;
    width: 50%;
}

@media (max-width: 950px) {
    .condimentos-solution-2 .left .container .content,
    .condimentos-solution-4 .left .container .content {
        text-align: left;
        width: 100%;
    }
}

.condimentos-solution-2 img.pimenta {
    width: 20rem;
    position: absolute;
    bottom: -4rem;
    right: -4rem;
}

@media (max-width: 950px) {
    .condimentos-solution-2 img.pimenta {
        right: 1rem;
    }
}

.condimentos-solution-4 img.linguica {
    width: 20rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.condimentos-solution-2 .left h2,
.condimentos-solution-4 .left h2 {
    position: relative;
    z-index: 5;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.condimentos-solution-2 .left p,
.condimentos-solution-2 .left li,
.condimentos-solution-4 .left p,
.condimentos-solution-4 .left li {
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    list-style: inside;
}

.condimentos-solution-2 .left ul,
.condimentos-solution-4 .left ul {
    padding-left: 1rem !important;
    position: relative;
    z-index: 5;
}

.condimentos-solution-2 .left li::marker,
.condimentos-solution-4 .left li::marker {
    content: '•  ';
}

.condimentos-solution-2 .right,
.condimentos-solution-4 .right {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    max-width: 35%;
}

@media (max-width: 950px) {
    .condimentos-solution-2 .right,
    .condimentos-solution-4 .right {
        position: relative;
        width: 100%;
        max-width: 100%;
        max-height: 40vh;
    }
}

.condimentos-solution-2 .right img,
.condimentos-solution-4 .right img {
    width: 100%;
    height: 100.5%;
    object-fit: cover;
    outline: #fff;
}

/* Portfolio */

.condimentos-portfolio {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 4rem 0;
}

.condimentos-portfolio .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condimentos-portfolio .title .container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condimentos-portfolio .title h2 {
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin: 0 !important;
}

.condimentos-portfolio .content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.condimentos-portfolio .content .slider .slick-track {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 0;
}

.condimentos-portfolio .content .slider .box {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    background: #F8F8F8;
    border-radius: 12px;
    padding: 2.5rem;
    width: 70rem !important;
    transition: all 0.5s ease;
}

@media (max-width: 1200px) {
    .condimentos-portfolio .content .slider .box {
        flex-direction: column-reverse
    }
}

@media (max-width: 700px) {
    .condimentos-portfolio .content .slider .box {
        width: 100% !important;
        flex-direction: row;
    }
}

@media (max-width: 500px) {
    .condimentos-portfolio .content .slider .box {
        flex-direction: column-reverse;
    }
}

.condimentos-portfolio .content .slider .box .left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: fit-content;
}

@media (max-width: 500px) {
    .condimentos-portfolio .content .slider .box .left {
        align-items: center;
    }
}

.condimentos-portfolio .content .slider .box .left h4 {
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
    text-transform: none !important;
    margin: 0 !important;
    text-align: left;
}

.condimentos-portfolio .content .slider .box .left p {
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.08px;
    margin: 0 !important;
    text-align: left;
}

@media (max-width: 1200px) {
    .condimentos-portfolio .content .slider .box .left h4,
    .condimentos-portfolio .content .slider .box .left p {
        text-align: center !important;
    }
}

@media (max-width: 700px) {
    .condimentos-portfolio .content .slider .box .left h4,
    .condimentos-portfolio .content .slider .box .left p {
        text-align: left !important;
    }
}

@media (max-width: 500px) {
    .condimentos-portfolio .content .slider .box .left h4,
    .condimentos-portfolio .content .slider .box .left p {
        text-align: center !important;
    }
}

.condimentos-portfolio .content .slider .box .left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 4px;
    background: #063e53;
    border: 1px solid #063e53;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.08px;
    margin: 0.5rem 0 0 0 !important;
    padding: 0.25rem 1.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.condimentos-portfolio .content .slider .box .left a:hover {
    background: #fff;
    color: #063e53;
}

@media (max-width: 1200px) {
    .condimentos-portfolio .content .slider .box .left a {
        margin: 0.5rem auto 0 auto !important;
    }
}

@media (max-width: 700px) {
    .condimentos-portfolio .content .slider .box .left a {
        margin: 0.5rem 0 0 0 !important;
    }
}

@media (max-width: 500px) {
    .condimentos-portfolio .content .slider .box .left a {
        margin: 0.5rem auto 0 auto !important;
    }
}

.condimentos-portfolio .content .slider .box .right {
    width: 15rem;
    height: 10.75rem;
}

.condimentos-portfolio .content .slider .box .right .mockup {
    position: relative;
    z-index: 10;
}

@media (max-width: 1200px) {
    .condimentos-portfolio .content .slider .box .right .mockup {
        display: flex;
        justify-content: center;
    }
}

.condimentos-portfolio .content .slider .box .right img.mockup-image {
    position: relative;
    z-index: 1;
    width: 15rem;
}

.condimentos-portfolio .content .slider .box .right img.image {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 15rem;
    height: 10.75rem;
    transform: scale(0.9);
    padding-top: 2px;
}

.condimentos-portfolio .content .slider .slick-slide {
    transform: scale(0.9);
    opacity: 0.8;
    transition: all 0.5s ease;
}

.condimentos-portfolio .content .slider .slick-current {
    transform: scale(1.05);
    opacity: 1;
    transition: all 0.5s ease;
}

.condimentos-portfolio .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; 
}

.condimentos-portfolio .slick-dots li {
    transform: scale(0.8);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condimentos-portfolio .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #063e5350;
    border: none;
    color: #ffffff00 !important;
}

.condimentos-portfolio .slick-dots .slick-active button {
    background: #063e53;
}

/* Assistance */

.condimentos-assistance {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.condimentos-assistance .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.condimentos-assistance .container .content {
    width: 65%;
    text-align: center;
    padding: 5rem 0;
}

@media (max-width: 1000px) {
    .condimentos-assistance .container .content {
        width: 100%;
    }
}

.condimentos-assistance .container .content h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.condimentos-assistance .container .content p {
    width: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    list-style: inside;
}

/* Potential */

.condimentos-potential {
    position: relative;
    width: 100%;
    padding: 5rem 0;
}

.condimentos-potential .title {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

@media (max-width: 700px) {
    .condimentos-potential .title {
        flex-direction: column;
    }
}

.condimentos-potential .title h2 {
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0 !important;
}

.condimentos-potential .title p {
    width: 100%;
    color: #100F0F;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1px;
    list-style: inside;
    text-align: left !important;
}

.condimentos-potential .title .right {
    width: fit-content !important;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

@media (max-width: 700px) {
    .condimentos-potential .title .right {
        display: none;
    }
}

.condimentos-potential .title button {
    background: none;
    border: none;
    transition: all 0.2s ease;
}

.condimentos-potential .title button:hover {
    opacity: 0.7;
}

.condimentos-potential .title button svg {
    width: 3rem;
}

.condimentos-potential .title button svg.rotate {
    transform: rotate(180deg);
}

.condimentos-potential .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.condimentos-potential .content .slider .slick-track {
    display: flex;
    justify-content: center;
}

.condimentos-potential .content .slider .slick-list {
    margin: 0 -2rem;
}

.condimentos-potential .content .slider .slick-slide {
    margin: 0 2rem;
}

@media (max-width: 992px) {
    .condimentos-potential .content .slider .slick-list {
        margin: 0 -1rem;
    }
    
    .condimentos-potential .content .slider .slick-slide {
        margin: 0 1rem;
    }
}

.condimentos-potential .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 !important;
    margin: 4rem 0 0 0 !important; 
}

.condimentos-potential .slick-dots li {
    transform: scale(0.8);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condimentos-potential .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #063e5350;
    border: none;
    color: #ffffff00 !important;
}

.condimentos-potential .slick-dots .slick-active button {
    background: #063e53;
}

.condimentos-potential .content .slider .box {
    position: relative;
    width: 25%;
    height: 35rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
}

.condimentos-potential .content .slider .box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.condimentos-potential .content .slider .box .play-btn:hover {
    opacity: 0.5;
}

.condimentos-potential .content .slider .box .play-btn img {
    width: 5rem;
}

.condimentos-potential .content .slider .box h3 {
    width: 100%;
    color: #EADDE1;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.24px;
    text-transform: none !important;
    margin-bottom: 2rem !important;
}

.condimentos-potential .content .slider .box .see-technique,
.condimentos-potential .content .slider .box .watch-video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    background: #063e53;
    border: 1px solid #063e53;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.08px;
    margin: 0.5rem 0 0 0 !important;
    padding: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.condimentos-potential .content .slider .box .see-technique:hover,
.condimentos-potential .content .slider .box .watch-video:hover {
    background: #fff;
    color: #063e53;
}

/* Modal */

.condimentos-potential .background-overlay-technique,
.condimentos-potential .background-overlay-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background: #00000090;
    padding: 2rem 6rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.condimentos-potential .none {
    display: none !important;
}

@media (max-width: 1000px) {
    .condimentos-potential .background-overlay-technique,
    .condimentos-potential .background-overlay-video {
        padding: 2rem !important;
    }
}

.condimentos-potential .modal-technique {
    position: relative;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px #00000050;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .condimentos-potential .modal-technique {
        flex-direction: column;
        gap: 0;
    }
}

.condimentos-potential .modal-video {
    position: relative;
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px #00000050;
}

@media (max-width: 1000px) {
    .condimentos-potential .modal-video {
        max-width: 100%;
        max-height: 50%;
    }
}

.condimentos-potential .modal-video .content {
    margin: 0 !important;
}

.condimentos-potential .modal-video .content iframe {
    max-width: 100%;
    max-height: 100%;
}

.condimentos-potential .modal-technique .close-btn,
.condimentos-potential .modal-video .close-btn {
    position: absolute;
    z-index: 99;
    top: 1rem;
    right: 1rem;
    background: #f7f7f7;
    border: 2px solid #063e53;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0.5rem !important;
    transition: all 0.2s ease;
}

.condimentos-potential .modal-technique .close-btn:hover,
.condimentos-potential .modal-video .close-btn:hover {
    opacity: 0.7;
}

@media (max-width: 600px) {
    .condimentos-potential .modal-technique .close-btn,
    .condimentos-potential .modal-video .close-btn {
        top: 0rem;
        right: 0rem;
        transform: scale(0.7);
    }
}

.condimentos-potential .modal-technique .left {
    width: 75%;
    height: 100%;
    padding: 2.5rem;
}

@media (max-width: 600px) {
    .condimentos-potential .modal-technique .left {
        padding: 1.5rem;
    }
}

.condimentos-potential .modal-technique .left .texts {
    width: 100%;
    max-height: 25% !important;
}

.condimentos-potential .modal-technique .left h2 {
    width: 100%;
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.24px;
    text-transform: none !important;
    margin: 0 0 1rem 0 !important;
    text-align: left !important;
}

.condimentos-potential .modal-technique .left h4 {
    width: 100%;
    color: #063e53;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.24px;
    text-transform: none !important;
    margin-bottom: 0 0 2rem 0 !important;
    text-align: left !important;
}

.condimentos-potential .modal-technique .left .content {
    margin: 1rem 0 0 0 !important;
    text-align: left !important;
    overflow-y: auto;
    max-height: 80vh; 
}

@media (max-width: 1000px) {
    .condimentos-potential .modal-technique .left .content {
        max-height: 60vh;
    }
}

@media (max-width: 600px) {
    .condimentos-potential .modal-technique .left .content {
        max-height: 50vh;
    }
}

@media (max-width: 374px) {
    .condimentos-potential .modal-technique .left .content {
        margin: 0.5rem 0 0 0 !important;
    }
}

.condimentos-potential .modal-technique .left .content h1,
.condimentos-potential .modal-technique .left .content h2,
.condimentos-potential .modal-technique .left .content h3,
.condimentos-potential .modal-technique .left .content h4,
.condimentos-potential .modal-technique .left .content h5,
.condimentos-potential .modal-technique .left .content h6,
.condimentos-potential .modal-technique .left .content p,
.condimentos-potential .modal-technique .left .content li {
    color: #100F0F !important;
}

.condimentos-potential .modal-technique .right {
    width: 25% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 1000px) {
    .condimentos-potential .modal-technique .right {
        width: 100% !important;
        height: 25vh !important;
    }
}

.condimentos-form .contact_form-text {
    min-height: 0 !important;
}

.condimentos-form .row:last-child {
    margin-top: 2rem !important;
}

.condimentos-form .contact_form {
    padding-bottom: 0 !important;
}

.condimentos-form .contact_form-form div:first-child {
    padding: 0 !important;
}

.condimentos-form #formulario-universal {
    height: 68rem !important
}

@media (max-width: 991px) {
    .condimentos-form #formulario-universal {
        height: 110rem !important
    }
}


