@font-face {
font-family: 'SemanaSerif-Black';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-Black.ttf);
}
@font-face {
font-family: 'SemanaSerif-ExtraBold';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-ExtraBold.ttf);
}
@font-face {
font-family: 'SemanaSerif-Bold';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-Bold.ttf);
}
@font-face {
font-family: 'SemanaSerif-BoldItalic';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-BoldItalic.ttf);
}
@font-face {
font-family: 'SemanaSerif-Medium';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-Medium.ttf);
}
@font-face {
font-family: 'SemanaSerif-Regular';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-Regular.ttf);
}
@font-face {
font-family: 'SemanaSerif-RegularItalic';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-RegularItalic.ttf);
}
@font-face {
font-family: 'SemanaSerif-Light';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSerif-Light.ttf);
}
@font-face {
font-family: 'SemanaSans-Black';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-Black.ttf);
}
@font-face {
font-family: 'SemanaSans-ExtraBold';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-ExtraBold.ttf);
}
@font-face {
font-family: 'SemanaSans-Bold';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-Bold.ttf);
}
@font-face {
font-family: 'SemanaSans-Light';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-Light.ttf);
}
@font-face {
font-family: 'SemanaSans-Medium';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-Medium.ttf);
}
@font-face {
font-family: 'SemanaSans-Regular';
src: url(https://multimedia.elpais.com.co/2024/style/fuentes-semana/SemanaSans-Regular.ttf);
}
.body {
font-family: 'SemanaSans-Regular';
font-weight: 400;
font-style: normal;
line-height: 200%;
}
.main {
width: 100%;
margin: 0 auto;
text-align: center;
}
.centrar{
display: flex;
justify-content: center;
z-index: 1;
}	
h1 {
margin-bottom: 30px;
font-size: 44px;
}
h2 {
margin-bottom: 5px;
font-size: 21px;
margin-top: 10px;
line-height: 24px;
text-align: left;
font-family: 'SemanaSans-Medium';
font-weight: 500;
font-style: normal;
color: #303440;
}
h3 {
font-size: 15px;
font-family: 'SemanaSans-Medium';
font-weight: 300;
font-style: normal;
text-align: left;
line-height: 20px;
color: #303440;
}
p {
font-size: 18px;
color: #303440;
}
.linea{
width: 80%;
height: 1px;
border-bottom: 1.5px solid #4C342A;
}
.img-fondo{
transform: scale(2.5);
}

/*-----------------------------------fin----------------------------------------*/
.iframe{
width: 100%;
height: 290px;
overflow: hidden;
border: 1.5px solid #c8ad89;
}
.transform-in {
	display: flex;
	/*
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
	*/
}
.transform-out {
	display: flex;
	/*
-webkit-transform: translate(-50%, -50%) scale(0.5);
transform: translate(-50%, -50%) scale(0.5);
	*/
}
@media(max-width:1400px){
.popup-box{
max-width: 430px;
}
.popup-box2{
max-width: 430px;
}
.popup-box3{
max-width: 430px;
}
.popup-box4{
max-width: 430px;
}
.popup-box5{
max-width: 430px;
}
.popup-box6{
max-width: 430px;
}
.popup-box7{
max-width: 430px;
}
.iframe{
width: 100%;
border-radius: 9px;
}
.linea{
width: 70%;
margin-bottom: 20px;
}
}
@media(max-width:768px){
.linea{
width: 80%;
}
.popup-box{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box2{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box3{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box4{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box5{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box6{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.popup-box7{
width: 80%;
padding: 15px;
margin-top: 5%;
}
.iframe{
width: 100%;
height: 200px;
border-radius: 9px;
}
h2{
margin-bottom: 10px;
margin-top: 10px;
font-size: 21px;
}
h3{
font-size: 14px;
line-height: 19px;
}
}

.popup-wrap2-1, .popup-wrap2-2, .popup-wrap2-3 {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.popup-box2-1, .popup-box2-2, .popup-box2-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 450px;
  padding: 1.5%;
  position: absolute;
  margin-top: 1%;
  box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  border-radius: 9px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border: 1px solid #D0855D;
}

.popup-box2-1 .close-btn,
.popup-box2-2 .close-btn,
.popup-box2-3 .close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #383838;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
}
.popup-wrap2-1, .popup-wrap2-2, .popup-wrap2-3 {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.popup-box2-1, .popup-box2-2, .popup-box2-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 450px;
  padding: 1.5%;
  position: absolute;
  margin-top: 1%;
  box-shadow: 0 2px 16px rgba(0,0,0,0.5);
  border-radius: 9px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border: 1px solid #D0855D;
}
/* === BOTÓN DE CIERRE GLOBAL === */
.close-btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
  font-weight: bold;
  line-height:25px;
  text-decoration: none;
  color: #fff;
  background: #383838;
  border-radius: 1000px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 20;
	cursor: pointer;
}

.close-btn:hover {
  background: #d95050;
  transform: rotate(180deg);
}
/* ===========================================================
   POPUP — CONTENEDOR GENERAL (APLICA A LOS 22 POPUPS)
   =========================================================== */
[class^="popup-wrap"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: none;              /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

/* Mostrar popup */
[class^="popup-wrap"].activo {
    display: flex;
}

/* ===========================================================
   POPUP — CAJA INTERNA (TODOS LOS POPUPS USAN ESTO)
   =========================================================== */
[class^="popup-box"] {
    background: #ffffff;
    width: 40%;
    max-width: 350px;          /* Tamaño uniforme */
    padding: 40px 45px;
    border-radius: 14px;
    box-shadow: 0px 6px 30px rgba(0,0,0,0.22);
    position: relative;
    animation: popupIn .25s ease-out forwards;
    transform-origin: center;
    text-align: left;
}

/* Animación */
@keyframes popupIn {
    from { transform: scale(.85); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

/* ===========================================================
   BOTÓN CERRAR
   =========================================================== */
.close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 23px;
    cursor: pointer;
    color: #ff4c4c;
    font-weight: bold;
    transition: 0.2s ease;
}

.close-btn:hover {
    transform: scale(1.15);
}

/* ===========================================================
   TIPOGRAFÍA GENERAL DEL POPUP
   =========================================================== */
.titulo-popup {
    font-family: "din-2014", sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
    text-align: center;
    color: #222;
}

.fuente-popup {
    font-family: "din-2014", sans-serif;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.8;
}

.contenido-popup p {
    font-family: "din-2014", sans-serif;
    line-height: 23px;
    margin-bottom: 7px;
    color: #333;
}

/* ===========================================================
   RESPONSIVE — AJUSTE MÓVIL
   =========================================================== */
@media (max-width: 768px) {

    [class^="popup-box"] {
        width: 90%;
        max-width: 95%;
        padding: 30px 25px;
    }

    .titulo-popup {
        font-size: 22px;
    }

    .fuente-popup {
        font-size: 13px;
    }

    .contenido-popup p {
        font-size: 15px;
        line-height: 1.4;
    }

    .close-btn {
        font-size: 28px;
        right: 12px;
        top: 12px;
    }
}

/* ===========================================================
   POPUP — CONTENEDOR GENERAL (APLICA A LOS 22 POPUPS)
   =========================================================== */
[class^="popup-wrap"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}
[class^="popup-wrap"].activo { display: flex; }

/* ===========================================================
   POPUP — CAJA INTERNA
   =========================================================== */
[class^="popup-box"] {
    background: #ffffff;
    width: 40%;
    max-width: 340px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0px 6px 30px rgba(0,0,0,0.22);
    position: relative;
    animation: popupIn .25s ease-out forwards;
    transform-origin: center;
    text-align: left;
}

/* Animación */
@keyframes popupIn {
    from { transform: scale(.85); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* Botón cerrar */
.close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 23px;
    cursor: pointer;
    color: white;
    font-weight: 200;
	text-align: center;
    transition: 0.2s ease;
}
.close-btn:hover { transform: scale(1.15); }

/* Textos */
.titulo-popup {
    font-family: "din-2014", sans-serif;
    font-size: 24px;
	line-height: 29px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 8px;
}

.fuente-popup {
    font-family: "din-2014", sans-serif;
    font-size: 12px !important;
    text-align: left;
    color: #666;
    margin-bottom: 20px;
    opacity: .8;
}

.contenido-popup p {
    line-height: 18px;
    margin-bottom: 7px;
    font-family: "din-2014", sans-serif;
	font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    [class^="popup-box"] {
        width: 70%;
        max-width: 95%;
        padding: 10px 15px;
    }
    .titulo-popup { font-size: 22px; }
    .fuente-popup { font-size: 13px; }
    .contenido-popup p {
        font-size: 15px;
        line-height: 1.4;
    }
    .close-btn {
        font-size: 28px;
        right: 12px;
        top: 12px;
    }
}
.contenido-popup p strong {
  font-weight: 600; /* o 800 si quieres aún más fuerza */
  color: #1e1e1e;   /* más oscuro si hace falta */
}
.rojo .linea-color {
  background-color: #e80000;
  height: 3px;
  width: 100%;
  margin: 10px 0;
}

.naranja .linea-color {
  background-color: #ff7517;
  height: 3px;
  width: 100%;
  margin: 10px 0;
}

.amarillo .linea-color {
  background-color: #ffd000;
  height: 3px;
  width: 100%;
  margin: 10px 0;
}
