@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
  font-family: 'IBM Plex Sans', sans-serif;  
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;  
  color: #000;   
}
.container-fluid {
  max-width: 1390px;   
  padding-right: 1rem;
  padding-left: 1rem;  
  margin-right: auto;
  margin-left: auto;   
}
a {
  color: #ff3195;    
}
a:hover {
  text-decoration: none;
  color:#2579e8;   
}
.we-mega-menu-submenu li.we-mega-menu-li a {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 0px;
}
h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600; 
}
#block-views-block-slider-block-1 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0vw;
  padding-bottom: 2.5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
}
img {
  display: block;
  max-width: 100%;
}
h2 {
  font-size: 34px;
  font-weight: 600;
}

.container-normal {
  max-width: 100%;
  margin: 0 auto !important;
  width: 75rem;
}
.breadcrumb {
  max-width: 100%;
  margin: 0 auto !important;
  width: 75rem;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb ol li a {
  font-size: 14px;
}
.container-full {
  max-width: 100%;
  margin: 0 auto !important;
}
h1.page-title {
  text-align: center;
  padding: 0rem 0px 0rem 0px;
  font-size: 3.5rem;
  margin: 0;
  color: #000;
  font-weight: 600;
}
/*Views Slider*/
.view-servicios ul {
  margin: 0;
  padding: 0;
}
.view-servicios ul li {
  list-style-type: none;
  margin-bottom: 4.5vw;
}
.view-servicios ul li {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
  text-align: center;
}
.view-servicios ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.view-servicios ul li div {
  flex: 1 1 0;
}

.servicios-content {
  padding: 40px;
}
/*Fin Views Slider*/
.field--name-field-imagen-servicios img {
  display: block;
  margin: 0 auto;
}
.view-catalogo ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-direction: row;
  grid-gap: 20px;
}
.view-catalogo ul li {
  flex: 1 1 0;
  list-style-type: none;
  text-align: center;
}
.view-catalogo ul li h4 {
  margin-top: 20px;
}
.view-catalogo .view-content div.catalogo {
  padding-bottom: 2.5vw;
  display: block;
}
.servicios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  grid-gap:7rem;  
}
.servicios div.servicios-columnas {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.servicios div.servicios-columnas:last-child {
    width: 400px;
    flex: 0 0 400px;   
}

.webform-submission-form input {
  border: solid 1px #dcdcdc;  
  border-radius: 4px;
  height: 38px;  
  padding: 4px 14px;
  width: 100%;
  font-size: 14px;
}
.webform-submission-form textarea {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 4px 14px;
  width: 100%;
  font-size: 14px;
}

.webform-submission-form input[type="submit"] {
  background-color: #ff3195;
  color: #fff;
  border-radius: 4px;
}
.path-frontpage footer {
  margin-top: 0px;
}
footer {
  border-top:solid 1px #dcdcdc;  
  position: relative;
  max-width: 1390px;
  padding: 8rem 1rem;  
  margin-right: auto;
  margin-left: auto; 
  pointer-events: auto;
  color: #fff;
  font-size: 14px;
}
footer ul li a {
  color: #fff;
}
#block-servicios {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0vw;
  padding-bottom: 2.5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  flex-direction: row;
  grid-gap: 20px;
}
#block-servicios .columnas {
  flex: 1 1 0;
}
#block-servicios .columnas img {
  margin: 0 auto;
  display: block;
}
ul.precios a {
  display: inline-block;
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  padding: 0 2em !important;
  height: 3.5em !important;
  text-decoration: none !important;
  line-height: 3.5em !important;
  -moz-transition: ease 0.35s all !important;
  -o-transition: ease 0.35s all !important;
  -webkit-transition: ease 0.35s all !important;
  transition: ease 0.35s all !important;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}
