/* 
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: 'BasierSquareMono-Regular';
    src: url('fuentes/BasierSquareMono-Regular.woff2') format('woff2'),
         url('fuentes/BasierSquareMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Silka-Regular';
    src: url('fuentes/Silka-Regular.woff2') format('woff2'),
         url('fuentes/Silka-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Silka-Medium';
    src: url('fuentes/Silka-Medium.woff2') format('woff2'),
         url('fuentes/Silka-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Silka-SemiBold';
    src: url('fuentes/Silka-SemiBold.woff2') format('woff2'),
         url('fuentes/Silka-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Silka-Bold';
    src: url('fuentes/Silka-Bold.woff2') format('woff2'),
         url('fuentes/Silka-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SilkaMono-Regular';
    src: url('fuentes/SilkaMono-Regular.woff2') format('woff2'),
         url('fuentes/SilkaMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SilkaMono-SemiBold';
    src: url('fuentes/SilkaMono-SemiBold.woff2') format('woff2'),
         url('fuentes/SilkaMono-SemiBold.woff') format('woff');
    font-weight: 600;
    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, .cmplz-close, .woocommerce-message, .jet-select select {
    outline: none !important;
}
:root {
    --negro: #000;
    --blanco: #FFF;
    --azul: #182054;
    --rojo: #C61E1E;
}
::-moz-selection {
    color: #FFFFFF;
    background: #182054;
}
::selection {
    color: #FFFFFF;
    background: #182054;
}
#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;
}
.semibold b, .semibold strong {
    font-family: 'Silka-SemiBold' !important;
    font-weight: normal !important;
}
.semibold-mono b, .semibold-mono strong {
    font-family: 'SilkaMono-SemiBold' !important;
    font-weight: normal !important;
}
/* - - - SCROLLBAR WEB - - - */
.elementor-popup-modal .dialog-widget-content {
  	overflow: visible !important;
  	max-height: none !important;
}
.elementor-popup-modal .dialog-message {
  	overflow: visible !important;
  	max-height: none !important;
}
.mac-page-scrollbar-track {
  	width: 6px;
  	background: transparent !important;
  	box-shadow: none !important;
  	position: fixed;
  	top: 10px;
  	right: 6px;
  	bottom: 10px;
  	width: 10px;
  	border-radius: 999px;
  	background: transparent;
  	opacity: 0;
  	pointer-events: none;
  	transition: opacity 0.3s ease-in-out;
  	z-index: 999999;
}
.mac-page-scrollbar-track.is-visible {
  	opacity: 1;
  	pointer-events: auto;
}
.mac-page-scrollbar-thumb {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	height: 40px;
  	border-radius: 999px;
  	background: #182054;
  	border-radius: 999px;
  	box-shadow: none !important;
}
.mac-page-scrollbar-track.is-visible:hover .mac-page-scrollbar-thumb {
    background: #C61E1E;
}
html {
	scrollbar-width: none;
}
html::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}
body::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}
.mac-page-scrollbar-thumb {
  	transition: none !important;
}
.mac-page-scrollbar-track.is-dragging .mac-page-scrollbar-thumb {
  	transition: none !important;
}
html, body {
	scroll-behavior: auto !important;
}
/* - - - FIN SCROLLBAR WEB - - - */
.bold b, .bold span {
    font-family: 'Silka-Bold' !important;
    font-weight: normal !important;
}
.botones-elementor a, .form-web button[type="submit"], .e-loop__load-more a {
    position: relative;
    min-height: 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: fit-content;
}
.botones-elementor .elementor-button-content-wrapper {
    align-items: center;
}
.etiqueta-btn a {
    min-height: 20px !important;
    display: flex !important;
    align-items: center !important;
}
#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
{
    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: 'Silka-Medium' !important;
    font-size: 20px !important;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
#cmplz-cookiebanner-container div, #cmplz-cookiebanner-container a, #cmplz-cookiebanner-container span {
    font-family: 'SilkaMono-Regular' !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 {
    border: unset !important;
    font-family: 'SilkaMono-SemiBold';
    font-size: 14px;
    line-height: normal !important;
    text-transform: uppercase;
    min-height: 28px;
    padding: 0 11px 0 11px;
    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(--rojo) !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(--rojo) !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: 'Silka-Medium' !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: 'SilkaMono-Regular' !important;
    color: var(--azul);
    line-height: inherit;
    font-size: 15px;
    list-style: 30px;
}
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: 'Silka-Medium' !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 .elementor-field-type-select select {
    padding: 0 20px 0 20px;
}
.form-web .elementor-field-type-select select {
    /* background-color: var(--azul) !important; */
}
.form-web input[type="text"]::placeholder, .form-web input[type="email"]::placeholder, .form-web input[type="tel"]::placeholder, .form-web textarea::placeholder {
    opacity: 1 !important;
}
.form-web .elementor-field-group label {
    padding: 0 20px 0 20px;
}
.form-web textarea {
    padding: 0 15px 20px 15x;
}
.form-web .elementor-field-type-textarea {
    margin-bottom: 10px !important;
}
.elementor-field-group-politicas {
    padding: 10PX 0 0 30px !important;
}
.form-web .elementor-field-group-politicas label {
    padding: 0 0 0 0 !important;
    font-size: 12px !important;
    font-family: 'SilkaMono-Regular' !important;
    line-height: normal !important;
}
.form-web .elementor-field-group-politicas a {
    font-family: 'SilkaMono-SemiBold' !important;
    color: var(--azul) !important;
    font-size: 12px !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 var(--azul) !important;
    border-radius: 4px !important;
    position: relative;
    top: -1px;
    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='%23182054' 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 var(--azul);
}
.form-web .elementor-field-group-politicas span {
    display: flex;
} 
.form-web button[type="submit"] {
    margin-top: 15px;
}
/* CONTENEDOR */
.elementor-field-group-archivo {
    position: relative;
    /* background: #182054; */
}

/* OCULTAR LABEL ORIGINAL */
.elementor-field-group-archivo .elementor-field-label {
    display: none !important;
}

/* INPUT FILE */
.elementor-field-group-archivo input[type="file"] {
    width: 100%;
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--azul) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 15px !important;
    font-family: 'SilkaMono-Regular', monospace !important;
    cursor: pointer;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
}

