@charset "utf-8";
/* CSS PORTAL LATAM INVESMENT GROUP */
body {
    color: #000000;
}
#sp-main-body {
    padding: 50px 0;
}
/** MENU **/
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
	font-family: 'Oswald';
    display: inline-block;
    padding: 0 10px;
    line-height: 33px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    border-radius: 2px;
    margin-top: 20px;
    font-weight: 400!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-family: "Oswald";
	text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #f2ba00 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 5px 20px;
    color: #141414;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 400;
}
/** HEADER, MENU Y TOP-BAR **/
#sp-top-bar .container {
    border-bottom: none;
    display: table;
    padding-bottom: 5px;
}
#sp-top-bar {
    position: absolute;
    left: 0;
    background: transparent;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0 0;
}
#sp-header .logo {
    display: inline-block;
    height: 70px;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin: 0;
}
#sp-header {
    background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.20);
    height: 70px;
    left: 0;
	position: absolute;
    top: 40px;
    width: 100%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    z-index: 99;
}
#sp-header.menu-fixed {
    position: fixed;
    z-index: 9999;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    background: rgba(28,49,74,0.95);
    top: 0;
    animation-name: fadeInDown;
}
body.header-transparent-black #sp-header.menu-fixed {
    background: #fff;
}
body.header-transparent-black .sp-contact-info li {
    color: #fff;
}
body.no-page-title #sp-top-bar, body.no-page-title #sp-header {
    background: #ffffff;
	color: #000;
}
body.no-page-title #sp-contact-info li {
	color: #000;
}
body.no-page-title #sp-top-bar a {
    color: #000;
}
body.no-page-title #sp-top-bar a:hover {
  	color: #FF8C00;
}
div.sp-page-title h2 {
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/** PIE DE PAGINA **/
#sp-bottom {
    background-color: #151515;
    padding: 20px 0 0px 0;
}
#sp-footer {
    background-color: #000;
    padding: 10px 0 10px 0;
}
.bottom-content-wrap {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.16);
    padding-bottom: 20px;
}
/** SLIDER **/
.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper .sppb-slideshow-fullwidth-item .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    letter-spacing: 0;
}
div[data-arrow-content=icon_only].sp-slider .sp-nav-control .nav-control {
    font-size: 28px;
    width: 30px;
    height: 55px;
	border: none;
}
div[data-arrow-content=icon_only] .sp-nav-control .nav-control i {
    line-height: 0px;
}
.sp-slider .sp-nav-control .nav-control.prev-control {
    left: 20px;
}
.sp-slider .sp-nav-control .nav-control.next-control {
    right: 20px;
}
div.sp-slider .sp-nav-control .nav-control {
    background: none;
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    top: 0;
    bottom: 0;	
}
/** ARTÍCULOS **/
.bfQuickMode legend {
    padding: 5px;
    background: #f2ba00;
    color: #fff;
}
.bfQuickMode section.bfElemWrap {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background: rgba(239, 245, 250,.7)
}
.view-article #sp-main-body {
    padding: 20px 0;
}
article.item .article-info-wrap .article-info-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
article.item .entry-header h2 a {
    color: #3B3D40;
    letter-spacing: -0.32px;
    line-height: 1.25;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 600;
}
article.item p {
    position: relative;
    margin-bottom: 32px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-weight: 700;
}
.btn.btn-default, .btn.sppb-btn-default, .sppb-btn.btn-default, .sppb-btn.sppb-btn-default {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
}
article.item .article-info-wrap .readmore a {
    color: #fff;
	font-weight: 700;
}
article.item .article-info-wrap .readmore a:hover {
    color: #000;
	font-weight: 700;
}
/** PAGE HEADER **/
.page-header {
    display: none;
}
.sp-page-title {
    padding: 180px 0 40px;
}
div.sp-page-title {
    padding: 180px 0 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
    position: relative;
}
div.sp-page-title:before {
    content: '';
    opacity: 1;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
div.sp-page-title h2 {
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
body.header-transparent-black .sp-select .sp-select-result span, body.header-transparent-black .sp-select .sp-select-result i {
    color: #fff;
    font-weight: 700;
}
body.header-transparent-black .sp-select .sp-select-result:before {
    color: #fff;
}
.sp-select ul {
    max-width: 360px;
    background: #a5a5a5;
}
/***** VERSIÓN MOVIL *******/
@media only screen and (max-width: 767px) {
	#sp-header {
    	top: 10px;
	}
	#sppb-addon-1588777653587 .sp-slider .sp-slider-content-wrap {
		width: 60%;
		margin: 0 auto;
	}
}