ul.precios a:hover {
  line-height: 9em !important;
  background-color: #e1ccbe;
}
ul.precios a::before {
  content: attr(data-text) !important;
  color: #ffffff !important;
  position: absolute !important;
  top: -2.75em !important;
}
ul.precios {
  display: flex;
  flex-direction: row;
  grid-gap: 60px;
  margin: 0;
  padding: 0;
}
ul.precios li ul {
  margin-bottom: 30px;
}
ul.precios li ul li {
  list-style-type: initial;
}
ul.precios li {
  list-style-type: none;
}
.slider-r {
  position: relative;
  text-align: center;
}
.slider-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-a h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
#block-comolohacemos {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  background-color: #f5f6ea;
}
#block-comolohacemos h2 {
  text-align: center;
  text-transform: uppercase;
}
ul.hacemos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;  
  grid-gap: 30px;  
  text-align: left; 
  margin: 0;
  padding: 0;
}
ul.hacemos li {
  list-style-type: none;
 
  
}
ul.hacemos li a{
  color:#000;
  border: 1px solid #f6f6f4;  
  display: block;
  padding:20px; 
  border-radius: 6px;    
  background-color: #fff; 
  /*box-shadow: 2px 4px 12px rgba(0,0,0,.08); */ 
  min-height: 580px; 
}
ul.hacemos li a:hover{
  border: 1px solid #f6f6f4; 
  box-shadow: 2px 4px 12px rgba(0,0,0,0.2);        
}
ul.hacemos li a span{
  font-size: 28px;  
  font-weight: 600; 
  display: flex;
}
ul.hacemos li a span b{
  font-size: 13px; 
  font-weight: 300;
  display: block; 
  margin-left: 10px !important;  
}
ul.hacemos li a .row{
  align-items: center; 
  display: flex; 
   
}
ul.hacemos li a h4{
  color:#949494; 
  font-size: 14px;
  text-transform: uppercase;
}
ul.hacemos li a span.incluido{
  font-size:16px; 
  font-weight: normal; 
  
}
ul.hacemos li h3{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 21px;
  font-weight: 500; 
  min-height: 90px;    
}
ul.hacemos li h5{
  color:#ff3195; 
}
ul.hacemos li img {
  display: block;
  margin: 20px 0px; 
}

