:root,
.elementor-kit-6 {
--e-global-typography-primary-font-family: "Roboto", sans-serif;
--e-global-typography-secondary-font-family: "Roboto", sans-serif;
--e-global-typography-text-font-family: "Roboto", sans-serif;
--e-global-typography-accent-font-family: "Roboto", sans-serif;
} @font-face {
font-display: swap; font-family: "Roboto";
font-style: normal;
font-weight: 300;
src: url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/roboto-v32-latin-300.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/roboto-v32-latin-regular.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Roboto";
font-style: normal;
font-weight: 500;
src: url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/roboto-v32-latin-500.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Roboto";
font-style: normal;
font-weight: 700;
src: url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/roboto-v32-latin-700.woff2) format("woff2"); } @font-face {
font-display: swap; font-family: "Roboto";
font-style: normal;
font-weight: 900;
src: url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/roboto-v32-latin-900.woff2) format("woff2"); }
@font-face {
font-family: "HelveticaNeue BlackCond";
src: local("Helvetica Neue Condensed Black"), local("HelveticaNeue-CondensedBlack"), url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/HelveticaNeue-BlackCond.woff2) format("woff2"), url(//foroinvest.com/wp-content/themes/foroinvest/assets/fonts/HelveticaNeue-BlackCond.woff) format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
.post-type-archive-ponentes .ponente__biografia {
display: none;
}
.contenedor-ponentes {
padding-top: 140px;
}
.nav-dias {
display: flex;
column-gap: 109px;
margin-bottom: 70px;
row-gap: 30px;
position: fixed;
width: 100%;
background-color: #fff;
height: fit-content;
padding-top: 50px;
padding-bottom: 50px;
top: 150px;
}
@media only screen and (max-width: 600px) {
.nav-dias {
column-gap: 0;
width: 100%;
justify-content: center;
margin-left: -15px;
padding-top: 30px;
padding-bottom: 30px;
top: 100px;
}
}
.nav-dias span {
margin-right: 5px;
display: block;
}
@media only screen and (max-width: 600px) {
.nav-dias span {
display: none;
}
}
.nav-dias li {
list-style: none;
width: 130px;
}
.nav-dias li.active a {
font-weight: bold;
}
.nav-dias li.active a::before {
content: "";
position: absolute;
background: url(//foroinvest.com/wp-content/themes/foroinvest/assets/img/dias-deco.svg);
width: 85px;
height: 4px;
bottom: -15px;
margin: auto;
left: 0;
right: 0;
}
.nav-dias a {
text-decoration: none;
color: inherit; text-align: center;
display: flex;
justify-content: center;
position: relative;
}
.nav-dias a:hover {
font-weight: bold;
color: #000000;
}
.nav-dias a:hover::before {
content: "";
position: absolute;
background: url(//foroinvest.com/wp-content/themes/foroinvest/assets/img/dias-deco.svg);
width: 85px;
height: 4px;
bottom: -15px;
margin: auto;
left: 0;
right: 0;
}
.dia {
margin-bottom: 70px;
border-bottom: 1px solid #000000;
}
.dia .dia-titulo {
font-size: 40px;
margin-bottom: 40px;
font-weight: bold;
}
.dia .momento-subtitulo {
font-size: 25px;
font-weight: 500;
}
.dia .momento-subtitulo strong {
color: #e20613;
}
.dia .momento-lugar {
font-size: 20px;
font-weight: 300;
display: none;
}
.grid-ponentes {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 65px;
row-gap: 45px;
margin-top: 50px;
padding-bottom: 50px;
}
@media only screen and (max-width: 990px) {
.grid-ponentes {
grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (max-width: 600px) {
.grid-ponentes {
grid-template-columns: 1fr;
}
}
.ponente__imagen {
margin-bottom: 14px;
}
.ponente__imagen img {
height: auto;
width: 100%;
}
.ponente__biografia {
display: none;
}
.ponente__nombre {
font-size: 25px;
margin: 0;
font-weight: 300;
letter-spacing: -0.02em;
}
.ponente__cargo {
font-size: 17px;
margin-bottom: 10px;
font-weight: bold;
letter-spacing: -0.02em;
}
.ponente__cta {
font-size: var(--e-global-typography-04cceaf-font-size);
font-weight: 500;
border: 0;
margin-bottom: 20px;
text-decoration: underline;
cursor: pointer;
display: none;
} .popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1000;
}
.popup-content {
position: relative;
background-color: #fff;
width: 90%;
max-width: 600px;
margin: 20px auto;
padding: 20px;
border-radius: 5px;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
.popup-content {
overflow: auto;
height: 80vh;
}
}
.close-popup {
position: absolute;
right: 20px;
top: 10px;
font-size: 34px;
cursor: pointer;
color: #333;
}
.close-popup:hover {
color: #000;
}