/*
Theme Name: Coche del Año 2021
Theme URI: //mejorcoche.abc.es/
Author: ABC - VOCENTO
Author URI: //www.abc.es/
Description: Tema Mejor Coche del Año 2021
License: GNU General Public License v2 or later
Text Domain: abccocheanno2020
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  margin-right: 0px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {

  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

@font-face {
  font-family: 'Frutiger-LightCn';
  src: url("typos/Frutiger-LightCn.eot?#iefix") format("embedded-opentype"), url("typos/Frutiger-LightCn.otf") format("opentype"), url("typos/Frutiger-LightCn.woff") format("woff"), url("typos/Frutiger-LightCn.ttf") format("truetype"), url("typos/Frutiger-LightCn.svg#Frutiger-LightCn") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger-BoldCn';
  src: url("typos/Frutiger-BoldCn.eot?#iefix") format("embedded-opentype"), url("typos/Frutiger-BoldCn.otf") format("opentype"), url("typos/Frutiger-BoldCn.woff") format("woff"), url("typos/Frutiger-BoldCn.ttf") format("truetype"), url("typos/Frutiger-BoldCn.svg#Frutiger-BoldCn") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  /*background: #212121;*/
  background-color: transparent;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  padding: 0;
  font-family: 'Frutiger-LightCn';
}

@media only screen and (max-width: 820px) {
  body {
    padding: 0 0 0 0;
  }
}

strong {
  font-family: 'Frutiger-BoldCn';
  font-weight: 400;
}

.row,
.row-paginas,
#content-detalle-page>.entry {
  max-width: 100%;
  margin: 0 auto;
}

.row:after,
.row-paginas:after,
#content-detalle-page>.entry:after {
  content: " ";
  clear: both;
  display: table;
}

[class^="col"] {
  float: left;
  padding: 0 2.5%;
  position: relative;
}

[class^="col"]:first-child {
  margin-left: 0;
}

[class^="col"]:last-child {
  margin-right: 0;
}

.col-1-4 {
  width: 20%;
}

.col-2-4 {
  width: 45%;
}

.col-3-4 {
  width: 70%;
}

.col-4-4 {
  width: 95%;
}

.row,
.row-paginas,
#content-detalle-page>.entry {
  max-width: 960px;
}

@media only screen and (max-width: 820px) {
  .col-1-4 {
    width: calc(45% - 4px);
    display: inline-block;
    float: none;
    height: 135px;
    margin-bottom: 10px;
    /*&:nth-child(odd){
			&:before{
				content: " ";
				clear: both;
				display: table;
			}
		}*/
  }

  .col-2-4 {
    width: 95%;
  }

  .col-2-4:after {
    content: " ";
    clear: both;
    display: table;
  }
}

.italic {
  font-style: italic !important;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.xs-visible {
  display: none;
}

@media only screen and (max-width: 820px) {
  .xs-visible {
    display: block;
  }
}

.xs-hidden {
  display: block;
}

@media only screen and (max-width: 820px) {
  .xs-hidden {
    display: none;
  }
}

#blog-header {
  background-color: #212121;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  height: 61px;
  z-index: 20;
  transition: top 0.25s linear;
}

@media only screen and (max-width: 820px) {
  #blog-header {
    top: 0;
  }

  #blog-header.scrolled {
    top: 0;
  }
}

#blog-header>.inner {
  position: relative;
  top: 0px;
  left: 0px;
}

@media only screen and (max-width: 820px) {
  #blog-header>.inner {
    left: 0;
  }
}

#blog-header .site-title {
  padding: 0 0 0 0;
  margin: 9px 0px 4px 15px;
  float: left;
}

#blog-header .site-title>a {
  display: block;
  width: 80px;
  height: 43px;
  background: url(/wp-content/uploads/sites/20/2020/12/Logo-footer.svg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  text-indent: -11000px;
}

@media only screen and (max-width: 820px) {
  #blog-header .site-title {
    position: absolute;
    left: 50%;
    top: 9px;
    margin: 0 0 0 -44px;
    float: none;
  }
}

#blog-header .sidebar-patrocinadores {
  width: 253px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  height: 60px;
  position: absolute;
  right: 0;
  margin-right: 70px;
}

@media only screen and (max-width: 1150px) {
  #blog-header .sidebar-patrocinadores {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 820px) {
  #blog-header .sidebar-patrocinadores {
    display: none;
    /*
			position: absolute;
			right: 0;
			top: 0;
			text-align: right;
			*/
  }
}

#menu-container {
  text-align: center;
}


@media only screen and (max-width: 820px) {
  #menu-menu-principal {
    background: #FFF;
    left: 0;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0 4px;
    position: relative;
    right: 0;
    text-align: left;
    top: 60px;
    box-shadow: 0 2px 2px 0 rgba(33, 33, 33, 0.25);
    display: none;
    transition: top 0.25s linear;
  }

  #menu-menu-principal.scrolled {
    top: 60px;
  }

  #menu-menu-principal>.menu-item a {
    border-bottom: 1px solid #e6e6e6;
    color: #4d4d4d;
    display: block;
    text-decoration: none;
    line-height: 1;
    padding: 13px 4px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 12px;
  }

  #menu-menu-principal>.menu-item a i {
    float: right;
    font-size: 18px;
    position: relative;
    top: -2px;
  }
}

@media only screen and (min-width: 821px) {
  #menu-menu-principal {
    display: block;
    list-style: none;
    padding: 0 158px 0 0;
    margin: 0 0 0 0px;
  }

  #menu-menu-principal .menu-item {
    display: inline-block;
    text-align: center;
    height: 60px;
    vertical-align: middle;
  }

  #menu-menu-principal .menu-item a {
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 12px 24px 16px;
    display: block;
  }

  #menu-menu-principal .menu-item a i {
    display: none;
  }

  #menu-menu-principal .menu-item:after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ce1115;
    top: 50%;
    margin-top: -2px;
  }

  #menu-menu-principal .menu-item:first-child:after {
    display: none;
  }
}

#hamburger-menu {
  display: none;
  position: fixed;
  width: 470px;
  height: 720px;
  z-index: 2;
  top: 60px;
  right: 0;
  background: #e6e6e6 url("img/bghamburger.jpg") no-repeat top left;
  background-size: 100%;
  text-align: center;
  max-height: calc(100% - 60px);
  overflow: auto;
}

#hamburger-menu .hamburger-title {
  margin: 90px auto 0 auto;
  width: 166px;
  height: 65px;
  background: url("img/iconos/logo_abc_coche_2017_888888.svg") no-repeat top left;
  background-size: 166px;
}

#hamburger-menu .redes-title {
  font-size: 14px;
  margin: 26px 0 26px 0;
  display: block;
}

#hamburger-menu .widget-title {
  display: none;
}

#hamburger-menu ul {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0 0 0 0;
}

#hamburger-menu ul a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
  padding: 18px 0;
  text-decoration: none;
  text-transform: uppercase;
}

#hamburger-menu ul a:hover {
  color: #cf1316;
}

#hamburger-menu .fa-close {
  position: fixed;
  right: 45px;
  top: 94px;
  color: #4d4d4d;
  font-size: 200%;
  cursor: pointer;
}

#hamburger-menu .fa-close:hover {
  color: #cf1316;
}

#header-user-info {
  position: absolute;
  right: 0px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #4d4d4d url("//www.abc.es/comun/movil2015/img/assets/x2/ic_user_default.png") no-repeat center center;
  background-size: 24px;
}

@media only screen and (max-width: 820px) {
  #header-user-info {
    right: 0;
    /*display: none;*/
  }
}

#hamburger-toggler,
#hamburger-toggler-xs {
  position: absolute;
  right: 98px;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #4d4d4d;
  display: none;

}

#hamburger-toggler>.inner,
#hamburger-toggler-xs>.inner {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 10px auto 8px auto;
  -webkit-transform: rotate(0deg) scale(0.4);
  -ms-transform: rotate(0deg) scale(0.4);
  transform: rotate(0deg) scale(0.4);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger-toggler>.inner>span,
#hamburger-toggler-xs>.inner>span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#hamburger-toggler>.inner>span:nth-child(1),
#hamburger-toggler-xs>.inner>span:nth-child(1) {
  top: 0px;
}

#hamburger-toggler>.inner>span:nth-child(2),
#hamburger-toggler-xs>.inner>span:nth-child(2) {
  top: 0px;
}

#hamburger-toggler>.inner>span:nth-child(1),
#hamburger-toggler>.inner span:nth-child(3),
#hamburger-toggler-xs>.inner>span:nth-child(1),
#hamburger-toggler-xs>.inner span:nth-child(3) {
  top: 18px;
}

#hamburger-toggler>.inner>span:nth-child(4),
#hamburger-toggler-xs>.inner>span:nth-child(4) {
  top: 36px;
}

