/* General */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../img/Imagen_fondo_flujo_liviana.jpg");
    font-family: poppins-semibold,poppins,sans-serif;
    color: white;
}

.container {
    max-width: 80%;
}

.logo {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url("../img/logos/medismart_logo.png");
    height: 110px;
}

.progreso {
    text-align: center;
    padding-bottom: 20px;
}
  
.progreso p {
    margin-bottom: 0.3rem;
}

.progreso .circle,
.progreso .bar {
    display: inline-block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    vertical-align:top;
    position: relative;
}

.progreso .bar {
    position: relative;
    width: 80px;
    height: 6px;
    margin: 0 -5px 17px -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    top:16px;
    vertical-align:top
}

.progreso .circle .label {
    display: inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    border-radius:25px;
    color: #b5b5ba;
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

.progreso .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 18px;
    margin-left: -30px;
    display: block;
    width: 100px;
    margin-top: 5px;
}

/* Done / Active */


.progreso .circle.done .title {
    color: #444;
}
.progreso .circle.active .label {
    color: #FFF;
    background: #0c95be;

}
.progreso .circle.active .title {
    color: #0c95be;
}

select {
    background-image:
        linear-gradient(45deg, transparent 50%, #0f6674 60%),
        linear-gradient(135deg, #0f6674 40%, transparent 50%) !important;
    background-position:
        calc(100% - 30px) 20px,
        calc(100% - 21px) 20px,
        100% 0;
    background-size:
        10px 10px,
        10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    }

/* Botones */

.blanco-celeste {
    border-color: #FFF;
    color: #0081A4;
    background-color: #FFF;
}

.blanco-celeste:hover {
    background-color: #0081A4;
    color: #FFF;
    border-color: #0081A4;
}
            
.btn-empresas {
    background-color: rgba(0, 129, 164, 1);
    color: #FFF;
}

.btn-bancoestado {
    background-color: rgba(242, 132, 36, 1);
    color: #FFF;
}

.btn-bancoestado:hover {
    background-color: #FFF;
    color: rgba(242, 132, 36, 1);
}

.btn-comienza {
    background-color: rgba(0, 129, 164, 1);
    color: #FFF;
}

.btn-rojo {
    background-color: rgba(255, 67, 67, 1);
    color: #FFF;
}

.blanco-naranjo {
    border-color: rgba(242, 132, 36, 1);
    color: rgba(242, 132, 36, 1);
    background-color: #ffffff;
}

.blanco-naranjo:hover {
    background-color: rgba(242, 132, 36, 1);
    color: white;
}

/* index.html.twig */

.index .titulo {
    font-size: 50px;
}

.index .subtitulo {
    margin-top: 40px;
    margin-bottom: 50px;
    font-weight: 500;
}

.index .bajada {
    margin-bottom: 50px;
    font-weight: 200;
}

.index .botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    width: 100%;
    height: 90px;
    padding: 0;
}

.index .btn .isotipo-blanco {
    opacity: 0;
    position: absolute;
    left: 0;
}

.index .btn:hover .isotipo-blanco {
    opacity: 1;
}

.index .btn:hover .isotipo {
    opacity: 0;
}

.index .botones .boton {
    padding: 0 10px;
    width: 33%;
}

.index .botones .boton button {
    border-radius: 20px;
    max-width: 400px;
    margin-bottom: 0.5em;
}

.index .botones .boton button img {
    margin-right: 7px;
}

.index .botones .boton h6 {
    font-weight: 200;
}

/* crear-cuenta.html.twig */

.crear-cuenta .titulo {
    font-size: 50px;
}

.crear-cuenta .subtitulo {
    margin-top: 40px;
    margin-bottom: 50px;
}

.crear-cuenta .bajada {
    margin-bottom: 50px;
}

.crear-cuenta .botones {
    padding-top: 4rem;
    width: 100%;
    text-align: center;
}

.crear-cuenta .botones .boton h6 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.crear-cuenta .botones .boton .form-control {
    font-size: 25px;
    border-radius: 30px;
    height: 50px;
}

.crear-cuenta .botones .boton {
    width: 49%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.crear-cuenta .botones .boton .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
}

/* crear-cuenta-banco-estado.html.twig */

.crear-cuenta-banco-estado .jumbotron {
    padding: 2rem;
    min-height: 500px;
}

.crear-cuenta-banco-estado .titulo {
    font-size: 50px;
}

.crear-cuenta-banco-estado .subtitulo {
    margin-top: 60px;
    margin-bottom: 35px;
    font-size: 1.75rem;
}

.crear-cuenta-banco-estado .caracteristicas {
    margin-bottom: 35px;
    justify-content: center;
}

.crear-cuenta-banco-estado .caracteristicas .col {
    max-width: 25%;
}

.crear-cuenta-banco-estado .caracteristicas .icono {
    border: white solid 2px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 60px;
    margin: 10px auto;
}

.crear-cuenta-banco-estado .bajada {
    margin-bottom: 50px;
}

.crear-cuenta-banco-estado .botones {
    width: 100%;
    text-align: center;
}

.crear-cuenta-banco-estado .botones .col {
    display: inline-block;
    max-width: 33%;
}

.crear-cuenta-banco-estado .botones .col:last-child .btn {
    margin-bottom: 10px;
}
    
.crear-cuenta-banco-estado .botones .col .error {
    position: absolute;
    bottom: -32px;
    transform: translateX(-50%);
    left: 50%;
    color: red;
}

.crear-cuenta-banco-estado .botones .col .form-control {
    font-size: 25px;
    border-radius: 30px;
    height: 50px;
}

.crear-cuenta-banco-estado .botones .col .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
}

