﻿.col-md-12 {
    padding: 10px;
}

.gris-claro {
    background-color: #f1f3f7 !important
}

.cuadro-central {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    max-width: 920px;
    min-height: 580px;
    text-align: center !important;
}

.cuadro-central-libre {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    min-height: 580px;
    text-align: center !important;
}

.cuadro-gris {
    border-radius: 10px;
    background-color: rgb(234, 234, 234);
    width: 100%;
    min-height: 100px;
    text-align: center;
    padding: 10px
}

.cuadro-addon {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
    width: 100%;
    min-height: 100px;
    text-align: center;
    padding: 10px
}

.boton-normal {
    border-radius: 10px;
    background-color: rgb(34, 179, 160);
    color: white;
    width: 220px;
    height: 50px;
    font-weight: bolder;
    text-align: center !important;
    justify-content: center;
}

.boton-normal-40 {
    border-radius: 10px;
    background-color: rgb(34, 179, 160);
    color: white !important;
    width: 180px;
    height: 40px;
    font-weight: 500;
    justify-content: center;
    font-size: 16px;
}

.boton-normal-morado-40 {
    border-radius: 10px;
    background-color: rgb(67, 101, 169);
    color: white !important;
    width: 180px;
    height: 40px;
    font-weight: 500;
    justify-content: center;
    font-size: 16px;
}

.caja-texto {
    border-width: 1px;
    border-color: rgb(219, 219, 219);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(239, 239, 239) !important;
    color: black;
    max-width: 100% !important;
    height: 40px;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.boton-pequeño-violeta {
    border-radius: 5px;
    background-color: rgb(89, 111, 174);
    color: white;
    width: 120px;
    height: 30px;
    font-weight: 600;
    justify-content: center;
}

.boton-pequeño-aguamarina {
    border-radius: 5px;
    background-color: rgb(34, 179, 160);
    color: white;
    min-width: 120px;
    height: 30px;
    font-weight: 600;
    justify-content: center;
}

.boton-pequeño-obscuro {
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    color: white;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.icon-trash {
    color: rgb(67, 101, 169);
}

.boton-pequeño-morado {
    border-radius: 5px;
    background-color: rgb(67, 101, 169);
    color: white;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

/* unvisited link */
a:link {
    color: rgb(34, 179, 160);
}

/* visited link */
a:visited {
    color: rgb(34, 179, 160);
}

/* mouse over link */
a:hover {
    color: rgb(34, 179, 160);
}

/* selected link */
a:active {
    color: rgb(34, 179, 160);
}

.etapa-linea {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.etapa-01 {
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 179, 160);
}

.etapa-02 {
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(89, 111, 174);
}

.etapa-03 {
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(159, 86, 155);
}

.etapa-04 {
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
}

.indicador-01 {
    border-width: 4px;
    border-color: rgb(34, 179, 160); /*Este color lo debe cambiar según la etapa en donde se encuentre*/
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}

.indicador-02 {
    border-width: 4px;
    border-color: rgb(89, 111, 174); /*Este color lo debe cambiar según la etapa en donde se encuentre*/
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}

.indicador-03 {
    border-width: 4px;
    border-color: rgb(159, 86, 155); /*Este color lo debe cambiar según la etapa en donde se encuentre*/
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}

.indicador-04 {
    border-width: 4px;
    border-color: rgb(0, 0, 0); /*Este color lo debe cambiar según la etapa en donde se encuentre*/
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}

.img-tarjeta {
    max-height: 20px;
}

.img-tarjeta-elige-plan {
    max-height: 15px;
}

/*Separador vertical*/
.vl {
    border-left: 5px solid rgb(234, 234, 234);
    height: 100%;
}

.combo-tipo-costo {
    width: 100%;
    font-size: 16px;
    text-align-last: center;
}

/*input type number arrows always visible*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.arrow-left-azul {
    color: rgb(67, 101, 169);
}

.card-header-azul {
    background: #2a62ac !important;
}

.btn-link-white {
    color: white !important;
}

.div-bottom-10 {
    position: absolute;
    bottom: 0;
}
