.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;
}

.lectura p {
	text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    text-justify: inter-word;
}
