/*-- slider hero --*/
#parte7 {
    margin-bottom: 72px;
    background-color: #FaFaFa;
}
#parte7 .cont-tit{
	padding: 34px 0 0;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: block-axis;
	-webkit-box-orient: vertical;
	-moz-box-orient: block-axis;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 32px;
}
#parte7 .cont-tit .epig{
    color: #666666;
    font-family: 'Futura-Medium';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px; 
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 32px;
	text-transform:uppercase;
}

#parte7 .tab-buttons{
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#parte7 .b-nav-tab {
	color:#666666 ;
	font-family: 'Futura-Medium';
	font-size: 16px ;
	font-weight: 400 ;
	line-height: 19px ;
	position: relative;
	padding: 0 0 12px;
	min-width:120px;
	text-transform: uppercase;
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	-ms-flex-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: transparent;
	border-bottom: 2px solid #BF0010;
	justify-content: center;
}
#parte7 .b-nav-tab:after{
    content: '';
    height: 4px;
    display: block;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    width:100%;
}
#parte7 .b-nav-tab.active {
	color: #000000 ;
	font-family: 'Futura-Bold';
	font-weight:700;
}
#parte7 .b-nav-tab.active:after{
	background-color: #BF0010;
}
#parte7 .b-tab {
	display: none;
}
#parte7 .b-tab.active {
	display: block;
}

#parte7 .swiper-slide{
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
	max-width: 90%;
	width: 1556px;
	max-height: 670px;
}
#parte7 .swiper-slide .img-wrap{
	width: 100%;
} 
#parte7 .swiper-slide img{
	width: 100%;
	height: 100%;
}
#parte7 .desktop{
	display: block;
}
#parte7 .mobile{
	display: none;
}
#parte7 .swiper-button-next, 
#parte7 .swiper-button-prev{
	top: 41%;
	background-color: rgba(0, 0, 0, 0.38);
	width: 56px;
    height: 100px;
	background-size: 17px;
    background-repeat: no-repeat ;
}
#parte7 .swiper-button-next {
    background-image: url('/../hino/imag/v1/icon/articulos/triple_galeria/white_arrow.svg') ;
    right: 0;
}
#parte7 .swiper-button-prev {
    background-image: url('/../hino/imag/v1/icon/articulos/triple_galeria/white_arrow.svg') ;
    transform: rotate(180deg);
    left: 0;
}
#parte7 .swiper-pagination-bullets{
    bottom: 0;
    position: relative;
    left: 0;
    text-align: center;
    padding: 24px 0px 60px 0;
}
#parte7 .swiper-pagination-bullet{
	background: none;
	border: 1px solid #BF0010;
	opacity: 1;
    width: 12px;
    height: 12px;
    margin:0 6px;
}
#parte7 .swiper-pagination-bullet-active{
	background-color: #BF0010;
}
@media (max-width: 767px) {
	#parte7 .desktop{
		display: none;
	}
	#parte7 .mobile{
		display: block;
	}
    #parte7 {
	    margin-bottom: 32px;
		background: none;
	}
	#parte7 .cont-tit .epig {
        margin-bottom: 26px;
        font-size: 12px;
        line-height: 15px;
    }
    #parte7 .cont-tit{
        padding:0px;
        margin-bottom: 12px;
    }
	#parte7 .cont-tit{
		background: #F2F2F2;
		padding: 0px 0 12px;
		background: none;
		margin-bottom: 0px;
	}
    #parte7 .tab-buttons{
        width: 85%;
        margin: 0 auto;
        flex-wrap: nowrap ;
    }
	#parte7 .b-nav-tab{
	    max-width: 91px;
	    padding:0;
        padding-bottom: 15px;
	    justify-content: center;
	    font-size: 13px;
	    line-height: 16px;
        width:35%;
        min-width: 90px;
	}
	#parte7 .swiper-slide{
		max-width: 100%;
		max-height: 100%;
	}
	#parte7 .swiper-button-next, 
	#parte7 .swiper-button-prev{
		top: 43%;
        width: 24px;
        height: 55px;
        background-size: 10px;
	}
	#parte7 .swiper-pagination-bullets {
		padding-top: 17px;
		padding-bottom: 0;
	}
	#parte7 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin:0 4px;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
	#parte7 .swiper-pagination-bullets {
		padding: 20px 0;
	}
	#parte7 .swiper-button-next, 
	#parte7 .swiper-button-prev {
	    width: 38px;
        height: 70px;
	}
}
@media (min-width: 1024px) and (max-width: 1300px){
	#parte7 .swiper-button-next, 
    #parte7 .swiper-button-prev{
    	top: 45%;
    	width: 56px;
        height: 100px;
    }
	#parte7 .swiper-pagination-bullets {
		padding: 20px 0;
	}
}