@font-face {
    font-family:'Futura';
    font-style: normal;
    font-weight: normal;
    src:url(../fonts/Futura-Book.ttf) format('truetype');
	src:url(../fonts/Futura-Book.otf) format('opentype');
}

@font-face {
    font-family:'Futura-bold';
    font-style: normal;
    font-weight: normal;
    src:url(../fonts/Futura-Bold.ttf) format('truetype');
	src:url(../fonts/Futura-Bold.otf) format('opentype');
}

@font-face {
    font-family:'Futura-heavy';
    font-style: normal;
    font-weight: normal;
    src:url(../fonts/Futura-Heavy.ttf) format('truetype');
	src:url(../fonts/Futura-Heavy.otf) format('opentype');
}

html {
    scroll-behavior: smooth;
}

body {
  font-family:'Futura';
  color: #000;
  background-color: #ffffff;
}

h1 {
	font-family:'Futura';
    text-align: center;
    font-size: 30px;
    color: #fff;
	margin: 0px;
}

h2 {
	font-family:'Futura';
text-align: center;
    font-size: 28px;
    color: #fff;
}


p{  
	font-size: 15px;
    font-weight: 300;
	margin: 0 0 5px;
}

footer{
    background-color:#efefef;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

nav a {
    color: #000;
    text-decoration: none;
}

nav a:hover {
   
    text-decoration: none;
	color: #000;
	background-color: #d2d2d2 !important;
}

nav a:focus {
   
    text-decoration: none;
}




#container {
  width: 680px;
  max-width: 100%;
  margin: 10px auto;
  padding: 0;
  background: #86F1FF;
  overflow: hidden;
}

#content {
  margin: 10px;
  padding: 0;
  background: #B8B8B8;
  overflow: hidden;
}

.navbar {
    font-size: 16px;
    position: relative;
    float: right;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;

}


.circle-2 {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px 10px;
  position: relative;
  background: #eaeaea; 
  overflow: hidden;
}

.circle-2 .text-2 {
  width: 100%;
  height: 100%;
  padding: 10px 0px;	
  top: 0;
  left: 0;
  position: absolute;
  background: #c4c4c5;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.circle-2:hover .text-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgba(196, 196, 197, 0.9);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
  box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
}


.text-2 p {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 20px;	
}



.logos {
	width: 100%;
    margin: auto;
    padding: 20px 0px;
    border: 1px solid #eac50e;
    border-radius: 10px;
    margin-bottom: 10px;
	
}

.carros {
	width:100%;
	margin: auto;
	margin: 0px 0px;
	
}

.modal-dialog {
    width: 100%;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px 10px;
}

