/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ---------------------------------- FUENTES PERSONALIZADAS ---------------------------------- */
/* @font-face {
    font-family: 'Cambiar';
    src: url('https://cambiar_enlace/fuentes/Cambiar.eot');
    src: url('https://cambiar_enlace/fuentes/Cambiar.eot?#iefix') format('embedded-opentype'),
         url('https://cambiar_enlace/fuentes/Cambiar.woff2') format('woff2'),
         url('https://cambiar_enlace/fuentes/Cambiar.woff') format('woff'),
         url('https://cambiar_enlace/fuentes/Cambiar.ttf') format('truetype'),
         url('https://cambiar_enlace/fuentes/Cambiar.svg#Cambiar') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
/* -------------------------------- END FUENTES PERSONALIZADAS -------------------------------- */
.elementor-widget-text-editor, div, p, a, span, h1, h2, h3, h4, h5, h6, li, ol, ul, button, label, input, .wpcf7-response-output, .wpcf7 .wpcf7-not-valid-tip {
    font-weight: normal !important;
}
[type=button]:focus, [type=submit]:focus, button:focus, textarea, input, header .elementor-widget-theme-site-logo a, .logo-web, .logo-web a, .logo-web svg {
    outline: none !important;
}
:root {
    --negro: #141414;
    --blanco: #FFF;
    --azul: #1B365D;
    --azul-hover: #2E5D9E;
}
::-moz-selection {
    color: var(--blanco);
    background: var(--azul);
}
::selection {
    color: var(--blanco);
    background: var(--azul);
}
#login #nav {
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
#login #language-switcher {
    max-width: fit-content;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
}
.bold b, .strong b {
    font-family: "Volvo Novum Bold", Sans-serif !important;
    font-weight: normal !important;
}
.botones-elementor a, .form-web button[type="submit"], .form-web .e-form__buttons__wrapper__button-next, .form-web .e-form__buttons__wrapper__button-previous {
    position: relative;
    min-height: 56px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: fit-content;
}
.hero .botones-elementor a {
	min-height: 39px !important;
}
.botones-elementor .elementor-button-content-wrapper {
    align-items: center;
}
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-accept,
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-deny,
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-view-preferences,
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-save-preferences,
.botones-elementor a,
.botones-elementor a:hover,
.html-gcon-footer img,
.html-gcon-footer img:hover,
.copyright a,
.contenido-web a,
#wpadminbar,
.texto-enlace a
{
    transition: ease-in-out .3s !important;
}
.underline a:hover, .form-inicio .wpcf7-acceptance .wpcf7-list-item-label a:hover, .underline a:hover .elementor-icon-list-text {
    text-decoration: underline !important;
}
/* PLUGIN COOKIES */
#cmplz-cookiebanner-container .cmplz-title {
    font-family: "Volvo Novum Bold", Sans-serif !important;
    font-size: 20px !important;
    line-height: 20px;
    position: relative;
    top: 2px;
}
#cmplz-cookiebanner-container div, #cmplz-cookiebanner-container a, #cmplz-cookiebanner-container span {
    font-family: "Volvo Novum Regular", Sans-serif !important;
}
.cmplz-cookiebanner.cmplz-show, .cmplz-cookiebanner.cmplz-show:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 10px 15px !important;
}
#cmplz-cookiebanner-container .cmplz-message {
    text-align: justify !important;
}
.cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important;
}
.cmplz-cookiebanner {
    padding: 30px 25px 30px 25px !important;
}
#cmplz-cookiebanner-container a {
    text-decoration: underline !important;
    font-size: 14px !important;
}
#cmplz-cookiebanner-container button {
    font-family: "Volvo Novum Bold", Sans-serif !important;
    font-size: 16px;
    min-height: 52px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 8px 35px 8px 35px;
    line-height: 1;
    height: fit-content;
}
#cmplz-cookiebanner-container .cmplz-message {
    min-width: 550px;
    margin-top: 20px;
}
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-accept:hover {
    background-color: var(--azul-hover) !important;
    border-color: var(--azul-hover) !important;
    color: var(--blanco) !important;
    transition: ease-in-out .3s !important;
}
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-deny:hover,
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-view-preferences:hover,
#cmplz-cookiebanner-container button.cmplz-btn.cmplz-save-preferences:hover {
    background-color: var(--azul-hover) !important;
    border-color: var(--azul-hover) !important;
    color: var(--blanco) !important;
    transition: ease-in-out .3s !important;
}
body.cmplz-document #content h1,
body.cmplz-document #content h2,
body.cmplz-document #content h3,
body.cmplz-document #content h4,
body.cmplz-document #content h5 {
    font-family: "Volvo Novum Bold", Sans-serif !important;
}
body.cmplz-document #content p,
body.cmplz-document #content a,
body.cmplz-document #content span,
body.cmplz-document #content div,
body.cmplz-document #content li {
    font-family: "Volvo Novum Regular", Sans-serif !important;
    color: var(--textos);
    line-height: inherit;
    font-size: 18px;
}
body.cmplz-document #content p {
    text-align: justify;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}
