.border_bottom_green {
    border-bottom-color: #06FF44;
    border-bottom-width: 2px;
    border-bottom-style: solid;
} 

.w_max_420{
    max-width: 473px ;
}
.w_max_536 {
    max-width: 536px;
}


.border_white_green{
    position: relative;
        border-width: 1px;
        border-style: solid;
        border-color: #ffffff59;
        border-bottom-color: #06FF44;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        z-index: 9;
}

.line_green_back{
        background: #06ff44;
        height: 7px;
        position: relative;
        top: -9px;
        z-index: 0;
        left: 8px;
}
.w_line400{
        width: 460px;
}
.w_line440 {
    width: 81px;
}

.ajs_down{
        margin-top: -77px;
            color: #ffffffc2;
}

.ajs_shadow{
        box-shadow: 1px 5px 10px #ffffff1f;
}
.ajs_95p{
        width: 95%;
}
.of_ajs{
        /* overflow: auto; */
}
.close_ajs_menu{
    display: flex;
        align-content: flex-end;
        align-items: flex-end;
        padding-right: 29px;
}
.ajs_menu_mob{
        position: fixed;
            z-index: 999;
            background: #082c50;
            padding: 28px;
            width: 95%;
            margin: 13px;
            margin-top: 81px;
                padding-top: 70px;
                display: none;
                padding-bottom: 60px;
}
.ws{
            height: 60px;
                background: #068d29;
                width: 60px;
                position: fixed;
                border-style: solid;
                border-width: 0.4px;
                border-color: #ffffff4f;
                font-size: 29px;
                color: #ffffff;
                z-index: 99;
                right: 32px;
                bottom: 30px;
                border-radius: 50%;
                transition: 0.5s;
                box-shadow: 0 2px 6px #06ff44a1;
}

.ws:hover{
    background: #21cf2d;
}

.ajs_m_right{
        margin-right: 67px;
}
.ajs_logo_p{
        height: 22px;
            margin-top: -4px;
            margin-left: 3px;
}
.box_b_green{
        width: 453px;
        /* height: 367px; */
        background: #222222;
        border-radius: 9px;
        border-top-color: #06fe44;
        border-top-width: 2px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: #06fe44;
}
.box2_b_green {
width: 460px;
    height: 288px;
    background: #222222;
    border-radius: 9px;
    border-top-color: #06fe44;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #06fe44;
}

.ajs_back_q {
    position: relative;
    margin-top: -48px;
}

.circle_exp{
    background: #b4b4b4;
        height: 60px;
        width: 60px;
        border-style: solid;
        border-color: #ececec;
        border-width: 3px;
        border-radius: 50%;
        margin-right: 11px;
        box-shadow: 0 2px 4px 3px #b1b1b1b3;
}


.box_pre {
    border: 1px solid #06ff44;
        border-radius: 15px;
        border-color: #ffffff;
        border-bottom-color: #06ff44;
        display: flex;
        flex-direction: column;
        padding: 0 18px;
        box-shadow: 0 3px 4px #ffffff42;
        margin: 9px;
        transition: 0.4s;
}

