/* General */

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%;
}

.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;
    }

/* index.html.twig */

.index .titulo {
    font-size: 50px;
}

.index .subtitulo {
    margin-top: 40px;
    margin-bottom: 50px;
}

.index .bajada {
    margin-bottom: 50px;
}

.index .botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    width: 100%;
    height: 90px;
    padding: 0;
}

.index .botones .boton {
    padding: 0 10px;
    width: 33%;
}

.index .botones .boton button {
    border-radius: 30px;
    max-width: 400px;
}

/* 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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4rem;
    width: 100%;
}

.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: 50%;
    padding: 0 15px;
}

.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: 1rem;
    min-height: 500px;
}

.crear-cuenta-banco-estado .titulo {
    font-size: 50px;
}

.crear-cuenta-banco-estado .subtitulo {
    margin-top: 60px;
    margin-bottom: 70px;
}

.crear-cuenta-banco-estado .bajada {
    margin-bottom: 50px;
}

.crear-cuenta-banco-estado .botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.crear-cuenta-banco-estado .botones .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
    
.crear-cuenta-banco-estado .botones .col-4 .error {
    position: absolute;
    bottom: -32px;
    transform: translateX(-50%);
    left: 50%;
    color: red;
}

.crear-cuenta-banco-estado .botones .col-4 .form-control {
    font-size: 25px;
    border-radius: 30px;
    height: 50px;
}

.crear-cuenta-banco-estado .botones .col-4 .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 .titulo h5 {
    color: white
}

.planes .subtitulo {
    color: white;
    margin-top: 16px;
    margin-bottom: 50px;
}

.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 {
    border-radius: 20px;
    border-width:1px;
    border-color:#0081A4;
    border-style: solid;
    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;
}

.planes .fila-planes .boxes .boxplan .tabla {
    border-right: 1px solid #0081A4;
    font-weight: bold;
    font-size: 20px;
}

.planes .fila-planes .boxes .boxplan .numero {
    font-weight: bold;
    font-size: 28px;
}

.planes .fila-planes .boxes .boxplanSelected{
    border-color:white; 
}

.planes .fila-planes .boxes .boxplanSelected .box-head-1{
    background-color:#FFBC00;
}

.planes .fila-planes .boxes .boxplanSelected .box-head-2{
    background-color: #DD8D00;
}

.planes .fila-planes .boxes .boxplanSelected .tabla{
    border-right: 1px solid white;
}

.planes .fila-planes .caracteristicas {
    border-left: 1px solid #c1c1c7;
    padding-left: 20px;
    flex: 0 0 29.6666667%;
    margin-bottom: 40px;
}

.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.333333%;
    position: relative;
}

.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 {
    background-image: linear-gradient(rgba(59, 192, 161, 0.6), rgba(50, 157, 235, 0.6));
    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;
    flex-wrap: wrap;
}

.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;
}

/* index.html.twig (cargas) */

.index-cargas .btn {
    height: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    max-width: 400px;
}

.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;
}

/* agregar.twig.html, editar.html.twig y agregar_be.html.twig */

.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;
}

.agregar-carga .btn {
    width: 400px;
    height: 50px;
    border-radius: 30px;
    padding: 0;
    line-height: 50px;
    margin-bottom: 50px;
    margin-top: 30px
}

/* eliminar-cupo.html.twig y eliminar.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;
}

/* error.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;
}

/* condicionesmedismart.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;
}