@charset "UTF-8";
@media (min-width: 1240px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}
.btn-primary {
  color: #FFF;
  border-color: #0062AA;
  background-color: #0062AA;
}
.btn-primary:hover {
  color: #FFF;
  border-color: rgb(0, 78.4, 136);
  background-color: rgb(0, 83.3, 144.5);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFF;
  border-color: rgb(0, 78.4, 136);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 78.4, 136);
  border-color: rgb(0, 73.5, 127.5);
}

.btn-outline-primary {
  color: #0062AA;
  border-color: #0062AA;
}
.btn-outline-primary:hover {
  color: #FFF;
  background-color: #0062AA;
  border-color: #0062AA;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 170, 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: #FFF;
  background-color: #0062AA;
  border-color: #0062AA;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0062AA;
  background-color: transparent;
}

.bg-primary {
  background-color: #0062AA !important;
}

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

.border-primary {
  border-color: #0062AA !important;
}

.btn-secondary {
  color: #000000;
  border-color: #00BFDF;
  background-color: #00BFDF;
}
.btn-secondary:hover {
  color: #000000;
  border-color: rgb(25.5, 197.4, 226.2);
  background-color: rgb(0, 162.35, 189.55);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000000;
  border-color: rgb(25.5, 197.4, 226.2);
}
.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: rgb(51, 203.8, 229.4);
  border-color: rgb(25.5, 197.4, 226.2);
}

.btn-outline-secondary {
  color: #00BFDF;
  border-color: #00BFDF;
}
.btn-outline-secondary:hover {
  color: #000000;
  background-color: #00BFDF;
  border-color: #00BFDF;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 223, 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: #00BFDF;
  border-color: #00BFDF;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #00BFDF;
  background-color: transparent;
}

.bg-secondary {
  background-color: #00BFDF !important;
}

.text-secondary {
  color: #00BFDF !important;
}

.border-secondary {
  border-color: #00BFDF !important;
}

.btn-success {
  color: #000000;
  border-color: #45AF5E;
  background-color: #45AF5E;
}
.btn-success:hover {
  color: #000000;
  border-color: rgb(87.6, 183, 110.1);
  background-color: rgb(58.65, 148.75, 79.9);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  border-color: rgb(87.6, 183, 110.1);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000000;
  background-color: rgb(106.2, 191, 126.2);
  border-color: rgb(87.6, 183, 110.1);
}

.btn-outline-success {
  color: #45AF5E;
  border-color: #45AF5E;
}
.btn-outline-success:hover {
  color: #000000;
  background-color: #45AF5E;
  border-color: #45AF5E;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(69, 175, 94, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000000;
  background-color: #45AF5E;
  border-color: #45AF5E;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #45AF5E;
  background-color: transparent;
}

.bg-success {
  background-color: #45AF5E !important;
}

.text-success {
  color: #45AF5E !important;
}

.border-success {
  border-color: #45AF5E !important;
}

.btn-info {
  color: #000000;
  border-color: #D38D13;
  background-color: #D38D13;
}
.btn-info:hover {
  color: #000000;
  border-color: rgb(215.4, 152.4, 42.6);
  background-color: rgb(179.35, 119.85, 16.15);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  border-color: rgb(215.4, 152.4, 42.6);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000000;
  background-color: rgb(219.8, 163.8, 66.2);
  border-color: rgb(215.4, 152.4, 42.6);
}

.btn-outline-info {
  color: #D38D13;
  border-color: #D38D13;
}
.btn-outline-info:hover {
  color: #000000;
  background-color: #D38D13;
  border-color: #D38D13;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 141, 19, 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: #000000;
  background-color: #D38D13;
  border-color: #D38D13;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #D38D13;
  background-color: transparent;
}

.bg-info {
  background-color: #D38D13 !important;
}

.text-info {
  color: #D38D13 !important;
}

.border-info {
  border-color: #D38D13 !important;
}

.btn-warning {
  color: #000000;
  border-color: #ffc107;
  background-color: #ffc107;
}
.btn-warning:hover {
  color: #000000;
  border-color: rgb(255, 199.2, 31.8);
  background-color: rgb(216.75, 164.05, 5.95);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000000;
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 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: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.btn-danger {
  color: #FFF;
  border-color: #D62120;
  background-color: #D62120;
}
.btn-danger:hover {
  color: #FFF;
  border-color: rgb(171.2, 26.4, 25.6);
  background-color: rgb(181.9, 28.05, 27.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFF;
  border-color: rgb(171.2, 26.4, 25.6);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: rgb(171.2, 26.4, 25.6);
  border-color: rgb(160.5, 24.75, 24);
}

.btn-outline-danger {
  color: #D62120;
  border-color: #D62120;
}
.btn-outline-danger:hover {
  color: #FFF;
  background-color: #D62120;
  border-color: #D62120;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 33, 32, 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: #FFF;
  background-color: #D62120;
  border-color: #D62120;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #D62120;
  background-color: transparent;
}

.bg-danger {
  background-color: #D62120 !important;
}

.text-danger {
  color: #D62120 !important;
}

.border-danger {
  border-color: #D62120 !important;
}

.btn-light {
  color: #000000;
  border-color: #FFF;
  background-color: #FFF;
}
.btn-light:hover {
  color: #000000;
  border-color: white;
  background-color: rgb(216.75, 216.75, 216.75);
}
.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: #FFF;
  border-color: #FFF;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem 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: #FFF;
  border-color: #FFF;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #FFF;
  background-color: transparent;
}

.bg-light {
  background-color: #FFF !important;
}

.text-light {
  color: #FFF !important;
}

.border-light {
  border-color: #FFF !important;
}

.btn-dark {
  color: #FFF;
  border-color: #000000;
  background-color: #000000;
}
.btn-dark:hover {
  color: #FFF;
  border-color: black;
  background-color: black;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFF;
  border-color: black;
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: black;
  border-color: black;
}

.btn-outline-dark {
  color: #000000;
  border-color: #000000;
}
.btn-outline-dark:hover {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 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: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000000;
  background-color: transparent;
}

.bg-dark {
  background-color: #000000 !important;
}

.text-dark {
  color: #000000 !important;
}

.border-dark {
  border-color: #000000 !important;
}

.btn-primaria-50 {
  color: #000000;
  border-color: #EDF6FC;
  background-color: #EDF6FC;
}
.btn-primaria-50:hover {
  color: #000000;
  border-color: rgb(238.8, 246.9, 252.3);
  background-color: rgb(201.45, 209.1, 214.2);
}
.btn-check:focus + .btn-primaria-50, .btn-primaria-50:focus {
  color: #000000;
  border-color: rgb(238.8, 246.9, 252.3);
}
.btn-check:checked + .btn-primaria-50, .btn-check:active + .btn-primaria-50, .btn-primaria-50:active, .btn-primaria-50.active, .show > .btn-primaria-50.dropdown-toggle {
  color: #000000;
  background-color: rgb(240.6, 247.8, 252.6);
  border-color: rgb(238.8, 246.9, 252.3);
}

.btn-outline-primaria-50 {
  color: #EDF6FC;
  border-color: #EDF6FC;
}
.btn-outline-primaria-50:hover {
  color: #000000;
  background-color: #EDF6FC;
  border-color: #EDF6FC;
}
.btn-check:focus + .btn-outline-primaria-50, .btn-outline-primaria-50:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 246, 252, 0.5);
}
.btn-check:checked + .btn-outline-primaria-50, .btn-check:active + .btn-outline-primaria-50, .btn-outline-primaria-50:active, .btn-outline-primaria-50.active, .btn-outline-primaria-50.dropdown-toggle.show {
  color: #000000;
  background-color: #EDF6FC;
  border-color: #EDF6FC;
}
.btn-outline-primaria-50:disabled, .btn-outline-primaria-50.disabled {
  color: #EDF6FC;
  background-color: transparent;
}

