/** PORTADA DESTACADO 2.0 **/
.view-photo img {
    width: 100%;
}

.home-featured {
    display: inline-block;
    width: 100%;
}
.home-featured-first {
    display: inline-block;
    width: 100%;
}
.home-featured-col1 {
    display: inline-block;
	vertical-align: top;
}
.home-featured .vista-portada-actualidad-peque {
    margin-top: 0px !important;
    width: 100% !important;
}
.view-featured-home-one {
    position: relative;
	z-index: 1;
}
.view-featured-home-one .titulo-01 {
    position: absolute;
    bottom: 0px;
    background: transparent;
    background-image: linear-gradient(to bottom, #ff000000, black);
    width: 100%;
}


.home-featured-second {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.home-featured-second .titulo-destacado-portada a {
	color:#666;
}
.home-featured-second .titulo-destacado-portada h2 {
	line-height: 1.3 !important;
	font-size: 18px;
}
.featured-home-box {
    background: #ececec;
    display: inline-block;
    width: 100%;
}
.featured-home-box-text {
    display: inline-block;
}
p.featured-home-box-text-title {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.featured-home-box-text p {
    margin-top: 5px;
	    margin-bottom: 0px;
}
.featured-home-box-boton {
    display: inline-block;
}
.featured-home-box-boton a {
    background: #6aa842;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
	float: right;
}

.view-destacado-home-pequenas .views-row-4 .block-destacado-portada, .view-destacado-home-pequenas .views-row-8 .block-destacado-portada {
	    margin-right: 0px;
}

.view-destacado-home-pequenas .block-destacado-portada {
    margin-bottom: 40px;
}
hr.under-category-view {
    width: 40px;
    border: 1px solid #6aa842;
    margin-top: 0px;
	margin-bottom: 0px;
}
.block-destacado-portada {
    float: left;
}
.foto-destacado-portada img, .view-featured-home-one .view-photo img {
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.foto-destacado-portada:hover img, .view-featured-home-one .view-photo:hover img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.view-featured-home-one .view-photo {
    overflow: hidden;
}
.view-destacado-home-pequenas .views-row-1 .titulo-01 h2 a:hover {
	color: #6aa842;
}
/** RESPONSIVE **/

@media screen and (max-width : 480px) {
	hr.under-category-view {
		margin-left: 20px;
	}
	.view-featured-home-one .titulo-01 {
		position: relative;
		bottom: 0px;
		background: transparent;
		background-image: none;
		width: 100%;
		padding: 0px 10px;
	}
	.view-featured-home-one .titulo-01 p, .view-featured-home-one .titulo-01 h2, .view-featured-home-one .titulo-01 h2 a {
		color: #666 !important;
		padding-left: 0;
		margin-left: 0px;
	}
	.view-featured-home-one hr.under-category-view {
		margin-left: 0px !important;
		margin-bottom: 10px;
		
	}
	.featured-home-box {
		margin-bottom: 50px;
		margin-top: 50px;
		padding: 40px 40px;
	}
	.featured-home-box-boton {
		width: 100%;
	}
	.featured-home-box-text {
		width: 100%;
   		margin-bottom: 20px;
	}
	.home-featured p.entradilla-actualidad {
		display: none;
	}
	.home-featured .titulo-01 h2{
		font-size: 26px;
    	line-height: 1.3em;
	}
	.featured-home-box-boton a {
		float: left;
	}
	.home-featured-second .titulo-destacado-portada h2 {
		line-height: 1.3 !important;
		font-size: 1.571em !important;
		padding: 0px 10px;
		margin-top: 10px;
	}
	.view-destacado-home-pequenas .block-destacado-portada {
		padding: 0px;
	}
	
}
@media screen and (min-width : 480px) {
	hr.under-category-view {
		margin-left: 20px;
	}
	.view-featured-home-one .titulo-01 {
		position: relative;
		bottom: 0px;
		background: transparent;
		background-image: none;
		width: 100%;
		padding: 0px 20px;
	}
	.view-featured-home-one .titulo-01 p, .view-featured-home-one .titulo-01 h2, .view-featured-home-one .titulo-01 h2 a {
		color: #000 !important;
	}
	.view-featured-home-one hr.under-category-view {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.featured-home-box {
		margin-bottom: 50px;
		margin-top: 50px;
		padding: 40px 40px;
	}
	.featured-home-box-boton {
		width: 29%;
	}
	.featured-home-box-text {
		width: 70%;
	}
	
}
@media screen and (min-width : 768px) {
	.view-featured-home-one .titulo-01 {
		position: relative;
		bottom: 0px;
		background: transparent;
		background-image: none;
		width: 100%;
		padding: 0px 20px;
	}
	.view-featured-home-one .titulo-01 p, .view-featured-home-one .titulo-01 h2, .view-featured-home-one .titulo-01 h2 a {
		color: #000 !important;
	}
	.view-featured-home-one hr.under-category-view {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.featured-home-box {
		margin-bottom: 50px;
		margin-top: 50px;
		padding: 40px 40px;
	}
	.featured-home-box-boton {
		width: 29%;
	}
	.featured-home-box-text {
		width: 70%;
	}
	.home-featured p.entradilla-actualidad {
		display: inherit;
	}
	
}
@media screen and (min-width : 980px) {
	hr.under-category-view {
		margin-left: 0px;
	}
	.foto-destacado-portada {
		height: 136px;
		overflow: hidden;
	}
	.view-destacado-home-pequenas .views-row-4::after {
		content: '';
		position: relative;
		width: 100%;
		float: left;
	}
	.home-featured-col1 {
		width: 625px;
	}
	.home-featured .home-featured-col2 {
		display: inline-block;
		width: 300px;
		margin-left: 50px;
	}
	.featured-home-box-text {
		width: 449px;
	}
	.featured-home-box-text p {
		font-size: 13px;
	}
	p.featured-home-box-text-title {
   		font-size: 20px;
	}
	.home-featured {
		margin-top: 30px;
	}
	.home-featured .block-destacado-portada {
		margin-right: 20px;
		width: 230px;
	}
	.view-featured-home-one .titulo-01 {
		position: absolute;
		bottom: 0px;
		background: transparent;
		background-image: linear-gradient(to bottom,#00000000,#00000099,#000000c2,#000000cf,#000000c7,#000000e0,#000);
		width: 100%;
		padding: 0px 20px;
	}
	.view-featured-home-one .titulo-01 p, .view-featured-home-one .titulo-01 h2, .view-featured-home-one .titulo-01 h2 a {
		color: #fff !important;
	}
	.view-featured-home-one hr.under-category-view {
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.featured-home-box-boton {
		width: 29%;
	}
	.featured-home-box-text {
		width: 70%;
	}
	.featured-home-box {
		margin-bottom: 0px;
		margin-top: 20px;
		padding: 20px;
	}
	.view-destacado-home-pequenas .views-row-1 .titulo-01 {
		float: right;
		width: 95%;
		background: #fff;
		margin-top: -15px;
		position: relative;
		z-index: 1;
		padding-left: 16px;
	}
	.view-destacado-home-pequenas .views-row-1 .titulo-01 p {
		color: #777777;
	}
	.view-destacado-home-pequenas .views-row-1 .titulo-01 h2 a {
		color: #666;
	}
	.view-destacado-home-pequenas p.entradilla-actualidad {
		display: none;
	}
	.view-destacado-home-pequenas .views-row-1 .titulo-01 h2 {
		font-size: 19px;
	}
	.view-destacado-home-pequenas .titulo-01 h2 {
		font-size: 19px;
	}
}
@media screen and (min-width : 1200px) {
	.foto-destacado-portada {
		height: 168px;
		overflow: hidden;
	}
	.home-featured {
		margin-top: 30px;
	}
	.home-featured .portada-peque-foto {
		height: 500px;
	}
	.home-featured .home-featured-col2 {
		display: inline-block;
		width: 300px;
		margin-left: 55px;
	}
	.home-featured-col1 {
		width: 840px;
	}
	.featured-home-box-text {
		width: 663px;
		padding-right: 40px;
	}
	.featured-home-box-boton {
		width: 132px;
	}
	.featured-home-box-text p {
		font-size: 16px;
	}
	.home-featured .block-destacado-portada {
		margin-right: 20px;
		width: 285px;
	}
	p.featured-home-box-text-title {
   		font-size: 20px;
	}
	.featured-home-box {
		margin-bottom: 0px;
		margin-top: 20px;
		padding: 20px;
	}
	.view-destacado-home-pequenas .views-row-1 .titulo-01 h2 {
    font-size: 20px;
}
	.view-destacado-home-pequenas .titulo-01 h2 {
    font-size: 20px;
}
	
}
@media (min-width : 1500px) {
	.home-featured {
		margin-top: 30px;
	}
	.home-featured .portada-peque-foto {
		height: 500px;
	}
	.home-featured-col1 {
		width: 1140px;
	}
	.home-featured .block-destacado-portada {
		margin-right: 20px;
		width: 360px;
	}
	.featured-home-box-text {
		width: 963px;
	}
	.featured-home-box-text p {
		font-size: 18px;
	}
	p.featured-home-box-text-title {
		font-size: 24px;
	}
}