.body{
    background-color: #0A0B0C !important;
    color: #ddd;
}

body{
    overflow-y: scroll;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid white;
}

.function_block {
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 150px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

h1 {
    //font-size: 40
    margin-top: 20px;
}
h2 {
    //font-size: 30px;
    margin-top: 0px;
}
h3 {
    font-size: 25px !important;
    color: #D2D2D2 !important;
    margin-top: 20px;
    margin-bottom: 5px !important;
}
h4 {
    font-size: 18px !important;
    color: #D2D2D2 !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}
h5 {
    font-size: 15px !important;
    color: #D2D2D2 !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}
h6 {
    font-size: 13px !important;
    color: #D2D2D2 !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}
ul {
    margin-top: 5px !important;
}
li {
    color: #7D7D7D;
}
.link_menu {
    font-size: 11px !important;
    color: #D2D2D2 !important;
    display: block;
    margin: 8px;
    cursor: pointer;
}
.link_menu:hover {
    color: #fff !important;
}

.big_title_web{
    font-size: 40px !important;
    margin-bottom: 5px;
    position: relative;
    top: 20px;
    line-height: 0.9;
    //bottom: -330px;
}

.big_claim_web{
    font-size: 20px !important;
    margin-bottom: 5px;
    position: relative;
    line-height: 1.0;
    //bottom: -330px;
}

.big_header_web{
    width: 100%;
    //max-width: 2200px;
    height: 500px;
    display: flex;
    //justify-content: end;
    flex-direction: column;

}

.box_web_grey{
    background-color: #151718;
    border-radius: 5px;
    padding: 10px !important;
    max-width: 900px;
    height: 270px;
    margin-top: 30px !important;
}

.hyper_box_pain{
    width: 900px;
}

.pain_box{
    width: 170px;
    height: 170px;
    vertical-align: center;
}

.main_painbox{
    width: 350px;
}

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

.lateral_menu a{
    margin: 5px;
    text-align: center;
    opacity: 1;
    color: white;
}

.lateral_menu a:hover{
    opacity: 1;
    color: white !important;
}

.menu_lateral_inferior{
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 5px;
    opacity: 0.5;
}
.menu_lateral_inferior:hover{
    opacity: 1;
}
.menu_lateral_inferior a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
}
.menu_lateral_inferior a:hover{

    background-color: #0091ff;
}

/* Cambios para tablets */
@media screen and (max-width: 850px){
    .big_header_web{

    }

    .big_title_web{
        font-size: 45px !important;
        bottom: 0px;
    }
    .big_claim_web{
        font-size: 30px !important;
        bottom: 0px;
    }
    .box_web_grey{
        width: 100%;
    }
    .hyper_box_pain{
        margin: 0px !important;
        width: 100%;
    }
    .main_painbox{
        max-width: 350px;
        width: calc(100% - 400px)
    }

}


/* Cambios para resoluciones móvil */
@media screen and (max-width: 450px){
    .big_header_web{
        height: 350px;
    }
    .big_title_web{
        font-size: 2.5em !important;
        bottom: 0px;
    }
    .big_claim_web{
        font-size: 1.4em !important;
        bottom: 0px;
    }
    .lateral_menu{
        display: none;
    }
    .menu_lateral_inferior{
        display: none;
    }

}

/* Altura de pantalla para móviles en :horizontal */
@media screen and (max-height: 450px){
    .big_header_web{
        height: 200px;
    }
    .big_title_web{
        font-size: 45px !important;
        bottom: 0px;
    }
    .big_claim_web{
        font-size: 30px !important;
        bottom: 0px;
    }
    .lateral_menu{
        display: none;
    }
    .menu_lateral_inferior{
        display: none;
    }

    #top{
        height: 55px;
    }
}


.box_pricing{
    background-color: #151718;
    border-radius: 5px;
    padding: 10px !important;
}

.feature_title{
    font-size: 28px;
    font-weight: 700;
}
.feature_text{
    font-size: 14px;
    //font-weight: 800;
    color: #7D7D7D;
}


.box_links{
    background-color: #2B2D32;
    padding: 10px !important;
}
.link_section{
    line-height: 14px !important;
    height: 100px;
}
.link_text{
    font-size: 10px;
    color: #7D7D7D;
}

.box_footer{
    background-color: black;
    padding: 10px !important;
}
.rsicon{
    color: #7D7D7D;
    font-size: 25px;
    margin: 10px;
}

.green{
    background-color: #098100 !important;
}

.menu_title{
    font-size: 16px;
    font-weight: 800;
}
.box_menu_grey{
    background-color: #151718;
    border-radius: 5px;
    padding: 5px !important;
    width: 650px;
    height: 80px;
    margin: 5px;
    color: white;
    margin-top: 20px !important;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    border: 1px solid black;
    display: block;
    text-align: center;
    justify-self: center;
}
.box_menu_grey:hover{
    transition: 0.2s;
    //color: #2B2D32 !important;
    background-color: #2B2D32;
    border: 1px solid #FFA500;

}

.box_price_grey{
    background-color: #282E34;
    border-radius: 5px;
    padding: 5px !important;
    width: 120px;
    height: 120px;
    margin: 5px;
    color: white;
    margin-top: 20px !important;
    //cursor: pointer;
    background-position: center;
    background-size: cover;
    border: 1px solid black;
    padding: 10px !important;
}

.menu_box{
    margin:  auto;
    display: flex;
    justify-content: center;
}



@media screen and (max-width: 850px){
    .menu_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px !important;
    }
    .box_menu_grey{
        width: 95px;
        flex-basis: 18%;
        margin-top: 5px !important;
    }
}
@media screen and (max-width: 450px){
    .menu_box{
        display: grid;
        grid-template-columns: auto auto auto;
    }

}

    @media screen and (max-width: 1100px){
    .feature-box{
        display: flex;
        flex-direction: column;
    }
    .feature-box-text{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0px !important;
    }
    .feature_title_box{
        display: block;
    }
    .feature_title{
        text-align: left;
    }
    .feature_text{
        order: 1;
        //text-align: left;
        margin-bottom: 15px;
    }
    .feature-box-img{
        order: 2
    }
}

.div_con_imagen {
    position: relative;
    width: 100%;
    background-size: auto 100%; /* La imagen se ajusta en altura */
    background-repeat: no-repeat; /* Evitar que la imagen se repita */
}











body {
    background-color: #1a1a1a;
    font-family: Arial, sans-serif;
}

.card_price {
    //background-color: #2c2c2c;
    background: linear-gradient(to bottom, #434A50 0%, #1A1C1F 100%);
    color: white;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    //text-align: center;
    //margin: 50px auto;
}

.title_price {
    font-size: 24px;
    font-weight: bold;
}

.gris {
    background-color: #838383;
}

.price_price_core {
    font-size: 16px;
    margin-bottom: 10px;
    color: #838383;
}

.billed-yearly_price {
    display: flex;
    align-items: center;
    //justify-content: center;
    margin-bottom: 15px;
}

.billed-yearly input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.billed-yearly label {
    font-size: 14px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #444;
    margin: 20px 0;
}

.features_price {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 20px;
}

.features_price li {
    margin: 20px 10px;
    color: #BEBEBE;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.get-started {
    background-color: #fff;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.get-started:hover {
    background-color: black;
    color: white;
}

.contact-us {
    color: #ddd;
    text-decoration: none;
    margin-left: 10px;
    font-size: 18px;
}

.contact-us:hover {
    text-decoration: underline;
}
