.grid-benefits,
.grid-benefits-4 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-benefits,
.grid-benefits-3,
.grid-benefits-4,
.grid-benefits-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.hidden,
.photo-wrapper {
/*    pointer-events: none; */
}
.hidden,
.success-message {
    opacity: 0;
    visibility: hidden;
}
.photoboard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #ccc;
    background-attachment: fixed;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 50px 100px;
    text-align: center;
}
.photoboard * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.marquee-logos-track,
.marquee-track {
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.marquee-logos-track span,
.marquee-track span {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.marquee span::before,
.marquee-logos span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.marquee-icon-1::before {
    background-image: url(../img/icon-snowflake-white.svg);
}
.marquee-icon-2::before {
    background-image: url(../img/icon-a-badge-white.svg);
}
.marquee-icon-3::before {
    background-image: url(../img/icon-sparks.svg);
}
.marquee-icon-4::before {
    background-image: url(../img/icon-calendar.svg);
}
.marquee-icon-5::before {
    background-image: url(../img/icon-award.svg);
}
.marquee-logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 200px;
}
.map,
.package,
.partners {
    height: auto;
}
.marquee-logos-track span img {
    max-height: 200px;
}
.accordion {
    width: 100%;
    margin: 20px auto;
}
.accordion-question {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    background: 0 0;
    border: none;
    border-bottom: 2px solid;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion .accordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
    background: 0 0;
    font-weight: 700;
}
.accordion .accordion-answer p {
    padding: 15px 0;
    margin: 0;
}
.accordion .arrow {
    transition: transform 0.3s;
    background-image: url(../img/btn-arrow-down-red.svg);
    text-indent: -1000%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.accordion .arrow.open {
    transform: rotate(180deg);
}
.carousel-wrapper {
    width: calc(100% - 110px);
    margin: 60px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel-wrapper .arrow {
    background: center no-repeat;
    text-indent: -1000%;
    overflow: hidden;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 20px));
}
.carousel-wrapper .arrow.left {
    left: -55px;
    background-image: url(../img/btn-arrow-left-blue.svg);
}
.carousel-wrapper .arrow.right {
    right: -55px;
    background-image: url(../img/btn-arrow-right-blue.svg);
}
.carousel-wrapper .arrow:hover {
    opacity: 0.5;
}
.carousel-wrapper .carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel-wrapper .inner {
    display: flex;
    transition: transform 0.45s;
}
.carousel-wrapper .slide {
    min-width: 100%;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid var(--blue-blueberry);
    box-sizing: border-box;
}
.carousel-wrapper .slide .title {
    margin: 0;
    color: var(--blue-blueberry);
    font-weight: 800;
    text-transform: uppercase;
}
.carousel-wrapper .slide .avatar {
    max-width: 80px;
    height: auto;
}
.carousel-wrapper .slide .company {
    margin: 0 0 15px;
    color: #fff;
    font-weight: 700;
}
.carousel-wrapper .slide p {
    color: var(--blue-blueberry);
    line-height: 1.5;
}
.carousel-wrapper .dots {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
}
.carousel-wrapper .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue-blueberry);
    cursor: pointer;
    transition: 0.3s;
}
.carousel-wrapper .dot.active {
    background: #fff;
}
.grid-benefits {
    display: grid;
    text-align: center;
}
.grid-benefits li::before,
.grid-benefits-3 li::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}
.grid-benefits-4 li::before,
.grid-benefits-5 li::before {
    content: "";
    margin-bottom: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
}
.grid-benefits li:first-child::before,
.grid-benefits-3 li:first-child::before {
    background-image: url(../img/icon-scissor.svg);
}
.grid-benefits li:nth-child(2)::before,
.grid-benefits-3 li:nth-child(2)::before {
    background-image: url(../img/icon-snowflake.svg);
}
.grid-benefits li:nth-child(3)::before,
.grid-benefits-3 li:nth-child(3)::before {
    background-image: url(../img/icon-a-badge.svg);
}
.grid-benefits li:nth-child(4)::before,
.grid-benefits-3 li:nth-child(4)::before {
    background-image: url(../img/icon-package.svg);
}
.grid-benefits li:nth-child(5)::before,
.grid-benefits-3 li:nth-child(5)::before {
    background-image: url(../img/icon-ready.svg);
}
.grid-benefits li:nth-child(6)::before,
.grid-benefits-3 li:nth-child(6)::before {
    background-image: url(../img/icon-calendar-02.svg);
}
.grid-benefits-4 {
    display: grid;
}
.grid-benefits-4 li::before {
    width: 80px;
    height: 80px;
    background-size: contain;
}
.grid-benefits-4 li:first-child::before {
    background-image: url(../img/icon-maps.svg);
}
.grid-benefits-4 li:nth-child(2)::before {
    background-image: url(../img/icon-calendar-blue.svg);
}
.grid-benefits-4 li:nth-child(3)::before {
    background-image: url(../img/icon-certified-blue.svg);
}
.grid-benefits-4 li:nth-child(4)::before {
    background-image: url(../img/icon-try.svg);
}
.grid-benefits-4 li:nth-child(5)::before {
    background-image: url(../img/icon-supervision.svg);
}
.grid-benefits-4 li:nth-child(6)::before {
    background-image: url(../img/icon-award-blue.svg);
}
.grid-benefits-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.grid-benefits-3 li:nth-child(7)::before {
    background-image: url(../img/icon-certified.svg);
}
.grid-benefits-3 li:nth-child(8)::before {
    background-image: url(../img/icon-heart.svg);
}
.grid-benefits-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.grid-benefits-5 li::before {
    width: 100px;
    height: 100px;
}
.grid-benefits-5 li:first-child::before {
    background-image: url(../img/icon-snowflake-blue.svg);
}
.grid-benefits-5 li:nth-child(2)::before {
    background-image: url(../img/icon-a-badge-blue.svg);
}
.grid-benefits-5 li:nth-child(3)::before {
    background-image: url(../img/icon-tracking.svg);
}
.grid-benefits-5 li:nth-child(4)::before {
    background-image: url(../img/icon-logistic.svg);
}
.grid-benefits-5 li:nth-child(5)::before {
    background-image: url(../img/icon-support.svg);
}
.grid-benefits-5 span {
    font-weight: 400;
    display: block;
    padding-top: 15px;
}
.grid-product,
.grid-product * {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.grid-product {
    border-top: 1px solid var(--yellow-beak);
    border-bottom: 1px solid var(--yellow-beak);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
}
.map,
.package,
.partners {
    display: block;
}
.product-item {
    box-sizing: border-box;
    padding: 50px;
    cursor: pointer;
}
.product-item:hover {
    background-color: #b01d11;
}
.product-item:hover .image {
    transform: scale(0.9);
}
.photo-wrapper:hover img,
.product-item:hover .grado,
.product-item:hover button {
    transform: scale(1.1);
}
.product-item:hover button {
    background-color: #fff;
    transform: rotate(180deg);
}
.product-item .title {
    font-size: 30px;
    line-height: 32px;
    max-width: 70%;
}
.product-item .weight {
    font-size: 20px;
}
.product-description .grado,
.product-item .grado {
    overflow: hidden;
    position: relative;
    float: right;
    width: 100px;
    aspect-ratio: 1/1;
    background-image: url(../img/icon-a-badge-complete-2.png);
    z-index: 998 !important;
}
.package {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
}
.partners {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 1536/1499;
}
.map {
    margin: auto;
    width: 90%;
    max-width: 800px;
    aspect-ratio: 1531/1536;
}
.product-description .grado span,
.product-item .grado span {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    text-indent: -1000%;
    background-image: url(../img/icon-a-badge-complete.png);
    animation: 20s linear infinite turn;
}
.product-item .image {
    aspect-ratio: 1/1;
    width: 100%;
    background-image: url(../img/package.png);
    overflow: hidden;
    text-indent: -1000%;
}
.product-item button {
    margin-top: -25px;
    float: right;
    aspect-ratio: 1/1;
}
.grid-product a:nth-child(2n) {
    border-left: 1px solid var(--yellow-beak);
    border-right: 1px solid var(--yellow-beak);
}
.column img {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}
.column img.is-hidden {
    opacity: 0;
}
.image-switcher {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
}
.image-switcher .sw-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pink-raspberry);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.column-photo,
.item-produto,
.mimo-tip {
    border-radius: 25px;
}
.image-switcher .sw-dot.active {
    background: #fff;
    border-color: #fff;
}
@keyframes turn {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.columns {
    display: flex;
    align-items: center;
    gap: 50px;
}
.column {
    flex: 1;
    align-items: center;
    justify-content: center;
}
.column-photo {
    background-color: #ccc;
    overflow: hidden;
    height: 100%;
}
.column-photo img {
    object-fit: 110%;
    object-position: center;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.frozen-strawberries-photo {
    background-image: url(../img/frozen-strawberries-photo.jpg);
    background-position: center;
    background-size: cover;
}
.photo-wrapper {
    vertical-align: middle;
    position: relative;
    display: inline-block;
}


/* O círculo centralizado */
.photo-wrapper::after {
  content: "";
/*  content: "Play";
  padding-top: 90px;
  margin-top: 30px; /*/
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  text-align: center;
  position: absolute;

  width: 80px;   /* tamanho do círculo */
  height: 80px;
  background-image: url(../img/btn-arrow-right-white.svg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}


.custom-form .form-grid,
.description-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.photo-wrapper:hover::after {
    opacity: 1;
}
.float-container {
    position: relative;
    background: 0 0;
    overflow: visible;
    z-index: 999;
}
.float-item {
    position: absolute;
    width: 100px;
    height: auto;
    animation: 6s ease-in-out infinite float;
    margin-top: -66.9px;
    margin-left: 25px;
}
.float-item img {
    width: 100%;
    height: auto;
}
.float-item-right {
    float: right;
    text-align: right;
    right: 25px;
}
.float-item-right img {
    transform: rotate(25deg);
}
.float-bigger {
    width: 150px;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.carousel-b2b {
    background-image: url(../img/carousel-b2b.png), url(../img/mimo-floor-lilac-snow.png);
    background-position:
        center,
        right center,
        center;
    background-size: cover, cover;
}
.carousel-b2b2 {
    background-image: url(../img/mimob2b.png), url(../img/badge-blue-berry.svg);
    background-position:
        right 10% center,
        right center;
    background-size: 40%, 50%;
}
.carousel-b2c,
.carousel-intro {
    background-position:
        right 10% center,
        center,
        center;
    background-size: 40%, cover, cover;
}
.carousel-b2c {
    background-image: url(../img/mimao4.png), url(../img/mimo-floor-white.png), url(../img/background-net.jpg);
}
.carousel-intro {
    background-image: url(../img/mimao.png), url(../img/mimo-floor.png), url(../img/frozen-strawberries-photo.jpg);
}
.product-description .grado {
    overflow: hidden;
    float: right;
    width: 150px;
    right: 50px;
    position: absolute;
}
.product-description .weight {
    font-size: 26px;
    font-weight: 400;
}
.description-grid {
    grid-column-gap: 100px;
}
.title-description,
.title-information {
    padding-left: 45px;
    background-position: top left;
    background-size: 30px;
    height: 40px;
    border-bottom: 1px solid var(--pink-raspberry);
}
.title-description {
    background-image: url(../img/icon-book.svg);
}
.title-information {
    background-image: url(../img/icon-info.svg);
}
.area-produtos {
    padding: 40px 0;
}
.photo-list {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 25px;
    scroll-behavior: smooth;
    padding-left: 25px;
    padding-right: 25px;
}
.photo-list::-webkit-scrollbar {
    height: 1px;
    background: var(--pink-raspberry);
}
.photo-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}
.item-produto {
    flex: 0 0 220px;
    height: 220px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-produto img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.mimo-tip {
    width: 100%;
    margin-top: 25px;
}
.custom-form {
    padding: 0;
    margin: 0;
}
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form input[type="text"],
.custom-form select {
    border-radius: 25px;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-family: inherit;
}
.custom-form label {
    font-weight: 700;
}
.custom-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/btn-arrow-bottom-red.svg);
    background-size: 20px;
    background-position: right 15px center;
}
.custom-form button {
    color: inherit;
}
.custom-form i {
    font-size: 12px;
    line-height: 12px;
}
.custom-form .form-grid {
    grid-column-gap: 15px;
}
.custom-form,
.success-message {
    transition:
        opacity 0.4s,
        visibility 0.4s;
}
@media (max-width: 768px) {
    .grid-benefits-4 li::before {
        width: 100px;
        height: 100px;
    }
    .grid-benefits-3,
    .grid-benefits-4,
    .grid-benefits-5 {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    #sobre-nos .highlight-mobile,
    #sobre-nos .highlight-mobile img {
        object-fit: cover;
        object-position: center;
        display: block;
        aspect-ratio: 16 / 9;
    }
    .columns {
        display: table;
        align-items: initial;
        gap: 0;
        width: 100%;
    }
    .carousel-wrapper .arrow,
    .column-photo,
    .column-photo-simple {
        display: none;
    }
    .column {
        flex: none;
        align-items: normal;
        justify-content: initial;
    }
    #inicio {
        padding-top: 0;
    }
    #inicio h2 {
        margin-top: 25px !important;
    }
    .highlight-mobile {
        width: 100%;
        border-radius: 25px;
        overflow: hidden;
        vertical-align: middle;
        object-fit: cover;
    }
    .highlight-mobile img {
        max-width: 100%;
        vertical-align: middle;
        object-fit: cover;
    }
    .grid-product {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-product a:nth-child(2n) {
        border-top: 1px solid var(--yellow-beak);
        border-bottom: 1px solid var(--yellow-beak);
        border-left: none;
        border-right: none;
    }
    .grid-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
    .carousel-wrapper {
        width: calc(100vw - 40px);
        margin: 25px 0 0;
    }
    .photoboard {
        padding: 25px;
    }
    .photoboard h3 {
        font-size: 25px;
        line-height: 28px;
        padding-top: 100px;
    }
    .photoboard button {
        margin-bottom: 100px;
    }
    #sobre-nos .highlight-mobile {
        aspect-ratio: 16/9;
        margin-bottom: 25px;
    }
    .frozen-strawberries-photo {
        background-attachment: scroll;
    }
    .float-bigger {
        width: 100px;
    }
    .carousel-intro {
        background-image: none, none, none;
        background-position: none, none, center;
        background-size: none, none, cover;
    }
    .carousel-b2b {
        background-image: none;
    }
    .carousel-b2b2 {
        background-image: url(../img/mimob2b.png), url(../img/badge-blue-berry.svg);
        background-position:
            right 10% center,
            right center;
        background-size: 40%, 50%;
    }
    .carousel-b2c {
        background-image: none;
        background-position: none;
        background-size: none;
    }
    .product-description .grado {
        width: 100px;
        right: 25px;
    }
    .description-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }
    .area-produtos {
        padding: 0;
    }
    .item-produto {
        flex: 0 0 110px;
        height: 110px;
        border-radius: 15px;
    }
    .custom-form .form-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
    }
}
.photo-grid img {
    max-width: 100%;
    height: auto;
}