/* OCULTAR BOTÓN NATIVO */
.elementor-field-group-archivo input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.elementor-field-group-archivo input[type="file"]::file-selector-button {
    visibility: hidden;
}

/* TEXTO FALSO */
.elementor-field-group-archivo::before {
    content: "ADJUNTAR CURRICULUM";
    position: absolute;
    left: 30px;
    top: 7px;
    color: var(--azul);
    font-family: 'SilkaMono-Regular', monospace;
    font-size: 15px;
    pointer-events: none;
    z-index: 2;
}

/* ICONO + */
.elementor-field-group-archivo::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 9px;
    color: var(--azul);
    font-family: 'SilkaMono-Regular', monospace;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    pointer-events: none;
    z-index: 2;
}

/* QUITAR ESTILOS EXTRA DE ELEMENTOR SI LOS HAY */
.elementor-field-group-archivo .elementor-upload-field {
    appearance: none;
    -webkit-appearance: none;
}
/* CUANDO HAY ARCHIVO, OCULTAMOS TEXTO POR DEFECTO */
.elementor-field-group-archivo.has-file::before {
    content: attr(data-filename);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
/* FIN FORM WEB */

/* TOOLTIP */
abbr {
    font-family: 'SilkaMono-SemiBold' !important;
    text-decoration: none !important;
    font-size: 12px;
    color: var(--azul);
    cursor: pointer;
}
#tooltip {
    text-align: center;
    color: var(--blanco);
    background: #555;
    position: absolute;
    z-index: 100;
    font-family: 'SilkaMono-Regular';
    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 */

/* HTML FOOTER */
.html-gcon-footer p {
    font-family: 'BasierSquareMono-Regular';
    font-size: 12px;
    color: #FFFFFF;
}
.html-gcon-footer img {
    margin-left: 2px;
    margin-bottom: 0;
    position: relative;
    top: 3px;
}
.html-gcon-footer img:hover {
    transform: scale(1.1);
}
/* FIN HTML FOOTER */

/* COPYRIGHT SHORTCODE FOOTER */
.copyright div {
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'BasierSquareMono-Regular';
    font-size: 12px;
    text-transform: uppercase;
}
.copyright-menu div {
    text-align: center !important;
}
.copyright a {
    text-decoration: underline;
    color: var(--blanco) !important;
}
.contenido-web a {
    color: var(--azul) !important;
    text-decoration: underline !important;
}
.copyright a:hover, .enlace-titulo a:hover, .contenido-web a:hover {
    color: var(--rojo) !important;
}
.contenido-web h2, .contenido-web h3, .contenido-web h4, .contenido-web h5, .contenido-web h6 {
    font-family: 'Silka-Medium' !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    margin: 30px 0 15px 0 !important;
}
.contenido-web :is(h1, h2, h3, h4, h5, h6):first-of-type {
    margin-top: 0 !important;
}
.contenido-web h2 {
    font-size: 24px;
}
.contenido-web h3 {
    font-size: 20px;
}
.copyright span {
    font-family: 'SilkaMono-Regular';
}
.copyright b {
    font-family: 'SilkaMono-SemiBold';
    font-weight: normal !important;
}
/* FIN COPYRIGHT FOOTER */

.br-mvl br {
    display: none !important;
}
.fit-content {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}
#wpadminbar {
    margin-top: -32px;
}
.bar-admin {
    margin-top: 0 !important;
}
.icono-productos .elementor-button-icon-qty {
    font-family: 'Silka-Medium' !important;
}
.icono-productos .elementor-button-icon-qty::after {
    content: ']';
}
.icono-productos .elementor-button-icon-qty::before {
    content: '[';
}
.icono-productos #elementor-menu-cart__toggle_button {
    position: relative;
    top: -1px;
}
.carrusel-home .swiper {
    margin-left: -220px !important;
    margin-right: -220px !important;
}
/* - - - TEXTO AUTO - - - */
.textMarqueeSection {
    overflow: hidden;
    background: var(--rojo);
    transform: rotate(-2deg);
    margin-left: -10px;
    margin-right: -10px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    height: 70px;
    display: flex;
    align-items: center;
}
.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marqueeMove 60s linear infinite;
    will-change: transform;
    position: relative;
    top: 2px;
}
.marquee-logo {
    flex: 0 0 auto;
    height: 38px;
    width: auto;
    margin-right: 60px;
}
.texto-auto {
    min-height: 155px;
    display: flex;
    align-items: center;
}
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    } to {
        transform: translateX(-50%);
    }
}
.aspect-1-col, .aspect-1-img img {
    aspect-ratio: 1 / 1 !important;
}
.precio del, .precio ins {
    font-family: 'SilkaMono-SemiBold';
    color: var(--blanco);
    line-height: normal;
}
.precio del {
    font-size: 16px;
    text-decoration-thickness: 1px;
    margin-bottom: 5px;
}
.precio ins {
    font-size: 40px;
    text-decoration: unset;
    margin-right: 15px;
}
.precio .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
}
.price-comma, .price-comma-dos {
    display: inline-block;
    margin-left: -7px;
    margin-right: -7px;
}
.price-comma-dos {
    margin-left: -1px;
    margin-right: -1px;
}
.yith-add-to-wishlist-button-block {
    margin: 0;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
    gap: 0;
    padding: 0;
    font-size: unset;
}
.yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}
.yith-wcwl-add-to-wishlist a {
    padding: 0 !important;
}
.yith-wcwl-add-to-wishlist a img {
    width: 24px !important;
    height: auto !important;
    margin: 0 !important;
}
#yith-wcwl-popup-message {
    transform: translate(-50%, -50%);
    /* display: block !important;
    opacity: 1 !important;
    visibility: visible !important; */
}