/* datos-iniciales.html.twig */

.datos-iniciales .jumbotron {
    padding: 10px;
}

.datos-iniciales form {
    max-width: 745px;
    margin: auto;
    padding-top: 30px;
}

.datos-iniciales .subtitulo {
    margin-top: 16px;
    margin-bottom: 50px;
}

.datos-iniciales .input-group {
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.datos-iniciales .input-group .input-group-prepend {
    padding: 0;
}

.datos-iniciales .input-group .input-group-text {
    background-color: #0F6674;
    color: white;
}

.datos-iniciales .input-group .form-control {
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.datos-iniciales .input-group .form-control option {
    font-size: 10px;
}

.datos-iniciales ul {
    padding-top: 23px;
    padding-bottom: 15px;
}

.datos-iniciales .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 50px;
}

/* datos-iniciales-be.html.twig */

.datos-iniciales-be .jumbotron {
    padding: 10px;
}

.datos-iniciales-be form {
    max-width: 745px;
    margin: auto;
    padding-top: 30px;
}

.datos-iniciales-be .subtitulo {
    margin-top: 16px;
    margin-bottom: 50px;
}

.datos-iniciales-be .input-group {
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.datos-iniciales-be .input-group .input-group-prepend {
    padding: 0;
}

.datos-iniciales-be .input-group .input-group-text {
    background-color: #0081A4;
    color: white;
}

.datos-iniciales-be .input-group .form-control {
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.datos-iniciales-be .input-group .form-control option {
    font-size: 10px;
}

.datos-iniciales-be ul {
    padding-top: 23px;
    padding-bottom: 15px;
}

.datos-iniciales-be .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 50px;
}

/* planes.html.twig */

.planes .jumbotron {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.planes .titulo h5 {
    color: white
}

.planes .subtitulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 25px;
}

.planes .encabezado form select {
    border-radius: 30px;
    height: 50px;
    min-width: 150px;
    text-align: center;
}

.planes .fila-planes {
    display: flex;
    flex-wrap: wrap;
}

.planes .fila-planes .col-7 {
    padding: 0 30px;
    flex: 0 0 70.333333%;
    max-width: unset;
}

.planes .fila-planes .boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.planes .fila-planes .boxes .boxplan {
    padding: 0;
    margin: 20px 0 20px 20px;
    cursor: pointer;
    min-width: 250px;
}

.planes .fila-planes .boxes .boxplan .box-head-1 {
    background-color:#0081A4;
    color:white;
    width: 70%;
    border-top-left-radius: 20px;
    font-size: 15px;
    padding: 10px;
}

.planes .fila-planes .boxes .boxplan .box-head-2 {
    background-color:#03a7c2;
    color:white;
    border-top-right-radius: 20px;
    font-size: 12px;
    padding: 10px;
}

.planes .fila-planes .boxes .boxplan table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px;
}

.planes .fila-planes .boxes .boxplan .tabla {
    border: 4px solid #0081A4;
    border-bottom-left-radius: 20px;
    font-weight: bold;
    font-size: 20px;
}

.planes .fila-planes .boxes .boxplan .numero {
    border: 4px solid #03a7c2;
    border-left: none;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    font-size: 28px;
}
.planes .fila-planes .boxes .boxplanSelected .box-head-1 {
    background-color:#DD8D00;
}

.planes .fila-planes .boxes .boxplanSelected .box-head-2 {
    background-color: #FFBC00;
}

.planes .fila-planes .boxes .boxplanSelected .tabla {
    border-color: #DD8D00;
}

.planes .fila-planes .boxes .boxplanSelected .numero {
    border-color: #FFBC00;
}

.planes .fila-planes .caracteristicas {
    border-left: 1px solid #c1c1c7;
    padding-left: 20px;
    flex: 0 0 29.6666667%;
}

.planes .fila-planes .caracteristicas .text-left {
    padding-left: 20px;
}

.planes .fila-boton {
    display: flex;
    justify-content: center;
    width: 100%;
}

.planes .fila-boton .boton {
    padding: 0 5px;
    width: 33%;
    position: relative;
}

.planes .fila-boton .boton .btn {
    height: 50px;
}

.planes .fila-boton .boton p:first-child {
    display: none;
    text-align: center;
}

.planes .fila-boton .boton p:last-child {
    width: 100%;
    text-align: center;
}

/* enroll.html.twig */
.enroll .jumbotron {
    border-radius: 20px;
}

.enroll .subtitulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 20px;
}