.bg-primaria-50 {
  background-color: #EDF6FC !important;
}

.text-primaria-50 {
  color: #EDF6FC !important;
}

.border-primaria-50 {
  border-color: #EDF6FC !important;
}

.btn-primaria-100 {
  color: #000000;
  border-color: #A9D0EE;
  background-color: #A9D0EE;
}
.btn-primaria-100:hover {
  color: #000000;
  border-color: rgb(177.6, 212.7, 239.7);
  background-color: rgb(143.65, 176.8, 202.3);
}
.btn-check:focus + .btn-primaria-100, .btn-primaria-100:focus {
  color: #000000;
  border-color: rgb(177.6, 212.7, 239.7);
}
.btn-check:checked + .btn-primaria-100, .btn-check:active + .btn-primaria-100, .btn-primaria-100:active, .btn-primaria-100.active, .show > .btn-primaria-100.dropdown-toggle {
  color: #000000;
  background-color: rgb(186.2, 217.4, 241.4);
  border-color: rgb(177.6, 212.7, 239.7);
}

.btn-outline-primaria-100 {
  color: #A9D0EE;
  border-color: #A9D0EE;
}
.btn-outline-primaria-100:hover {
  color: #000000;
  background-color: #A9D0EE;
  border-color: #A9D0EE;
}
.btn-check:focus + .btn-outline-primaria-100, .btn-outline-primaria-100:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 208, 238, 0.5);
}
.btn-check:checked + .btn-outline-primaria-100, .btn-check:active + .btn-outline-primaria-100, .btn-outline-primaria-100:active, .btn-outline-primaria-100.active, .btn-outline-primaria-100.dropdown-toggle.show {
  color: #000000;
  background-color: #A9D0EE;
  border-color: #A9D0EE;
}
.btn-outline-primaria-100:disabled, .btn-outline-primaria-100.disabled {
  color: #A9D0EE;
  background-color: transparent;
}

.bg-primaria-100 {
  background-color: #A9D0EE !important;
}

.text-primaria-100 {
  color: #A9D0EE !important;
}

.border-primaria-100 {
  border-color: #A9D0EE !important;
}

.btn-primaria-500 {
  color: #FFF;
  border-color: #0062AA;
  background-color: #0062AA;
}
.btn-primaria-500:hover {
  color: #FFF;
  border-color: rgb(0, 78.4, 136);
  background-color: rgb(0, 83.3, 144.5);
}
.btn-check:focus + .btn-primaria-500, .btn-primaria-500:focus {
  color: #FFF;
  border-color: rgb(0, 78.4, 136);
}
.btn-check:checked + .btn-primaria-500, .btn-check:active + .btn-primaria-500, .btn-primaria-500:active, .btn-primaria-500.active, .show > .btn-primaria-500.dropdown-toggle {
  color: #FFF;
  background-color: rgb(0, 78.4, 136);
  border-color: rgb(0, 73.5, 127.5);
}

.btn-outline-primaria-500 {
  color: #0062AA;
  border-color: #0062AA;
}
.btn-outline-primaria-500:hover {
  color: #FFF;
  background-color: #0062AA;
  border-color: #0062AA;
}
.btn-check:focus + .btn-outline-primaria-500, .btn-outline-primaria-500:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 98, 170, 0.5);
}
.btn-check:checked + .btn-outline-primaria-500, .btn-check:active + .btn-outline-primaria-500, .btn-outline-primaria-500:active, .btn-outline-primaria-500.active, .btn-outline-primaria-500.dropdown-toggle.show {
  color: #FFF;
  background-color: #0062AA;
  border-color: #0062AA;
}
.btn-outline-primaria-500:disabled, .btn-outline-primaria-500.disabled {
  color: #0062AA;
  background-color: transparent;
}

.bg-primaria-500 {
  background-color: #0062AA !important;
}

.text-primaria-500 {
  color: #0062AA !important;
}

.border-primaria-500 {
  border-color: #0062AA !important;
}

.btn-primaria-600 {
  color: #FFF;
  border-color: #074878;
  background-color: #074878;
}
.btn-primaria-600:hover {
  color: #FFF;
  border-color: rgb(5.6, 57.6, 96);
  background-color: rgb(5.95, 61.2, 102);
}
.btn-check:focus + .btn-primaria-600, .btn-primaria-600:focus {
  color: #FFF;
  border-color: rgb(5.6, 57.6, 96);
}
.btn-check:checked + .btn-primaria-600, .btn-check:active + .btn-primaria-600, .btn-primaria-600:active, .btn-primaria-600.active, .show > .btn-primaria-600.dropdown-toggle {
  color: #FFF;
  background-color: rgb(5.6, 57.6, 96);
  border-color: rgb(5.25, 54, 90);
}

.btn-outline-primaria-600 {
  color: #074878;
  border-color: #074878;
}
.btn-outline-primaria-600:hover {
  color: #FFF;
  background-color: #074878;
  border-color: #074878;
}
.btn-check:focus + .btn-outline-primaria-600, .btn-outline-primaria-600:focus {
  box-shadow: 0 0 0 0.25rem rgba(7, 72, 120, 0.5);
}
.btn-check:checked + .btn-outline-primaria-600, .btn-check:active + .btn-outline-primaria-600, .btn-outline-primaria-600:active, .btn-outline-primaria-600.active, .btn-outline-primaria-600.dropdown-toggle.show {
  color: #FFF;
  background-color: #074878;
  border-color: #074878;
}
.btn-outline-primaria-600:disabled, .btn-outline-primaria-600.disabled {
  color: #074878;
  background-color: transparent;
}

.bg-primaria-600 {
  background-color: #074878 !important;
}

.text-primaria-600 {
  color: #074878 !important;
}

.border-primaria-600 {
  border-color: #074878 !important;
}

.btn-secundaria-500 {
  color: #000000;
  border-color: #00BFDF;
  background-color: #00BFDF;
}
.btn-secundaria-500:hover {
  color: #000000;
  border-color: rgb(25.5, 197.4, 226.2);
  background-color: rgb(0, 162.35, 189.55);
}
.btn-check:focus + .btn-secundaria-500, .btn-secundaria-500:focus {
  color: #000000;
  border-color: rgb(25.5, 197.4, 226.2);
}
.btn-check:checked + .btn-secundaria-500, .btn-check:active + .btn-secundaria-500, .btn-secundaria-500:active, .btn-secundaria-500.active, .show > .btn-secundaria-500.dropdown-toggle {
  color: #000000;
  background-color: rgb(51, 203.8, 229.4);
  border-color: rgb(25.5, 197.4, 226.2);
}

