.contenedor_l{
    display: flex;
    width: 100% !important;
    /* height: 100% !important; */
    justify-content: center;
    /* margin-bottom: 500px !important; */
}

.login{
    display: flex !important;
    width: 560px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 120px;
}

#checkout{
    margin-top: 20px;
}

#titulo{
    width: 560px;
    text-align: left;
    font-size: 48px/56px Playfair Display;
    color: #2A3654;
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}

.span_ti{
    font-family: Arial;
    font-size: 35px;
}

#subtitulo{
    font-size: 18px;
    color: #2A3654;
    text-align: left;
    margin-bottom: 48px;
    font-family: 'Inter', sans-serif;
}


.tab-container{
    width: 560px;
    height: auto;
    overflow: hidden;
}

.options{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 24px !important;
    padding-left: 0 !important;
}

.option{
    width: 272px;
    height: 85px;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#option2{
    opacity: 0.5;
}

.option #num, #num2{
    font-size: 27px;
    color: #2A3654;
    padding: 24px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

#num{
    font-size: 32px;
}

.options #img_complete{
    display: none;
    margin-top: -45px;
    margin-left: 45px;
}

.option p{
    margin-bottom: 0 !important;
}

.option #texto, #texto1{
    width: 150px;
    word-wrap: break-word;
    text-align: left;
    font: 24px/28px Inter !important;
    color: #2A3654;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
}

.option-active{
    color: black;
    background: #F3F3F5;
}

.content{
    width: 100%;
    height: 100%;
    display: none;
}

.content-active{
    display: block;
}


.redes{
    width: 100%;
    height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-bottom: 16px;
}

.redes p{
    width: 100%;
    text-align: left !important;
    color: #2A3654;
    padding-left: 30px;
    margin-bottom: 16px !important;
    font: normal normal 600 16px/24px Inter;
}

.redes #smt2{
    display: none;
}

.botones{
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    padding-left: 30px;
}

.botones button{
    width: 240px;
    height: 48px;
    border: none;
    border-radius: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.botones .g_id_signin div iframe body #container{
    border: 1px solid red !important;
    /* width: 100%;
    max-width: 400px;
    min-width: 240px; */
}


#facebook{
    height: 40px;
    /* UI Properties */
    background: #1B74E4 0% 0% no-repeat padding-box;
    border: 1px solid #1B74E4;
    border-radius: 1000px;
    opacity: 1;
    /* background: #1b74e4; */
    color: #fff;
}

#google{
    background: #fff;
}

.i_sesion{
    width: 100%;
    height: 478px;
    display: flex !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-top:16px !important;
    transition: height 0.5s;
    margin-bottom: 30px;
}

#t_sesion, #text_recover_password, #text_r{
    width: 100%;
    text-align: left;
    font: 16px/24px Inter;
    letter-spacing: 0px;
    color: #2A3654;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 16px !important;
}

#text_recover_password{
    max-width: 500px;
}

/* @media screen and (max-width: 768px){
    #text_recover_password, #text_r{
        padding-right: 42px;
    }
} */

#t_sesion #up{
    display: none;
}

#email, #password, #name, #c_password, #recovery-password-1, #recovery-password-2{
    width: 496px !important;
    height: 49px !important;
    margin: 8px 32px !important;
    border: 1px solid #E8EAED;
    border-radius: 6px;
}

#email, #password,  #name, #c_password, #recovery-password-1, #recovery-password-2 {
    text-align: left;
    font: 16px/24px Inter;
    color: #2A3654;
    padding-left: 16px;
}

@media screen and (max-width: 768px){
    .recovery {
        padding-right: 62px;
    }
    #recovery-password-1, #recovery-password-2{
        width: 100% !important;
        max-width: 496px !important;
    }
}

/* #c_password{
    padding-left: 16px;
} */

#recuperar{
    display: flex;
    width: 100%;
    text-align: left;
    text-decoration: underline;
    font: 16px/20px Inter;
    color: #EEA21A;
    text-transform: capitalize;
    margin: 0 32px;
    font-weight: bold;
    transform: translateY(-130px);
    cursor: pointer;
}



.btn{
    /*width: 176px !important;*/
    width: auto;
    height: 48px !important;
    border: none;
    border-radius: 24px !important;
    /*margin: 24px 32px !important;*/
    /*padding: 0 0 !important;*/
    text-align: center;
}

#b_c, #b_lo, #text_aa{
    display: none;
}


#btn_login_l{
    display: flex;
    padding: 20px 20px !important;
    align-items: center;
    justify-content: center;
    background: #F5C43D;
    text-align: center;
    font: 16px/20px Inter;
    color: #2A3654;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 40px !important;
    transform: translateY(-190px);
    /*transition: transform 0.5s;*/
    width: 176px;
    margin: auto;
}

#cont5{
    transform: translateY(-200px); 
    transition: transform 0.5s ease;
}

.i_sesion hr{
    width: 480px;
    padding: 1.5px;
    background: #73767D;
    margin: 20px 32px;
}

#t_cuenta{
    width: 100%;
    text-align: left;
    font: 16px/24px Inter;
    letter-spacing: 0px;
    color: #2A3654;
    margin: 20px 32px;
}

#subscribete, #btn_recover_password, #recovery_send{
    background: #FAE29E;
    text-align: center;
    font: 16px/20px Inter;
    color: #2A3654;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 0px;
    padding: 0px 20px;
    margin-left: 32px;
}

#recovery_send{
    margin-top: 10px;
}

#btn_recover_password{
    max-width: 180px;
}
/*  */
.recovery_password{
    height: 310px !important;
}