.enroll .bajada {
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
}

.enroll .password {
    color: white;
    margin-top: 16px;
    margin-bottom: 30px;
    letter-spacing: 7px;
}

.enroll .botones {
    display: flex;
    width: 100%;
    justify-content: center;
}

.enroll .botones .col {
    text-align: center;
}

.enroll .botones .col .btn {
    max-width: 500px;
}

.enroll .texto-1 {
    padding: 20px 0;
}

.enroll .texto-2 {
    color: white;
    margin: 10px 0 20px 0;
}

/* pay-tarjeta.html.twig (index y cargas) */

.pay-tarjeta .titulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 50px;
}

.pay-tarjeta .bajada {
    color: white;
    margin-bottom: 20px;
}

.pay-tarjeta form {
    max-width: 745px;
    margin: auto;
}

.pay-tarjeta .input-group {
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.pay-tarjeta .input-group .input-group-prepend {
    padding: 0;
}

.pay-tarjeta .input-group .input-group-text {
    background-color: #0F6674;
    color: white;
}

.pay-tarjeta .input-group .form-control {
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pay-tarjeta .input-group .form-control option {
    font-size: 10px;
}

.pay-tarjeta .bajada {
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
}

.pay-tarjeta .bajada h6 {
    margin-bottom: 20px;
}

.pay-tarjeta .btn {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 50px;
}

/* resultado_transaccion.html.twig */
.resultado-transaccion .titulo {
    margin-top: 16px;
    margin-bottom: 50px;
}

.resultado-transaccion .btn {
    border-radius: 30px;
    width: 300px;
    margin: 0 20px;
    font-size: 20px;
    line-height: 90px;
}

/* index.html.twig (cargas) */

.index-cargas .bajada {
    color: white;
    margin-top: 16px;
    margin-bottom: 50px;
}

.index-cargas .btn {
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    max-width: 400px;
}

.index-cargas .convenio {
    font-weight: 700;
}

.lista-cargas .row .col {
    display: flex;
    align-items: center;
}

.lista-cargas .row .col h5 {
    margin: 0;
}

.lista-cargas .row .col .row {
    flex-grow: 1;
}

.modal-cargas .modal-dialog {
    max-width: 600px;
}

.modal-cargas .modal-dialog .modal-body p {
    color: #0081A4;
    text-align: center;
}

.modal-cargas .modal-dialog .modal-body h3 {
    color: #0081A4;
    text-align: center;
    font-weight: bold;
}

.modal-cargas .modal-footer {
    justify-content: center;
}

.modal-cargas .modal-footer .btn {
    width: 33.333%;
    height: 45px;
}

/* agregar.twig.html, editar.html.twig y agregar_be.html.twig */
.agregar-carga form {
    max-width: 745px;
    margin: auto;
    padding-top: 30px;
}

.agregar-carga .input-group {
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.agregar-carga .input-group .input-group-prepend {
    padding: 0;
}

.agregar-carga .input-group .input-group-text {
    background-color: #0F6674;
    color: white;
}

.agregar-carga .input-group .form-control {
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.agregar-carga .input-group .form-control option {
    font-size: 10px;
}

.agregar-carga .boton {
    text-align: center;
    margin: 40px 0 0;
}

.agregar-carga .boton .bajada {
    color: red;
    margin-top: 30px;
}

.agregar-carga .btn {
    width: 330px;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 50px;
}

.agregar-carga .btn.boton-medismart {
    margin-bottom: 30px;
}

/* eliminar-cupo.html.twig */

.eliminar-cupo .titulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 50px;
}

.eliminar-cupo .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}

/* eliminar.html.twig */

.eliminar-carga .titulo,
.eliminar-carga .subtitulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 50px;
}

.eliminar-carga .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}