#hamburger-toggler.open>.inner>span:nth-child(1),
#hamburger-toggler-xs.open>.inner>span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger-toggler.open>.inner>span:nth-child(2),
#hamburger-toggler-xs.open>.inner>span:nth-child(2) {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-toggler.open>.inner>span:nth-child(3),
#hamburger-toggler-xs.open>.inner>span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-toggler.open>.inner>span:nth-child(4),
#hamburger-toggler-xs.open>.inner>span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 820px) {
  #hamburger-toggler {
    display: none;
  }
}

#hamburger-toggler-xs {
  right: auto;
  left: 0;
  display: none;
}

@media only screen and (max-width: 820px) {
  #hamburger-toggler-xs {
    display: block;
  }
}

#widget-container-head {
  background: #FFF;
  text-align: center;
  position: relative;
}

#sidebar_patrocinadores_top {
  display: none;
}

@media only screen and (max-width: 820px) {
  #sidebar_patrocinadores_top {
    background: #FFF;
    display: block;
    /*height: 58px;*/
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    z-index: 12;
  }

  #sidebar_patrocinadores_top p {
    margin: 7px 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
  }

  #sidebar_patrocinadores_top p img {
    max-width: 90px;
    height: auto;
    margin-bottom: 0px !important;
  }
}

.parallax-window {
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (min-width: 821px) {
  #vote-item-header {
    background: url("img/capa_votar_desktop.png") no-repeat top left;
    padding: 26px 9px 0 9px;
    position: fixed;
    height: 102px;
    width: 82px;
    top: 50%;
    margin: -64px 0 0 0;
    left: 0;
    color: #FFF;
    z-index: 999;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  #vote-item-header .vote-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 820px) {
  #vote-item-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c5c5c5;
    z-index: 9;
  }

  #vote-item-header .vote-text {
    display: none;
  }

  #vote-item-header+.inner {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 821px) {
  #btn-votar-detail {
    cursor: pointer;
    line-height: 1;
    margin: 11px auto 0 auto;
    border-radius: 36px;
    background: #ce1316;
    border: 1px solid #ce1316;
    text-align: center;
    font-family: 'Ubuntu';
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    width: 300px;
  }

  #btn-votar-detail:hover {
    color: #ffffff;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
  }

  #btn-votado-detail {
    color: #ffffff;
    background-color: #4d4d4d;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-style: italic;
    font-size: 19px;
    text-align: center;
    width: 240px;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 36px;
    margin: 11px auto 0 auto;
    line-height: 1;
  }
}

@media only screen and (max-width: 820px) {
  #btn-votar-detail {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 11px auto 11px auto;
    border-radius: 36px;
    background: #cd1316;
    border: 1px solid #cd1316;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    width: 100px;
    text-decoration: none;
  }

  #btn-votar-detail:hover {
    color: #ce1316;
    background: #FFF;
    border: 1px solid #FFF;
  }
}

#header-detalle-coche {
  color: #ffffff;
  padding: 43px 0 50px 0;
  background: url(/wp-content/uploads/sites/15/2019/10/fondo_detalle.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche {
    position: relative;
  }
}

#header-detalle-coche>.inner {
  max-width: 1100px;
  margin: 0 auto;
}

#header-detalle-coche>.inner:after {
  content: " ";
  clear: both;
  display: table;
}

#header-detalle-coche .column-left {
  float: left;
  margin: 0 27px 0 76px;
  width: 52.75%;
  padding: 0 0 0 0;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche .column-left {
    float: none;
    margin: 0 14px 0 14px;
    width: calc(100% - 28px);
  }
}

#header-detalle-coche .column-left .coche-data {
  /*.vote-button{
				background-size: 100%;
				background: url('img/boton_votar.png') no-repeat top left;
				color: #4d4d4d;
				cursor: pointer;
				display: block;
				float: left;
				font-family: 'Ubuntu';
				font-size: 18px;
				font-style: italic;
				font-weight: 700;
				height: 18px;
				margin: 0 18px 0 0;
				padding: 30px 0 30px 5px;
				width: 62px;
				&:hover{
					background: url('img/boton_votar_hover.png') no-repeat top left;
					color: #fff;
				}
			}*/
}

#header-detalle-coche .column-left .coche-data .entry-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
  position: relative;
  top: -8px;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche .column-left .coche-data .entry-title {
    font-size: 30px;
  }
}

#header-detalle-coche .column-left .coche-data .subtitle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 22px;
  margin: 0px 0 0 0;
}

#header-detalle-coche .column-left .video-coche-container {
  margin: 31px 0;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche .column-left .video-coche-container iframe {
    max-width: 100%;
  }
}

#header-detalle-coche .column-right {
  float: right;
  width: 27.72%;
  margin: 0 27px 0 27px;
  padding: 0 0 0 0;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche .column-right {
    float: none;
    margin: 0 14px 0 14px;
    width: calc(100% - 28px);
  }
}

#header-detalle-coche .column-right .detalle {
  font-size: 14px;
  line-height: 22px;
}

#header-detalle-coche .column-right .detalle .title-detalle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 22px;
}

#header-detalle-coche .column-right .detalle .ico-share {
  float: right;
  position: relative;
  top: -5px;
}

#header-detalle-coche .column-right .links-detalle-coche {
  border-bottom: 1px solid #FFF;
}

#header-detalle-coche .column-right .links-detalle-coche .link-container {
  text-align: center;
  list-style: none;
  margin: 3px 0 20px 0;
  padding: 0 0 0 0;
}

#header-detalle-coche .column-right .links-detalle-coche .link-container>li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

#header-detalle-coche .column-right .links-detalle-coche .link-container>li a {
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 50px 0 0 0;
}

#header-detalle-coche .column-right .links-detalle-coche #link-comparador {
  background: url("img/iconos/ico_comparador.svg") no-repeat center top;
  background-size: 42px;
}

#header-detalle-coche .column-right .links-detalle-coche #link-comparador:hover {
  background: url("img/iconos/ico_comparador_hover.svg") no-repeat center top;
  background-size: 42px;
}

#header-detalle-coche .column-right .links-detalle-coche #link-configurador {
  background: url("img/iconos/ico_configurador.svg") no-repeat center top;
  background-size: 42px;
}

#header-detalle-coche .column-right .links-detalle-coche #link-configurador:hover {
  background: url("img/iconos/ico_configurador_hover.svg") no-repeat center top;
  background-size: 42px;
}

#header-detalle-coche .column-right .links-detalle-coche #link-conduccion {
  background: url("img/iconos/ico_prueba_conduccion.svg") no-repeat center top;
  background-size: 42px;
}

#header-detalle-coche .column-right .links-detalle-coche #link-conduccion:hover {
  background: url("img/iconos/ico_prueba_conduccion_hover.svg") no-repeat center top;
  background-size: 42px;
}

#vote-item-desc {
  background: #FFF;
  border-radius: 100px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  height: 35px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  width: 126px;
}

#vote-item-desc:hover {
  background: #888888;
  color: #fefefe;
}

#graciasVotar {
  padding: 30px;
  z-index: 10;
  display: none;
  background-color: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 368px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

#graciasVotar .block-graciasVotar {
  padding: 16px 16px 40px 16px;
  /*border-bottom: 1px dotted #4D4D4D;*/
}

#graciasVotar .block-sidebar {
  padding: 16px 16px 16px 16px;
}

#graciasVotar .title {
  color: #4d4d4d;
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  text-transform: uppercase;
  vertical-align: middle;
}

#graciasVotar .strong {
  font-size: 16px;
  color: #cf1316;
  font-weight: 400;
}

#graciasVotar .hide-xs {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #4d4d4d;
  font-size: 200%;
  cursor: pointer;
  z-index: 999;
}

#graciasVotar .hide-xs:hover {
  color: #cf1316;
}

#block-sidebar,
.block-sidebar {
  background-color: #FFF;
  padding: 0 0 0 0;
  position: relative;
}

#ficha-avanzada {
  display: none;
}

#content-detalle-coche {
  background: #FFF;
  padding: 60px 0px 20px 0px;
  width: 100%;
  height: 500px;
  position: relative;
}

#content-detalle-coche .entry {
  max-width: 270px;
  margin: 0 auto;
}

#content-detalle-coche .entry .ficha-tecnica-title {
  color: #4d4d4d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#content-detalle-coche .entry .coche-title {
  color: #ce1316;
  text-align: center;
  display: block;
  padding: 23px 0;
  margin: 0 0 0 0;
  font-size: 20px;
}

#content-detalle-coche .ficha-tecnica {
  font-size: 14px;
}

#content-detalle-coche .ficha-tecnica ul {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 0 0 0 0;
}

#content-detalle-coche .ficha-tecnica ul li {
  padding: 0 0 0 16px;
  margin: 0 0 20px 0;
  line-height: 22px;
}

#content-detalle-coche .ficha-tecnica ul li:before {
  content: " ";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ce1316;
  margin: 8px 0 0 -17px;
}

