/*      ------------^^------------      */
/*      --      Generales       --      */
/*      ------------^^------------      */

:root {
    --theme-color: #9E1B32;
    --theme-color2: #9E1B32;
    --title-color: #7c7f83;
    --option-selected-bg: #141d38;
    --option-selected-font: #fff;
    --body-color: #737887;
    --smoke-color: #F5F5F5;
    --smoke-color2: #E2E8FA;
    --smoke-color3: #EFF1F9;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #E0E0E0;
    --title-font:  'Prompt', sans-serif;
    --body-font: 'Prompt', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
    --checkbox-border: #c5d0e6;
    --checkbox-bg: #f4f7fa;
    --checkbox-tick: #fff;
}
.h1, h1, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

h2 {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}
hr {
  border: none;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, transparent, var(--theme-color), transparent);
  position: relative;
  margin: 2em 0 !important;
}
input{
    transition: 0.4s;
}
form{
    margin-bottom: 200px;
}
legend{
    margin-bottom: 15px;
}
body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 1.1em;
}


/*      ------------^^------------      */
/*      --      Default         --      */
/*      ------------^^------------      */

.bg-transparent{
    background-color: transparent !important;
}
.bg-theme {
    background-color: var(--theme-color) !important;
}
#webform-submission-deteccion-necesidades-formativas-add-form p{
    font-family: var(--body-font) !important;
    margin: 0 0 18px 0 !important;
    color: var(--body-color) !important;
    line-height: 1.75 !important;
}
#webform-submission-deteccion-necesidades-formativas-add-form label{
    font-family: var(--body-font) !important;
    margin: 0 0 18px 0 !important;
    color: var(--body-color);
    line-height: 1.75 !important;
    font-weight: 600;
    font-size: 1.1em
}
@media (min-width: 720px) {
    .webform-submission-form .form-item {
        margin-bottom: 50px;
    }
}
/* label,
legend {
    margin-bottom: 1.5rem !important;
} */
/* .gradient-body{
background-image: linear-gradient(100.62deg,
                 rgba(249, 215, 175, 0.3) 0%,
                 rgba(214, 202, 245, 0.3) 24.03%, 
                 rgba(198, 241, 255, 0.3) 45.73%, 
                 rgba(248, 242, 222, 0.3) 69.05%, 
                 rgba(212, 179, 253, 0.3) 100.44%);
} */
/*      ------------^^------------      */
/*      --     Custom webform   --      */
/*      ------------^^------------      */

.container-intro-text p{
    font-size: 1.2em;
    line-height: 1.8em;
}
.container-intro-text{
    display: block;
    margin: auto;
    max-width: 1100px;
}
/*      ------------^^------------      */
/*      --        Header        --      */
/*      ------------^^------------      */

.header-top {
    padding: 17px 0;
    background-color: var(--theme-color);
    --body-color: #fff;
}
.header-links ul
 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
}
.header-links li:not(:last-child) {
    margin: 0 26px 0 0;
}
.header-links li, .header-links span, .header-links p, .header-links a {
    color: var(--white-color);
}
.header-social .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 15px 0 0;
    color: var(--white-color);
}
.header-social a {
    font-size: 16px;
    display: inline-block;
    color: var(--white-color);
    margin: 0 15px 0 0;
}
.header-social i{
    color: var(--white-color);
    padding-right: 5px;

}
@media (max-width: 720px) {
    .header-social{
        display: none;
    }
    .d-none{
        display: block !important;
    }
    .header-links ul li img{
        width:80px;
    }
}

/*      ------------^^------------      */
/*      --   Top Progress Bar   --      */
/*      ------------^^------------      */

.progress-title{
    line-height: normal;
}
.webform-progress .webform-progress-tracker .progress-step.is-complete .progress-marker::before{
    background-color: var(--title-color);
    width: 60px;
    height: 60px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #fff;
}
.webform-progress .webform-progress-tracker .progress-step.is-complete .progress-marker::after,
.webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker::after,
.webform-progress .webform-progress-tracker .progress-step .progress-marker::after{

    margin-top: 15px;
}

.webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker::before{
    background-color: var(--theme-color);
    width: 60px;
    height: 60px;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    border: 10px #ffd6d6bf solid;
}
.webform-progress .webform-progress-tracker .progress-step .progress-marker::before{
    background-color: var(#67686b);
    width: 60px;
    height: 60px;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
}
.webform-progress .webform-progress-tracker .progress-step .progress-text .progress-title{
    color:var(--title-color);
    overflow-wrap: break-word;
    font-size: 0.9em;
}

.webform-progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]::before{
    background-color: var(--title-color);
}
 


