@import url("https://cdn.ui.porsche.com/porsche-design-system/styles/font-face.min.411a644e410cecb29d61874e179032f8.css");
.vw-body {
    font-family: "Porsche Next","Arial Narrow",sans-serif;
	margin: 0 auto;
}


/**FADE**/

#sidebar-wrapper.active .container-fluid.bluemenuwrapper.fade-in {
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
	opacity: 1;
}

#sidebar-wrapper .container-fluid.bluemenuwrapper.fade-in {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/**BOTONES MENU**/

.clsebtn {
	display: none;
}

.brgrbtn {
	display: block;
}

.menu-toggle.rounded.active .clsebtn {
	display: block;
	width: 25px;
	height: 40px;
	margin: 0 !important;
	float: right;
font-family: "Porsche Next","Arial Narrow",sans-serif;;
}

.menu-toggle.rounded.active .brgrbtn {
	display: none;
}


/**SCROLL LOGO BAR**/

.smart-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 16px;
	height: 85px;
}

.scrolled-down {
	transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 15;
}

.scrolled-up {
	transform: translateY(0);
    transition: all 0.3s ease-in-out;
    z-index: 15;
}

.smart-scroll a .span-left {
	border: 2px solid #001E50;
	width: 100%;
}

.borderline-left {
	border: 1px solid white;
	width: 59.5%;
	top: 52px;
	position: absolute;
	left: 0;
}

.borderline-right {
	border: 1px solid white;
	width: 36.5%;
	top: 52px;
	position: absolute;
	right: 0;
}

.logo-item {
	left: 60%;
	position: absolute;
	top: 1.5%;
}

.logo-vw {
	height: 48px;
	width: 48px;
	margin-top: 27px;
}

.logo-vw path {
	fill: #fff;
}


/*Logo azul*/

.logobarblue {
	transition: all 0.3s ease-in-out;
	position: fixed;
	z-index: 999;
    width: 100%;
    opacity:0;
}

.fader {
	background: #fffffff0;
	float: left;
	width: 100%;
	height: 80px;
	position: fixed;
    z-index: 15;
    opacity:0;
}

.logobarblue.fader {
    opacity:1 !important;
}

.logobarblue .borderline-left-blue {
	border: 1px solid rgb(0, 30, 80);
	width: 59.5%;
	top: 52px;
	position: absolute;
	left: 0;
}

.logobarblue .borderline-right-blue {
	border: 1px solid rgb(0, 30, 80);
	width: 36.5%;
	top: 52px;
	position: absolute;
	right: 0;
}

.logobarblue .logo-vw-blue path,
.bluemenu path {
	fill: rgb(0, 30, 80) !important;
}

.logo-vw-blue {
	height: 48px;
	margin-top: 27px;
}

.menu-toggle .bluemenu {
	background: #fff !important;
}


/**MENU**/

.menu-toggle {
	position: fixed;
	left: 60px;
	top: 16px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: transparent !important;
	line-height: 50px;
	z-index: 999;
}

.menu-toggle path {
	fill: #fff;
}

.sidebar-nav {
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#sidebar-wrapper {
	position: fixed;
	z-index: 99;
	left: 0;
	width: 250px;
	height: 100%;
	transition: all .4s ease 0s;
	transform: translateX(-250px);
	background: rgb(0, 65, 121);
	background: linear-gradient(270deg, rgba(0, 31, 82, 1) 0%, rgba(0, 65, 121, 1) 100%);
}

#sidebar-wrapper.active {
	left: 0;
	width: 100%;
	transition: all .4s ease 0s;
    transform: translateX(0px);
    overflow-y: scroll;
}

.sidebar-brand {
	background: transparent;
	line-height: 10px;
	font-size: 14px;
	position: absolute;
	left: 8%;
	top: 30px;
	height: auto;
}