#content-detalle-coche .ficha-tecnica p>a {
  float: right;
  color: #ce1316;
  font-size: 14px;
  font-weight: 700;
}

#content-detalle-coche .ficha-tecnica p>a:hover {
  color: #4d4d4d;
}

#content-detalle-coche .gallery-container {
  left: 50%;
  margin-left: -600px;
  position: relative;
  width: 1200px;
}

@media only screen and (max-width: 820px) {
  #content-detalle-coche .gallery-container {
    width: 100%;
    margin: -4px auto 0px auto;
    left: 0;
    text-align: center;
    right: 0;
  }
}

#content-detalle-coche .gallery-container .wp-caption-text {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

#content-detalle-coche .gallery-container .owl-item img {
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 300px;
}

@media only screen and (min-width: 821px) {
  #content-detalle-coche .gallery-container .owl-item img.seleccionada {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#content-detalle-coche .gallery-container .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
}

#content-detalle-coche .gallery-container .owl-controls .owl-buttons>div>span {
  position: absolute;
  top: 73px;
  display: block;
  height: 146px;
  width: 28px;
  background: #323232;
}

#content-detalle-coche .gallery-container .owl-controls .owl-buttons>div>span.next_button {
  background: #323232 url("img/btn-next.png") no-repeat center center;
  right: 11px;
}

#content-detalle-coche .gallery-container .owl-controls .owl-buttons>div>span.prev_button {
  background: #323232 url("img/btn-prev.png") no-repeat center center;
  left: 11px;
}

#panorama360 {
  text-align: center;
  margin: 0 auto;
}

#panorama360 img {
  max-width: 100%;
}

#panoramaRange {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 480px;
  width: 100%;
  height: 5px;
  background-color: #C0C0C0;
  position: relative;
  top: -1.5em;
}

#panoramaRange ::-webkit-slider-thumb,
#panoramaRange ::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 16px;
  height: 16px;
  width: 16px;
  background-color: #C0C0C0;
  border: 1px solid #A0A0A0;
}

@media only screen and (max-width: 820px) {
  #panoramaRange {
    width: 200px;
    margin: 0 auto;
  }
}

.sidebar-detalle-coche {
  padding: 0px;
  color: #4d4d4d;
  position: relative;
}

img#caser-patrocinador {
  width: 100%;
  height: 40px;
  margin: 0 0 0 0;
}

.sidebar-detalle-coche.home-detalle-firts {
  background: url(img/bgListCoches1.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-attachment: fixed;
}
.gracias {
  background: url(img/fondo_gracias.jpg) no-repeat center center !important;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-attachment: fixed;
}

.sidebar-detalle-coche.home-detalle {
  background: url(img/bgListCoches.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-attachment: fixed;
  padding: 8px 0 55px 0;
  font-family: Frutiger Light Cn;
}

.sidebar-detalle-coche.parallax-window {
  background: url(img/bgListCoches.jpg) no-repeat center center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-attachment: fixed;
}

.sidebar-detalle-coche.home-detalle {
  /*padding: 8px 0 55px 0;*/
  padding: 8px 0 0px 0;
}

.sidebar-detalle-coche .widget-title {
  display: none;
}

@media only screen and (max-width: 820px) {
  .sidebar-detalle-coche {
    padding: 0px;
  }
}

.sidebar-detalle-coche .video_container_after_gallery {
  text-align: center;
  padding: 0 0 40px 0;
  width: 560px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  .sidebar-detalle-coche .video_container_after_gallery {
    padding: 0px 0 20px 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}

.sidebar-detalle-coche .video_container_after_gallery>* {
  max-width: 100%;
}

.sidebar-detalle-coche:after {
  content: " ";
  display: table;
  clear: both;
}

.sidebar-detalle-coche>.inner {
  clear: both;
  max-width: 960px;
  margin: 0 auto;
}

.sidebar-detalle-coche .title-ranking {
  color: #ececec;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0 1em 0;
}

@media only screen and (max-width: 820px) {
  .sidebar-detalle-coche .title-ranking {
    padding: 1.5em 0 1em 0;
  }
}


.sidebar-detalle-coche .robapaginas {
  float: right;
  width: 300px;
  max-height: 600px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .sidebar-detalle-coche .robapaginas {
    float: none;
    max-width: 300px;
    margin: 0 auto;
    clear: both;
    padding: 0;
  }

  .sidebar-detalle-coche .robapaginas img {
    max-width: 100%;
  }
}

.tovotar {
  background: #ce1316;
  border-radius: 36px;
  border: 1px solid #ce1316;
  color: #FFF;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  margin: 4px auto 0 auto;
  padding: 10px 18px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 60%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.tovotar:hover {
  color: #ce1316;
  background: #212121;
  border: 1px solid #212121;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 820px) {
  .tovotar {
    font-size: 15px;
    top: calc(100% + 26px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.tovotarcontainer {
  position: relative;
}

@media only screen and (max-width: 820px) {
  .tovotarcontainer {
    border-bottom: 60px solid #c5c5c5;
  }
}

#content-detalle-home {
  background: url("img/bg-new-participar.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  padding: 1em 0 1em 0;
}

@media only screen and (max-width: 820px) {
  #content-detalle-home {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-position: center center;
    height: auto;
  }
}

#content-detalle-home .title-container {
  text-align: center;
  display: none;
}

#content-detalle-home .share-button {
  position: relative;
  top: -0.6em;
  left: 1em;
}

@media only screen and (max-width: 820px) {
  #content-detalle-home .share-button {
    background: url("img/iconos/ico_rrss_2.svg") no-repeat top left;
    background-size: 36px;
  }
}

#content-detalle-home .home-title {
  color: #4d4d4d;
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  text-transform: uppercase;
  vertical-align: middle;
}

@media only screen and (max-width: 820px) {
  #content-detalle-home .home-title {
    max-width: 55%;
  }
}

#content-detalle-home .titulo-bloque {
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0em 0 1em 0;
}

#content-detalle-home .home-quote-text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.25;
  font-style: italic;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 820px) {
  #content-detalle-home .home-entry .row-bloque {
    text-align: center;
  }
}

#content-detalle-home a {
  color: #ce1316;
}

#content-detalle-home a:hover {
  color: #4d4d4d;
}

#content-detalle-home .row.row-home,
#content-detalle-home .row-home.row-paginas,
#content-detalle-home #content-detalle-page>.row-home.entry {
  max-width: 624px;
  line-height: 1.5;
}

@media only screen and (max-width: 820px) {

  #content-detalle-home .row.row-home,
  #content-detalle-home .row-home.row-paginas,
  #content-detalle-home #content-detalle-page>.row-home.entry {
    margin: 0.5em 16px;
  }
}

#content-detalle-home .row.row-bloque,
#content-detalle-home .row-bloque.row-paginas,
#content-detalle-home #content-detalle-page>.row-bloque.entry {
  text-align: center;
}

.detalle-candidatos {
  clear: both;
  padding: 50px 0 55px 0;
}

#candidatos-widget {
  max-width: 1113px;
  margin: 0 auto;
  text-align: center;
  clear: both;
}

#candidatos-widget .title-candidatos {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
}

#candidatos-widget .row-candidatos {
  max-width: 100%;
}

#candidatos-widget .coche-candidato {
  border: 1px solid #444;
  display: inline-block;
  height: 185px;
  margin: 6px 5px 6px 5px;
  overflow: hidden;
  padding: 32px 0 0 0;
  position: relative;
  width: 250px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato {
    height: 110px;
    margin: 16px 4px 8px 4px;
    width: 134px;
    vertical-align: top;
  }
}

#candidatos-widget .coche-candidato.votacion {
  height: 233px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato.votacion {
    height: 140px;
  }
}

#candidatos-widget .coche-candidato.eliminado {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /*.botonera{
				padding: 15px 0 30px 0;
			}*/
}

#candidatos-widget .coche-candidato.eliminado .coche-nombre {
  color: #666666;
}

#candidatos-widget .coche-candidato.eliminado .coche-nombre a {
  color: #666;
  text-decoration: none;
}

#candidatos-widget .coche-candidato.eliminado .coche-nombre a:hover {
  color: #999;
}

#candidatos-widget .coche-candidato.eliminado .detalle-eliminado {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
  line-height: 1.25;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  top: 8px;
  left: 20px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato.eliminado .detalle-eliminado {
    float: right;
    left: auto;
    right: 5px;
    text-align: right;
    top: -6px;
  }
}

@media only screen and (min-width: 821px) {
  #candidatos-widget .coche-candidato.eliminado .btn-votar {
    background: #444;
    color: #222;
  }
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato.eliminado .btn-votar {
    display: none;
  }
}

#candidatos-widget .coche-candidato .imagen-coche {
  max-width: 100%;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .imagen-coche {
    max-width: 85%;
  }
}

