@charset "UTF-8";
:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

.btn-primary {
  color: #000000;
  border-color: #EAFADD;
  background-color: #EAFADD;
}
.btn-primary:hover {
  color: #000000;
  border-color: #ecfbe0;
  background-color: #c7d5bc;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  border-color: #ecfbe0;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #eefbe4;
  border-color: #ecfbe0;
}

.btn-outline-primary {
  color: #EAFADD;
  border-color: #EAFADD;
}
.btn-outline-primary:hover {
  color: #000000;
  background-color: #EAFADD;
  border-color: #EAFADD;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(234, 250, 221, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000000;
  background-color: #EAFADD;
  border-color: #EAFADD;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #EAFADD;
  background-color: transparent;
}

.bg-primary {
  background-color: #EAFADD;
}

.btn-secondary {
  color: #000000;
  border-color: #9BC148;
  background-color: #9BC148;
}
.btn-secondary:hover {
  color: #FFFFFF;
  border-color: #a5c75a;
  background-color: #84a43d;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFFFFF;
  border-color: #a5c75a;
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000000;
  background-color: #afcd6d;
  border-color: #a5c75a;
}

.btn-outline-secondary {
  color: #9BC148;
  border-color: #9BC148;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #9BC148;
  border-color: #9BC148;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(155, 193, 72, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000000;
  background-color: #9BC148;
  border-color: #9BC148;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #9BC148;
  background-color: transparent;
}

.bg-secondary {
  background-color: #9BC148;
}

.btn-tertiary {
  color: #FFFFFF;
  border-color: #025930;
  background-color: #025930;
}
.btn-tertiary:hover {
  color: #FFFFFF;
  border-color: #024726;
  background-color: #024c29;
}
.btn-check:focus + .btn-tertiary, .btn-tertiary:focus {
  color: #FFFFFF;
  border-color: #024726;
}
.btn-check:checked + .btn-tertiary, .btn-check:active + .btn-tertiary, .btn-tertiary:active, .btn-tertiary.active, .show > .btn-tertiary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #024726;
  border-color: #024324;
}

.btn-outline-tertiary {
  color: #025930;
  border-color: #025930;
}
.btn-outline-tertiary:hover {
  color: #FFFFFF;
  background-color: #025930;
  border-color: #025930;
}
.btn-check:focus + .btn-outline-tertiary, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(2, 89, 48, 0.5);
}
.btn-check:checked + .btn-outline-tertiary, .btn-check:active + .btn-outline-tertiary, .btn-outline-tertiary:active, .btn-outline-tertiary.active, .btn-outline-tertiary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #025930;
  border-color: #025930;
}
.btn-outline-tertiary:disabled, .btn-outline-tertiary.disabled {
  color: #025930;
  background-color: transparent;
}

.bg-tertiary {
  background-color: #025930;
}

.btn-sucess {
  color: #FFFFFF;
  border-color: #839D00;
  background-color: #839D00;
}
.btn-sucess:hover {
  color: #FFFFFF;
  border-color: #697e00;
  background-color: #6f8500;
}
.btn-check:focus + .btn-sucess, .btn-sucess:focus {
  color: #FFFFFF;
  border-color: #697e00;
}
.btn-check:checked + .btn-sucess, .btn-check:active + .btn-sucess, .btn-sucess:active, .btn-sucess.active, .show > .btn-sucess.dropdown-toggle {
  color: #FFFFFF;
  background-color: #697e00;
  border-color: #627600;
}

.btn-outline-sucess {
  color: #839D00;
  border-color: #839D00;
}
.btn-outline-sucess:hover {
  color: #FFFFFF;
  background-color: #839D00;
  border-color: #839D00;
}
.btn-check:focus + .btn-outline-sucess, .btn-outline-sucess:focus {
  box-shadow: 0 0 0 3px rgba(131, 157, 0, 0.5);
}
.btn-check:checked + .btn-outline-sucess, .btn-check:active + .btn-outline-sucess, .btn-outline-sucess:active, .btn-outline-sucess.active, .btn-outline-sucess.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #839D00;
  border-color: #839D00;
}
.btn-outline-sucess:disabled, .btn-outline-sucess.disabled {
  color: #839D00;
  background-color: transparent;
}

.bg-sucess {
  background-color: #839D00;
}

.btn-info {
  color: #FFFFFF;
  border-color: #1F5BBA;
  background-color: #1F5BBA;
}
.btn-info:hover {
  color: #FFFFFF;
  border-color: #194995;
  background-color: #1a4d9e;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #FFFFFF;
  border-color: #194995;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #194995;
  border-color: #17448c;
}

.btn-outline-info {
  color: #1F5BBA;
  border-color: #1F5BBA;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #1F5BBA;
  border-color: #1F5BBA;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 3px rgba(31, 91, 186, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #1F5BBA;
  border-color: #1F5BBA;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #1F5BBA;
  background-color: transparent;
}

.bg-info {
  background-color: #1F5BBA;
}

.btn-warning {
  color: #FFFFFF;
  border-color: #E88146;
  background-color: #E88146;
}
.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ba6738;
  background-color: #c56e3c;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #FFFFFF;
  border-color: #ba6738;
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ba6738;
  border-color: #ae6135;
}

.btn-outline-warning {
  color: #E88146;
  border-color: #E88146;
}
.btn-outline-warning:hover {
  color: #FFFFFF;
  background-color: #E88146;
  border-color: #E88146;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 3px rgba(232, 129, 70, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #E88146;
  border-color: #E88146;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #E88146;
  background-color: transparent;
}

.bg-warning {
  background-color: #E88146;
}

.btn-danger {
  color: #FFFFFF;
  border-color: #D86B27;
  background-color: #D86B27;
}
.btn-danger:hover {
  color: #FFFFFF;
  border-color: #ad561f;
  background-color: #b85b21;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  border-color: #ad561f;
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ad561f;
  border-color: #a2501d;
}

.btn-outline-danger {
  color: #D86B27;
  border-color: #D86B27;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #D86B27;
  border-color: #D86B27;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 3px rgba(216, 107, 39, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #D86B27;
  border-color: #D86B27;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #D86B27;
  background-color: transparent;
}

.bg-danger {
  background-color: #D86B27;
}

.btn-light {
  color: #000000;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.btn-light:hover {
  color: #000000;
  border-color: white;
  background-color: #d9d9d9;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  border-color: white;
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}

.btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #FFFFFF;
  background-color: transparent;
}

.bg-light {
  background-color: #FFFFFF;
}

.btn-dark {
  color: #FFFFFF;
  border-color: #212529;
  background-color: #212529;
}
.btn-dark:hover {
  color: #FFFFFF;
  border-color: #1a1e21;
  background-color: #1c1f23;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  border-color: #1a1e21;
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.bg-dark {
  background-color: #212529;
}

.btn-green-100 {
  color: #FFFFFF;
  border-color: #025930;
  background-color: #025930;
}
.btn-green-100:hover {
  color: #FFFFFF;
  border-color: #024726;
  background-color: #024c29;
}
.btn-check:focus + .btn-green-100, .btn-green-100:focus {
  color: #FFFFFF;
  border-color: #024726;
}
.btn-check:checked + .btn-green-100, .btn-check:active + .btn-green-100, .btn-green-100:active, .btn-green-100.active, .show > .btn-green-100.dropdown-toggle {
  color: #FFFFFF;
  background-color: #024726;
  border-color: #024324;
}

.btn-outline-green-100 {
  color: #025930;
  border-color: #025930;
}
.btn-outline-green-100:hover {
  color: #FFFFFF;
  background-color: #025930;
  border-color: #025930;
}
.btn-check:focus + .btn-outline-green-100, .btn-outline-green-100:focus {
  box-shadow: 0 0 0 3px rgba(2, 89, 48, 0.5);
}
.btn-check:checked + .btn-outline-green-100, .btn-check:active + .btn-outline-green-100, .btn-outline-green-100:active, .btn-outline-green-100.active, .btn-outline-green-100.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #025930;
  border-color: #025930;
}
.btn-outline-green-100:disabled, .btn-outline-green-100.disabled {
  color: #025930;
  background-color: transparent;
}

.bg-green-100 {
  background-color: #025930;
}

.btn-green-700 {
  color: #000000;
  border-color: #9BC148;
  background-color: #9BC148;
}
.btn-green-700:hover {
  color: #FFFFFF;
  border-color: #a5c75a;
  background-color: #84a43d;
}
.btn-check:focus + .btn-green-700, .btn-green-700:focus {
  color: #FFFFFF;
  border-color: #a5c75a;
}
.btn-check:checked + .btn-green-700, .btn-check:active + .btn-green-700, .btn-green-700:active, .btn-green-700.active, .show > .btn-green-700.dropdown-toggle {
  color: #000000;
  background-color: #afcd6d;
  border-color: #a5c75a;
}

.btn-outline-green-700 {
  color: #9BC148;
  border-color: #9BC148;
}
.btn-outline-green-700:hover {
  color: #000000;
  background-color: #9BC148;
  border-color: #9BC148;
}
.btn-check:focus + .btn-outline-green-700, .btn-outline-green-700:focus {
  box-shadow: 0 0 0 3px rgba(155, 193, 72, 0.5);
}
.btn-check:checked + .btn-outline-green-700, .btn-check:active + .btn-outline-green-700, .btn-outline-green-700:active, .btn-outline-green-700.active, .btn-outline-green-700.dropdown-toggle.show {
  color: #000000;
  background-color: #9BC148;
  border-color: #9BC148;
}
.btn-outline-green-700:disabled, .btn-outline-green-700.disabled {
  color: #9BC148;
  background-color: transparent;
}

.bg-green-700 {
  background-color: #9BC148;
}

.btn-green-900 {
  color: #000000;
  border-color: #C2D500;
  background-color: #C2D500;
}
.btn-green-900:hover {
  color: #000000;
  border-color: #c8d91a;
  background-color: #a5b500;
}
.btn-check:focus + .btn-green-900, .btn-green-900:focus {
  color: #000000;
  border-color: #c8d91a;
}
.btn-check:checked + .btn-green-900, .btn-check:active + .btn-green-900, .btn-green-900:active, .btn-green-900.active, .show > .btn-green-900.dropdown-toggle {
  color: #000000;
  background-color: #cedd33;
  border-color: #c8d91a;
}

.btn-outline-green-900 {
  color: #C2D500;
  border-color: #C2D500;
}
.btn-outline-green-900:hover {
  color: #000000;
  background-color: #C2D500;
  border-color: #C2D500;
}
.btn-check:focus + .btn-outline-green-900, .btn-outline-green-900:focus {
  box-shadow: 0 0 0 3px rgba(194, 213, 0, 0.5);
}
.btn-check:checked + .btn-outline-green-900, .btn-check:active + .btn-outline-green-900, .btn-outline-green-900:active, .btn-outline-green-900.active, .btn-outline-green-900.dropdown-toggle.show {
  color: #000000;
  background-color: #C2D500;
  border-color: #C2D500;
}
.btn-outline-green-900:disabled, .btn-outline-green-900.disabled {
  color: #C2D500;
  background-color: transparent;
}

.bg-green-900 {
  background-color: #C2D500;
}

.btn-green-2500 {
  color: #000000;
  border-color: #AACD5D;
  background-color: #AACD5D;
}
.btn-green-2500:hover {
  color: #FFFFFF;
  border-color: #b3d26d;
  background-color: #91ae4f;
}
.btn-check:focus + .btn-green-2500, .btn-green-2500:focus {
  color: #FFFFFF;
  border-color: #b3d26d;
}
.btn-check:checked + .btn-green-2500, .btn-check:active + .btn-green-2500, .btn-green-2500:active, .btn-green-2500.active, .show > .btn-green-2500.dropdown-toggle {
  color: #000000;
  background-color: #bbd77d;
  border-color: #b3d26d;
}

.btn-outline-green-2500 {
  color: #AACD5D;
  border-color: #AACD5D;
}
.btn-outline-green-2500:hover {
  color: #000000;
  background-color: #AACD5D;
  border-color: #AACD5D;
}
.btn-check:focus + .btn-outline-green-2500, .btn-outline-green-2500:focus {
  box-shadow: 0 0 0 3px rgba(170, 205, 93, 0.5);
}
.btn-check:checked + .btn-outline-green-2500, .btn-check:active + .btn-outline-green-2500, .btn-outline-green-2500:active, .btn-outline-green-2500.active, .btn-outline-green-2500.dropdown-toggle.show {
  color: #000000;
  background-color: #AACD5D;
  border-color: #AACD5D;
}
.btn-outline-green-2500:disabled, .btn-outline-green-2500.disabled {
  color: #AACD5D;
  background-color: transparent;
}

.bg-green-2500 {
  background-color: #AACD5D;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

@keyframes fade-in-down {
  from {
    transform: translateY(-130vh);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-out-up {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-130vh);
    opacity: 0;
  }
}
@keyframes fade-in-left {
  from {
    transform: translateX(130vh);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-out-right {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(130vh);
    opacity: 0;
  }
}
@keyframes fade-out-left-reset {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-130vh);
    opacity: 0;
  }
}
@keyframes fade-in-right-reset {
  from {
    transform: translateX(-130vh);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
* {
  outline: none;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#content {
  z-index: 0;
  position: relative;
  padding: 62px 0 4rem;
}
@media (min-width: 1400px) {
  #content {
    padding: 75px 0 4rem;
  }
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #025930;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.section-other-lines .container-section-title {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-other-lines .container-section-title {
    font-size: 2rem;
  }
  .section-other-lines .container-section-title br {
    display: none;
  }
}

.text-primary {
  color: #025930 !important;
}

.product-title,
.slide-title,
.line-title,
.principle-title {
  position: relative;
}
.product-title .lowercase,
.slide-title .lowercase,
.line-title .lowercase,
.principle-title .lowercase {
  text-transform: lowercase;
}
.product-title sup,
.slide-title sup,
.line-title sup,
.principle-title sup {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: revert;
}

.products-section.line-fibers .slide-title,
.related-line-products-section.line-fibers .slide-title {
  width: 45%;
}

::-moz-placeholder {
  color: #025930;
}

::placeholder {
  color: #025930;
}

a:not(.btn) {
  text-decoration: none;
  color: #A6CC86;
}
a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {
  text-decoration: underline;
  color: #025930;
}
a img {
  transition: opacity 0.15s ease-in-out;
}
a img:hover, a img:active, a img:focus {
  opacity: 0.7;
}

.link {
  color: #A6CC86;
  font-weight: 700;
}
.link:hover, .link:active, .link:focus {
  color: #025930;
  text-decoration: underline;
}

button img {
  transition: opacity 0.15s ease-in-out;
}
button img:hover, button img:active, button img:focus {
  opacity: 0.7;
}

.icon-negative {
  filter: brightness(0%) grayscale(100%) invert(100%);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet:hover, .swiper-container .swiper-pagination .swiper-pagination-bullet:active, .swiper-container .swiper-pagination .swiper-pagination-bullet:focus {
  opacity: 0.5;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #025930;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cta-contact {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 1600px) {
  .cta-contact {
    padding: 8rem 0 14rem;
    margin-bottom: 18rem;
  }
}
@media (max-width: 991.98px) {
  .cta-contact .section-title {
    font-size: 1.5rem;
  }
}

.breadcrumbs {
  position: relative;
  display: inline-flex;
  grid-gap: 0.5rem;
  color: #025930;
  margin-top: 2rem;
  font-size: 0.875rem;
}
.breadcrumbs .text,
.breadcrumbs .link {
  text-transform: capitalize;
}

.product-informative-list {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .product-informative-list {
    order: 4;
  }
}
.product-informative-list li {
  margin-bottom: 1rem;
}
.product-informative-list li:before {
  content: "";
  -webkit-mask-image: url("../../assets/images/originais/icon-leaf.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #025930;
  width: 15px;
  height: 15px;
  display: inline-flex;
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .product-informative-list li:before {
    min-width: 15px;
    min-height: 15px;
  }
}

.newsletter-popup.newsletter-popup-tamarine .modal-content {
  background: linear-gradient(0deg, #F4FAE7 0%, #F4FAE7 51%, #FFFFFF 100%);
  position: relative;
  z-index: -1;
}
.newsletter-popup.newsletter-popup-tamarine .col-md-6 {
  padding-right: 30px;
  background: linear-gradient(0deg, #F4FAE7 0%, #F4FAE7 51%, #FFFFFF 100%);
}
@media (min-width: 992px) {
  .newsletter-popup.newsletter-popup-tamarine .modal-body {
    background-image: url("../images/otimizadas/bg-popup.webp");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.page-template-base {
  margin: 3rem auto 14rem;
}

.page-contact #contato h1 {
  color: #025930;
  font-size: 4rem;
}
.page-contact #contato .btn-redondo {
  color: #025930;
}
.page-contact #contato .btn-redondo.ativo {
  background: #025930;
}
.page-contact #contato .btn-redondo.btn-avancar {
  float: right;
  margin-top: 1rem;
}
.page-contact #contato .btn-redondo.btn-avancar:hover, .page-contact #contato .btn-redondo.btn-avancar:active, .page-contact #contato .btn-redondo.btn-avancar:focus {
  background: #025930;
  color: #FFFFFF;
}
.page-contact #contato .btn-redondo:before {
  border-color: #025930;
}
.page-contact #contato .btn-redondo:after {
  content: none;
}
.page-contact #contato .btn-voltar {
  background: #025930;
  color: #FFFFFF;
  margin-top: 1rem;
}
.page-contact #contato .btn-voltar:after {
  content: none;
}
.page-contact #contato .btn-voltar:hover, .page-contact #contato .btn-voltar:active, .page-contact #contato .btn-voltar:focus {
  border-color: #025930;
  background: #FFFFFF;
  color: #025930;
}
.page-contact #footerContato {
  background: #FFFFFF;
}
.page-contact #footerContato h2 {
  color: #025930;
}
.page-contact #footerContato h2 a {
  color: #A6CC86;
}
.page-contact #footerContato h2 a:hover, .page-contact #footerContato h2 a:active, .page-contact #footerContato h2 a:focus {
  color: #025930;
}

.error-page h1 {
  text-align: center;
}
.error-page .btn {
  margin: 0 auto;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.error-page .blog-lastest-posts-section .blog-lastest-posts {
  grid-gap: 0;
}
.error-page .blog-lastest-posts-section .swiper-container {
  padding: 0;
}
.error-page .blog-lastest-posts-section .posts-grid {
  margin-top: 0;
}
.error-page.blog-context {
  margin-bottom: -9rem;
}
.error-page.blog-context .bg-leaves {
  padding: 5vh 0;
  margin: 8rem 0;
}
.error-page.blog-context .bg-leaves:before {
  top: -100px;
  height: 100px;
}
.error-page.blog-context .bg-leaves:after {
  bottom: -100px;
  height: 100px;
}

.container-xl {
  max-width: 1320px;
}

#footer {
  padding: 10vh 0;
  z-index: 0;
}
@media (min-width: 768px) {
  #footer {
    margin-top: 7rem;
  }
}
@media (max-width: 991.98px) {
  #footer {
    text-align: center;
  }
}
#footer .newsletter-tamarine .btn {
  background-color: #025930;
}
#footer .newsletter-tamarine .btn:before {
  background-color: #B9D432;
}
#footer .newsletter-tamarine .btn:hover, #footer .newsletter-tamarine .btn:active, #footer .newsletter-tamarine .btn:focus {
  background-color: #B9D432;
}
#footer .newsletter-tamarine .btn:hover:before, #footer .newsletter-tamarine .btn:active:before, #footer .newsletter-tamarine .btn:focus:before {
  background-color: #025930;
}
#footer .nav-link {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  #footer .nav-link {
    margin: 0.75rem 0;
  }
}
#footer .footer-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(204px, 6rem) auto;
    grid-gap: 4rem;
  }
}
#footer .brand-social-column {
  grid-column: 1;
}
@media (max-width: 991.98px) {
  #footer .brand-social-column {
    margin-top: 2rem;
  }
}
#footer .navbar-brand {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .social-menu {
  flex-direction: row;
  grid-gap: 2rem;
  margin: 2rem 0;
  justify-content: center;
}
#footer .navbar-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #footer .navbar-grid {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1300px) {
  #footer .footer-menu {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
}
#footer .grid-column:first-child {
  grid-column: 1/span 2;
  display: flex;
  gap: 0 4rem;
}
@media (max-width: 991.98px) {
  #footer .grid-column:first-child {
    flex-direction: column;
  }
}
#footer .grid-column:not(:first-child) .nav-link {
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
}
#footer .grid-column .column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #footer .grid-column .column {
    grid-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  #footer .panel-collapse {
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  #footer .dropdown-item {
    padding: 0 !important;
  }
  #footer .dropdown-item .dropdown-link {
    pointer-events: none;
    cursor: inherit;
  }
}
#footer .dropdown-item .nav-subtitle .dropdown-link {
  font-weight: 900;
}
@media (max-width: 991.98px) {
  #footer .dropdown-item .nav-subtitle .dropdown-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .dropdown-item .nav-subtitle .dropdown-link:after {
    filter: brightness(0%) grayscale(100%) invert(100%);
  }
}
#footer .dropdown-item:not(.title) .nav-link {
  font-weight: 400;
}
#footer .base-references {
  grid-column: 1/span 5;
  font-size: 0.75rem;
  color: #FFFFFF;
}
#footer .base-references h4, #footer .base-references .h4 {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  #footer .base-references {
    word-break: break-all;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