ul.repatriaciones {
  margin: 30px 0px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-gap: 2rem;
  text-align: center;
}
ul.repatriaciones li {
  list-style-type: none;
  background-color: #f5f6ea;
  padding: 20px;
}
.button-general {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important;
  padding: 0 2em !important;
  height: 3.5em !important;
  text-decoration: none !important;
  line-height: 3.5em !important;
  -moz-transition: ease 0.35s all !important;
  -o-transition: ease 0.35s all !important;
  -webkit-transition: ease 0.35s all !important;
  transition: ease 0.35s all !important;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
}
.button-general:hover {
  line-height: 9em !important;
  background-color: #e1ccbe;
}
.button-general::before {
  content: attr(data-text) !important;
  color: #ffffff !important;
  position: absolute !important;
  top: -2.75em !important;
}
.bloque-r {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.bloque-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bloque-a h3 {
  font-size: 36px;
  color: #fff;
}
.bloque-r img {
  display: block;
  height: 600px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.region-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-gap: 2rem;
}
footer ul {
  margin: 0 !important;
  padding: 0 !important;
}
footer h2 {
  font-size: 14px;
  color: #000;
  margin-top: 0px;  
}
#block-infofooter img {
  max-width: 170px;
}
footer ul li a {
  color: #000;
}
footer span {
  display: block;
}
footer span::before {
  font-family: "Font-Awesome";
  font-weight: 400;
  content: "\f368";
}
.phone,
.email {
  display: flex;

  justify-content: right;
}
.phone {
  margin-left: 40px;
}
.phone::before {
  display: block;
  content: " ";
  background-image: url("../images/phone.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
.email::before {
  display: block;
  content: " ";
  background-image: url("../images/email.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
.email::before {
  display: block;
  content: " ";
  background-image: url("../images/email.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
.localizacion::before {
  display: block;
  content: " ";
  background-image: url("../images/localizacion.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
#block-infoheader .field--name-body {
  display: flex;
  align-items: center;
  justify-content: right;
}
#block-contacto .phone,
#block-contacto .email,
#block-contacto .localizacion {
  display: flex;

  justify-content: left;
}
#block-contacto .phone {
  margin-left: 0px;
}
footer p {
  color: #000;
}
.we-mega-menu-submenu::before {
  border-color: transparent transparent #e7e7e7;
  border-style: solid;
  border-width: 0 11px 14px;
  content: "";
  display: block;
  height: 14px;
  left: 14%;
  margin: 0 0 0 -11px;
  position: absolute;
  top: -14px;
  width: 22px;
}
.we-mega-menu-submenu {
  z-index: 20;
  top: 100%;
  left: 0;
  margin-left: -0.0625rem;
  margin-top: -0.0625rem;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e7e7e7;
  border: 0 none;
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
  border: none;
}
.we-mega-menu-ul > .we-mega-menu-li > a:hover {
  background-color: transparent !important;
}
.navbar-we-mega-menu .we-mega-menu-col > * {
  padding: 30px 20px;   
}
.we-mega-menu-submenu li.we-mega-menu-li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  border: 0 none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 16px; 
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
}
.we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  min-height: auto;
}
.node-16 .node__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-gap: 2rem;
}
.header-inner {
  padding: 10vw 0px;
  color: #fff;
}
.header-inner h1,
.header-inner ol li a {
  color: #fff;
}
.page-node-type-page #block-custom-content {
  padding: 6rem 0px;
}
.page-node-type-nuevos-servicios #block-custom-content,
.page-node-type-servicios #block-custom-content {
  padding: 6rem 0px;
}
.form-type-webform-terms-of-service {
  align-items: center;
  justify-content: left;
  position: relative;
 
}
.form-type-webform-terms-of-service input {
  width: 4%;
  margin: 0 6px 0px 0px;
  padding: 0;
  height: auto;
  position: absolute;  
}
.form-type-webform-terms-of-service label {
  width: 96%;
  top: 0px; 
  
  
}
.form-type-webform-terms-of-service{
  position: relative; 
}
label[for*="edit-terms-of-service"]{
  font-size: 14px;
  line-height: 12px !important;
display: block;  
margin-left: 25px; 
text-align: justify;   
}
.webform-multiple-table td input[type="image"] {
  box-sizing: border-box;
  width: 20px;
  min-width: initial;
  max-width: initial;
  height: auto;
  margin: 0;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
  background-color: #fff; 
}
.webform-multiple-table td.webform-multiple-table--operations input {
  margin: 0 2px;
  opacity: 1; 
  background: none;
  background-color: #fff;  
}
.form-type-webform-terms-of-service .description {
  margin-left: 0px; 
   
}
.node-16 .node__content > div:first-child {
  grid-column: 2;
}
.node-16 .phone,
.node-16 .email {
  display: flex;
  justify-content: left;
}
.node-16 #block-custom-content .phone {
  margin-left: 0px;
}
.scroll {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: -80px;
  border-radius: 100%;
  /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );*/
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  transition: 300ms;
  background-color: #002996; 
}

.scroll i {
  margin-top: 0px;
  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes rotate {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 5px;
  }
}
.visible {
  right: 30px;
  transition: all 400ms;
  transform: rotate(360deg);
}
.home-header {
  position: relative;
  height: 540px;
  overflow: hidden;  
}
.home-header img{
    display: block;
    height: 540px;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%; 
}
.home-header-absolute {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.home-header-absolute p{
  color:#fff;
  width: 50%; 
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-left: 3vw;
padding-right: 3vw;
  
}
.formulario {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  grid-gap: 14px; 
}
.home-header-absolute h1{
  text-align: left;

 


color: #fff;

display: inline-block;
width: 50%;
}
.formulario li {
  list-style-type: none;
}
.webform-submission-form {
  background-color: #fff;     
  padding: 30px;
  height: 100%; 
}
button, select {
  border: solid 1px #dcdcdc;
border-radius: 4px;
height: 38px;
padding: 4px 14px;
width: 100%;
font-size: 14px;
background-color: #fff; 
font-family: 'IBM Plex Sans', sans-serif;  
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  
}
.form-item, .form-actions {
  margin-top: 0.5em;
  margin-bottom: 0.5em; 
}
.padding-content{
  padding: 3rem 0px; 
  display: block; 
}
.field--name-field-bloque-landing h2{
  color:#fff;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.field--name-field-bloque-landing p{
  color:#fff;
}
ul.social{
  display: flex;
  align-items: center;
  justify-content: left; 
  grid-gap:10px; 
}
ul.social li{
  list-style-type: none;
}
.servicios-content-nodo h2{
  margin-top: 0px;
  font-weight: 500; 
  
  font-size: 24px;     
}
.servicios-content-nodo h4{
  font-weight: 300; 
  text-transform: uppercase; 
  font-size: 15px;
}
.info-km{
  margin:5rem 0px; 
}
.info-coche ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-gap:10px; 
  margin:0; 
  padding: 0;  
}
.info-coche ul li{ 
  display: flex;
  align-items: center; 
}
.info-coche ul li svg{
  margin-right: 6px;
}
.page-node-type-coche .region-content{
  padding-top:5rem; 
  padding-bottom: 5rem; 
}
.info-coche-inferior ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  grid-gap:10px; 
  margin:0;   
  padding: 0;
  
  
}
.info-coche-inferior ul li{
    list-style-type: none; 
    -moz-box-pack: center;
  justify-content: center;
  text-align:center;
  background-color: #fff;  
  padding:14px;
}
.field--name-field-imagen{
  background-color: #fff; 
  margin-bottom: 3rem; 
}
.new-article{
  padding: 6rem 0px; 
}
span.precio{
  font-size: 28px;  
  display: flex;
  align-items: center;
  font-weight: 600;
}
span.precio b{
  font-size: 15px; 
  font-weight: normal; 
  margin-left: 10px;
}

