/*------------------------------------*\
 carga de fuentes tipográficas
\*------------------------------------*/

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Light"), url(../fonts/NotoSans/NotoSans-Light.ttf) format("ttf");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), url(../fonts/NotoSans/NotoSans-Regular.ttf) format("ttf");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans Medium"), url(../fonts/NotoSans/NotoSans-Medium.ttf) format("ttf");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), url(../fonts/NotoSans/NotoSans-Bold.ttf) format("ttf");
}

/*------------------------------------*\
 estilos generales
\*------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  color: #475569;
  font-family: "Noto Sans", sans-serif;
}

.color-grey-green {
  /* color: rgb(124, 137, 131); */
  color: rgba(82, 82, 82, 0.9);
}

.container {
  max-width: 1480px;
}

.container-spf {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.container1 {
  max-width: 180px;
}

.container-spf1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 800px) {
  .container-spf {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1120px) {
  .container-spf {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.title {
  font: 600 26px "Noto Sans", serif;
  position: relative;
}

.description {
  color: rgb(145, 145, 145);
  line-height: 1.3;
  margin: 0 auto;
  padding-bottom: 16px;
  position: relative;
  width: 70%;
}

.descriptionb {
  color: #999;
  line-height: 1.3;
  margin: 0 auto;
  padding-bottom: 16px;
  position: relative;
  width: 70%;
}

.text-bluelite {
  color: #d9e4ff;
}

.form-control:focus {
  background-color: #fff;
  border-color: #192c6b;
  box-shadow: 0 0 0 0.2rem rgba(25, 55, 107, 0.2);
  color: #495057;
  outline: 0;
}

.enlace-privacidad {
  color: #d9e4ff;
  font-size: 0.8em;
}

.enlace-privacidad:hover {
  color: #eef3ff;
}

.aviso {
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  color: #666;
  padding: 1em 2em;
}

.modal-header {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.modal-content {
  color: #475569;
}

.modal-body {
  padding-bottom: 0;
  padding-top: 0;
}

.modal-title {
  margin-bottom: 1rem;
}

.modal-footer {
  border-top: 1px solid transparent;
}

.close {
  color: #475569;
}

/*------------------------------------*\
 sección #header
\*------------------------------------*/

.header-nav--bg {
  background-color: #611232;
}

.header-nav__link {
  color: #b3b2b2;
  text-transform: uppercase;
}

.header-nav__link:hover {
  color: #4d4d4d;
}

.nav-menu {
  background-color: #a02141;
  left: 0px;
  padding: 0.6rem 0;
  position: absolute;
  right: 0px;
  transition: 0.4s;
  z-index: 1000;
}

.main-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}

.logo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.navbarB {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu-item {
  padding: 0 5px;
}

.menu-link {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 0 0.5rem;
}

.menu-link:hover {
  color: #fff;
}

.menu-link.active {
  color: #fff;
  font-weight: 700;
}

nav.header-sticky {
  background-color: #691b32;
  box-shadow: 0 4px 8px -4px rgba(20, 20, 20, 0.4);
  position: fixed;
  top: 0;
  transition: 0.4s;
  z-index: 2000;
}

.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .navbarB {
    background-color: #a02141;
    display: none;
    flex-direction: column;
    gap: 1rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 57px;
    transition: 0.4s;
  }

  .navbarB.activeb {
    display: flex;
    transition: 0.4s;
  }

  .navbarB a {
    padding: 0.5rem 0;
  }
}

/*------------------------------------*\
 sección #convocatoria
\*------------------------------------*/

.convocatoria {
  background: none;
  background-color: #e2e8f0;
  line-height: 1.4;
  /* color: #475569; */
  transition: opacity 2s ease-in;
}

@media only screen and (min-width: 1051px) {
  .convocatoria {
    background: url(../img/guardias2025.jpeg) center right no-repeat;
    background-color: #e2e8f0;
    background-position: center right -90px;
    background-size: contain;
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 1051px) {
  .convocatoria1 {
    background: url(../img/banner_informe.png) center right no-repeat;
    /* background-color: #e2e8f0; */
    background-position: center right -90px;
    background-size: contain;
    margin-right: 6rem;
     
  }
}

@media only screen and (min-width: 1520px) {
  .convocatoria {
    background-position: center right 0;
    background-size: contain;
  }
}

.convocatoria-image {
  display: none;
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 1050px) {
  .convocatoria-image {
    display: none;
  }
}

.convocatoria-policia {
  background: url(../img/bg_policia.png) left center;
  background-color: #173372;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  min-height: 650px;
  transition: opacity 2s ease-in;
}

.bg_gradient {
  background: linear-gradient(302deg, rgba(40, 64, 129, 1) 0%, rgba(13, 35, 94, 1) 100%);
}

.convocatoria-guardia {
  background: url(../img/portada_guardia1.png) left 90% bottom 1px;
  background-repeat: no-repeat;
  background-size: 1905px;
  color: #fff;
  height: 736px;
  transition: opacity 2s ease-in;
}

.convocatoria .col,
.convocatoria-policia .col,
.convocatoria-guardia .col {
  padding-left: 0;
  padding-right: 0;
}

.convocatoria_title {
  color: #1e293b;
  font-size: clamp(2.8rem, 0rem + 4.2105vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4em;
}

.convocatoria p,
.convocatoria-policia p,
.convocatoria-guardia p {
  font-size: clamp(1rem, 0.922rem + 0.3902vw, 1.2rem);
  font-weight: 400;
}

.convocatoria p {
  font-size: clamp(1.375rem, 0.25rem + 1.8947vw, 1.6rem);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.convocatoria-policia p,
.convocatoria-guardia p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.375rem, 0.25rem + 1.8947vw, 1.6rem);
  line-height: 1.5;
}

.convocatoria-logo__box {
  padding: 4em 0;
}
.convocatoria-logo__box1 {
  padding: 18em 0;
}

.convocatoria-logo__box-policia {
  color: #fff;
  min-height: 650px;
  padding: 4em 0;
  text-align: center;
  visibility: hidden;
}

.convocatoria-logo__inner-box {
  height: 100%;
  padding: -1em 3rem 8em 1em;
}

.convocatoria-registro__box {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 3em;
}

.convocatoria-logo__box-policia {
  color: #fff;
  padding: 4em 0;
  text-align: center;
  visibility: hidden;
}

.convocatoria-registro__box-policia {
  align-items: center;
  background: url(../img/bg_pattern.png) 200px 250px;
  background-repeat: no-repeat;
  background-size: 55%;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 3em;
}

.convocatoria-registro__box-guardia {
  align-items: center;
  /* background: url(../img/bg_pattern_2.png) left 100px; */
  background-repeat: no-repeat;
  background-size: 55%;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0em 3rem 0 1rem;
}

.convocatoria-registro__box-policia h4,
.convocatoria-registro__box-guardia h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 3.4em;
  font-weight: 700;
}

.bg-darkblue {
  background-color: #0e235d;
}

.convocatoria-registro__box h4 {
  color: #0f265c;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.btn-registro {
  background-color: #0f265c;
  border: 1px solid transparent;
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6em 1.8em;
  text-align: center;
  transition: all 0.12s ease-in;
}

.btn-registro:hover {
  background-color: #fff;
  border: 1px solid #0d235e;
  color: #0d235e;
  text-decoration: none;
}

.btn-registro__perfil {
  background-color: #e2e8f0;
  border: 1px solid transparent;
  border-radius: 90px;
  color: #0d235e;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6em 1.8em;
  text-align: center;
  transition: all 0.2s ease-in;
}

.btn-registro__perfil:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #7a98d8;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 840px) {
  .convocatoria-logo__box {
    padding: 2em 1em;
  }

  .convocatoria-logo__inner-box {
    height: 100%;
    padding: 5em 3rem 5em 0em;
    text-align: center;
  }
}

@media only screen and (max-width: 1020px) {
  .convocatoria-logo__inner-box {
    height: 100%;
    padding: 7em 3rem 7em 2em;
    text-align: center;
  }

  .convocatoria-guardia {
    align-items: center;
    background-image: none;
    background-position: 80% bottom;
    background-size: 640px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 6rem 0;
  }

  .convocatoria-policia {
    font-size: 0.9em;
  }

  .convocatoria-logo__box-policia {
    display: none;
  }

  .convocatoria_title {
    line-height: 1.2;
  }
}

/*------------------------------------*\
 sección prestaciones
\*------------------------------------*/

.prestaciones {
  background: #fff;
  color: #475569;
  padding: 8rem 0;
}

.prestaciones-lista {
  background-color: 689288;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, 1fr);
  padding: 0em;
}

.prestaciones-lista__item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #64748b;
  display: flex;
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  font-weight: 600;
  transition: all 0.3s ease;
}