@media (max-width: 600px) {
   .webform-progress .webform-progress-tracker .progress-step.is-complete .progress-marker::before{
        width: 35px;
        height: 35px;
    }
    .webform-progress .webform-progress-tracker .progress-step.is-complete .progress-marker::after,
    .webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker::after,
    .webform-progress .webform-progress-tracker .progress-step .progress-marker::after
    {
        margin-top: 5px;
    }
    .webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker::before{
        width: 35px;
        height: 35px;
        border: 5px #ffd6d6bf solid;
    }
    .webform-progress .webform-progress-tracker .progress-step .progress-marker::before{
        width: 35px;
        height: 35px;
    }
}
/*      ------------^^------------      */
/*      --        Labels        --      */
/*      ------------^^------------      */

.fieldset-legend,
.js-form-type-textarea label{
    line-height: 1.5em;
}
.webform-submission-form .form-item label{
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--body-color);
}
input[type="radio"] + label,
input[type="checkbox"] + label{
    font-size: 1.1em !important;
    font-family: var(--body-font) !important;
    margin: 0 0 18px 0 !important;
    color: var(--body-color);
    line-height: 1.75 !important;
    font-weight: 600;
}
textarea
{
    background-color: var(--smoke-color) !important;
    border-radius: 15px !important;
    font-size:1.2em !important;
    padding:15px !important;
}
#edit-correo-electronico-confirmado{
    margin-top:-10px;
}
/*      ------------^^------------      */
/*      --  campos de texto     --      */
/*      ------------^^------------      */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"]{
    border-radius: 5px !important;
    font-size: 1.1em !important;
}
[id^="edit-correo-electronico-confirmado-flexbox-"] {
    margin-top: -17px !important;
}
.personas-number {
    max-width: 700px;
}

/*      ------------^^------------      */
/*      --      Rating 1-5      --      */
/*      ------------^^------------      */
/*      -- type: radio side by side     */
/*      -- class: rating1-5     --      */
/*      ------------^^------------      */


input[name="valora_de_1_a_5_tu_facilidad_para_realizar_cursos_online_siendo"],
input[name="le-agradeceriamos-que-valore-de-forma-global-1-a-5-la-presente-a"],
input[name="las-preguntas-realizadas-considera-que-le-han-servido-para-detal"]
{
    text-align: center;
}

.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side {
  display: flex;
  gap: 2rem;
  /* justify-content: center; */
  align-items: center;
  margin: 2rem 0;
}