.btn-outline-secundaria-500 {
  color: #00BFDF;
  border-color: #00BFDF;
}
.btn-outline-secundaria-500:hover {
  color: #000000;
  background-color: #00BFDF;
  border-color: #00BFDF;
}
.btn-check:focus + .btn-outline-secundaria-500, .btn-outline-secundaria-500:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 191, 223, 0.5);
}
.btn-check:checked + .btn-outline-secundaria-500, .btn-check:active + .btn-outline-secundaria-500, .btn-outline-secundaria-500:active, .btn-outline-secundaria-500.active, .btn-outline-secundaria-500.dropdown-toggle.show {
  color: #000000;
  background-color: #00BFDF;
  border-color: #00BFDF;
}
.btn-outline-secundaria-500:disabled, .btn-outline-secundaria-500.disabled {
  color: #00BFDF;
  background-color: transparent;
}

.bg-secundaria-500 {
  background-color: #00BFDF !important;
}

.text-secundaria-500 {
  color: #00BFDF !important;
}

.border-secundaria-500 {
  border-color: #00BFDF !important;
}

.btn-branco-hypera {
  color: #000000;
  border-color: #FCFCFC;
  background-color: #FCFCFC;
}
.btn-branco-hypera:hover {
  color: #000000;
  border-color: rgb(252.3, 252.3, 252.3);
  background-color: rgb(214.2, 214.2, 214.2);
}
.btn-check:focus + .btn-branco-hypera, .btn-branco-hypera:focus {
  color: #000000;
  border-color: rgb(252.3, 252.3, 252.3);
}
.btn-check:checked + .btn-branco-hypera, .btn-check:active + .btn-branco-hypera, .btn-branco-hypera:active, .btn-branco-hypera.active, .show > .btn-branco-hypera.dropdown-toggle {
  color: #000000;
  background-color: rgb(252.6, 252.6, 252.6);
  border-color: rgb(252.3, 252.3, 252.3);
}

.btn-outline-branco-hypera {
  color: #FCFCFC;
  border-color: #FCFCFC;
}
.btn-outline-branco-hypera:hover {
  color: #000000;
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.btn-check:focus + .btn-outline-branco-hypera, .btn-outline-branco-hypera:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 252, 252, 0.5);
}
.btn-check:checked + .btn-outline-branco-hypera, .btn-check:active + .btn-outline-branco-hypera, .btn-outline-branco-hypera:active, .btn-outline-branco-hypera.active, .btn-outline-branco-hypera.dropdown-toggle.show {
  color: #000000;
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.btn-outline-branco-hypera:disabled, .btn-outline-branco-hypera.disabled {
  color: #FCFCFC;
  background-color: transparent;
}

.bg-branco-hypera {
  background-color: #FCFCFC !important;
}

.text-branco-hypera {
  color: #FCFCFC !important;
}

.border-branco-hypera {
  border-color: #FCFCFC !important;
}

.btn-white {
  color: #000000;
  border-color: #FFF;
  background-color: #FFF;
}
.btn-white:hover {
  color: #000000;
  border-color: white;
  background-color: rgb(216.75, 216.75, 216.75);
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  border-color: white;
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}

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

.bg-white {
  background: #FFF !important;
}

.text-white {
  color: #FFF !important;
}

.border-white {
  border-color: #FFF !important;
}

.btn-black {
  color: #FFF;
  border-color: #000000;
  background-color: #000000;
}
.btn-black:hover {
  color: #FFF;
  border-color: black;
  background-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #FFF;
  border-color: black;
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #FFF;
  background-color: black;
  border-color: black;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #FFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.bg-black {
  background: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

.border-black {
  border-color: #000000 !important;
}

.btn-gray-gray-100 {
  color: #000000;
  border-color: #929497;
  background-color: #929497;
}
.btn-gray-gray-100:hover {
  color: #000000;
  border-color: rgb(156.9, 158.7, 161.4);
  background-color: rgb(124.1, 125.8, 128.35);
}
.btn-check:focus + .btn-gray-gray-100, .btn-gray-gray-100:focus {
  color: #000000;
  border-color: rgb(156.9, 158.7, 161.4);
}
.btn-check:checked + .btn-gray-gray-100, .btn-check:active + .btn-gray-gray-100, .btn-gray-gray-100:active, .btn-gray-gray-100.active, .show > .btn-gray-gray-100.dropdown-toggle {
  color: #000000;
  background-color: rgb(167.8, 169.4, 171.8);
  border-color: rgb(156.9, 158.7, 161.4);
}

.btn-gray-outline-gray-100 {
  color: #929497;
  border-color: #929497;
}
.btn-gray-outline-gray-100:hover {
  color: #000000;
  background-color: #929497;
  border-color: #929497;
}
.btn-check:focus + .btn-gray-outline-gray-100, .btn-gray-outline-gray-100:focus {
  box-shadow: 0 0 0 0.25rem rgba(146, 148, 151, 0.5);
}
.btn-check:checked + .btn-gray-outline-gray-100, .btn-check:active + .btn-gray-outline-gray-100, .btn-gray-outline-gray-100:active, .btn-gray-outline-gray-100.active, .btn-gray-outline-gray-100.dropdown-toggle.show {
  color: #000000;
  background-color: #929497;
  border-color: #929497;
}
.btn-gray-outline-gray-100:disabled, .btn-gray-outline-gray-100.disabled {
  color: #929497;
  background-color: transparent;
}

.bg-gray-gray-100 {
  background-color: #929497;
}

.text-gray-100 {
  color: #929497 !important;
}

.border-gray-100 {
  border-color: #929497 !important;
}

.btn-gray-gray-400 {
  color: #FFF;
  border-color: #5D5F61;
  background-color: #5D5F61;
}
.btn-gray-gray-400:hover {
  color: #FFF;
  border-color: rgb(74.4, 76, 77.6);
  background-color: rgb(79.05, 80.75, 82.45);
}
.btn-check:focus + .btn-gray-gray-400, .btn-gray-gray-400:focus {
  color: #FFF;
  border-color: rgb(74.4, 76, 77.6);
}
.btn-check:checked + .btn-gray-gray-400, .btn-check:active + .btn-gray-gray-400, .btn-gray-gray-400:active, .btn-gray-gray-400.active, .show > .btn-gray-gray-400.dropdown-toggle {
  color: #FFF;
  background-color: rgb(74.4, 76, 77.6);
  border-color: rgb(69.75, 71.25, 72.75);
}

.btn-gray-outline-gray-400 {
  color: #5D5F61;
  border-color: #5D5F61;
}
.btn-gray-outline-gray-400:hover {
  color: #FFF;
  background-color: #5D5F61;
  border-color: #5D5F61;
}
.btn-check:focus + .btn-gray-outline-gray-400, .btn-gray-outline-gray-400:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 95, 97, 0.5);
}
.btn-check:checked + .btn-gray-outline-gray-400, .btn-check:active + .btn-gray-outline-gray-400, .btn-gray-outline-gray-400:active, .btn-gray-outline-gray-400.active, .btn-gray-outline-gray-400.dropdown-toggle.show {
  color: #FFF;
  background-color: #5D5F61;
  border-color: #5D5F61;
}
.btn-gray-outline-gray-400:disabled, .btn-gray-outline-gray-400.disabled {
  color: #5D5F61;
  background-color: transparent;
}