.icon-btn {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ics {
        display: flex;
        position: relative;
        width: 5px;
        height: 20px;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
}

/* Iconos */
.icon {
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.icon.minus {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

.icon.plus {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Contenido cerrado */
.box_resp {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

/* ---- Estado abierto (cualquier toggle) ---- */
#togglebase1:checked+.ics .plus,
#togglebase2:checked+.ics .plus,
#togglebase3:checked+.ics .plus,
#togglebase4:checked+.ics .plus,
#togglebase5:checked+.ics .plus,
#togglebase6:checked+.ics .plus,
#togglebase7:checked+.ics .plus,
#togglebase8:checked+.ics .plus,
#togglebase9:checked+.ics .plus,
#togglebase10:checked+.ics .plus {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}

#togglebase1:checked+.ics .minus,
#togglebase2:checked+.ics .minus,
#togglebase3:checked+.ics .minus,
#togglebase4:checked+.ics .minus,
#togglebase5:checked+.ics .minus,
#togglebase6:checked+.ics .minus,
#togglebase7:checked+.ics .minus,
#togglebase8:checked+.ics .minus,
#togglebase9:checked+.ics .minus,
#togglebase10:checked+.ics .minus {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

#togglebase1:checked~.box_resp,
#togglebase2:checked~.box_resp,
#togglebase3:checked~.box_resp,
#togglebase4:checked~.box_resp,
#togglebase5:checked~.box_resp,
#togglebase6:checked~.box_resp,
#togglebase7:checked~.box_resp,
#togglebase8:checked~.box_resp,
#togglebase9:checked~.box_resp,
#togglebase10:checked~.box_resp {
    max-height: 500px;
    /* lo suficientemente grande */
    opacity: 1;
    padding: 17px 0;
}

/* --- Para navegadores WebKit (Chrome, Edge, Safari, Opera) --- */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #082C50;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #082C50;
    border-radius: 10px;
    border: 2px solid #082C50;
}

::-webkit-scrollbar-thumb:hover {
    background: #082C50;
}

/* --- Para Firefox --- */
* {
    scrollbar-width: thin;
    scrollbar-color: #3a4354 #ffffff;
}

.ajs_fre{
        overflow: auto;
            max-height: 380px;
}
.card_ts1{
            background: #1f3d5a;
            height: 384px;
            border-radius: 13px;
            width: 288px;
}

.incardts{
    max-height: 80%;
        background: #222222;
        height: 100%;
        border-top-left-radius: 11px;
        border-top-right-radius: 13px;
}

.sub_green_shw{
        border: 1px solid #06ff44;
        border-color: #ffffff00;
        border-bottom-color: #06ff44;
        box-shadow: 0 3px 4px #ffffff42;
}

.logo_grand_t{
    height: 74px;
        width: 255px;
        /* background: #005c35; */
            margin-bottom: 17px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
}

.padding_foot{
            padding-top: 12%;
}
.ssl{
        background: #b8b8b9;
            border-radius: 25px;
            padding: 5px;
            color: #404040;
            margin-top: -5px;
            margin-left: 7px;
            padding-left: 10px;
            padding-right: 10px;
}

.imgp{
        background-position: center !important;
            background-size: cover !important;
}

.imgr {
    animation: image-appear ease-in both;
    animation-timeline: view();
animation-range: entry 51% 52vh;
}

@keyframes image-appear {
    from {
        filter: saturate(0) contrast(4) brightness(.1) blur(3px);
        opacity: 0;
        scale: .95;
        translate: 0 4rem;
    }
}


.bgimg-1,
.bgimg-2,
.bgimg-3 {
    position: fixed;
    /* opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imglogo_ajs_nav{
        height: 30px;
            left: -14px;
            position: relative;
            top: -4px;
}

.border_box_shop{
    padding: 12px;
        border-style: solid;
        border-color: #bebebe;
        border-width: 2px;
        border-radius: 10px;
        /* margin: 12px; */
        width: 100%;
}

.box_compra_seg{
        background: #162537;
            /* margin: 12px; */
            padding: 11px;
            border-radius: 12px;
            width: 100%;
            padding-left: 25px;
                margin-top: 11px;
}

.ajs_btn_com{
    margin-top: -3px;
        margin-left: 4px;
}


.imglogo_ajs_nav2{
height: 41px;
  
}

.ajs_mob_nav{
    color: #ffffff;
        font-size: 2.0em;
        margin-right: 12px;
}
.ajs_box_img_mob{
        display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            margin-left: 13px;
}

.ajs_box_nav_mob{
        background: hsl(210deg 81.82% 17.25%);
            height: 73px;
            position: fixed;
            z-index: 9;
            width: 100%;
}
.ajs_h{
    height: 577px;
        margin-top: 11px
}

.ajs_back_height_prin {
    background: #ffffff;
    position: absolute;
    height: 100vh;
    width: 100%;
    background: url(landing/img/fondo2.png);
}

.box_ajs_video{
    background: #00000000;
    background-color: rgba(0, 0, 0, 0);
    width: 294px;
    height: 436px;
    border-radius: 12px;
    color: white;
}

.ajs_label_error{
            background: rgb(203, 87, 87);
            border-radius: 7px;
            padding-left: 10px;
            padding-right: 15px;
            font-size: 0.8em;
            padding: 3px;
            padding-left: 9px;
            color: #ffffff;
}
.valid_circle{
    background: #009503;
        height: 38px;
        width: 38px;
        position: relative;
        border-radius: 34px;
        top: 7px;
        left: -35px;
        font-size: 1.5em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
}

/* modal */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
    margin: 1% auto;
    padding: 25px;
    border: 1px solid #888;
        width: fit-content;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        position: relative;
        top: -22px;
        right: -11px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #ffffff;
    text-decoration: auto;
}


/* ajustes react 
 */

  #compra {
      /* display: none; */
  }

  .modal-image-ajs {
      width: 100% !important;
      background-position: center !important;
      background-size: cover !important;
  }
  .ajsr-w{
    width: 123px;
  }
  .ajsr-ab{
        z-index: 99999999;
            position: absolute;
                /* overflow: scroll; */
  }
 
    /* ----
     */

       
    
 
    
         /* Estilos del Modal */
         .modal-overlay {
             position: fixed;
             top: 0;
             left: 0;
             right: 0;
             bottom: 0;
             background-color: rgba(0, 0, 0, 0.5);
    overflow: scroll;
             z-index: 2000;
         }
     
        
         .modal-close {
          top: 0px;
            transform: translate(-50%, -50%);
            font-size: 28px;
            left: 50%;
            background: none;
            border: none;
            position: relative;
            cursor: pointer;
            color: #666;
         }
    
         .modal-close:hover {
             color: #686868;
         }
     