@charset "utf-8";
/* CSS Document */


#sp-header {
    background: #11111100;
	
	
/*	margin-top: 165px;*/
}

#sp-header {
    height: 90px;
    width: 100%;
    position: absolute;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background: #022648eb;
	
	margin-top:0px;
}

/* MENU */

.sp-megamenu-parent {
    FONT-WEIGHT: 200;
    list-style: none;
    padding: 0 20px;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: right;
    position: relative;
    background-color: #0000008a;
    border-radius: 124px;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 10px !important;
    line-height: 60px;
    font-size: 14px;
    margin: 0;
}


.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}




/* BUTTONS */


body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
    background-color: #022648 !important;
    color: #ffffff;
}

.show>.sppb-btn-success.dropdown-toggle, .sppb-btn-success.active, .sppb-btn-success:active {
    background-color: #469E00 !important;
    background-image: none;
    border-color: #469E00;
}


/* FOOTER */

#sp-bottom:after {
    content: "";
    position: absolute;
    top: 200px;
    width: 100%;
    height: 0px !important;
    display: block;
    background: #768589;
}


/*.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
    display: block;
    max-width: 50%;
    height: auto;
    margin-bottom: 20px;
}*/

.sppb-addon-clients-image {
	    max-width: 50%;
	margin: 15px 0px;
}

.sppb-article-img-wrap {
	max-height: 250px;
}

.article-intro-image {
	max-height: 250px;
}

body .sppb-btn, body .btn {
    text-transform: none;
    padding: 11px 26px;
    border: none;
    font-size: 14px;
    line-height: 1.43;
    white-space: normal;
}

.com-content.view-article #sp-main-body .article-details-intro {
    padding: 100px 0 300px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
/*    background-image: url("../images/page-title-bg.png");
	
*/      background-image: url("../images/page-title-bg2.png");

	background-color: #000a17;
    text-align: center;
    background-size: cover;
}

.com-content.view-article #sp-main-body .article-details-intro2 {
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    background-image: url("../images/page-title-bg2.jpg");
    background-color: #000a17;
    text-align: center;
    background-size: cover;
    margin-bottom: 300px;
}

.latest-post-info {
	display: none;
}

.issuu {
    float: left;
    width: 200px;
    /* height: 284px; */
    margin: 20px 15px 30px 15px;
    padding: 10px 0px;
    text-align: center;
}

.issuu h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    min-height: 35px;
}


.issuu span {
    font-size: 12px;
    padding-bottom: 10px;
}

.sppb-addon-1759731850520 a:hover {
	background-color: rgba(2, 38, 72, 0.9)
}

.logos-socios {
	text-align: center;
}

.logos-socios img {
    max-width: 250px;
	max-height: 200px;
    margin-bottom: 40px;
    align-items: center;
    margin: 0px auto;
    padding: 30px 0px 50px 0px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important;
    font-size: 12px;
    text-align: center;
}