#candidatos-widget .coche-candidato .coche-nombre {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-left: 0;
  padding-bottom: 0;
  height: 55px;
  margin-bottom: 0;
}

#candidatos-widget .coche-candidato .coche-nombre a {
  color: #FFF;
  text-decoration: none;
}

#candidatos-widget .coche-candidato .coche-nombre a:hover {
  color: #ce1316;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .coche-nombre {
    font-size: 14px;
    height: 30px;
  }
}

#candidatos-widget .coche-candidato .botonera {
  background: #444;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 0px 4px 0px;
  height: 45px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .botonera {
    padding: 7px 0 4px 0;
    text-align: center;
  }
}

#candidatos-widget .coche-candidato .detalle-coche {
  float: right;
  text-align: right;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  text-decoration: underline;
  position: relative;
  top: 16px;
  right: 20px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .detalle-coche {
    float: left;
    top: 2px;
    left: 13px;
  }
}

@media only screen and (min-width: 821px) {
  #candidatos-widget .coche-candidato .btn-votar {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin: 4px auto 0 auto;
    width: 100px;
    border-radius: 36px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    padding: 10px 0;
    text-decoration: none;
    color: #FFF;
    background: #ce1316;
    border: 1px solid #ce1316;
    position: absolute;
    right: 14px;
  }

  #candidatos-widget .coche-candidato .btn-ficha {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    width: 96px;
    position: absolute;
    left: 0px;
    top: 9px;
  }

  #candidatos-widget .coche-candidato .btn-votar:hover {
    background: #222;
    border: 1px solid #222;
    color: #ce1316;
  }

  #candidatos-widget .coche-candidato .btn-votar.btn-votado {
    background: #444;
    color: #222;
  }
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .btn-votar {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 4px auto 0 auto;
    width: 60px;
    border-radius: 36px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    padding: 5px 0;
    text-decoration: none;
    color: #FFF;
    background: #ce1316;
    border: 1px solid #ce1316;
    position: relative;
    top: -14px;
  }

  #candidatos-widget .coche-candidato .btn-ficha {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 8px;
    position: relative;
    top: 27px;
  }

  #candidatos-widget .coche-candidato .btn-votar:hover {
    color: #4d4d4d;
  }

  #candidatos-widget .coche-candidato .btn-votar.btn-votado {
    background: #444;
    color: #222;
  }

}

#candidatos-widget .coche-candidato .votado {
  background: #444;
  color: #FFF;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 84px;
  padding: 22px 0 7px 0;
  top: -9px;
  left: -26px;
}

@media only screen and (max-width: 820px) {
  #candidatos-widget .coche-candidato .votado {
    -webkit-transform: scale(0.8) rotate(-45deg);
    -ms-transform: scale(0.8) rotate(-45deg);
    transform: scale(0.8) rotate(-45deg);
    font-size: 13px;
    top: -10px;
    left: -33px;
  }
}

@media only screen and (min-width: 821px) {
  .home.page .widget_revslider {
    max-height: 490px;
    overflow: hidden;
  }
}

.home.page .widget_revslider .widget-title {
  display: none;
}

#contador-semanas {
  color: #FFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 19px 17px;
  text-transform: uppercase;
  display: none;
}

#contador-semanas>span {
  color: #ce1316;
}

#listado-coches-votos {
  background-size: cover;
  border-collapse: collapse;
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}

#listado-coches-votos thead {
  background: #d9d9d9;
}

#listado-coches-votos thead th {
  text-align: center;
  padding: 8px 0px 8px 8px;
}

#listado-coches-votos tbody td {
  padding: 8px 40px 8px 60px;
}

#listado-coches-votos tbody td:first-child {
  text-align: center;
  padding: 8px 0 8px 0;
}

#listado-coches-votos tbody tr.active {
  background-color: #ce1316;
  color: #fff;
}

#listado-coches-votos tbody tr.separator {
  background-color: #232323;
  height: 33px;
}

#listado-coches-votos tbody tr.inactive {
  background-color: #353535;
  color: #636363;
}

#listado-coches-votos-cabecera {
  background-size: cover;
  border-collapse: collapse;
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}

#listado-coches-votos-cabecera tbody td:first-child {
  text-align: center;
  padding: 8px 0 8px 0;
}

#btn-send-subscription {
  cursor: pointer;
}

#listado-coches-votos-suscriptores-cabecera tbody td:first-child {
  text-align: center;
  padding: 8px 0 8px 0;
}

#listado-coches-votos-suscriptores-cabecera {
  background-size: cover;
  border-collapse: collapse;
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}

.como-participar-widget {
  background: #FFF url("img/bgComoParticipar.png") no-repeat top left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  font-size: 14px;
  color: #4d4d4d;
  padding: 46px 0 36px 0;
}

@media only screen and (max-width: 820px) {
  .como-participar-widget {
    display: block;
  }
}

.como-participar-widget .titulo-bloque {
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.como-participar-widget .row,
.como-participar-widget .row-paginas,
.como-participar-widget #content-detalle-page>.entry {
  margin: 30px auto 30px auto;
}

.como-participar-widget .col-1-4 {
  text-align: center;
}

#footer .footer-widget.widget {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 1.7;
}

#footer .footer-widget.widget .login,
#footer .footer-widget.widget .register {
  color: #212121;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 13px 0;
  margin: 0 auto;
  text-decoration: none;
  width: 215px;
}

#footer .footer-widget.widget .login {
  background: #FFF;
}

#footer .footer-widget.widget .register {
  background: #a7a7a7;
}

.galeria-historia {
  text-align: center;
}

.galeria-historia .title-candidatos {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: #FFF;
  text-transform: uppercase;
  margin: 16px 0 28px 0;
  display: block;
}

#galeria-historia {
  position: relative;
  color: #FFF;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#galeria-historia .galeria-item {
  text-align: left;
  padding: 40px;
}

@media only screen and (max-width: 820px) {
  #galeria-historia .galeria-item {
    padding: 16px;
  }
}

#galeria-historia .galeria-item .img-container {
  background: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
}

#galeria-historia .galeria-item .img-container .fecha {
  color: #ce1316;
  display: block;
  font-size: 26px;
  text-align: center;
  padding: 15px 0;
}

#galeria-historia .galeria-item .img-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#galeria-historia .coche-container {
  padding: 30px;
}

#galeria-historia .coche-container .coche-title {
  font-size: 28px;
}

#galeria-historia .coche-container .coche-description {
  line-height: 1.2;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

#galeria-historia .owl-buttons>* {
  position: absolute;
  top: 200px;
  height: 50px;
  width: 20px;
}

#galeria-historia .owl-buttons .owl-prev {
  left: 0;
  background: url("img/btn-prev.png") no-repeat center center;
}

#galeria-historia .owl-buttons .owl-next {
  right: 0;
  background: url("img/btn-next.png") no-repeat center center;
}

#galeria-historia .owl-pagination {
  text-align: center;
  padding: 38px 0;
  font-size: 0;
}

#galeria-historia .owl-pagination .owl-page {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  display: inline-block;
  background-color: #a4a4a2;
  margin: 0 5px;
}

#galeria-historia .owl-pagination .owl-page.active {
  background-color: #cb1313;
}

.row-paginas,
#content-detalle-page>.entry {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 820px) {

  .row-paginas,
  #content-detalle-page>.entry {
    max-width: 95%;
    padding: 16px 0 !important;
  }
}

.row-paginas a,
#content-detalle-page>.entry a {
  color: #cf1316;
}

.row-paginas .titular_otros,
#content-detalle-page>.entry .titular_otros {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin: 42px 0;
  padding: 0 0 0 0;
}

._p,
.jurado p {
  line-height: 1.25;
  font-size: 14px;
}

._p a,
.jurado p a {
  color: #cf1316;
}

@media only screen and (max-width: 820px) {
  ._img_full {
    min-height: 185px !important;
  }
}

._titulo {
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0 1em 0;
}

._quoted-text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.25;
  font-style: italic;
  margin: 0.5em 0 0 0;
}

._parallax-page {
  padding: 32px 0;
  position: relative;
}

._parallax-page ._title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  color: #FFF;
  text-transform: uppercase;
  margin: 16px 0 48px 0;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 820px) {
  ._parallax-page br {
    display: none;
  }

  ._parallax-page .gallery-item {
    float: none !important;
    width: 90% !important;
    margin: 0 auto;
  }

  ._parallax-page .gallery-item img {
    max-width: 100% !important;
  }
}

#content-detalle-page {
  background: #FFF;
  color: #4d4d4d;
  padding: 0.01em 0 55px 0;
}

#content-detalle-page.generic {
  border-bottom: 1px solid #cdcdcd;
}

#content-detalle-page p {
  line-height: 1.25;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}

#content-detalle-page .page-title {
  color: #4d4d4d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 32px 0;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page .page-title {
    max-width: 80%;
    margin: 32px auto;
  }
}