.sidebar-brand a {
	color: #fff;
font-family: "Porsche Next","Arial Narrow",sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.sidebar-brand a:hover,
.sidebar-nav li a:hover {
	text-decoration: none;
	color: rgb(76, 199, 244) !important;
	background: transparent;
}

.sidebar-nav li.sidebar-nav-item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 0;
	font-size: 24px;
	font-weight: lighter;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.menu-toggle.rounded.active {
	background: transparent;
}



/*Left menu*/

#left-menu-wrapper {
	padding: 0 8% 8% 8%;
	margin-top: 8%;
	border-right: 1px solid #fff;
}


/*Right menu*/

ul.sidebar-nav-lateral {
	padding: 0;
	list-style: none;
}

ul.sidebar-nav-lateral li a {
	color: #fff;
	font-weight: 200;
	line-height: 2em;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

ul.sidebar-nav-lateral li a:hover {
	text-decoration: none;
	color: rgb(76, 199, 244) !important;
	background: transparent;
}

#right-menu-wrapper {
	padding: 8% 4%;
}

.img-destacada {
	width: 75%;
	transition: width 0.5s, height 0.5s, transform 0.5s;
}

.img-destacada:hover {
	width: 77%;
}

#right-menu-wrapper h4 {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}

ul.sidebar-nav-lateral li a h3 {
	font-weight: 200;
	margin-top: 1em;
	font-size: 24px;
    font-family: "Porsche Next","Arial Narrow",sans-serif
}

ul.sidebar-nav-lateral li a h3 b {
	width: 100%;
	font-weight: 600;
    float: left;
    font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.sidebar-nav-item-lateral.img-holder {
	margin-top: 40px;
}


/*Lower menu*/

#lower-menu-wrapper {
	background: linear-gradient(270deg, rgba(0, 31, 82, 1) 0%, rgba(0, 65, 121, 1) 100%);
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-left: 8%;
}

ul.sidebar-nav-footer {
	list-style: none;
	padding: 0;
	width: 100%;
	float: left;
	margin-top: 1.15em;
	margin-bottom: 2.25em;
}

ul.sidebar-nav-footer li {
	display: table-cell;
	margin: 0 1em 0 0;
	border-right: 1px solid #fff;
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
	vertical-align: middle;
}

#lower-menu-wrapper>ul>li:nth-child(1) {
	padding-left: 0px;
}

#lower-menu-wrapper>ul>li:nth-child(5) {
	border-right: none;
}

ul.sidebar-nav-footer li a {
	color: #ffffff;
	font-size: 13px;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

ul.sidebar-nav-footer li a:hover {
	color: rgb(76, 199, 244) !important;
	text-decoration: none;
}


/*HERO**/

.masthead {
	min-height: 100vh;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .1) 100%), url("../../img/volkswagen/background_quarantine.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.my-auto.ctner-wrapper {
	margin-left: 150px;
	padding-top: 15%;
}