.js-form-item-valora-de-1-a-5-tu-facilidad-para-realizar-cursos-online-siendo,
.js-form-item-las-preguntas-realizadas-considera-que-le-han-servido-para-detal,
.js-form-item-le-agradeceriamos-que-valore-de-forma-global-1-a-5-la-presente-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .form-radio{
 position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .option{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f1f1f6;
  color: var(--body-color);
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: 0 2px 12px 0 rgba(30, 50, 120, 0.10);
  transition: background 0.25s, color 0.25s, box-shadow 0.2s;
  border: 2.5px solid #e2e6ee;
  user-select: none;
  margin-top: 0.5rem;
}

.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .option:hover, 
.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .option:focus{
  background: #e0e6fd;
  color: var(--body-color);
  border-color: var(--title-color);
  box-shadow: 0 4px 20px 0 rgba(0, 65, 232, 0.15);
}

.rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .form-radio:checked + .option{
    background: linear-gradient(107deg, var(--title-color) 0%, #415181);
    color: #fff;
    border: 3px var(--theme-color) solid;
    box-shadow: 0 4px 24px 0 rgba(66, 101, 251, 0.22);
    transform: scale(1.12);
    transition: all 0.22s cubic-bezier(0.4,0,0.2,1);

}

@media (max-width: 600px) {
  .rating1-5 .fieldset-wrapper .webform-options-display-side-by-side{
    gap: 1rem;

  }
  .rating1-5 .fieldset-wrapper .webform-options-display-side-by-side .js-form-type-radio .option{
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }
}

/*      ------------^^------------      */
/*      --    Radio buttons     --      */
/*      ------------^^------------      */


.form-item .webform-options-display-buttons label.webform-options-display-buttons-label {
    border: 1px solid var(--theme-color);
    font-weight: 500;
    padding: 5px;
}

.form-item .webform-options-display-buttons-label.option{
    border-radius: 5px;
    min-width: 200px;
}
.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label{
    border: 1px var(--title-color) solid;
    background-color: var(--option-selected-bg);
    color: var(--option-selected-font) !important;
    
}

.webform-options-display-buttons input:hover + label.webform-options-display-buttons-label {
    border: 1px solid var(--title-color);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/*      ------------^^------------      */
/*      --      Select List     --      */
/*      ------------^^------------      */


.form-item .webform-section-wrapper .form-item .form-select{
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    background-color: #fff;
    padding-top: 10px;
}
 .form-item .form-select .chosen-single{
    font-size: 1.3em;
    margin-left: 10px;
}
 .form-item .form-select .chosen-results .active-result{
    line-height: 1.5rem;
    font-size: 1.2em;
    margin-left: 10px;
}   
 .form-item .form-select .chosen-drop .chosen-search .chosen-search-input{
        height: 40px;
        font-size:1.5em;
        background: unset;
}

.chosen-container .chosen-results li.highlighted{
    background-color: var(--title-color);
}

/*            ------------^^------------               */
/* -- Filtros anidados categoría y acción formativa -- */
/*            ------------^^------------               */

#edit_accion_formativa_chosen{
    display: none !important;
}
.form-item-accion-formativa .select2{

    border: 1px solid var(--theme-color);
    border-radius: 10px;
    background-color: #fff;
    width: 100% !important;
}
.form-item-accion-formativa .select2 .selection .select2-selection,
.select2-container--default .select2-selection--single .select2-selection__rendered  {
    border: unset;
    font-size: 1.1em;
    margin-left: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: unset;
    white-space: nowrap;
    line-height: 35px;
    color: var(--body-color) !important;
    border-radius: 20px;
    padding-top: 10px; 
}
.form-item-accion-formativa .select2 .selection .select2-selection ul .select2-selection__choice{
    background-color: var(--title-color);
    color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 15px;
}
.form-item-accion-formativa .select2 .selection .select2-selection ul .select2-selection__choice .select2-selection__choice__remove{
    color: #fff;
}
.accion-formativa-select .chosen-container{
    display: none !important;
}

/*      ------------^^------------      */
/*      -- Next/Prev/Submit Bt  --      */
/*      ------------^^------------      */
@media (max-width: 720px) {
    .webform-submission-form .form-actions input{
        margin: 5px;
        padding: 10px !important;
    }
    .webform-submission-form .form-actions {
        margin: 5px;
        padding: 10px !important;
    }
}

input.form-submit,
input.webform-button--submit,
.webform-submission-form .form-actions .webform-button--submit {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px;
    margin-right: 20px;

}
input.form-submit:hover,
.webform-submission-form .form-actions .webform-button--submit:hover {
    background-color: var(--title-color); /*7c7f83*/
    /* border-radius: 30px; */
}
.hero-shape3{
    position: absolute;
    z-index: -2;
    bottom: -80px;
    left: -60px;
    animation: jumpAni 7s linear infinite;
    transform: translateY(-5.13336px);
}

.form-item .form-text,
.form-item .form-tel,
.form-item .form-email,
.form-item .form-number{
    background-color: var(--white-color) !important;
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid transparent;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-item .form-text:focus,
.form-item .form-tel:focus,
.form-item .form-email:focus,
.form-item .form-number:focus{
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color);
}
/*      ------------^^------------      */
/*           -- Footer --               */
/*      ------------^^------------      */

.footer-layout2.bg-transparent {
    background-color: transparent;
    border-top: 1px solid #d9e0f3;
}
.footer-layout2 {
    background-color: var(--smoke-color2);
}
.footer-wrapper{
    --border-color: rgba(255, 255, 255, 0.3);
    z-index: 50;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
}

@media (max-width: 720px) {
    .footer-wrapper{
        display: none;
    }
}

/*      ------------^^------------      */
/*            -- Help TP --             */
/*      ------------^^------------      */

.webform-element-help
 {
    display: inline-block;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    margin: 0 1em;
    text-align: center;
    vertical-align: baseline;
    color: #fff;
    border: 2px solid var(--title-color);
    border-radius: 50%;
    background: var(--title-color);
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}
.webform-element-help:hover{
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

/*      ------------^^------------      */
/*           -- Title icons --          */
/*      ------------^^------------      */

#webform-submission-jds-deteccion-necesidades-forma-add-form .step-0 .webform-section-title,
#webform-submission-rs-deteccion-necesidades-format-add-form .step-0 .webform-section-title{
    display: none;
}

.webform-section-title{
    line-height: 2em;
}
#webform-submission-jds-deteccion-necesidades-forma-add-form .step-0 h2::before,
.step-0 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f118";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}

.step-1 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f007";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}

.step-2 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f007";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.step-3 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f0b1";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.step-4 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f19c";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.step-5 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f19d";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.step-6 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f5ae";
    color:#fff;
    background-color: var(--theme-color);
    padding: 10px;
    border-radius: 50px;
    margin-right: 10px;
}
.step-7 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f570";
    color: #fff;
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px; 
}
.step-8 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f005";
    color: #fff;
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px; 
}
.step-9 .webform-section-title::before{
    font-family: "FontAwesome";
    content: "\f27a";
    color: #fff;
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px; 
}