.prestaciones-lista__item p {
  margin: 0;
  padding-left: 0.8em;
}

/* .prestaciones-lista__item:hover {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 8px 24px;
} */

/*------------------------------------*\
 sección FUNCIONES Y DOCUMENTACIÓN
\*------------------------------------*/

.contenedor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(min(var(10rem), 100%), 1fr));
  margin: 7rem auto 5rem;
  max-width: 1280px;
}

@media only screen and (max-width: 800px) {
  .contenedor-grid {
    display: grid;
    gap: 1px;
    grid-gap: 1px;
    grid-template-columns: 1fr;
  }
}

::marker {
  /* color: #a3a3a3; */
  font-size: 1.2rem;
  font-weight: 700;
}

.contenderor-padding {
  padding: 5vmin 5vmin;
}

.funciones-box {
  background-color: #e2e8f0;
  border: 1px solid #d3e5e0;
  border-radius: 12px 0 0 12px;
  border-right-color: transparent;
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  line-height: 1.7;
}

.funciones-box-2 {
  background: url(../img/foto_Ana2.png);
  background-color: #f1f5f9;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d3e5e0;
  border-radius: 12px;
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 30rem;
}

.funciones-text {
  padding: 3rem 3rem 3rem 4rem;
}

.documentacion-box {
  border: 1px solid #d3e5e0;
  border-left-color: transparent;
  border-radius: 0 12px 12px 0;
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  font-weight: 400;
}

