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


.navbar-inverse {
border-radius: 0;
background: rgba(45, 45, 45, 1);
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
min-height: 41px;
padding-top: 15px;
margin-bottom: 0;
}

/* slider */
.camera_fakehover {
height: 400px;
min-height: 60px;
position: relative;
width: 100%;
z-index: 1;
}


.img-figure{
	position: relative;
}

.img-hover{
	background-color: rgba(0,0,0,0.5);
	
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;

}
.img-hover:hover{
	opacity: 1;
	cursor: pointer;
	  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.img-hover div{
	width: 100%;
	position: absolute;
	top:50%;
}

.banner-desarrollo{
	/*background-color: #63A65B;*/
	background-image: url(../images/desarrollo-portada.jpg);
        background-size: 100vw auto;
    background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 10% 0;
	text-align: right;
	    font-family: 'Open Sans', sans-serif;
}
.port-per-jy{
	 padding-bottom:130px;
}
.port-per-jy-co{padding-bottom: 50px;}
.btn-tranpa-text-j{padding: 8px 35px;
    background: rgba(255, 255, 255, 0.38);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;}
 .title-per-desa-j{

 	    font-size: 15px;
    line-height: 15px;
    margin-bottom: 13px;
    color: #398bbb;
    font-weight: 100;
 }
 .per-icon-j-rp{
 	font-size: 6px;
    padding: 1px;
    border: 1px solid #2373ae;
    color: #2373ae;
    margin-right: 5px;
    top: -2px!important;
 }
 .list-desa-per{
 	margin-bottom: 5px;
    font-size: 15px;
 }
.banner-google{
	/*background-color: #F9B31C;*/
	background-image: url(../images/google-adwords.jpg);
        background-size: 100vw auto;
    background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 10% 0;    font-family: 'Open Sans', sans-serif;
}
.banner-redaccion{
	background-image: url(../images/redes-soc.jpg);
	    background-size: 100vw auto;
    background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 10% 0;    font-family: 'Open Sans', sans-serif;
}
.banner-diseno{
	/*background-color: #E44444;*/
	background-image: url(../images/web-hosting-portada.jpg);
        background-size: 100vw auto;
    background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 10% 0;    font-family: 'Open Sans', sans-serif;
}


.sidebar .form-control{

	background-color: #FFFFFF;

}

.sidebar{
	background-color: #E2E3DF;
	padding-bottom: 0;
}

.img-plantilla{
	border: solid 4px #C7C8BF;
}

/*.menu-per-top-bar{
	background: #555;
	color: #fff;
	padding: 20px;
	text-align: center;
}*/
.fixed-per-top-bar{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
}
.section-top{
	transition:all .5s;
}
.contacto-per{    display: inline-block;
    margin-top: -10px;    margin-left: 18px;}