#footer div.base-references {
  padding: 4rem 0 0;
  border-top: 1px solid #fff;
}
#footer #partner-hypera-container-white-logo {
  margin-top: 0;
  padding: 0;
}

#header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  #header .container {
    padding: 0.5rem 0;
  }
}
#header.nav-shrink {
  justify-content: inherit;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 992px) {
  #header.nav-shrink,
  #header.nav-shrink .navbar-collapse {
    min-height: 60px;
  }
}
#header.nav-shrink .navbar-brand .image {
  max-width: 4rem;
}
@media (min-width: 992px) {
  #header.nav-shrink .navbar-brand .image {
    max-width: 7rem;
  }
}
@media (min-width: 992px) {
  #header.nav-expand,
  #header.nav-expand .navbar-collapse {
    min-height: 80px;
  }
}
#header.nav-expand .navbar-brand .image {
  max-width: 11.5rem;
}
#header .navbar {
  min-height: inherit;
  padding: 0;
}
#header .navbar-toggler {
  position: relative;
  width: 42px;
  height: 35px;
  box-shadow: none;
  border: none;
}
#header .navbar-toggler.is-closed:hover .hamb-top, #header .navbar-toggler.is-closed:active .hamb-top, #header .navbar-toggler.is-closed:focus .hamb-top {
  top: 10px;
  transition: all 0.35s ease-in-out;
}
#header .navbar-toggler.is-closed:hover .hamb-bottom, #header .navbar-toggler.is-closed:active .hamb-bottom, #header .navbar-toggler.is-closed:focus .hamb-bottom {
  bottom: 3px;
  transition: all 0.35s ease-in-out;
}
#header .navbar-toggler.is-closed .hamb-top,
#header .navbar-toggler.is-closed .hamb-middle,
#header .navbar-toggler.is-closed .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 70%;
  background-color: #EAFADD;
  border-radius: 2px;
}
#header .navbar-toggler.is-closed .hamb-top {
  top: 10px;
  transition: all 0.35s ease-in-out;
}
#header .navbar-toggler.is-closed .hamb-middle {
  top: 58%;
}
#header .navbar-toggler.is-closed .hamb-bottom {
  bottom: 1px;
  transition: all 0.35s ease-in-out;
}
#header .navbar-toggler.is-open .hamb-top,
#header .navbar-toggler.is-open .hamb-middle,
#header .navbar-toggler.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 3px;
  width: 70%;
  background-color: #EAFADD;
}
#header .navbar-toggler.is-open .hamb-top,
#header .navbar-toggler.is-open .hamb-bottom {
  top: 60%;
  margin-top: -2px;
}
#header .navbar-toggler.is-open .hamb-top {
  transform: rotate(45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
#header .navbar-toggler.is-open .hamb-middle {
  display: none;
}
#header .navbar-toggler.is-open .hamb-bottom {
  transform: rotate(-45deg);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
#header .navbar-brand {
  transition: transform 0.15s ease-in-out;
}
#header .navbar-brand:hover, #header .navbar-brand:active, #header .navbar-brand:focus {
  transform: scale(0.9);
}
@media (max-width: 991.98px) {
  #header .navbar-brand {
    margin: 0 0 0 15px;
  }
  #header .navbar-brand .image {
    max-width: 100px;
  }
}
#header .navbar-brand .image {
  transition: all 0.2s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.15rem 0;
}
#header .navbar-brand .image:hover, #header .navbar-brand .image:active, #header .navbar-brand .image:focus {
  opacity: 1;
}
@media (max-width: 991.98px) {
  #header .search-toggler.desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  #header .search-toggler.mobile {
    display: none;
  }
}
#header .search-toggler:disabled {
  background-color: #EAFADD;
  border-color: #EAFADD;
}
#header .search-toggler:disabled:hover, #header .search-toggler:disabled:active, #header .search-toggler:disabled:focus {
  cursor: not-allowed;
}
#header .search-toggler .material-symbols-rounded {
  color: #EAFADD;
}
#header .search-toggler:hover .material-symbols-rounded, #header .search-toggler:active .material-symbols-rounded, #header .search-toggler:focus .material-symbols-rounded {
  color: #9BC148;
}
#header .btn-crm-menu {
  grid-column: 2;
  grid-row: 1;
}
#header .busca-menu-mobile {
  grid-column: 3;
}

#main-menu {
  flex-basis: auto;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  #main-menu {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #main-menu {
    padding: 1rem;
    max-width: 100vw;
    height: calc(100vh - 60px);
    grid-row: 2;
    grid-column: 1/span 3;
  }
  #main-menu.open.show .navbar-nav {
    grid-gap: 0;
  }
  #main-menu.open .navbar-nav > .menu-item:not(.dropdown),
  #main-menu.open .navbar-nav > .btn:not(.dropdown) {
    display: none;
  }
  #main-menu:not(.open):not(.start-d-none) .nav-link {
    animation: fade-in-right-reset 0.5s ease-in-out forwards;
    color: #025930;
  }
}
#main-menu .navbar-nav {
  min-height: inherit;
  position: relative;
}
@media (min-width: 1367px) and (max-width: 1439.98px) {
  #main-menu .navbar-nav {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #main-menu .navbar-nav {
    grid-gap: 0.5rem;
  }
}
@media (min-width: 992px) {
  #main-menu .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #main-menu .navbar-nav {
    align-items: flex-start;
  }
}
#main-menu .menu-item {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  min-height: inherit;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  color: #025930;
  padding: 0 2rem 0 0;
}
@media (min-width: 992px) {
  #main-menu .menu-item {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #main-menu .menu-item.dropdown {
    display: flex;
    flex-direction: column;
  }
}
#main-menu :not(.dropdown-menu) .nav-link,
#main-menu :not(.dropdown-menu) .menu-link {
  font-weight: 600;
  color: #025930;
}
#main-menu :not(.dropdown-menu) .nav-link:hover, #main-menu :not(.dropdown-menu) .nav-link:active, #main-menu :not(.dropdown-menu) .nav-link:focus,
#main-menu :not(.dropdown-menu) .menu-link:hover,
#main-menu :not(.dropdown-menu) .menu-link:active,
#main-menu :not(.dropdown-menu) .menu-link:focus {
  font-weight: 700;
  -webkit-text-decoration: underline 3px;
          text-decoration: underline 3px;
}
#main-menu .nav-link {
  color: #025930;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  #main-menu .nav-link {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #main-menu .nav-link {
    font-size: 1.05rem !important;
  }
}
#main-menu .menu-item-active {
  color: #025930;
  text-decoration: underline;
}
#main-menu strong {
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .d-grid-mobile {
    display: grid !important;
  }
}

.navbar .dropdown-menu {
  border: 0;
  border-bottom: 2px solid #025930;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu.show, .navbar .dropdown-menu.show #accordion {
    display: flex;
  }
}

.bg-tertiary .navbar-light .navbar-nav .nav-link:hover, .bg-tertiary .navbar-light .navbar-nav .nav-link:active, .bg-tertiary .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
  color: #025930;
  text-decoration: underline;
}
.navbar-light .navbar-nav .navbar-toggler {
  border-color: transparent;
}
.navbar-light .navbar-nav .navbar-toggler:hover, .navbar-light .navbar-nav .navbar-toggler:active, .navbar-light .navbar-nav .navbar-toggler:focus {
  border-color: #025930;
}
.navbar-light .navbar-nav .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 2em;
}
.navbar-light .navbar-nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../assets/images/originais/icon-close.svg");
  filter: brightness(0%) grayscale(0%) invert(0%);
}

.nav-link,
.menu-link {
  text-transform: none;
  font-weight: 700;
}

.nav-subtitle, .nav-subtitle .nav-link {
  font-weight: 900;
  text-transform: none;
}

.dropdown-item .nav-link {
  text-transform: inherit;
  padding: 0;
}
.dropdown-item .dropdown-link {
  color: inherit;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
  background-color: transparent !important;
}
@media (max-width: 991.98px) {
  .dropdown-item .nav-subtitle .dropdown-link:after {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    right: -10px;
    background: url("../images/originais/dropdown-icon.png") center/contain no-repeat;
  }
  .dropdown-item .nav-subtitle .dropdown-link[aria-expanded=true]:after {
    background: url("../images/originais/dropdown-icon-open.png") center/contain no-repeat;
  }
}

.dropdown-toggle:after {
  display: none;
  content: "";
  border: none;
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  background: url("../images/originais/dropdown-icon.png") center/contain no-repeat;
}
.dropdown-toggle.open, .dropdown-toggle[aria-expanded=true], .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  color: #025930 !important;
}
.dropdown-toggle.open:after, .dropdown-toggle[aria-expanded=true]:after, .dropdown-toggle:hover:after, .dropdown-toggle:active:after, .dropdown-toggle:focus:after {
  background: url("../images/originais/dropdown-icon-open.png") center/contain no-repeat;
}

.dropdown-menu {
  display: flex;
  padding: 1rem;
  z-index: 999;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0;
  border: none;
  left: 0;
  align-items: flex-start;
  border-bottom: 1px solid #025930;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    width: 100vw;
    margin-left: -16px;
    height: calc(100vh - 53px);
  }
  .dropdown-menu.sub-submenu-open.open {
    padding-top: 0;
  }
  .dropdown-menu:not(.sub-submenu-open).open {
    padding-top: 80px;
  }
  .dropdown-menu:not(.sub-submenu-open).open .dropdown-submenu.open {
    padding-top: 80px;
  }
  .dropdown-menu .menu-link {
    color: #025930;
  }
  .dropdown-menu.open {
    animation: fade-in-left 0.5s ease-in-out forwards;
  }
  .dropdown-menu.open .submenu > .menu-item:not(.dropdown) {
    display: none;
  }
  .dropdown-menu:not(.open) {
    animation: fade-out-right 0.5s ease-in-out forwards;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    top: 80px;
    z-index: -1;
    min-width: 345px;
    min-height: 220px;
  }
  .dropdown-menu.dropdown-submenu {
    left: 100%;
    min-height: 220px;
  }
  .dropdown-menu.open {
    animation: fade-in-down 0.5s ease-in-out forwards;
  }
  .dropdown-menu:not(.open) {
    animation: fade-out-up 0.5s ease-in-out forwards;
    pointer-events: none;
  }
  .dropdown-menu.open, .dropdown-menu.open #accordion {
    display: flex;
  }
}
.dropdown-menu.start-d-none {
  display: none;
}
.dropdown-menu .submenu {
  width: 100%;
  display: grid;
}
@media (max-width: 991.98px) {
  .dropdown-menu .submenu {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.dropdown-menu .menu-item {
  font-size: 0.875rem;
}
.dropdown-menu .menu-item .nav-link,
.dropdown-menu .menu-item .menu-link {
  padding: 0.5rem 1rem;
  font-weight: 500 !important;
}
.dropdown-menu .menu-item:hover .nav-link,
.dropdown-menu .menu-item:hover .menu-link, .dropdown-menu .menu-item:active .nav-link,
.dropdown-menu .menu-item:active .menu-link, .dropdown-menu .menu-item:focus .nav-link,
.dropdown-menu .menu-item:focus .menu-link {
  font-weight: 600;
}
.dropdown-menu .nav-link:hover, .dropdown-menu .nav-link:active, .dropdown-menu .nav-link:focus,
.dropdown-menu .menu-link:hover,
.dropdown-menu .menu-link:active,
.dropdown-menu .menu-link:focus {
  font-weight: 700 !important;
  text-decoration: none;
}
.dropdown-menu .menu-link {
  padding: 1rem 0;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
}
.dropdown-menu .menu-item-active {
  background-color: #E2F2D6;
}

@media (max-width: 991.98px) {
  #dropdown-menu-1:before,
  #dropdown-menu-2:before,
  #dropdown-menu-3:before,
  #dropdown-menu-4:before,
  #dropdown-submenu-1:before,
  #dropdown-submenu-2:before,
  #dropdown-submenu-3:before {
    font-family: "Material Symbols Rounded";
    content: "\e5cb";
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    width: 10%;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #025930;
    z-index: 1;
  }
  #dropdown-menu-1:after,
  #dropdown-menu-2:after,
  #dropdown-menu-3:after,
  #dropdown-menu-4:after,
  #dropdown-submenu-1:after,
  #dropdown-submenu-2:after,
  #dropdown-submenu-3:after {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #025930;
    background-color: #E2F2D6;
  }
}

@media (max-width: 991.98px) {
  #dropdown-menu-1:not(.sub-submenu-open):after {
    content: "Produtos";
  }
}

@media (min-width: 992px) {
  #dropdown-submenu-1 {
    top: -1rem;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  #dropdown-submenu-1:after {
    content: "Linha Tamarine Fitoterápico";
  }
}

@media (min-width: 992px) {
  #dropdown-submenu-2 {
    top: -5.15rem;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  #dropdown-submenu-2:after {
    content: "Linha Tamarine Probiótico";
  }
}

@media (min-width: 992px) {
  #dropdown-submenu-2 {
    top: -5rem;
    min-height: 228px;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  #dropdown-submenu-2:after {
    content: "Linha Tamarine Fibras";
  }
}

@media (min-width: 992px) {
  #dropdown-submenu-3 {
    top: -8.1rem;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  #dropdown-submenu-3:after {
    content: "Linha Tamarine Probiótico";
  }
}

@media (min-width: 992px) {
  #dropdown-submenu-3 {
    top: -8rem;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 991.98px) {
  #dropdown-submenu-3:after {
    content: "Linha Tamarine Probiótico";
  }
}

.dropdown-item .nav-link {
  text-transform: inherit;
  padding: 0;
}
.dropdown-item .dropdown-link {
  color: inherit;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
  background-color: transparent !important;
}