.mb-1.vw-title {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 70px;
	margin-top: 0.35em;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.mb-1.vw-title b {
	font-weight: 900;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.mb-5.vw-subtitle {
	font-size: 2.5em;
	color: #fff;
	margin-bottom: 2rem!important;
	font-weight: lighter;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}


/*BREADCRUMBS**/

.bcrumb.content-section {
	padding-top: 1.25em !important;
	padding-left: 150px !important;
	padding-bottom: 0;
}

ul.breadcrumbs {
	list-style: none;
	width: 100%;
	padding: 1em 2em 1em 2em;
	float: left;
}

ul.breadcrumbs li {
	list-style: none;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px rgb(0, 30, 80) solid;
	color: rgb(0, 30, 80);
}

ul.breadcrumbs li.noline {
	border-bottom: none;
}

ul.breadcrumbs li a {
	color: rgb(0, 30, 80);
}

ul.breadcrumbs li a:hover {
	text-decoration: none;
}

ul.breadcrumbs li.active {
	border: none;
	color: #000;
	font-weight: bold;
}

.bredcrmb-arrow svg {
	height: 10px;
}
#breadcrumb{
    display:none !important;
}

/**CONTENIDO**/

h2, p{
    color:#000;
}
p{
    font-size: 20px;
    line-height: 32px;
}

.btn-Volkswagenbtn {
	margin-bottom: 1em;
}

.col-lg-12.mx-auto h2 {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 1em;
   font-family: "Porsche Next","Arial Narrow",sans-serif;
   color:#000 !important;
}
.col-lg-12.mx-auto h2 b {
	font-weight: 900 !important;
font-family: "Porsche Next","Arial Narrow",sans-serif;
color:#000 !important;
}

.btn.btn-Volkswagenbtn {
	color: rgb(0, 30, 80);
	background: transparent;
	border: none;
	padding-left: 0px;
	box-shadow: none;
font-family: "Porsche Next","Arial Narrow",sans-serif;
	    font-size:20px;
}

.resultados .btn.btn-Volkswagenbtn {
	position: absolute;
    bottom: 0px;
}

.ingresse h3 {
	font-size: 2.5em;
	font-weight: 200;
   font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.hidden {
	visibility: hidden;
}

#vines {
width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    box-shadow: none;
    color: #000;
    font-size: 18px;
    border-radius: 0;
    height: 4em;
}
#vines::placeholder{
        color: #000;
}
.btn.searchbtn2 {
margin-top: 1em;
    background: rgb(0, 30, 80);
    border-radius: 2em !important;
    color: #fff !important;
    padding: 0.75em 2.5em;
    font-weight: 300;
    float: left;
    font-size: 20px;
}
#search-vin > div > div.filter--field-container.filterdisplay > div > div > div{
    float:left;
}
.inner-sections {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.front-property-card {
    width: 100%;
    background: #f3f3f3;
}


.input-group {
	display: inline-flex;
}


/**HABEAS**/

.habeasdata {
	margin-top: 10%;
}

.habeasdata h3 {
	font-weight: 300 !important;
	font-size: 3em !important;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}

.habeasdata h3 b {
	font-weight: 900 !important;
font-family: "Porsche Next","Arial Narrow",sans-serif;
}


/**PREFOOTER**/

ul.nav-prefooter {
	padding: 0;
	list-style: none;
	line-height: 2em;
}

ul.nav-prefooter li {
	padding: 2px 0;
}

ul.nav-prefooter h5 {
	font-weight: 600;
	margin-bottom: 1em;
}

ul.nav-prefooter li a {
	color: rgb(0, 30, 80);
}

ul.nav-prefooter-hor {
	list-style: none;
	padding: 0;
	width: 88%;
	float: left;
	margin-top: 1.15em;
}

ul.nav-prefooter-hor li {
    display: inline-block;
    border-right: 1px solid rgb(0, 30, 80);
    padding-right: 15px;
    padding-left: 15px;
    height: 20px;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}
#page-top > section.content-section.bg-prefooter > div > div > div > div.col-md-12 > ul > li:nth-child(1){
    padding-left:0px;
}
#page-top > section.content-section.bg-prefooter > div > div > div > div.col-md-12 > ul > li:nth-child(5){
    border-right:none;
}

ul.nav-prefooter-hor li a {
	color: rgb(0, 30, 80);
	font-size: 15px;
}

.copyright-wrap {
	float: right;
	font-size: 14px;
	padding-top: 20px;
	text-align: right;
	width: 12%;
}

.content-section.bg-prefooter {
	border-top: 2px solid #001E50;
	max-width: 82%;
	margin: auto;
	padding-top: 4.5em;
	border-bottom: 1px solid rgb(223, 228, 232);
	padding-bottom: 2em;
}

.bg-prefooter .container {
	max-width: 95%;
}


/**FOOTER*/

.footer {
	max-width: 86%;
	padding-top: 72px;
}

footer.footer {
	padding-top: 4.5rem;
	padding-bottom: 0rem;
}