.servicios-columnas h3{
  color:#949494;
  font-size: 14px; 
  text-transform: uppercase; 
}
.servicios-columnas .field--name-field-imagen img{ 
  margin:0 auto;
  display: block; 
}
.result_message{ 
 
  position: relative;
  width: 100%; 
  box-sizing: border-box;
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  padding-left: 0vw;
  padding-right: 0vw;    
  pointer-events: auto;
 

}
#block-views-block-destacados-block-1{
  
  max-width: 1390px;   
  padding: 6vh 1rem;   
  margin-right: auto;
margin-left: auto;   
 
}
#block-views-block-destacados-block-2, #block-views-block-destacados-block-3, 
#block-views-block-destacados-block-4, #block-views-block-destacados-block-5,
#block-views-block-destacados-block-6, #block-views-block-destacados-block-7
{
  max-width: 1390px;   
  padding: 6vh 1rem;  
  margin-right: auto;
  margin-left: auto;    
}
#block-views-block-destacados-block-1 h2{
  text-align: center; 
  color:#000;    
  margin-bottom: 30px;  
  margin-top: 0px;   
}
#ajax-submit-coche{
  display: flex;
  flex-wrap: wrap;
  max-width: 1390px;   
  padding-right: 1rem;
  padding-left: 1rem;  
  margin-right: auto;
  margin-left: auto;    
   
}
#ajax-submit-coche #home-form{
  width: 100%;
  box-sizing: border-box; 
  justify-content: right; 
  background: #f6f6f4; 
  box-sizing: border-box;
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  padding-left: 0vw;
  padding-right: 3vw;  
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  grid-column-gap: 10px; 
  padding: 20px 30px;  
  background-color:#e7e7e7; 
  margin-top:-100px;
  z-index: 1001;
  border-radius: 10px;    
  position: sticky; 
  top:16px;  
  border:solid 1px #d2d2d7; 
  box-shadow: 2px 4px 12px rgba(0,0,0,.17);      
 

  
}
#edit-customertype{
  display: flex;
  grid-gap: 20px; 
}


#edit-segmento--wrapper{
  grid-column-start: 2;
grid-column-end: 6;
grid-row-start: 1; 
grid-row-end: 1;    
}
#edit-customertype--wrapper{
  grid-column-start: 2;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 1; 
}
#edit-segmento--wrapper #edit-segmento{
  display: flex;
 
grid-gap: 20px;   
}
#block-filtrosdecoches{
 
  background-color: #f2f2f2;
  border-bottom: 2px solid #c9c9c9; 
}
#block-filtrosdecoches summary{
 background-color: #fff;
 border-radius: 4px; 
 position: relative;
}
#block-filtrosdecoches summary::after{
  display: block;
  position:absolute;
  content: ' ';
  background-image: url('../images/icon-arrow--black.svg'); 
  background-size: 18px 18px;
