@font-face{ font-family:'Poppins-Bold'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/ANAHUAC%20-%20Globals/fonts/Poppins-Bold.ttf"); }
@font-face{ font-family:'Poppins-Light'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/ANAHUAC%20-%20Globals/fonts/Poppins-Light.ttf"); }

.cta-compact h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.cta-compact a {
  text-decoration: none;
}

.cta-compact .contenedor {
  margin: 0 auto;
}

.cta-compact .container-xl {
  width: 90%;
  max-width: 1600px;
}

.cta-compact .container-md {
  width: 90%;
  max-width: 1320px;
}

.cta-compact .container-sm {
  width: 90%;
  max-width: 960px;
}

.cta-compact .container-xs {
  width: 90%;
  max-width: 720px;
}

.cta-compact .container-fluid {
  width: 100%;
}

.cta-compact .cta-content {
  margin: 0;
  text-align: center;
  border-radius: 10px;
  background: #FFFFFF;
  overflow: hidden;
}

.cta-compact .cta-content .titulo {
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
}

.cta-compact .cta-content .descripcion {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Roboto;
  line-height: 1.2;
  color: #6F6F6F;
  text-align: center;
}

.cta-compact .cta-content .descripcion p,
.cta-compact .cta-content .descripcion div {
  margin: 0;
  line-height: 1.2;
  color: currentColor;
}

.cta-compact .cta-content .descripcion b,
.cta-compact .cta-content .descripcion strong {
  font-family: 'Roboto-Bold';
}

.cta-compact .cta-content .boton {
  text-align: center;
}

.cta-compact .cta-content .boton a {
  display: block;
  max-width: max-content;
  padding: 12px 30px;
  font-family: 'Roboto-Bold';
  font-size: 18px;
  border: none;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.cta-compact .cta-content .boton a {
  font-size: 14px;
}

.cta-compact .cta-content .boton.naranja a {
  color: #FFFFFF;
  background: #FF5900;
}

.cta-compact .cta-content .boton.naranja a:hover {
  background-color: #FF7900;
}

.cta-compact .cta-content .boton.morado a {
  color: #FFFFFF;
  background: #432f64;
}

.cta-compact .cta-content .boton.blanco a {
  color: #FF5900;
  background: #FFFFFF;
}

.cta-compact .cta-content .link {
  font-family: 'Roboto-Bold';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-compact .cta-content .link svg {
  margin-left: 8px;
  width: 25px;
  transition: transform 0.3s ease-out;
}

.cta-compact .cta-content .link:hover svg {
  transform: translate(6px);
}

@media screen and (max-width: 767px) {
  .cta-compact .cta-content .titulo {
    font-size: 22px;
  }

  .cta-compact .cta-content .descripcion {
    font-size: 16px;
  }
}