body.cmplz-document #content {
    padding: 160px 25px 0 25px;
    max-width: 1450px;
    margin: 0 auto;
}
body.cmplz-document #content .entry-title {
    font-family: "Volvo Novum Bold", Sans-serif !important;
    margin: 0 0 30px 0px;
    padding: 0;
    color: var(--azul);
}
#cmplz-cookiebanner-container .cmplz-close svg {
    display: none;
}
#cmplz-cookiebanner-container .cmplz-close::before {
    visibility: visible;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTk5OTkgOC4wNTM4MUwxLjkyNjg5IDEzLjEyNjlDMS43ODg0NCAxMy4yNjU0IDEuNjE0NCAxMy4zMzYyIDEuNDA0NzkgMTMuMzM5NEMxLjE5NTE5IDEzLjM0MjYgMS4wMTc5NSAxMy4yNzE4IDAuODczMDg3IDEzLjEyNjlDMC43MjgyMDMgMTIuOTgyIDAuNjU1NzYyIDEyLjgwNjQgMC42NTU3NjIgMTIuNkMwLjY1NTc2MiAxMi4zOTM2IDAuNzI4MjAzIDEyLjIxOCAwLjg3MzA4NyAxMi4wNzMxTDUuOTQ2MTYgNi45OTk5OUwwLjg3MzA4NyAxLjkyNjg5QzAuNzM0NjIgMS43ODg0NCAwLjY2Mzc4NyAxLjYxNDQgMC42NjA1ODcgMS40MDQ3OUMwLjY1NzM3IDEuMTk1MTkgMC43MjgyMDMgMS4wMTc5NSAwLjg3MzA4NyAwLjg3MzA4N0MxLjAxNzk1IDAuNzI4MjAzIDEuMTkzNTkgMC42NTU3NjIgMS4zOTk5OSAwLjY1NTc2MkMxLjYwNjM5IDAuNjU1NzYyIDEuNzgyMDIgMC43MjgyMDMgMS45MjY4OSAwLjg3MzA4N0w2Ljk5OTk5IDUuOTQ2MTZMMTIuMDczMSAwLjg3MzA4N0MxMi4yMTE1IDAuNzM0NjIgMTIuMzg1NiAwLjY2Mzc4NyAxMi41OTUyIDAuNjYwNTg3QzEyLjgwNDggMC42NTczNyAxMi45ODIgMC43MjgyMDMgMTMuMTI2OSAwLjg3MzA4N0MxMy4yNzE4IDEuMDE3OTUgMTMuMzQ0MiAxLjE5MzU5IDEzLjM0NDIgMS4zOTk5OUMxMy4zNDQyIDEuNjA2MzkgMTMuMjcxOCAxLjc4MjAyIDEzLjEyNjkgMS45MjY4OUw4LjA1MzgxIDYuOTk5OTlMMTMuMTI2OSAxMi4wNzMxQzEzLjI2NTQgMTIuMjExNSAxMy4zMzYyIDEyLjM4NTYgMTMuMzM5NCAxMi41OTUyQzEzLjM0MjYgMTIuODA0OCAxMy4yNzE4IDEyLjk4MiAxMy4xMjY5IDEzLjEyNjlDMTIuOTgyIDEzLjI3MTggMTIuODA2NCAxMy4zNDQyIDEyLjYgMTMuMzQ0MkMxMi4zOTM2IDEzLjM0NDIgMTIuMjE4IDEzLjI3MTggMTIuMDczMSAxMy4xMjY5TDYuOTk5OTkgOC4wNTM4MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
/* FIN PLUGIN COOKIES */

/* ERROR 404 */
#comp-k9d2oixn svg [data-color="1"] {
    fill: #000 !important;
}
#comp-k9d2oixn svg {
    height: 300px;
}
/* FORMULARIO ELEMENTOR */

