/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li  img {
    display: block;
    position: relative;
}
.da-thumbs li  {
    overflow: hidden;
}
.da-thumbs li  article {
    position: absolute;

    /*	background-image:url(images/image_hover.png);
            background-repeat:repeat;*/
    /*background-color:#F4F4F2;*/
    width: 100%;
    height: 100%;
}
.da-thumbs li  article.da-animate {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px; 
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}
.da-thumbs li  article a {
    color:#fff;
    padding:20px;
    display:block;
}

.da-thumbs {
    text-align:center;
    /*padding-left: 300px;
    padding-right: 300px;*/
}

.da-thumbs li  article h3{
    color:#fff;
    padding-top:30px;
}

.da-thumbs li  article em{
    margin-bottom:10px;
    color:#fff;
    display:block;
}

.da-thumbs li  article span{
    display:inline-block;
}

span.link_post{
    display:block;
    width:35px;
    height:35px;
    background-color:#DF6232;
    border-radius:50px;
    cursor:pointer;
    background-image:url(images/link_post_icon.png);
    background-repeat:no-repeat;
    background-position:center;
    margin-right:10px;
}

span.zoom{
    overflow:hidden;
    display:block;
    width:35px;
    height:35px;
    background-color:#DF6232;
    border-radius:50px;
    cursor:pointer;
    background-image:url(images/zoom_icon.png);
    background-repeat:no-repeat;
    background-position:center;
    margin-left:10px;
}

.portfolio_2col article h3{
    padding-top:70px !important;
}

/* Image Grid */
.image_grid {
    float:left;
    overflow:hidden;
    width:100%;
    position:relative;

}

.image_grid li{
    float: left;
    line-height: 17px;
    color: #686f74;
    list-style:none;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    width:33.3%;
}
.image_grid img{
    width:100%;

}