.jurado {
  margin-bottom: 35px;
}

@media only screen and (max-width: 820px) {
  .jurado {
    max-width: 90%;
    margin-bottom: 0;
  }
}

.jurado .avatar-container {
  width: 112px;
  height: 112px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 128px;
  margin: 24px auto 24px auto;
  display: none;
}

.jurado .avatar-container .avatar {
  height: 100%;
  width: 100%;
}

.jurado .nombre-juez {
  display: block;
  text-align: left;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  position: relative;
}

.jurado .nombre-juez:before {
  background-color: #ce1316;
  content: " ";
  display: block;
  height: 4px;
  overflow: hidden;
  position: absolute;
  width: 4px;
  margin: 5px 0 0 -10px;
}

.jurado .cargo-juez {
  display: block;
  text-align: left;
  color: #666666;
  font-size: 14px;
  max-width: 90%;
  min-height: 32px;
  line-height: 130%;
}

.jurado p {
  color: #FFF;
}

@media only screen and (max-width: 820px) {
  .jurado .col-1-4 {
    width: 90%;
    margin: 0 auto 40px auto;
    display: block;
    float: none;
  }
}

#content-detalle-page.contacto>.entry {
  max-width: 824px;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto>.entry {
    padding: 0 16px !important;
  }
}

#content-detalle-page.contacto ._first-p {
  max-width: 476px;
  margin: 0 auto;
}

#content-detalle-page.contacto div.wpcf7 {
  padding: 60px 0;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto div.wpcf7 {
    padding: 16px 12px;
  }
}

#content-detalle-page.contacto div.wpcf7 .wpcf7-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #dedede;
  border: 1px solid #dedede;
  width: calc(32% - 20px);
  padding: 10px;
  margin-right: 10px;
}

#content-detalle-page.contacto div.wpcf7 .wpcf7-text[type="email"] {
  margin-right: 0px;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto div.wpcf7 .wpcf7-text[type="email"] {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto div.wpcf7 .wpcf7-text {
    width: calc(100% - 20px);
    padding: 10px;
    margin-right: 0px;
    margin-bottom: 19px;
  }
}

#content-detalle-page.contacto div.wpcf7 .wpcf7-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #dedede;
  border: 1px solid #dedede;
  width: calc(100% - 21px);
  padding: 10px;
}

#content-detalle-page.contacto div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  position: absolute;
  margin: 9px 0px 0 -56px;
}

#content-detalle-page.contacto .send-div {
  text-align: right;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto .send-div {
    text-align: center;
  }
}

#content-detalle-page.contacto .send-div .label-check {
  font-size: 12px;
}

#content-detalle-page.contacto .send-div .label-check [type="checkbox"] {
  vertical-align: middle;
}

#content-detalle-page.contacto .send-div .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  background: #fff;
  border: 1px solid #222;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 9px 26px;
  border-radius: 100px;
  margin: 0 0 0 26px;
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  #content-detalle-page.contacto .send-div .wpcf7-submit {
    display: block;
    margin: 26px auto 26px auto;
  }
}

#configurador-container {
  padding: 30px 0 0 0;
}

#configurador-container .tabs {
  list-style: none;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#configurador-container .tabs>.tab {
  display: inline-block;
}

#configurador-container .tabs>.tab>.tab-item {
  margin: 0 5px;
  display: block;
  font-size: 14px;
  padding: 14px 12px 14px 8px;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #aeaeae;
  border-bottom: 1px solid #a7a7a7;
  min-width: 70px;
  text-align: left;
}

#configurador-container .tabs>.tab>.tab-item>i.fa {
  float: right;
}

#configurador-container .tabs>.tab>.tab-item.active {
  background-color: #FFF;
}

@media only screen and (max-width: 820px) {
  #configurador-container .tabs>.tab>.tab-item {
    background-color: #ececec;
    padding: 10px 8px 10px 4px;
    border-bottom: 0px none;
  }

  #configurador-container .tabs>.tab>.tab-item.active {
    background-color: #ececec;
  }
}

#configurador-container .datos-container {
  background-color: #FFF;
  color: #c4c4c4;
}

#configurador-container .tab-content-container {
  position: relative;
  background-color: #FFF;
  color: #c4c4c4;
  padding: 17px 18px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 24px 0;
  box-shadow: 0px 1px 10px 0px rgba(100, 100, 100, 0.25);
}

#configurador-container .tab-content-container:after {
  position: absolute;
  content: " ";
  background: url("img/arrow-configurador.png") no-repeat top left;
  background-size: 100%;
  width: 75px;
  height: 21px;
  bottom: -21px;
  left: 50%;
  margin: 0 0 0 -38px;
}

@media only screen and (max-width: 820px) {
  #configurador-container .tab-content-container {
    padding: 0 0 0 0;
    border-bottom: 0px none;
  }

  #configurador-container .tab-content-container:after {
    display: none;
  }
}

#configurador-container .tab-data {
  display: none;
}

#configurador-container .tab-data.active {
  display: block;
}

@media only screen and (max-width: 820px) {
  #configurador-container .tab-data.active {
    background: #FFF;
    border: 1px solid #d6d6d6;
    left: 0;
    margin: -1.5em 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    right: 0;
  }
}

#configurador-container #configurador-resultado {
  background-color: #FFF;
  color: #c4c4c4;
  text-align: center;
  padding: 0px 16px 16px 16px;
  min-height: 306px;
}

#configurador-container #configurador-resultado img {
  max-width: 100%;
}

@media only screen and (max-width: 820px) {
  #configurador-container #configurador-resultado {
    border: 1px solid #d6d6d6;
    margin: 13px 0;
    min-height: 16px;
    padding: 32px 8px 32px 8px;
  }
}

#configurador-container .item-container {
  display: inline-block;
  margin: 0 0 7px 0;
  cursor: pointer;
  width: calc(33% - 4px);
}

@media only screen and (max-width: 820px) {
  #configurador-container .item-container {
    text-align: center;
    padding: 10px 0 5px 0;
    margin: 0 0 0px 0;
    vertical-align: top;
  }
}

#configurador-container .item-container:hover {
  background: #c4c4c4;
  color: #FFF;
}

#configurador-container .item-container.active {
  background: #4d4d4d;
  color: #FFF;
}

#configurador-container .item-container>.item-image-container {
  display: inline-block;
  width: 60px;
  height: 22px;
  background: #F0F0F0;
  vertical-align: middle;
  overflow: hidden;
}

#configurador-container .item-container>.item-image-container>img {
  height: 100%;
}

#configurador-container .item-container>.item-label {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: 0px;
  padding: 4px 0;
}

@media only screen and (max-width: 820px) {
  #configurador-container .item-container>.item-label {
    display: block;
  }
}

#configurador-container .item-container.item-big>.item-image-container {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 820px) {
  #header-detalle-coche.configurador-item {
    background-color: #fff;
    background-image: none !important;
    color: #4F4F4F;
  }
}

#configurador-detail-top {
  margin: 72px 0 0 0;
}

@media only screen and (max-width: 820px) {
  #configurador-detail-top {
    margin: 0 0 0 0;
  }
}

#configurador-detail {
  position: relative;
  top: -22px;
}

@media only screen and (max-width: 820px) {
  #configurador-detail {
    top: 0;
  }
}

#configurador-detail .link-configurador-icon,
#configurador-detail-top .link-configurador-icon {
  background: url("img/iconos/ico_configurador.svg") no-repeat center top;
  background-size: 28px;
  display: inline-block;
  float: left;
  width: 28px;
  height: 30px;
  margin: 0 1em 0 0;
}

@media only screen and (max-width: 820px) {

  #configurador-detail .link-configurador-icon,
  #configurador-detail-top .link-configurador-icon {
    background: url("img/iconos/ico_configurador_hover.svg") no-repeat center top;
    background-size: 28px;
  }
}

#configurador-detail .entry-title,
#configurador-detail-top .entry-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

#configurador-detail .the-content,
#configurador-detail-top .the-content {
  font-size: 14px;
  line-height: 1.55;
}

@media only screen and (max-width: 820px) {

  #configurador-detail .the-content,
  #configurador-detail-top .the-content {
    text-align: center;
  }
}

#configurador-detail .share,
#configurador-detail-top .share {
  margin: 26px 0 26px 0;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}

@media only screen and (max-width: 820px) {

  #configurador-detail .share,
  #configurador-detail-top .share {
    margin: 26px -14px 26px -14px;
  }
}

#configurador-detail .share .redes-title,
#configurador-detail-top .share .redes-title {
  font-size: 14px;
  margin: 26px 0 26px 0;
  display: block;
}

#configurador-detail .share .widget-title,
#configurador-detail-top .share .widget-title {
  display: none;
}