.footer .container {
	max-width: 80%;
}

.footer h5 {
	color: rgb(106, 118, 125);
	margin-bottom: 12px;
	font-weight: 500;
}

.footer p {
	color: rgb(106, 118, 125);
	word-break: break-word;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.filterdisplay {
    width: 80%;
}
.resultados{ width: 80%;
    margin: auto;
    margin-top: 2em;}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    float: left;
    width: 100%;
    padding: 0;
}
.panel-title>a {
    float: left;
    padding: 1em;
    clear: both;
    width: 100%;
    background: #000;
    color: #fff !important;
    font-weight: bold;
}

.vins-accordion.collapse.show .panel-collapse.collapse{
    padding: 2em;
    float: left;
    text-align: justify;
    line-height: 1em;
}
.btn.btn-Volkswagenbtn.concesbtn{
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 1em;
}
.vins-accordion.collapse.show{
    padding: 0;
    float: left;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #ccc;
    border-top: 0px;
    border-bottom: 0px;
    border-bottom: 1px solid #ccc;
    position: relative !important;
    z-index: 999;
    width: 100%;
    background: #fff;
}
#button-data-conces{
    float: left !important;
}
#button-data-conces, .btn.btn-Volkswagenbtn.concesbtn.btn.btn-Volkswagenbtn.concesbtn {
    float: left;
    margin-top: 1em;
    border-radius: 2em;
    background: #001e50;
    padding: 0.25em 1em 0.5em 1em;
    color: #fff !important;
}

#button-cons{
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}

#button-data{
    float: left;
    position: relative;
    clear: both;
    width: 70%;
    margin-top: 3em;
    text-align: left;
    padding-left: 0px;
    left: 0;
}

#button-data-conces .button-cons{
    color: #fff !important;
}
/********RESPONSIVE********/


/**TABLETS**/

@media all and (min-width:768px) and (max-width:1280px){

    .logo-vw, .logo-vw-blue {
        height: 40px;
        width: 40px;
        margin-top: 32px;
    }
    .logo-item{
        left: 47.5%;
        position: absolute;
        top: 1.5%;
    }
    .menu-toggle {
        left: 30px
    }
    .borderline-left, .logobarblue .borderline-left-blue {
        width: 46%;
        top: 52px;
        position: absolute;
        left: 0;
    }
    .borderline-right, .logobarblue .borderline-right-blue {
        width: 46%;
        top: 52px;
        position: absolute;
        right: 0;
    }
    .menu-toggle.rounded.active .clsebtn {
        display: block;
        width: 25px;
        height: 40px;
        margin: 0 !important;
        float: right;
        font-family: "Porsche Next","Arial Narrow",sans-serif
        left: -25px;
        position: relative;
    }
    #left-menu-wrapper {
        padding: 0 10% 8% 10%;
        margin-top: 10%;
    }
    #right-menu-wrapper {
        padding: 5% 10% 10%;
    }
    .img-destacada {
        width: 98%;
        transition: width 0.5s, height 0.5s, transform 0.5s;
    }
    #lower-menu-wrapper{
        position: relative;
        margin: auto;
        max-width: 80%;
        padding: 0;
    }
    ul.sidebar-nav-lateral li a h3 b {
        width: auto;
        font-weight: 600;
        float: left;
        margin-right: 0.25em;
        font-family: "Porsche Next","Arial Narrow",sans-serif;
    }
    ul.sidebar-nav-lateral li a h3 {
        font-weight: 200;
        margin-top: 1em;
        font-size: 20px;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    ul.sidebar-nav-footer li {
        display: inline-flex;
        margin: 0;
        border-right: 1px solid #fff;
        padding-right: 20px;
        height: 15px;
        vertical-align: bottom;
        padding-top: 0;
    }
    ul.breadcrumbs {
        padding: 1em 2em 1em 0em;
    }
    .my-auto.ctner-wrapper {
        margin-left: 50px;
        padding-top: 15%;
        width: 86%;
    }
    .mb-1.vw-title {
        color: #fff;
        font-size: 58px;
        font-weight: 200;
        line-height: 70px;
        margin-top: 0.15em;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    .bcrumb.content-section {
        padding-top: 1.25em !important;
        padding-left: 10% !important;
        padding-bottom: 0;
    }
    .inner-sections {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 15%;
        padding-left: 15%;
    }

    #vinx{
        padding:0px;
        margin:0px;
    }
    .front-property-card {
        border-radius: 0;
        overflow: hidden;
    }
    #vinx > div > div > div{
        padding:0px;
    }
    #vinx > div > div > div > div > div.col-lg-4.col-md-12.col-sm-12{
        padding-right: 15%;
        padding-left: 15%;
        margin-top: 2em;
    }
    .bg-prefooter .container {
        max-width: 100%;
    }
    .bg-prefooter  h5{
        font-size: 18px;
        font-weight: 900;
    font-family: "Porsche Next","Arial Narrow",sans-serif;
    }
    ul.nav-prefooter-hor {
        list-style: none;
        padding: 0;
        width: 80%;
        float: left;
        margin-top: 1.15em;
    }
    .copyright-wrap {
        float: right;
        font-size: 13px;
        padding-top: 20px;
        text-align: right;
        width: 20%;
    }
    footer.text-left{
        margin: auto;
        max-width: 100%;
    }

}