.btn-return-r {
	  width: 300px;
    height: 50px;
    margin: auto;
    display: block;
    background-color: #ffd900;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.btn-return-f {
	  width: 300px;
    height: 50px;
    margin: auto;
    display: block;
    background-color: #e8e8e8;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.btn-return-p {
	  width: 300px;
    height: 50px;
    margin: auto;
    display: block;
    background-color: #092054;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.btn-return-v {
	  width: 300px;
    height: 50px;
    margin: auto;
    display: block;
    background-color: #284173;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.btn-return-h {
	  width: 300px;
    height: 50px;
    margin: auto;
    display: block;
    background-color: #ff0c1e;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}


.text-2 h3 {
    font-size: 40px;
    font-weight: 800;
	line-height: 100px;
    text-align: center;
    margin: 30px 20px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.active{
	background-color:#d0d0d1;
}


.modal-dialog {
    width: 420px;
    margin: 30px auto;
}

.modal-content {
    position: relative;
    border-radius: 6px;
    outline: 0;
	background-color: inherit;
	border: none;
	box-shadow: none;
}

.parallax-home {
	
	width: 100%;
    height: auto;
    background-color: #dcdcdc;
	
}

.parallax-home h3 {
	
	color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}

.parallax-R {
	
	width: 100%;
    height: auto;
    background-color:#000000;
	
}

.parallax-R h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}

.parallax-P {
	
	width: 100%;
    height: auto;
    background-color:#000000;
	
}

.parallax-P h3 {
	
	color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}


.parallax-V {
	
	width: 100%;
    height: auto;
    background-color:#415e96;
	
}

.parallax-V h3 {
	
	color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}

.parallax-H {
	width: 100%;
    height: auto;
    background-color:#ff251e;
	
}

.parallax-H h3 {
	
	color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}

.parallax-K {
	
	width: 100%;
    height: auto;
    background-color:#cd3333;
	
}

.parallax-K h3 {
	
	color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}


.parallax-F {
	
	width: 100%;
    height: auto;
    background-color:#0257a6;
	
}

.parallax-F h3 {
	
	color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}


.fondo-R {
	
	height: 200px;
	background-image:url(../img/banners-home/Renault-banner.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-R img {
	width: 300px;
    margin: auto;
    display: block;
    margin-top: 50px;
}

.fondo-R2 {
	height: 200px;
	background-color: #fff;
}

.fondo-R2 p {
	text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 70px;
}


.fondo-H {
	
	height: 200px;
	background-image:url(../img/banners-home/Renault-honda.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-H img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.fondo-H2 {
	height: 200px;
	background-color: #000;
}

.fondo-H2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 70px;
}


.fondo-K {
	
	height: 200px;
	background-image:url(../img/banners-home/kia-banner.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-K img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 50px;
}

.fondo-K2 {
	height: 200px;
	background-color: #000;
}

.fondo-K2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 70px;
}


.fondo-P {
	
	height: 200px;
	background-image:url(../img/banners-home/Peugeot-banner.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-P img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.fondo-P2 {
	height: 200px;
	background-color: #fff;
}

.fondo-P2 p {
	text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 70px;
}


.fondo-F {
	
	height: 200px;
	background-image:url(../img/banners-home/fca-banner.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-F img {
	width: 260px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.fondo-F2 {
	height: 200px;
	background-color: #000;
}

.fondo-F2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 70px;
}



.fondo-V {
	
	height: 200px;
	background-image:url(../img/banners-home/volvo-banner.jpg);
	background-size: cover;
	background-position: center;
}

.fondo-V img {
	width: 230px;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.fondo-V2 {
	height: 200px;
	background-color: #fff;
}

.fondo-V2 p {
	text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 70px;
}

.cat-R h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #eac50e;
    border-bottom: 1px solid #eac50e;
}

.cat-R p {
    height: 70px;
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    overflow: scroll;

}

.cat-R img {
    width: 100%;

}

.cat-R button {
	width: 100%;
    background-color: #eac50e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-r {
	
	width: 300px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}
	


.cat-P h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #092054;
    border-bottom: 1px solid #092054;
}

.cat-P p {
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;

}

.cat-P img {
    width: 100%;

}

.cat-P button {
	width: 100%;
    background-color: #092054;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-p {
	
	width: 300px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}


.cat-V h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #3f5d96;
    border-bottom: 1px solid #3f5d96;
}

.cat-V p {
    height: 70px;
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    overflow: scroll;

}

.cat-V img {
    width: 100%;

}

.cat-V button {
	width: 100%;
    background-color: #3f5d96;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-v {
	
	width: 300px;
    background-color: #3f5d96;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}


.cat-H h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #ff0c1e;
    border-bottom: 1px solid #ff0c1e;
}

.cat-H p {
   height: 70px;
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    overflow: scroll;

}

.cat-H img {
    width: 100%;

}

.cat-H button {
	width: 100%;
    background-color: #ff0c1e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-h {
	
	width: 300px;
    background-color: #ff0c1e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}



.cat-F h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #cdcdce;
    border-bottom: 1px solid #cdcdce;
}

.cat-F p {
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;

}

.cat-F img {
    width: 100%;

}

.cat-F button {
	width: 100%;
    background-color: #cdcdce;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-f {
	
	width: 300px;
    background-color: #0257a6;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}


.cat-K h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    margin-top: 10px;
    border-top: 1px solid #8c242e;
    border-bottom: 1px solid #8c242e;
}

.cat-K p {
    height: 70px;
    text-align: center;
    padding: 10px 0px;
    font-size: 17px;
    overflow: scroll;

}

.cat-K img {
    width: 100%;

}

.cat-K button {
	width: 100%;
    background-color: #8c242e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-info-k {
	
	width: 300px;
    background-color: #cd3333;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}

.btn-info-u {
	
	width: 300px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    border: none;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px;
}

.btn-info-u:hover {
    background-color: rgb(102, 102, 102);
}


.mapa {
	width: 80%;
    height: 220px;
    margin-top: 100px;
    border: 5px solid #cdcdce;
    float: left;
}

.info {
	width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    margin-top: 10px;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.info a:hover {
	text-decoration: none;
}

.info-footer {
    display: flex; 
    align-items: center;
	text-decoration: none;
}

.info-footer a:hover {
	text-decoration: none;
}

.btn-whatsapp {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

.btn-whatsapp:hover {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
	text-decoration: none;
	background-color: transparent !important;

}

.formulario-fixed {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    position: fixed;
    z-index: 90;
    right: 0;
    top: 0;
    box-shadow: -3px 0px 20px 0px #000000ba;
}


@media (min-width: 1250px){
	
.container {
    width: 100% !important;
}	
	
}	

@media (min-width: 1200px){
.container {
    width: 900px;
}
}

@media (min-width: 992px){
.container {
    width: 680px;
}
}

.slider {
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	min-height: 600px;
	width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: left;
}

.slider-C {
	background-image: url(../img/slider-contacto.jpg);
	min-height: 500px;
	width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: left;
}


.slider-R {
	background-image: url(../img/slider-renault.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: left;
	
}

.slider-F {
	background-image: url(../img/slider-fca.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: left;
}

.slider-P {
	background-image: url(../img/slider-peugeot.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: left;
}

.slider-V {
	background-image: url(../img/slider-volvo.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: left;
	
}

.slider-H {
	background-image: url(../img/slider-honda.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position:left;
}

.slider-K {
	background-image: url(../img/slider-kia.jpg);
	min-height: 550px;
	width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: left;
}

.header-form{
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
}


.header-form-r{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-p{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-v{
	width: 100%;
    background-color:#405e96;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-h{
	width: 100%;
    background-color:#ff251e;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-k{
	width: 100%;
    background-color: #cd3333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}


.formulario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    padding: 10px 0px;
    border-bottom-left-radius: 0px;
}

.formulario-R {
    color: #fff;
}

.btn {
	width: 100%;
    background-color: #eac50e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 10px;
    float: right;
    border: none;
	border-radius: 0px;
}

.btn:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn-p {
	width: 100%;
    background-color: #092054;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
}

.btn-p:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-p:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-v {
	width: 100%;
    background-color: #3f5d96;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
}

.btn-v:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-v:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-h {
	width: 100%;
    background-color: #ff0c1e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
}

.btn-h:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-h:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-f {
	width: 100%;
    background-color: #cdcdce;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
}

.btn-f:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-f:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn-k {
	width: 100%;
    background-color: #8c242f;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    border: none;
}

.btn-k:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn-k:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn2 {
	width: 100%;
    height: auto;
    line-height: 20px;
    text-align: center;
    background-color: #b8b8b8;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn2:hover {
	
	background-color: #3c3c3c;
    color: #fff;
    transition: all 0.5s ease;
   
}

.btn2:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-re {
	width: 100%;
    height: auto;
    line-height: 20px;
    text-align: center;
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-re:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-re:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}




.btn2-p {
	width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    
    text-align: center;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
    font-family: 'Futura-bold';
   
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-p:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-p:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn2-v {
	width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #415e96;
    font-family: 'Futura-bold';
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-v:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-v:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn2-h {
	width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color:#ff251e;
    font-family: 'Futura-bold';
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-h:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-h:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-k {
	width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #8C242F;
    font-family: 'Futura-bold';
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-k:hover {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.btn2-k:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}


.btn2-f {
	width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0257a6;
    font-family: 'Futura-bold';
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    border: none;
    border-radius: 0px;
    padding-bottom: 5px;
}

.btn2-f:hover {
	
	background-color: #3c3c3c;
    color: #fff;
    transition: all 0.5s ease;
   
}

.btn2-f:focus {
	
	background-color: #3c3c3c;
    color: #fff;
   
}

.tiutlop,.tiutlosec {
	margin: 0px;
}

.tiutlop h1 {
	font-family: 'Futura';
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin: 0px;
}

.tiutlop h2 {
	font-family: 'Futura';
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.fondo-gris {
	height: auto;
	background-color: #060606;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f4d231;
    border: none;
    padding: 0px;
}

.panel-default {
    border:none;
}

.panel-body {
    padding: 0px;
}

.panel-body2 {
    padding: 20px 30px;
    background-color: #fff;
    margin: 5px 20px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.titulo-panel {
	width: 60%;
    float: left;
    padding: 10px;
	padding-left: 40px;
    background-image: url(../img/bg-titulo.png);
	background-size: cover;
    background-repeat: no-repeat;
	text-align: left;
    color: #fff;
    display: block;
    margin: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background-color: #e2e2e2;
}

.panel-body p {

width: 100%; 
float: left; 
padding: 40px 40px;
	
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.tiutlosec h2 {
	text-align: center;
    line-height: 50px;
    font-size: 35px;

}

.fondo-amarillo {
	height: auto;
	background-color: #f4d231;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.img-essh {
	width: 50%;
	margin: auto;
	display: block;
}

.fondo-gris-oscuro {
	height: auto;
	background-color: #383838;
	padding: 40px;
}

.img-reco {
	width: 50%;
	margin: auto;
    display: block;
}

.fondo-rojo{
	height: auto;
	background-color: #b61f24;
	padding: 40px;
	font-family:'Futura-bold';
	color: #fff;
	line-height: 30px;
}

.redes {
    float: right;
    margin-right: 15px;
}

.btnthanks{
	width: 200px;
    background-color: #eac510;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
	text-align: center;
    padding: 10px;

}

.btnthanks:hover{

    color: #ffd300;
 

}

.lista{
	width: 100%;
	display: flex;
	padding: 70px;
    font-size: 20px;
}

.lista li{
	margin: auto;
}

.ver {
	width: 100%;
    margin: 0px;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-size: 25px;
}

.ver:hover {

    color: #000;
  
}

.ver2 {
	width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #000;
    background-color: #f4d231;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid #000;
}

.ver2:hover {
    width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    background-color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid #000;
}

.btn-pse{
    width: 120px;
    background-color: transparent;
    border: none;
}

.redes-h {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fab {
    color:#000;
}

.fab:hover {
    color:#0257a6;
}

.form-group {
    margin: 5px 0;
    width: 100%;
}

.form-group-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-group-2 .form-group {
    width: 100%;
    display: flex;
    justify-content: center;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tiutlop h2 {
    font-family: 'Futura';
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 40px;
    line-height: 40px;
}
	
.tiutlop, .tiutlosec {
    margin: 0px;
}

.atajos{
    display:flex;
    padding: 30px;
}
.atajos div{
    padding: 0px 10px;
}

.atajos img{
    width:100%;
    background-color: #fff;
}

.asesoria{
    padding: 30px 0;
}

.video{
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.galeria-R {
    width: 100%;
    height: auto;
    background-color:#eac50f;
    padding: 30px;
}

.galeria-K {
    width: 100%;
    height: auto;
    background-color:#8c242d;
    padding: 30px;
}

.galeria-p {
    width: 100%;
    height: auto;
    background-color:#0b2154;
    padding: 30px;
}

.galeria-h {
    width: 100%;
    height: auto;
    background-color:#ff251e;
    padding: 30px;
}

.galeria-v {
    width: 100%;
    height: auto;
    background-color:#415e96;
    padding: 30px;
}

.galeria-f {
    width: 100%;
    height: auto;
    background-color:#0257a6;
    padding: 30px;
}

.info-campaña {
    padding: 60px;
}

.iconos{
    display: flex;
    justify-content: center;
}

.iconos img{
    width: 200px;
}

.iconos .ico-k{
    width: 150px;
}

.iconos-seguridad {
    width: 520px;
    margin-top: 40px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  #desktop {
    display: block;
}

  #mobil {
      display: none;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

.redes-conten {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media (max-width: 1250px){
.navbar {
    font-size: 12px;
}

.navbar-nav {
    float: right;
    margin: 0;
    width: 70%;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}

}
 

@media (max-width: 1200px){
	
	.navbar-nav>li>a {
    padding-top: 50px;
    padding-bottom: 15px;
}



.btn2-re,.btn2,.btn2-p,.btn2-v,.btn2-h,.btn2-k,.btn2-f {
    
    font-size: 15px;
   
}

.iconos img {
    width: 150px;
}
	
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
	
	.lista{
	width: 100%;
	display: flex;
	padding: 70px;
    font-size: 16px;
}
	
	.tiutlop h1 {
	font-family: 'Futura';
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.tiutlop h2 {
	font-family: 'Futura';
    text-align: center;
    font-size: 28px;
    color: #fff;
}
	
.slider {
    background-image: url(../img/slider-home.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}
	
.slider-C {
	background-image: url(../img/slider-contacto.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}
	
.slider-R {
	background-image: url(../img/slider-renault.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
	
}

.slider-F {
	background-image: url(../img/slider-fca.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}

.slider-P {
	background-image: url(../img/slider-peugeot.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}

.slider-V {
	background-image: url(../img/slider-volvo.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
	
}

.slider-H {
	background-image: url(../img/slider-honda.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}
	
.slider-K {
	background-image: url(../img/slider-kia.jpg);
	width: 100%;
    height: 500px;
    background-size: cover;
    background-position: left;
}
	
.header-form-r{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-p{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-v{
	width: 100%;
    background-color:#405e96;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-h{
	width: 100%;
    background-color:#ff251e;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-k{
	width: 100%;
    background-color: #cd3333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}	
	
.text-2 h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 70px;
    text-align: center;
    margin: 0px 20px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.form-control {
    font-size: 12px;
}
	

}


@media (max-width: 992px){

    .form-group {
        margin: 5px;
        width: 40%;
    }

    .form-group-2 {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .iconos img {
        width: 150px;
    }

    .redes-h {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tiutlop h2 {
       
        padding: 20px;
        
    }

    .asesoria {
        padding: 30px 0;
        text-align: center;
    }
	
	.navbar {
    font-size: 12px;
    position: relative;
	float: none;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
	
	.nav {
    margin-bottom: 0;
    list-style: none;
    float: none;
	display: flex;
    justify-content: center;	
    width: 100%;
}

.header-form{
	width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}


.header-form-r{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-p{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-v{
	width: 100%;
    background-color:#405e96;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-h{
	width: 100%;
    background-color:#ff251e;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-k{
	width: 100%;
    background-color: #cd3333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

	
.formulario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    padding: 10px 0px;
    border-bottom-left-radius: 0px;
}	
	
.btn {
    width: 100%;
    background-color: #eac50e;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-family: 'Futura-bold';
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 30px;
    padding-top: 10px;
    float: right;
    border: none;
	margin: 10px 0px;
}	
	
	
.lista {
    width: 100%;
    display: flex;
    padding: 40px 0px;
    font-size: 16px;
}
	
.ver2 {
    width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #000;
    background-color: #f4d231;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 20px;
    border: 2px solid #000;
}	
	
.ver2:hover {
    width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    background-color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 20px;
    border: 2px solid #000;
}	
	
.img-reco {
    width: 40%;
    margin: auto;
    display: block;
}
	
.text-foo{
	text-align: center;
    margin-top: 30px;
	}	
	
.datos-izq{
	text-align: center;
	}	
	
.redes {
    margin: auto;
    display: block;
	float: none;
	text-align: center;
}
	
.circle-2 .text-2{
	width: 100%;
    height: 100%;
    padding: 0px 0px;
    top: 0;
    left: 0;
    position: absolute;
    background: #c4c4c5;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
		
}
	
.text-2 h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 80px;
    text-align: center;
    margin: 100px 20px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}	
	
.fondo-R img {
    width: 300px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 50px;
}
	
.fondo-R2 p {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 70px;
}
	
.fondo-H2 p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 70px;
}
	
.fondo-H img {
    width: 250px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 30px;
}
	

.fondo-K img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 50px;
}


.fondo-K2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 70px;
}
	
.fondo-P img {
    width: 250px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 50px;
}	
	
.fondo-P2 p {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 50px;
}	
	
.fondo-F2 p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    padding: 60px;
}
	
.fondo-F img {
    width: 260px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 30px;
}
	
.fondo-V2 p {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 60px;
}
	
.fondo-V img {
    width: 230px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 30px;
}
	
.mapa {
    width: 100%;
    height: 220px;
    border: 5px solid #cdcdce;
    float: none;
    margin: auto;
    margin-top: 20px;
}
	
.info {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    float: none;
    margin-top: 10px;
    padding: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: auto;
}
	
.slider {
    background-image: url(../img/slider-home.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 40%;
}
	
.slider-C {
	background-image: url(../img/slider-contacto.jpg);
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 40%;
}

.flex {
    display: flex;
}

.redes-conten {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario-fixed {
    position: relative;
}
	
}


@media (max-width: 768px){
	
	.nav {
    margin-bottom: 0;
    list-style: none;
    float: none;
    padding-left: inherit;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	
	.navbar-toggle {
    position: relative;
	float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
	
	.navbar-collapse.in {
    overflow-y: auto;
    background-color: #dedede;
}
	
	
	.slider {
    background-image: url(../img/slider-home.jpg);
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
}
	.slider-R {
	background-image: url(../img/slider-renault.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
	
}

.slider-F {
	background-image: url(../img/slider-fca.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
}

.slider-P {
	background-image: url(../img/slider-peugeot.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
}

.slider-V {
	background-image: url(../img/slider-volvo.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
	
}

.slider-H {
	background-image: url(../img/slider-honda.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
}
	
.slider-K {
	background-image: url(../img/slider-kia.jpg);
	width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: 20%;
}
	
.header-form{
	width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}


.header-form-r{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-p{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-v{
	width: 100%;
    background-color:#405e96;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-h{
	width: 100%;
    background-color:#ff251e;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-k{
	width: 100%;
    background-color: #cd3333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}
	
.formulario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    padding: 10px 0px;
    border-bottom-left-radius: 0px;
}
	
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	
.form-group {
    margin-bottom: 5px;
}	
	
.tiutlop h1 {
    font-family: 'Futura';
    text-align: center;
    font-size: 30px;
    color: #fff;
}
	
.tiutlop h2 {
    font-family: 'Futura';
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 40px;
    line-height: 40px;
}
	
.tiutlop, .tiutlosec {
    margin: 0px;
}
	
.ver {
    width: 100%;
    margin: 0px;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px;
}
	
.lista {
    width: 100%;
    display: flex;
    padding: 40px 20px;
    font-size: 14px;
}

.lista li {
    margin: auto;
}	

	
.img-essh {
    width: 100%;
    margin: auto;
    display: block;
}	
	
.titulo-panel {
    width: 60%;
    float: left;
    padding: 10px;
    padding-left: 40px;
    background-image: url(../img/bg-titulo.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    color: #fff;
    display: block;
    margin: 0;
    font-size: 20px;
}	
	
.text-2 h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    margin: 80px 20px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}
	
.fondo-R2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 70px;
}
	
.fondo-H2 p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 70px;
}
	
.fondo-K img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 50px;
}


.fondo-K2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 50px;
}	
	
.fondo-P2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 50px;
}
	
.fondo-V2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 60px;
}
	
.fondo-F2 p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    padding: 60px;
}

.info-footer {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}

.atajos {
    flex-direction: column;
}

.iconos-seguridad {
    width: 100%;
    margin-top: 40px;
}

.iconos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.iconos .ico-k {
    width: 200px;
}

.form-group-2 .form-group {
    width: 100%;
    display: flex;
    justify-content: center;
}
	
}
	

@media (min-width: 576px){
	
.marcas .col-md-5 {
	float: left;
    width: 20%;
	min-height: 1px; 
	position: relative;
}
	
	
}	

@media (max-width: 530px){
	.lista li {
    margin: 10px;
}	
	
	.lista {
    width: 100%;
    display: inline-block;
    padding: 20px 40px;
    font-size: 14px;
}
	
.header-form{
	width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}


.header-form-r{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-p{
	width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-v{
	width: 100%;
    background-color:#405e96;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-h{
	width: 100%;
    background-color:#ff251e;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}

.header-form-k{
	width: 100%;
    background-color: #cd3333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px 0px 0px;
    border-bottom-left-radius: 0px;
}
	
.formulario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    padding: 10px 0px;
    border-bottom-left-radius: 0px;
}
	
.slider {
    width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(134,134,132,1) 0%, rgba(255,255,255,1) 100%);
}
	
.slider-C {
	 width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(134,134,132,1) 0%, rgba(255,255,255,1) 100%);
}
	
.slider-R {
	 width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(255, 217, 0, 0.49) 0%, rgba(255, 255, 255) 100%);
	
}

.slider-F {
	width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(134,134,132,1) 0%, rgba(255,255,255,1) 100%);
}

.slider-P {
	width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(9, 32, 84) 0%, rgba(255, 255, 255) 100%);
}

.slider-V {
	width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(62, 92, 150, 0.86) 0%, rgba(255, 255, 255) 100%);
	
}

.slider-H {
	width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(255, 37, 31, 0.81) 0%, rgba(255, 255, 255) 100%);
}
	
.slider-K {
	width: 100%;
    height: 100%;
    background-image: none;
    background: linear-gradient(to bottom, rgba(145, 37, 48, 0.86) 0%, rgba(255, 255, 255) 100%);
}	

	.ver {
    width: 100%;
    margin: 0px;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    font-size: 15px;
}
	
.titulo-panel {
    width: 80%;
    float: left;
    padding: 10px;
    padding-left: 40px;
    background-image: url(../img/bg-titulo.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    color: #fff;
    display: block;
    margin: 0;
    font-size: 20px;
}
	
.tiutlosec h2 {
    text-align: left;
    line-height: 50px;
    font-size: 25px;
}
	
.ver2 {
    width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #000;
    background-color: #f4d231;
    text-align: center;
    letter-spacing: 2px;
    font-size: 10px;
    border-radius: 20px;
    border: 2px solid #000;
}	
	
.ver2:hover {
    width: 80%;
    margin: auto;
    padding: 5px;
    font-family: 'Futura-bold';
    color: #fff;
    background-color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-size: 10px;
    border-radius: 20px;
    border: 2px solid #000;
}	
	
.text-2 h3 {
    font-size: 21px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    margin: 30px 20px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}	
	
.parallax h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 80px;
}
	
.fondo-R2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 50px;
}
	
.fondo-H2 p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 50px;
}
	
.fondo-K img {
	width: 250px;
    margin: auto;
    display: block;
    margin-top: 0px;
    padding-top: 50px;
}


.fondo-K2 p {
	text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 40px;
}	
	
.fondo-P2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 30px;
}
	
.fondo-F2 p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    padding: 40px;
}
	
.fondo-V2 p {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    padding-top: 50px;
}
	
	.parallax-home h3 {
	
	color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	
	.parallax-R h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	
	.parallax-P h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	
	.parallax-V h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	.parallax-H h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	
	.parallax-K h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}
	
	.parallax-F h3 {
	
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
	
}

#desktop {
    
    display: none;
}

  #mobil {
    display: block;
  }

  .form-group {
    margin: 5px;
    width: 100%;
}

.form-group-2 {
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn2-re,.btn2,.btn2-p,.btn2-v,.btn2-h,.btn2-k,.btn2-f {
    
    width:80%;
    font-size: 15px;
    float:none;
   
}

.tiutlop h2 {
    font-family: 'Futura';
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 20px 0px;
    line-height: 30px;
}

.video {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-campaña {
    padding: 20px;
}

.galeria-R, .galeria-K, .galeria-p, .galeria-h, .galeria-v, .galeria-f {
    padding: 10px;
}
	
}

