: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;
}
body.admin-bar .header {
top: 32px;
}
@media only screen and (max-width: 1024px) {
body.admin-bar .header {
top: 45px;
}
}
body.admin-bar .nav-dias {
top: 180px;
}
@media only screen and (max-width: 1024px) {
body.admin-bar .nav-dias {
top: 144px;
}
}
.header {
position: fixed;
z-index: 99;
background-color: #ffffff;
top: 0;
width: 100%;
height: 150px;
display: flex;
box-shadow: 6px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 990px) {
.header {
box-shadow: 6px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
}
@media only screen and (max-width: 1200px) {
.header {
height: 100px;
}
}
.header__container {
display: flex;
justify-content: space-between;
align-items: center;
column-gap: 30px;
padding: 0;
}
.header .toggle-button {
display: none;
}
@media only screen and (max-width: 1024px) {
.header .toggle-button {
display: flex;
position: absolute;
right: 20px;
align-items: center;
cursor: pointer;
width: 30px;
height: 20px;
flex-wrap: wrap;
z-index: 1;
}
}
.header .toggle-button .line {
width: 100%;
height: 2px;
background: var(--e-global-color-text);
margin: 3px auto;
transition: 0.3s;
}
.header .toggle-button.opened .line:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.header .toggle-button.opened .line:nth-child(2) {
opacity: 0;
}
.header .toggle-button.opened .line:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
.header__logo {
position: relative;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
max-width: 240px;
}
}
.header__menu {
display: flex;
}
@media only screen and (max-width: 1024px) {
.header__menu {
flex-grow: 1;
display: flex;
padding-top: 20px;
left: 0;
align-items: flex-start;
column-gap: 40px;
position: fixed;
background: #fff;
width: 100vw;
height: 100vh;
top: 150px;
padding-left: 20px;
padding-right: 20px;
transition: ease 0.3s;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 30px;
transform: translateX(-100vw);
}
.header__menu.opened {
transform: translateX(0vw);
}
}
@media only screen and (max-width: 600px) {
.header__menu {
top: 100px;
}
}
.header__menu ul {
display: flex;
align-items: center;
column-gap: 30px;
}
@media only screen and (max-width: 1024px) {
.header__menu ul {
flex-direction: column;
align-items: flex-start;
row-gap: 30px;
}
}
@media only screen and (min-width: 1200px) {
.header__menu ul li {
width: 82px;
}
}
@media only screen and (min-width: 1200px) {
.header__menu ul li.menu-item-2187 {
width: 190px;
margin-left: 20px;
}
}
@media only screen and (min-width: 1200px) {
.header__menu ul li.menu-item-2187 > a::before {
content: " ";
display: inline-block;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
height: 8px;
width: 8px;
transform: rotate(45deg);
left: -20px;
top: 12px;
position: absolute;
}
}
.header__menu ul li a {
text-decoration: none;
color: inherit;
padding: 10px 0;
position: relative;
display: inline-block;
text-align: left;
margin-bottom: 10px;
}
.header__menu ul li a:hover {
font-weight: bold;
}
.header__menu ul li a:hover::after {
content: "";
position: absolute;
background-image: url(//foroinvest.com/wp-content/themes/foroinvest/assets/img/menu-decoration.svg);
width: 86px;
height: 4px;
left: 0;
margin-left: auto;
bottom: 0;
}
.header__menu ul li.current-menu-item a, .header__menu ul li.current-menu-ancestor a {
position: relative;
font-weight: bold;
}
.header__menu ul li.current-menu-item a::after, .header__menu ul li.current-menu-ancestor a::after {
content: "";
position: absolute;
background-image: url(//foroinvest.com/wp-content/themes/foroinvest/assets/img/menu-decoration.svg);
width: 86px;
height: 4px;
left: 0;
margin-left: auto;
bottom: 0;
}
.menu li:hover .sub-menu {
opacity: 1;
pointer-events: all;
transition: ease 0.4s;
position: relative;
}
@media only screen and (min-width: 1200px) {
.menu li:hover .sub-menu {
position: absolute;
flex-direction: column;
}
}
ul.sub-menu {
opacity: 0;
pointer-events: none;
position: absolute;
background: rgba(0, 0, 0, 0.82);
}
ul.sub-menu li {
width: auto !important;
}
ul.sub-menu li a {
width: 188px;
color: #fff !important;
font-weight: 700;
height: 77px;
display: flex;
align-items: center;
font-size: 17px;
position: relative;
padding: 10px 20px 10px 20px !important;
margin-bottom: 0;
}
ul.sub-menu li a::after {
left: 20px !important;
bottom: 15px !important;
}
@media (min-width: 1200px) {
.cabecera-video .elementor-widget-video {
height: calc(100dvh - 150px);
}
}
@media (min-width: 1200px) {
.cabecera-video .elementor-widget-video iframe {
height: calc(100dvh - 150px);
}
}
#menu-item-2194.current_page_item a {
font-weight: normal;
}
#menu-item-2194 a:after {
background-image: none;
}
#menu-item-2194 a:hover:after {
background-image: url(//foroinvest.com/wp-content/themes/foroinvest/assets/img/menu-decoration.svg);
}
@media (min-width: 3000px) {
.cabecera-video .elementor-custom-embed-image-overlay {
background-position-y: -220px !important;
}
}