@charset "utf-8";
/*****************************************
****** CSS CUSTOMS MARKETEAM.CL **********
******************************************/
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
	background-image: linear-gradient(131deg, #00a9e1 100%, #00a9e1 100%) !important;
}
#sp-header .sp-megamenu-parent > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 2px;
    margin: 0;
}
.sppb-slider-wrapper .sppb-slideshow-fullwidth-item .sppb-fullwidth-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 80px;
    text-shadow: 1px 1px #000;
}
.sp-page-title {
    padding: 200px 0 120px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.sppb-btn-default {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    border: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(131deg, #7ccbff 0%, #00a9e1 100%);
}