*{
    color: inherit;
    margin: 0;
    text-decoration: none;
	padding: 0;
        -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
h1, h2, h3,h4, h5, h6{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
}
h1{
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
h2{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
h3{
    font-size: 14px;
    color: white;
    margin: 0 0 18px;
    text-transform: uppercase;
}
/* ======================= */
.w-container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.w-container-full{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.more{
    display: block;
    font-weight: 300;
    color: #7F8B6A;
    margin: 40px 0 0;
}
.more > i{
    color: #A3FF00;
    margin-left: 10px;
}
.line-title{
    width: 10%;
    margin: 20px auto 24px;
    border-bottom: 2px solid #A3FF00;
}
.line-title-card{
    width: 100%;
    margin: 20px auto 24px;
    border-bottom: 2px solid #A3FF00;
}
.title-capitalize{
    text-transform: initial;
}
/* ======================= */
.w-quote{
    margin: 70px 0 0;
}
.buttom-quote-blue{
    transition: 0.5s;
}
.buttom-quote-white{
    transition: 0.5s;
    border: none !important;
    background-color: #fff;
    position: relative;
}
/* ======================= */
.fa-download{
    font-size: 17px;
    margin-left: 10px;
}
.color-black{
    color: #000;
}
.color-primary{
    color: #fff !important;
}
.color-secondary{
    color: #08B1D0 !important;
}
.background-primary{
    background-color: #08B1D0;
}
.background-secondary{
    background-color: #9bea0d;
}
.background-white{
    background-color: #fff !important;
}
.buttom-radius, .button-secondary, .button-video-img, .buttom-quote-white{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #08B1D0;
    padding: 10px 22px;
    transition: 0.5s;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid #08B1D0;
}
.buttom-radius:hover{
    color: #fff !important;
    background-color: #08B1D0;
}
.buttom-quote-white:hover{
    color: #fff !important;
    background-color: #08B1D0;
}
.button-secondary{
    color: #9bea0d;
    border: 1px solid #9bea0d !important;
}
.button-secondary:hover{
    color: #fff;
    background-color: #9bea0d;
}
.control-pointer{
    display: block;
    margin: 60px auto 0;
}
.control-postventa{
    margin: 30px auto 0 !important;
}
.control-pointer > div{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    background-color: #70AA0A;
}
.control-postventa > span{
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.control-pointer > div.active{
    background-color: #A3FF00 !important;
}
.control-left, .control-right a.c-left, .c-right{
    display: block;
    width: 50px;
    height: 50px;
    font-size: 21px;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    background-color: #08b1d0;
}
.control-left, .control-right{
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
}
.control-right{
    left: 100%;
}

/* ======================= */
.access{
    /* flex */
    display: flex;
    align-items: center;
}
.linkedln{
    display: inline-block;
    padding: 0 16px 0 0;
}
.linkedln > a > i{
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 9px;
    border-radius: 50px;
    background-color: #08B1D0;
}
/* ======================= */
.mobile-cont{
    width: 260px;
    height: 100vh;
    top: 110px;
    left: -100%;
    transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    background-color: #08b1d0;
    position: fixed;
    z-index: 999;
}
.language-access-fixed{
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
    background: white;
}
.body-mobile{
    margin-top: 0;
}
.mobile-left-position{
    left: 0 !important;
}
.close-mobile{
    cursor: pointer;
    margin-bottom: 30px;
    padding: 22px 28px;
}
.close-mobile > i{
    float: right;
    font-size: 24px;
    color: white;
}
.mobile-blur-position{
    opacity: 1 !important;
    z-index: 99 !important;
}
.blur-mobile{
    display: none;
    width: 100%;
    height: 100vh;
    opacity: 0;
    top: 110px;
    transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    background-color: #232323c9;
    position: fixed;
    z-index: -1;
}
ul.nav-menu-mobile{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav-menu-mobile li{
    display: block;
    padding: 10px 0 10px 28px;
}
ul.nav-menu-mobile a{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: white;
    transition: 0.2s;
    text-transform: uppercase;
}
ul.nav-menu-mobile a > i{
    font-size: 19px;
    color: #A3FF00;
    top: 1px;
    margin-left: 2px;
    position: relative;
}
ul.nav-menu-mobile a:hover{
    color: #A3FF00;
}
/* ======================= */
.subtitle-list-mobile{
    display: none;
    margin: 19px 0 5px;
}
.subtitle-list-mobile-block{
    display: block !important;
}
.subtitle-list-mobile > li{
    padding: 5px 0 5px 0px !important;
}
.subtitle-list-mobile > li > a{
    font-size: 13px;
}
.list-mobile-active{
    color: #A3FF00 !important;
}
/* ======================= */
.misionvision-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ======================= */
.values > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ======================= */
.header-language{
    height: 70px;
    background-color: #fff;
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.br-white{
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1;
	background: rgb(0,0,0,0.2);
}
.header{
    height: 84px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    /* flex */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand{
    width: 286px;
    height: 34px;
}
.w-nav{
    display: inline-block;
    position: relative;
}
.w-nav > a{
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
    line-height: 83px;
    padding: 0 18px;
    transition: 0.2s;
    text-transform: uppercase;
}
.w-nav > a.active{
    color: #A3FF00;
}
.w-nav > a:hover{
    color: #A3FF00;
}
.w-nav > a > i.fa-caret-down{
    font-size: 19px;
    color: #A3FF00;
    top: 1px;
    margin-left: 2px;
    position: relative;
}
.nav-active{
    color: #08B1D0 !important;
    background-color: white;
}
.nav-active > i{
    color: #08B1D0 !important;
}
.nav-subtitle{
    display: none;
    width: 200px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #676767;
    padding: 25px 20px;
    transition: 0.2s;
    background-color: white;
    position: absolute;
}
.nav-subtitle > a:hover{
    color: #08B1D0;
}
.nav-subtitle-block{
    display: block !important;
}
.nav-subtitle > a{
    display: block;
    padding: 5px 0;
}
.bar-menu{
    display: none;
    cursor: pointer;
}
.bar-menu > i{
    font-size: 32px;
    color: white;
}
/* ======================= */
.slidershow{
    height: 680px;
    margin-top: -84px;
}
.banner-page{
    height: 480px;
    margin-top: -84px;
    position: relative;
}
.banner-page > img.banner-product{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.banner-slider{
    height: 499px;
}
.banner-slider > .caption-page{
    height: 415px !important;
}
.caption{
    color: white;
    /* flex */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.caption-slider{
    height: 595px;
    top: 84px;
    position: relative;
     /* flex */
    justify-content: center;
}
.caption-page{
    height: 395px;
    top: 84px;
    text-transform: uppercase;
    position: relative;
     /* flex */
    justify-content: center;
}
.cover-brand-product{
    width: 450px;
    height: 250px;
    overflow: hidden;
    left: 0;
    border-radius: 0 200px 200px 0;
    background: #fff;
    position: absolute;
    /* flex */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.brand-product{
    width: 190px;
    height: 190px;
    margin-right: 30px;
}
.brand-product > img{
    max-width: 100%;
    height: 100%;
}
/* ======================= */
.section-values{
    background-position: 100%;
    background-size: cover;
    background-image: url(http://www.sjp.cl/wp-content/uploads/2018/12/fondonuestrosvalores.png);
}
.w-items-values{
    margin: 90px 0 0;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  	
}
.w-items-values-margin{
    margin: 0;
}
.items-values{
    margin: 0 15px;
    display: flex;
    justify-content: center;
    flex: 1;
}
.number-values{
    margin: 0 0 70px;

}
.number-values > span{
    float: left;
    width: 66px;
    height: 66px;
    font-weight: bold;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    margin: 0 30px 0 0;
    border-radius: 50px;
    position: relative;
}
.number-values > span > img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.number-values p{
    float: left;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    top: -58px;
    padding: 0 30px 0 90px;
    position: relative;
}
/* ======================= */
.w-double-content{
    /* flex */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.w-double-content > div{
    margin: 0 25px;
    /* flex */
    flex: 1;
}
.w-double-content > div > .line-title{
    margin: 20px 0 24px;
}
.w-double-content > div > p{
    width: 100% !important;
}
/* ======================= */
.section-double{
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section-double-img{
    height: 500px;
    background-color: #fafafa;
    position: relative;
    /* flex */
    flex: 1 0 50%;
}
.section-double-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.section-double-content{
    height:100%;
    color: white;
    padding: 100px;
    background-color: #08B1D0;
    /* flex */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 0 50%;
}
.section-double-content > span{
    text-transform: uppercase;
}
.section-double-content > h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 42px;
    font-weight: 600;
    margin: 2px 0 24px;
}
.section-double-content > .line-year{
    width: 10%;
    margin: 0 0 24px;
    border-bottom: 1px solid #A3FF00;
}
.control-pointer-left{
    margin: 60px 0 0 !important;
}
.title-double{
    font-size: 28px !important;
}
.button-video-img{
    color: #000;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -120%);
        -webkit-transform: translate(-50%, -120%);
        -moz-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        -o-transform: translate(-50%, -120%);
    border: 1px solid #7fee00;
    background-color: #7fee00;
    position: absolute;
}
/* ======================= */
.cont-map-international{
    margin: 100px 0 0;
    position: relative;
}
img.map-international
{
    width: 1120px;
    height: 585px;
}
/* ======================= */
.mp-aboslute{width: 30px;height: 30px;cursor: pointer;border-radius: 50px;position: absolute;}
.mp-aboslute-img{display:none;top: -52px;left: -15px;position: absolute;}
.map-point-1{left: 215px;top: 40px;}
.map-point-2{left: 120px;top: 172px;}
.map-point-3{left: 183px;top: 251px;}
.map-point-4{left: 278px;top: 208px;}
.map-point-5{left: 236px;top: 282px;}
.map-point-6{left: 227px;top: 313px;}
.map-point-7{left: 255px;top: 318px;}
.map-point-8{left: 266px;top: 458px;}
.map-point-9{right: 112px;top: 171px;}
.map-point-10{right: 157px;top: 160px;}
.map-point-11{right: 234px;top: 160px;}
.map-point-12{right: 208px;top: 232px;}
.map-point-13{right: 244px;top: 312px;}
.map-point-14{right: 134px; top: 396px;}
.map-point-15{right: 166px;top: 222px;}
.map-point-16{right: 411px;top: 209px;}
.map-point-17{right: 435px;top: 232px;}
.map-point-18{right: 401px;top: 244px;}
.map-point-19{right: 473px;top: 272px;}
.map-point-20{right: 521px;top: 162px;}
.map-point-21{right: 580px;top: 183px;}
.map-point-22{right: 608px;top: 160px;}
.map-point-23{right: 525px;top: 120px;}
.map-point-24{right: 550px;top: 133px;}
.map-point-25{right: 580px;top: 139px;}
.map-point-26{right: 569px;top: 107px;}

.map-point-1:hover .mp-aboslute-img{display: block;}
.map-point-2:hover .mp-aboslute-img{display: block;}
.map-point-3:hover .mp-aboslute-img{display: block;}
.map-point-4:hover .mp-aboslute-img{display: block;}
.map-point-5:hover .mp-aboslute-img{display: block;}
.map-point-6:hover .mp-aboslute-img{display: block;}
.map-point-7:hover .mp-aboslute-img{display: block;}
.map-point-8:hover .mp-aboslute-img{display: block;}
.map-point-9:hover .mp-aboslute-img{display: block;}
.map-point-10:hover .mp-aboslute-img{display: block;}
.map-point-11:hover .mp-aboslute-img{display: block;}
.map-point-12:hover .mp-aboslute-img{display: block;}
.map-point-13:hover .mp-aboslute-img{display: block;}
.map-point-14:hover .mp-aboslute-img{display: block;}
.map-point-15:hover .mp-aboslute-img{display: block;}
.map-point-16:hover .mp-aboslute-img{display: block;}
.map-point-17:hover .mp-aboslute-img{display: block;}
.map-point-18:hover .mp-aboslute-img{display: block;}
.map-point-19:hover .mp-aboslute-img{display: block;}
.map-point-20:hover .mp-aboslute-img{display: block;}
.map-point-21:hover .mp-aboslute-img{display: block;}
.map-point-22:hover .mp-aboslute-img{display: block;}
.map-point-23:hover .mp-aboslute-img{display: block;}
.map-point-24:hover .mp-aboslute-img{display: block;}
.map-point-25:hover .mp-aboslute-img{display: block;}
.map-point-26:hover .mp-aboslute-img{display: block;}
/* ======================= */
.w-carrusel-product{
    margin: 50px 0;
    position: relative;
    /* flex */
    display: flex;
    flex-direction: row;
}
.w-carrusel-product > .product{
    margin: 0 15px;
    /* flex */
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}
.w-carrusel-product > .product > img{
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
/* ======================= */
.banner-single{
    height: 180px !important;
}
.section-single{
    margin: -100px 0 -100px !important;
}
.w-single-fondo{
    height: auto;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.single-child{
    /* flex */
    flex: 1;
}
.single-child.background-white{
    min-height: 761px;
    padding: 60px 60px 150px;
    position: relative;
    box-shadow: 0px 0 28px 2px rgba(199, 199, 199, 0.30);
    /* flex */
    flex: 400px;
}
.single-child > h2{
    font-size: 26px;
}
.single-child > .line-title-card{
    width: 40%;
    margin: 20px 0 40px;
}
.single-child > p{
    margin: 25px 0;
}
.single-sidebar{
    /* flex */
    display: flex;
    flex-direction: column !important;
}
.single-child-img{
    height: 300px;
}
.single-child-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-child-widget{
    padding: 30px;
}
.single-child-widget > h2{
    font-size: 26px; 
}
.single-child-widget > .line-title{
    width: 24%;
    margin: 20px 0 24px;
    border-bottom: 2px solid #A3FF00;
}
.widget-new{
    margin: 26px 0;
    /* flex */
    display: flex;
    flex-wrap: nowrap;
}
.widget-new > .img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.widget-new > .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-new > .content > a > h2{
    width: 177px;
    font-size: 17px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget-new > .content > .more{
    font-size: 12px;
    margin: 14px 0 0;
}
/* ======================= */
.img-event{
    display: block;
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
}
.line-divide{
    border-bottom: 1px solid #d8d8d8;
}
/* ======================= */
.boxed-new-img{
    height: 200px;
    overflow: hidden;
}
span.date-new{
    display: block;
    font-size: 12px;
    color: #7F8B6A;
    margin: 0 0 10px;
    text-transform: uppercase;
}
/* ======================= */
.form-group{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
    /* flex */
    flex: 1;
}
.form-control{
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 13px 22px;
    border: none;
    border-radius: 50px;
    background: #e8c03e;
}
.form-control:focus{
    outline: none;
}
.form-double{
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.screen-reader-response{
    display: none;
}
.wpcf7-not-valid-tip{
    display: block;
    margin: 8px 9px -5px;
    color: #ff4a1c;
    font-size: 13px;
}
.wpcf7-validation-errors{
    padding: 12px 20px;
    border: 1px solid #ff4a1c;
    border-radius: 50px;
    font-size: 12px;
    color: #ff4a1c;
    display: inline-block;
    margin: 0 10px;
}
.wpcf7-mail-sent-ok{
    padding: 12px 20px;
    border: 1px solid #46a900;
    border-radius: 50px;
    font-size: 12px;
    color: #46a900;
    display: inline-block;
    margin: 0 10px;
}
textarea.form-control{
    height: 242px;
    resize: none;
    border-radius: 20px;
}
.style-submit{
    color: #ef5a33 !important;
    background-color: #d4e7ff !important;
    border: 1px solid #ef5a33 !important;
}
.style-submit:hover{
    color: #ef5a33 !important;
    background-color: #d4e7ff !important;
    border: 1px solid #ef5a33 !important;
}
.div-right{
    margin: 0 10px;
    /* flex */
    display: flex;
    justify-content: flex-end;
}
.div-right > a{
    margin-left: 10px;
}
/* ======================= */
.map{
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
}
.section-address{
    padding: 107px 0 100px !important;
}
.w-address{
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.item-address{
    /* flex */
    flex: 1;
}
.address-contact{
    margin: 0;
}
.color-info{
    color: #08B1D0 !important;
}
/* ======================= */
.section{
    padding: 100px 0;
    background-color: #fff;
}
.section-gray{
    background-color: #fafafa;
}
.section-effect{
    margin-top: -100px;
}
/* ======================= */
.w-double{
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.w-double-margin-top{
    margin: 80px 0 0;
}
.w-double > div{
    height: auto;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.w-double > div > p{
    width: 70%;
    margin: 5px 0;
}
/* ======================= */
.w-boxed{
    position: relative;
    /* flex */
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.w-boxed-margin-top{
    margin: 120px 0 0;
}
.boxed-post{
    height: 528px !important;
}
.boxed{
    height: auto;
    overflow: hidden;
    margin: 0 15px;
    padding: 15px;
    box-shadow: 0px 0 28px 2px rgba(199, 199, 199, 0.30);
    background-color: white;
    flex: 1;
}
.boxed-img{
    width: 100%;
    height: 147px;
    background-color: #fff;
}
.boxed-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-boxed-img-margin{
    margin: 90px 0 -46px
}
.boxed-img-margin{
    height: 170px;  
    margin: 8px 0;
    position: relative;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxed-img-margin > h2{
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.boxed-img-margin > img{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
    position: absolute;
}
.boxed-content{
    width: 100%;
    height: auto;
    padding: 52px 10px;
}
.boxed-content > h2{
    font-size: 26px;
}
.boxed-content > .line-title{
    margin: 40px auto;
}
/* ======================= */
.boxed-img-fresh{
    height: auto;
    padding: 50px 50px 0;
}
/* ======================= */
.w-boxed-full-img{
    margin: 120px 0 0;
    /* flex */
    display: flex;
    flex-wrap: nowrap;
}
.w-boxed-margin{
    margin: 28px 0 0;
}
.boxed-full-img{
    height: 430px;
    overflow: hidden;
    margin: 0 15px;
    padding: 28px 28px 40px;
    position: relative;
    /* flex */
    display: flex;
    flex-direction: column;
    flex: 1;
}
.boxed-full-img > img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    position: absolute;
}
.boxed-full-content{
    height: 100%;
    position: relative;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.boxed-full-content > div > h2{
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.subtitle-boxed-full{
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
/* ======================= */
.boxed-no-padding{
    height: auto;
    padding: 0 !important;
}
.boxed-no-padding > .boxed-img{
    height: 220px;
    overflow: hidden;
}
.boxed-full{
    padding: 52px 25px;
}
/* ======================= */
.boxed-product{
    height: 150px !important;
}
.boxed-product-name{
    font-size: 20px !important;
}
/* ======================= */
.paragraph-number{
    margin: 40px 0;
}
.paragraph-number > span{
    font-size: 35px;
    color: #08B1D0;
    top: 48px;
    position: relative;
}
.paragraph-number > h3{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 56px;
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #A3FF00;
}
p.paragraph{
    margin: 0 0px 0 60px;
}
.my-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
/* ======================= */
.w-cause-effect{
    /* flex */
    display: flex;
    flex-direction: row;
}
.w-items-effect{
    margin: 0 15px;
    /* flex */
    display: flex;
    flex-direction: column;
    flex: 1;
}
.w-items-effect-child{
    height: 430px;
    margin: 15px 0;
    padding: 40px;
    position: relative;
    /* flex */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.w-items-effect-child > img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    position: absolute;
}
.w-items-effect-child > h2{
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
/* ======================= */
.w-cause-small{
    max-width: 290px;
}
.w-cause-small-two{
    max-width: 420px;
}
.w-cause-medium{
    max-width: 390px;
}
.w-cause-large-medium{
    width: 739px;
    max-height: 340px;
}
.cause-small{
    width: 290px;
    height: 290px;
}
.cause-small-two{
    height: 290px;
}
.cause-bold{
    height: 530px;
}
.cause-bold-two{
    height: 660px;
}
.cause-large{
    width: 290px;
    height: 570px;
}
.cause-horizontal{
    height: 330px;
}
/* ======================= */
.w-bdouble-slider{
    margin: 80px 0 0;
    box-shadow: 0px 0 28px 2px rgba(199, 199, 199, 0.30);
    background-color: white;
    position: relative;
    /* flex */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.bdouble-slider1,.bdouble-slider2,.bdouble-slider3,.bdouble-slider4,.bdouble-slider5,.bdouble-title1,.bdouble-title2,.bdouble-title3,.bdouble-title4,.bdouble-title5,.bdouble-cont1,.bdouble-cont2,.bdouble-cont3,.bdouble-cont4,.bdouble-cont5{
    display: none;
}
.bdouble-block{
    display: block;
}
.bdouble-slider-img{
    width: 300px;
    height: 300px;
}
.bdouble-slider-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bdouble-slider-content{
    padding: 60px 30px 60px;
    /* flex */
    flex: 1;
}
.bdouble-slider-content > h2{
    margin-bottom: 20px;
}
/* ======================= */
.w-footer{
    padding: 100px 0;
    background-color: #777;
}
.footer{
    /* flex */
    display: flex;
    flex-wrap: wrap;
}
.col-footer{
    color: white;
    margin: 0 5px;
    /* flex */
    flex: 1;
}
.col-footer-12{
    /*display: flex;
    justify-content: flex-end;*/
	bottom: 150px;
	position: relative;
	text-align: right;
}
.col-footer.right > a{
    display: block;
    padding: 3px 0;
}
.colf-basis{
    flex-basis: 80px;
}
.brand-footer{
    width: 272px;
    height: 32px;
    margin: 0 0 24px;
}
.linkedln-footer > a > i{
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    padding: 9px;
    margin: 50px 0;
    border-radius: 50px;
}
.iso{
    width: 345px;
}
.btn-access{
    margin-right: 10px;
    font-size: 13px;
}

/*=======*/
.lang-item-es,
.lang-item-en,
.lang-item-zh{
    width: 30px;
    line-height: 0px;
    list-style: none;
    margin-left: 14px;
}
.lang-item-es > a{
    background-image: url(https://sjp.cl/wp-content/uploads/2019/03/cl.png);
    background-repeat: no-repeat;
    color: transparent;
    background-size: contain;
}
.lang-item-en > a{
    background-image: url(https://sjp.cl/wp-content/uploads/2019/03/gb.png);
    background-repeat: no-repeat;
    color: transparent;
    background-size: contain;
}
.lang-item-zh > a {
    background-image: url(https://sjp.cl/wp-content/uploads/2019/04/zh.png);
    background-repeat: no-repeat;
    color: transparent;
    background-size: contain;
}
.wpcp-carousel-section.sp-wpcp-1456 .wpcp-single-item {
    border: 1px solid transparent !important;
}
.wpcp-carousel-section:not(.wpcp-product-carousel) .wpcp-single-item {
    background: transparent !important;
}
.form-captcha{
    display: flex; 
    justify-content: flex-end;
}