/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (max-width: 767px) {

    .image_grid{
        width:100%;
    }

    .image_grid img{
        width:100%;
    }
    .image_grid li{
        width:100%;
    }
    .portfolio_4col .da-thumbs li article h3{
        padding-top:70px;
    }

    .portfolio_3col .da-thumbs li article h3{
        padding-top:50px;
    }

    .portfolio_2col .da-thumbs li article h3{
        padding-top:53px !important;
    }

    header{
        width: 100% !important;
    }

    .text1{font-size: 16px !important;}
    .text2{font-size: 12px !important;line-height: 20px !important;}

    .wittextcolor.text1{padding-top:5% !important;}
	
	.container {
    	margin-bottom: 10px;
  	}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

    .image_grid{
        width:100%;
    }

    .image_grid img{
        width:100%;
    }
    .image_grid li{
        width:100%;
    }

    .portfolio_4col .da-thumbs li article h3{
        padding-top:58px;
    }

    .portfolio_3col .da-thumbs li article h3{
        padding-top:34px;
    }

    .portfolio_2col .da-thumbs li article h3{
        padding-top:23px !important;
    }

    .text1{font-size: 16px !important;}
    .text2{font-size: 12px !important;}
    .wittextcolor.text1{padding-top:5% !important;}
	
	.container {
    	margin-bottom: 10px;
  	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .image_grid{
        width:100%;
    }

    .image_grid img{
        width:100%;
    }
    .image_grid li{
        width:33.3%;
    }

    .portfolio_4col .da-thumbs li article h3{
        padding-top:58px;
    }

    .portfolio_3col .da-thumbs li article h3{
        padding-top:34px;
    }

    .portfolio_2col .da-thumbs li article h3{
        padding-top:23px !important;
    }

    .text1{font-size: 16px !important;}
    .text2{font-size: 10px !important;line-height: 20px !important;}
    .wittextcolor.text1{padding-top:0 !important;}
	
	.container {
    	width: 750px;
  	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .image_grid{
        width:100%;
    }

    .image_grid img{
        width:100%;
    }
    .image_grid li{
        width:33.3%;
    }

    .portfolio_4col .da-thumbs li article h3{
        padding-top:58px;
    }

    .portfolio_3col .da-thumbs li article h3{
        padding-top:34px;
    }

    .portfolio_2col .da-thumbs li article h3{
        padding-top:23px !important;
    }
  
     .wittextcolor.text1{padding-top:0 !important;}
	 
	 .text1{font-size: 18px !important;}
    .text2{font-size: 15px !important;line-height: 22px !important;}
	
	.container {
    	width: 970px;
  	}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    
    .text1{font-size: 20px !important;}
    .text2{font-size: 18px !important;line-height: 30px !important;}
    	
	.container {
    	width: 1170px;
  	}

}

@media (min-width: 1500px) and (max-width: 1699px){
	.text-content{padding-left: 60px;padding-right: 60px;}
	.text2{line-height: 36px !important;}
	.container {
    	width: 1170px;
  	}
}

@media (min-width: 1700px) and (max-width: 1950px){
	.text-content{padding-left: 80px;padding-right: 80px;margin-top: 3%;}
	.text2{line-height: 40px !important;}
	.container {
    	width: 1170px;
  	}
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.text-right{text-align: right;}

.iconos {width: auto !important;margin:0 auto;}
img.iconos {
    max-width: 30px;
        margin-top: 20px;
}
.iwy{
    margin: 3% 3% 3% 3%;
    height: 92%;
    background-color:rgba(255,255,255,1) !important;
}
.hot{
    margin: 3% 3% 3% 3%;
    height: 92%;
    background-color:rgba(255,255,255,1) !important;
}
.prom{
    margin: 3% 3% 3% 3%;
    height: 92%;
    background-color:rgba(255,255,255,1) !important;
}
.jbsc{
    margin: 3% 3% 3% 3%;
    height: 92%;
    background-color:rgba(255,255,255,1) !important;
}
.hotcolor{
    background-color: #281f33 !important;
}
.iwycolor{
    background-color: #C66767 !important;}

.jbcolor{
    background-color: #EAD979 !important;
}

.promcolor{
    background-color: #c0cd2e !important;
}

.jbsccolor{
    background-color: #EAD979 !important;
}

.fifcolor{
    background-color: #ACCE72 !important;
}

.lcmcolor{
    background-color: #EA8795 !important;
}

.conncolor{
    background-color: #7FB2EF !important;
}

.witcolor{
    background-color: #8CDDBC !important;
}

.sbacolor{
    background-color: #939393 !important;
}

.bizcolor{
    background-color: #F9AD62 !important;
}

.jbizcolor{
    background-color: #A683B2 !important;
}

.text1{font-family: 'Montserrat', sans-serif;font-size: 26px;font-weight: 700;padding-top: 10%;padding-bottom: 5%;text-align: center;}
.text2{font-family: 'Open sans', sans-serif;font-size: 20px;font-weight: 300;padding-top: 5%;text-align: center;line-height: 30px;}

.iwytextcolor{color: #C66767;}

.promtextcolor{color: #c0cd2e;}

.hottextcolor{color: #EAD979;}

.jbsctextcolor{color: #CCB440;}

.jbtextcolor{color: #CCB440;}

.fiftextcolor{color: #ACCE72;}

.tmdtextcolor{color: #EA8795;}

.conntextcolor{color: #7FB2EF;}

.wittextcolor{color: #8CDDBC;}

.sbatextcolor{color: #939393;}

.biztextcolor{color: #F9AD62;}

@media(max-width: 767px){
.biztextcolor{padding-top: 2%;}
}
.jbiztextcolor{color: #A683B2;}

.separador{width:30%;margin:0 auto;}

.img-center{display: block;margin-left: auto;margin-right: auto;margin-top: -20px}
.img-responsive{max-width: 25%;}

.footer{float:left;width:100%;margin-top: 2%;margin-bottom: 1%;}
.div-3{float:left;width:33.3%;}
.div-1{float:left;width:100%;}
.text-footer{font-family: 'Open sans', sans-serif;font-size: 13px;text-align:center; color:#000; font-weight:bold}
.img-bottom{margin-top: 10px;}

/* COOCKIES */
.cookies {
	width: 100%;
	background-color: #3A3A3A;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	opacity: 0.80;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
}
.cookies1 {
	width:966px; 
	margin:auto;
	background-color:#B78D8D;
	color:#fff;	
}
.cookies2 {
	float: left;
	width: 710px;
	font-size: 12px;
	font-family: Arial;
	line-height: 17px;
	padding-top: 5px;
}

.cookies3 {
	float: right;	
	font-family: arial;
	font-size: 14px;
	color:#fff;
	border: 1px solid #ffffff;
	padding: 5px;
	/*para Firefox*/
	-moz-border-radius: 6px 6px 6px 6px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 6px 6px 6px 6px;
	/* para Opera */
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
}

.cookies4 {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	font-family: arial;
	font-size: 14px;
	color:#fff;
	border: 1px solid #ffffff;
	padding: 5px;
	/*para Firefox*/
	-moz-border-radius: 6px 6px 6px 6px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 6px 6px 6px 6px;
	/* para Opera */
	border-radius: 6px 6px 6px 6px;
	margin-top: 10px;
}