.ayudawp-euw-wrapper {
max-width: 640px;
margin: 2rem 0;
box-sizing: border-box;
}
.ayudawp-euw-wrapper *,
.ayudawp-euw-wrapper *::before,
.ayudawp-euw-wrapper *::after {
box-sizing: border-box;
}
.ayudawp-euw-wrapper .ayudawp-euw-intro,
.ayudawp-euw-wrapper .ayudawp-euw-legal-note {
margin: 0 0 1.5rem;
color: #4a4a4a;
font-size: 0.95rem;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-form {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 6px;
padding: 1.5rem;
margin: 0;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field {
display: block;
margin: 0 0 1.25rem;
padding: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field > label {
display: block;
margin: 0 0 0.4rem;
padding: 0;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.3;
color: #1a1a1a;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
display: block;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0.6rem 0.75rem;
border: 1px solid #c8c8c8;
border-radius: 4px;
background: #fff;
color: #1a1a1a;
font-family: inherit;
font-size: 1rem;
line-height: 1.4;
box-shadow: none;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
min-height: 110px;
resize: vertical;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea:focus {
outline: 2px solid #2271b1;
outline-offset: 1px;
border-color: #2271b1;
box-shadow: none;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[readonly] {
background: #f1f1f1;
color: #50575e;
cursor: not-allowed;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-help {
display: block;
margin: 0.35rem 0 0;
color: #6b6b6b;
font-size: 0.85rem;
line-height: 1.4;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-required {
color: #d63638;
font-weight: 700;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin: 0;
font-weight: 400;
font-size: 0.95rem;
cursor: pointer;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox input[type="checkbox"] {
flex: 0 0 auto;
width: 1rem;
height: 1rem;
margin: 0.25rem 0 0;
accent-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label > span {
flex: 1 1 auto;
line-height: 1.4;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-submit {
margin: 1.5rem 0 0;
padding: 0;
text-align: right;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button {
display: inline-block;
margin: 0;
padding: 0.75rem 1.75rem;
background: #2271b1;
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
transition: background 0.15s ease-in-out;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:focus {
background: #135e96;
color: #fff;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:visited {
background: #fff;
color: #2271b1;
border-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:focus {
background: #f0f6fb;
color: #135e96;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-confirm-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.75rem;
} .ayudawp-euw-wrapper .ayudawp-euw-notice {
margin: 0 0 1.5rem;
padding: 1rem 1.25rem;
border-left: 4px solid;
border-radius: 4px;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice p {
margin: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--success {
background: #edfaef;
border-color: #00a32a;
color: #14532d;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--error {
background: #fcf0f1;
border-color: #d63638;
color: #7a1d1f;
} .ayudawp-euw-wrapper .ayudawp-euw-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .ayudawp-euw-wrapper .ayudawp-euw-annex-b {
margin: 1.5rem 0 0;
border: 1px solid #e1e1e1;
border-radius: 6px;
background: #fafafa;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b > summary {
cursor: pointer;
padding: 0.9rem 1.25rem;
font-weight: 600;
color: #1a1a1a;
font-size: 0.95rem;
list-style: revert;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b[open] > summary {
border-bottom: 1px solid #e1e1e1;
background: #f0f0f1;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article {
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 0.95rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article p {
margin: 0 0 0.85rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__intro em {
color: #4a4a4a;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__trader {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 0.75rem 1rem;
margin: 0 0 1rem;
font-style: normal;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__field {
font-family: monospace;
color: #4a4a4a;
letter-spacing: 0.05em;
word-break: break-all;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__source {
margin-top: 1rem;
color: #6b6b6b;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__print a {
display: inline-block;
margin-top: 0.25rem;
font-weight: 600;
} .ayudawp-euw-annex-b--print {
max-width: 720px;
margin: 1.5rem auto;
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 1rem;
}
@media print {
.ayudawp-euw-annex-b--print {
max-width: none;
margin: 0;
padding: 0;
font-size: 12pt;
}
}.twenty20{
margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label {
}
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label {
}
.twentytwenty-horizontal .twentytwenty-before-label {
left: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
right: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
top: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
bottom: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }