html,
body {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: unset;
    background-color: white;
    scroll-behavior: smooth;
}

nav {
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 5;

}

* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #2a2a2a;
}

a {
    transition: 0.5s;
}

a:hover {
    color: #FF0000 !important;
}

:disabled {
    opacity: 0.7 !important;
}

.nav-bar {
    height: 100%;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: left;
    align-items: center;
}

.nav-logo {
    width: 25%;
    height: 100%;
    position: relative;
}

.nav-logo img {
    height: 160%;
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
}

.nav-menu {
    height: 100%;
    width: 85%;
    gap: 4%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.nav-menu-item {
    height: 100%;
    width: max-content;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.nav-menu-item-label {
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.nav-menu-item-label-a {
    color: black;
    text-decoration: none;
    transition: 0.5s;
}

.nav-menu-item-label-a:hover {
    color: red;

}

.container-mt {
    height: calc(100vh - 60px);
    width: 100%;
    margin-top: 60px;
}

.container-header {
    height: calc(100vh - 80px);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-header-img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-height: 100%;
}

.container-header-pt {
    position: relative;
    padding-top: calc(100vh - 80px);
}

.container-folhas {
    position: relative;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container-folhas img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}

.main-container {
    position: relative;
    width: 100%;
}

footer {
    padding: 5%;
    width: 90%;
    background-color: white;
}

.footer-container {
    max-width: 1800px;
    margin: auto;
}

.footer-container-header {
    width: 100%;
    display: flex;
    justify-content: center;

}

.footer-container-header-section {
    width: 20%;
    text-align: center;
}

.footer-container-header-section i {
    font-size: 16px;
    color: #848484;
}

.footer-container-info {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: left;
    align-items: normal;
}

.footer-container-info-section {
    width: 20%;
    position: relative;
}

.fcis-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fcis-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fcis-row-logo {
    max-width: 65%;
    width: 110px;
    margin-bottom: 5px;
}

.fcis-row-hf,
.fcis-row-af {
    max-width: 90%;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.fcis-row-lk {
    margin-top: 20px;
    max-width: 30px;
    width: 30%;
}

.fcis-row-link {
    width: 100%;
    position: relative;
    color: gray;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.fcis-row-link a {
    color: #FF0000;
}

.fcis-row-absoulute {
    width: 73%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fcis-moradas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fcis-moradas-content {
    height: max-content;
}

.fcis-morada {
    width: max-content;
    height: max-content;
    padding-bottom: 20px;
}

.fcis-moradas-content label {
    font-weight: bold;
    color: #7b7b7b;
}

.fcis-moradas-content a {
    color: #7b7b7b;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
}


.fcis-contactos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fcis-contactos-content {
    height: max-content;
    width: max-content;
}

.fcis-contacto {
    width: max-content;
    height: max-content;
    padding-bottom: 20px;
}

.fcis-contactos-content label {
    font-weight: bold;
    color: #7b7b7b;
}

.fcis-contactos-content a {
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
}

.fcis-contacto small {
    color: #7b7b7b;
    font-size: 10px;
}

.fcis-mail {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.fcis-mail a {
    color: #848484;
    text-decoration: none;
}

.fcis-mail-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fcis-mail-section label {
    min-width: 55%;
    font-size: 13px;
    color: #848484;
    font-weight: 300;
}

.copyright {
    background-color: white;
    font-size: 14px;
    color: #7b7b7b;
    text-align: center;
    padding: 30px;
}

.fchs-centered {
    position: relative;
}

.fchs-centered i {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}

.aempresa {
    background-color: #c0dd46;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

.aempresa-row {
    width: 85%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    max-width: 1700px;
}

.aempresa-column-left {
    height: 100%;
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
}

.aempresa-column-left-pear {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.aempresa-column-right {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aempresa-column-right-content-p {
    font-size: 20px;
    width: 70%;
}

.aempresa-column-right-content-p2 {
    color: white;
    font-size: 20px;
    width: 69%;
}

.aempresa-column-right-content-p2 b {
    color: white;

}

.aempresa-column-left-folhas {
    position: absolute;
    width: 60%;
    top: 80%;
    left: 45%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
}

.produtos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
    min-height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.grill {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}

.grill-item {
    width: 14%;
    padding: 1%;
    padding-bottom: 0%;
}

.gi-image {
    height: 225px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.gi-image-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.gi-image-img:hover {
    top: 45%;
}

.gi-info {
    text-align: center;
    z-index: 0;
    position: relative;
}

.gi-info h4 {
    font-size: 17px;
    margin: auto;
    color: #a2c104;
    font-weight: 300;
}

.gi-info h6 {
    font-size: 14px;
}

.gi-16 {
    width: 16% !important;
}


.logistica {
    background-color: #e8f3e0;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

.logistica-row {
    width: 85%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    max-width: 1700px;
}

.logistica-column-left {
    height: 100%;
    width: 28%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
}

.logistica-column-left-pear {
    width: 90%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logistica-column-right {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logistica-column-right-content-p {
    font-size: 20px;
    width: 70%;
}

.logistica-column-right-content-p2 {
    color: #72ab14;
    font-size: 20px;
    width: 69%;
}

.logistica-column-left-folhas {
    position: absolute;
    width: 30%;
    top: 130%;
    right: -40%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
}

.contactos {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fc1192;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

.cc-header {
    text-align: center;
}

.cc-header h3 {
    color: white;
    font-weight: 500;
}

.cc-form {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cc-form input {
    font-size: 16px;
    width: 400px;
    background: white;
    border: none;
    border-radius: 30px 0px 0px 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    outline: none;
    font-weight: lighter;
}

.cc-form button {
    background: black;
    border: none;
    color: white;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px 30px 30px 0px;
    font-weight: 900;
}

.cc-form ::placeholder {
    color: #fc1192;
    opacity: 1;
    /* Firefox */
}

.cc-confirm label {
    color: white;
    font-weight: 400;
}

.cc-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-confirm input {
    font-size: 16px;
    width: 16px;
    height: 16px;
    accent-color: gray;
    margin-right: 10px;
}

.area-cliente {
    background-color: #f1f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.area-cliente-form {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.area-cliente-form {
    width: 535px;
}

.area-cliente-form input {
    width: calc(100% - 60px);
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 30px;
}

.area-cliente-form label {
    width: 100%;
    text-align: center;
}

.area-cliente-form button {
    margin-top: 10px;
    width: 100%;
    background-color: #00a964;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 30px;
}

h2 {
    color: #a2c104;
    font-weight: lighter;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 40px;
    width: 100%;
}

.produtos h2 {
    text-align: center;
    padding-bottom: 0;
}



.product-details {
    width: 90%;
    max-width: 1800px;
    margin: auto;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-details-img {
    width: 28%;
    height: auto;
    display: flex;
    justify-content: right;
    margin-right: 2%;
}

.product-details-img-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.product-details-info {
    width: 70%;
    height: auto;
}

.pdi-info-header {
    padding-top: 20px;

}

.pdi-info-header h1 {
    font-weight: lighter;
    font-size: 45px;
    color: #a3c027;
    line-height: 1;
}

.pdi-info-header h3 {
    font-weight: 600;
    font-size: 20px;
    color: #797979;
    line-height: 1;
}

.pdi-info-content {
    width: 90%;
    padding-top: 50px;
}

.pdi-info-content p {
    font-size: 23px;
    color: #797979;
}


.pdi-info small {
    color: #797979;
    margin-bottom: 25px;
}

.pdi-info-content h4 {
    color: #797979;
    padding-bottom: 20px;
    font-weight: 500;
}

.product-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}


.product-table td {
    border-bottom: 0.11rem dashed #797979;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #797979;
    font-weight: 500
}

.equipa {
    background-color: #eef8f7;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.equipa-content {
    width: 85%;
    max-width: 1800px;
    margin-left: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.equipa-content-info {
    width: 50%;
}

.equipa-content h1 {
    color: #00a964;
    font-weight: lighter;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 40px;
    width: 100%;
}

.equipa-content-info p {
    font-size: 20px;
    color: #797979;
}

.equipa-content-info b {
    font-size: 20px;
    color: #6e6e6e;
}

.equipa-content-info li {
    font-size: 20px;
    color: #797979;
    margin-bottom: 20px;
}

.equipa-content-form {
    width: 50%;
}

.ecf-form {
    width: 90%;
    margin: auto;
}



.ecf-form-input {
    width: calc(100% - 50px) !important;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    outline: none;
}

.ecf-form-input-submit {
    width: 100%;
    background-color: #00a964;
    color: white;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.5s;
}

.ecf-form-checkbox {
    display: flex;
    justify-content: left;
    align-items: normal;
}

.ecf-form-checkbox label {
    font-size: 15px;
    margin-left: 10px;
    color: #797979;
}

.ecf-form-checkbox input {
    height: 20px;
    width: 20px;
    color: #797979;
}

.distribuicao {
    background-color: white;
    min-height: 250vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

.distribuicao-container {
    width: 60%;
    padding-top: 65px;
    margin-right: auto;
    padding-bottom: 50px;
    max-width: 1000px;
    margin-left: 15%;
}

.distribuicao-map {
    width: 100%;
}

.distribuicaoIMGtype1 {
    width: 60%;
}

.distribuicao-container-info p {
    font-size: 23px;
    color: #797979;
}

.distribuicao-container-info b{
    color: #797979;

}

.pdi-packages {
    margin-top: 50px;
    width: 90%;
}

.pdi-packages h4{
    color: #797979;
}

.pdi-package-grill {
    display: flex;
    justify-content: left;
    gap: 2%;
    margin-top: 25px;
    flex-wrap: wrap;
}

.pdi-package-grill-column {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.pdipgc-image {
    width: max-content;
    position: relative;
}

.pdipgc-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100px;
}

.pdipgc-image label {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #7b7b7b;
    font-weight: 500;
}

.pdipgc-info {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.pdipgc-info h4 {
    font-size: 20px;
    color: #7b7b7b;
}

.pdipgc-info h5 {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
}

.pdipgc-info h6 {
    margin-top: 10px;
    font-size: 16px;
    color: #a2c104;
    font-weight: 200;

}

.produtos-xsense {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.produtos-xsense-container {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    left: -30px;
}

.produtos-xsense-container label {
    color: #108fd0;
  	font-size: 15px;
}

.produtos-xsense-container img {
    width: 150px;
}


@media (max-width: 1399.98px) {

    .nav-menu-item-label-a {
        font-size: 1.1vw;
    }

    .aempresa-column-right-content-p {
        width: 80%;
    }

    .aempresa-column-right-content-p2 {
        width: 80%;
    }

    .grill {
        width: 85%;
    }

    .gi-info h4 {
        font-size: 14px;
    }

    .logistica-column-right-content-p {
        width: 80%;
    }

    .logistica-column-right-content-p2 {
        width: 80%;
    }

    .logistica-column-left-folhas {
        right: -15%;
    }

    .gi-image {
        height: 165px;
    }

    .container-header-img {
        height: auto;
    }


    .pdi-info-content {
        width: 90%;
    }

    .product-table svg {
        width: 25px;
    }

    .product-table image {
        width: 25px;
    }

    .product-table td {
        font-size: 14px;
        text-align: center;
    }

    .title {
        padding-right: 3% !important;
    }

    .equipa-content-info p {
        font-size: 21px;
    }

    .equipa-content-info b {
        font-size: 21px;
    }

    .equipa-content-info li {
        font-size: 21px;
    }

    .ecf-form-input {
        font-size: 18px;
    }

    .ecf-form-checkbox label {
        font-size: 14px;
    }

    .ecf-form-input-submit {
        font-size: 18px;
    }

    .pdipgc-info h4 {
        font-size: 18px;
    }

}

@media (min-width: 992px) {
    .product-details-info-2 {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
  
    .produtos-xsense-container label {
        width: 100%;
    }

    .produtos-xsense-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        left: 0;
    }
  
    .only-pc {
        display: none !important;
    }

    .container-header-img {
        height: 60%;
    }

    /*.aempresa {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        min-height: auto !important;
    }*/

    .aempresa-column-right-content-p {
        width: 90%;
    }

    .aempresa-column-right-content-p2 {
        width: 90%;
    }

    .logistica-column-right-content-p {
        width: 90%;
    }

    .logistica-column-right-content-p2 {
        width: 90%;
    }

    .aempresa-row {
        width: 100%;
    }

    .logistica-row {
        width: 100%;
    }

    footer {
        padding: 0%;
        padding-top: 5%;
        padding-bottom: 5%;
        width: 100%;
    }

    .fcis-row-logo {
        width: 90px;
    }

    .fcis-row-hf,
    .fcis-row-af {
        width: 115px;
    }

    .fcis-row-link {
        font-size: 14px;
    }

    .fcis-moradas-content label {
        font-size: 14px;
    }

    .fcis-moradas-content a {
        font-size: 12px;
    }

    .fcis-contactos-content label {
        font-size: 14px;
    }

    .fcis-contactos-content a {
        font-size: 12px;
    }

    .fcis-mail a {
        font-size: 14px;
    }

    .area-cliente-form {
        max-width: 80%;
    }

    .nav-menu-item-label-a {
        font-size: 13px;
    }

    .product-details-img-img {
        width: 100%;
    }

    .pdi-info-content p {
        font-size: 21px;
    }

    .pdi-info-header h1 {
        font-size: 35px;
    }

    .pdi-info-header h3 {
        font-size: 15px;
    }

    .pdi-info-content {
        width: 100%;
    }

    .equipa-content-info p {
        font-size: 16px;
    }

    .equipa-content-info b {
        font-size: 16px;
    }

    .equipa-content-info li {
        font-size: 16px;
    }

    .ecf-form-input {
        font-size: 14px;
    }

    .ecf-form-checkbox label {
        font-size: 12px;
    }

    .ecf-form-input-submit {
        font-size: 16px;
    }

    .distribuicao-container-info p {
        font-size: 18px;
    }

    .distribuicao-container-info h2 {
        font-size: 35px;
    }

    .distribuicao-container {
        width: 80%;
        margin-left: 0;
        margin: auto;
    }

    .distribuicao {
        height: auto;
    }

    .pdi-info>.pdi-packages {
        display: none !important;
    }
}

@media (min-width: 720.99px) {
    .no-desktop {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .add-tablet {
        display: inherit !important;
    }

    .remove-tablet {
        display: none;
    }

    .m-nav-bar {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .m-nav-bar-logo {
        position: relative;
        height: 100%;
        top: 80%;
        left: 0;
        transform: translate(-0%, -50%);
    }

    .m-nav-bar-logo img {
        width: 130px;
    }

    .m-nav-bar-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5%;
    }

    .nvbm-button {
        display: inline-block;
        cursor: pointer;
        height: max-content;
        z-index: 3;

    }

    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
        background-color: white;

    }

    .change .bar2 {
        opacity: 0;
        background-color: white;
    }

    .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
        background-color: white;
    }

    .menu {
        position: fixed;
        background: #a8c11cfa;
        height: 100%;
        width: 105%;
        z-index: 0;
        top: 0px;
        left: -105%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;

    }

    .menu-options {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu-options-a {
        color: white;
        text-decoration: none;
        width: max-content;
        position: relative;
        min-width: 55%;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 800;
        /*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.82);*/
    }

    .changeMenu {
        left: 151%;
        transform: skew(-11deg) translateX(-126%);
    }

    .equipa-content {
        width: 90%;
        margin: auto;
        padding-top: 150px;
    }

}

@media (max-width: 720.98px) {
    .no-mobile {
        display: none;
    }

    .contactos-container {
        width: 100%;
    }

    .cc-form input {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 50%;
    }

    .cc-form button {
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .footer-container-info {
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .footer-container-info-section {
        width: 100%;
        position: relative;
        text-align: center;
        padding-bottom: 25px;
    }

    .fcis-row-absoulute {
        position: relative;
    }

    .fcis-morada {
        width: 100%;
    }

    .fcis-morada i,
    .fcis-contacto i,
    .fcis-mail i {
        width: 100%;
    }

    .copyright {
        font-size: 10px;
    }

    footer {
        padding-bottom: 0%;
    }

    .aempresa-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .aempresa-column-left {
        width: 100%;
        padding-bottom: 50px;
    }

    .aempresa-column-right {
        width: 90%;
    }

    .aempresa-column-right-content-p,
    .aempresa-column-right-content-p2 {
        width: 100%;
        font-size: 16px;
    }

    .aempresa-column-left-pear {
        width: 40%;
    }

    .aempresa-column-left-folhas {
        width: 30%;
        top: 50%;
        left: 40%;
    }

    .logistica {
        min-height: auto;
    }

    .logistica-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logistica-column-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .logistica-column-right {
        width: 90%;
    }

    .logistica-column-right-content-p,
    .logistica-column-right-content-p2 {
        width: 100%;
        font-size: 16px;
    }

    .logistica-column-left-pear {
        width: 40%;
    }

    .logistica-column-left-folhas {
        width: 15%;
        top: 90%;
        left: 35%;
    }

    .grill {
        width: 95%;
    }

    .grill-item {
        width: 40%;
    }

    .gi-16 {
        width: 45% !important;
    }

    .m-nav-bar {
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .m-nav-bar-logo {
        position: relative;
        height: 100%;
        top: 80%;
        left: 0;
        transform: translate(-0%, -50%);
    }

    .m-nav-bar-logo img {
        width: 130px;
    }

    .m-nav-bar-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5%;
    }

    .nvbm-button {
        display: inline-block;
        cursor: pointer;
        height: max-content;
        z-index: 3;

    }

    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
        background-color: white;

    }

    .change .bar2 {
        opacity: 0;
        background-color: white;
    }

    .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
        background-color: white;
    }

    .menu {
        position: fixed;
        background: #a8c11cfa;
        height: 100%;
        width: 105%;
        z-index: 0;
        top: 0px;
        left: -105%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;

    }

    .menu-options {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu-options-a {
        color: white;
        text-decoration: none;
        width: max-content;
        position: relative;
        min-width: 55%;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: 800;
        /*text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.82);*/
    }

    .changeMenu {
        left: 151%;
        transform: skew(-11deg) translateX(-126%);
    }

    .cc-confirm label {
        color: white;
        font-weight: 400;
        font-size: 12px;
    }

    .product-table td {
        font-size: 3vw;
    }

    .product-table svg {
        width: 25px;
        height: 25px;
    }

    .product-table image {
        width: 25px;
        height: 25px;

    }

    .product-table-tag {
        padding: 0;
        margin: 0;
        color: #797979;
        font-weight: 500;
        font-size: 3vw;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: left;
        padding-top: 20px;
    }

    .product-table {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pdiic-grid-column img {
        width: 45%;
    }

    .equipa-content-form {
        width: 100%;
        margin-top: 25px;
    }

    .equipa-content-info {
        width: 100%;
    }

    .equipa-content {
        width: 90%;
        margin: auto;
        padding-top: 150px;
    }

    .fcis-mail-section {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .fcis-mail-section label {
        width: 100%;
    }

    .distribuicao-container-info h2 {
        font-size: 25px;
    }

    .distribuicaoIMGtype1 {
        width: 100%;
    }

    .distribuicao-container-info p {
        font-size: 15px;
    }

    .product-details-img {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }

    .product-details-img small {
        width: 100%;
    }

    .product-details-info {
        width: 100%;
    }

    .pdipgc-image img {
        max-width: 70px;
    }

    .pdipgc-image label {
        font-size: 10px;
    }

    .pdi-info>.pdi-packages {
        display: none;
    }

    .pdi-packages {
        margin-top: 50px;
        width: 100%;
    }

    .pdipgc-info h4 {
        font-size: 15px;
    }

    .pdipgc-info h5 {
        font-size: 13px;
    }

    .pdipgc-info h6 {
        font-size: 12px;
    }

    .pdi-package-grill-column {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-bottom: 4%;
    }


}