/* FORM WEB */
.form-web input[type="text"], .form-web input[type="email"], .form-web input[type="tel"], .form-web select {
    padding: 0 20px 0 20px;
    min-height: 58px !important;
}
.form-web label.elementor-field-label {
    background: #FFF;
    position: absolute;
    top: -6px;
    padding: 0 5px 0px 5px !important;
    left: 26px;
    z-index: 1;
}
.form-web .elementor-field-group label {
    padding: 0 20px 0 20px;
}
.form-web textarea {
    border-radius: 5px !important;
    padding: 15px 20px 20px 20px;
}
.form-web .titulo {
    font-family: "Volvo Medium", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: var(--negro);
}
.form-web .elementor-field-type-textarea {
    margin-bottom: 10px !important;
}
.form-web .politicas-rgpd {
    font-family: "Volvo Novum Regular", Sans-serif !important;
    font-size: 11px !important;
    line-height: 23px !important;
    color: #616161 !important;
}
.elementor-field-group-politicas {
    padding: 0 0 0 30px !important;
}
.form-web .elementor-field-group-politicas label {
    padding: 0 0 0 0 !important;
    font-size: 14px !important;
    font-family: "Volvo Novum Regular", Sans-serif !important;
    line-height: normal !important;
}
.form-web .elementor-field-group-politicas a {
    font-family: "Volvo Novum Medium", Sans-serif !important;
    color: var(--negro) !important;
    font-size: 14px !important;
}
.form-web .elementor-field-group-politicas a:hover, abbr:hover {
    text-decoration: underline !important;
}
.form-web .elementor-field-group-politicas input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    width: 14px;
    height: 14px;
    min-width: 14px !important;
    min-height: 14px;
    border: 1px solid #141414 !important;
    border-radius: 4px !important;
    position: relative;
    top: 2px;
    margin-right: 10px;
    display: block !important;
}
.form-web .elementor-field-group-politicas input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23141414' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    border: 1px solid #141414 !important;
}
.form-web .elementor-field-group-politicas span {
    display: flex;
}
.form-web .select-caret-down-wrapper {
    visibility: hidden;
    font-size: unset !important;
    right: -1% !important;
    top: 56% !important;
    inset-inline-end: 0 !important;
}
.form-web .select-caret-down-wrapper::before {
    visibility: visible;
    content: url(/imagenes/chevron-right.svg);
}
/* Ocultar el input de tipo archivo */
#form-field-field_82c6f7f {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
/* Crear un botón visual personalizado */
.elementor-field-type-upload {
  position: relative;
  display: flex;
  flex-direction: column;
}
.elementor-field-type-upload::after {
  content: " Subir archivo";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  background-image: url('/imagenes/icono-subir-archivo.svg');
  background-repeat: no-repeat;
  background-position: 95px center;
  background-size: 20px;
  padding-left: 50px;
}
.form-web .elementor-field-type-upload label.elementor-field-label {
    height: 64px;
    width: 315px;
    padding: 0px 0px 0 20px !important;
    left: 10px !important;
    background: transparent !important;
}
.form-web .elementor-field-type-upload label.elementor-field-label::after {
    content: '';
    background-color: var(--blanco) !important;
    width: 89px;
    display: block;
    z-index: -1;
    position: relative;
    top: -11px;
    height: 9px;
    left: -6px;
}
#archivo-info {
    font-family: 'Volvo Novum Regular';
    font-size: 14px;
    margin: -20px 0px 15px 20px !important;
    display: flex;
}
.elementor-field-group-field_24d9ac3 {
    margin: 0 0 0 0 !important;
}
/* FIN FORM WEB */

/* TOOLTIP */
abbr {
    font-family: "Volvo Novum Medium", Sans-serif !important;
    text-decoration: none !important;
    font-size: 14px;
    color: var(--negro);
    cursor: pointer;
}
#tooltip {
    text-align: center;
    color: var(--blanco);
    background: #555;
    position: absolute;
    z-index: 100;
    font-family: 'Montserrat Light';
    font-size: 12px;
    font-weight: normal;
    padding: 20px;
    text-align: justify;
    border-radius: 15px;
}
#tooltip::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -10px;
}
#tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 10px solid #555;
    top: -20px;
    bottom: auto;
}
#tooltip.left::after {
    left: 10px;
    margin: 0;
}
#tooltip.right::after {
    right: 10px;
    left: auto;
    margin: 0;
}
/* FIN TOOLTIP */