/*      ------------^^------------      */
/*         -- Confirmation Page --      */
/*      ------------^^------------      */

.container-confirm{
    text-align: center;
    margin-top: 150px;
}
.title-confirm{
    margin-top: 20px;
    text-align: center;
}

.confirm-picture img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

/*      ------------^^------------      */
/*           -- Error MSG --            */
/*      ------------^^------------      */

[data-drupal-messages] {
  margin: 24px auto 0;
  font-family: 'Segoe UI', 'Arial', sans-serif;
}

.messages {
  padding: 18px 22px 18px 56px;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.08rem;
  font-weight: 400;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  background-color: #fff3f3;
  color: #b71c1c;
  border-left: 8px solid #f44336;
  transition: box-shadow 0.2s;
}

.messages--error {
  background-color: #fff3f3;
  border-left-color: #f44336;
  color: #b71c1c;
}

.messages--error h2 {
  font-size: 0.95em;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #b71c1c;
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.messages[role="alert"]:before,
.messages--error:before {
  content: "X";
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 1.7em;
  line-height: 1;
}

@media (max-width: 600px) {
  [data-drupal-messages] {
    max-width: 95%;
    padding: 0 5px;
  }
  .messages {
    padding-left: 48px;
  }
  .messages[role="alert"]:before,
  .messages--error:before {
    left: 12px;
    top: 15px;
  }
}

/*      ------------^^------------      */
/*              -- RGPD --              */
/*      ------------^^------------      */


.aceptacion-rgpd {
  display: flex;
  align-items: flex-start;
  gap: 0.7em;
  margin: 1.3em 0;
  font-size: 1.06rem;
}

.aceptacion-rgpd .form-checkbox {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.aceptacion-rgpd label {
  cursor: pointer;
  user-select: none;
  color: #222b3a;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  display: inline-block;
  padding-left: 0.1em;
}

.aceptacion-rgpd label a {
  color: var(--theme-color);
  text-decoration: underline dotted;
  transition: color 0.2s;
}
.aceptacion-rgpd label a:hover {
  color: #1a275d;
}

.aceptacion-rgpd input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 2.2px solid var(--checkbox-border);
  border-radius: 6px;
  background: var(--checkbox-bg);
  box-sizing: border-box;
  margin-right: 0.85em;
  transition: border-color 0.20s, background 0.20s, box-shadow 0.18s;
  box-shadow: 0 1px 8px 0 rgba(80,110,180,0.10);
  position: relative;
}

.aceptacion-rgpd input[type="checkbox"]:checked + label::before {
  background: linear-gradient(135deg, var(--theme-color) 70%, #3de3aa 100%);
  border-color: var(--theme-color);
  box-shadow: 0 2px 12px 0 rgba(66,101,251,0.15);
}

.aceptacion-rgpd input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 10px;
  width: 7px;
  height: 13px;
  border: solid var(--checkbox-tick);
  border-width: 0 3.5px 3.5px 0;
  border-radius: 1px;
  transform: rotate(45deg) scale(1.1);
  opacity: 1;
  transition: all 0.17s cubic-bezier(.5,2.3,.7,.7);
}

.aceptacion-rgpd input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 10px;
  width: 7px;
  height: 13px;
  border: solid var(--checkbox-tick);
  border-width: 0 3.5px 3.5px 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.7);
  transition: all 0.16s;
}

.aceptacion-rgpd input[type="checkbox"]:focus + label::before {
  outline: 2px solid var(--theme-color);
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .aceptacion-rgpd {
    font-size: 0.96rem;
    gap: 0.35em;
  }
  .aceptacion-rgpd input[type="checkbox"] + label::before {
    width: 19px;
    height: 19px;
    margin-right: 0.65em;
  }
}

/*      ------------^^------------      */
/*              -- GRC --               */
/*      ------------^^------------      */

.g-recaptcha div{
    display: block;
    margin: auto;
    text-align: center;
}


/*      ------------^^------------      */
/*      --        Customs       --      */
/*      ------------^^------------      */

.text-size-1-2 .fieldset-wrapper .webform-options-display-side-by-side .js-form-item{
    margin-bottom: 0px !important;
}
.text-size-1-2 legend span{
    font-size: 0.8em;
}
.accion-formativa-label label{
    font-size: 1.2em !important;
}