.dropdown-toggle.open, .dropdown-toggle[aria-expanded=true] {
  font-weight: 700 !important;
  -webkit-text-decoration: underline 3px;
          text-decoration: underline 3px;
}
.dropdown-toggle:after {
  content: none;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

.border-top-curves {
  position: relative;
  padding: 10vh 0 0;
}
.border-top-curves:before {
  content: "";
  background: url("../images/otimizadas/border-top-curves.webp") top/100vw no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 235px;
  position: absolute;
  left: 0;
  top: -225px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .border-top-curves:before {
    top: -235px;
    background-size: contain;
  }
}
.bg-leaves {
  position: relative;
  background: url("../images/otimizadas/bg-leaves.webp") center/90vw repeat-y #F4FAE7;
  padding: 10vh 0;
  margin: 5rem 0;
}
@media (max-width: 1399.98px) {
  .bg-leaves {
    margin: 18rem 0;
    background-size: 178vw;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .bg-leaves {
    padding: 5vh 0;
    margin: 8rem 0;
  }
}
@media (max-width: 991.98px) {
  .bg-leaves {
    margin: 3rem 0;
    padding: 0;
  }
}
.bg-leaves:before, .bg-leaves:after {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  z-index: -999999;
}
.bg-leaves:before {
  top: -200px;
  background: transparent linear-gradient(0deg, #F4FAE7 0%, #F4FAE7 51%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
.bg-leaves:after {
  bottom: -200px;
  background: transparent linear-gradient(180deg, #F4FAE7 0%, #FEFFFD 42%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 991.98px) {
  .bg-leaves:before {
    height: 100px;
    top: -100px;
  }
  .bg-leaves:after {
    height: 100px;
    bottom: -100px;
  }
}

.bg-green-gradient-bottom {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #F2FDD8 0%, #F2FDD8 31%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-orange-gradient-bottom {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #FEF7D3 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-blue-gradient-bottom {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #F5FDFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-dark-blue-gradient-bottom {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #E2FBFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.bg-line-waves {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .bg-line-waves {
    padding: 5rem 0;
    margin: 5rem 0;
  }
}
.bg-line-waves:before, .bg-line-waves:after {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .bg-line-waves:before, .bg-line-waves:after {
    min-height: 265px;
  }
}
@media (max-width: 991.98px) {
  .bg-line-waves:before, .bg-line-waves:after {
    width: 100vw;
  }
}
@media (min-width: 1400px) {
  .bg-line-waves.waves-on-top {
    padding-top: 18rem;
  }
}
.bg-line-waves.waves-on-top:before {
  content: "";
  background: url("../images/originais/green-line-waves.svg") center/contain no-repeat;
  top: -50px;
}
@media (min-width: 1400px) {
  .bg-line-waves.waves-on-top:before {
    top: -60vh;
  }
}
@media (min-width: 992px) {
  .bg-line-waves.waves-on-top:before {
    top: -55vh;
  }
}
@media (max-width: 991.98px) {
  .bg-line-waves.waves-on-top:before {
    top: -58vh;
  }
}
@media (min-width: 1400px) {
  .bg-line-waves.waves-on-bottom {
    padding-bottom: 18rem;
  }
}
.bg-line-waves.waves-on-bottom:after {
  content: "";
  background: url("../images/originais/green-line-waves.svg") center/contain no-repeat;
  bottom: -175px;
}
@media (min-width: 1400px) {
  .bg-line-waves.waves-on-bottom:after {
    bottom: -60vh;
  }
}
@media (min-width: 1400px) {
  .bg-line-waves.waves-negative.waves-on-top:before {
    top: -145vh !important;
  }
}
@media (min-width: 992px) {
  .bg-line-waves.waves-negative.waves-on-top:before {
    top: -230vh;
  }
}
@media (max-width: 991.98px) {
  .bg-line-waves.waves-negative.waves-on-top:before {
    top: -200vh;
  }
}

.bg-yellow-curve-top {
  position: relative;
}
@media (max-width: 1199.98px) {
  .bg-yellow-curve-top {
    padding-bottom: 50vh;
  }
}
.bg-yellow-curve-top:before {
  content: "";
  background: url("../images/originais/bg-yellow-curve-top.svg") center top/contain no-repeat;
  width: 100%;
  height: 100%;
  min-height: 215px;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.bg-green-curve-top {
  position: relative;
}
@media (max-width: 1199.98px) {
  .bg-green-curve-top {
    padding-bottom: 50vh;
  }
}
.bg-green-curve-top:before {
  content: "";
  background: url("../images/originais/bg-green-curve-top.svg") center top/contain no-repeat;
  width: 100%;
  height: 100%;
  min-height: 215px;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.bg-bottom-left-leaf:after {
  width: 70%;
  height: 75%;
  bottom: 3rem;
  left: 0;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  z-index: -1;
}
@media (min-width: 1400px) {
  .bg-bottom-left-leaf:after {
    width: 55%;
    height: 60%;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .bg-bottom-left-leaf:after {
    width: 55%;
    bottom: 14rem;
  }
}

.bg-top-right-leaf:after {
  width: 60%;
  height: 60%;
  top: -5rem;
  z-index: 0;
  -webkit-mask-position: top left;
  mask-position: top left;
  transform: rotate(180deg);
}
@media (min-width: 1400px) {
  .bg-top-right-leaf:after {
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .bg-top-right-leaf:after {
    right: 10rem;
  }
}
@media (max-width: 991.98px) {
  .bg-top-right-leaf:after {
    right: 0;
    top: -24rem;
    z-index: -1;
    width: 75%;
    height: 70%;
  }
}

.bg-bottom-left-leaf,
.bg-top-right-leaf {
  position: relative;
}
.bg-bottom-left-leaf:after,
.bg-top-right-leaf:after {
  content: "";
  position: absolute;
  -webkit-mask: url("../images/originais/icon-leaf.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.bg-bottom-left-leaf.bg-light-green-leaf:after,
.bg-top-right-leaf.bg-light-green-leaf:after {
  background-color: #F0F8E8;
}
.bg-bottom-left-leaf.bg-dark-green-leaf:after,
.bg-top-right-leaf.bg-dark-green-leaf:after {
  background-color: #E2F2D6;
}
.bg-bottom-left-leaf.bg-orange-leaf:after,
.bg-top-right-leaf.bg-orange-leaf:after {
  background-color: #F7E7A3;
}
.bg-bottom-left-leaf.bg-blue-leaf:after,
.bg-top-right-leaf.bg-blue-leaf:after {
  background-color: #E6F5F9;
}
.bg-bottom-left-leaf.bg-dark-blue-leaf:after,
.bg-top-right-leaf.bg-dark-blue-leaf:after {
  background-color: #D4F4FD;
}

.bg-top-arrow-gradient:before {
  content: "";
  background-position: top;
  background-size: 100vw;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 30vh;
  position: absolute;
  top: -30vh;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .bg-top-arrow-gradient:before {
    top: -10vh;
  }
}

.bg-bottom-arrow-gradient:after {
  content: "";
  background-position: top;
  background-size: 100vw;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 30vh;
  position: absolute;
  bottom: -30vh;
  pointer-events: none;
  z-index: 0;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .bg-bottom-arrow-gradient:after {
    bottom: -10vh;
  }
}

.bg-top-arrow-gradient,
.bg-bottom-arrow-gradient {
  position: relative;
  padding: 7rem 0;
  margin: 15rem 0;
}
.bg-top-arrow-gradient.line-fibers,
.bg-bottom-arrow-gradient.line-fibers {
  margin: 15rem 0 18rem;
}
@media (max-width: 1399.98px) {
  .bg-top-arrow-gradient.line-fibers,
  .bg-bottom-arrow-gradient.line-fibers {
    margin: 10rem 0 -6rem;
  }
}
@media (max-width: 1399.98px) {
  .bg-top-arrow-gradient,
  .bg-bottom-arrow-gradient {
    padding: 3rem 0;
    margin: 7rem 0 -7rem;
  }
}
.bg-top-arrow-gradient.bg-green-arrow,
.bg-bottom-arrow-gradient.bg-green-arrow {
  background-color: #EBF2E4;
}
.bg-top-arrow-gradient.bg-green-arrow:before, .bg-top-arrow-gradient.bg-green-arrow:after,
.bg-bottom-arrow-gradient.bg-green-arrow:before,
.bg-bottom-arrow-gradient.bg-green-arrow:after {
  background-image: url("../images/originais/bg-green-arrow.svg");
}
.bg-top-arrow-gradient.bg-orange-arrow,
.bg-bottom-arrow-gradient.bg-orange-arrow {
  background-color: #FEF6D2;
}
.bg-top-arrow-gradient.bg-orange-arrow:before, .bg-top-arrow-gradient.bg-orange-arrow:after,
.bg-bottom-arrow-gradient.bg-orange-arrow:before,
.bg-bottom-arrow-gradient.bg-orange-arrow:after {
  background-image: url("../images/originais/bg-orange-arrow.svg");
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

.btn {
  text-transform: uppercase;
  font-family: "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: all 0.2s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:not(.without-default-border) {
  padding: 0.5rem 1.5rem;
  border-radius: 30px 2px;
  transition: transform 0.15s ease-in-out;
}
.btn:not(.without-default-border):hover, .btn:not(.without-default-border):active, .btn:not(.without-default-border):focus {
  transform: scale(0.9);
}
.btn:not(.without-default-border):after {
  content: "";
  -webkit-mask-image: url("../../assets/images/originais/icon-leaf.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 15px;
  height: 15px;
  display: inline-flex;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .btn:not(.without-default-border):after {
    min-width: 15px;
    min-height: 15px;
  }
}
.btn:not(.without-default-border).btn-tertiary:after, .btn:not(.without-default-border)#btnSvCkie:after {
  background-color: #B9D432;
}
.btn:not(.without-default-border).btn-tertiary:hover:after, .btn:not(.without-default-border).btn-tertiary:active:after, .btn:not(.without-default-border).btn-tertiary:focus:after, .btn:not(.without-default-border)#btnSvCkie:hover:after, .btn:not(.without-default-border)#btnSvCkie:active:after, .btn:not(.without-default-border)#btnSvCkie:focus:after {
  background-color: #025930;
}
.btn:not(.without-default-border).btn-green-900:after {
  background-color: #025930;
}
.btn:not(.without-default-border).btn-green-900:hover:after, .btn:not(.without-default-border).btn-green-900:active:after, .btn:not(.without-default-border).btn-green-900:focus:after {
  background-color: #C2D500;
}
.btn.without-default-border {
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
  background-color: #B9D432;
  border-color: #B9D432;
  color: #025930;
}
.btn.btn-green-900 {
  color: #025930;
}
.btn.btn-green-900:hover, .btn.btn-green-900:active, .btn.btn-green-900:focus {
  background-color: #025930;
  border-color: #025930;
  color: #FFFFFF;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #025930;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus {
  background-color: rgba(0, 0, 0, 0.1215686275);
}

:root {
  --tamarine-fitoterapico-100: #F3E6F7;
  --tamarine-fitoterapico-400: #814C9E;
  --tamarine-fitoterapico-500: #5D2B87;
  --tamarine-fibras-100: #FEF7D3;
  --tamarine-fibras-200: #FDEBB9;
  --tamarine-fibras-500: #D86B27;
  --tamarine-probium-100: #D9F1F8;
  --tamarine-probium-400: #0075C9;
  --tamarine-probium-500: #035495;
  --tamarine-dual-fit-100: #FFF2F2;
  --tamarine-dual-fit-400: #FFD1D3;
  --tamarine-germina-100: #F0FCFF;
  --tamarine-germina-200: #C0EEFA;
  --tamarine-germina-500: #1F5BBA;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.5rem;
}

h3,
.h3 {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.5rem;
}

.post-card .post-link {
  transition: all 0.2s ease-in-out;
  padding: 1rem 2rem;
  border-radius: 3px;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1215686275);
  display: flex;
  flex-direction: column;
  grid-gap: 0.75rem;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  .post-card .post-link {
    padding: 3rem 2rem;
  }
}
.post-card .post-link:hover, .post-card .post-link:active, .post-card .post-link:focus {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1215686275);
}
.post-card .post-link:hover img, .post-card .post-link:active img, .post-card .post-link:focus img {
  transform: scale(1.1);
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .post-card .post-link {
    padding: 1.5rem;
    max-width: 90vw;
    margin: 0px 5vw;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-card .post-link {
    max-width: 55vw;
    margin: 0px 16vw;
  }
}
.post-card .card-image {
  overflow: hidden;
  height: 130px;
  width: 100%;
}
@media (min-width: 992px) {
  .post-card .card-image {
    max-height: 200px;
  }
}
.post-card .card-image img {
  transition: transform 0.15s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-card .card-image img:hover, .post-card .card-image img:active, .post-card .card-image img:focus {
  transform: scale(1.1);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-card .card-image img {
    min-height: 400px;
  }
}
.post-card .entry-meta {
  color: #787882;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.post-card .post-title {
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .post-card .post-title {
    word-break: break-word;
  }
}
.post-card .post-description {
  font-size: 1.125rem;
  color: #000000;
}

.rounded-card.without-link, .rounded-card:not(.without-link) a {
  border-radius: 80px 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rounded-card.without-link:hover .image-picture:before, .rounded-card.without-link:active .image-picture:before, .rounded-card.without-link:focus .image-picture:before, .rounded-card:not(.without-link) a:hover .image-picture:before, .rounded-card:not(.without-link) a:active .image-picture:before, .rounded-card:not(.without-link) a:focus .image-picture:before {
  top: 10px;
  left: 10px;
}
.rounded-card.without-link:hover .image, .rounded-card.without-link:active .image, .rounded-card.without-link:focus .image, .rounded-card:not(.without-link) a:hover .image, .rounded-card:not(.without-link) a:active .image, .rounded-card:not(.without-link) a:focus .image {
  opacity: 0.7;
}
.rounded-card.without-link:hover .recipe-image, .rounded-card.without-link:active .recipe-image, .rounded-card.without-link:focus .recipe-image, .rounded-card:not(.without-link) a:hover .recipe-image, .rounded-card:not(.without-link) a:active .recipe-image, .rounded-card:not(.without-link) a:focus .recipe-image {
  border-radius: 80px 3px;
  background-color: rgba(198, 102, 43, 0.8078431373);
}
.rounded-card:not(.without-link) .image-picture, .rounded-card.without-link {
  position: relative;
  display: flex;
}
.rounded-card:not(.without-link) .image-picture:before, .rounded-card.without-link:before {
  transition: all 0.3s ease-in-out;
  content: "";
  border: 2px solid #025930;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 80px 3px;
  z-index: 1;
}
.rounded-card:not(.without-link) .image-picture .image {
  border-radius: 80px 3px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .rounded-card:not(.without-link) .image-picture .image {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 240px;
  }
}

.recipe-card {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .recipe-card {
    max-width: 90%;
    margin: 0 auto;
  }
}
.recipe-card, .recipe-card a,
.recipe-card .recipe-image,
.recipe-card .image-picture,
.recipe-card .image {
  height: 100%;
  min-height: 250px;
}
.recipe-card .recipe-image,
.recipe-card .image {
  width: 100%;
}
.recipe-card .recipe-title {
  font-size: 1rem;
  color: #FEFFFD;
  background-color: rgba(198, 102, 43, 0.8078431373);
  border-radius: 30px 2px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  max-width: 60%;
}

.btn-load-more {
  display: flex;
  margin: 5rem auto 1rem;
  align-items: center;
}

@media (min-width: 992px) {
  .carrossel-default-direction .product-card {
    margin-left: 50px;
  }
  .carrossel-reverse-direction .product-card {
    margin-right: 50px;
  }
}
#slide-tamarine-probium {
  margin: 0;
  max-width: 100%;
}
#slide-tamarine-probium .product-link {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .products-carrossel .product-card:not(#slide-tamarine-probium):not(.swiper-slide-active),
  .presentation-carrossel .product-card:not(#slide-tamarine-probium):not(.swiper-slide-active) {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .product-card:not(.presentation-card) {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .product-card.presentation-card .image {
    max-height: 320px;
  }
}
@media (max-width: 991.98px) {
  .product-card {
    max-width: calc(100% - 10px);
  }
  .product-card.presentation-card .image {
    width: 100%;
    height: auto;
  }
  .product-card .product-link {
    margin: 0 10px;
    max-width: 100%;
  }
}
.product-card:not(.presentation-card) .image {
  width: auto;
}
@media (min-width: 992px) {
  .product-card:not(.presentation-card) .product-link {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.product-card .product-link {
  padding-top: 1rem;
}
.product-card .image {
  max-height: 380px;
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .slide-title {
  font-size: 1.125rem;
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.product-card .slide-description {
  color: #839D00;
  text-align: center;
}

.page-single-product.product-tamarine-geleia .product-name,
.page-single-product.product-tamarine-geleia .product-subtitle,
.page-single-product.product-tamarine-geleia .benefits-section .section-title,
.page-single-product.product-tamarine-geleia .benefit-title,
.page-single-product.product-tamarine-geleia .how-to-take-section .section-title,
.page-single-product.product-tamarine-geleia .principles-section .section-title,
.page-single-product.product-tamarine-geleia .principle-title {
  color: #5D2B87;
}
.page-single-product.product-tamarine-geleia .how-to-take-section .section-title:before {
  background-color: #5D2B87;
  mask-image: url("../images/originais/beneficios/mais-controle.svg");
  -webkit-mask-image: url("../images/originais/beneficios/mais-controle.svg");
}
.page-single-product.product-tamarine-geleia .benefit-icon {
  background-color: #5D2B87;
}
.page-single-product.product-tamarine-geleia .benefit-aqueles-dias .benefit-icon:before {
  background-color: #CEA4E5;
}
.page-single-product.product-tamarine-capsulas-12mg .how-to-take-section .section-title:before, .page-single-product.product-tamarine-capsulas-6mg .how-to-take-section .section-title:before {
  background-color: #025930;
  mask-image: url("../images/originais/como-tomar/how-to-take-capsulas.svg");
  -webkit-mask-image: url("../images/originais/como-tomar/how-to-take-capsulas.svg");
}
.page-single-product.product-tamarine-capsulas-12mg .benefit-icon, .page-single-product.product-tamarine-capsulas-6mg .benefit-icon {
  background-color: #025930;
}
.page-single-product.product-tamarine-capsulas-12mg .benefit-aqueles-dias .benefit-icon:before, .page-single-product.product-tamarine-capsulas-6mg .benefit-aqueles-dias .benefit-icon:before {
  background-color: #C2D500;
}
.page-single-product.product-line-fibers .product-name,
.page-single-product.product-line-fibers .product-subtitle,
.page-single-product.product-line-fibers .benefits-section .section-title,
.page-single-product.product-line-fibers .benefit-title,
.page-single-product.product-line-fibers .how-to-take-section .section-title,
.page-single-product.product-line-fibers .principles-section .section-title,
.page-single-product.product-line-fibers .principle-title,
.page-single-product.product-line-fibers .product-principle:after {
  color: #D86B27;
}
.page-single-product.product-line-fibers .how-to-take-section .section-title:before {
  background-color: #D86B27;
  mask-image: url("../images/originais/beneficios/mais-controle.svg");
  -webkit-mask-image: url("../images/originais/beneficios/mais-controle.svg");
}
.page-single-product.product-line-fibers .product-informative-list li:before,
.page-single-product.product-line-fibers .benefit-icon {
  background-color: #D86B27;
}
@media (min-width: 1400px) {
  .page-single-product.product-line-fibers .section-fibers-recipes:after {
    z-index: -1;
  }
}
.page-single-product.product-line-fibers .principle-description span {
  font-size: 0.75rem;
}
.page-single-product.product-tamarine-fibras-po-soluvel .how-to-take-section .section-title:before {
  mask-image: url("../images/originais/como-tomar/how-to-take-fibras-po.svg");
  -webkit-mask-image: url("../images/originais/como-tomar/how-to-take-fibras-po.svg");
}
.page-single-product.product-tamarine-fibras-gomas .how-to-take-section .section-title:before {
  mask-image: url("../images/originais/como-tomar/how-to-take-fibras-gomas.svg");
  -webkit-mask-image: url("../images/originais/como-tomar/how-to-take-fibras-gomas.svg");
}
.page-single-product.product-tamarine-fibras-kids .banner-page .product-link {
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-single-product.product-tamarine-fibras-kids .banner-page .swiper-container {
    margin-top: -4rem;
  }
  .page-single-product.product-tamarine-fibras-kids .banner-page .presentation-card .image {
    max-height: 400px;
  }
}
.page-single-product.product-tamarine-fibras-kids .how-to-take-section .section-title:before {
  mask-image: url("../images/originais/como-tomar/how-to-take-fibras-kids.svg");
  -webkit-mask-image: url("../images/originais/como-tomar/how-to-take-fibras-kids.svg");
}
@media (min-width: 1400px) {
  .page-single-product:not(.product-tamarine-probium) .bg-line-waves.waves-on-top:not(.bg-bottom-left-leaf) {
    padding-top: 0;
  }
  .page-single-product:not(.product-tamarine-probium) .bg-line-waves.waves-on-top:not(.bg-bottom-left-leaf):before {
    top: -50vh;
  }
}
.page-single-product.product-tamarine-probium .banner-page .product-subtitle {
  font-weight: 400;
}
.page-single-product.product-tamarine-probium .product-name,
.page-single-product.product-tamarine-probium .product-subtitle,
.page-single-product.product-tamarine-probium .benefits-section .section-title,
.page-single-product.product-tamarine-probium .benefit-title,
.page-single-product.product-tamarine-probium .how-to-take-section .section-title,
.page-single-product.product-tamarine-probium .principles-section .section-title,
.page-single-product.product-tamarine-probium .principle-title,
.page-single-product.product-tamarine-probium .product-principle:after,
.page-single-product.product-tamarine-probium .about-probiotics-section .section-title {
  color: #1F5BBA;
}
.page-single-product.product-tamarine-probium .product-name {
  font-weight: 700 !important;
}
.page-single-product.product-tamarine-probium .how-to-take-section {
  padding: 0;
}
.page-single-product.product-tamarine-probium .how-to-take-section .section-title:before {
  background-color: #1F5BBA;
  mask-image: url("../images/originais/como-tomar/how-to-take-capsulas.svg");
  -webkit-mask-image: url("../images/originais/como-tomar/how-to-take-capsulas.svg");
}
.page-single-product.product-tamarine-probium .benefit-icon {
  background-color: #1F5BBA;
}
.page-single-product.product-tamarine-probium .principles-section .principle-title {
  font-size: 1.5rem !important;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .page-single-product.product-tamarine-probium .bg-line-waves.waves-on-top {
    padding-top: 25rem;
  }
  .page-single-product.product-tamarine-probium .bg-line-waves.waves-on-top:before {
    top: -190vh;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-single-product.product-tamarine-probium .bg-line-waves.waves-on-top:before {
    top: -320vh;
  }
}
@media (max-width: 991.98px) {
  .page-single-product.product-tamarine-probium .bg-line-waves.waves-on-top:before {
    top: -250vh;
  }
}
.page-single-product.product-tamarine-germina .principles-section.default-grid .section-subtitle {
  color: #212529;
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .page-single-product.product-tamarine-germina .principles-section.default-grid .section-subtitle {
    font-size: 1.25rem;
  }
}
.page-single-product.product-tamarine-germina .principles-section.default-grid .principle-title {
  font-size: 1.5rem !important;
  max-width: 100%;
  margin: 0 auto;
}
.page-single-product.product-tamarine-germina .how-to-take-section .section-title:before {
  background-color: #1F5BBA;
  mask-image: url("../images/originais/beneficios/germina-como-tomar.svg");
  -webkit-mask-image: url("../images/originais/beneficios/germina-como-tomar.svg");
}

.page-product-line.line-herbal .line-name,
.page-product-line #product-line-tamarine-capsulas-12mg .product-subtitle,
.page-product-line #product-line-tamarine-capsulas-6mg .product-subtitle {
  color: #839D00;
}
.page-product-line #product-line-tamarine-geleia .product-name,
.page-product-line #product-line-tamarine-geleia .product-subtitle {
  color: #5D2B87;
}
.page-product-line #product-sections-line-herbal {
  padding-bottom: 15vh;
  background-color: #FAFDF4;
}
.page-product-line.line-herbal .banner-page {
  background-color: #FAFDF4;
}
.page-product-line.line-herbal .banner-page:before {
  z-index: 0;
}
.page-product-line.line-herbal .banner-page .line-title sup {
  right: -11%;
}
.page-product-line.line-herbal .product-cta:before {
  max-height: 70vh;
}
@media (max-width: 991.98px) {
  .page-product-line.line-herbal .product-cta:before {
    max-height: 30vh;
  }
}
.page-product-line.line-herbal .product-cta:nth-child(odd):before {
  background: url("../images/originais/bg-line-herbal-odd-product.png") bottom left/contain no-repeat;
}
.page-product-line.line-herbal .product-cta:nth-child(even):before {
  background: url("../images/originais/bg-line-herbal-even-product.png") bottom right/contain no-repeat;
}
.page-product-line.line-herbal .product-informative-list li:before {
  background-color: #025930;
}
@media (min-width: 1400px) {
  .page-product-line .bg-line-waves.waves-on-top {
    margin-top: -14rem !important;
  }
}
@media (min-width: 992px) {
  .page-product-line .bg-line-waves.waves-on-top {
    margin-top: -8rem;
  }
}
@media (max-width: 991.98px) {
  .page-product-line .bg-line-waves.waves-on-top {
    margin-top: -7rem;
  }
}
@media (min-width: 1400px) {
  .page-product-line .bg-line-waves.waves-on-top:before {
    top: -94vh;
    z-index: 1;
  }
}
.page-product-line #product-sections-line-fibers {
  padding-bottom: 23vh;
  background-color: #FEF6D2;
}
.page-product-line.line-fibers .banner-page {
  background-color: #FEF6D2;
}
.page-product-line.line-fibers .banner-page:before {
  z-index: 0;
}
.page-product-line.line-fibers .banner-page .line-title sup {
  right: -6%;
}
.page-product-line.line-fibers .line-name,
.page-product-line.line-fibers .product-cta .product-name,
.page-product-line.line-fibers .product-cta .product-subtitle {
  color: #E88146;
}
.page-product-line.line-fibers .product-cta:before {
  max-height: 25vh;
  background: url("../images/originais/bg-line-fibers.png") bottom left/contain no-repeat;
}
@media (min-width: 1400px) {
  .page-product-line.line-fibers .product-cta:nth-child(odd):before {
    left: 17rem;
  }
}
@media (min-width: 992px) {
  .page-product-line.line-fibers .product-cta:nth-child(odd):before {
    left: 2rem;
    max-width: 60vw;
  }
}
@media (max-width: 991.98px) {
  .page-product-line.line-fibers .product-cta:nth-child(odd):before {
    bottom: -2vh;
  }
}
.page-product-line.line-fibers .product-cta:nth-child(even):before {
  transform: rotateY(180deg);
}
@media (min-width: 1400px) {
  .page-product-line.line-fibers .product-cta:nth-child(even):before {
    right: 17rem;
  }
}
@media (min-width: 992px) {
  .page-product-line.line-fibers .product-cta:nth-child(even):before {
    right: 2rem;
    max-width: 60vw;
  }
}
@media (max-width: 991.98px) {
  .page-product-line.line-fibers .product-cta:nth-child(even):before {
    bottom: -2vh;
  }
}
.page-product-line.line-fibers .product-informative-list li:before {
  background-color: #D86B27;
}

@media (min-width: 1400px) {
  .page-single-product .bg-line-waves.waves-on-top:before {
    top: -30vh;
  }
}
@media (min-width: 992px) {
  .page-single-product .principles-section .section-grid {
    padding: 5rem 0;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section .principles-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 5rem;
  }
}
.page-single-product .principles-section.custom-grid .section-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-single-product .principles-section.custom-grid .section-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 10rem;
  }
}
.page-single-product .principles-section.custom-grid .section-title {
  margin-top: 4rem;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.custom-grid .section-title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    margin-left: 4rem;
  }
}
.page-single-product .principles-section.custom-grid .product-principle {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem 2rem;
  align-items: center;
}
@media (min-width: 1400px) {
  .page-single-product .principles-section.custom-grid .product-principle {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.custom-grid .product-principle {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-single-product .principles-section.custom-grid .product-principle {
    display: grid;
  }
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(odd) {
    grid-template-columns: 250px auto;
  }
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(odd) .principle-title,
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(odd) .principle-description {
    grid-column: 2;
  }
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(even) {
    grid-template-columns: auto 250px;
  }
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(even) .principle-title,
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(even) .principle-description {
    text-align: right;
  }
  .page-single-product .principles-section.custom-grid .product-principle:nth-child(even) .principle-icon {
    grid-column: 2;
  }
}
.page-single-product .principles-section.custom-grid .principle-icon {
  grid-row: 1/span 2;
  border-radius: 80px 3px;
  background-color: #FAFDF4;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.custom-grid .principle-icon {
    width: 60%;
    margin-top: 3rem;
  }
}
.page-single-product .principles-section.custom-grid .principle-icon .image-picture {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.page-single-product .principles-section.custom-grid .principle-icon .image-picture:before {
  transition: all 0.2s cubic-bezier(0.03, -0.01, 1, 1.01);
  content: "";
  border: 2px solid #025930;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 80px 3px;
  z-index: 1;
}
.page-single-product .principles-section.custom-grid .principle-icon .image-picture .image {
  border-radius: 80px 3px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.custom-grid .principle-icon .image-picture .image {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 240px;
  }
}
.page-single-product .principles-section.custom-grid .principle-icon span {
  position: absolute;
  font-size: 0.75rem;
}
.page-single-product .principles-section.custom-grid .principle-icon .ref {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.page-single-product .principles-section.custom-grid .principle-title {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .page-single-product .principles-section.custom-grid .principle-title {
    align-self: flex-end;
    font-size: 2rem;
  }
}
.page-single-product .principles-section.custom-grid .principle-description {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .page-single-product .principles-section.custom-grid .principle-description {
    align-self: flex-start;
  }
}
.page-single-product .principles-section.default-grid .section-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .page-single-product .principles-section.default-grid .section-grid {
    grid-gap: 2rem;
  }
}
.page-single-product .principles-section.default-grid .section-title {
  font-size: 3.5rem;
}
.page-single-product .principles-section.default-grid .section-title br {
  display: none;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.default-grid .section-title {
    font-size: 2.5rem;
  }
}
.page-single-product .principles-section.default-grid .section-subtitle {
  color: #212529;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.default-grid .section-subtitle {
    font-size: 2.5rem;
  }
}
.page-single-product .principles-section.default-grid .principles-section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.default-grid .principles-section-description {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-single-product .principles-section.default-grid .principles-grid {
    display: grid;
    grid-gap: 4rem;
  }
  .page-single-product .principles-section.default-grid .principles-grid.two-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-single-product .principles-section.default-grid .principles-grid.two-column-grid .product-principle:after {
    right: -2rem;
  }
  .page-single-product .principles-section.default-grid .principles-grid.three-column-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-single-product .principles-section.default-grid .principles-grid.three-column-grid .product-principle:after {
    right: -3rem;
  }
}
.page-single-product .principles-section.default-grid .product-principle {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  justify-content: flex-end;
  text-align: center;
  position: relative;
}
.page-single-product .principles-section.default-grid .product-principle:not(:last-child):after {
  content: "+";
  font-size: 3rem;
  font-weight: 700;
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  top: 50%;
}
@media (max-width: 991.98px) {
  .page-single-product .principles-section.default-grid .product-principle:not(:last-child):after {
    font-size: 2.5rem;
    top: 100%;
    right: calc(50% - 15px);
  }
}
.page-single-product .principles-section.default-grid .principle-title {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.page-single-product .principles-section.default-grid .principle-description {
  font-size: 1.125rem;
  max-width: 70%;
  align-self: center;
  margin-bottom: 0;
}
.page-single-product .principles-section .principles-section-description {
  font-size: 1.5rem;
  text-align: center;
}
.page-single-product .principles-section .principles-section-description.references {
  font-size: 0.75rem;
}

.page-single-product .benefits-section {
  padding: 5rem 0;
}
.page-single-product .benefits-section .section-grid {
  display: grid;
  grid-gap: 5rem 2rem;
  grid-template-columns: repeat(2, calc(50% - 5rem 2rem / 2));
  grid-auto-flow: dense;
  place-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .benefits-section .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-single-product .benefits-section .section-grid {
    max-width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-single-product .benefits-section .section-grid {
    max-width: 70%;
    grid-gap: 5rem;
  }
}
.page-single-product .benefits-section .section-title,
.page-single-product .benefits-section .benefits-section-description {
  grid-column: 1/span 2;
  text-align: center;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .section-title {
    font-size: 2.5rem;
  }
}
.page-single-product .benefits-section .benefits-section-description {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .benefits-section-description {
    font-size: 0.75rem;
  }
}
.page-single-product .benefits-section .product-benefit {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .product-benefit {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .page-single-product .benefits-section .product-benefit.with-description .benefit-icon {
    align-self: flex-start;
  }
}
.page-single-product .benefits-section .product-benefit.without-description .benefit-icon {
  align-self: center;
  -webkit-mask-position-y: center;
}
.page-single-product .benefits-section .benefit-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .benefit-title {
    text-align: center;
  }
}
.page-single-product .benefits-section .benefit-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .benefit-description {
    text-align: center;
    font-size: 1rem;
  }
}
.page-single-product .benefits-section .benefit-icon {
  position: relative;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-x: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position-x: center;
  width: 100%;
  height: 60%;
  max-width: 80px;
  min-height: 80px;
}
.page-single-product .benefits-section .benefit-aqueles-dias .benefit-icon:before {
  content: "";
  mask: url("../images/originais/beneficios/aqueles-dias-complemento.svg") top/contain no-repeat;
  -webkit-mask: url("../images/originais/beneficios/aqueles-dias-complemento.svg") top/contain no-repeat;
  display: block;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-single-product .benefits-section .benefit-aqueles-dias .benefit-icon:before {
    height: 80px;
  }
}

.action-fixed {
  position: fixed;
  top: 230px;
  top: 25%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 3;
}
.action-fixed .cart,
.action-fixed .whatsapp {
  background-color: #aacd5d;
  width: auto;
  height: 58px;
  cursor: pointer;
  transition: all 520ms ease-in-out;
  padding: 10px 20px;
  position: relative;
  right: calc(-100% + 57px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.action-fixed .cart a,
.action-fixed .whatsapp a {
  display: contents;
  color: #fff;
  gap: 4px;
  text-decoration: none;
}
.action-fixed .cart a i span,
.action-fixed .whatsapp a i span {
  color: #fff;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.action-fixed .cart a i span svg,
.action-fixed .whatsapp a i span svg {
  fill: #fff;
}
.action-fixed .cart a > span,
.action-fixed .whatsapp a > span {
  opacity: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.action-fixed .cart:hover,
.action-fixed .whatsapp:hover {
  background-color: #025930;
}
@media screen and (min-width: 993px) {
  .action-fixed .cart:hover,
  .action-fixed .whatsapp:hover {
    right: 0;
  }
  .action-fixed .cart:hover a > span,
  .action-fixed .whatsapp:hover a > span {
    transition: 333ms ease;
    opacity: 1;
  }
}
.action-fixed .whatsapp:hover {
  background-color: rgb(37, 211, 102);
}
span.getprice-price {
  display: none;
}

p.nome-apresentacao:last-child {
  display: none;
}

#newsletter-form {
  display: none;
}

.banner-home {
  min-height: calc(100vh - 50px);
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-home {
    min-height: calc(100vh - 210px);
    overflow: hidden;
    padding-bottom: 6rem;
  }
}
.banner-home:before {
  content: "";
  -webkit-mask: url("../images/originais/icon-leaf.svg") top left/contain no-repeat;
  background-color: #EAFADD;
  position: absolute;
  top: -70px;
  left: 13vw;
  width: 30%;
  height: 55%;
  z-index: -1;
  pointer-events: none;
  transform: rotateX(180deg);
}
@media (max-width: 1399.98px) {
  .banner-home:before {
    top: -45px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner-home:before {
    top: -35vh;
    left: -30px;
    width: 85%;
  }
}
.banner-home .section-text {
  max-width: 37vw;
  margin-left: 20%;
}
@media (max-width: 1399.98px) {
  .banner-home .section-text {
    max-width: 28vw;
    margin-left: 17%;
  }
}
@media (max-width: 991.98px) {
  .banner-home .section-text {
    max-width: 80%;
    margin: 0 auto;
  }
}
.banner-home .section-text .image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -1rem;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner-home .section-text .image {
    height: auto;
  }
}
.banner-home .section-title {
  margin-top: -4.5rem;
}
@media (max-width: 1399.98px) {
  .banner-home .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .banner-home .section-title {
    margin-top: -3rem;
  }
}
.banner-home .image-picture {
  display: flex;
  justify-content: center;
}
.banner-home .image-picture .image {
  max-width: 78%;
}
.banner-home .image-produtos-banner-home,
.banner-home .image-produtos-banner-home-mobile {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .banner-home .image-produtos-banner-home.only-desktop,
  .banner-home .image-produtos-banner-home-mobile.only-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner-home .image-produtos-banner-home.only-mobile,
  .banner-home .image-produtos-banner-home-mobile.only-mobile {
    display: none;
  }
}

.products-section {
  margin: 5rem 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1215686275);
  border-radius: 5px;
  padding: 5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .products-section {
    padding: 4rem 2rem;
    margin: 5rem auto;
    max-width: 90%;
  }
}
.products-section:after {
  content: "";
  -webkit-mask: url("../images/originais/icon-leaf.svg") bottom left/40vh no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25px;
  z-index: 0;
  pointer-events: none;
}
.products-section.carrossel-default-direction:after {
  left: -25px;
}
.products-section.carrossel-default-direction .carrossel-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0 5rem;
}
@media (max-width: 991.98px) {
  .products-section.carrossel-default-direction .carrossel-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 2rem;
  }
}
.products-section.carrossel-default-direction .swiper-container,
.products-section.carrossel-default-direction .swiper-pagination {
  grid-column: 2;
  grid-row: 1/span 4;
}
.products-section.carrossel-default-direction .section-title,
.products-section.carrossel-default-direction .section-description,
.products-section.carrossel-default-direction .btn {
  grid-column: 1;
}
@media (max-width: 991.98px) {
  .products-section.carrossel-default-direction .section-title {
    order: 1;
  }
  .products-section.carrossel-default-direction .section-description {
    order: 2;
  }
  .products-section.carrossel-default-direction .swiper-container {
    order: 3;
  }
  .products-section.carrossel-default-direction .btn {
    order: 4;
  }
}
.products-section.carrossel-reverse-direction:after {
  right: -25px;
  transform: rotateY(180deg);
}
.products-section.carrossel-reverse-direction .carrossel-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0 5rem;
}
@media (max-width: 991.98px) {
  .products-section.carrossel-reverse-direction .carrossel-grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 2rem;
  }
}
.products-section.carrossel-reverse-direction .swiper-container,
.products-section.carrossel-reverse-direction .swiper-pagination,
.products-section.carrossel-reverse-direction .section-image {
  grid-column: 1;
  grid-row: 1/span 4;
}
.products-section.carrossel-reverse-direction .section-title,
.products-section.carrossel-reverse-direction .section-description,
.products-section.carrossel-reverse-direction .btn {
  grid-column: 2;
}
.products-section.carrossel-reverse-direction .swiper-container-rtl .slide-title {
  direction: ltr;
}
@media (max-width: 991.98px) {
  .products-section.carrossel-reverse-direction .section-title {
    order: 4;
  }
  .products-section.carrossel-reverse-direction .section-description {
    order: 3;
  }
  .products-section.carrossel-reverse-direction .swiper-container,
  .products-section.carrossel-reverse-direction .section-image {
    order: 2;
  }
  .products-section.carrossel-reverse-direction .btn {
    order: 1;
  }
}
.products-section .carrossel-grid {
  position: relative;
  z-index: 1;
}
.products-section .swiper-wrapper {
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .products-section .swiper-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.products-section .swiper-wrapper .swiper-pagination {
  bottom: 0;
}
.products-section .section-title {
  font-size: 4rem;
  font-weight: 700;
  color: #025930;
  line-height: 0.9;
  display: inline-grid;
}
@media (max-width: 991.98px) {
  .products-section .section-title {
    font-size: 3rem;
  }
  .products-section .section-title .product-line {
    font-size: 2rem;
  }
}
.products-section .section-title .product-line {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .products-section .section-description {
    font-size: 1.125rem;
    margin: 2rem 0;
  }
}
.products-section .probium-reference {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.products-section .btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .products-section .btn {
    margin: 0 auto;
  }
}
.products-section.line-herbal {
  background-color: #EAFADD;
}
.products-section.line-herbal:after {
  background-color: #dff4cc;
}
@media (min-width: 1200px) {
  .products-section.line-herbal .carrossel-grid {
    margin-left: -16rem;
  }
  .products-section.line-herbal .swiper-pagination {
    margin-left: 10rem;
  }
}
@media (min-width: 992px) {
  .products-section.line-herbal {
    padding-left: 0;
  }
}
.products-section.line-herbal .product-line {
  color: #839D00;
}
.products-section.line-fibers {
  background-color: #FEF7D3;
}
.products-section.line-fibers:after {
  background-color: #fdebb9;
}
.products-section.line-fibers .product-line {
  color: #E88146;
}
@media (min-width: 992px) {
  .products-section.line-fibers {
    padding-right: 0;
  }
}
.products-section.line-probium {
  background-color: #F5FDFF;
}
.products-section.line-probium .carrossel-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (min-width: 1400px) {
  .products-section.line-probium .carrossel-grid {
    grid-gap: 0 !important;
  }
}
.products-section.line-probium:after {
  background-color: #E6F5F9;
}
.products-section.line-probium .image {
  max-height: 350px;
}
.products-section.line-probium .product-line {
  color: #296AB9;
}
.products-section.line-dual-fit {
  background-color: #FFF2F2;
}
@media (min-width: 1400px) {
  .products-section.line-dual-fit .carrossel-grid {
    grid-gap: 0 !important;
  }
}
.products-section.line-dual-fit:after {
  background-color: #FFD1D3;
}
.products-section.line-dual-fit .image {
  max-height: 350px;
}
.products-section.line-dual-fit .product-line {
  color: #D86B27;
}
.products-section.line-germina {
  background-color: #F5FDFF;
}
.products-section.line-germina .product-line {
  color: #1F5BBA;
}
.products-section.line-germina:after {
  background-color: #E6F5F9;
}
.products-section.line-germina .carrossel-grid {
  grid-template-columns: 3fr 1fr !important;
  grid-gap: 0 2rem;
}

.cta-compare {
  display: flex;
  flex-direction: column;
  grid-gap: 3rem;
}
@media (max-width: 991.98px) {
  .cta-compare {
    grid-gap: 0;
    overflow: hidden;
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  .cta-compare {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .cta-compare {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
.cta-compare .section-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 5rem;
}
@media (max-width: 991.98px) {
  .cta-compare .section-text {
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
}
.cta-compare .section-text:before {
  content: "";
  background: url("../images/otimizadas/blob-1.webp") center left/contain no-repeat;
  width: 130%;
  height: 130%;
  position: absolute;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .cta-compare .section-text:before {
    width: 170%;
    height: 200%;
    top: -3rem;
    left: -10rem;
    transform: rotate(26deg);
  }
}
.cta-compare .section-text .section-title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .cta-compare .section-text .section-title {
    font-size: 2.5rem;
  }
}
.cta-compare .section-text .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991.98px) {
  .cta-compare .section-text .btn {
    margin: 2rem auto;
  }
}
@media (min-width: 992px) {
  .cta-compare .grid-products {
    display: grid;
    grid-template-columns: repeat(3, min-content);
  }
}
@media (min-width: 576px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .cta-compare .grid-products {
    margin-right: calc((100vw - 1460px) / 2 + 15px);
  }
}
@media (max-width: 991.98px) {
  .cta-compare .grid-products .product-column {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.cta-compare .grid-products .product-column .product-line,
.cta-compare .grid-products .product-column .product-description {
  font-size: 1.125rem;
  text-align: center;
}
.cta-compare .grid-products .product-herbal {
  grid-row: 1/span 2;
  grid-column: 1;
}
.cta-compare .grid-products .product-herbal .product-line,
.cta-compare .grid-products .product-herbal .product-description {
  color: #025930;
}
.cta-compare .grid-products .product-fibers {
  grid-row: 2/span 2;
  grid-column: 2;
}
.cta-compare .grid-products .product-fibers .product-line,
.cta-compare .grid-products .product-fibers .product-description {
  color: #D86B27;
}
.cta-compare .grid-products .product-probium {
  grid-row: 1/span 2;
  grid-column: 3;
}
.cta-compare .grid-products .product-probium .product-line,
.cta-compare .grid-products .product-probium .product-description {
  color: #1F5BBA;
}
@media (max-width: 991.98px) {
  .cta-compare .swiper-wrapper {
    padding-bottom: 2rem;
    align-items: flex-end;
  }
}

.cta-gut-health {
  position: relative;
  display: grid;
  grid-gap: 0 3rem;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .cta-gut-health {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .cta-gut-health {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .cta-gut-health {
    padding: 10rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .cta-gut-health {
    margin: 7.5rem 0;
  }
}
@media (max-width: 991.98px) {
  .cta-gut-health {
    padding: 7rem 0;
    overflow: hidden;
  }
  .cta-gut-health .section-title {
    font-size: 2rem;
  }
  .cta-gut-health .btn {
    order: 3;
    margin: 0 auto !important;
  }
}
.cta-gut-health:before {
  content: "";
  background: url("../images/otimizadas/blob-2.webp") center right/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399.98px) {
  .cta-gut-health:before {
    width: 160%;
    height: 140%;
    top: -100px;
  }
}
@media (max-width: 991.98px) {
  .cta-gut-health:before {
    width: 135%;
    right: -30px;
    top: -56vh;
  }
}
.cta-gut-health .image-picture {
  grid-row: 1/span 3;
}
@media (min-width: 576px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .cta-gut-health .image-picture {
    margin-left: calc((100vw - 1460px) / 2 + 15px);
  }
}
@media (max-width: 991.98px) {
  .cta-gut-health .image-picture {
    order: 3;
  }
  .cta-gut-health .image-picture .image {
    max-width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: flex;
    height: auto;
  }
}
.cta-gut-health .section-subtitle {
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .cta-gut-health .section-subtitle {
    font-size: 2rem;
  }
}
.cta-gut-health .section-title,
.cta-gut-health .section-subtitle,
.cta-gut-health .btn {
  grid-column: 2;
  margin: 0 10rem 0 15rem;
}
@media (max-width: 1399.98px) {
  .cta-gut-health .section-title,
  .cta-gut-health .section-subtitle,
  .cta-gut-health .btn {
    margin: 0 8rem 0 4rem;
  }
}
@media (max-width: 991.98px) {
  .cta-gut-health .section-title,
  .cta-gut-health .section-subtitle,
  .cta-gut-health .btn {
    margin: 0 4rem;
  }
}
.cta-gut-health .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.blog-lastest-posts-section {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.98px) {
  .blog-lastest-posts-section {
    padding: 2.5rem 0;
  }
}
.blog-lastest-posts-section .blog-lastest-posts {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-lastest-posts-section .blog-lastest-posts {
    grid-gap: 2rem;
  }
}
@media (max-width: 991.98px) {
  .blog-lastest-posts-section .blog-lastest-posts {
    overflow: hidden;
  }
}
.blog-lastest-posts-section .section-title {
  text-align: center;
  font-size: 3rem;
}
.blog-lastest-posts-section .section-description {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-lastest-posts-section .section-description {
    max-width: 60%;
  }
}
.blog-lastest-posts-section .btn-tertiary {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .blog-lastest-posts-section .btn-tertiary {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1400px) {
  .blog-lastest-posts-section .related-posts-grid {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .blog-lastest-posts-section .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem;
  }
}
@media (max-width: 991.98px) {
  .blog-lastest-posts-section .swiper-container {
    padding-bottom: 4rem;
  }
}
.blog-lastest-posts-section .swiper-pagination {
  max-width: 90vw;
}

.faq-lastest-questions {
  padding: 5rem 0;
  display: grid;
}
@media (min-width: 1400px) {
  .faq-lastest-questions {
    grid-template-columns: 2fr 3fr;
    grid-gap: 6vw;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .faq-lastest-questions {
    grid-gap: 4vw;
    grid-template-columns: 2fr 4fr;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .faq-lastest-questions {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767.98px) {
  .faq-lastest-questions {
    padding: 2.5rem 0;
  }
}
.faq-lastest-questions .section-text {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .faq-lastest-questions .section-text {
    margin-left: calc((100vw - 1460px) / 2 + 15px);
  }
}
@media (max-width: 991.98px) {
  .faq-lastest-questions .section-text {
    text-align: center;
  }
}
.faq-lastest-questions .section-title {
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .faq-lastest-questions .section-title {
    font-size: 4.4rem;
  }
}
.faq-lastest-questions .section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .faq-lastest-questions .section-description {
    font-size: 1rem;
    margin: 0 2rem;
  }
}
.faq-lastest-questions .btn {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991.98px) {
  .faq-lastest-questions .btn {
    min-width: 200px;
    align-self: center;
  }
}
.faq-lastest-questions .faq-carrossel {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .faq-lastest-questions .faq-carrossel {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .faq-lastest-questions .faq-carrossel {
    max-width: 100vw;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .faq-lastest-questions .faq-grid {
    grid-template-columns: repeat(auto-fit, 36.34%);
  }
}
@media (min-width: 992px) {
  .faq-lastest-questions .faq-grid {
    display: grid;
    grid-auto-flow: column;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .faq-lastest-questions .faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(auto, 23.3vw));
    grid-gap: 2rem;
  }
}
.faq-lastest-questions .question-card {
  border-radius: 5px;
  padding: 2.5rem 2rem;
  background-color: #EFF8DC;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .faq-lastest-questions .question-card {
    max-width: 24.3vw;
  }
  .faq-lastest-questions .question-card.swiper-slide-prev {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq-lastest-questions .question-card {
    min-width: 29vw;
  }
}
@media (max-width: 991.98px) {
  .faq-lastest-questions .question-card {
    max-width: 90%;
    margin: auto 5%;
  }
  .faq-lastest-questions .question-card:not(.swiper-slide-active) {
    opacity: 0;
  }
}
.faq-lastest-questions .question-card .question-title {
  font-size: 1.125rem;
}
.faq-lastest-questions .question-card .question-description {
  margin-top: 1rem;
  font-size: 1.125rem;
}
.faq-lastest-questions .swiper-pagination .swiper-pagination-bullet {
  background: #025930;
  opacity: 0.5;
  width: 15px;
  height: 15px;
  margin: 0 8px;
}
.faq-lastest-questions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.instagram-section {
  padding: 5rem 0;
}
@media (min-width: 1400px) {
  .instagram-section.waves-on-top:before {
    top: -30vh;
  }
}
.instagram-section .container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.instagram-section .section-description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.instagram-section .link {
  font-size: 1.5rem;
  color: #025930;
  margin-top: 2rem;
  font-weight: 400;
  transition: transform 0.15s ease-in-out;
}
.instagram-section .link:hover, .instagram-section .link:active, .instagram-section .link:focus {
  font-weight: 700;
}
.instagram-section .link:hover, .instagram-section .link:active, .instagram-section .link:focus {
  transform: scale(0.9);
}
.instagram-section .link .image {
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(50%) contrast(100%);
}

.page-faq .banner-page {
  padding-top: 3rem;
}
.page-faq .banner-page .section-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, calc(50% - 3rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-faq .banner-page .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-faq .banner-page .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.page-faq .banner-page .section-text {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  margin-top: 3rem;
}
.page-faq .banner-page .section-subtitle {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-faq .banner-page .section-subtitle {
    font-size: 2rem;
  }
}
.page-faq .banner-page .section-description {
  font-size: 1.125rem;
}
.page-faq .banner-page .image-picture {
  text-align: end;
}
@media (max-width: 991.98px) {
  .page-faq .banner-page .image-picture .image {
    max-width: calc(100vw - 30px);
  }
}
.page-faq .questions-section {
  margin: 5rem 0;
}
.page-faq .questions-section .section-grid {
  display: grid;
  grid-gap: 3rem;
}
@media (min-width: 992px) {
  .page-faq .questions-section .section-grid {
    grid-template-columns: minmax(auto, 260px) auto;
  }
}
.page-faq .questions-section .section-title {
  text-align: center;
}
@media (min-width: 992px) {
  .page-faq .questions-section .section-title {
    grid-column: 1/span 2;
  }
}
@media (max-width: 991.98px) {
  .page-faq .questions-section .section-title {
    font-size: 2rem;
  }
}
.page-faq .questions-container {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}
@media (max-width: 1199.98px) {
  .page-faq .filter-sidebar {
    display: none;
  }
}
.page-faq .filter-sidebar .filter-navigation {
  width: 260px;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
.page-faq .filter-sidebar .item-link {
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  width: 100%;
  text-align: inherit;
  padding-bottom: 1rem;
}
.page-faq .filter-sidebar .item-link:hover, .page-faq .filter-sidebar .item-link:active, .page-faq .filter-sidebar .item-link:focus {
  color: #025930;
}
.page-faq .filter-sidebar .item-link.active {
  color: #025930;
  font-weight: 700;
}
.page-faq .filter-sidebar .item-link.active:after {
  content: "";
  background: url("../images/originais/icon-leaf.svg") center/contain no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.page-faq .filter-sidebar .item-link:not(.btn-clean-filter) {
  border-bottom: 1px solid #DBDBDB;
}
.page-faq .filter-sidebar .item-link.btn-clean-filter {
  font-weight: 700;
}
.page-faq .filter-select {
  text-transform: uppercase;
  color: #787882;
  padding: 1rem 2rem;
  height: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
  border-color: #025930;
}
@media (min-width: 768px) {
  .page-faq .filter-select {
    display: none;
  }
}

.accordion-item {
  border-radius: 5px;
  border: none;
}
.accordion-item .accordion-header {
  margin: 0;
}
.accordion-item .accordion-button {
  border-radius: 5px;
  color: #025930;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #025930;
  text-transform: uppercase;
}
.accordion-item .accordion-button:not(.collapsed) {
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  background-color: #EFF8DC;
  border: none;
}
.accordion-item .accordion-button:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #025930;
  border-radius: 3px;
}
.accordion-item .accordion-collapse {
  border-radius: 0 0 5px 5px;
}
.accordion-item .accordion-collapse.show ~ .accordion-header, .accordion-item .accordion-collapse.show, .accordion-item .accordion-collapse.collapsing {
  background-color: #EFF8DC;
}
.accordion-item .accordion-body {
  color: #025930;
  font-size: 1.125rem;
}

@media (min-width: 1400px) {
  body.body-shrink .filter-sidebar {
    position: relative;
  }
  body.body-shrink .filter-sidebar .filter-navigation.stop-fixed {
    position: absolute;
    bottom: 0;
  }
  body.body-shrink .filter-sidebar .filter-navigation.fixed {
    position: fixed;
    top: 130px;
  }
}

.page-recipes .banner-page .section-text {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 1400px) {
  .page-recipes .banner-page .section-text {
    margin-top: 8rem;
  }
}
@media (max-width: 991.98px) {
  .page-recipes .banner-page .section-title {
    font-size: 3rem;
  }
}
.page-recipes .banner-page .section-title span {
  color: #E88146;
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .page-recipes .banner-page .section-title span {
    font-size: 2rem;
  }
}
.page-recipes .banner-page .section-description {
  font-size: 1.125rem;
}
.page-recipes .recipes-filter {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  .page-recipes .recipes-filter {
    display: grid;
    grid-template-columns: minmax(27%, auto) minmax(32%, auto) minmax(25%, auto);
    grid-gap: 0.5rem;
  }
  .page-recipes .recipes-filter .recipe-item:last-child {
    grid-column: 2;
    margin: 0 auto;
  }
}
.page-recipes .recipe-link.is-checked {
  color: #025930;
  background-color: #C2D500;
}
.page-recipes .recipe-link.is-checked:after {
  background-color: #025930;
}
@media (max-width: 991.98px) {
  .page-recipes .recipe-link {
    display: flex;
  }
}
.page-recipes .recipes-container {
  margin: 7rem 0 15rem;
}
@media (max-width: 991.98px) {
  .page-recipes .recipes-container {
    margin-top: -50vh;
    z-index: 2;
    position: relative;
  }
}
.page-recipes .recipes-container .section-grid {
  height: 100% !important;
  display: grid;
  grid-template-rows: repeat(auto-fill, minmax(24vh, 280px));
}
@media (min-width: 992px) {
  .page-recipes .recipes-container .section-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-recipes .recipes-container .section-grid.reload-view {
  grid-gap: 3rem;
}
.page-recipes .recipes-container .section-grid.reload-view .recipe-title {
  padding: 1rem;
}
.page-recipes .recipes-container .section-grid.default-view {
  grid-gap: 2.5rem 0;
}
.page-recipes .recipes-container .section-grid.default-view .recipe-title {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .page-recipes .recipes-container .section-grid.default-view {
    grid-gap: 5rem 0;
  }
  .page-recipes .recipes-container .section-grid.default-view.display-1-row {
    grid-template-areas: "left-a left-a two-a two-a" "left-a left-a one-a one-b" "one-c center-a center-a one-e" "one-d center-a center-a one-f";
  }
  .page-recipes .recipes-container .section-grid.default-view.display-2-row {
    grid-template-areas: "left-a left-a two-a two-a" "left-a left-a one-a one-b" "one-c center-a center-a one-e" "one-d center-a center-a one-f" "two-b two-b right-a right-a" "one-g one-h right-a right-a" "left-b left-b two-c two-c" "left-b left-b one-i one-j" "one-k center-b center-b one-m" "one-l center-b center-b one-n";
  }
  .page-recipes .recipes-container .section-grid.default-view.display-3-row {
    grid-template-areas: "left-a left-a two-a two-a" "left-a left-a one-a one-b" "one-c center-a center-a one-e" "one-d center-a center-a one-f" "two-b two-b right-a right-a" "one-g one-h right-a right-a" "left-b left-b two-c two-c" "left-b left-b one-i one-j" "one-k center-b center-b one-m" "one-l center-b center-b one-n" "two-d two-d right-b right-b" "two-e two-e right-b right-b";
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-1 {
    grid-area: left-a;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-2 {
    grid-area: two-a;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-3 {
    grid-area: one-a;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-4 {
    grid-area: one-b;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-5 {
    grid-area: one-c;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-6 {
    grid-area: one-d;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-7 {
    grid-area: center-a;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-8 {
    grid-area: one-e;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-9 {
    grid-area: one-f;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-10 {
    grid-area: two-b;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-11 {
    grid-area: one-g;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-12 {
    grid-area: one-h;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-13 {
    grid-area: right-a;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-14 {
    grid-area: left-b;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-15 {
    grid-area: two-c;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-16 {
    grid-area: one-i;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-17 {
    grid-area: one-j;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-18 {
    grid-area: one-k;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-19 {
    grid-area: one-l;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-20 {
    grid-area: center-b;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-21 {
    grid-area: one-m;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-22 {
    grid-area: one-n;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-23 {
    grid-area: two-d;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-24 {
    grid-area: two-e;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-25 {
    grid-area: right-b;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-1,
  .page-recipes .recipes-container .section-grid.default-view #recipe-14 {
    max-width: 90%;
    margin-left: 0;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-13,
  .page-recipes .recipes-container .section-grid.default-view #recipe-25 {
    max-width: 90%;
    margin-left: auto;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-3,
  .page-recipes .recipes-container .section-grid.default-view #recipe-11,
  .page-recipes .recipes-container .section-grid.default-view #recipe-16 {
    padding-right: 2rem;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-4,
  .page-recipes .recipes-container .section-grid.default-view #recipe-12,
  .page-recipes .recipes-container .section-grid.default-view #recipe-17 {
    padding-left: 2rem;
  }
  .page-recipes .recipes-container .section-grid.default-view #recipe-7,
  .page-recipes .recipes-container .section-grid.default-view #recipe-20 {
    max-width: 80%;
    margin: 0 auto;
  }
}

.page-single-recipe .banner-page .section-grid {
  display: grid;
  grid-gap: 2rem 6rem;
  grid-template-columns: repeat(2, calc(50% - 2rem 6rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-recipe .banner-page .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.page-single-recipe .banner-page .breadcrumbs {
  grid-column: 1/span 2;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .breadcrumbs {
    order: 1;
  }
}
.page-single-recipe .banner-page .recipe-title {
  color: #D86B27;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-title {
    font-size: 1.5rem;
    order: 2;
  }
}
.page-single-recipe .banner-page .recipe-entries {
  display: flex;
  grid-gap: 1rem;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-entries {
    flex-direction: column;
    order: 3;
  }
}
.page-single-recipe .banner-page .entry-item {
  color: #D86B27;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .entry-item {
    font-size: 0.875rem;
    display: flex;
    grid-gap: 0.5rem;
  }
}
.page-single-recipe .banner-page .entry-item strong {
  color: #000000;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-ingredients {
    order: 5;
  }
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-prepare {
    order: 6;
  }
}
.page-single-recipe .banner-page .recipe-ingredients .section-title,
.page-single-recipe .banner-page .recipe-prepare .section-title {
  color: #D86B27;
  font-size: 2rem;
}
.page-single-recipe .banner-page .recipe-ingredients .section-title:after,
.page-single-recipe .banner-page .recipe-prepare .section-title:after {
  content: "";
  background: url("../../assets/images/originais/icon-leaf.svg") center/contain no-repeat;
  width: 15px;
  height: 15px;
  display: inline-flex;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-ingredients .section-title:after,
  .page-single-recipe .banner-page .recipe-prepare .section-title:after {
    min-width: 15px;
    min-height: 15px;
  }
}
.page-single-recipe .banner-page .recipe-ingredients .ingredient-items,
.page-single-recipe .banner-page .recipe-ingredients .prepare-items,
.page-single-recipe .banner-page .recipe-prepare .ingredient-items,
.page-single-recipe .banner-page .recipe-prepare .prepare-items {
  font-size: 1.125rem;
}
.page-single-recipe .banner-page .recipe-ingredients strong,
.page-single-recipe .banner-page .recipe-prepare strong {
  color: #D86B27;
  font-weight: 900;
}
.page-single-recipe .banner-page .recipe-image {
  grid-column: 2;
  grid-row: 2/span 4;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-image {
    order: 4;
  }
}
.page-single-recipe .banner-page .recipe-image .image-picture {
  position: relative;
  display: flex;
}
.page-single-recipe .banner-page .recipe-image .image-picture:before {
  content: "";
  border: 2px solid #025930;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 80px 3px;
  z-index: 1;
}
.page-single-recipe .banner-page .recipe-image .image-picture .image {
  border-radius: 80px 3px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .page-single-recipe .banner-page .recipe-image .image-picture .image {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 350px;
  }
}
.page-single-recipe .related-recipes {
  margin-top: 3rem;
}
@media (min-width: 1400px) {
  .page-single-recipe .related-recipes {
    margin-top: 8rem;
  }
}
.page-single-recipe .related-recipes .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin: 2rem 0;
}
@media (min-width: 1400px) {
  .page-single-recipe .related-recipes .section-title {
    margin: 3rem 0;
  }
}
@media (min-width: 992px) {
  .page-single-recipe .related-recipes .swiper-container {
    overflow: visible;
  }
}
.page-single-recipe .related-recipes .recipes-grid {
  padding: 1rem 0 3rem;
}
@media (min-width: 992px) {
  .page-single-recipe .related-recipes .recipes-grid {
    height: 350px;
    display: grid;
    grid-gap: 7rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .page-single-recipe .related-recipes .recipes-grid.grid-1-column {
    grid-template-columns: 25% auto 25%;
  }
  .page-single-recipe .related-recipes .recipes-grid.grid-1-column .recipe-card {
    grid-column: 2;
  }
  .page-single-recipe .related-recipes .recipes-grid.grid-2-column {
    grid-template-columns: 5% auto 5% auto 5%;
  }
  .page-single-recipe .related-recipes .recipes-grid.grid-2-column .recipe-card:first-child {
    grid-column: 2;
  }
  .page-single-recipe .related-recipes .recipes-grid.grid-2-column .recipe-card:last-child {
    grid-column: 4;
  }
}
@media (max-width: 991.98px) {
  .page-single-recipe .related-recipes .recipes-grid .recipe-card {
    margin: 0 18px;
  }
  .page-single-recipe .related-recipes .recipes-grid .recipe-card:not(.swiper-slide-active) {
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@media (min-width: 1200px) {
  .page-single-recipe .bg-line-waves:before {
    top: -35vh;
  }
}
@media (min-width: 1200px) {
  .page-single-recipe .bg-leaves {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .page-product-line .banner-page {
    padding-bottom: 5vh;
  }
}
.page-product-line .banner-page .line-title {
  margin-top: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 4.4rem;
}
@media (min-width: 1400px) {
  .page-product-line .banner-page .line-title {
    margin-top: 8rem;
  }
}
@media (max-width: 991.98px) {
  .page-product-line .banner-page .line-title {
    font-size: 2.5rem;
  }
}
.page-product-line .banner-page .line-title .line-name {
  font-size: 3rem;
}
.page-product-line .banner-page .line-title sup {
  margin: -2rem 0 2rem;
}
.page-product-line .banner-page .line-description {
  text-align: center;
  font-size: 1.125rem;
  margin: 2rem auto;
  max-width: 65%;
}
@media (max-width: 991.98px) {
  .page-product-line .banner-page .line-description {
    max-width: 80%;
  }
}
.page-product-line .banner-page .line-image {
  text-align: center;
}
.page-product-line .banner-page .line-image .mobile-image {
  display: none;
}
@media (max-width: 991.98px) {
  .page-product-line .banner-page .line-image .image {
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-product-line .product-sections {
  position: relative;
  z-index: -1;
}
.page-product-line .product-cta {
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 1400px) {
  .page-product-line .product-cta {
    padding: 10rem 0;
  }
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta {
    overflow: hidden;
  }
}
.page-product-line .product-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10vh;
  pointer-events: none;
  z-index: -1;
}
.page-product-line .product-cta:nth-child(odd) .product-title,
.page-product-line .product-cta:nth-child(odd) .product-subtitle,
.page-product-line .product-cta:nth-child(odd) .product-description,
.page-product-line .product-cta:nth-child(odd) .product-informative-list,
.page-product-line .product-cta:nth-child(odd) .btn {
  grid-column: 1;
  margin-bottom: 0;
}
.page-product-line .product-cta:nth-child(odd) .product-image {
  grid-column: 2;
}
.page-product-line .product-cta:nth-child(even) .product-title,
.page-product-line .product-cta:nth-child(even) .product-subtitle,
.page-product-line .product-cta:nth-child(even) .product-description,
.page-product-line .product-cta:nth-child(even) .product-informative-list,
.page-product-line .product-cta:nth-child(even) .btn {
  margin-bottom: 0;
  grid-column: 2;
}
.page-product-line .product-cta:nth-child(even) .product-image {
  grid-column: 1;
}
.page-product-line .product-cta .section-grid {
  display: grid;
  grid-gap: 1rem 8rem;
  grid-template-columns: repeat(2, calc(50% - 1rem 8rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-product-line .product-cta .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
  }
}
.page-product-line .product-cta .product-title {
  display: flex;
  flex-direction: column;
  font-size: 4rem;
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-title {
    font-size: 3rem;
    order: 1;
  }
}
.page-product-line .product-cta .product-title .product-name {
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-title .product-name {
    font-size: 2rem;
  }
}
.page-product-line .product-cta .product-subtitle {
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 992px) {
  .page-product-line .product-cta .product-subtitle {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-subtitle {
    order: 2;
  }
}
@media (min-width: 992px) {
  .page-product-line .product-cta .product-description {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-description {
    order: 3;
  }
}
.page-product-line .product-cta .btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .btn {
    margin: 0 auto;
    order: 6;
  }
}
.page-product-line .product-cta .product-image {
  grid-row: 1/span 6;
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-image {
    order: 5;
  }
}
.page-product-line .product-cta .product-image .image-picture {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991.98px) {
  .page-product-line .product-cta .product-image .image-picture {
    max-width: 80%;
    margin: 0 auto;
  }
  .page-product-line .product-cta .product-image .image-picture .image {
    max-height: 320px;
  }
}

.section-fibers-recipes {
  background-color: #FEFBEF;
  padding: 0 0 7rem;
  position: relative;
}
@media (min-width: 1400px) {
  .section-fibers-recipes {
    margin: 4rem 0 8rem;
  }
}
@media (min-width: 992px) {
  .section-fibers-recipes {
    margin: 1rem 0 -8rem;
  }
}
@media (max-width: 991.98px) {
  .section-fibers-recipes {
    padding: 3rem 0;
    margin-bottom: -8rem;
  }
}
.section-fibers-recipes:before, .section-fibers-recipes:after {
  content: "";
  background: url("../images/originais/bg-line-page-recipes.png") center top/contain no-repeat;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.section-fibers-recipes:before {
  top: -16vh;
}
@media (max-width: 991.98px) {
  .section-fibers-recipes:before {
    top: -35px;
  }
}
.section-fibers-recipes:after {
  bottom: -11vh;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .section-fibers-recipes:after {
    bottom: -35px;
  }
}
@media (min-width: 1400px) {
  .section-fibers-recipes:after {
    bottom: -9vh;
    z-index: 1;
  }
}
.section-fibers-recipes .container {
  text-align: center;
}
.section-fibers-recipes .section-title {
  text-align: center;
  color: #D86B27;
  font-size: 3.5rem;
  line-height: 0.7;
  margin-bottom: 2rem;
}
.section-fibers-recipes .section-title .subtitle {
  font-size: 2.5rem;
  font-weight: 400;
}
.section-fibers-recipes .section-description {
  text-align: center;
  font-size: 1.125rem;
}
.section-fibers-recipes .btn {
  margin: 2rem auto 5rem;
}
@media (min-width: 992px) {
  .section-fibers-recipes .swiper-container {
    overflow: visible;
  }
}
@media (max-width: 991.98px) {
  .section-fibers-recipes .recipes-grid {
    padding: 1rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .section-fibers-recipes .recipes-grid {
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
    grid-template-rows: repeat(auto-fill, minmax(24vh, 245px));
    grid-gap: 5rem;
    grid-auto-flow: column;
  }
}
.section-fibers-recipes .recipe-card:nth-child(1), .section-fibers-recipes .recipe-card:nth-child(4) {
  grid-row: 1/span 2;
}
.section-fibers-recipes .recipe-card:nth-child(2), .section-fibers-recipes .recipe-card:nth-child(3) {
  grid-column: 2;
}
.section-fibers-recipes .recipe-card .recipe-title {
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .section-fibers-recipes .recipe-card {
    margin: 0 20px;
  }
  .section-fibers-recipes .recipe-card:not(.swiper-slide-active) {
    opacity: 0;
    height: 0;
    width: 0;
  }
}

.page-single-product .section-title sup {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: revert;
}
.page-single-product .banner-page {
  min-height: 70vh;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-single-product .banner-page {
    min-height: 65vh;
  }
}
@media (min-width: 1400px) {
  .page-single-product .banner-page .breadcrumbs {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1399.98px) {
  .page-single-product .banner-page .breadcrumbs {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .breadcrumbs {
    order: 1;
  }
}
.page-single-product .banner-page .section-grid {
  display: grid;
  grid-gap: 1rem 7rem;
  grid-template-columns: repeat(2, calc(50% - 1rem 7rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .banner-page .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .page-single-product .banner-page .section-grid {
    grid-gap: 1.5rem 7rem;
  }
}
.page-single-product .banner-page .product-title,
.page-single-product .banner-page .product-subtitle,
.page-single-product .banner-page .product-description,
.page-single-product .banner-page .product-informative-list,
.page-single-product .banner-page .btn-tertiary {
  grid-column: 1;
}
.page-single-product .banner-page .presentations-carrossel {
  grid-column: 2;
  grid-row: 2/span 6;
  padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .presentations-carrossel {
    order: 4;
  }
}
.page-single-product .banner-page .product-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  line-height: 0.9;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .product-title {
    order: 2;
    line-height: 1.1;
    font-size: 3rem;
  }
}
.page-single-product .banner-page .product-title sup {
  position: absolute;
  right: -1rem;
  top: 4rem;
}
.page-single-product .banner-page .product-name {
  font-weight: 400;
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .product-name {
    font-size: 2.5rem;
    width: 100%;
  }
}
.page-single-product .banner-page .product-subtitle {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .product-subtitle {
    order: 3;
  }
}
.page-single-product .banner-page .product-informative-list li {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .product-informative-list {
    order: 6;
  }
}
.page-single-product .banner-page .fibras-kids-complement {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .fibras-kids-complement {
    order: 8;
  }
}
.page-single-product .banner-page .btn-medicine-insert {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .btn-medicine-insert {
    order: 7;
  }
}
.page-single-product .banner-page .product-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-single-product .banner-page .product-description {
    font-size: 1rem;
    order: 5;
  }
}
.page-single-product .banner-page .product-card {
  display: flex;
  justify-content: center;
}
.page-single-product .banner-page .product-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.page-single-product .banner-page .product-link .image {
  transition: all 0.2s ease-in-out;
}
.page-single-product .banner-page .product-link .btn {
  margin: 0 auto;
  display: flex;
}
.page-single-product .banner-page .product-link[disabled] .btn {
  opacity: 0.7;
  pointer-events: none;
}
.page-single-product .banner-page .product-link:not([disabled]):hover .image, .page-single-product .banner-page .product-link:not([disabled]):active .image, .page-single-product .banner-page .product-link:not([disabled]):focus .image {
  transform: scale(0.9);
}
.page-single-product .banner-page .product-link:not([disabled]):hover .btn, .page-single-product .banner-page .product-link:not([disabled]):active .btn, .page-single-product .banner-page .product-link:not([disabled]):focus .btn {
  transform: scale(0.9);
  color: white;
  background-color: #025930;
}
.page-single-product .banner-page .product-link:not([disabled]):hover .btn:after, .page-single-product .banner-page .product-link:not([disabled]):active .btn:after, .page-single-product .banner-page .product-link:not([disabled]):focus .btn:after {
  background-color: #C2D500;
}
.page-single-product .banner-page .presentation-quantity {
  text-align: center;
  color: #025930;
}
.page-single-product .about-probiotics-section {
  display: grid;
  grid-gap: 0 7rem;
  grid-template-columns: repeat(2, 50%);
  place-content: space-between;
  place-items: center;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .about-probiotics-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .about-probiotics-section {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.page-single-product .about-probiotics-section .section-text {
  background: url("../images/originais/bg-about-probiotics.svg") left center/contain no-repeat;
  padding: 7rem;
}
@media (min-width: 1400px) {
  .page-single-product .about-probiotics-section .section-text {
    padding: 14rem;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .about-probiotics-section .section-text {
    padding: 5rem 3rem;
    background-size: 100vw;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .about-probiotics-section .section-title {
    font-size: 2.5rem;
  }
}
.page-single-product .about-probiotics-section .section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-single-product .about-probiotics-section .section-description {
    font-size: 0.875rem;
  }
}
.page-single-product .about-probiotics-section .image-picture {
  grid-column: 2;
  grid-row: 1/span 2;
  justify-self: flex-start;
  margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
  .page-single-product .about-probiotics-section .image-picture {
    text-align: center;
  }
  .page-single-product .about-probiotics-section .image-picture .image {
    max-width: 60%;
  }
}
.page-single-product .about-probiotics-section .references {
  text-align: center;
  font-size: 0.75rem;
  grid-column: 1/span 2;
}
.page-single-product .how-to-take-section {
  padding: 5rem 0;
}
.page-single-product .how-to-take-section.line-fibers {
  padding-bottom: 15rem;
}
@media (max-width: 1399.98px) {
  .page-single-product .how-to-take-section.line-fibers {
    padding-bottom: 0;
  }
}
.page-single-product .how-to-take-section .section-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, calc(50% - 3rem / 2));
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .how-to-take-section .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .how-to-take-section .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .how-to-take-section .image {
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: -30px;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .page-single-product .how-to-take-section .section-text {
    margin-right: calc((100vw - 1460px) / 2 + 15px);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .how-to-take-section .section-text {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 75%;
  }
}
.page-single-product .how-to-take-section .section-title:before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top;
  mask-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .page-single-product .how-to-take-section .section-title:before {
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .how-to-take-section .section-title:before {
    align-self: center;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .how-to-take-section .section-title {
    position: relative;
    font-size: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .page-single-product .how-to-take-section .section-title sup {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.page-single-product .how-to-take-section .how-to-take-description {
  font-size: 1.125rem;
}
.page-single-product .consumption-tips-section {
  padding: 15rem 0;
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section {
    padding: 2rem 0 5rem;
  }
}
.page-single-product .consumption-tips-section .section-grid {
  display: grid;
  grid-gap: 1rem 0;
  grid-template-columns: repeat(2, 50%);
  place-content: space-between;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .consumption-tips-section .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section .section-grid {
    max-width: 85%;
  }
}
.page-single-product .consumption-tips-section .section-title {
  color: #D86B27;
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section .section-title {
    font-size: 2.5rem;
    order: 1;
  }
}
.page-single-product .consumption-tips-section .section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section .section-description {
    font-size: 1rem;
    order: 3;
  }
}
.page-single-product .consumption-tips-section .rounded-card {
  grid-column: 2;
  grid-row: 1/span 3;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: flex-end;
}
@media (max-width: 991.98px) {
  .page-single-product .consumption-tips-section .rounded-card {
    order: 2;
  }
  .page-single-product .consumption-tips-section .rounded-card .image-picture .image {
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .page-single-product .related-line-products-section {
    padding: 2rem 0;
    margin: 14rem 0 11rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-single-product .related-line-products-section {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-single-product .related-line-products-section.line-herbal {
    background-image: url("../images/originais/bg-line-herbal-odd-product.png"), url("../images/originais/bg-line-herbal-even-product.png");
    background-position: bottom left, top right;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .page-single-product .related-line-products-section.line-fibers {
    background-image: url("../images/originais/bg-line-fibers.png"), url("../images/originais/bg-line-fibers.png");
    background-position: 5% 73%, 95% 50%;
    background-repeat: no-repeat;
  }
}
.page-single-product .related-line-products-section .section-grid {
  display: flex;
  flex-direction: column;
}
.page-single-product .related-line-products-section .section-title {
  text-align: center;
  margin: 3rem 0;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-single-product .related-line-products-section .section-title {
    font-size: 1.125rem;
  }
}
.page-single-product .related-line-products-section .section-title strong {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .page-single-product .related-line-products-section .section-title strong {
    font-size: 2rem;
  }
}
.page-single-product .related-line-products-section .products-grid {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, calc(50% - 2rem / 2));
  place-items: center;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .related-line-products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .related-line-products-section .products-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-single-product .related-line-products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-single-product .related-line-products-section .product-card .product-link {
    margin: 0 auto;
  }
}
.page-single-product .related-line-products-section .product-card .image {
  aspect-ratio: 1/1;
  max-height: 400px;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .page-single-product .related-line-products-section .product-card .image {
    max-height: 330px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .page-single-product .bg-line-waves {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-single-product .bg-line-waves.consumption-variation {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-single-product .section-other-lines {
    padding: 6vh 0;
    margin: 0 0 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .page-gut-health .banner-page .section-subtitle {
    font-size: 2.5rem;
  }
}

.page-gut-health .gut-information,
.page-gut-health .about-information,
.page-about-us .gut-information,
.page-about-us .about-information {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, calc(50% - 3rem / 2));
  margin: 5rem 0;
  align-items: center;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-gut-health .gut-information,
  .page-gut-health .about-information,
  .page-about-us .gut-information,
  .page-about-us .about-information {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information,
  .page-gut-health .about-information,
  .page-about-us .gut-information,
  .page-about-us .about-information {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 576px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    margin-right: calc((100vw - 1460px) / 2 + 15px);
  }
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information.container-right,
  .page-gut-health .about-information.container-right,
  .page-about-us .gut-information.container-right,
  .page-about-us .about-information.container-right {
    flex-direction: column-reverse;
  }
  .page-gut-health .gut-information.container-right .image,
  .page-gut-health .about-information.container-right .image,
  .page-about-us .gut-information.container-right .image,
  .page-about-us .about-information.container-right .image {
    margin-left: -30px;
  }
}
@media (min-width: 576px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 1280px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 1320px) / 2 + 15px);
  }
}
@media (min-width: 1600px) {
  .page-gut-health .gut-information.container-left,
  .page-gut-health .about-information.container-left,
  .page-about-us .gut-information.container-left,
  .page-about-us .about-information.container-left {
    margin-left: calc((100vw - 1460px) / 2 + 15px);
  }
}
.page-gut-health .gut-information.container-left .image-picture,
.page-gut-health .about-information.container-left .image-picture,
.page-about-us .gut-information.container-left .image-picture,
.page-about-us .about-information.container-left .image-picture {
  text-align: end;
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information.container-left .image-picture .image,
  .page-gut-health .about-information.container-left .image-picture .image,
  .page-about-us .gut-information.container-left .image-picture .image,
  .page-about-us .about-information.container-left .image-picture .image {
    margin-right: -30px;
  }
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information .section-text,
  .page-gut-health .about-information .section-text,
  .page-about-us .gut-information .section-text,
  .page-about-us .about-information .section-text {
    margin: auto 15px;
  }
}
.page-gut-health .gut-information .section-title,
.page-gut-health .about-information .section-title,
.page-about-us .gut-information .section-title,
.page-about-us .about-information .section-title {
  margin-bottom: 2rem;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information .section-title,
  .page-gut-health .about-information .section-title,
  .page-about-us .gut-information .section-title,
  .page-about-us .about-information .section-title {
    font-size: 2rem;
  }
}
.page-gut-health .gut-information .section-description,
.page-gut-health .about-information .section-description,
.page-about-us .gut-information .section-description,
.page-about-us .about-information .section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information .section-description,
  .page-gut-health .about-information .section-description,
  .page-about-us .gut-information .section-description,
  .page-about-us .about-information .section-description {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .page-gut-health .gut-information .image,
  .page-gut-health .about-information .image,
  .page-about-us .gut-information .image,
  .page-about-us .about-information .image {
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    margin-bottom: 4rem;
  }
}
.page-gut-health .page-references,
.page-about-us .page-references {
  padding: 7rem 0 10rem;
}
.page-gut-health .page-references .accordion-button:not(.collapsed),
.page-about-us .page-references .accordion-button:not(.collapsed) {
  background-color: #F8FDEF;
}
.page-gut-health .page-references .accordion-collapse.show ~ .accordion-header, .page-gut-health .page-references .accordion-collapse.show, .page-gut-health .page-references .accordion-collapse.collapsing,
.page-about-us .page-references .accordion-collapse.show ~ .accordion-header,
.page-about-us .page-references .accordion-collapse.show,
.page-about-us .page-references .accordion-collapse.collapsing {
  background-color: #F8FDEF;
}
.page-gut-health .page-references .accordion-button,
.page-about-us .page-references .accordion-button {
  font-weight: 400;
}
.page-gut-health .collapse-content,
.page-about-us .collapse-content {
  list-style-type: auto;
  color: #000000;
}
.page-gut-health .list-item,
.page-about-us .list-item {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .page-gut-health .list-item,
  .page-about-us .list-item {
    padding: 0 0 1rem 3rem;
  }
}
@media (max-width: 991.98px) {
  .page-gut-health .list-item,
  .page-about-us .list-item {
    word-break: break-all;
    -webkit-hyphens: auto;
            hyphens: auto;
    padding: 1rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-about-us .banner-page .section-grid {
    grid-template-columns: 40% 60%;
  }
  .page-about-us .banner-page .section-grid .image {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.page-about-us .all-tamarine-products {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-about-us .all-tamarine-products .image-picture.image-icon-confia {
  margin-bottom: -5rem;
}
@media (max-width: 991.98px) {
  .page-about-us .all-tamarine-products .image-picture.image-icon-confia {
    margin-bottom: -2.5rem;
  }
  .page-about-us .all-tamarine-products .image-picture.image-icon-confia .image {
    max-width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: flex;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .page-about-us .all-tamarine-products .image.image-todos-produtos-fila {
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.page-about-us .all-tamarine-products .section-title {
  margin-bottom: 2rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .page-about-us .all-tamarine-products .section-title {
    font-size: 2rem;
  }
}
.page-about-us .bg-top-right-leaf:after {
  z-index: -1;
}
@media (min-width: 1400px) {
  .page-about-us .bg-top-right-leaf:after {
    right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .page-about-us .bg-top-right-leaf:after {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .page-about-us .bg-top-right-leaf:after {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .page-about-us .bg-top-right-leaf:after {
    top: -10rem;
  }
}

.institutional-banner .section-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, calc(50% - 3rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .institutional-banner .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .institutional-banner .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.institutional-banner .section-text {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  margin-top: 3rem;
}
.institutional-banner .section-title {
  font-size: 3.5rem;
}
@media (max-width: 991.98px) {
  .institutional-banner .section-title {
    font-size: 3rem;
  }
}
.institutional-banner .section-subtitle {
  font-weight: 400;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .institutional-banner .section-subtitle {
    font-size: 2rem;
  }
}
.institutional-banner .section-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .institutional-banner .section-description {
    font-size: 1rem;
  }
}
.institutional-banner .image-picture {
  text-align: end;
}
@media (max-width: 991.98px) {
  .institutional-banner .image-picture .image {
    height: 100%;
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.page-compare .banner-page .section-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-compare .compare-section {
  margin: 5vh 0 20vh;
}
@media (max-width: 991.98px) {
  .page-compare .compare-section {
    max-width: 100vw;
    overflow: hidden;
  }
}
.page-compare .compare-section .container {
  position: relative;
}
.page-compare .compare-section .section-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5vh;
}
@media (max-width: 991.98px) {
  .page-compare .compare-section .section-title {
    font-size: 1rem;
  }
}
.page-compare .product-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.page-compare #compare-card-tamarine-herbal .card-title {
  color: #6A9100;
}
.page-compare #compare-card-tamarine-herbal .btn-compare {
  background-color: #EAFADD;
}
.page-compare #compare-card-tamarine-fibers .card-title {
  color: #E88146;
}
.page-compare #compare-card-tamarine-fibers .btn-compare {
  background-color: #FDF2BE;
}
.page-compare #compare-card-tamarine-probium .card-title {
  color: #296AB9;
}
.page-compare #compare-card-tamarine-probium .btn-compare {
  background-color: #E5FAFF;
}
.page-compare #compare-card-tamarine-dual-fit .card-title {
  color: var(--tamarine-dual-fit-400);
}
.page-compare #compare-card-tamarine-dual-fit .btn-compare {
  background-color: var(--tamarine-dual-fit-400);
}
.page-compare #compare-card-tamarine-germina .card-title {
  color: var(--tamarine-germina-500);
}
.page-compare #compare-card-tamarine-germina .btn-compare {
  background-color: var(--tamarine-germina-200);
}
.page-compare .compare-card {
  width: calc(33.3333333333% - 2rem);
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  grid-gap: 1rem;
}
@media (max-width: 991.98px) {
  .page-compare .compare-card {
    width: 100%;
  }
}
.page-compare .compare-card:hover {
  cursor: pointer;
}
@media (max-width: 1399.98px) {
  .page-compare .compare-card:before {
    top: -5px;
    left: -5px;
  }
}
@media (max-width: 991.98px) {
  .page-compare .compare-card:before {
    width: 90%;
    height: 90%;
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .page-compare .compare-card:hover:before, .page-compare .compare-card:active:before, .page-compare .compare-card:focus:before {
    top: 5px;
    left: 5px;
  }
}
.page-compare .compare-card:hover .card-title, .page-compare .compare-card:active .card-title, .page-compare .compare-card:focus .card-title {
  color: #A6CC86 !important;
}
.page-compare .compare-card:hover .image, .page-compare .compare-card:active .image, .page-compare .compare-card:focus .image {
  transform: scale(0.9);
}
.page-compare .compare-card:hover .btn-compare, .page-compare .compare-card:active .btn-compare, .page-compare .compare-card:focus .btn-compare {
  filter: brightness(0.9);
}
.page-compare .compare-card .image {
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  max-height: 150px;
}
.page-compare .compare-card .card-title {
  font-size: 1.5rem;
  text-align: center;
}
.page-compare .compare-card .form-check-input {
  outline: 1px solid #025930;
  outline-style: auto;
  bottom: 2.2rem;
  left: 40px;
}
.page-compare .compare-card .btn-compare {
  display: inline-flex;
  grid-gap: 0.5rem;
}
.page-compare .compare-card .btn-compare:after {
  content: none;
}
.page-compare .compare-card .form-check-label {
  font-size: 0.875rem;
  color: #025930;
}
.page-compare .table-verification {
  margin: 3rem auto -2rem;
  justify-content: center;
  font-weight: bold;
  color: #E88146;
}
.page-compare .table-verification:not(.d-none) {
  display: flex;
}
.page-compare .btn-collapse {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  margin: 3rem auto;
  min-width: 200px;
  justify-content: center;
}
.page-compare .compare-table:not(.show) {
  display: none;
}
.page-compare .compare-table .products-table {
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-compare .compare-table thead {
    display: none;
  }
}
.page-compare .compare-table thead .table-cel {
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.page-compare .compare-table thead .column-title {
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 0.5rem;
  font-weight: 700;
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-compare .compare-table thead .image {
  max-width: 100%;
}
.page-compare .compare-table thead .column-tamarine-herbal {
  color: #6A9100;
  background-color: #EAFADD;
}
.page-compare .compare-table thead .column-tamarine-herbal .column-title {
  background-color: #C7EBA3;
}
.page-compare .compare-table thead .column-tamarine-fibers {
  color: #E88146;
  background-color: #FDF2BE;
}
.page-compare .compare-table thead .column-tamarine-fibers .column-title {
  background-color: #F7DAA3;
}
.page-compare .compare-table thead .column-tamarine-probium {
  color: #296AB9;
  background-color: #E5FAFF;
}
.page-compare .compare-table thead .column-tamarine-probium .column-title {
  background-color: #C2EEF8;
}
.page-compare .compare-table thead .column-tamarine-dual-fit {
  color: var(--tamarine-dual-fit-100);
  background-color: var(--tamarine-dual-fit-100);
}
.page-compare .compare-table thead .column-tamarine-dual-fit .column-title {
  background-color: var(--tamarine-dual-fit-400);
}
.page-compare .compare-table thead .column-tamarine-germina {
  color: var(--tamarine-germina-200);
  background-color: var(--tamarine-germina-200);
}
.page-compare .compare-table thead .column-tamarine-germina .column-title {
  background-color: var(--tamarine-germina-500);
}
.page-compare .compare-table .table-row {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 15% repeat(auto-fill, 16.6666666667%);
  place-content: space-between;
}
@media (max-width: 991.98px) {
  .page-compare .compare-table .table-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .page-compare .compare-table .table-row .row-title {
    align-self: center;
  }
  .page-compare .compare-table .table-row .table-cel:before {
    font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    position: absolute;
    left: 1rem;
    text-align: left;
  }
  .page-compare .compare-table .table-row .column-tamarine-herbal:before {
    content: "Tamarine Fitoterápico";
    color: #6A9100;
  }
  .page-compare .compare-table .table-row .column-tamarine-fibers:before {
    content: "Tamarine Fibras";
    color: #E88146;
  }
  .page-compare .compare-table .table-row .column-tamarine-probium:before {
    content: "Tamarine Probium";
    color: #296AB9;
  }
  .page-compare .compare-table .table-row .column-tamarine-dual-fit:before {
    content: "Tamarine Dual Fit";
    color: var(--tamarine-dual-fit-400);
  }
  .page-compare .compare-table .table-row .column-tamarine-germina:before {
    content: "Tamarine Germina";
    color: var(--tamarine-germina-500);
  }
}
.page-compare .compare-table .table-cel:not(.show) {
  display: none;
}
.page-compare .compare-table .row-title tr {
  padding-bottom: 0;
}
.page-compare .compare-table .row-title th,
.page-compare .compare-table .row-title p {
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-compare .compare-table .row-title .image {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
}
.page-compare .compare-table tbody .table-row {
  margin-bottom: 0.75rem;
}
@media (max-width: 991.98px) {
  .page-compare .compare-table tbody .table-row {
    background-color: #F2FDD8;
    padding: 2rem;
    border: 1px solid #025930;
    border-radius: 80px 3px;
    max-width: 90%;
    margin: 2rem auto;
  }
}
.page-compare .compare-table tbody .table-row .table-cel.column-tamarine-herbal {
  background-color: #F5FDEF;
}
.page-compare .compare-table tbody .table-row .table-cel.column-tamarine-fibers {
  background-color: #FFF9DE;
}
.page-compare .compare-table tbody .table-row .table-cel.column-tamarine-probium {
  background-color: #F5FDFF;
}
.page-compare .compare-table tbody .table-row .table-cel.column-tamarine-dual-fit {
  background-color: #FFF2F2;
}
.page-compare .compare-table tbody .table-row .table-cel.column-tamarine-germina {
  background-color: #F0FCFF;
}
.page-compare .compare-table tbody .row-title {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  justify-self: flex-start;
  padding: 1rem;
  width: 100%;
  color: #025930;
  font-family: "myriad-pro", "Lato", Arial, system-ui, -apple-system, "Segoe-UI", Robot, "Helvetica Neue", "Noto Sans", "Libeation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 992px) {
  .page-compare .compare-table tbody .row-title {
    background-color: #F2FDD8;
  }
}
@media (max-width: 991.98px) {
  .page-compare .compare-table tbody .row-title {
    text-align: center;
  }
}
.page-compare .compare-table tbody td {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .page-compare .compare-table tbody td {
    position: relative;
    width: 100%;
    padding: 1rem;
    align-items: flex-end;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .page-compare .compare-table tbody .image-icon-compare {
    min-height: 30px;
  }
}
@media (min-width: 768px) {
  .page-compare .compare-table .only-mobile {
    display: none;
  }
}
.page-compare .compare-table .only-mobile:not(.image-icon-not-compare).image-picture {
  position: absolute;
  top: -45px;
  left: 0;
}
.page-compare .compare-table .only-mobile:not(.image-icon-not-compare).image {
  max-width: 70px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-compare .table-references {
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-compare .blog-lastest-posts-section {
    padding-top: 0;
  }
}

.page-blog .breadcrumbs {
  margin-top: 4rem;
}
.page-blog .blog-banner .section-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, calc(50% - 3rem / 2));
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .page-blog .blog-banner .section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-blog .blog-banner .section-grid {
    display: flex;
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.page-blog .blog-banner .breadcrumbs {
  grid-column: 1/span 2;
}
.page-blog .blog-banner .image-picture {
  text-align: end;
}
@media (max-width: 991.98px) {
  .page-blog .blog-banner .image {
    max-width: calc(100vw - 30px);
  }
}
.page-blog .posts-section {
  margin: 6rem 0 15rem;
}
@media (max-width: 991.98px) {
  .page-blog .posts-section {
    margin: 6rem 0 9rem;
  }
}
.page-blog .section-grid {
  display: grid;
  grid-gap: 3rem;
}
@media (min-width: 992px) {
  .page-blog .section-grid {
    grid-gap: 9rem;
    grid-template-columns: auto minmax(18vw, 250px);
  }
}
.page-blog .posts-loop {
  position: relative;
  z-index: 2;
}
.page-blog .posts-grid {
  display: grid;
  grid-gap: 3rem 0;
}
@media (min-width: 992px) {
  .page-blog .posts-grid {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
@media (max-width: 991.98px) {
  .page-blog .posts-grid .blog-post-card {
    grid-column: 1;
  }
}
.page-blog .btn-load-more {
  text-align: center;
  grid-column: 1/span 2;
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-self: center;
  margin-top: 3rem !important;
}
.page-blog .btn-load-more.done {
  opacity: 0.5 !important;
}
@media (min-width: 992px) {
  .page-blog .bg-line-waves.waves-on-top:before {
    top: -150vh;
  }
}

.blog-sidebar {
  z-index: 0;
}
.blog-sidebar .widget {
  margin: 2rem 0;
}
.blog-sidebar .widget-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.blog-sidebar .image {
  max-width: 100px;
}
.blog-sidebar .form-post-search {
  position: relative;
}
.blog-sidebar .form-control {
  border-color: #025930;
}
.blog-sidebar .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(2, 89, 48, 0.3137254902);
}
.blog-sidebar .btn-transparent {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 38px;
}
.blog-sidebar .btn-transparent .image {
  vertical-align: inherit;
}
.blog-sidebar .widget-categories .category-item {
  padding: 1rem 0;
  border-bottom: 1px solid #7E7E7E;
}
.blog-sidebar .widget-categories .category-link {
  color: #000000;
  font-size: 1.125rem;
}
.blog-sidebar .widget-categories .category-link:hover, .blog-sidebar .widget-categories .category-link:active, .blog-sidebar .widget-categories .category-link:focus {
  color: #025930;
}
.blog-sidebar .widget-posts .most-viewed-post {
  padding: 1rem 0;
}
.blog-sidebar .widget-posts .post-link {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 2rem;
}
.blog-sidebar .widget-posts .post-link:hover, .blog-sidebar .widget-posts .post-link:active, .blog-sidebar .widget-posts .post-link:focus {
  color: #A6CC86;
}
.blog-sidebar .widget-posts .post-title {
  font-size: 1rem;
}
.blog-sidebar .widget-posts .post-publish-date {
  font-size: 0.75rem;
  color: #787882;
}
.blog-sidebar .widget-tags .tag-item {
  margin-bottom: 0.75rem;
}

@media (min-width: 1400px) {
  body.body-shrink .blog-sidebar {
    position: relative;
  }
  body.body-shrink .blog-sidebar .section-fixed {
    min-width: calc(18vw - 3rem);
    max-width: calc(250px - 3rem);
  }
  body.body-shrink .blog-sidebar .section-fixed.stop-fixed {
    position: absolute !important;
    bottom: 0;
  }
  body.body-shrink .page-single-post .blog-sidebar .section-fixed:not(.stop-fixed) {
    position: fixed;
    top: 90px;
  }
  body.body-shrink .page-blog .blog-sidebar .section-fixed {
    position: relative;
  }
  body.body-shrink .page-blog .blog-sidebar .section-fixed.fixed {
    position: fixed;
    top: 90px;
  }
}

.tag-item {
  float: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.5rem;
}
.tag-item .tag-link {
  color: #FFFFFF !important;
  background-color: #025930;
  border-radius: 5px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.tag-item .tag-link:hover, .tag-item .tag-link:active, .tag-item .tag-link:focus {
  color: #025930 !important;
  background-color: #C2D500;
}

.page-single-post .breadcrumbs {
  margin-top: 4rem;
  grid-column: 1;
}
.page-single-post .post-content {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  grid-column: 1;
}
@media (min-width: 992px) {
  .page-single-post .section-grid {
    grid-gap: 3rem 9rem;
    grid-template-columns: minmax(auto, 800px) minmax(18vw, 250px);
  }
}
.page-single-post .post-tags {
  display: flex;
}
.page-single-post .post-title {
  font-size: 1.5rem;
}
.page-single-post .entry-meta {
  color: #787882;
  text-transform: capitalize;
}
.page-single-post .post-image .image {
  max-width: 100%;
}
.page-single-post .post-text {
  font-size: 1.125rem;
}
.page-single-post .post-text h2 {
  font-size: 3rem;
}
.page-single-post .post-text h3 {
  font-size: 2.5rem;
}
.page-single-post .post-text ul {
  list-style-type: disc;
}
.page-single-post .post-text ul li {
  margin-left: 1rem;
}
.page-single-post .buttons-share {
  display: flex;
  flex-direction: row;
}
.page-single-post .share-link .image {
  max-width: 50px;
}
.page-single-post .references-collapse {
  background-color: #F3F3F3;
  border-radius: 5px;
  color: #025930;
  font-size: 1.125rem;
  padding: 1rem;
  position: relative;
}
.page-single-post .references-collapse .collapse-title:marker {
  right: 0;
  position: absolute;
}
.page-single-post .link-referencia {
  word-break: break-all;
}
.page-single-post .collapse-content {
  font-size: 0.875rem;
}
@media (min-width: 1400px) {
  .page-single-post .related-posts-grid {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-single-post .bg-line-waves.waves-on-top:before {
    top: -135vh;
  }
}

:root {
  --cor-verde-escuro: #025930;
  --cor-verde-claro: #D4EEBE;
  --cor-verde-medio: #AACD5D;
  --cor-fundo-claro: #f4f9e8;
  --cor-laranja-escuro: #D16324;
  --cor-laranja-claro: #F5E6C6;
}

/* width of the entire scrollbar */
body::-webkit-scrollbar,
.modal::-webkit-scrollbar {
  width: 9px;
}

/* color of the tracking area */
body::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track {
  background: var(--cor-fundo-claro);
}

/* color of the scroll thumb */
body::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
  /* color of the scroll thumb */
  background-color: var(--cor-verde-medio);
  height: 20px;
  border-radius: 0px;
}

main.page-prisao-de-ventre {
  background: var(--cor-fundo-claro);
}
main.page-prisao-de-ventre section.banner-prisao-de-ventre {
  background: var(--cor-fundo-claro);
}
main.page-prisao-de-ventre section.banner-prisao-de-ventre h2 {
  color: var(--cor-verde-medio);
}
@media screen and (max-width: 992px) {
  main.page-prisao-de-ventre section.banner-prisao-de-ventre .image-picture {
    text-align: center;
  }
}
main.page-prisao-de-ventre section.causas {
  padding: 100px 0;
  background-image: url(../images/prisao-de-ventre/background-folha-1.webp);
  background-position: center -1200px;
  background-repeat: no-repeat;
  transition: all 2s ease-in-out;
}
main.page-prisao-de-ventre section.causas.activated {
  background-position: top center;
}
main.page-prisao-de-ventre section.causas .causas-box {
  background: var(--cor-verde-claro);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 25px;
  overflow-x: hidden;
}
main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}
main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link {
  color: var(--cor-verde-escuro);
  border: none;
  border-bottom: 5px solid;
  border-color: transparent;
}
main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link.active, main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link:hover {
  text-decoration: none;
  color: var(--cor-verde-escuro);
  background-color: transparent;
  border-color: var(--cor-verde-medio);
}
main.page-prisao-de-ventre section.causas .causas-box .tab-content .tab-pane .row {
  align-items: stretch;
}
main.page-prisao-de-ventre section.causas .causas-box .tab-content .tab-pane .box-interno {
  border: 3px solid var(--cor-verde-escuro);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  background: var(--cor-fundo-claro);
}
main.page-prisao-de-ventre section.causas .causas-box .tab-content .tab-pane .box-interno h4 {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main.page-prisao-de-ventre section.causas .causas-box {
    background: transparent;
    box-shadow: none;
  }
  main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: -100px;
    padding-right: 100px;
    padding-bottom: 20px;
    gap: 4px;
  }
  main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0.5rem 0.5rem;
  }
  main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link.active, main.page-prisao-de-ventre section.causas .causas-box ul.nav-tabs li.nav-item a.nav-link:hover {
    color: var(--cor-verde-escuro);
    background-color: var(--cor-verde-medio);
    border-color: var(--cor-verde-medio);
  }
  main.page-prisao-de-ventre section.causas .causas-box .tab-content .tab-pane .row {
    gap: 30px;
  }
  main.page-prisao-de-ventre section.causas .causas-box .tab-content .tab-pane .box-interno {
    background: var(--cor-verde-claro);
  }
}
main.page-prisao-de-ventre section.causas .constipacao {
  margin: 100px 0;
}
main.page-prisao-de-ventre section.causas .constipacao .d-flex {
  gap: 11rem;
}
main.page-prisao-de-ventre section.causas .constipacao .d-flex img {
  animation: shake 6s ease-in-out infinite;
}
main.page-prisao-de-ventre section.causas .constipacao .d-flex .constipacao-blockquote {
  background: var(--cor-verde-escuro);
  padding: 20px;
  border-radius: 30px;
  color: var(--cor-verde-claro);
  position: relative;
  z-index: 0;
  animation: bounceLeft 4s ease-in-out infinite;
}
main.page-prisao-de-ventre section.causas .constipacao .d-flex .constipacao-blockquote::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 63px 31px 0;
  border-color: transparent var(--cor-verde-escuro) transparent transparent;
  z-index: -1;
}
main.page-prisao-de-ventre section.causas .constipacao:hover img,
main.page-prisao-de-ventre section.causas .constipacao:hover .constipacao-blockquote {
  animation-play-state: paused;
}
@media screen and (max-width: 992px) {
  main.page-prisao-de-ventre section.causas .constipacao .d-flex {
    gap: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  main.page-prisao-de-ventre section.causas .constipacao .d-flex {
    gap: 4rem;
    flex-wrap: wrap;
  }
  main.page-prisao-de-ventre section.causas .constipacao .d-flex .constipacao-blockquote::before {
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin-inline: auto;
    top: -45px;
  }
}
main.page-prisao-de-ventre section.o-que-e-constipacao {
  padding: 50px 0;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide {
  height: 100%;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide .carrossel-item {
  height: 536px;
  background: var(--cor-verde-escuro);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  padding: 30px 15px;
  border-radius: 12px;
  position: relative;
  z-index: 0;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide .carrossel-item img {
  height: 100px;
  margin-bottom: 30px;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide .carrossel-item h5 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide .carrossel-item::before {
  content: "";
  display: block;
  width: 62px;
  height: 117px;
  background: url(../images/prisao-de-ventre/meio-circulo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -19.5px;
  z-index: 1;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao .swiper-wrapper .swiper-slide[data-swiper-slide-index="0"] .carrossel-item::before {
  content: none;
}
main.page-prisao-de-ventre section.o-que-e-constipacao .carrossel-constipacao [class^=swiper-button-] {
  top: 90%;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre {
  padding: 50px 0;
  background-image: url(../images/prisao-de-ventre/background-folha-1.webp);
  background-repeat: no-repeat;
  background-position: center -1200px;
  transition: all 2s ease-in-out;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre.activated {
  background-position: top center;
  background-attachment: fixed;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre .box {
  background: var(--cor-verde-claro);
  box-shadow: 0px 2px 10px 0px rgba(0, 84, 24, 0.3490196078);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 20px;
  height: 100%;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre .box img {
  height: 130px;
  margin-bottom: 15px;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre .box p {
  font-size: 1.25rem;
  color: var(--cor-verde-escuro);
  font-weight: 900;
  line-height: 1;
}
main.page-prisao-de-ventre section.sintomas-prisao-de-ventre .box sup {
  font-size: 0.6em;
}
main.page-prisao-de-ventre section.alivio {
  background-image: url(../images/prisao-de-ventre/background-folha-1.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
main.page-prisao-de-ventre section.faq {
  padding: 50px 0;
}
main.page-prisao-de-ventre section.faq img {
  animation: shake 6s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  main.page-prisao-de-ventre section.faq .row .col-md-12 {
    order: 2;
  }
  main.page-prisao-de-ventre section.faq .row .col-md-8 {
    order: 3;
  }
  main.page-prisao-de-ventre section.faq .row .col-md-4 {
    order: 1;
  }
}
main.page-prisao-de-ventre section.linha-tamarine {
  padding-bottom: 55px;
}
main.page-prisao-de-ventre section.linha-tamarine h2 small {
  display: block;
  color: var(--cor-verde-medio);
}
main.page-prisao-de-ventre section.linha-tamarine p span {
  color: var(--cor-verde-escuro);
  font-size: 0.9375rem;
}
main.page-fibras section.banner-fibras {
  background: #fff;
}
main.page-fibras section.banner-fibras .section-text {
  grid-gap: 0;
}
main.page-fibras section.banner-fibras h2 {
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.diferenca-fibras {
  padding: 50px 0 220px;
  background-image: url(../images/fibras/fundo-fibras.webp);
  background-repeat: no-repeat;
  background-position: center -1200px;
  transition: all 2s ease-in-out;
}
main.page-fibras section.diferenca-fibras.activated {
  background-position: top right;
}
@media screen and (max-width: 576px) {
  main.page-fibras section.diferenca-fibras.activated {
    background-position: center top;
  }
}
main.page-fibras section.diferenca-fibras .container .row .box-fibras {
  height: 100%;
  background-color: var(--cor-laranja-claro);
  background-image: url(../images/fibras/fibras-box-bg.svg);
  background-position: 106% -35px;
  background-repeat: no-repeat;
  color: var(--cor-laranja-escuro);
  border-radius: 30px;
  padding: 50px;
}
main.page-fibras section.diferenca-fibras .container .row .box-fibras h4 {
  font-size: 1.875rem;
  margin-bottom: 36px;
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.diferenca-fibras .container .row .box-fibras ul {
  list-style: disc;
  list-style-position: inside;
}
main.page-fibras section.diferenca-fibras .container .row .box-fibras ul li {
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  main.page-fibras section.diferenca-fibras {
    padding: 50px 0 120px;
  }
  main.page-fibras section.diferenca-fibras .container-fibras-box {
    overflow-x: hidden;
  }
  main.page-fibras section.diferenca-fibras .container-fibras-box .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -100px;
    padding-right: 125px;
    padding-left: 25px;
    padding-bottom: 20px;
  }
  main.page-fibras section.diferenca-fibras .container-fibras-box .row .box-fibras {
    padding: 20px;
  }
}
main.page-fibras section.para-que-serve .container .row {
  align-items: center;
}
main.page-fibras section.para-que-serve .container .row ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.page-fibras section.para-que-serve .container .row ul li {
  background: var(--cor-laranja-escuro);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  font-weight: 900;
}
main.page-fibras section.beneficios {
  padding: 150px 0 50px;
  background-image: url(../images/fibras/fundo-fibras.webp);
  background-position: center -1200px;
  background-repeat: no-repeat;
  transition: all 2s ease-in-out;
}
main.page-fibras section.beneficios.activated {
  background-position: bottom left;
}
@media screen and (max-width: 576px) {
  main.page-fibras section.beneficios.activated {
    background-position: center top;
  }
}
main.page-fibras section.beneficios h3 {
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.beneficios h3 small {
  color: var(--cor-verde-escuro);
}
main.page-fibras section.beneficios .carrossel-fibras {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 70px 0;
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide {
  width: 33.3333333333%;
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item {
  position: relative;
  display: flex;
  justify-content: center;
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content {
  --tamanho-content: 382px;
  width: var(--tamanho-content);
  height: var(--tamanho-content);
  background: var(--cor-laranja-claro);
  text-align: center;
  padding: 30px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content h5, main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content p {
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content h5 {
  font-size: 20px;
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content::after {
  content: "";
  display: block;
  width: calc(var(--tamanho-content) * 1.19);
  height: calc(var(--tamanho-content) * 0.74);
  background: url(../images/fibras/meia-lua.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 1399px) {
  main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content {
    --tamanho-content: 350px;
  }
}
@media screen and (max-width: 576px) {
  main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content {
    border: 4px solid var(--cor-laranja-escuro);
    border-radius: 24px;
  }
  main.page-fibras section.beneficios .carrossel-fibras .swiper-slide .carrossel-item .content::after {
    content: none;
  }
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide:nth-child(odd) .carrossel-item .content::after {
  bottom: -36px;
  left: -63px;
  transform: rotate(200deg);
}
main.page-fibras section.beneficios .carrossel-fibras .swiper-slide:nth-child(even) .carrossel-item .content::after {
  top: -40px;
  left: -41px;
}
main.page-fibras section.beneficios .carrossel-fibras [class^=swiper-button-]:hover {
  background: var(--cor-laranja-escuro);
}
@media screen and (max-width: 576px) {
  main.page-fibras section.beneficios .carrossel-fibras [class^=swiper-button-] {
    top: 75%;
  }
}
main.page-fibras section.como-a-ingestao-age {
  background-image: url(../images/fibras/fundo-fibras-2.webp);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 170px 0;
  background-position: center -1210px;
  background-repeat: no-repeat;
  transition: all 2s ease-in-out;
}
main.page-fibras section.como-a-ingestao-age.activated {
  background-position: top right;
}
@media screen and (max-width: 576px) {
  main.page-fibras section.como-a-ingestao-age.activated {
    background-position: center bottom;
  }
}
main.page-fibras section.como-a-ingestao-age .box {
  background: var(--cor-laranja-escuro);
}
main.page-fibras section.como-a-ingestao-age .box h4, main.page-fibras section.como-a-ingestao-age .box p {
  color: #fff;
}
main.page-fibras section.como-a-ingestao-age .box::before {
  border-color: var(--cor-laranja-escuro);
  background: var(--cor-laranja-claro);
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.como-a-ingestao-age .box::after {
  border-color: var(--cor-laranja-escuro);
}
main.page-fibras section.como-inserir-na-alimentacao {
  padding: 50px 0;
}
main.page-fibras section.como-inserir-na-alimentacao .d-flex {
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 50px;
  gap: 30px;
}
main.page-fibras section.como-inserir-na-alimentacao .d-flex .col-box {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  background: var(--cor-laranja-claro);
  display: flex;
  gap: 20px;
  border-radius: 30px;
  /* Defina uma transição suave para o transform */
  transition: transform 0.6s;
  /* Estado inicial do flip (não virado) */
  transform: rotateY(90deg);
}
main.page-fibras section.como-inserir-na-alimentacao .d-flex .col-box img {
  width: 75px;
}
main.page-fibras section.como-inserir-na-alimentacao .d-flex .col-box .content {
  width: calc(100% - 75px);
}
main.page-fibras section.como-inserir-na-alimentacao .d-flex .col-box .content h4 {
  font-size: 1.5rem;
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.como-inserir-na-alimentacao.activated .d-flex .col-box {
  transform: rotateY(0deg);
}
main.page-fibras section.como-inserir-na-alimentacao .complementar p {
  color: var(--cor-laranja-escuro);
  font-weight: 900;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main.page-fibras section.como-inserir-na-alimentacao .d-flex .col-box {
    width: 100%;
    border-radius: 7px;
  }
}
main.page-fibras section.faq {
  padding: 50px 0 90px;
  background-image: url(../images/fibras/fundo-fibras-2.webp);
  background-repeat: no-repeat;
  background-position: left -1400px;
  background-repeat: no-repeat;
  transition: all 2s ease-in-out;
  overflow: hidden;
}
main.page-fibras section.faq img {
  width: 100%;
  transform: translateX(-355px);
  transition: all 1.2s cubic-bezier(0.13, 0.27, 0.28, 1);
}
main.page-fibras section.faq.activated {
  background-position: top right;
}
main.page-fibras section.faq.activated img {
  transform: translateX(0px);
}
main.page-fibras section.linha-tamarine.fibras {
  background-image: url(../images/fibras/fundo-fibras.webp);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 50px 0;
}
main.page-fibras section.linha-tamarine.fibras h3 small {
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.linha-tamarine.fibras .d-flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 50px;
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box {
  width: calc(50% - 15px);
  padding: 30px 15px;
  border: 3px solid var(--cor-laranja-claro);
  border-radius: 24px;
  box-shadow: 2px 4px 6px 0px var(--cor-laranja-claro);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  transition: all 333ms ease-in-out;
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box img {
  width: 220px;
  transition: transform 333ms ease-in-out, filter 333ms ease-in-out;
  transition-delay: 333ms;
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box .content {
  width: calc(100% - 220px - 20px);
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box .content h4 {
  font-size: 1.75rem;
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box .content p span {
  color: var(--cor-laranja-escuro);
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box a {
  display: block;
  width: 100%;
  background: var(--cor-laranja-escuro);
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 10px;
  border-radius: 22px;
  transition: all 333ms linear, transform 500ms ease-in-out;
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box a:hover {
  background: var(--cor-verde-medio);
  text-decoration: none;
  transform: scale(0.95);
}
main.page-fibras section.linha-tamarine.fibras .d-flex .col-box:hover img {
  filter: saturate(1.4);
}
main.page-fibras section.linha-tamarine.fibras .d-flex:hover > :not(:hover) {
  opacity: 0.9;
  border: 3px solid #dedede;
  box-shadow: 2px 4px 6px 0px #cecece;
}
main.page-fibras section.linha-tamarine.fibras .d-flex:hover > :not(:hover) img {
  filter: grayscale(0.7);
}
@media screen and (max-width: 992px) {
  main.page-fibras section.linha-tamarine.fibras .d-flex .col-box {
    width: 100%;
  }
  main.page-fibras section.linha-tamarine.fibras .d-flex .col-box img {
    width: 100%;
    max-height: 220px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.page-fibras section.linha-tamarine.fibras .d-flex .col-box .content {
    width: 100%;
  }
}

.carrossel-slider [class^=swiper-button-] {
  top: 50%;
  background: #FFFAED;
  width: 47px;
  height: 47px;
  border-radius: 32px;
  transition: all 333ms linear;
}
.carrossel-slider [class^=swiper-button-]::after {
  font-size: 22px;
  color: #323232;
  font-weight: 600;
}
.carrossel-slider [class^=swiper-button-]:hover {
  background: var(--cor-verde-medio);
}
.carrossel-slider [class^=swiper-button-]:hover::after {
  color: #fff;
}

section.how-to {
  padding: 50px 0;
}
section.how-to .d-flex {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 150px;
}
section.how-to .d-flex .box {
  width: calc(50% - 100px);
  background: var(--cor-verde-escuro);
  padding: 30px;
  border-radius: 30px;
  position: relative;
  counter-increment: counterIndex;
  z-index: 2;
}
section.how-to .d-flex .box h4, section.how-to .d-flex .box p {
  color: var(--cor-verde-claro);
}
section.how-to .d-flex .box h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}
section.how-to .d-flex .box::before {
  content: counter(counterIndex);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid var(--cor-verde-escuro);
  width: 100px;
  height: 100px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  background: #fff;
  color: var(--cor-verde-escuro);
  font-size: 4rem;
  border-radius: 50px;
  text-align: center;
  transition: all 1s cubic-bezier(0.84, -0.03, 0.3, 0.99);
  z-index: 1;
  box-shadow: 0px 1.8356164694px 1.8356164694px 0px rgba(0, 0, 0, 0.2509803922);
}
section.how-to .d-flex .box::after {
  content: "";
  position: absolute;
  top: 71%;
  height: 0;
  border-top: 2px solid var(--cor-verde-escuro);
  width: 165px;
  right: -165px;
  transform: translateY(50%) rotate(28deg) scaleX(0);
  transform-origin: center;
  transition: all 333ms linear;
  z-index: 0;
}
section.how-to .d-flex .box:last-child::after {
  content: none;
}
section.how-to .d-flex .box:nth-child(1) {
  padding-right: 65px;
}
section.how-to .d-flex .box:nth-child(1)::after, section.how-to .d-flex .box:nth-child(1)::before {
  transition-delay: 720ms;
}
section.how-to .d-flex .box:nth-child(1)::before {
  left: inherit;
  right: -50px;
}
section.how-to .d-flex .box:nth-child(2) {
  margin-top: 70px;
  padding-left: 65px;
}
section.how-to .d-flex .box:nth-child(2)::after, section.how-to .d-flex .box:nth-child(2)::before {
  transition-delay: 600ms;
}
section.how-to .d-flex .box:nth-child(2)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(0);
  right: inherit;
  left: -186px;
  top: inherit;
  bottom: -5%;
  width: 235px;
}
section.how-to .d-flex .box:nth-child(3) {
  padding-right: 65px;
}
section.how-to .d-flex .box:nth-child(3)::after, section.how-to .d-flex .box:nth-child(3)::before {
  transition-delay: 480ms;
}
section.how-to .d-flex .box:nth-child(3)::before {
  left: inherit;
  right: -50px;
}
section.how-to .d-flex .box:nth-child(4) {
  margin-top: 70px;
  padding-left: 65px;
}
section.how-to .d-flex .box:nth-child(4)::after, section.how-to .d-flex .box:nth-child(4)::before {
  transition-delay: 360ms;
}
section.how-to .d-flex .box:nth-child(4)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(0);
  right: inherit;
  left: -186px;
  top: inherit;
  bottom: -5%;
  width: 235px;
}
section.how-to .d-flex .box:nth-child(5) {
  padding-right: 65px;
}
section.how-to .d-flex .box:nth-child(5)::after, section.how-to .d-flex .box:nth-child(5)::before {
  transition-delay: 240ms;
}
section.how-to .d-flex .box:nth-child(5)::before {
  left: inherit;
  right: -50px;
}
section.how-to .d-flex .box:nth-child(6) {
  margin-top: 70px;
  padding-left: 65px;
}
section.how-to .d-flex .box:nth-child(6)::after, section.how-to .d-flex .box:nth-child(6)::before {
  transition-delay: 120ms;
}
section.how-to .d-flex .box:nth-child(6)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(0);
  right: inherit;
  left: -186px;
  top: inherit;
  bottom: -5%;
  width: 235px;
}
section.how-to .d-flex .box:nth-child(7) {
  padding-right: 65px;
}
section.how-to .d-flex .box:nth-child(7)::after, section.how-to .d-flex .box:nth-child(7)::before {
  transition-delay: 0ms;
}
section.how-to .d-flex .box:nth-child(7)::before {
  left: inherit;
  right: -50px;
}
section.how-to .d-flex .box:nth-child(8) {
  margin-top: 70px;
  padding-left: 65px;
}
section.how-to .d-flex .box:nth-child(8)::after, section.how-to .d-flex .box:nth-child(8)::before {
  transition-delay: -120ms;
}
section.how-to .d-flex .box:nth-child(8)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(0);
  right: inherit;
  left: -186px;
  top: inherit;
  bottom: -5%;
  width: 235px;
}
section.how-to.activated .d-flex .box::before {
  transform: translateY(-50%) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(1)::after, section.how-to.activated .d-flex .box:nth-child(1)::before {
  transition-delay: 120ms;
}
section.how-to.activated .d-flex .box:nth-child(1)::after {
  transform: translateY(50%) rotate(28deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(2)::after, section.how-to.activated .d-flex .box:nth-child(2)::before {
  transition-delay: 240ms;
}
section.how-to.activated .d-flex .box:nth-child(2)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(3)::after, section.how-to.activated .d-flex .box:nth-child(3)::before {
  transition-delay: 360ms;
}
section.how-to.activated .d-flex .box:nth-child(3)::after {
  transform: translateY(50%) rotate(28deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(4)::after, section.how-to.activated .d-flex .box:nth-child(4)::before {
  transition-delay: 480ms;
}
section.how-to.activated .d-flex .box:nth-child(4)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(5)::after, section.how-to.activated .d-flex .box:nth-child(5)::before {
  transition-delay: 600ms;
}
section.how-to.activated .d-flex .box:nth-child(5)::after {
  transform: translateY(50%) rotate(28deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(6)::after, section.how-to.activated .d-flex .box:nth-child(6)::before {
  transition-delay: 720ms;
}
section.how-to.activated .d-flex .box:nth-child(6)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(7)::after, section.how-to.activated .d-flex .box:nth-child(7)::before {
  transition-delay: 840ms;
}
section.how-to.activated .d-flex .box:nth-child(7)::after {
  transform: translateY(50%) rotate(28deg) scaleX(1);
}
section.how-to.activated .d-flex .box:nth-child(8)::after, section.how-to.activated .d-flex .box:nth-child(8)::before {
  transition-delay: 960ms;
}
section.how-to.activated .d-flex .box:nth-child(8)::after {
  transform: translateY(50%) rotate(-52deg) scaleX(1);
}
@media screen and (max-width: 992px) {
  section.how-to .d-flex .box {
    width: 100%;
  }
  section.how-to .d-flex .box:nth-child(1) {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 70px;
  }
  section.how-to .d-flex .box:nth-child(1)::before {
    right: inherit;
    left: -50px;
  }
  section.how-to .d-flex .box:nth-child(1)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(2) {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 70px;
  }
  section.how-to .d-flex .box:nth-child(2)::before {
    left: inherit;
    right: -50px;
  }
  section.how-to .d-flex .box:nth-child(2)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(3) {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 70px;
  }
  section.how-to .d-flex .box:nth-child(3)::before {
    right: inherit;
    left: -50px;
  }
  section.how-to .d-flex .box:nth-child(3)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(4) {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 70px;
  }
  section.how-to .d-flex .box:nth-child(4)::before {
    left: inherit;
    right: -50px;
  }
  section.how-to .d-flex .box:nth-child(4)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(5) {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 70px;
  }
  section.how-to .d-flex .box:nth-child(5)::before {
    right: inherit;
    left: -50px;
  }
  section.how-to .d-flex .box:nth-child(5)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(6) {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 70px;
  }
  section.how-to .d-flex .box:nth-child(6)::before {
    left: inherit;
    right: -50px;
  }
  section.how-to .d-flex .box:nth-child(6)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(7) {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 70px;
  }
  section.how-to .d-flex .box:nth-child(7)::before {
    right: inherit;
    left: -50px;
  }
  section.how-to .d-flex .box:nth-child(7)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to .d-flex .box:nth-child(8) {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 70px;
  }
  section.how-to .d-flex .box:nth-child(8)::before {
    left: inherit;
    right: -50px;
  }
  section.how-to .d-flex .box:nth-child(8)::after {
    width: 90px;
    top: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    transform: translateY(0%) rotate(-90deg) scale(0);
    border-top: 2px solid var(--cor-verde-medio);
  }
  section.how-to.activated .d-flex .box:nth-child(1)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(2)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(3)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(4)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(5)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(6)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(7)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
  section.how-to.activated .d-flex .box:nth-child(8)::after {
    transform: translateY(50%) rotate(-90deg) scaleX(1);
  }
}
@media screen and (max-width: 576px) {
  section.how-to .d-flex .box::before {
    width: 90px;
    height: 90px;
  }
  section.how-to .d-flex .box:nth-child(1) {
    padding-left: 100px;
  }
  section.how-to .d-flex .box:nth-child(1)::before {
    left: 0px;
  }
  section.how-to .d-flex .box:nth-child(2) {
    padding-right: 100px;
  }
  section.how-to .d-flex .box:nth-child(2)::before {
    right: 0px;
  }
  section.how-to .d-flex .box:nth-child(3) {
    padding-left: 100px;
  }
  section.how-to .d-flex .box:nth-child(3)::before {
    left: 0px;
  }
  section.how-to .d-flex .box:nth-child(4) {
    padding-right: 100px;
  }
  section.how-to .d-flex .box:nth-child(4)::before {
    right: 0px;
  }
  section.how-to .d-flex .box:nth-child(5) {
    padding-left: 100px;
  }
  section.how-to .d-flex .box:nth-child(5)::before {
    left: 0px;
  }
  section.how-to .d-flex .box:nth-child(6) {
    padding-right: 100px;
  }
  section.how-to .d-flex .box:nth-child(6)::before {
    right: 0px;
  }
  section.how-to .d-flex .box:nth-child(7) {
    padding-left: 100px;
  }
  section.how-to .d-flex .box:nth-child(7)::before {
    left: 0px;
  }
  section.how-to .d-flex .box:nth-child(8) {
    padding-right: 100px;
  }
  section.how-to .d-flex .box:nth-child(8)::before {
    right: 0px;
  }
}

.faq-content a {
  word-break: break-all;
  text-decoration: underline;
}
.faq-content details {
  background: var(--cor-verde-claro);
  margin-top: 10px;
  border-radius: 30px;
}
.faq-content details a {
  text-decoration: underline;
}
.faq-content details > div {
  padding: 20px 30px;
}
.faq-content details > div p {
  margin-bottom: 10px;
}
.faq-content details > div ol {
  list-style: decimal;
}
.faq-content details > div ol, .faq-content details > div ul {
  padding-left: 30px;
}
.faq-content details > div ol li, .faq-content details > div ul li {
  margin-bottom: 15px;
}
.faq-content details[open] {
  background: var(--cor-verde-claro);
  color: var(--cor-verde-escuro);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.faq-content details[open] summary {
  border-bottom: 1px solid var(--cor-verde-escuro);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-content details[open] summary:after {
  transform: rotate(180deg);
}
.faq-content details[open] summary ~ * {
  animation: sweep 0.666s ease-in-out;
}
.faq-content summary {
  position: relative;
  background: var(--cor-verde-claro);
  padding: 20px 30px;
  font-weight: bolder;
  border-radius: 30px;
  color: var(--cor-verde-escuro);
}
.faq-content summary::marker {
  font-size: 0;
}
.faq-content summary:after {
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  background: url(../images/prisao-de-ventre/arrow-down-verde.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .faq-content {
    margin-bottom: 40px;
  }
  .faq-content details {
    border-radius: 10px;
  }
  .faq-content summary {
    padding: 10px 30px;
  }
  .faq-content summary:after {
    top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .faq-content summary:after {
    right: 10px;
  }
}
.faq-content.verde details a {
  color: var(--cor-verde-escuro);
}
.faq-content.laranja details {
  background: var(--cor-laranja-escuro);
}
.faq-content.laranja details[open] {
  color: #fff;
}
.faq-content.laranja details[open] summary {
  border-color: var(--cor-laranja-claro);
}
.faq-content.laranja summary {
  background: var(--cor-laranja-escuro);
  color: #fff;
}
.faq-content.laranja summary::after {
  background: url(../images/prisao-de-ventre/arrow-down-branco.svg) no-repeat center/cover;
}
.faq-content.laranja-claro details {
  background: var(--cor-laranja-claro);
}
.faq-content.laranja-claro details a {
  color: var(--cor-laranja-escuro);
}
.faq-content.laranja-claro details a:hover {
  color: var(--cor-verde-escuro);
}
.faq-content.laranja-claro details[open] {
  color: var(--cor-laranja-escuro);
}
.faq-content.laranja-claro details[open] summary {
  border-color: var(--cor-laranja-escuro);
}
.faq-content.laranja-claro summary {
  background: var(--cor-laranja-claro);
  color: var(--cor-laranja-escuro);
}
.faq-content.laranja-claro summary::after {
  background: url(../images/prisao-de-ventre/arrow-down-laranja.svg) no-repeat center/cover;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes bounceLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@keyframes shake {
  0%, 10%, 20%, 30%, 100% {
    transform: rotate(0deg);
  }
  60%, 80% {
    transform: rotate(3deg);
  }
  50%, 70% {
    transform: rotate(-3deg);
  }
}
#modal-alerta h2 {
  font-size: 22px;
}
#modal-alerta p {
  font-size: 13px;
}
#modal-alerta img.germina {
  max-width: 500px;
  width: 100%;
  margin: 10px auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #modal-alerta h2 {
    font-size: 16px;
  }
  #modal-alerta p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

dialog#modal-alerta {
  max-width: 100vw;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  border: none;
}
dialog#modal-alerta .content {
  margin: auto;
  max-width: 500px;
  width: calc(100% - 16px);
  height: calc(100% - 3.5rem);
  background: #fff;
  border: 1px solid rgba(207, 207, 207, 0.48);
  border-radius: 0.3rem;
  padding: 16px;
  overflow: scroll;
}
@media (min-width: 576px) {
  dialog#modal-alerta .content {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  dialog#modal-alerta .content {
    max-width: 800px;
  }
}
dialog#modal-alerta[open] {
  opacity: 1;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}