@media only screen and (min-width: 821px) {
  #coches-xs {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  #coches-xs {
    display: block;
    margin: 16px 0 0 8px;
  }

  #coches-xs .check {
    display: none;
  }
}

@media only screen and (min-width: 821px) {
  #coches-selector {
    display: block;
  }

  #coches-selector .close {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  #coches-selector {
    display: none;
    position: absolute;
    border: 1px solid #d1d1d1;
    left: 8px;
    right: 8px;
    background: #FFF;
    padding: 14px;
    z-index: 9;
  }

  #coches-selector .close {
    color: #ce1316;
    text-align: right;
  }

  #coches-selector .close>span {
    text-decoration: underline;
  }
}

#configurador-detail-coche .coche-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  margin: 1em 0;
}

#configurador-detail-coche .coche-title a {
  color: #ce1316;
  text-decoration: none;
  border-bottom: 1px solid #ce1316;
  padding: 0 0 2px 0;
}

#configurador-detail-coche .caracteristicas {
  list-style: none;
  padding: 0 0 0 1.5em;
}

#configurador-detail-coche .caracteristicas .item {
  margin: 0 0 24px 0;
  font-style: 14px;
  letter-spacing: 0.02em;
}

#configurador-detail-coche .caracteristicas .item:before {
  background: #ce1316;
  content: " ";
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  margin: 4px 0 0 -1.5em;
}

#comparador-container {
  max-width: 750px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  #comparador-container {
    margin: 0 8px;
  }
}

#comparador-container .clearfix {
  clear: both;
  display: block;
  margin-bottom: 60px;
}

#leyenda {
  max-width: 330px;
  margin: 0 auto;
  float: none;
}

@media only screen and (max-width: 820px) {
  #leyenda {
    float: none;
    margin: 0 8px;
  }
}

#leyenda .title {
  color: #4d4d4d;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

#leyenda ul {
  font-size: 14px;
  padding: 0 0 0 0;
  list-style: none;
  line-height: 1.55;
}

#coches-list {
  float: left;
  width: 285px;
}

@media only screen and (max-width: 820px) {
  #coches-list {
    width: auto;
  }
}

@media only screen and (max-width: 820px) {
  #coches-list {
    float: none;
  }
}

#coches-list>.coches-list-label {
  color: #4d4d4d;
}

@media only screen and (min-width: 821px) {
  #coches-list>.coches-list-label {
    display: block;
    text-align: center;
    padding: 32px 0 32px 0;
    font-size: 17px;
    font-weight: 700;
  }

  #coches-list>.coches-list-label i {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  #coches-list>.coches-list-label {
    background-color: #ededed;
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 205px;
    margin: 0 auto;
    padding: 18px 0 18px 21px;
  }

  #coches-list>.coches-list-label i {
    float: right;
    margin: 0 16px 0 0;
    font-size: 1.2rem;
  }
}

#estadisticas-container {
  float: right;
  margin: 32px 0;
  min-width: 460px;
}

@media only screen and (max-width: 820px) {
  #estadisticas-container {
    float: none;
    margin: 16px 0;
    min-width: 100px;
  }
}

.coches-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.coches-list>.coche-item {
  padding: 14px 0;
}

@media only screen and (max-width: 820px) {
  .coches-list>.coche-item {
    padding: 0px 0 13px 0;
  }
}

.coches-list>.coche-item>.color-item {
  display: inline-block;
  width: 34px;
  height: 2px;
  position: relative;
  top: 11px;
}

@media only screen and (min-width: 821px) {
  .coches-list>.coche-item>.check {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .coches-list>.coche-item>.check {
    display: inline-block;
    width: 30px;
    float: left;
    height: 30px;
    margin: 0 11px 0 0;
    vertical-align: middle;
    border: 1px solid #dedede;
    text-align: center;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,dedede+100 */
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #dedede 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
    /* IE6-9 */
  }

  .coches-list>.coche-item>.check i {
    display: none;
  }

  .coches-list>.coche-item>.check.checked i {
    display: inline-block;
    font-size: 27px;
    color: #4d4d4d;
  }
}

.coches-list>.coche-item>.item-label {
  background: #FFF;
  color: #4d4d4d;
  display: inline-block;
  padding: 5px 0 5px 13px;
  cursor: pointer;
  transition: all 0.15s linear;
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (min-width: 821px) {
  .coches-list>.coche-item>.item-label {
    width: 185px;
  }
}

@media only screen and (max-width: 820px) {
  .coches-list>.coche-item>.item-label {
    margin: 0 0 0 0;
  }
}

@media only screen and (min-width: 821px) {
  .coches-list>.coche-item>.item-label.active {
    background: #4d4d4d;
    color: #FFF;
  }
}

@media only screen and (min-width: 821px) {
  .coches-list>.coche-item>.item-label:hover {
    background: #c4c4c4;
    color: #FFF;
  }
}

#footer {
  background: #212121;
}

#footer>.inner {
  background: #212121 url("img/fondoFooter.jpg") no-repeat top left;
  padding: 20px 0 34px 0;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  #footer>.inner {
    background: #212121;
  }
}

#footer>.inner .site-title>a {
  position: absolute;
  top: 17px;
  left: 12%;
  margin: 27px 0 0 -95px;
  display: block;
  width: 244px;
  height: 112px;
  text-indent: -10000px;
  background: url("/wp-content/uploads/sites/20/2020/12/Logo-footer.svg") no-repeat top left;
  background-size: 138px;
}

@media only screen and (max-width: 820px) {
  #footer>.inner .site-title>a {
    background: url("/wp-content/uploads/sites/15/2019/10/logo_mca2020.svg") no-repeat top center;
    height: 125px;
    left: 51%;
    margin: 0 0 0 -68px;
    top: 1.2em;
    width: 129px;
    background-size: 115px
  }
}

#footer>.inner:after {
  content: " ";
  clear: both;
  display: table;
}

#footer>.bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  border: 0px none;
  height: 1px;
  width: 100%;
}

#footer>.inner-bottom {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  #footer>.inner-bottom {
    padding: 0 16px;
  }
}

#footer>.inner-bottom:after {
  clear: both;
  content: " ";
  display: table;
}

#footer .menu-footer {
  float: left;
  position: relative;
  top: 18px;
  left: 40%;
}

@media only screen and (max-width: 820px) {
  #footer .menu-footer {
    float: none;
    margin: 5em 0 0 0;
    text-align: center;
    padding-right: 40px;
    left: 0;
  }
}

#footer .menu-footer .bottom-menu ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 50px 0 0 0;
}

#footer .menu-footer .page_item,
#footer .menu-footer .menu-item {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  vertical-align: top;
  text-align: center;
}

#footer .menu-footer .page_item a,
#footer .menu-footer .menu-item a {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

#footer .menu-footer .page_item a:hover,
#footer .menu-footer .menu-item a:hover {
  color: #cf1316;
}

@media only screen and (max-width: 820px) {

  #footer .menu-footer .page_item a,
  #footer .menu-footer .menu-item a {
    display: block;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 820px) {
  #footer .hidden_xs {
    display: none;
  }
}

#footer .copyright {
  color: #666666;
  max-width: 655px;
  padding: 10px 0;
  font-size: 11px;
}

#footer .widget-container {
  float: right;
  width: 270px;
  margin-right: 74px;
  margin-top: 40px;
}

@media only screen and (max-width: 820px) {
  #footer .widget-container {
    float: none;
    margin: 1em auto 0 auto;
    position: relative;
    top: -100px;
    width: 100%;
  }

  #footer .widget-container a img {
    width: 100px;
    height: 40px;
    margin: auto;
  }

  .menu-bottom-menu-container {
    position: relative;
    top: 67px;
    text-align: center;
  }
}

#footer .redes_sociales {
  color: #666;
  float: right;
  padding: 12px 0;
  margin: 0 132px 0 0;
}

#footer .redes_sociales .widget-title {
  display: none;
}

@media only screen and (max-width: 820px) {
  #footer .redes_sociales {
    text-align: center;
    float: none;
    max-width: 320px;
    margin: 0 auto;
  }
}

.ico-red {
  display: inline-block;
  height: 36px;
  text-indent: -11000px;
  width: 36px;
  margin: 0 7px 0 0;
}