/* COPYRIGHT SHORTCODE FOOTER */
.copyright div {
    text-align: center;
    color: #2E2E2E;
    font-family: "Volvo Novum Regular", Sans-serif;
    font-size: 16px;
}
.copyright a {
    text-decoration: underline;
    color: #FFF !important;
}
.contenido-web a {
    color: #1B365D !important;
    text-decoration: underline !important;
}
.copyright a:hover, .enlace-titulo a:hover {
    color: #CECECE !important;
}
.contenido-web a:hover {
    color: var(--azul-hover);
}
.contenido-web h2, .contenido-web h3, .contenido-web h4, .contenido-web h5, .contenido-web h6 {
    font-family: 'Volvo Novum Bold';
    font-size: 22px;
    line-height: 32px;
    color: var(--negro);
    margin: 20px 0 5px 0 !important;
}
.copyright span {
    font-family: "Volvo Novum Regular", Sans-serif;
}
/* FIN COPYRIGHT FOOTER */
.br-mvl br {
    display: none !important;
}
.fit-content {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}
footer .lista li:first-child span {
    color: #2E2E2E !important;
}
.underline-li a {
   color: #2E2E2E;
}
.underline-li a:hover {
   color: #2e5d9e;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
	display: none;
}
.filtros-radio .jet-radio-list__row.jet-filter-row.active,
.filtros-tipo-de-vehiculo .jet-radio-list__row.jet-filter-row.active .jet-radio-list__button {
  background-color: #2e5d9e !important; 
}
.filtros-tipo-de-vehiculo .jet-radio-list__row.jet-filter-row.active .jet-radio-list__button {
    border-color: var(--azul-hover) !important;
}
.filtros-radio .jet-radio-list__row.jet-filter-row.active .jet-radio-list__label,
.filtros-tipo-de-vehiculo .jet-radio-list__row.jet-filter-row.active .jet-radio-list__label
{
    color: var(--blanco) !important;
}
.filtros-tipo-de-vehiculo .jet-radio-list__row .jet-radio-list__button {
    border-radius: 8px !important;
    border: 1px solid #616161 !important;
}
.texto-enlace a:hover {
    color: var(--azul-hover) !important;
}
.btn-left a .elementor-button-text {
    text-align: left !important;
}
.menu-web li:last-child a {
    padding-right: 0 !important;
}
.menu-pc .sub-menu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.menu-pc nav.elementor-nav-menu--main > .elementor-nav-menu > li:last-child > a {
    padding-right: 0 !important;
}
.menu-pc .sub-arrow {
    visibility: hidden;
    padding: 0 0 0 5px;
    top: 2px;
    position: relative;
}
.menu-pc .sub-arrow svg {
    display: none;
}
.menu-pc .sub-arrow::after {
    visibility: visible;
    content: '';
    background-image: url(/imagenes/icon-right.svg);
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menu-pc .has-submenu:hover .sub-arrow::after, .menu-pc .has-submenu.highlighted .sub-arrow::after {
    background-image: url(/imagenes/icon-down.svg) !important;
}
.menu-mvl a {
    text-align: center !important;
    justify-content: center !important;
}
.menu-mvl .sub-arrow::after {
    width: 14px !important;
    height: 14px !important;
}
.menu-mvl .sub-arrow {
    top: 1px !important;
}
.menu-mvl .sub-menu a {
    font-size: 18px !important;
}
.borrar-filtros button::after {
    visibility: visible;
    content: '';
    background-image: url(/imagenes/trash.svg);
    display: inline-flex;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.borrar-filtros button:hover::after {
    background-image: url(/imagenes/trash-blanco.svg);
}
.borrar-filtros button, .borrar-filtros button::after,
.ocultar-filtros .elementor-icon-list-item svg path,
.filtros-radio .jet-radio-list__row,
.filtros-radio .jet-radio-list__row .jet-radio-list__label,
.filtros-tipo-de-vehiculo .jet-radio-list__row,
.filtros-tipo-de-vehiculo .jet-radio-list__row .jet-radio-list__label
{
    transition: .3s ease-in-out !important;
}
.ocultar-filtros .elementor-icon-list-item {
    flex-direction: row-reverse;
    justify-self: start;
}
.ocultar-filtros .elementor-icon-list-text {
    padding: 0 7px 0 0 !important;
}
.ocultar-filtros svg {
    margin-right: 0 !important;
}
.ocultar-filtros .elementor-icon-list-item {
    cursor: pointer;
}
.ocultar-filtros .elementor-icon-list-item:hover svg path {
    fill: #2E5D9E !important;
}
/* FILTROS RADIO */
.filtros-radio fieldset, .filtros-tipo-de-vehiculo .filtros-radio fieldset {
    display: flex;
    flex-wrap: wrap;
}
.filtros-radio .jet-radio-list__row {
    margin: 5px 10px 5px 0 !important;
    padding: 0 0 0 0 !important;
    max-width: fit-content;
    border: 1px solid #616161;
    border-radius: 8px;
}
.filtros-radio .jet-radio-list__row:hover {
    background-color: #2E5D9E;
    border-color: #2E5D9E;
}
.filtros-radio .jet-radio-list__row:hover .jet-radio-list__label {
    color: #FFF;
}
.filtros-radio .jet-radio-list__decorator, .filtros-tipo-de-vehiculo .jet-radio-list__decorator {
    display: none;
}
.filtros-radio .jet-radio-list__button, .filtros-tipo-de-vehiculo .jet-radio-list__button {
    align-items: center !important;
    display: flex !important;
    flex-direction: column;
    padding: 5px 10px 5px 10px !important;
    min-width: 80px;
    min-height: 40px !important;
    justify-content: center;
}
.elipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lista-camiones-ocasion .elementor-icon-list-text > span {
    font-family: "Volvo Novum Regular", Sans-serif !important;
    font-weight: normal !important;
}
.elementor-item.has-submenu {
    cursor: default !important;
}
.filtros-tipo-de-vehiculo .jet-radio-list-wrapper {
    flex-direction: column;
}
.filtros-tipo-de-vehiculo .jet-radio-list__row {
    display: flex !important;
}
.filtros-tipo-de-vehiculo .jet-radio-list__row::before {
    content: '';
    display: flex;
    width: 70px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    background-position: center;
}
.filtros-tipo-de-vehiculo .jet-radio-list__row.is-rigido::before {
  background-image: url('/imagenes/icon-rigido.svg');
}
.filtros-tipo-de-vehiculo .jet-radio-list__row.is-remolque::before {
  background-image: url('/imagenes/icon-remolque.svg');
}
.filtros-tipo-de-vehiculo .jet-radio-list__row.is-tractora::before {
  background-image: url('/imagenes/icon-tractora.svg');
}
.filtros-tipo-de-vehiculo .jet-radio-list__row label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 5px 10px 5px 0 !important;
    padding: 0 0 0 0 !important;
    max-width: fit-content;
    border-radius: 8px;
}
.borrar-filtros button {
    min-height: 40px;
}

/* ---------------------------------------- RESPONSIVE ----------------------------------------- */
@media (max-width: 1280px) {
    #comp-k9d2oixn svg {
        height: 200px;
    }    
}
@media (max-width: 767px) {
    .contenedor-filtros {
        display: none;
    }
    .form-web .titulo {
        font-size: 24px;
        line-height: 28px;
    }
    .br-mvl br {
        display: block !important;
    }
    #comp-k9d2oixn svg {
        height: auto;
    }
    /* PLUGIN COOKIES */
    .cmplz-cookiebanner .cmplz-links {
        margin-top: 10px;
    }
    .cmplz-cookiebanner {
        left: calc(25px) !important;
        right: calc(25px) !important;
        bottom: calc(25px) !important;
        width: auto !important;
    }
    #cmplz-cookiebanner-container .cmplz-close {
        margin-left: auto;
    }
    #cmplz-cookiebanner-container .cmplz-title {
        position: relative;
        top: -2px;
        padding-right: 10px;
    }
    #cmplz-cookiebanner-container .cmplz-header {
        display: flex;
        align-items: flex-start;
        margin-bottom: -10px;
    }
    .cmplz-cookiebanner .cmplz-body, #cmplz-cookiebanner-container .cmplz-message {
        min-width: unset !important;
    }
    /* FIN PLUGIN COOKIES */

    #tooltip {
        max-width: 100% !important;
        left: auto !important;
        margin: 0 25px 0 25px;
    }
    #tooltip.left::after {
        display: none !important;
    }
    /* PAGINAS POLÍTICAS */
    #cmplz-cookies-overview {
        overflow-x: auto;
    }
    body.cmplz-document #content {
        padding: 160px 25px 0 25px;
    }
    body.cmplz-document #content h2 {
        text-align: center;
    }
    #cmplz-cookiebanner-container a {
        font-size: 28px;
        line-height: 28px;
    }
    body.cmplz-document #content p,
    body.cmplz-document #content a,
    body.cmplz-document #content li,
    body.cmplz-document #content span,
    body.cmplz-document #content .retention,
    body.cmplz-document #content .function {
        font-size: 16px;
    }
    #cmplz-cookiebanner-container a {
        font-size: 12px !important;
        line-height: 17px !important;
    }
    /* END PAGINAS POLÍTICAS */
}