.home .site-inner{
	padding-top: 0;
}
.home .content-sidebar-wrap .entry{
	padding-top: 0;
	padding-bottom: 0;
}
.home .content-sidebar-wrap .panel-grid{
	margin-bottom: 0 !important;
}
.home .content-sidebar-wrap .entry p:nth-last-child(1){
	margin-bottom: 0;
}
/***********************/
.single-post .content-sidebar-wrap h1{

        margin-top: 20px;

}

.marcas-p{
	text-align: center;
}
.marcas-p img{
	max-width: 100px;
	margin: 5px;
}
.marcas-p img.big-img{
	max-width: 70px;
}
.marcas-p img.large-img{
	max-width: 180px;
}

.dark-row{
	position: relative;
	background: url(../images/danny-entrada.jpg) center center !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.dark-row-contact{
	position: relative;
	background: url(../images/sales-tech.jpg) center center !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.dark-row:before,
.dark-row-contact:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dark-row div,
.dark-row-contact div{
	position: relative;
	z-index: 2;
}
.dark-row h1,
.dark-row-contact h1,
.dark-row h2,
.dark-row-contact h2,
.dark-row h3,
.dark-row-contact h3,
.dark-row h4,
.dark-row-contact h4,
.dark-row h5,
.dark-row-contact h5{
	color: #ffffff;
}
.content strong{
	/*color: #eb2227;*/
}
.content ul{
	margin-left: 0;
}
.content ul li{
	padding-left: 25px;
	list-style-type: none;
	position: relative;
}
.content ul li:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	color: #eb2227;
}
/*********************/
.img-size-medium{
	max-width: 300px;
}
/**********************
*	Testimonio shortcode
**********************/
.test-list{
	position: relative;
	display: block;
	clear: both;
}
.testimonio{
	text-align: center;
}
.testimonio h3{
	font-weight: 100 !important;
	font-size: 14px;
	color: #b90005;
	font-style: italic;
	margin-bottom: 5px;
}
.testimonio .photo-test{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-size: cover !important;
	background-position: center !important;
	margin-bottom: 10px;
}
.ocupacion{
	color: #999999;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}
.contenido-testimonio{
	font-size: 14px;
	color: #777777;
	line-height: 15px;
	margin-bottom: 15px;
	padding: 0 20px;
}
.owl-pagination{
	display: block;
	clear: both;
	text-align: center;
}
.owl-page{
	position: relative;
	display: inline-block;
	margin: 10px 5px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #8f9091;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
.owl-page.active,
.owl-page:hover{
	background: #b90005;
}
.owl-controls .owl-buttons{
	position: absolute;
	width: 100%;
	top: 40%;
}
.owl-controls .owl-buttons div{
	position: relative;
	float: left;
	left: 0px;
	color: #b90005;
	font-size: 30px;
	font-style: italic;
}
.owl-controls .owl-buttons div:nth-last-child(1){
	float: right;
	left: auto;
	right: 0px;
}
/*****************************************
*	Socials Shortcode
*****************************************/
.socials-s{
	position: relative;
	display: block;
	clear: both;
	text-align: center;
}
.socials-s a{
	outline: none;
	color: #ffffff;
	font-family: 'FontAwesome';
	padding: 5px 8px;
	background: #eb2227;
	margin: 0 2px;
	border-radius: 7px;
}
.socials-s a.socialsf{
	background: #3c5b9b;
}
.socials-s a.socialst{
	background: #2daae1;
}
.socials-s a.socialsg{
	background: #dc4d40;
}
.socials-s a.socialsl{
	background: #0073b2;
}
.socials-s a:hover{
	background: #ffffff;
}
.socials-s a.socialsw{
	background: url(../images/whats.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    position: relative;
    top: 9px;
}

/*****************************************
*	Links Carrusel
*****************************************/
.carrusel-links .panel-grid .panel-grid-cell{
	width: 100% !important;
	text-align: center;
	float: none !important;
}
/*****************************************
*	Products Page
*****************************************/
.contenedor-productos{
	position: relative;
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 50px;
}
.contenedor-productos .button-group{
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
        text-align: center;
}
.contenedor-productos button{
	background: #909090 !important;
	color: #ffffff;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
        margin: 2px 2px;
}
.contenedor-productos button.active,
.contenedor-productos button:hover{
	color: #eb2227;
	background: #eb2227 !important;
    color: #fff;
}
.producto-item{
	max-width: 20%;
	text-align: center;
	background: rgb(143, 144, 145);
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.producto-content h4{
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
.product-effect{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(64, 62, 62, 0.77);
    -webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
}
.product-effect a{
	position: relative;
    top: 40%;
    display: block;
    width: 130px;
    color: #ffffff;
    padding: 3px;
    text-align: center;
    margin: 0 auto;
    background: red;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
}
.producto-item:hover .product-effect{
	top: 0;
}
.product-effect a:hover{
	background: #999;
}

/***********************************
*	Lista Proyectos
***********************************/
.proyecto-container{
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding: 20px;
    background: #ececec;
    border: 2px solid #8f9091;
    border-radius: 10px;
}
.img-proyecto div,
.img-proyecto a{
	position: relative;
	display: block;
	max-width: 350px;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background-position: center !important;
	border-radius: 10px;
	outline: none;
}
.content-proyecto h4{
	border-bottom: 2px solid #c50005;
    padding-bottom: 5px;
}
.content-proyecto div{
	font-size: 15px;
    text-align: justify;
}
.content-proyecto a{
	background: #eb2227;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    display: block;
    width: 89px;
    clear: both;
}
.content-proyecto a:hover{
	background: #8f9091;
	color: #ffffff;
}

/***************************************
*	Widget Socials
***************************************/
.socials_widget .content-socials a{
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: none;
	outline: none;
	margin-right: 15px;
}
.socials_widget .content-socials a:nth-last-child(1){
	margin-right: 0;
}
.socials_widget .content-socials a:hover{
	color: #b90005;
}
.socials_widget .content-socials a:before{
	font-family: 'FontAwesome';
}
/***************************************
*	Widget Direccion
***************************************/
.address-container div{
	position: relative;
    display: block;
    clear: both;
    padding-left: 35px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
}
.address-container div:before{
	font-family: 'FontAwesome';
	color: #d2252a;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
}

/*************************************
*	Single Danny
*************************************/
.single-danny-trayectoria .site-inner{
	max-width: 100%;
	padding: 0;
}
.ista-trayectoria{
	position: relative;
	display: block;
	clear: both;
}
.danny-content{
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	padding: 45px;
	color: #ffffff;
	text-align: center;
	background-position: top center !important;
	background-attachment: fixed !important;
	border-top: 20px solid #eb2227;
    border-bottom: 20px solid #eb2227;
}
.danny-content h1,
.danny-content h2,
.danny-content h3,
.danny-content h4,
.danny-content h5{
	color: #ffffff;
	position: relative;
	z-index: 2;
	text-shadow: 4px 4px 3px #000;
}
.danny-content:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.content-danny{
	position: relative;
	z-index: 2;
	max-width: 1140px;
	margin: 0 auto;
	text-shadow: 1px 2px 2px #000;
}
.contenedor-images{
	position: relative;
	z-index: 2;
}
.contenedor-images a{
	margin: 10px;
	position: relative;
	display: inline-block;
	outline: none;
}
.contenedor-images a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/search-white.png) rgba(0,0,0,0.7) no-repeat;
	background-position: center !important;
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
}
.contenedor-images a:hover:before{
	opacity: 1;
}



.no-margin .content-sidebar-wrap .entry{
	margin-bottom: 0;
}

.trayectoria-container{
	margin: 10px;
	position: relative;
	overflow: hidden;
}
.trayectoria-container img{
	line-height: 0;
}
.trayectoria-container .content-carrera{
	position: absolute;
	top: -100%;
	left: 0;
	padding: 15px;
	padding-top: 25px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
}
.trayectoria-container .content-carrera h4{
	color: #ffffff;
	font-size: 16px;
}
.trayectoria-container .content-carrera a{
	display: block;
	width: 150px;
	margin: 0 auto;
	background: #eb2227;
	color: #ffffff;
	border-radius: 7px;
	text-decoration: none;
	outline: none;
	border-bottom: none;
	padding: 3px;
}
.trayectoria-container .content-carrera a:hover{
	background: #8f9091;
}
.trayectoria-container:hover .content-carrera{
	top: 0;
}
.site-header{
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
}
.site-header.scroll-active{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999999;
}
.header-image .site-header.scroll-active .widget-area{
	padding: 20px 0;
}
.site-header.scroll-active .title-area{
	width: 200px;
}

/*************************************
*	Loader Styles
*************************************/
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: #eb1717;
	z-index: 99999999999;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
	padding-top: 20%;
}
.loader p{
	position: relative;
	font-size: 27px;
	color: #ffffff;
	font-style: italic;
}
.loader.loaded{
	opacity: 0;
	z-index: -1;
}

/**************************************
*	Button back to top
**************************************/
.to-top{
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgb(134, 4, 8) url(../images/to-top.svg) no-repeat center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}
.to-top.top-is-visible{
	visibility: visible;
	opacity: 1;
}
.to-top.top-fade-out{
	opacity: .5;
}
.to-top:hover{
	background-color: rgb(134, 4, 8);
	opacity: 1;
}

/***************************************
*	Single Producto
***************************************/
.single-producto .content-sidebar-wrap .content{
	padding: 35px 0;
}

/***************************************
*	Responsive
***************************************/
@media only screen and (min-width: 1024px) {
	.to-top{
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
@media only screen and (max-width: 1140px){
	.genesis-nav-menu a{
		font-size: 12px;
	}
	.trayectoria-container .content-carrera{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 1023px){
	.site-header ul.genesis-nav-menu{
		padding-top: 25px;
	}
	.site-header.scroll-active ul.genesis-nav-menu{
		padding-top: 5px;
	}
}
@media only screen and (max-width: 919px) {
	.site-header ul.genesis-nav-menu{
		padding-top: 5px;
	}
	.site-header.scroll-active .title-area{
		width: 100%;
	}
	.header-image .site-header.scroll-active .widget-area{
		padding: 5px 0;
	}
}
@media only screen and (max-width: 710px){
	.title-area a img{
		position: relative;
		z-index: 99;
	}
	.menu-toggle{
		position: absolute;
	    width: 40px;
	    height: 40px;
	    /*background: #848484;*/
	    right: 25px;
	    top: 25px;
	    padding: 9px 5px;
	    cursor: pointer;
	    z-index: 99;
	    border-radius: 5px;
	}	
	.menu-toggle div{
		width: 30px;
		height: 3px;
		background: #ffffff;
		border-radius: 4px;
		margin-bottom: 6px;
		position: relative;
		-webkit-transition: all 0.7s ease-in-out;
		-moz-transition:    all 0.7s ease-in-out;
		-ms-transition:     all 0.7s ease-in-out;
		-o-transition:      all 0.7s ease-in-out;
		transition:         all 0.7s ease-in-out;
	}
	.menu-toggle div:nth-last-child(2){
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition:    all 0.1s ease-in-out;
		-ms-transition:     all 0.1s ease-in-out;
		-o-transition:      all 0.1s ease-in-out;
		transition:         all 0.1s ease-in-out;
	}
	.menu-toggle div:nth-last-child(1){
		margin-bottom: 0;
	}
	.menu-toggle.icon-clicked div:nth-last-child(3){
		-webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	    top: 9px;
	}
	.menu-toggle.icon-clicked div:nth-last-child(2){
		opacity: 0;		
	}
	.menu-toggle.icon-clicked div:nth-last-child(1){
		-webkit-transform: rotate(225deg);
	    -moz-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	    -o-transform: rotate(225deg);
	    transform: rotate(225deg);
	    top: -8px;
	}
	.nav-header{
		top: -100%;
		position: fixed;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    padding-top: 150px;
	    background: #eb2227;
	    z-index: 9;
	    -webkit-transition: all 0.7s ease-in-out;
		-moz-transition:    all 0.7s ease-in-out;
		-ms-transition:     all 0.7s ease-in-out;
		-o-transition:      all 0.7s ease-in-out;
		transition:         all 0.7s ease-in-out;
	}
	.nav-header.c-open-menu{
		top: 0;		
	}
	.genesis-nav-menu .menu-item{
		display: block;
		text-align: center;
	}
	.producto-item{
		max-width: 30%;
	}
	.to-top{
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (max-width: 510px){
	.producto-item{
		max-width: 45%;
	}
}
@media only screen and (max-width: 460px){
	.site-header .title-area{
		max-width: 240px;
	}
	.header-image .site-header .widget-area{
		width: 60px;
	}
}
@media only screen and (max-width: 350px){
	.producto-item{
		max-width: 100%;
		width: 100%;
	}
	.site-header .title-area{
		max-width: 210px;
	}
	.header-image .site-header .widget-area{
		width: 50px;
	}
}