.documentacion-box ol li::marker {
  color: #475569;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  .contenderor-padding {
    padding: 10vmin 2rem;
  }
  .funciones-box {
    background-color: rgb(211, 229, 224);
    background-image: none;
  }

  .funciones-box-2 {
    background: none;
    background-color: #f1f5f9;
    padding-left: 0rem;
  }
}

.title-secciones {
  color: #1e293b;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.title-secciones__formulario {
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  font-weight: 700;
  /* letter-spacing: 0.1em; */
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}

/*------------------------------------*\
  REQUISITOS
\*------------------------------------*/

#section-registro hr {
  border: 1px solid white;
  margin-bottom: 1rem;
}

.requisitos {
  color: #475569;
  padding: 6rem 0 4rem;
}

.requisitos-lista {
  display: grid;
  gap: 1.4rem;
  grid-auto-rows: minmax(150px, auto);
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  margin: 0 auto;
}

.requisitos__title {
  font: 600 26px "Noto Sans", serif;
  margin-top: 0px;
  padding-top: 0;
  position: relative;
}

.requisitos__description {
  font: 0.9rem/1.5 "Noto Sans", sans-serif;
  margin: 0 auto;
  padding-bottom: 16px;
  position: relative;
  width: 50%;
}

.requisitos__description:after {
  background-color: #cbcbcb;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 140px;
}

.requisitos-lista__item {
  flex-basis: 16.6%;
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  line-height: 1.3;
  margin-bottom: 1em;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.1s ease-in;
}

.requisitos-lista__item img {
  display: block;
  margin-bottom: 1rem;
  width: 80px;
}

.requisitos-lista__item h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.requisitos-lista__item p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1020px) {
  .requisitos-lista {
    display: grid;
    gap: 1rem;
    grid-auto-rows: minmax(150px, auto);
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0 auto;
  }
}

/*------------------------------------*\
sección #preinscripción
\*------------------------------------*/

.preinscripcion {
  margin: auto;
}

.preinscripcion__title {
  font: 600 26px "Noto Sans", serif;
  margin-top: 0px;
  padding-top: 0;
  position: relative;
}

.preinscripcion__description {
  margin: 0 0 16px 0;
  /* width: 80%; */
}

.preinscripcion__description:after {
  margin: auto 0;
}

.preinscripcion__context {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6;
}

.preinscripcion__form {
  font-size: 0.9rem;
}

.preinscripcion__form button {
  background-color: #0c1b4d;
  border-color: #0c1b4d;
  font-size: 14px;
  font-weight: bold;
}

.preinscripcion__form button:hover {
  background-color: #142e7a;
}

/*------------------------------------*\
Sección #proceso de reclutamiento
\*-----------------------f-------------*/

.proceso-reclutamiento {
  background-color: #fff;
  color: #475569;
  padding: 1em 2em;
}

.proceso-reclutamiento h2 {
  color: #1e293b;
}

.proceso-reclutamiento__title {
  margin-top: 0;
  padding-top: 0;
}

/* @media only screen and (min-width: 740px) {
  .proceso-pasos div:nth-child(2) {
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
  }
  .proceso-pasos div:nth-child(3) {
    border-right: 1px solid #e2e8f0;
  }
} */

.proceso-reclutamiento__box {
  background-color: #e2e8f0;
  border-radius: 8px;
  flex: 0 0 100%;
  flex-wrap: wrap;
  padding: 2rem 2rem;
  transition: all 0.1s ease-in;
}

.proceso-reclutamiento__box img {
  display: block;
}

.proceso-reclutamiento__subs {
  color: #1e293b;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  vertical-align: middle;
}

.proceso-reclutamiento p {
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
}

.proceso-reclutamiento__subs span {
  background-color: #1e293b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  line-height: 1.4;
  padding: 0.1em;
  text-align: center;
  vertical-align: middle;
  width: 18px;
}

