:root, [data-bs-theme=light] {
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
  --bs-primary-text-emphasis: #666666;
  --bs-primary-bg-subtle: #FFFFFF;
  --bs-primary-border-subtle: #FFFFFF;
  --bs-body-color: #383838;
  --bs-body-color-rgb: 56,56,56;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-secondary-color: rgba(56,56,56,0.75);
  --bs-secondary-color-rgb: 56,56,56,0.75;
  --bs-tertiary-color: rgba(56,56,56,0.5);
  --bs-tertiary-color-rgb: 56,56,56,0.5;
  --bs-link-color: #9bb8d3;
  --bs-link-color-rgb: 155,184,211;
  --bs-link-hover-color: #ffffff;
  --bs-link-hover-color-rgb: 255,255,255;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-outline-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
}

.m-1 {
  margin: .25rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important;
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mt-0 {
  margin-top: 0!important;
}

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

.mt-2 {
  margin-top: .5rem!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.me-0 {
  margin-right: 0!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-4 {
  margin-right: 1.5rem!important;
}

.me-auto {
  margin-right: auto!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.ms-0 {
  margin-left: 0!important;
}

.p-0 {
  padding: 0!important;
}

.p-6 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-1 {
  padding-top: .25rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-4 {
  padding-right: 1.5rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-4 {
  padding-bottom: 1.5rem!important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

.ps-0 {
  padding-left: 0!important;
}

.ps-4 {
  padding-left: 1.5rem!important;
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

:root, [data-bs-theme=light] {
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255,255,255;
  --bs-primary-text-emphasis: #666666;
  --bs-primary-bg-subtle: #FFFFFF;
  --bs-primary-border-subtle: #FFFFFF;
  --bs-body-color: #383838;
  --bs-body-color-rgb: 56,56,56;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-secondary-color: rgba(56,56,56,0.75);
  --bs-secondary-color-rgb: 56,56,56,0.75;
  --bs-tertiary-color: rgba(56,56,56,0.5);
  --bs-tertiary-color-rgb: 56,56,56,0.5;
  --bs-link-color: #9bb8d3;
  --bs-link-color-rgb: 155,184,211;
  --bs-link-hover-color: #ffffff;
  --bs-link-hover-color-rgb: 255,255,255;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-outline-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
}

.m-1 {
  margin: .25rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important;
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important;
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mt-0 {
  margin-top: 0!important;
}

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

.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.me-0 {
  margin-right: 0!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-4 {
  margin-right: 1.5rem!important;
}

.me-auto {
  margin-right: auto!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-2 {
  margin-bottom: .5rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.ms-0 {
  margin-left: 0!important;
}

.p-0 {
  padding: 0!important;
}

.p-6 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-1 {
  padding-top: .25rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-4 {
  padding-right: 1.5rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-4 {
  padding-bottom: 1.5rem!important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

.ps-0 {
  padding-left: 0!important;
}

.ps-4 {
  padding-left: 1.5rem!important;
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

a {
}

.over-back-blog-button:hover {
  color: #4790de!important;
}

.post-title-link-over {
  color: rebeccapurple;
}

.title-blog.hover-color:hover {
  color: #4fa1ff!important;
}

.bloque-texto {
  margin-bottom: 60px;
}

.lectura {
  width: 100%;
  max-width: 800px;
  padding: 40px 20px;
}

.breadcrumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #f5f5f5;
  /*font-size: 0.85rem;*/
  /*margin-bottom: 1.5rem;*/
  /*border-radius: 4px;*/
}

.breadcrumb a {
  font-family: 'Open Sans';
  font-size: 12px;
  color: grey;
  text-decoration: none;
  text-transform: uppercase;
}

.my-texts strong {
  font-weight: 700 !important;
}

.my-texts b {
  font-weight: 700 !important;
}

.my-texts a {
}

.my-texts a {
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #5b1bd8;
  text-decoration: underline;
}

.my-texts a {
  font-weight: 600;
  color: #cdd6f4;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #5b1bd8;
  text-decoration: underline;
}

.my-texts a {
  color: #9bb8d3;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #5b1bd8;
  text-decoration: underline;
}

.my-texts a {
  color: #9bb8d3;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.my-texts a {
  color: #1D2E41;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.my-texts a {
  color: #2a5d9f;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.my-texts a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

footer {
  background-color: #15202e;
}

.heading-footer {
  color: #fff;
}

.text-footer {
  color: #ffffff;
}

.heading-footer {
  font-family: 'Cormorant';
  font-size: 25px;
  margin-bottom: 20px;
}

.hr-footer {
  color: white;
}

.text-legal-footer {
  font-family: 'Open Sans';
}

text-legal-footer {
  text-decoration: none;
  text-transform: uppercase;
}

.text-legal-footer {
  text-transform: uppercase;
  font-size: smaller;
}

.text-footer-legal {
  font-size: small;
  color: #fff;
}

.link-legal-footer {
  text-decoration: none;
  font-size: small;
  text-transform: uppercase;
}

.link-menu-desktop {
  font-size: 13px;
  color: #9bb8d3!important;
  font-family: 'Open Sans';
  letter-spacing: 1px;
}

.link-menu-desktop-button {
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: 1px;
  background-color: white;
}

.title-hero {
  Font-family: 'Cormorant';
  font-size: 80px;
  font-weight: 700;
  line-height: 5rem;
  color: #ffffff;
}

.subtitle-hero {
  font-family: 'Open Sans';
  font-size: 23px;
  color: #ffffff;
}

.contact-info {
  font-family: 'Open Sans';
  font-size: 23px;
}

.header-fm {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #15202e;
}

.separator-right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 48px;
  padding-right: 1.5rem;
  margin-right: 1rem;
}

.contact-info-bottom {
  font-size: 13px;
  margin-top: -15px!important;
  font-family: 'Open Sans';
}

icon-search {
  margin-top: 20px;
}

.search-header {
  margin-bottom: 0px;
}

.search-header.contact-search-bottom {
  font-size: 13px;
  font-family: 'Open Sans';
  padding-top: 10px;
}

.link-menu-desktop {
}

.drop-back-color {
  background: #1d2e42;
}

.link-menu-desktop.active {
  color: #4fa3ff!important;
}

.body-background {
  background-color: #ffffff;
}

.title-blog {
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 30px;
}

.card-text-paragraph {
  text-align: left;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

font-family: 'Cormorant';font-size: 50px;text-align: left;font-weight: 700; {
}

.h2-blog {
  font-family: 'Cormorant';
  font-size: 50px;
  text-align: left;
  font-weight: 700;
}

h2-fm {
  font-size: 20px;
}

.h2-fm {
  font-size: 50px;
  font-family: 'Cormorant';
  font-weight: 600;
}

.h3-fm {
  font-family: 'Cormorant';
  font-size: 25px;
  font-weight: 400;
}

modulo-icono-svg {
  color: rebeccapurple;
}

.h3-modulos {
  font-family: 'Cormorant';
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.fm-card {
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  border-radius: 0px;
  height: 400px;
}

social svg {
}

social-svg {
  fill: #FF5733!important;
}

icono-social {
  color: #E1306C;
}

.icono-social {
  color: #E1306C;
}

alturauniforme {
}

.link-menu-desktop:hover {
  color: #ffffff!important;
}

background-color: transparent !important; {
}

.drop-back-color :hover {
  color: #fff !important;
  background-color: transparent !important;
}

.dropdown-animado {
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.carrousel-gradient {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  z-index: 1;
}

.slide-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-139deg, rgba(29,46,66,0.78), rgba(255,255,255,0.16));
  z-index: 1;
  pointer-events: none;
}

.slide-text-container {
  position: relative;
  z-index: 2;
}

.custom-arrrow {
  z-index: 100;
}

.my-texts b {
  font-weight: bold;
}

.my-texts strong {
  font-weight: bold;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

footer {
  background-color: #15202e;
}

.heading-footer {
  color: #fff;
}

.text-footer {
  color: #ffffff;
}

.heading-footer {
  font-family: 'Cormorant';
  font-size: 25px;
  margin-bottom: 20px;
}

.hr-footer {
  color: white;
}

.text-legal-footer {
  font-family: 'Open Sans';
}

text-legal-footer {
  text-decoration: none;
  text-transform: uppercase;
}

.text-legal-footer {
  text-transform: uppercase;
  font-size: smaller;
}

.text-footer-legal {
  font-size: small;
  color: #fff;
}

.link-legal-footer {
  text-decoration: none;
  font-size: small;
  text-transform: uppercase;
}

.link-menu-desktop {
  font-size: 13px;
  color: #9bb8d3!important;
  font-family: 'Open Sans';
  letter-spacing: 1px;
}

.link-menu-desktop-button {
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: 1px;
  background-color: white;
}

.title-hero {
  Font-family: 'Cormorant';
  font-size: 80px;
  font-weight: 700;
  line-height: 5rem;
  color: #ffffff;
}

.subtitle-hero {
  font-family: 'Open Sans';
  font-size: 23px;
  color: #ffffff;
}

.contact-info {
  font-family: 'Open Sans';
  font-size: 23px;
}

.header-fm {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #15202e;
}

.separator-right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 48px;
  padding-right: 1.5rem;
  margin-right: 1rem;
}

.contact-info-bottom {
  font-size: 13px;
  margin-top: -15px!important;
  font-family: 'Open Sans';
}

icon-search {
  margin-top: 20px;
}

.search-header {
  margin-bottom: 0px;
}

.search-header.contact-search-bottom {
  font-size: 13px;
  font-family: 'Open Sans';
  padding-top: 10px;
}

.link-menu-desktop {
}

.drop-back-color {
  background: #1d2e42;
}

.link-menu-desktop.active {
  color: #4fa3ff!important;
}

.body-background {
  background-color: #ffffff;
}

.title-blog {
  font-family: 'Cormorant';
  font-weight: 400;
  font-size: 30px;
}

.card-text-paragraph {
  text-align: left;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

font-family: 'Cormorant';font-size: 50px;text-align: left;font-weight: 700; {
}

.h2-blog {
  font-family: 'Cormorant';
  font-size: 50px;
  text-align: left;
  font-weight: 700;
}

.my-texts {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 1.6;
  color: rgb(56,56,57)!important;
}

h2-fm {
  font-size: 20px;
}

.h2-fm {
  font-size: 50px;
  font-family: 'Cormorant';
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h3-fm {
  font-family: 'Cormorant';
  font-size: 35px;
  font-weight: 400;
}

modulo-icono-svg {
  color: rebeccapurple;
}

.h3-modulos {
  font-family: 'Cormorant';
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

.fm-card {
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  border-radius: 0px;
  height: 400px;
}

social svg {
}

social-svg {
  fill: #FF5733!important;
}

icono-social {
  color: #E1306C;
}

.icono-social {
  color: #E1306C;
}

alturauniforme {
}

.link-menu-desktop:hover {
  color: #ffffff!important;
}

background-color: transparent !important; {
}

.drop-back-color :hover {
  color: #fff !important;
  background-color: transparent !important;
}

.dropdown-animado {
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.carrousel-gradient {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  z-index: 1;
}

.slide-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-139deg, rgba(29,46,66,0.78), rgba(255,255,255,0.16));
  z-index: 1;
  pointer-events: none;
}

.slide-text-container {
  position: relative;
  z-index: 2;
}

color {
}

.carousel-control-prev {
}