#yith-wcwl-message {
    /* display: block !important; */
    font-family: 'Silka-Medium';
    color: var(--azul);
    font-size: 16px;
    padding: 20px;
    line-height: normal;
}
.col-enlace {
    transition: background-size 0.4s ease;
    background-size: 80% auto !important;
}
.col-enlace:hover {
    background-size: 90% auto !important;
}
.col-enlace-dos {
    transition: background-size 0.4s ease;
    background-size: 485px auto !important;
}
.col-enlace-dos:hover {
    background-size: 525px auto !important;
}
.home header .titulo {
    display: block;
}
header .titulo {
    display: none;
}
.etiqueta-post {
    opacity: 0;
    visibility: hidden;
}
.jet-select select {
    background-color: var(--rojo) !important;
    min-height: 20px !important;
}
.select-caret-down-wrapper svg {
    display: none !important;
}
.elementor-field-type-select .select-caret-down-wrapper::before {
    content: '';
    background: url(imagenes/chevrolet-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 11px;
    height: 11px;
}
.migas-de-pan a, .migas-de-pan span {
    font-family: 'Silka-Medium';
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    color: var(--azul);
}
.migas-de-pan p {
    margin-bottom: 0;
}

/* ---------------------------------------- RESPONSIVE ----------------------------------------- */
@media (max-width: 1280px) {
    .copyright div {
        text-align: left;
    }
    #comp-k9d2oixn svg {
        height: 200px;
    }    
}
@media (max-width: 767px) {
    .col-enlace-dos {
        transition: background-size 0.4s ease;
        background-size: 190px auto !important;
    }
    .col-enlace-dos:hover {
        background-size: 220px auto !important;
    }
    .br-mvl br {
        display: block !important;
    }
    .br-pc br {
        display: none !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 */
}