@media only screen and (min-width: 740px) {
  .proceso-reclutamiento__box {
    flex: 0 0 48%;
  }
}

@media only screen and (min-width: 1320px) {
  .proceso-reclutamiento__box {
    flex: 0 0 24%;
  }
}

#timeline-wrap {
  margin: 0 auto;
  position: relative;
  width: 80%;
}

#timeline {
  background-color: #fff;
  height: 1px;
  position: relative;
  width: 100%;
}

.marker {
  background-color: #999999;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9em;
  height: 18px;
  line-height: 18px;
  margin-left: -18px;
  position: absolute;
  text-align: center;
  width: 18px;
  z-index: 1000;
}

.marker:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 300ms ease;
}

.timeline-icon.one {
  background-color: #fff !important;
}

.timeline-icon.two {
  background-color: #fff !important;
}

.timeline-icon.three {
  background-color: #fff !important;
}

.timeline-icon.four {
  background-color: #fff !important;
}

.mfirst {
  left: 0%;
  top: -8px;
}

.m2 {
  left: 33%;
  top: -8px;
}

.m3 {
  left: 64%;
  top: -8px;
}

.mlast {
  left: 100%;
  top: -8px;
}

/*------------------------------------*\
Sección #contexto Protección Federal
\*-----------------------f-------------*/

.contextoSpf {
  color: #808080;
  font-size: 0.8em;
  line-height: 1.6;
}

/*------------------------------------*\
  Menú lateral fijo
\*------------------------------------*/

.sticky-container {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: -130px;
  top: 230px;
  width: 210px;
  z-index: 1100;
}

.sticky li {
  background-color: #0d235ecd;
  color: #cce5ff;
  cursor: pointer;
  height: 43px;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sticky li:first-child {
  border-radius: 5px 0 0 0;
}

.sticky li:last-child {
  border-radius: 0 0 0 5px;
}

.sticky li:hover {
  background-color: #183585;
  color: #cce5ff;
  margin-left: -115px;
}

.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
}

.sticky li p {
  font-size: 11px;
  line-height: 16px;
  margin: 0px;
  padding-top: 5px;
}

.sticky li a {
  color: #cce5ff;
  text-decoration: none;
}

.sticky li p a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
  REDES SOCIALES
\*------------------------------------*/

#section-redes a {
  color: #000;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: text-shadow 0.3s;
}

#section-redes a:hover {
  text-shadow: 0 0.015em #101010, 0 -0.015em #101010, 0.01em 0 #101010, -0.01em 0 #101010;
}

.filter-blue {
  filter: invert(9%) sepia(61%) saturate(3047%) hue-rotate(215deg) brightness(102%) contrast(97%);
}

.filtro_twitter:hover {
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}

.filtro_youtube:hover {
  filter: invert(13%) sepia(88%) saturate(5705%) hue-rotate(356deg) brightness(126%) contrast(136%);
}

.filtro_facebook:hover {
  filter: invert(30%) sepia(84%) saturate(3028%) hue-rotate(207deg) brightness(103%) contrast(90%);
}

.filtro_instagram:hover {
  filter: invert(26%) sepia(43%) saturate(3786%) hue-rotate(281deg) brightness(90%) contrast(87%);
}

.filtro_tiktok:hover {
  filter: invert(0%) sepia(34%) saturate(7468%) hue-rotate(113deg) brightness(99%) contrast(106%);
}

/*------------------------------------*\
  footer
\*------------------------------------*/

footer {
  background: url(../img/bg_footer_pattern.svg) bottom left repeat-x;
  background-color: #611232;
  background-size: 100%;
  color: #b3b3b3;
  padding: 4rem 0 6rem;
}

.footer-title {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer ul {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 0.5rem;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-logo {
  display: block;
  margin-top: -8px;
}

footer .row div {
  margin-bottom: 2rem;
}

.alert-spf {
  background-color: #d3e5e0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  margin-bottom: 4rem;
  padding: 1.4rem 1rem;
  position: relative;
}

.alert-spf ul {
  padding-left: 1.4rem;
}

.alert-spf ul li {
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.texto-columnas-2 {
  column-count: 2;
  hyphens: auto;
  line-height: 1.7;
}

@media only screen and (max-width: 800px) {
  .texto-columnas-2 {
    column-count: 1;
    hyphens: auto;
  }
}

.p-important {
  font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .alert-spf {
    padding: 1.8rem 2rem;
  }

  .p-important {
    font-size: clamp(1rem, 0.8529rem + 0.2941vw, 1.125rem);
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 2rem;
    width: clamp(35ch, 50%, 75ch);
  }
}
