
.JB_FWS * {
    /*margin:0;*/
    padding:0;
}

.JB_FWS {
    width:100%;
    height:430px;
    background:#005286;
    float:left;
    position: relative;
    width:100%;
    overflow: hidden;
}

.JB_Border {
    width:100%;
    height:15px;
    position: absolute;
}

.JB_Border.Top {
    top:0;
    left:0;
}
.JB_Border.Bottom {
    bottom:0;
    left:0;
}

.JB_Border.Top.ZigZag {
    background-image:url("../img/home/zigzag_border_top.html");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.JB_Border.Bottom.ZigZag {
    background-image:url("../img/home/zigzag_border_bottom.html");
    background-repeat: repeat-x;
    background-position: 0px 100%;
}

.JB_Border.Top.Paper {
    background-image:url("../img/home/torn_paper_bg_top.html");
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.JB_Border.Bottom.Paper {
    background-image:url("../img/home/torn_paper_bg_bottom.html");
    background-repeat: repeat-x;
    background-position: 0px 100%;
}

.JB_Button_Left {
    background-image: url("../img/home/left_arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    cursor: pointer;
    height: 40px;
    left: 30px;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    width: 22px;
    margin-top: -20px;
}

.JB_Button_Left_BG {
    opacity:0.2;
    background-color: #000;
    height: 40px;
    left: 30px;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 22px;
}

.JB_Button_Right {
    background-image: url("../img/home/right_arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    cursor: pointer;
    height: 40px;
    padding: 30px 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    width: 22px;
}

.JB_Button_Right_BG {
    background-color: #000;
    height: 30px;
    opacity: 0.2;
    padding: 30px 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    width: 22px;
}

.JB_Container {

    width:9999px;
    height:430px;
    margin:0 auto;
    position: absolute;
    overflow: hidden;
    left:0;

    cursor:hand;
    cursor:grab!important;
    cursor:-moz-grab;
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), pointer!important;
    cursor:-webkit-grab;
}

.JB_Slide {
    height:430px;
    float:left;
    position: relative;
}

.JB_Slide_Content {
    bottom:50px;
    margin: 15px auto 0;
    max-width: 1170px;
    position: absolute;
    right: 90px;
    text-align: right;
    left:0 !important;
}

.JB_Pagination {
    /* background: rgba(0, 0, 0, .5); */
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.JB_Pages {
    display: table;
    margin: 0 auto;
}

.JB_Page {
    background-image:url("../img/home/pagination_button.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width:13px;
    height:12px;
    float:left;
    margin-left:5px;
    cursor: pointer;
}
.JB_Page:hover, .JB_Page.active  {
    background-position: -13px 0px;
}

.JB_ReadMore {
    float:left;
    color:#fff;
    margin-top:15px;
    position: relative;
}

.JB_ReadMore_BG {
    top:0;
    lef:0;
    position: absolute;
    background:#000;
    opacity:0.44;
    width:100%;
    height:100%;
}

.JB_ReadMore a {
    padding:10px 30px 10px 20px;
    position: relative;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    background-image:url("../img/home/button_arrow.html");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 12px;
}

.JB_FWS.compromiso {
    background: #ebf4f7;
    /* height: 600px !important; */
}
.JB_FWS.compromiso .JB_Slide_Content {
    top: 26%;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}

.JB_FWS.compromiso .big_text {
  font-family: 'museo100';
  font-size: 76px;
}


/* --- MEDIA QUERY --- */
@media only screen and (max-width: 1280px) {
    .JB_Slide_Content {
        width:800px;
    }
}
@media only screen and (max-width: 1024px) {
    .JB_Slide_Content {
        width:600px;
    }
}
@media only screen and (max-width: 768px) {
    .JB_Slide_Content {
        width:600px;
    }
}

@media only screen and (max-width: 500px) {
    .JB_Slide_Content {
        width:200px;
    }
}


/* --- DEMO SLIDES CONTENT BELOW (Not important demo styles) YOU CAN REMOVE THE STYLE BELOW --- */

h2 {
    width:100%;
}
.big_text {
    color: #FFFFFF;
    font-family: 'TitilliumRegular';}
.big_text span{
    font-family: 'TitilliumBold';
    display: block;}

.image {
    float:left;
    margin-top:60px;
}

.image iframe {
    border:5px solid #6e8c42;
}

.title {
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#fff;
    font-weight:bold;
    margin-top:60px;
    float:left;
}

.text {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#fff;
    line-height:20px;
    margin-top:10px;
}

.list {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#fff;
    float:left;
    margin-top:12px;
    line-height:20px;
}

.list li {
    background-image:url(../img/home/button_arrow.html);
    background-repeat:no-repeat;
    background-position:left;
    text-indent:15px;
    list-style-type:none;
}

.text_box {
    float:left;
    width:400px;
    margin-left:20px;
}

@media only screen and (max-width: 1280px) {
    .text_box {width:300px;}
}
@media only screen and (max-width: 1024px) {
    .text_box {width:280px;}
    .title {font-size: 13px;}
    .text {font-size: 12px;}
    .image {
        width: 300px;
        height:187px;
    }

    .image img {
        width: 300px;
        height:187px;
        margin-top:10px;
    }
    .image iframe {
        width: 289px;
        height:180px;
        margin-top:15px;
    }

    .big_text {
        font-size: 26px;
        width: 500px;
    }
}

@media only screen and (max-width: 500px) {
    .big_text {
    font-size: 26px;
    width: 304px;
    }
}
