/*MENU INTERIOR*/
.menu-interior ul{
	text-align: right;
	padding-right: 90px;
	list-style: none;
	margin-bottom: 0;
}

.menu-interior ul li{padding: 10px 0;}
.menu-interior ul li a{
	color: #001D50;
	text-decoration: none;
}

.menu-interior ul li a:hover{color: #0040C5;}
.btn-menu-interior{padding: 0 10px 0 40px; opacity: 0; pointer-events: none;}
.btn-menu-interior.hide{opacity: 1; pointer-events: unset;}
.btn-menu-interior a{text-decoration: none; color: #001D50; /*pointer-events: none;*/}
.btn-menu-interior a:hover{color: #0040C5;}
.btn-menu-interior i{font-size: 25px;}

.btn-menu-interior a:after{
	display: inline-block;
    margin: 0;
    vertical-align: middle;
    content: "\e917";
    border: none;
    font-family: 'icomoon' !important;
    font-size: 20px;
}

.btn-menu-interior a.collapsed:after{
	display: inline-block;
    margin: 0;
    vertical-align: middle;
    content: "\e900";
    border: none;
    font-family: 'icomoon' !important;
    font-size: 20px;
}

/*ESPECS INICIO*/
.specs-auto.container{
	border-bottom: 1px solid #ccc;
	padding: 35px 15px 20px;
}

.item-spec ul{
	display: flex;
	list-style: none;
	padding-left: 0;
}

.item-spec ul li{
	padding-right: 35px;
	line-height: 1.2;
}

.item-spec ul li span{
	font-size: 30px;
	font-family: 'VWHead-Bold';
}

/**/
.content-card{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.content-card img{
	width: 100%;
}

.content-card .tipo1{
	width: 30%;
}

.content-card .tipo2{
	width: 63%;
	margin-top: 25px;
}

.content-card .tipo3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tipo3 .img-card{
	width: 50%;
}

.tipo3 .info-card{
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
}

.content-card .card-item{
	padding-top: 30px;
}

.card-item span{
	font-size: 18px;
	margin: 20px 0;
	display: block;
}

.card-item h5{
	font-size: 20px;
	font-family: 'VWHead-Bold';
	margin-bottom: 20px;
}

/*COLORES*/
#colores{
    margin: 0 auto;
    padding-bottom: 60px;
}

#colores .container-fluid{
	background-image: url(../img/autos/polo/colores/vw-polo-colores-bg-des.jpg);
    background-repeat: no-repeat;
}

.colores a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 3px solid #fff;
    border-radius: 100%;
    position: relative;
}

.colores .content-color {
    text-align: center; 
    position: relative;}

.colores .content-color:after{
    content: '';
    position: absolute;
    left: 50%;
	border-top: 1px solid #e6e6e6;
    width: 350px;
    transform: translate(-50%, -50%);
	top: -25px;
	margin-top: 15px;
}

.colores .content-color {text-align: center;}
.colores .NomColor{
    font-size: 20px;
    color: #0f0f0f;
    text-align: center;
    margin-top: 50px;
}

.icoColor.icoSelec{
    transition: all .4s ease;
    box-shadow: 0px 4px 9px -2px rgba(0,0,0,0.75);

}
.colores {position: relative;}
.colores .content-img .ncolor {
    position: absolute;
    margin: 0 auto;
    top: 145px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-align: center;
}
.colores .content-img .ncolor img {
    position: inherit;
    width: auto;
    opacity: 1;
    width: auto;
}
.colores .content-img .ncolor.imgSelec {opacity: 1;}
.colores .content-img .ncolor.hidden-car {
    position: inherit;
    opacity: 0;
    padding-top: 50px;
}

/*FONOS COLORES*/
.icoColor#grisCarbon {background-image: url(../img/autos/polo/colores/thumbs/gris-carbon.jpg);} 
.icoColor#azulLapiz {background-image: url(../img/autos/polo/colores/thumbs/azul-lapiz.jpg);} 
.icoColor#blancoCandy {background-image: url(../img/autos/polo/colores/thumbs/blanco-candy.jpg);} 
.icoColor#plataReflex {background-image: url(../img/autos/polo/colores/thumbs/plata-reflex.jpg);} 
.icoColor#rojoFlash {background-image: url(../img/autos/polo/colores/thumbs/rojo-flash.jpg);} 


/*VERSIONES*/
.item-version{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.img-version{width: 49%;}
.info-version{width: 48%;}

.info-version h5{
	font-size: 24px;
	color: #001D50;
	font-family: 'VWHead-Bold';
}

.info-version ul{
	list-style: none;
	padding-left: 0px;
}

.info-version ul li{line-height: 1.8;}

.img-version ul{
	position: relative;
	display: flex;
/*	align-items: center;*/
	justify-content: space-between;
	gap: .5rem;
	list-style: none;
	padding-left: 0;
}
.img-version ul::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 100%;
	height: 1px;
	background-color: #DADADA
}

.img-version ul li{
	line-height: 1;
/*	margin-right: 3%;*/
}

/*.img-version ul li span{
	font-size: 22px;
	font-family: 'VWHead-Bold';
}*/

.img-version ul li .title {
	display: inline-block;
	color: #001D50;
	text-wrap: nowrap;
	padding-bottom: .5rem;
	margin-bottom: .25rem;
}
.img-version ul li .dato {
	font-size: 22px;
	font-family: 'VWHead-Bold';
}

.img-version .img-auto{position: relative;}

.img-version .back-color{
	height: 200px;
	position: absolute;
	width: 100%;
	z-index: -1;
	padding: 10px;
	color: #fff;
}

.info-version ul li i{color: #001D50;}

.btn-versiones ul{
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-around;
	padding-bottom: 10px;
	border-bottom: solid 2px #ccc;
	margin-bottom: 50px;
}
 
.btn-versiones ul li a{
	font-size: 20px;
	font-family: 'VWHead-Bold';
	color: #001D50;
	text-decoration: none;
	border-bottom: solid 3px transparent;
	padding: 12px;
	display:block;
	text-align:center;
}

.btn-versiones ul li a.active{border-bottom: solid 3px #001D50;}
.version-name{display: none;}

.slider-ver.owl-theme .owl-nav [class*="owl-"] {
	color: blue;
	font-size: 20px;
	background: transparent;
	color: #001D50;
}

.slider-ver.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
	color: #001D50;
}

.slider-ver.owl-theme .owl-nav .owl-prev{
	position: absolute;
	top: 25px;
	left: 0px;
}

.slider-ver.owl-theme .owl-nav .owl-next{
	position: absolute;
	top: 25px;
	right: 0px;
}

/*GALERIA*/
#galeria{padding: 50px 0;}
.content-galeria{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*align-items: end;*/
}

.content-galeria.item1{align-items: flex-end}
.content-galeria.item2{align-items: flex-start}

.img-gal img{width: 100%;}
.img-gal.img1{width: 65%;}
.img-gal.img2{width: 35%;}
.img-gal.img3{
	margin-left: 20%;
	width: 25%;
}
.img-gal.img4{
	width: 35%;
	/*margin-bottom: 100px;*/
	/*display: block;*/
}

.content-gal-mb {display: none;}

/*SECCIONES*/
#disenio, #colores, #tecnologia, #galeria, #versiones{padding-top: 55px;}

@media (max-width: 1200px) {

	/*COLORES*/
	.colores .content-img .ncolor img {width: 100%;}

	/*VERSIONES*/
	.img-version ul {
		justify-content: normal;
		flex-wrap: wrap;
		gap: 1rem;
		margin-top: 20px;
	}
	.img-version ul::after {
		content: none;
	}

	.img-version ul li {
		margin-right: 0;
		width: 30%;
	}
	.img-version ul li .title {
		font-size: 12px;
		padding: 0;
	}

	.img-version ul li.btn-espacio{width: 100%;}
	.img-version .back-color {height: 150px;}
}

@media (max-width: 991px) {

	/*MENU*/
	.btn-menu-interior {padding: 0 0 0 25px;}
	.menu-interior ul {padding-right: 50px;}

	.title-interior {width: 85%;}
	.title-interior h2 {font-size: 35px;}

	/*VERSIONES*/
	.btn-versiones ul li a {font-size: 18px;}

	/*COLORES*/
	#colores .container-fluid {background-image: url(../img/autos/polo/colores/vw-polo-colores-bg-tb.jpg);}

	/*GALERIA*/
	.img-gal.img3{
		margin-left: 10%;
		width: 35%;
	}
	.img-gal.img4{width: 45%;}
}

@media (max-width: 768px) {

	.title-interior p {margin-left: 0;}
	.title-interior {
		width: 100%;
		padding-left: 0;
	}

	.tipo3 .img-card {width: 100%;}
	.tipo3 .info-card {
		width: 100%;
		padding: 0;
	}

	/*SPECS AUTO*/
	.item-spec ul {flex-wrap: wrap;}
	.item-spec ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	/*VERSIONES*/
	.btn-versiones ul li a {
		font-size: 14px;
		padding: 12px 5px;
	}

	.info-version,
	.img-version {width: 100%;}

	/*GALERIA*/
	#galeria{padding: 25px 0;}
}

@media (max-width: 575px) {

	.content-card .tipo2 {width: 100%;}
	.content-card .tipo1 {width: 100%;}
	.tipo3 .info-card{order: 1;}

	/*COLORES*/
	#colores .container-fluid {
	    background-image: url(../img/autos/polo/colores/vw-polo-colores-bg-MB.jpg);
	    background-size: contain;
	}

	/*SPECS AUTO*/
	.item-spec ul li {padding-right: 0;}

	/*VERSIONES*/
	.info-version ul li {font-size: 14px;}
	.btn-versiones{display: none;}
	.version-name{
		border-bottom: 2px solid #ccc;
		margin: 0px 0 25px;
		text-align: center;
		display: block;
	}

	.version-name span{
		display: block;
		text-align: center;
		color: #001D50;
		font-size: 20px;
	}

	.version-name a{
		border-bottom: 3px solid #001D50;
		padding: 0px 20px 2px;
		text-decoration: none;
		font-size: 25px;
		margin: 13px;
		color: #001D50;
	}

	.slider-ver.owl-theme .owl-dots {
		align-items: center;
		display: flex;
		bottom: -30px;
	}

	.slider-ver.owl-theme .owl-dots .owl-dot.active span, .slider-ver
	.owl-theme .owl-dots .owl-dot:hover span{
		background-color: rgba(0,0,0,0.8) !important;
		width: 13px !important;
		height: 13px !important;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px !important;
		height: 10px !important;
		transition: all .2s ease !important;
		background-color: rgba(0,0,0,0.8) !important;
	}

	/*GALERIA*/
	.content-galeria{display: none;}
	.content-gal-mb {display: block;}

	/*MENU*/
	.btn-menu-interior {padding: 0 15px 0 25px;}
	.menu-interior .card-body{padding: 0 1.25rem;}

	/*SECCIONES*/
	#disenio, #colores, #tecnologia, #galeria, #versiones{padding-top: 65px;}

    img.logoCircularNcap {
        width: 100% !important;
    }

    .Centralogo.img-gal.img3 {
        margin-left: 10%;
        width: 85%;
    }

    .Centralogo.img-gal.img4 {        
        width: 100% !important;
    }

}

@media (max-width: 480px) {

	/*COLORES*/
	.colores .content-img .ncolor {top: 120px;}
	.colores a {
		width: 50px;
		height: 50px;
	}

	/*VERSIONES*/
	.version-name a {font-size: 18px;}
	.img-version .back-color {height: 100px;}
	.slider-ver.owl-theme .owl-nav .owl-prev,
	.slider-ver.owl-theme .owl-nav .owl-next {top: 20px;}	
/*	.img-version ul li span {font-size: 20px;}*/

}

/*.logoNcap{width:360px;}*/


img.logoCircularNcap {
    width: 50%;
}


@media (max-width:1366px) and (min-width: 1025px) {
	.info-version ul li {		
		font-size: 13px;
	}	
}

@media (max-width:1350px) and (min-width: 1201px) {
	
}

@media (max-width: 1440px) and (min-width: 1367px) {
	.info-version ul li {
		font-size: 13px;
	}
}

.detallehome.NGTI25 {
	top: 65%;
}