/**SMARTPHONES**/

@media all and (min-width:360px) and (max-width:767px){

    .logo-vw, .logo-vw-blue {
        height: 32px;
        width: 32px;
        margin-top: 32px;
    }
    .logo-item {
        left: 46%;
        position: absolute;
        top: 4%;
    }
    .menu-toggle {
        left: 20px
    }
    .borderline-left, .logobarblue .borderline-left-blue {
        width: 45%;
        top: 52px;
        position: absolute;
        left: 0;
    }
    .borderline-right, .logobarblue .borderline-right-blue {
        width: 45%;
        top: 52px;
        position: absolute;
        right: 0;
    }
    .menu-toggle.rounded.active .clsebtn {
        display: block;
        width: 25px;
        height: 40px;
        margin: 0 !important;
        float: right;
        font-family: "Porsche Next","Arial Narrow",sans-serif
        left: -25px;
        position: relative;
    }
    #left-menu-wrapper {
        padding: 10% 10% 10% 10%;
        margin-top: 10%;
    }
    #right-menu-wrapper {
        padding: 5% 10% 10%;
    }
    .img-destacada {
        width: 90%;
        transition: width 0.5s, height 0.5s, transform 0.5s;
    }
    #lower-menu-wrapper{
        left: 0;
        width: 100%;
        transition: all .4s ease 0s;
        transform: translateX(0px);
        overflow-y: scroll;
        max-width: 75%;
    }
    .sidebar-brand {
        left: 15%;
    }
    #sidebar-wrapper.active {
        left: 0;
        width: 100%;
        transition: all .4s ease 0s;
        transform: translateX(0px);
        overflow-y: scroll;
        max-width: 100%;
    }
    ul.sidebar-nav-lateral li a h3 b {
        width: auto;
        font-weight: 600;
        float: left;
        margin-right: 0.25em;
        font-family: "Porsche Next","Arial Narrow",sans-serif;
    }
    ul.sidebar-nav-lateral li a h3 {
        font-weight: 200;
        margin-top: 1em;
        font-size: 20px;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    ul.sidebar-nav-footer li {
        display: inline-flex;
        margin: 0;
        border-right: 1px solid #fff;
        padding-right: 10px;
        height: 15px;
        vertical-align: bottom;
        padding-top: 0;
        padding-left: 0px;
    }
    ul.breadcrumbs {
        display:none;
    }
    .my-auto.ctner-wrapper {
        margin-left: 0;
        padding-top: 65%;
    }
    .mb-1.vw-title {
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        line-height: 70px;
        margin-top: 0.35em;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    #lower-menu-wrapper {
        background: none;
        position: relative;
        bottom: 0px;
        width: 100% !important;
        padding-left: 0;
        margin: auto;
    }
    .col-lg-10.mx-auto h2 {
        font-size: 2em;
        font-weight: 200;
        margin-bottom: 0;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    #vinx > div > div > div > div > div.col-lg-4.col-md-12.col-sm-12{
        padding: 2em 15% 2em 15%;
    }
    .ingresse h3 {
        font-size: 2em;
        font-weight: 200;
        font-family: "Porsche Next","Arial Narrow",sans-serif
    }
    .bg-prefooter .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .copyright-wrap {
        float: left;
        font-size: 14px;
        padding-top: 20px;
        text-align: left;
        width: 100%;
    }
    .footer {
        max-width: 100%;
        padding-top: 60px;
    }
}

