/* 
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: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nacelle-Regular';
    src: url('fuentes/Nacelle-Regular.woff2') format('woff2'),
         url('fuentes/Nacelle-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nacelle-SemiBold';
    src: url('fuentes/Nacelle-SemiBold.woff2') format('woff2'),
         url('fuentes/Nacelle-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nacelle-Bold';
    src: url('fuentes/Nacelle-Bold.woff2') format('woff2'),
         url('fuentes/Nacelle-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OverusedGrotesk-Book';
    src: url('fuentes/OverusedGrotesk-Book.woff2') format('woff2'),
         url('fuentes/OverusedGrotesk-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OverusedGrotesk-Regular';
    src: url('fuentes/OverusedGrotesk-Regular.woff2') format('woff2'),
         url('fuentes/OverusedGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OverusedGrotesk-Medium';
    src: url('fuentes/OverusedGrotesk-Medium.woff2') format('woff2'),
         url('fuentes/OverusedGrotesk-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OverusedGrotesk-SemiBold';
    src: url('fuentes/OverusedGrotesk-SemiBold.woff2') format('woff2'),
         url('fuentes/OverusedGrotesk-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OverusedGrotesk-Bold';
    src: url('fuentes/OverusedGrotesk-Bold.woff2') format('woff2'),
         url('fuentes/OverusedGrotesk-Bold.woff') format('woff');
    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, .cmplz-close, .woocommerce-message {
    outline: none !important;
}
:root {
    --negro: #000;
    --blanco: #FFF;
    --negro-dos: #1C1C1C;
    --gris: #787C82;
    --azul: #0158FF;
    --azul-oscuro: #020744;
}
::-moz-selection {
    color: #FFFFFF;
    background: #000000;
}
::selection {
    color: #FFFFFF;
    background: #000000;
}
#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;
}
/* - - - 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: #0158FF;
  	border-radius: 999px;
  	box-shadow: none !important;
}
.mac-page-scrollbar-track.is-visible:hover .mac-page-scrollbar-thumb {
  background: #020744;
}
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 - - - */
.nacelle-semibold b, .nacelle-semibold strong, .copyright b {
    font-family: 'Nacelle-SemiBold' !important;
    font-weight: normal !important;
}
.nacelle-bold b, .nacelle-bold strong {
    font-family: 'Nacelle-Bold' !important;
    font-weight: normal !important;
}
.botones-elementor a, .form-web button[type="submit"] {
    position: relative;
    min-height: 60px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: fit-content;
}
#cabecera .botones-elementor a {
    min-height: 48px !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
{
    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: 'OverusedGrotesk-SemiBold' !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: 'Nacelle-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 {
    font-family: 'Nacelle-Regular';
    font-size: 16px;
    min-height: 48px;
    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: #004FE0 !important;
    border-color: #004FE0 !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: #004FE0 !important;
    border-color: #004FE0 !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: 'OverusedGrotesk-SemiBold' !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: 'Nacelle-Regular' !important;
    color: var(--negro-dos);
    line-height: inherit;
    font-size: 20px;
}
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: 'OverusedGrotesk-SemiBold' !important;
    margin: 0 0 30px 0px;
    padding: 0;
    color: var(--negro-dos);
}
#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, .form-web input[type="number"], .form-web input[type="date"] {
    padding: 0 20px 0 20px;
    min-height: 50px;
}
.elementor-field-group-nombre label,
.elementor-field-group-email label,
.elementor-field-group-idioma_origen label,
.elementor-field-group-idioma_meta label,
.elementor-field-group-servicio label,
.elementor-field-group-numero_palabras label,
.elementor-field-group-fecha_entrega label,
.elementor-field-group-mensaje label
{
    position: relative;
    top: 7px;
    z-index: 3;
    background: #F7F9FC;
    padding: 0px 10px 0 10px !important;
    left: 11px;
}
.elementor-field-type-select .select-caret-down-wrapper svg {
    display: none;
}
.elementor-field-type-select .select-caret-down-wrapper::before {
    content: '';
    background-image: url(imagenes/chevron-right.svg);
    background-position: center;    
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 2px;
    right: 3px;
}
.form-web .elementor-field-group label
{
    padding: 0 20px 0 20px;
}
.form-web textarea {
    padding: 15px 20px 20px 20px;
}
.form-web .elementor-field-type-textarea {
    margin-bottom: 10px !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: 'OverusedGrotesk-Regular' !important;
    line-height: normal !important;
}
.form-web .elementor-field-group-politicas a {
    font-family: 'OverusedGrotesk-Medium' !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 var(--negro-dos);
    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='%231C1C1C' 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(--negro-dos);
}
.form-web .elementor-field-group-politicas span {
    display: flex;
} 
.form-web button[type="submit"] {
    margin-top: 15px;
}
/* FIN FORM WEB */

