/* ---------------------------------------------------
INICIO ASK FOR INFORMATION
----------------------------------------------------- */
.container_2{
  max-width: 100%;
  padding: 3em;
}
.inform.row {
    margin-top: 80px;
}

.col-faq h1 {
    margin-top: 3em;
    color: #184551;
    font-family: "SuisseIntl-Bold";
}

.col-faq {
    background-color: #f4f3f4;
}

.inform .col-form h1 {
    color: #1c1c1c;
    margin-top: 1.8em;
}

.col-form h2 {
    color: #1c1c1c;
    font-size: 2em;
}

.col-form p {
    color: #c1c2c2;
    font-size: 1.2em;
    padding-top: 1em;
}

.col-form p.top {
    color: #1c1c1c;
    font-size: 1.2em;
    padding-top: 0em;
}

.col-form ul {
    margin-top: 4em;
}

.col-form .nav-tabs .nav-item.show .nav-link,
.col-form .nav-tabs .nav-link.active {
    color: rgb(81, 156, 133);
    border: 0 !important;
}

.col-form .nav-tabs a {
    color: #d6d7d7;
    font-size: 1.6em;
    padding: 0;
}

.col-form .nav-tabs .nav-item {
    margin: auto;
}

.col-form .nav-tabs .nav-link:focus,
.col-form .nav-tabs .nav-link:hover {
    border: 0 !important;
    color: rgb(81, 156, 133) !important;
}

.col-form .tab-pane {
    padding-top: 3em;
}

.col-form .btn input {
    display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #194652;
    border-color: #194652;
}

.col-form .btn-primary {
    color: #d6d7d7;
    background-color: white;
    border-color: white;
    border-radius: 0 !important;
    font-size: 1.5em;
    padding: .8em 5em;
    cursor: pointer;
}

.col-form .btn-primary:hover {
    color: #194652;
    background-color: #d6d7d7;
}

.col-form .btn-group {
    width: 100%;
}

.col-form .form-control {
    margin: 2em 0;
    border-radius: 0;
    border-width: 0 0 1px 0 !important;
    border-color: #3eb09a;
    /*padding: 1.5em 1em;*/
    padding: .375rem .75rem;
    font-size: 1.2em;
    color: #194652;
}

.col-form .form-control.btninactivo {
    color: #a6a6a6;
}

.col-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a6a6a6;
    opacity: 1;
    /* Firefox */
}

.form-control:focus {
    box-shadow: 0 0 0 .1rem rgb(109, 149, 159);
}

.col-form .form-continue {
    color: white;
    background-color: #529d86;
    border-radius: 7px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-top: 2rem;
    padding: 1.2rem 3rem;
    transition: .4s ease;
    display: inline-block;
    transition: .4s ease;
}

.col-form .form-continue:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.card:last-child {
    margin-bottom: 70px;
}

.fila-response p.top {
    padding: 2em 2em 2.5em 2em;
}


/* Formularios contacto */

.col-form .nav-tabs {
    padding-bottom: 1em;
    border-bottom: 1px solid #dee2e6;
}

.col-form .nav-tabs .nav-item {
    width: 50%;
    text-align: left;
    border: 0;
}

.col-form .nav-tabs a {
    font-size: 1.2em;
    border: 0;
}

.col-form span.form-ask-top-option {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    background-image: url(../img/icon-form-option.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    font-family: 'WorkSans-Bold';
    color: #fff;
    font-size: 1.1em;
    line-height: 1.7em;
}

.col-form .nav-link.active span.form-ask-top-option {
    background-image: url(../img/icon-form-option-on.svg);
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.col-form .btn-primary {
    padding: .8em .2em;
    width: 33%;
    font-size: 1.1em;
    background-color: transparent;
    border-color: white;
    border: 0;
    margin-bottom: 0;
    color: #bbb;
}

.col-form .form-ask-options-buttons {
    background-color: #f8f8f8;
}

.col-form .dropdown .form-control {
    text-align: left;
    padding: .375rem .75rem;
}

.col-form .dropdown .form-control.dropdown-toggle::after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    border-color: #529d86;
    content: '';
    display: inline-block;
    height: 0.65em;
    width: 0.65em;
    transform: rotate(135deg);
    position: absolute;
    color: #529d86;
    top: 1rem;
    right: 0.5rem;
    z-index: 5;
    pointer-events: none;
}

.col-form .dropdown .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 2px 2px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 20px -9px rgba(0, 0, 0, 0.75);
}