/***AJUSTES PARA MULTIMARCA***/
body {
    background: rgb(255, 255, 255);
    font-family: "Porsche Next","Arial Narrow",sans-serif;
    font-size: 16px;
line-height: 24px;
  }

  .small,
  small {
    font-size: 80%;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
  }

  .text-secondary {
    color: #000000 !important;
    letter-spacing: 1px;
  }

  .col-md-6 {
    margin: 1em 0;
  }

  .img-fluid-logo {
    max-width: 80%;
  }

  .ml-auto,
  .mx-auto {
    margin: auto !important;
    text-align: center;
  }

  h6 {
    width: 100%;
    text-align: center;
    margin-top: 1em;
     font-family: "Porsche Next","Arial Narrow",sans-serif;
    font-weight: 700;
    font-size: 1.1em;
  }
  .col-md-6.col-lg-4 h6{
    font-weight: normal;
font-size: 16px;
line-height: 24px;
display: inline-block;
margin: 1em auto;
padding: 13px 21px;
background-color: #313639;
color: #fff;
width: 100%;
}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
.mr-auto, .mx-auto {
margin-right: auto !important;
}
#vines  {
width: 100%;
border: none;
border-bottom: 1px solid #000;
background: transparent;
box-shadow: none;
color: #000;
font-size: 16px;
border-radius: 0;
height: 4em;
}
.btn.searchbtn2 {
margin-top: 1em;
background-color: #000;
border-radius: 1em !important;
color: #fff !important;
padding: 0.5em 2em;
font-weight: 300;
float: left;
font-size: 18px;
}
.resultados {
width: 80%;
margin: auto;
}
p {
font-size: 20px;
line-height: 32px;
}
.panel-collapse p {
    margin: 0 0 11px;
    font-size: 16px !important;
    line-height: 1.5em !important;
}
#button-data {
float: left;
position: relative;
clear: both;
width: 70%;
margin-top: 3em;
text-align: left;
padding-left: 0px;
left: 0;
}
#button-data-conces, .btn.btn-Volkswagenbtn.concesbtn.btn.btn-Volkswagenbtn.concesbtn {
float: left;
margin-top: 1em;
border-radius: 2em;
background: #001e50;
padding: 0.25em 1em 0.5em 1em;
color: #fff !important;
}

#button-data-conces {
    float: left !important;
    background: #000000;
    color: #fff !important;
    padding: 0.5em 1em;
    margin-top: 1em;
    border-radius: 0.5em;
}
.button-cons{
    background: #000000;
    color: #fff;
    padding: 0.5em 1em;
    margin-top: 1em;
    float: right;
    border-radius: 0.5em;
}
#vinx{
    padding-bottom: 10em;
}
#button-data-conces .button-cons {
    padding: 10px !important;
    color: #fff !important;
    background: transparent !important;
    border: none;
    margin: 0px;
    font-weight: lighter !important;
}

@media all and (max-width:768px){
    .button-cons, .button-data-conces{
    float: left;
    width:100%;
}
