@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: 160px 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: 600;
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);
}
/*-------------------------------1-------------------------*/
.btn {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn:hover {
opacity: 0.75;
}
.popup-wrap {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box .close-btn {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in, .transform-out {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------2----------------------------------------*/
.btn2 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn2:hover {
opacity: 0.75;
}
.popup-wrap2 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box2 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box2 .close-btn2 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in2, .transform-out2 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
/*-----------------------------------3----------------------------------------*/
.btn3 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn3:hover {
opacity: 0.75;
}
.popup-wrap3 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box3 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box3 .close-btn3 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in3, .transform-out3 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup3{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------4----------------------------------------*/
.btn4 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn4:hover {
opacity: 0.75;
}
.popup-wrap4 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box4 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box4 .close-btn4 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in4, .transform-out4 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup4{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------5----------------------------------------*/
.btn5 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn5:hover {
opacity: 0.75;
}
.popup-wrap5 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box5 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box5 .close-btn5 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in5, .transform-out5 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup5{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------6----------------------------------------*/
.btn6 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn6:hover {
opacity: 0.75;
}
.popup-wrap6 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box6 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box6 .close-btn6 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in6, .transform-out6 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup6{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------7----------------------------------------*/
.btn7 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn7:hover {
opacity: 0.75;
}
.popup-wrap7 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box7 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box7 .close-btn7 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in7, .transform-out7 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup7{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------8----------------------------------------*/
.btn8 {
margin-top: 30px;
padding: 2.2% 5.5%;
display: inline-block;
-webkit-transition: all linear 0.15s;
transition: all linear 0.15s;
border-radius: 3px;
background: #5e4915;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #333;
}
.btn8:hover {
opacity: 0.75;
}
.popup-wrap8 {
width: 100%;
height: 100%;
display: none;
justify-content: center;
position: absolute;
top: 0px;
left: 0px;
content: "";
z-index: 1;
}
.popup-box8 {
display: flex;
flex-direction: column;
align-items: center;
width: 90%;
max-width: 450px;
padding: 1.5%;
position: absolute;
margin-top: 13%;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
border-radius: 3px;
background: #5e4915;
text-align: center;
overflow: hidden;
border-radius: 9px;
border: 1px solid #D0855D;
}
.popup-box8 .close-btn8 {
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 5px;
right: 5px;
font-size: 25px;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
border-radius: 1000px;
background: #feb400;
font-weight: bold;
text-decoration: none;
color: #5e4915;
line-height: 27px;
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;
}
/*
.popup-box .close-btn:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
.transform-in8, .transform-out8 {
display: flex;
-webkit-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.fondo-popup8{
background-repeat: no-repeat;
top: 0;
display: flex;
position: absolute;
height: 100%;
width: auto;
}
/*-----------------------------------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%;
}
}
@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;
}
}