/* seleccionarCantidad.html.twig */
.carga-extra .titulo {
    font-size: 50px;
    font-weight: bold;
}

.carga-extra .subtitulo {
    font-size: 28px;
}

.carga-extra .table {
    color: white;
}

.carga-extra .table .precios td {
    font-weight: bold;    
}

.carga-extra .table .precios span {
    font-size: 12px;
    color: #0081A4;
}

.slot{
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.carga-extra .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 30px;
}


/* error.html.twig y error-carga.html.twig */

.error .titulo {
    margin-top: 16px;
    margin-bottom: 50px;
}

.error .subtitulo {
    margin-top: 16px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.error .btn {
    border-radius: 30px;
    width: 300px;
    line-height: 90px;
}

/* condicionesmedismart.html.twig, condicionestransbank.html.twig*/

.condiciones-medismart .titulo {
    font-size: 37px;
    font-weight: bold;
}

.condiciones-medismart .subtitulo {
    font-size: 28px;
}

.condiciones-medismart .contenido {
    width: 80%;
    min-height: 224px;
    margin: auto;
}

/* convenios_usuario_logo.html.twig */

.convenios-usuario-logo .titulo {
    font-size: 50px;
}

.convenios-usuario-logo .subtitulo {
    margin-top: 16px;
    margin-bottom: 50px;
    color: white;
}

.convenios-usuario-logo .btn-comienza {
    background-color: rgba(0, 129, 164, 1);
    color: white;
}
.convenios-usuario-logo .blanco-naranjo {
    border-color: rgba(242, 132, 36, 1);
    color: rgba(242, 132, 36, 1);
    background-color: #ffffff;
}
.convenios-usuario-logo .blanco-naranjo:hover {
    background-color: rgba(242, 132, 36, 1);
    color: white;
}
.convenios-usuario-logo .btn {
    width: 100%;
    height: 50px;
    /*display: table-cell;*/
}

.convenios-usuario-logo ul {
    list-style-type: none;
    padding: 0;
}

.convenios-usuario-logo li {
    display: inline-block;
}

.convenios-usuario-logo input[type="radio"][id^="myCheckbox"] {
    display: none;
}

.convenios-usuario-logo label {
    border: 5px solid #fff;
    padding: 10px;
    display: inline-block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    height: 100px;
    width: 250px;
}

.convenios-usuario-logo .columna-grande label {
    height: 150px;
    width: 375px;
    margin: 15px;
    padding: 15px;
}

.convenios-usuario-logo label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 2px solid grey;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.convenios-usuario-logo label img {
    height: 70px;
    width: 220px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    background-color:white;
}

.convenios-usuario-logo .columna-grande label img {
    height: 110px;
    width: 335px;
}

.convenios-usuario-logo :checked + label {
    border-color: #ddd;
}

.convenios-usuario-logo :checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
    font-size:60px;
}

