#header_container #main-header .container-fluid {
     max-width: 1200px;
     margin: auto;
 }
 #content_logo a #logo {
     max-width: 100%;
     height: auto;
     margin-top: 16px;
     display: block;
 }
 #menu_usuario_login #name_user {
     color: #5266fb;
     text-decoration: none;
     border-bottom: 1px solid #beff5e;
     padding: 0 5px;
 }
 #Banner_superior_nuevas_medidas_desktop iframe {
     margin: auto;
     display: block;
 }
 #main-header {
     border-bottom: 1px solid rgb(216, 214, 214);
 }
#main-header .header_container_row{
    position: relative;
    align-items: center;
}
 #main-header .buscador #searchsubmit {
     padding: 0px 6px;
 }
 .header-usuario{
    padding: 0;
    display: flex;
 }
 #search-field {
    background: rgba(200, 200, 200, 0.4);
    line-height: 15px;
    margin-top: 0.6em;
    border: 0;
    height: 37px;
    font-family: inherit;
    font-size: 15px;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    direction: ltr;
    border-radius: 10px;
    width: 89%;
    float: left !important;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; 
}
 #searchsubmit {
    background-color: #5266fb;
    border: none;
    margin-top: 9px;
 }
 .btn-suscripcion {
     float: right;
 }
 #flotante_carrito {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: 13px;
 }
 .btn-suscripcion-header {
     background-color: #beff5e;
     margin-top: 25px !important;
     float: right;
     padding: 7px 0px;
     border-radius: 7px;
     width: 100%;
     text-align: center;
 }
 .boton-suscripcion-header {
     color: #000;
     text-decoration: none;
 }
 .boton-suscripcion-header:hover {
     color: #000;
 }
 .carrito_menu {
     right: 183px;
 }
 .carrito_menu a .wcchn {
     background-color: #5266fb !important;
 }
 #searchform {
     margin-top: 0px;
 }
 .short_menu_container {
    display: flex;
    justify-content: center;
    width:62%;
 }
 .new_short_menu {
     display: flex;
     align-items: center;
     padding-top: 12px;
     padding-left: 0px;
     order: 2 !important;
 }
 #menu_act .container-lg {
     padding: 0px;
 }
 #menu_1 .container {
     padding: 0px;
 }
 .boton-start-test {
     background: #beff5e;
     color: #000;
     font-weight: 600;
     text-decoration: none;
     padding: 8px 13px;
     border-radius: 8px;
     font-size: 0.9rem;
 }
 .boton-start-test:hover {
     color: #000;
     text-decoration: none;
 }
 .boton-demostration {
     background: rgba(252, 185, 0, 1);
    padding: 6px 12px;
    text-decoration: none;
    color: #000;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 87%;
    margin: auto;
 }
 .boton-demostration:hover {
     color: #000;
     text-decoration: none;
 }
 .btn-ofertas {
    background-color: #beff5e;
    padding: 4px 12px 6px 2px;
    text-decoration: none;
    text-align: center;
    border-radius: 16px;
 }
 .btn-ofertas i {
    background: #25D366;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 7px;
    width: 2rem;
    height: 2rem;  
 }
 .btn-ofertas span {
     color: #000;
     text-decoration: none;
     text-align: center;
 }
 .btn_search {
    width: 0;
    position: relative;
    z-index: 15;
    font-size: 1.5rem;
    cursor: pointer;
    left: -29px;
 }
 #body_2023 #menu_act {
     border: none !important;
 }
 .carrito_menu {
     top: -28px;
 }
.usuario {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
#main-header .search-form {
     width: 100%;
     display: block;
     background-color: #fff;
     position: absolute;
     top: 50px;
     left: 0;
     right: 0;
     height: 62px;
     margin: 19px auto 0px auto;
 }
 .search-header {
     width: 100%;
     max-width: 1200px;
     margin: auto;
     padding-left: 43px;
 }
 #main-header .btn_actions {
     position: relative;
 }
 .notification-btn{
    top: 1px;
    width: 33px;
 }
 .boton-subscription {
     background: #BEFF5E;
     color: #000;
     padding: 5px 0px;
     font-weight: 600;
     border-radius: 7px;
     text-decoration: none;
     position: absolute;
     width: 94%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 0.9rem;
     text-align: center;
 }
 .boton-subscription:hover {
     color: #000;
 }
 .boton_renovar {
     background: #FCB900;
     text-align: center;
     font-weight: 600;
     display: block;
     margin: auto;
     border: 1px solid red;
     padding: 4px 0px !important;
     width: 229px;
     color: #000;
     border-radius: 4px;
 }
 .boton_renovar::before {
     font-family: "Font Awesome 6 Free";
     content: "\f05a";
     font-weight: 900;
     color: red;
     font-size: 16px;
     margin-right: 8px
 }
 .boton-subscription.boton_renovar {
     font-size: 1rem;
 }
 .boton-subscription.boton_renovar::before {
     font-size: 18px;
 }