/* TOOLTIP */
abbr {
    font-family: 'OverusedGrotesk-Medium' !important;
    text-decoration: none !important;
    font-size: 14px;
    color: var(--negro-dos);
    cursor: pointer;
}
#tooltip {
    text-align: center;
    color: var(--blanco);
    background: #555;
    position: absolute;
    z-index: 100;
    font-family: 'OverusedGrotesk-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: var(--negro-dos);
    font-family: 'BasierSquareMono-Regular';
    font-size: 12px;
}
.copyright a {
    text-decoration: underline;
    color: var(--negro-dos) !important;
}
.contenido-web a {
    color: #000000 !important;
    text-decoration: underline !important;
}
.copyright a:hover, .enlace-titulo a:hover, .contenido-web a:hover {
    color: var(--azul) !important;
}
.copyright span {
    font-family: 'Nacelle-Regular';
}
/* 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;
}
#cabecera .contenedor {
    backdrop-filter: blur(10px);
}
/* HOVER DE AZUL A BLANCO */
.hover-azul a {
    position: relative;
    overflow: hidden;
}
.hover-azul a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(152deg, #FFF -38.46%, #76A5FF 30.77%, #0158FF 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hover-azul a:hover::before {
    opacity: 1;
}
.hover-azul a > * {
    position: relative;
    z-index: 1;
}
/* LINEAR AZUL */
.linear-azul a {
    position: relative;
    background: linear-gradient(152deg, #FFF -38.46%, #76A5FF 30.77%, #0158FF 100%);
    overflow: hidden;
}
.linear-azul a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0158FF;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.linear-azul a:hover::before {
    opacity: 1;
}
.linear-azul a > * {
    position: relative;
    z-index: 1;
}
.btn-sombra a {
    box-shadow: 0 -2.906px 5.811px 0 rgba(255, 255, 255, 0.08) inset, 0 2.906px 5.811px 0 rgba(255, 255, 255, 0.08) inset;
}
.degradado span {
    background:linear-gradient(90deg,#01033E 0%,#2177FE 50%,#2177FE 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
}
.borde-uno{
    background:linear-gradient(#fff,#fff) padding-box, linear-gradient(160deg,#FFFFFF 0%,#76A5FF 50%,#0158FF 100%) border-box !important;
}
.relleno {
    background: linear-gradient(111deg, #FFF -9.25%, #76A5FF 45.15%, #0158FF 99.55%);
}
.slider-tarjetas .swiper {
    border-radius: 12px !important;
}
/* CAMBIOS HEADER SCROLL */

.cabecera .contenedor,
.cabecera .logo-web svg path,
.cabecera .menu-web .elementor-icon-list-text,
.cabecera .botones-elementor,
.cabecera .botones-elementor .elementor-button {
    transition: all 0.3s ease;
}
.cabecera.cabecera-activa .botones-elementor a {
    color: var(--blanco) !important;
}
.cabecera.cabecera-activa .contenedor {
    background-color: #F7F9FC !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}
.sombreado {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}
.cabecera.cabecera-activa .logo-web svg path {
    fill: #020744 !important;
}
.cabecera.cabecera-activa .menu-web .elementor-icon-list-text {
    color: #1C1C1C !important;
}
.cabecera.cabecera-activa .menu-web a:hover .elementor-icon-list-text {
    color: #0158FF !important;
}
.cabecera.cabecera-activa .icono-menu path {
    stroke: #1C1C1C;
}
.home header {
    display: none !important;
}
/* ===== CAMPO DE ARCHIVO - DISEÑO PERSONALIZADO ===== */
.elementor-field-group-archivo {
    position: relative;
}
.elementor-field-group-archivo .elementor-field-label {
    position: relative;
    top: 7px;
    z-index: 3;
    background: #F7F9FC;
    padding: 0px 10px 0 10px !important;
    left: 11px;
}
.elementor-field-group-archivo .elementor-upload-field {
    display: none;
}
.elementor-field-group-archivo .custom-upload-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 0 16px 0 20px;
    border: 1px solid #0158FF;
    border-radius: 8px;
    background: #F7F9FC;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.elementor-field-group-archivo .custom-upload-label {
    font-family: 'OverusedGrotesk-Book';
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.elementor-field-group-archivo .custom-upload-label.has-file {
    color: #333;
}
.elementor-field-group-archivo .custom-upload-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url(imagenes/icono-descarga.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.55;
    transition: opacity 0.2s;
}
.elementor-field-group-archivo .custom-upload-btn:hover .custom-upload-icon {
    opacity: 1;
}
/* ===== CAMPO DATE - ICONO PERSONALIZADO ===== */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.elementor-field-group input[type="date"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px; /* espacio para el icono */
  background-image: url(imagenes/icon-date.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}

/* ---------------------------------------- RESPONSIVE ----------------------------------------- */
@media (max-width: 1280px) {
    .copyright div {
        text-align: left;
    }
    #comp-k9d2oixn svg {
        height: 200px;
    }    
}
@media (max-width: 767px) {
    .br-pc br {
        display: none !important;
    }
    .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: 9px 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 */
}