height: 18px;
width: 18px;
right: 6px;
top: 8px;

}
#edit-precio input[type=text]{ 
  width: 100%;   
}
#ajax-submit-coche input#edit-actions{
border:none; 
border-radius: 4px;
height: 38px;
padding: 4px 14px;
width: 100%;
font-size: 14px;
background-color: #ff3195;
color: #fff; 
margin-left: 0px;
margin-right: 0px;
margin-top: 38px;

}

#block-filtrosdecoches ul.hacemos li a{
  background-color: #fff; 
}
#edit-min, #edit-max{
  width: 100%; 
  border: solid 1px #dcdcdc;
border-radius: 4px;
height: 38px;
padding: 4px 14px;
width: 100%;
font-size: 14px;
background-color: #fff; 
}
.js-form-item-marca label, .js-form-item-modelo label,
.js-form-item-min label, .js-form-item-max label, legend{ 
  display: block;
width: 100%;
color: #000 !important;

font-weight: 500 !important;     
}
.region-content{
  background-color: #f2f2f2;  
}
.node--type-coche, .node--type-page{
  max-width: 1390px;
padding-right: 1rem;
padding-left: 1rem;
margin-right: auto;
margin-left: auto;
}  
.mes-km{
  display: flex; 
  font-size: 20px;

}
.mes-km p{
  margin-right: 5px; 
  color:#949494;
  font-size: 16px; 
}
.mes-km .field__item{
  color: #FF3195;
 font-weight: 600;    
}
.mes-km .field{
  margin-right: 2px;
}
.mes-km .field--name-field-total-mileage{
  margin-left: 4px;
}
.mes-km .field--name-field-initial-deposit{
  margin-left: 4px;
}
#block-informacion{
  max-width: 1390px;
  padding: 6vh 1rem;
  margin-right: auto;
  margin-left: auto; 
}
.webform-confirmation{
  text-align: center; 
}
.form-item-proteccion{
  display: flex;
  align-items: center; 
  justify-content: left;
}
.form-item-proteccion input{
  width: inherit;
}
.form-item-proteccion label{
  margin-bottom: 0px;
  margin-left: 10px;
}
.precio_particular, .precio_autonomo{ 
  display: flex;
  align-items: center;
  flex-direction: column; 
  align-items: initial;
}

.precio_particular h6, .precio_autonomo h6{
  font-size: 15px; 
  margin-bottom: 2px; 
}
.precio_particular p, .precio_autonomo p{
  display: flex;  
}
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #002996; 
  color:#fff; 
}
.eu-cookie-compliance-buttons {
  float: right;
  margin: 0 0 1em 0;
  max-width: 40%;
  display: flex;
  align-items: center; 
}
.eu-cookie-compliance-buttons button, .eu-cookie-compliance-buttons select {

  height:auto !important; 
 
}
.eu-cookie-compliance-content h4{
  margin-bottom: 0px;
}
.eu-cookie-compliance-content p{
 font-weight: normal;
}
.eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  text-align: left;
  width: 100%;
  align-items: center;
  justify-content: space-around;
} 
.eu-cookie-compliance-default-button{
  cursor: pointer;
  margin-right: 5px; 
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  display: inherit;
  width: 200px;
  text-align: center;
  display: block;
}
.messages--error{
  display: none;  
} 
.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  margin-right: 5px; 
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  display: inherit;
  width: 200px;
  text-align: center;
  display: block;
}
ul.social{
  display: flex;
  align-items: center;
  margin:0;
  padding: 0;
  margin-bottom: 20px !important; 
}
ul.social a.facebook:before {
  display: block;
  content: " ";
  background-image: url("../images/facebook.png");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
ul.social a.linkedin:before {
  display: block;
  content: " ";
  background-image: url("../images/linkedin.png");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
ul.social a.instagram:before { 
  display: block;
  content: " ";
  background-image: url("../images/instagram.png");
  background-size: 28px 28px;
  height: 28px;
  width: 28px; 
}
ul.social a.twitter:before {
  display: block;
  content: " ";
  background-image: url("../images/twitter.png");
  background-size: 28px 28px;
  height: 28px;
  width: 28px; 
}