.col-form .dropdown .dropdown-menu a.dropdown-item {
    color: #fff;
    background-color: #9CD2C3;
    padding: 0.8em;
}

.col-form .dropdown .dropdown-menu a.dropdown-item:active {
    background-color: #4ba891;
}


/*
.col-form .dropdown .dropdown-menu a.dropdown-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: transparent;
}
.col-form .dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: transparent;
}
*/

.col-form .dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: #D0E8E2;
    color: #184551;
}

.col-form textarea.form-control {
    border: 1px solid #3eb09a !important;
    height: 10em;
}

.col-form .form-control.f50w {
    width: 47%;
    display: inline-block;
}

.col-form .form-control.f50w.f50w-r {
    width: 50%;
    margin-left: 2%;
}

.col-form .tab-ask-option.hidden {
    display: none;
}

p.required {
    color: red;
}

p.required.hidden {
    display: none;
}

.col-faq .container {
    padding: 0 1em 0 1em;
}

@media (max-width: 1300px) {
    .col-md-5.col-faq .container {
        padding: 0 2em 0 1em;
    }
    .col-xl-7.col-lg-12.col-form {
        text-align: center;
        margin-bottom: 3em;
    }
    .col-faq h1 {
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .col-form .container {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .col-md-5.col-faq .container {
        padding: 0;
    }
    .inform .col-form h1 {
        font-size: 2.6em;
    }
    .col-form .nav-tabs .nav-item {
        margin-left: 0;
    }
    .btn-group {
        display: block;
    }
    .col-form .form-continue {
        margin-bottom: 2em;
    }
    .col-form .nav-tabs .nav-item {
        text-align: center;
    }
    .col-form .nav-tabs a span {
        display: block;
        margin: auto;
    }
    .col-form .nav-tabs a {
        line-height: 1.1;
    }
    .col-form .form-control.f50w {
        width: 100%;
        display: block;
    }
    .col-form .form-control.f50w.f50w-r {
        width: 100%;
        display: block;
        margin-left: unset;
    }
    .form-ask-options-buttons .btn-primary {
        width: 100%;
        display: block;
    }
}


/*  especial para pantallas ultrapequeña - en caso de ser necesario */

@media only screen and (max-width: 479px) {
    .container {
        max-width: 100%;
    }
    .col-form .btn-primary {
        padding: .8em 1.1em;
    }
    .col-form .nav-tabs .nav-item {
        min-height: 85px;
    }
}


/* ---------------------------------------------------
BLOQUE DE CONSENTIMIENTO RGPD
----------------------------------------------------- */

.col-form .consent-block {
    margin: 2em 0;
    padding-top: 1.5em;
    border-top: 1px solid #D0E8E2;
    text-align: left;
}

.col-form .consent-notice {
    margin-bottom: .8em;
    font-size: .95em;
    line-height: 1.5;
    color: #194652;
}

.col-form .consent-notice a {
    color: #3eb09a;
    text-decoration: underline;
}

.col-form .consent-notice a:hover {
    color: #529d86;
}

.col-form .consent-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

.col-form .consent-option:first-of-type {
    margin-top: 1.4em;
}

/* flex-shrink evita que la casilla se comprima junto a etiquetas largas */
.col-form .consent-option input[type="checkbox"] {
    flex: 0 0 auto;
    width: 1.15em;
    height: 1.15em;
    margin: .2em .75em 0 0;
    accent-color: #529d86;
    cursor: pointer;
}

.col-form .consent-option label {
    margin-bottom: 0;
    font-size: .95em;
    line-height: 1.5;
    color: #194652;
    cursor: pointer;
}

/* sangrado igual a casilla + separación, para alinear con el texto */
.col-form .consent-error {
    margin: -.5em 0 1em 1.9em;
    font-size: .9em;
    color: red;
}

.col-form .consent-error.hidden {
    display: none;
}

@media (max-width: 768px) {
    .col-form .consent-block {
        margin: 1.5em 0;
        padding-top: 1.2em;
    }
    /* casilla mayor en táctil: 1.5em ~ 24px, mínimo recomendado WCAG 2.5.8 */
    .col-form .consent-option input[type="checkbox"] {
        width: 1.5em;
        height: 1.5em;
        margin-right: .6em;
    }
    .col-form .consent-error {
        margin-left: 2.1em;
    }
}


/* ---------------------------------------------------
FIN ASK FOR INFORMATION
----------------------------------------------------- */
