
.title {
    margin: 8px 0 23px 24px;
    color: #4A4A4A;
    font-size: 30px;
    font-weight: 600;
}

.title-ficha {
    font-weight: 400;
    font-size: 32px;
}

.carro-resumen {
    border: 1px solid #eaeff4;
    border-radius: 3px;
    margin-bottom: 1rem;
    padding: 20px;
    background-color: #fcfdfe;
}

.card {
    min-width: 300px;
    max-width: 305px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.subtotal {
    text-align: right;
}

.total {
    text-align: right;
    font-weight: 600;
}

.condiciones-titulo {
    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
}

.columna-izquierda,
.columna-derecha {
    padding: 0 24px;
}

/* Caja imagen con previsualización */

.padre-absoluto {
    position: relative;
}

.inputs {
    display: flex;
    flex-direction: column;
}

#img-previsualizacion {
    max-width: 229px;
    max-height: 206px;
}

.bloque-img {
    border: 1px solid #EAEAED;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    border-bottom: none !important;
    z-index: 2;
    position: relative;
}

.price-unit {
    /* display: inline-block; */
    font-size: 16px;
    /* vertical-align: text-top;
    margin-right: -10px;
    margin-top: 16px; */
    position: absolute;
    left: 50px;
    bottom: 35px;
    font-weight: 600;
}

.leer{
    border: none;
    background-color: #FFFFFF;
    color: #50a1ff;
}

.mensuales {
    margin-bottom: 20px;
    color: #bfc5ca;
    font-size: 17px;
}

.plan-period {
    display: inline-block;
    font-size: 12px;
    vertical-align: text-bottom;
    margin-left: -10px;
    margin-bottom: 14px;
    color: #000000;
}

.ti-check:before {
    content: "\2713";
}

.ti-close:before {
    content: "\d7";
    font-size: 22px;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boton-interesa {
    background: #64A70B 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 11px 25px;
    color: white;
    /* font-size: 18px; */
    font-weight: bold; 
    letter-spacing: 0.8px;
}

.boton-interesa:hover {
    color:#FFFFFF;
}

.texto-interesa {
    text-align: center;
    margin: 40px 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.9px;
}


.card-subtitle {
    font-size: 30px;
    font-weight: 500;
}

.ventajas {
    font-size: 17px;
    color: #868e96;
}

.pricing {
    /* background-color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    text-align: center;
    transition: .5s; */
    min-width: 303px;
}

/* .pricing .popular,
.pricing:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.07)
} */
  
.plan-name {
    padding: 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid grey;
    background-color: #fcfdfe !important;
    justify-content: center !important;
    align-content: center;
}
  
.pricing .price {
    font-size: 60px;
    font-weight: 600;
}

label {
    color: #424C67;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9E1ED;
    border-radius: 29px;
    padding: 7px 15px;
    width: 282px;
    font-size: 16px !important;
}

input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='green' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #888;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    margin-right: 12px;
}

input[type="checkbox"]:checked {
    background-color: none;
    color: #2A6A95;
    background-position: 0 0;
}

.titulo-form {
    font-size: 16px;
    color: #64A70B;
    /* margin-bottom: 0px; */
}