.bg-gray-gray-400 {
  background-color: #5D5F61;
}

.text-gray-400 {
  color: #5D5F61 !important;
}

.border-gray-400 {
  border-color: #5D5F61 !important;
}

.btn-gray-gray-500 {
  color: #FFF;
  border-color: #434445;
  background-color: #434445;
}
.btn-gray-gray-500:hover {
  color: #FFF;
  border-color: rgb(53.6, 54.4, 55.2);
  background-color: rgb(56.95, 57.8, 58.65);
}
.btn-check:focus + .btn-gray-gray-500, .btn-gray-gray-500:focus {
  color: #FFF;
  border-color: rgb(53.6, 54.4, 55.2);
}
.btn-check:checked + .btn-gray-gray-500, .btn-check:active + .btn-gray-gray-500, .btn-gray-gray-500:active, .btn-gray-gray-500.active, .show > .btn-gray-gray-500.dropdown-toggle {
  color: #FFF;
  background-color: rgb(53.6, 54.4, 55.2);
  border-color: rgb(50.25, 51, 51.75);
}

.btn-gray-outline-gray-500 {
  color: #434445;
  border-color: #434445;
}
.btn-gray-outline-gray-500:hover {
  color: #FFF;
  background-color: #434445;
  border-color: #434445;
}
.btn-check:focus + .btn-gray-outline-gray-500, .btn-gray-outline-gray-500:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 68, 69, 0.5);
}
.btn-check:checked + .btn-gray-outline-gray-500, .btn-check:active + .btn-gray-outline-gray-500, .btn-gray-outline-gray-500:active, .btn-gray-outline-gray-500.active, .btn-gray-outline-gray-500.dropdown-toggle.show {
  color: #FFF;
  background-color: #434445;
  border-color: #434445;
}
.btn-gray-outline-gray-500:disabled, .btn-gray-outline-gray-500.disabled {
  color: #434445;
  background-color: transparent;
}

.bg-gray-gray-500 {
  background-color: #434445;
}

.text-gray-500 {
  color: #434445 !important;
}

.border-gray-500 {
  border-color: #434445 !important;
}

.btn-gray-gray-600 {
  color: #FFF;
  border-color: #292A2B;
  background-color: #292A2B;
}
.btn-gray-gray-600:hover {
  color: #FFF;
  border-color: rgb(32.8, 33.6, 34.4);
  background-color: rgb(34.85, 35.7, 36.55);
}
.btn-check:focus + .btn-gray-gray-600, .btn-gray-gray-600:focus {
  color: #FFF;
  border-color: rgb(32.8, 33.6, 34.4);
}
.btn-check:checked + .btn-gray-gray-600, .btn-check:active + .btn-gray-gray-600, .btn-gray-gray-600:active, .btn-gray-gray-600.active, .show > .btn-gray-gray-600.dropdown-toggle {
  color: #FFF;
  background-color: rgb(32.8, 33.6, 34.4);
  border-color: rgb(30.75, 31.5, 32.25);
}

.btn-gray-outline-gray-600 {
  color: #292A2B;
  border-color: #292A2B;
}
.btn-gray-outline-gray-600:hover {
  color: #FFF;
  background-color: #292A2B;
  border-color: #292A2B;
}
.btn-check:focus + .btn-gray-outline-gray-600, .btn-gray-outline-gray-600:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 42, 43, 0.5);
}
.btn-check:checked + .btn-gray-outline-gray-600, .btn-check:active + .btn-gray-outline-gray-600, .btn-gray-outline-gray-600:active, .btn-gray-outline-gray-600.active, .btn-gray-outline-gray-600.dropdown-toggle.show {
  color: #FFF;
  background-color: #292A2B;
  border-color: #292A2B;
}
.btn-gray-outline-gray-600:disabled, .btn-gray-outline-gray-600.disabled {
  color: #292A2B;
  background-color: transparent;
}

.bg-gray-gray-600 {
  background-color: #292A2B;
}

.text-gray-600 {
  color: #292A2B !important;
}

.border-gray-600 {
  border-color: #292A2B !important;
}