.convenios-usuario-logo :checked + label img {
    transform: scale(0.9);
    z-index: -1;
}

.convenios-usuario-logo .btn {
    margin: 50px 0;
    border-radius: 30px;
    
}

/* exito_tarjeta_actualizada.html.twig */

.exito-tarjeta-actualizada .titulo {
    margin-top: 16px;
    margin-bottom: 50px;
}

.exito-tarjeta-actualizada .subtitulo {
    margin-top: 16px;
    padding-top: 30px;
    margin-bottom: 50px;
}

.exito-tarjeta-actualizada .btn {
    border-radius: 30px;
    width: 300px;
    height: 40px;
    line-height: 40px;
}

/* convenio_lista_carga_variable.html.twig */

.convenio-lista-carga-variable .table {
    color: #FFF;
}

.convenio-lista-carga-variable .table td {
    text-align: center;
    border-top: none;
}

.convenio-lista-carga-variable .table td span {
    font-size: 12px;
}

.convenio-lista-carga-variable .table tr,
.convenio-lista-carga-variable .table thead {
    border-bottom: 1px #0081A4 solid;
}

.convenio-lista-carga-variable .table tr:last-child {
    border-bottom: none;
}

.convenio-lista-carga-variable .slot {
    border: 2px solid rgba(0, 129, 164, 1);
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.convenio-lista-carga-variable .slot p {
    margin: 0;
}

.convenio-lista-carga-variable .slot .form-control {
    border-radius: 30px;
    width: 150px;
    text-align: left;
    height: 50px;
    width: 100%;
}

.convenio-lista-carga-variable .slot .form-control.numero {
    border-radius: 10px;
}

.convenio-lista-carga-variable .btn {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
}

/* nps.html.twig */

.formulario-nps .jumbotron {
    padding: 2rem;
}

.formulario-nps .titulo {
    font-size: 40px;
    margin-bottom: 2rem;
    font-weight: 600;
}

.formulario-nps .bajada {
    margin-bottom: 3rem;
    font-size: 24px;
    font-weight: 300;
}

.formulario-nps .formulario {
    max-width: 77%;
    margin: auto;
}

.formulario-nps .formulario .pregunta {
    margin-bottom: 3rem;
}

.formulario-nps .formulario .pregunta:nth-child(3) {
    margin-bottom: 0;
}

.formulario-nps .formulario .pregunta p {
    font-size: 19px;
    position: relative;
}

.formulario-nps .formulario .pregunta p strong {
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: -0.8rem;
    left: -2.2rem;
}

.formulario-nps .formulario .pregunta .sub-pregunta p {
    margin-bottom: 0.5rem;
}

.formulario-nps .formulario .pregunta .sub-pregunta p strong {
    position: relative;
    top: unset;
    left: unset;
    margin-right: 1.2rem;
}

.formulario-nps .formulario .pregunta .alternativas {
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 100px;
    padding: 0.6rem 3rem;
    width: 80%;
    margin: 0 auto 1.5rem;
}

.formulario-nps .formulario .pregunta .alternativas .col {
    text-align: center;
    padding: 0;
}

.formulario-nps .formulario .pregunta .alternativas .col label {
    border-radius: 50%;
    border: 0px solid #FFF;
    color: #FFF;
    overflow: hidden;
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    cursor: pointer;
    transition: .3s transform;
    margin: 0;
    vertical-align: middle;
}

.formulario-nps .formulario .pregunta .alternativas .col label.label-0 {
    background: #F30104;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-1 {
    background: #FF0001;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-2 {
    background: #FF4201;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-3 {
    background: #FE6300;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-4 {
    background: #FFA300;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-5 {
    background: #FFC800;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-6 {
    background: #FBDD00;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-7 {
    background: #EEE82A;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-8 {
    background: #BDDC1A;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-9 {
    background: #94D42C;
}
.formulario-nps .formulario .pregunta .alternativas .col label.label-10 {
    background: #00B946;
}

.formulario-nps .formulario .pregunta .alternativas .col input[type="radio"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.formulario-nps .formulario .pregunta .alternativas .col input[type="radio"]:hover + label {
    transform: scale(1.2);
}

.formulario-nps .formulario .pregunta .alternativas .col input[type="radio"]:checked + label {
    border-width: 0.2rem;
    line-height: calc(2.6rem + 2px);
}

.formulario-nps .formulario .pregunta p i {
    font-size: 16px;
}

.formulario-nps .formulario .pregunta .pregunta-libre {
    width: 100%;
    margin: auto;
}

.formulario-nps .formulario .pregunta .pregunta-libre textarea {
    resize: none;
    width: 100%;
    height: 5.5rem;
    border-radius: 1.75rem;
    padding: 1rem;
}

.formulario-nps .formulario .pregunta .pregunta-libre textarea:focus {
    outline: none;
}

.formulario-nps .formulario .boton-submit {
    width: 70%;
    margin: auto;
}

.formulario-nps .formulario .boton-submit p {
    margin: 1rem auto;
    font-size: 19px;
}

.formulario-nps .formulario .boton-submit .boton_destacado {
    height: 3.8rem;
    margin: auto;
    width: 68.3%;
    font-weight: 600;
    border-radius: 1.9rem;
}

/* exito.html.twig */

.exito-formulario .titulo {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
}

.exito-formulario .flyers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
}

.exito-formulario .flyers .flyer {
    width: 36%;
    margin: 0 2rem;
    border-radius: 15px;
    padding: 3rem 0;
    text-align: center;
}

.exito-formulario .flyers .flyer.flyer-1 {
    background: #FFBC00;
}
.exito-formulario .flyers .flyer.flyer-2 {
    background: #093668;
}

.exito-formulario .flyers .flyer .logo-flyer img {
    height: 130px;
    margin-bottom: 3rem;
}

.exito-formulario .flyers .flyer .descuento {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.exito-formulario .flyers .flyer .especialidad {
    font-size: 28px;
    font-weight: 500;
}

.exito-formulario .flyers .flyer .regalo {
    font-style: italic;
    font-weight: 500;
}

.exito-formulario .flyers .flyer .linea-blanca {
    width: 40%;
    height: 0;
    border-top: 2px solid #FFF;
    display: inline-block;
    margin: 2rem 0;
}

.exito-formulario .flyers .flyer.flyer-1 .linea-blanca {
    margin: 3.5rem 0 2rem;
}

.exito-formulario .flyers .flyer .precios {
    font-size: 23px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1rem;
}

.exito-formulario .flyers .flyer .indicaciones {
    font-size: 23px;
    font-weight: 600;
}

.exito-formulario .flyers .flyer .indicaciones span {
    font-size: 20px;
}

.exito-formulario .btn {
    border-radius: 30px;
    width: 300px;
    height: 40px;
    line-height: 40px;
}

/* paso-a-paso.html.twig */
.paso-a-paso .jumbotron {
    background-image: unset;
    background-color: unset;
    background: #FFFFFFD6;
    text-align: center;
    margin-top: 30px;
    padding: 2rem;
    position: relative;
}

.paso-a-paso .titulo {
    color: #093668;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.paso-a-paso .subtitulo {
    color: #0081A4;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 28px;
}

.paso-a-paso .checks {
    text-align: center;
    margin-bottom: 2rem;
    width: fit-content;
    display: inline-block;
    border-top: 1px solid #3BC1CD;
    padding-top: 8px;
}

.paso-a-paso .checks .check {
    display: inline-block;
    margin: 0 15px;
}

.paso-a-paso .checks .check img {
    height: 17px;
    vertical-align: middle;
}

.paso-a-paso .checks .check span {
    color: #3BC1CD;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.paso-a-paso .bajada {
    color: #0081A4;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.paso-a-paso .pasos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: 80%;
}

.paso-a-paso .pasos .paso {
    width: 25%;
}

.paso-a-paso .pasos .paso img {
    margin-bottom: 0.5rem;
}

.paso-a-paso .pasos .paso .descripcion {
    text-align: center;
    color: #0081A4;
    font-size: 12px;
    font-weight: 400;
}

.paso-a-paso .pasos .paso .descripcion a {
    color: #0081A4;
}

.paso-a-paso .cierre p {
    color: #0081A4;
    font-size: 20px;
    font-weight: 400;
}

.paso-a-paso .cierre p a {
    color: #0081A4;
}

.paso-a-paso .confirmacion .casilla-check {
    height: 50px;
    width: 50px;
    border: 3px solid #0081A4;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.paso-a-paso .confirmacion .casilla-check span {
    position: absolute;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 15%;
    transition: all 0.3s;
    border-radius: 10px;
    background: #0081A4;
    z-index: 0;
}

.paso-a-paso .confirmacion .casilla-check.seleccionado span {
    height: 50px;
    width: 50px;
}

.paso-a-paso .confirmacion .casilla-check img {
    filter: grayscale(1) brightness(2);
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 30px;
    opacity: 0;
    transition: opacity .2s;
    z-index: 1;
}

.paso-a-paso .confirmacion .casilla-check.seleccionado img {
    opacity: 1;
}

.paso-a-paso .confirmacion span {
    display: inline-block;
    vertical-align: middle;
    color: #0081A4;
    font-weight: 400;
    font-size: 18px;
    margin-left: 1rem;
}

.paso-a-paso .confirmacion .boton_medismart {
    background: linear-gradient(to right, #0081A4 0%, #3BC1CD 100%);
    color: #FFF;
    height: 70px;
    line-height: 70px;
    width: 38%;
    border-radius: 100px;
    display: block;
    font-weight: 600;
    font-size: 25px;
    margin: 1rem auto;
    text-decoration: none;
    transition: filter 0.3s;
}

.paso-a-paso .confirmacion .boton_medismart.disabled {
    filter: grayscale(1);
    cursor: default;
    pointer-events: none;
}

.paso-a-paso .whatsapp {
    position: absolute;
    bottom: 10px;
    right: 37px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.paso-a-paso .whatsapp:hover {
    transform: scale(1.1);
}

.paso-a-paso .whatsapp img {
    height: 70px;
    margin-bottom: 0.5rem;
    transition: transform 0.3s;
}

.paso-a-paso .whatsapp p {
    font-size: 10px;
    color: #909090;
}