.ico-red.ico-whatsapp {
  background: url("img/iconos/whatsappicon.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-facebook {
  background: url("img/iconos/facebookicon.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-twitter {
  background: url("img/iconos/twittericon.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-instagram {
  background: url("img/iconos/ico_instagram.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-mail {
  background: url("img/iconos/mailicon.svg") no-repeat top left;
  background-size: 36px;
}

@media only screen and (max-width: 820px) {
  .ico-red.ico-instagram {
    border: 1px solid #212121;
    border-radius: 36px;
  }
}

.ico-red.ico-pinterest {
  background: url("img/iconos/ico_pinterest.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-share {
  background: url("img/iconos/ico_rrss.svg") no-repeat top left;
  background-size: 36px;
}

.ico-red.ico-share:hover {
  background: url("img/iconos/ico_rrss_hover.svg") no-repeat top left;
  background-size: 36px;
}

#popup-social-network {
  display: none;
  position: fixed;
  background: rgba(33, 33, 33, 0.9);
  top: 61px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  color: #FFF;
}

#popup-social-network .fa-close {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #fff;
  font-size: 200%;
  cursor: pointer;
}

#popup-social-network .fa-close:hover {
  color: #cf1316;
}

#popup-social-network .redes-title {
  font-size: 14px;
  margin: 26px 0 26px 0;
  display: block;
}

#popup-social-network .inner {
  width: 500px;
  height: 150px;
  text-align: center;
  z-index: 10;
  padding: 50px 0;
  background: rgba(33, 33, 33, 0.9);
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -250px;
  position: fixed;
}

@media only screen and (max-width: 820px) {
  #popup-social-network .inner {
    background: transparent;
    width: 100%;
    left: 0;
    margin: -125px 0 0 0;
  }
}

#popup-social-network .widget-title {
  display: none;
}

#listado-coches-votos tbody .rank-coche1 {
  color: #fff;

}

#listado-coches-votos tbody .rank-coche2 {
  color: #fff;
  background-color: rgba(217, 217, 217, 0.3);
}

#listado-coches-votos tbody .rank-coche3 {
  color: #fff;

}

#listado-coches-votos tbody .rank-coche4 {
  color: #fff;
  background-color: rgba(217, 217, 217, 0.3);
}

#listado-coches-votos tbody .rank-coche5 {
  color: #fff;

}

#listado-coches-votos tbody .rank-coche6 {
  color: #fff;
  background-color: rgba(217, 217, 217, 0.3);
}

#listado-coches-votos tbody .rank-coche7 {
  color: #fff;

}

#listado-coches-votos tbody .rank-coche8 {
  color: #fff;
  background-color: rgba(217, 217, 217, 0.3);
}

div#custom_post_widget-12 p {
  margin: 0;
}


/*nuevos*/

div#custom_post-widget-19 p {
  margin: 0;
}

div#custom_post-widget-2 p {
  margin: 0;
}

#post-355 #content-detalle-page {
  display: none;
}

p.vota-text-2017 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-style: italic;
  font-size: 27px;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 50px;
  margin: 0;
}


/*acordeon-jurado*/

.father-content-jurado {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background: transparent;
  position: relative;
}

button.accordion {
  background-color: #a4a4a4;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  max-width: 500px;
  height: 50px;
  margin: auto;
  position: relative;
  border: none;
  outline: none;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #a4a4a4;
}

button.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  padding: 0;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.title-medio-jurado {
  background-color: #781d1e;
  height: 40px;
  position: relative;
}

.title-medio-jurado p {
  width: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  float: left;
  padding-top: 10px;
  margin: 0;
  font-family: 'Frutiger-LightCn';
  font-weight: 400;
}

.modelo-coche {
  width: 50%;
  height: 40px;
  float: left;
  text-align: center;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  background-color: #d9d9d9;
  padding-top: 10px;
  font-family: 'Frutiger-LightCn';
  font-weight: 400;
}

p.par {
  width: 50%;
  float: left;
  height: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  padding-top: 15px;
  margin: 0;
  font-family: 'Frutiger-LightCn';
  font-weight: 400;
}

p.impar {
  width: 50%;
  float: left;
  height: 30px;
  background-color: #515151;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  padding-top: 15px;
  margin: 0;
  font-family: 'Frutiger-LightCn';
  font-weight: 400;
}

.motor-mundial,
.nombre {
  width: 50%;
  float: left;
  height: 40px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #4d4d4d;
  margin: 0;
  font-family: 'Frutiger-LightCn';
  font-weight: 400;
}

p {
  margin: 0;
}

/*end*/

.sidebar-detalle-coche.parallax-window._parallax-page {
  position: relative;
  background-image: url(img/bgListCoches.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
}

.cuna-votado {
  position: absolute;
  right: 0px;
  height: 45px;
  width: 45px;
  top: 0;
  background-image: url(img/cuna_votado.svg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -khtml-background-size: cover;
}

p.vuelve-manana {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  width: 90px;
  position: absolute;
  right: 30px;
  top: 10px;
  color: #afaeae;
}

.detalle {
  width: 100%;
  position: relative;
  margin: 40px auto 0;
  border-top: 1px solid #ffffff;
}

.detalle h2.title-detalle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 22px;
  color: #ffffff
}

.detalle p {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Frutiger-LightCn';
  color: #ffffff;
  text-align: left;
  font-style: normal;
  padding: 0px 0px 20px 0px;
}

.father-content-video-ficha {
  width: 930px;
  height: 400px;
  position: relative;
  margin: 30px auto 30px;

}

.father-content-video-ficha .column-left {
  float: left;
  width: 614px;
  height: 346px;
  padding: 0;
  position: relative;
}

.father-content-video-ficha .column-right {
  width: 30%;
  position: relative;
  padding: 0px;
  float: left;
  margin-left: 30px;
}

.gallery-sin-bg {
  background-color: transparent !important;
  padding: 0px !important;
  position: relative;
  height: auto !important;
}

div#ranking-ficha {
  position: relative;
  max-width: 960px;
  padding: 40px 0px 30px 0px;
  height: 450px;
}

div#titulo-coche h1.entry-title {
  font-family: 'Ubuntu';
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #content-detalle-coche .gallery-container {
    left: 0;
    margin-left: 0;
    position: relative;
    max-width: 1200px;
    width: 100%;
  }

  div#ranking-ficha {
    padding: 20px 0px 30px 0px;
  }

  #content-detalle-coche {
    padding: 50px 0px 60px 0px;
  }

  .detalle {
    width: 95%;
  }


}

@media only screen and (min-width: 821px) {
  #sticker-social-header {
    background: url("img/fondo-sticker.png") no-repeat top left;
    padding: 10px 10px 25px 8px;
    position: fixed;
    height: 102px;
    width: 82px;
    top: 35%;
    margin: -64px 0 0 0;
    right: -50px;
    color: #FFF;
    z-index: 999;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  #social-ficha {
    padding: 0;
    position: relative;
    max-width: 140px;
    width: 100%;
    z-index: 9;
    margin: 20px auto 0px;
    display: none;
  }

  #sticker-social-header-home {
    background: url("img/fondo-sticker.png") no-repeat top left;
    padding: 10px 10px 25px 8px;
    position: fixed;
    height: 102px;
    width: 82px;
    top: 50%;
    margin: 0 0 0 0;
    right: -50px;
    color: #FFF;
    z-index: 999;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  a.ico-red.ico-whatsapp {
    display: none;
  }

  #sticker-social-header .sticker-text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1.3;
  }

  div#slide-4-layer-1 .text-slider-coche,
  div#slide-4-layer-2 .text-slider-coche,
  div#slide-8-layer-1 .text-sldier-coche,
  div#slide-8-layer-2 .text-sldier-coche,
  div#slide-9-layer-1 .text-slider-coche,
  div#slide-9-layer-2 .text-slider-coche {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 820px) {

  #sticker-social-header .sticker-text {
    display: none;
  }

  #sticker-social-header+.inner {
    padding-top: 0px;
  }

  div#sticker-social-header {
    display: none;
  }

  div#sticker-social-header-home {
    display: none;
  }

  .xs-hidden {
    display: block;
  }

  ._img_full {
    min-height: 300px !important;
  }

  #content-detalle-coche .gallery-container .owl-controls .owl-buttons>div>span.next_button {
    background: #323232 url(img/btn-next.png) no-repeat center center;
    right: 17px;
  }

  .father-content-video-ficha {
    width: 100%;
    height: 650px;
    position: relative;
    margin: 30px auto 30px;
  }

  .father-content-video-ficha .column-left {
    float: none;
    width: 614px;
    height: 346px;
    padding: 0;
    position: relative;
    margin: auto;
  }

  .father-content-video-ficha .column-right {
    width: 50%;
    position: relative;
    padding: 0px;
    float: none;
    margin-left: 0;
    margin: 30px auto 0px;
  }

  div#ranking-ficha {
    position: relative;
    max-width: 960px;
    padding: 30px 0px 50px 0px;
    height: auto;
  }

  .father-content-video-ficha {
    width: 100%;
    height: 650px;
    position: relative;
    margin: 30px auto 40px;
  }

  #social-ficha {
    padding: 0;
    position: relative;
    max-width: 140px;
    width: 100%;
    z-index: 9;
    margin: 20px auto 0px;
  }

  div#titulo-coche h1.entry-title {
    padding: 0px 10px 0px 10px;
  }

  .detalle {
    width: 96%;
  }

  #content-detalle-coche {
    height: auto;
    padding: 20px 0px 100px 0px;
  }

  #content-detalle-coche .entry {
    max-width: 270px;
    margin: 0 auto;
  }

  #btn-votar-detail {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0px auto 0px;
    border-radius: 36px;
    background: #cd1316;
    border: 1px solid #cd1316;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    width: 100px;
    text-decoration: none;
  }

  #btn-votado-detail {
    color: #ffffff;
    background-color: #4d4d4d;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    width: 240px;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 36px;
    margin: 0px auto 0px;
    line-height: 1;
  }

}