@media (max-width: 991.98px) {
  .flex-mobile-column {
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .flex-mobile-column-reverse {
    flex-direction: column-reverse;
  }
}

.display-flex:not([hidden]) {
  display: flex;
}

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

.grid-column {
  grid-auto-flow: column;
}

@media (min-width: 992px) {
  .grid-md-column {
    grid-auto-flow: column;
  }
}

.grid-dense {
  grid-auto-flow: dense;
}

@media (min-width: 992px) {
  .grid-md-duas-colunas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .grid-mobile-duas-colunas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-md-tres-colunas {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-tres-colunas {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 992px) {
  .grid-md-quatro-colunas {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-md-seis-colunas {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid-quatro-colunas {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 992px) {
  .duas-colunas-md {
    grid-column: span 2;
  }
}

@media (max-width: 991.98px) {
  .duas-colunas-mobile {
    grid-column: span 2;
  }
}

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

@media (max-width: 991.98px) {
  .gap-mobile-3 {
    gap: 1rem;
  }
}

@media (max-width: 991.98px) {
  .ps-mobile-3 {
    padding-left: 1rem;
  }
}

@media (max-width: 991.98px) {
  .p-mobile-3 {
    padding: 1rem;
  }
}

@media (max-width: 991.98px) {
  .pb-mobile-5 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 991.98px) {
  .mt-mobile-3 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  .mt-mobile-5 {
    margin-top: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .mb-mobile-3 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  .ms-mobile-3 {
    margin-left: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  .mx-mobile-auto {
    margin-inline: auto;
  }
}

.mt-n3 {
  margin-top: -1rem !important;
}

.w-max-content {
  width: max-content;
}

.w-max-100 {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .mw-mobile-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-md-75 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .w-md-20 {
    width: 20%;
  }
}

@media (max-width: 991.98px) {
  .w-mobile-100 {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .w-mobile-75 {
    width: 75% !important;
  }
}

@media (max-width: 991.98px) {
  .w-mobile-50 {
    width: 50% !important;
  }
}

@media (max-width: 991.98px) {
  .w-mobile-30 {
    width: 30% !important;
  }
}

.h-1px {
  height: 1px;
}

@media (min-width: 992px) {
  .h-md-75 {
    height: 75%;
  }
}

@media (min-width: 992px) {
  .min-vh-md-75 {
    min-height: 75vh;
  }
}

@media (max-width: 991.98px) {
  .text-mobile-center {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .align-items-mobile-start {
    align-items: flex-start !important;
  }
}

@media (max-width: 991.98px) {
  .justify-content-mobile-between {
    justify-content: space-between !important;
  }
}

@media (max-width: 991.98px) {
  .overflow-mobile-auto {
    overflow-x: auto !important;
  }
}

@media (max-width: 991.98px) {
  .overflow-mobile-hidden {
    overflow: hidden !important;
  }
}

.border-12,
.border-top-12,
.border-bottom-12,
.border-start-12,
.border-end-12 {
  border-style: solid;
}

.border-12 {
  border-width: 12px;
}

.border-top-12 {
  border-top-width: 12px;
}

.border-bottom-12 {
  border-bottom-width: 12px;
}

.border-start-12 {
  border-start-width: 12px;
}

.border-end-12 {
  border-width-end: 12px;
}

@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;
  }
}
:root {
  --primaria: #0062AA;
  --secundaria: #00BFDF;
  --primaria-500: #0062AA;
}

* {
  outline: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-right: 0 !important;
  font-family: "Asap", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991.98px) {
  .conteudo-pagina-aviso-privacidade table {
    max-width: calc(100vw - 30px);
  }
}

.card {
  transition: all 0.2s ease-in-out;
}

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

.lista-com-marcadores {
  list-style-type: disc;
}

.breadcrumbs {
  display: inline-flex;
  grid-gap: 0.55rem;
  color: #5D5F61;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .breadcrumbs {
    grid-gap: 0.4rem;
  }
}
.breadcrumbs .texto {
  color: #5D5F61;
  font-weight: 400;
}
.breadcrumbs .link {
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  color: #5D5F61;
}
.breadcrumbs .link:hover, .breadcrumbs .link:active, .breadcrumbs .link:focus {
  color: #929497;
}
.breadcrumbs span {
  font-size: 0.813rem;
}

a:hover {
  text-decoration: none !important;
  font-weight: bold;
}

.pagina-de-erro .titulo-404 {
  font-size: 15rem;
}
@media (max-width: 991.98px) {
  .pagina-de-erro .titulo-404 {
    font-size: 10rem;
  }
}

@media (max-width: 991.98px) {
  .pagina-politica-de-cookies .table {
    max-width: calc(100vw - 30px);
    display: block;
    overflow: scroll;
  }
}

.accordion-item {
  border-color: transparent;
  border-radius: 10px;
}
.accordion-item:not(:first-of-type) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EDF6FC;
}
.accordion-item:first-of-type {
  border-radius: 10px;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordion-item .accordion-button {
  font-size: 1.062rem;
  font-weight: 700;
  color: #0062AA;
  background-color: #EDF6FC;
}
@media (max-width: 991.98px) {
  .accordion-item .accordion-button {
    display: block;
  }
}
.accordion-item .accordion-button:hover, .accordion-item .accordion-button:active, .accordion-item .accordion-button:focus {
  color: #FFF;
  background-color: #074878;
}
.accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-item .accordion-button:not(.collapsed) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item .accordion-button:not(.bg-secondary):not(.bg-secundaria-*):after {
  filter: invert(1) brightness(4);
}
.accordion-item .accordion-body {
  font-size: 1.062rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #EDF6FC;
  padding: 1.7rem 1.2rem;
}
.accordion-item .accordion-body ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.bg-azul-linhas {
  background: url("/assets/images/linhas/bg-azul-linhas.svg") no-repeat top center;
  background-size: cover;
}

.btn {
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  height: 40px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  padding: 0.5rem 1.5rem;
}
.btn:not([class*=btn-outline-]) {
  border-color: transparent;
}
.btn.btn-outline-secondary:hover {
  color: #0062AA;
  border-color: #0062AA;
}
@media (max-width: 991.98px) {
  .btn {
    width: max-content;
  }
}
.btn-loja-hypera {
  height: 36px;
}
.btn-white:hover {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF !important;
}
.btn-produto {
  max-width: 100%;
  width: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-accept-cookies {
  color: #FFF;
}

a {
  transition: all 0.2s ease-in-out;
}
a.card:hover, a.card:active, a.card:focus {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: none;
  color: #0062AA;
}
a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {
  text-decoration: underline;
  color: rgb(0, 78.4, 136);
}

.link {
  color: #0062AA;
}
.link:hover, .link:active, .link:focus {
  color: rgb(0, 78.4, 136);
  text-decoration: underline;
}

span.link {
  transition: all 0.2s ease-in-out;
}
button img {
  transition: opacity 0.15s linear;
}
button img:hover, button img:active, button img:focus {
  opacity: 0.7;
}

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

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

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

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

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

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

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  font-family: "Asap", sans-serif;
  color: #292A2B;
  margin-bottom: 0;
  font-weight: 700;
}

h1, .h1 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

:is(h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, span, small) {
  line-height: 1.25;
}

a {
  line-height: 1.5;
}

p {
  font-weight: 400;
  font-size: 1.062rem;
  color: #434445;
  line-height: 1.45;
}

.fs-md {
  font-size: 1.5rem;
  line-height: 1.45;
}

.fs-bs {
  font-size: 1.062rem;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-xs {
  font-size: 0.813rem;
}

.lead {
  font-size: 1.062rem;
  font-weight: 400;
}

.swiper-pagination {
  bottom: 2rem !important;
}
.swiper-pagination.bg-doril .swiper-pagination-bullet {
  background: #9A1A15 !important;
}
.swiper-pagination.bg-doril .swiper-pagination-bullet-active {
  background: #ECAFC1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  background: #A9D0EE !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:active, .swiper-pagination .swiper-pagination-bullet:focus {
  opacity: 1;
  transform: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #00BFDF !important;
  transform: none;
  width: 36px;
  height: 16px;
}
.swiper-pagination .swiper-pagination-bullet-active:hover, .swiper-pagination .swiper-pagination-bullet-active:active, .swiper-pagination .swiper-pagination-bullet-active:focus {
  opacity: 1;
}

.swiper-wrapper {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #FFF;
  border: 1px solid #0062AA;
  color: #0062AA;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.3rem;
  filter: none;
  color: #0062AA;
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled) {
  color: #FFF;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.5);
}

.swiper-button-prev {
  margin-left: -10px;
}
.swiper-button-prev:after {
  content: "\e5c4";
  font-family: "Material Symbols Outlined";
}

.swiper-button-next {
  margin-right: -10px;
}
.swiper-button-next:after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 10000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 50%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.lightbox-link:hover, .lightbox-link:active, .lightbox-link:focus {
  cursor: pointer;
}

/* ========= Modal base ========= */
.cp-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  padding: 16px;
}

.cp-modal.hidden {
  display: none;
}

.cp-modal__box {
  width: min(600px, 96vw);
  max-height: 86vh;
  background: var(--cp-bg, #fff);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 32px;
  /* espaçamento interno consistente */
}

/* ========= Header: título central + botões a 32px ========= */
.cp-modal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* centraliza o título no container */
  height: 56px;
}

.cp-modal__header h2,
#cp-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #313232;
  text-align: center;
}

.cp-btn {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

/* Botões absolutos, 32px das bordas */
#cp-btn-voltar,
#cp-btn-fechar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#cp-btn-voltar {
  left: 0px;
}

#cp-btn-fechar {
  right: 0px;
}

/* ========= Busca ========= */
.cp-modal__search {
  padding: 12px 16px;
  border-bottom: 1px solid var(--cp-border, #f0f0f0);
}

.cp-modal__search input {
  width: 100%;
  font-size: 16px;
  padding: 12px 14px;
  border: 1px solid var(--cp-border, #e5e7eb);
  border-radius: 10px;
  outline: none;
}

/* ========= Listas e itens ========= */
.cp-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: 60vh;
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.cp-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 0;
  border-top: 1px solid #f0f0f0;
  /* linha entre itens sem “borda dupla” */
  cursor: pointer;
  transition: background 0.2s;
}

.cp-item:hover {
  background: #f9fafb;
}

.cp-item:focus {
  outline: 2px solid #cce;
}

.cp-item:last-child {
  /* mantém a última linha igual às demais */
}

/* Itens do resumo (topo da tela de varejistas) */
.cp-resumo {
  margin: 16px 0 12px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
}

.cp-resumo.hidden {
  display: none;
}

.cp-resumo .cp-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px;
  border: 1px solid var(--cp-border, #f0f0f0);
  border-radius: 12px;
  background: #fff;
}

.cp-resumo > .cp-item {
  border: 0;
  padding: 16px;
  gap: 22px;
}

/* ========= Thumbs ========= */
.cp-thumb img,
.cp-loja-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  /* evita fundo cinza em logos */
}

.cp-resumo .cp-thumb {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
}

/* ========= Infos e textos ========= */
.cp-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.cp-titulo {
  font-weight: 600;
  color: #313232;
}

.cp-meta {
  color: var(--cp-muted, #6b7280);
}

.cp-empty,
.cp-loading {
  padding: 24px;
  text-align: center;
  color: var(--cp-muted, #6b7280);
}

/* ========= Coluna direita / preços ========= */
.cp-price__label {
  display: none;
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 2px;
}

.cp-price__value {
  display: none;
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

.cp-resumo .cp-price__label {
  font-size: 16px;
}

.cp-resumo .cp-price__value {
  font-size: 26px;
}

.cp-v-price {
  display: none;
  font-size: 28px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 8px;
}

/* ========= CTA comprar ========= */
.cp-buy {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  background: #074878;
  color: #fff !important;
  font-weight: 600;
}

.cp-buy:hover {
  filter: brightness(0.95);
  text-decoration: none;
}

/* ========= Ícones inline ========= */
.cp-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  display: inline-block;
}

/* ========= Estados específicos ========= */
.cp-item.cp-varej {
  cursor: default;
}

.cp-description {
  width: 100%;
}

.cp-right {
  white-space: nowrap;
}

.cp-thumb,
.cp-loja-thumb {
  border-radius: 10px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 600px) {
  .cp-description {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .cp-right {
    text-align: left;
  }
  .cp-thumb,
  .cp-loja-thumb {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
  .cp-meta {
    font-size: 13px;
  }
  .cp-titulo {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 601px) {
  .cp-description {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .cp-right {
    margin-left: auto;
    text-align: right;
  }
  .cp-thumb,
  .cp-loja-thumb {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
  }
  .cp-meta {
    font-size: 16px;
  }
  .cp-titulo {
    font-size: 18px;
    line-height: 1.4;
  }
}
#banner-ecommerce-fixo {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 991.98px) {
  #banner-ecommerce-fixo {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #banner-ecommerce-fixo {
    top: 80px;
  }
}

#footer img,
#footer .image {
  transition: opacity 0.15s linear;
}
#footer img:hover, #footer img:active, #footer img:focus,
#footer .image:hover,
#footer .image:active,
#footer .image:focus {
  opacity: 0.7;
}
#footer .navbar-brand {
  width: fit-content;
}
#footer .nav-link {
  font-size: 1.062rem;
  color: #FFF;
}
@media (max-width: 991.98px) {
  #footer .nav-link {
    text-align: center;
  }
}
#footer .nav-link.title {
  font-weight: 700;
}
#footer .footer-nav-secundary .nav-link {
  font-size: 0.875rem;
}
#footer .footer-nav-divider {
  opacity: 1;
}
#footer #footer-submenu .navbar-nav {
  height: 100%;
  align-items: center;
}
#footer #footer-submenu .nav-link {
  font-weight: 700;
}
#footer .conteudo-referencias {
  color: #FFF;
  font-size: 13px;
}
@media (min-width: 992px) {
  #footer .conteudo-referencias {
    grid-column: 1/span 6;
  }
}