#btn_cancel_recover_pass{
    background-color: transparent;
    border: none;
    color: #EEA21A;
    font-weight: 600;
}

.recovery_password .inputs{
    height: 60px;
}

.recovery{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 30px 0px;
}

/*  */


/* metodo de pago */

.precios{
    width: 100%;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 32px 32px;
}

.precios #text_ss{
    margin-bottom: 16;
    font: normal normal 400 16px/24px Inter;
}

.precios #text_ss span{
    font-weight: bold;
}

.precios #text_ss:nth-last-child(2){
    margin-top: 20px;
}

.precios .tiempo{
    display: flex;
    flex-direction: row;
}

.precios .tiempo .t{
    display: flex;
    flex-direction: column;
    width: 130px;
    height: 65px;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-right: 16px;
    padding: 5px 20px;
}

.precios .tiempo .t p{
    font-family: 'Inter', sans-serif;
}

.precios #text_y{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.metodo_pago{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 32px 32px;   
    transition: height 0.5s;
}

.div_loader_pag{
    text-align: center;
    width: auto;
    margin-top: 4px;
  }
  
  #div_loader_pag{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  
  .loader_pag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #2c3e50; 
    border-top: 4px solid  #d3d3d3;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }




.btn_compras{
    width: 100%;
    text-decoration: none;
    padding: 20px 10px;
    background: #FFF8F1;
    color: #2a3654;
    font-size: 20px;
    border: 0.5px solid rgba(115, 118, 125, 0.5);
    border-radius: 12px;
    margin-bottom: 20px;
}

.btn_compras:hover{
    background: rgb(243, 243, 245);
    color: #2a3654;
}

.btn_disabled_p {
    pointer-events: none;
    opacity: 0.7;
}

  .t , .btn_compras{
 cursor:pointer;
}

#cuentaa{
    display: none;
    background: #F5C43D;
    text-align: center;
    font: 16px/20px Inter;
    color: #2A3654;
    text-transform: capitalize;
    font-weight: bold;
}


.input_l {
    display: flex;
    flex-direction: column;
    transition: transform 0.8s;
    transform: translateY(-57px);
}

.hidden {
    display: none;
}

.shift-down {
   transform: translateY(10px); 
}

#cont3{
    width: 100%;
    display: flex;
    margin: -8px 0px;
}

.hidden2{
    display: none ;
    opacity: 0 !important;
    transition: opacity 1s !important;
}

.hidden3{
    display: none ;
    opacity: 0 !important;
    transition: opacity 1s !important;
}

.aparecer{
    display: block;
    opacity: 1;
    transition: opacity 1s !important;
}

#inp_pass{
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.aparecer2{
    display: block ;
    opacity: 1 !important;
    transition: opacity 1s !important;
}

.aparecer3{
    display: block ;
    opacity: 1  !important;
    transition: opacity 1s !important;
}


#cont4{
    display: flex;
    margin-left: 35px;
}

#cont4 p{
    font-size: 14px;
    color: #6E7087;
}

#cont4 a{
    font-size: 16px;
    color: #EEA21A;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 5px;
}

#cont4 a:hover{
    color: #F8D682;
}

.error{
    width: 100%;
    color: #EE1A1A;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

#details_forgotten_pass{
    width: 100%;
    background-color: #F2FCD2;
    height: auto;
    padding: 14px;
    border: 2px solid rgba(115, 118, 125, 0.5);
    margin-bottom: 12px;
    margin-top: -12px;
    border-radius: 12px;
}
#text_details_forgotten_pass{
    color:#2A3654;
    text-align: left;
    font-family: 'Inter',sans-serif;
}

#details_payment_status{
    width: 100%;
    background-color: #FCDCD2;
    height: auto;
    padding: 14px;
    border: 2px solid rgba(115, 118, 125, 0.5);
    margin-bottom: 12px;
    margin-top: 20px;
    border-radius: 12px;
}
#text_details_payment_status_pay,#text_details_payment_status_str{
    color:#2A3654;
    text-align: left;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
}

#text_details_payment_status_pay a {
  color: #EEA21A;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

#text_details_payment_status_str a {
  color: #EEA21A;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.content-checkbox{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;         /* espacio entre texto y checkbox */
    cursor: pointer; 
    margin-left: 32px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6E7087;
}

.content-checkbox input{
    margin: 0;
}


.metodo_pago img{
    width: 80px;
    height: fit-content;
    align-self: center;
    display: block;
}

.metodo_pago .img_stripe,
.metodo_pago .img_paypal{
    width: 100% !important;
    max-width: 80px !important;
    height: auto !important;
}

@media screen and (max-width: 640px){
    .login{
        width: 95% !important;
    }
    .tab-container{
        width: 100%;
    }
    .option{
        width: 47%;
    }
    .botones button{
        width: 40%;
        text-align: left;
        font-size: 14px;
    }
    #titulo{
        width: auto;
    }
}

@media screen and (max-width: 600px){
    .input_l{
        justify-content: center;
    }
    #email, #password, #name, #c_password{
        width: 88% !important;
    }
    .options #img_complete{
        margin-left: 15%;
    }
}

@media screen and (max-width: 527px){
    .precios{
        height: 330px;
    }
}

@media screen and (max-width: 500px){
    .option #texto, #texto1, .option #num, #num2{
        font-size: 20px !important;
    }
    .option #num, #num2{
        padding: 24px 14px;
    }
    #email, #password, #name, #c_password{
        width: 85% !important;
    }
    .botones{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width: 400px){
    .option #texto, #texto1, .option #num, #num2{
        font-size: 18px !important;
    }
    #email, #password, #name, #c_password{
        width: 80% !important;
    }
}