@media screen and (max-width: 679px) {
  #listado-coches-votos {
    width: 100%;
  }

  p.vota-text-2017 {
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  ._img_full {
    min-height: 235px !important;
  }

  #listado-coches-votos tbody td {
    padding: 8px 0 8px 30px;
  }

  .text-slider-coche {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0px 14px 0px 14px;
  }

  .father-content-video-ficha .column-left {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    margin: auto;
  }

  .father-content-video-ficha .column-right {
    width: 90%;
    position: relative;
    padding: 0px;
    float: none;
    margin-left: 0;
    margin: 30px auto 0px;
  }

  #content-detalle-coche {
    background: #FFF;
    padding: 30px 0px 30px 0px;
    width: 100%;
    position: relative;
  }

  #sticker-social-header+.inner {
    padding-top: 0px;
  }

  .detalle p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Frutiger-LightCn';
    color: #ffffff;
    text-align: left;
    font-style: normal;
    padding: 0px 10px 20px 10px;
  }

  #galeria-historia .owl-buttons>* {
    position: absolute;
    top: 110px;
    height: 50px;
    width: 20px;
  }

  #header-detalle-coche {
    color: #ffffff;
    padding: 20px 0 50px 0;
  }

  div#ranking-ficha {
    position: relative;
    max-width: 960px;
    padding: 30px 0px 30px;
    height: auto;
  }

  p.vuelve-manana {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 90px;
    position: absolute;
    left: 50%;
    top: 5px;
    color: #afaeae;
    margin-left: -45px;
  }

  .sidebar-detalle-coche .title-ranking {
    padding: 0em 0 1em 0;
  }

  .detalle h2.title-detalle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 22px;
    color: #ffffff;
    padding: 0 0 0 10px;
  }

  #content-detalle-home {
    background: url(img/bg-new-participar.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;

  }

  img#logo-abc-footer {
    top: 26px;
    position: relative;
  }

  #galeria-historia .owl-pagination {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  div#sticker-social-header-home {
    display: block;
    text-align: center;
    background: #fff;
    padding: 10px;
    line-height: 30px;
  }

  div#sticker-social-header {
    display: none;
  }

}

@media only screen and (min-width: 421px) {

  #content-detalle-home .row.row-home {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .father-content-video-ficha {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 30px auto 0px;
  }
}

/* new css */
.home-entry .row-bloque .col-1-4 {
  width: 15%;
}

@media only screen and (max-width: 840px) {
  .home-entry .row-bloque .col-1-4 {
    display: flex;
    align-items: center;
    width: 95%;
    /*width: 100%;*/
    height: auto;
  }

  .home-entry .row-bloque .col-1-4 p:nth-child(2) {
    text-align: left;
    margin-left: 3%;
    margin-right: 5%;
  }
}

.sidebar-detalle-coche #widget-container-ranking {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 840px) {
  .sidebar-detalle-coche #widget-container-ranking {
    flex-direction: column;
    margin-bottom: 40px;
    width: 95%;
    max-width: 450px;
  }

  div#custom_post_widget-4 {
    margin-bottom: 30px;
  }
}

._img_full{

  background: url('/wp-content/uploads/sites/20/2020/12/el-premio-scaled.png') no-repeat center center;
  min-height: 500px;
  background-size: cover;
}

@media only screen and (max-width: 500px) {
  ._img_full {
    background: url('/wp-content/uploads/sites/20/2020/12/foto-premio-2021_Tablet_500px.png') no-repeat center center;
    height: 775px;

  }
}
@media only screen and (max-width: 400px) {
  ._img_full {
    background: url('/wp-content/uploads/sites/20/2020/12/foto-premio-2021_Mobile_360px.png') no-repeat center center;
    height: 640px;
    background-size: cover;


  }
}

div#titulo-coche {
  align-items: center;
  display: flex;
  justify-content: center;
}

div#titulo-coche div img {
  width: 100%;
  max-width: 617px;
}

div#titulo-coche div .entry-title,.subtitle{
  text-align: left;
  font: Bold Italic 50px/57px Ubuntu;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 10px;
}
@media only screen and (max-width: 500px) {
  div#titulo-coche {
    flex-direction: column;
  }
  div#titulo-coche div .entry-title,.subtitle{
    text-align: center;

  }
}

.thanks {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
}
.thanks .header {
  background: #3A3A3A;
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  text-align: center;
}
.thanks .header .container {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}
.thanks .header .container h3 {
  font: Bold Italic 28px/21px Ubuntu;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 0;
  display: inline-block;
}
.thanks .header .container p {
  font: Condensed Light 16px/21px Frutiger Light Cn;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  line-height: 20px;
  font-family: 'Frutiger-LightCn';
  padding-bottom: 10px;
}
.thanks .content-form {
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
}
.thanks .content-form .container {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  height: 100%;
}
.thanks .content-form .container h5{

  font: Bold Italic 20px/21px Ubuntu;
  letter-spacing: 0;
  color: #000000;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}
.thanks .content-form .container p{
  text-align: left;
  font: Condensed Light 16px/21px Frutiger Light Cn;
  letter-spacing: 0;
  color: #000000;
  display: inline-block;

}
.thanks .content-form .container .button{
  text-align: center;
  margin-bottom: 25px;
}
.thanks .content-form .container .button a{
  display: inline-block;
  text-align: center;
  font: Bold Italic 15px/17px Ubuntu;
  letter-spacing: 0;
  color: #CE1316;
  text-decoration: none;
  border: 1px solid #CE1316;
  border-radius: 36px;
  padding: 10px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.thanks .content-form  .container form{
  margin-top: 20px;
  display: flex;
}
.thanks .content-form  .container form input{
  background: #CBCBCB;
  width: 80%;
  padding: 12px 5px 12px 5px;
  border: 0;
}
.thanks .content-form  .container form button {
  background: #CE1316 0% 0% no-repeat padding-box;
  border-radius: 0px 36px 36px 0px;
  width: 83px;
  height: 40px;
  color:  #FFFFFF;
  border: 0;
  font: Bold Italic 15px/17px Ubuntu;
}
.thanks .pre-header{
  background: #000;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
}
.thanks .pre-header img{
  width: 72px;
}
article#post-2114 {
  margin-bottom: 15px;
}
.form-gracias {
  text-align: center;
  margin-top: 20px;
}
.form-gracias .input100 {
  background: #CBCBCB;
  width: 80%;
  padding: 12px 5px 12px 5px;
  border: 0;
}
.form-gracias button {
  background: #CE1316 0% 0% no-repeat padding-box;
  border-radius: 36px;
  width: 320px;
  height: 41px;
  color: #FFFFFF;
  border: 0;
  font: Bold Italic 15px/17px Ubuntu;
}
.alert-form{
  text-align: left;
  font: Condensed Light 14px/16px Frutiger Light Cn;
  letter-spacing: 0;
  color: #CE1316;
  display: none;
  margin-top: 5px;
}

.gigya-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #212121;
}

img.gigya-user-thumbnail {
  width: 45px;
  border-radius: 50%;
}
.divLoginGigya {
  /*width: 100px;*/
  position: relative;
  height: 55px;
}
.robapaginas_uno, .robapaginas_dos, .megabanner_dos, .megabanner_tres {
  text-align: center;
}
.ventajas{
  display: flex;
  align-items: center;
  margin-top: 15px;
  max-width: 470px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}
.ventajas img {
  padding-right: 15px;
}
.prize{
  background: url('/wp-content/uploads/sites/24/2021/01/img-fondo-scaled.jpg') no-repeat center center;
  background-size: cover;
  position: relative;


}
.prize .premio{
  text-align: center;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  width: 100%;
  padding-top: 30px;

}
.prize .vota{
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.prize .vota ul{
  list-style: none;
  width: 35%;
  margin-right: 4%;
}
.prize .vota ul li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.prize .vota ul li img{
  margin-right: 20px;
  margin-top: -5px;
}
.prize .vota ul li:nth-child(1){
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  background-color: #870C0E;
}

@media screen and (max-width: 600px) {
  .prize .vota {
    display: block;
    margin-top: 500px;
  }

  .prize .vota ul {
    width: 100%;
    padding-left: 0px;
  }

  .prize .vota ul li {
    margin-right: 7%;
    margin-left: 7%;
  }

  .prize {
    background: url('/wp-content/uploads/sites/24/2021/01/img-fondo-mobile.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding-bottom: 40px;
  }
}