.navbar-nav.footer-grid {
  padding-left: var(--bs-gutter-x, 0.75rem);
}

header {
  top: 0;
  width: 100%;
  z-index: 111;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: 350ms all;
}
@media (max-width: 991.98px) {
  header .container {
    max-width: 100%;
  }
}
header .menu-top li {
  margin-right: 24px;
}
header .menu-bottom {
  position: relative;
  z-index: 1111;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  font-size: 1.062rem;
}
header ul li a {
  text-decoration: none;
  color: #434445 !important;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  display: inline-block;
  transition: 350ms all;
}
header ul li a:hover {
  font-weight: bolder;
  text-decoration: none;
}
header .menu {
  display: flex;
  flex-wrap: wrap;
}
header .menu li {
  margin-right: 32px;
}
header .navbar-nav {
  align-items: center;
}
header .navbar-nav li {
  font-size: 1rem;
}
header .navbar-nav li a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  header .menu {
    display: flex !important;
  }
  header .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  header .menu .megamenu > a:hover:after {
    display: block;
  }
  header .menu li .submenu {
    transition: 350ms all;
  }
  header .menu li:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .menu li.megamenu > a {
    position: relative;
  }
  header .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 18px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #434445;
    border-bottom: 2px solid #434445;
    transform: rotate(45deg);
  }
  header .menu li.megamenu > a:hover {
    font-weight: bolder;
    text-decoration: none;
  }
  header .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #FFF;
    width: 310px;
    padding: 1rem 2rem;
    padding: 1rem 2rem;
    display: grid;
    gap: 1rem;
    border-bottom: 1px solid #434445;
  }
  header .menu li .submenu li {
    margin-right: 0;
    position: relative;
  }
  header .menu li .submenu li a {
    color: #434445;
    padding: 0.5rem;
    background: #FFF;
    display: block;
    font-size: 1.062rem;
  }
  header .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  header .menu li .submenu li a:hover {
    font-weight: bolder;
    text-decoration: none;
  }
  header .menu li .submenu .submenu {
    position: absolute;
    left: 113%;
    top: 0;
  }
}
@media (max-width: 1439.98px) {
  header #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }
  header #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  header #menu_trigger .menulines, header #menu_trigger .menulines:before, header #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #434445;
  }
  header #menu_trigger .menulines:before, header #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  header #menu_trigger .menulines:before {
    top: -9px;
  }
  header #menu_trigger .menulines:after {
    top: 9px;
  }
  header .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFF;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  header .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  header .mobile-menu li {
    margin: 0;
  }
  header .mobile-menu li a {
    color: #FFF;
    display: block;
    position: relative;
    padding: 1rem;
  }
  header .mobile-menu li a:hover {
    font-weight: bolder;
    text-decoration: none;
  }
  header .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: white;
    border: 1px solid white;
  }
  header .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #434445;
    border-bottom: 2px solid #434445;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #FFF;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }
  header .mobile-menu li .submenu li {
    padding: 1rem;
  }
  header .mobile-menu li .submenu li a {
    padding: 0;
  }
  header .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 1rem;
    padding-left: 50px;
    background: #F5F5F5;
    font-size: 1rem;
    text-align: center;
  }
  header .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: #F5F5F5;
  }
  header .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #434445;
    border-bottom: 2px solid #434445;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  header .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #434445;
    font-weight: bolder;
  }
  header .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
}
header .btn-loja-hypera {
  height: 36px;
}
header .btnSeletorIdioma {
  background-color: #FFF;
  padding: 5px;
  border-radius: 10px;
  color: #0062AA;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100px;
  margin: auto;
}
header .painelSeletorIdioma {
  background-color: #FFF;
  padding: 5px;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  max-width: auto;
  margin: auto;
  margin-top: 5px;
  border: 1px solid #0062AA;
  position: fixed;
  z-index: 1111111;
}
header .img-flag {
  border-radius: 5px;
}
header .img-flag-seletor {
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .pagina-busca {
    padding-bottom: 0 !important;
  }
}
.pagina-busca .pagina-banner {
  padding: 5rem 0;
}
@media (max-width: 1439.98px) {
  .pagina-busca .pagina-banner {
    padding: 2.5rem 0;
  }
}
.pagina-busca .pagina-banner .container {
  position: relative;
}
.pagina-busca .secao-filtro-abas .filtro-abas {
  list-style-type: none;
  margin-bottom: 0;
  max-width: 900px;
}
@media (max-width: 1439.98px) {
  .pagina-busca .secao-filtro-abas .filtro-abas {
    overflow-x: scroll;
  }
}
.pagina-busca .secao-filtro-abas .filtro-abas .item-texto {
  font-size: 28px;
  color: #434445;
  font-weight: 700;
  text-decoration: none;
  border-color: transparent;
  border-style: solid;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding: 0 5px 5px 5px;
}
.pagina-busca .secao-filtro-abas .filtro-abas .item-texto:hover {
  color: #074878;
  border-color: transparent;
}
.pagina-busca .secao-filtro-abas .filtro-abas .item-texto.active {
  color: #074878;
  border-color: #074878;
}
.pagina-busca .secao-filtro-abas .filtro-abas .item-texto.active:hover {
  color: #074878;
  border-color: #074878;
}
.pagina-busca .pagina-titulo {
  padding: 32px 72px;
  margin: 40px 0;
}
@media (max-width: 1439.98px) {
  .pagina-busca .pagina-titulo {
    padding: 16px 24px;
  }
}
.pagina-busca .pagina-titulo .pre-title {
  color: #434445;
  text-align: center;
  font-weight: 700;
  padding: 24px;
}
.pagina-busca .pagina-titulo .campo-resultado {
  display: flex;
  padding: 8px 0px;
  gap: 24px;
  align-self: stretch;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #074878;
  color: #434445;
  font-weight: 700;
  padding-left: 68px;
}
.pagina-busca .pagina-titulo .campo-resultado::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #074878;
  opacity: 1; /* Firefox */
}
.pagina-busca .pagina-titulo .campo-resultado:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #074878;
}
.pagina-busca .pagina-titulo .campo-resultado::-ms-input-placeholder { /* Microsoft Edge */
  color: #074878;
}
.pagina-busca .pagina-titulo .btn-busca {
  position: absolute;
  background-color: transparent;
  padding: 1rem 0.5rem;
}
.pagina-busca .pagina-titulo .btn-busca span {
  color: #5D5F61;
}
.pagina-busca .grid-resultados {
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  .pagina-produto .marcas-sidebar {
    z-index: 111111;
    overflow-y: scroll;
  }
}
.pagina-produto .campo-busca span {
  position: absolute;
  right: 0;
  margin-right: 15px;
  opacity: 0.5;
}
.pagina-produto .legenda-tabela {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0px !important;
}
.pagina-produto .caixaProduto .image {
  max-height: 230px;
}

.pagina-marca .secao-produto {
  background-color: #EDF6FC;
}
.pagina-marca .secao-produto:nth-child(even) {
  background-color: #FFF;
}
.pagina-marca .secao-produto:nth-child(even) .card-produto {
  border: 1px solid #E5E6E6;
}
.pagina-marca .secao-produto:nth-child(even) .titulo-produto {
  color: #434445;
}
.pagina-marca .secao-produto .card-produto {
  border-radius: 12px;
  border: 1px solid #FFF;
  background-color: #FFF;
}
.pagina-marca .secao-produto .titulo-produto {
  color: #0062AA;
}
.pagina-marca .texto-slogan {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .pagina-marca .texto-slogan {
    font-size: 0.875rem;
  }
}

.pagina-lp.pagina-lp-doril .accordion-item .accordion-button:after {
  filter: invert(1) brightness(6.5);
}
@media (max-width: 991.98px) {
  .pagina-lp.pagina-lp-doril .modal-getprice-doril .getprice-link {
    margin: 0 0.5rem 1rem !important;
  }
}

.pagina-noticia .categoria-badge {
  max-width: max-content;
}
.pagina-noticia .noticia-imagem {
  max-height: 540px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .pagina-noticia .noticia-imagem {
    max-height: 300px;
  }
}
.pagina-noticia .card-noticia .post-imagem {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.pagina-noticia .card-noticia .post-imagem:hover {
  transition: all 0.2s ease-in-out;
  filter: brightness(0.5);
}

.pagina-noticias .card-noticia .post-imagem {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.pagina-noticias .card-noticia .post-imagem:hover {
  transition: all 0.2s ease-in-out;
  filter: brightness(0.5);
}
.pagina-noticias .card-noticia-sm .post-imagem {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

.pagina-blog .card-post .post-imagem {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.pagina-blog .card-post .post-imagem:hover {
  transition: all 0.2s ease-in-out;
  filter: brightness(0.5);
}
.pagina-blog .card-post-sm .post-imagem {
  width: 120px;
  height: 90px;
  object-fit: cover;
}
.pagina-blog .card-post .imagem-categoria {
  width: 260px;
  height: 160px;
}
@media (max-width: 991.98px) {
  .pagina-blog .card-post .imagem-categoria {
    width: 100%;
  }
}
.pagina-blog .card-post-destaque .post-imagem {
  max-height: 300px;
  height: auto;
  object-fit: cover;
}

.secao-timeline .swiper {
  width: 100%;
}
.secao-timeline .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFF;
  display: flex;
  align-items: center;
}
.secao-timeline .year {
  color: #5D5F61;
  font-size: 1.5rem;
  margin-top: -90px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .secao-timeline .year {
    font-size: 0.875rem;
  }
}
.secao-timeline .swiper-pagination {
  top: 0;
  position: relative;
  background: url("/assets/images/icones/dot.svg") center center repeat-x;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  margin-top: 50px;
}
.secao-timeline .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 1;
  background: #929497 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secao-timeline .swiper-pagination-bullet-active {
  color: #FFF;
  background: #00BFDF !important;
}
.secao-timeline .swiper-pagination-bullet-active .year {
  font-weight: 900;
  color: #074878;
}
@media (min-width: 992px) {
  .secao-timeline .swiper-button-prev, .secao-timeline .swiper-button-next {
    top: 65%;
  }
}
@media (max-width: 991.98px) {
  .secao-timeline .swiper-button-prev, .secao-timeline .swiper-button-next {
    top: 110px;
  }
}
@media (max-width: 991.98px) {
  .secao-timeline .swiper-button-prev {
    left: 35%;
  }
}
@media (max-width: 991.98px) {
  .secao-timeline .swiper-button-next {
    right: 35%;
  }
}
.secao-timeline .card-timeline {
  border-radius: 20px;
  background: #EDF6FC;
  width: 100%;
  padding: 60px;
  margin: 0 50px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .secao-timeline .card-timeline {
    margin: 0 auto;
  }
}
.secao-timeline .card-timeline h2 {
  color: #0062AA;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.secao-timeline .card-timeline p {
  font-size: 1.5rem;
}

.secao-hypera {
  background: url("/assets/images/linhas/linha-hypera-1.svg") no-repeat right top;
  background-position: 100% 74%;
  position: relative;
}
@media (max-width: 991.98px) {
  .secao-hypera {
    background: url("/assets/images/linhas/linha-hypera-1-mobile.svg") no-repeat top left;
    background-position: 100% 100%;
  }
}
.secao-hypera .imagem-hypera {
  width: 595px;
  z-index: 11;
  position: relative;
}
@media (max-width: 1439.98px) {
  .secao-hypera .imagem-hypera {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .secao-maior-farmaceutica .row {
    gap: 1rem;
  }
  .secao-maior-farmaceutica .swiperBannerHome {
    max-width: calc(100vw - 30px);
  }
}

.secao-marcas .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 991.98px) {
  .secao-marcas .carrossel-marcas-home .d-grid-mobile {
    grid-template-columns: repeat(2, calc(50% - 0.5rem));
  }
  .secao-marcas .carrossel-marcas-home .d-grid-mobile .item-marcas {
    max-width: 100% !important;
    height: auto !important;
    align-items: center;
    display: flex;
  }
  .secao-marcas .carrossel-marcas-home .d-grid-mobile .item-marcas .image {
    width: 100%;
  }
}

.secao-noticias .card-noticia .post-imagem {
  width: 120px;
  height: 90px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .secao-noticias .card-noticia .post-imagem {
    width: 280px;
    height: 140px;
  }
}
.secao-noticias .card-noticia .post-imagem:hover {
  transition: all 0.2s ease-in-out;
  filter: brightness(0.5);
}
.secao-noticias .card-noticia .titulo-noticia {
  color: #434445;
}
.secao-noticias .card-noticia .titulo-noticia:hover {
  color: #074878;
}

.secao-portfolio .titulo-portfolio {
  max-width: 100%;
}
@media (min-width: 992px) {
  .secao-portfolio .titulo-portfolio {
    max-width: 488px;
  }
}
.secao-portfolio .card-portfolio {
  border-radius: 18px;
}
.secao-portfolio .card-portfolio .imagem-portfolio {
  height: 150px;
}
.secao-portfolio .swiperPortflio .swiper-button-next {
  right: 45%;
  top: 95%;
}
@media (max-width: 991.98px) {
  .secao-portfolio .swiperPortflio .swiper-button-next {
    right: 40%;
  }
}
.secao-portfolio .swiperPortflio .swiper-button-prev {
  left: 45%;
  top: 95%;
}
@media (max-width: 991.98px) {
  .secao-portfolio .swiperPortflio .swiper-button-prev {
    left: 40%;
  }
}

.secao-parceirias .card-parcerias {
  order: 2;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 992px) {
  .secao-parceirias .card-parcerias {
    position: absolute;
    margin-top: 3rem;
    order: 0;
    border-radius: 1rem;
  }
}
.secao-parceirias .imagem-parcerias {
  max-width: none;
  display: block;
  order: 1;
}
.secao-parceirias .imagem-parcerias .imagem-hypera-parcerias {
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  .secao-parceirias .imagem-parcerias .imagem-hypera-parcerias {
    border-radius: 1rem;
  }
}
@media (min-width: 992px) {
  .secao-parceirias .imagem-parcerias {
    max-width: 75%;
    margin-left: auto;
    order: 0;
  }
}

@media (min-width: 992px) {
  .secao-carreiras .card-parcerias {
    margin-top: 3.5rem;
  }
}

.pagina-responsabilidade-social .swiper-pagination {
  bottom: 0 !important;
}

.secao-compliance {
  background: transparent;
}
@media (min-width: 992px) {
  .secao-compliance {
    background: url("/assets/images/linhas/linha-compliance.svg") no-repeat top right;
  }
}

.lista-cultura-way {
  list-style-type: disc;
}

.slide-marcas {
  grid-template-columns: repeat(2, 1fr);
}

.item-marcas {
  padding: 1rem 1.5rem;
  border: 1px solid #E9EAEA;
  border-radius: 8px;
  height: fit-content;
}
@media (min-width: 992px) {
  .item-marcas {
    max-width: 272px;
  }
  .item-marcas.duas-linhas {
    max-height: 100px;
    height: 85%;
  }
  .item-marcas.duas-linhas .stretched-link {
    display: flex;
    height: 100%;
  }
  .item-marcas.duas-linhas .image {
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 991.98px) {
  .item-marcas {
    max-width: 85%;
  }
}
.item-marcas:hover {
  background-color: #EDF6FC;
}

.border-card {
  border: 1px solid #E9EAEA;
}

.swiperMarcasDuplo .swiper-button-next, .swiperMarcasDuplo .swiper-button-prev {
  top: 35px;
}
.swiperMarcasDuplo .swiper-button-next {
  right: calc(50% - 40px);
}
.swiperMarcasDuplo .swiper-button-prev {
  left: calc(50% - 40px);
}

main.page-contato {
  min-height: 520px;
}

#formularioContato {
  min-height: 520px;
}

.footer-contact-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: var(--color-primary-500, #0097d1);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.footer-contact-icon.phone {
  mask-image: url("../svg/contato-phone.svg");
  -webkit-mask-image: url("../svg/contato-phone.svg");
}

.footer-contact-icon.investor {
  mask-image: url("../svg/contato-message.svg");
  -webkit-mask-image: url("../svg/contato-message.svg");
}

.footer-contact-icon.phone:hover {
  animation: phone-trim 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.footer-contact-icon.investor:hover {
  animation: investor-pulse 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes phone-trim {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes investor-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.div-transition {
  transition: opacity 0.69s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.69s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 1;
  max-height: 1000px;
  will-change: opacity, max-height;
}
.div-transition.is-hidden {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  margin: 0 !important;
}

.banner-home .swiper-pagination-bullet {
  position: relative !important;
}

.banner-institucional {
  background-image: url("https://www.hypera.com.br/assets/images/banners/bg-banner-institucional.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  min-height: auto;
}
@media (min-width: 992px) {
  .banner-institucional {
    min-height: 16rem;
  }
}

.banner-marca {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: auto;
}
@media (min-width: 992px) {
  .banner-marca {
    min-height: 28.125rem;
  }
}
@media (max-width: 991.98px) {
  .banner-marca {
    min-height: 32.5rem;
  }
}/*# sourceMappingURL=main.css.map */