*{

font-family: arial;

}

p {
    font-size: 0.9em;
}

h1,h2,h3 {
      font-family: "Alfa Slab One", serif !important;
}


div#ivaDiv p {
    width: 120%;
    font-family: "Alfa Slab One", serif !important;
}

div#dynamic-content h3 {
    color: #ffcc00;
}
div#Conociendo_boleta {
    background: #f8f8f8;
    overflow: hidden;
    padding: 3%;
}

.img_comprador_bienvenida h2 {
    color: #FFFFFF;
}

.text_yo_accion h2 {
    font-size: 7rem;
    line-height: 6rem;
    color: #FFF;
}

.btn-default {
    width: 40%;
    color: #fff;
    background: none;
border: none; 
}

.btn-default:hover {
    color: #333;
    background: none;
    border:none;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background:none;
    border:none;
    font-weight: bold;
    text-decoration: underline;
}


.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background: none; 
     border-left: 2px solid #FFF; 
     box-shadow: none;
     text-decoration: underline;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: none;
    outline-offset: none;
}

#menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #333;
    z-index: 1000;
    text-align: center;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
    margin: 0 15px;
}

#menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#content {
    
}

h1, h2, p {
    margin: 20px 0;
}

button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease forwards;
}

.fade-in-left {
    opacity: 0;
    animation: fadeInLeft 0.8s ease forwards;
}

.fade-in-bottom {
    opacity: 0;
    animation: fadeInBottom 0.8s ease forwards;
}


/*****css evita malas practicas*************/


.evita_estas_malas_practicas {
    padding: 2%;
    overflow: hidden;
}

.evita_estas_malas_practicas > h3.fade-in-left {
    font-size: 20px !important;
}

._evita_hacer_ strong {
    padding: 13px;
    margin: 0;
    display: block;
    text-wrap: balance;
}

.evita_estas_malas_practicas {
    background-image: url(../img/franjano.png), linear-gradient(to bottom, rgba(255, 204, 0, 1) 0%, rgba(229, 191, 0, 1) 100%);
    border-radius: 5px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}



.evita_estas_malas_practicas h3.fade-in-left, h3.fade-in-right {
    background: #000000;
    color: #FFF;
    font-size: 23px;
    padding: 5px;
    width: 40%;
    display: block;
    margin-bottom: 35px;
}



.dudas_proveedor {
border-radius: 10px 10px 0px 0px;
background: #84837B;
padding: 15px;
    line-height: 13px;
    overflow: hidden;
    color: #FFF;
}

img.ico_warning.pull-left.hidden-xs {
    margin: 17px 25px 24px 11px;
    display: block;
    /* width: 60px; */
    /* height: 50px; */
}


._evita_hacer_ a.btn.btn-md.btn-default.btn-evitamalaspracticas {
    background: #ea5f1c;
    padding: 0;
    margin: 15px;
}

table.table.table-striped tr td p img.ico_calendario.pull-left.img-responsive.hidden-xs {
width: 22%; 
margin: -5px 9px 3px 10px;
}

.worko-tabs p {
    line-height: 1.5em;
    /* width: 80%; */
    /* float: right; */
}

.posicion_imagen {
    margin-top: 5%;
}


.buenas.prácticas_tributarias ul {
    padding: 2% 0% 2% 8%;
    font-size: 0.9em;
    line-height: 1.6em;
    width: 100%;
    margin: 0;
    color: #002c48;
    border-bottom: 6px dotted #f5f5f5;
}
.buenas.prácticas_tributarias .col-md-12 {
    margin: 5px auto;
    padding: 1%;
    box-shadow: 8px 6px 8px 0px #f8f8f8;
}


.buenas.prácticas_tributarias strong {
    text-wrap: balance;
    color: #002c48;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f5f5+5,ffffff+100 */
    background: linear-gradient(to right,  rgba(245,245,245,1) 5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    padding: 12px;
    border-radius: 50px 0px 0px 50px;
}



.buenas.prácticas_tributarias img {
    width: 80%;
}


a.btn.btn-default.btn-md.btn-accesos {
    background: #eb510d;
    text-wrap: balance;
    width: 100%;
}


.dudas_proveedor p {
    line-height: 20px;
}

ul.evita_malas_practicas_lista {
    list-style: none;

}

ul.evita_malas_practicas_lista li{

    font-size: 0.8em;
}






/******************/
/* Animaciones CSS */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.text_yocompro p {
    text-align: left;
    font-family: arial;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 80%;
    color: #f8f8f8;
}



.img_comprador_bienvenida img {
    width: 100%;
}

.img_comprador_bienvenida {
    margin: 0px;
}

a.choose-content.btn.btn-default {
    text-wrap: balance;
    background: #101111;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px 50px;
    float: right;
    width: 100%;
}

a.choose-content.btn.btn-default:hover {
    text-wrap: balance;
    background: #fff;
    color: #101111;
    font-weight: bold;
    border-radius: 50px 50px;
    float: right;
    width: 100%;
    border-bottom: solid 1px #000;
}

















.cajita_herramientas_cumplir {
    margin: 23px 0 0 0;
    padding: 5%;
    text-align: left;
    box-shadow: 5px 7px 20px 0px #ddd;
    border-radius: 10px;
}

.cajita_herramientas_cumplir > h3 {
    color: #eb510d;
    font-size: 1.1em;
}
button.option.btn.btn-default h3 {
    float: left;
    margin: 16% 0% 0% 0%;
    font-size: 1.8rem;
}



button.option.btn.btn-default> h3:active {
    text-decoration: underline; 
}

button.option.btn.btn-default img {
    margin: 19px 0 0 0%;
    width: 31%;
}



#aun_no_formalizo, #formalizado, #conociendo_boleta {
    border-radius: 50px 50px 0 0;
    border: 2px dotted #ec7d18;
    overflow: hidden;
    padding: 25px;
    margin: 50px;
    box-shadow: -3px 9px 20px 0px #eb510d63;
    background:#f5f5f5; 
}

 #aun_no_formalizo > h3, #formalizado >  h3, #conociendo_boleta> h3 {
    font-size: 1.5em;
    color: red;
     }


h3.fade-in-left, h3.fade-in-right {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #0061a0;
}

ul.contenido_items_iva {
    font-size: 0.8em;
    padding: 15px;
    list-style-type: none;
    font-weight: bold;
}

ul.contenido_items_iva li {
    margin-top: 12px;
    border-bottom: 1px dotted #ffcc00;
    padding-bottom: 10px;
}


p.fade-in-left,  p.fade-in-right, p.fade-in-bottom {
    text-align: left;
    font-family: arial;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 90%;
}


/***************************************************************************/



html {
    margin: 0;
    padding: 0;
    height: 100%;
}


.page-content {
    padding: 20px;
    height: 200vh; /* Simula una página larga */
    background-color: #f5f5f5;
}

.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease; /* Transición para tamaño, posición y otros cambios */
    transform-origin: center;
   font-size: 2rem;
    width: 8%;
        font-family: "Alfa Slab One", serif !important;
}

/* Estilos cuando el div se expande */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 1000;
    transition: all 0.5s ease;
    padding: 20px;
}

.fullscreen-content {
    text-align: center;
    max-width: 90%;
    line-height: 1.5;
}

/* Estilos del botón de cerrado */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsivo para pantallas más pequeñas */
@media screen and (max-width: 768px) {





    .fixed-div {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .fullscreen {
        font-size: 1.5rem;
    }

    .fullscreen-content {
        max-width: 100%;
    }

    .close-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/********************************/
p.noseascomplice {
    /* border-radius: 50px 0px 0px 50px; */
    font-weight: bold;
    color: #FFF;
    padding: 15px;
    font-size: 1.2em;
    line-height: 0.9em;
    text-align: center;
    width: 50%;
    margin: 55px auto 61px;
    background-image: url('../img/franjano.png');
    background-size: contain;
    background-repeat: no-repeat;
}
p.noseascomplice.fade-in-right span {
    background: #333;
    margin: 10px 0 0 0;
    line-height: 23px;
}

.modulo_iva_aprender {
    overflow: hidden;
    min-height: 240px;
    padding: 10px;
}

.modulo_iva_aprender a.btn.btn-default.btn-landing-iva{
  background: #ea5111;
    bottom: 70px;
    position: absolute;
    color: #FFF;
    text-wrap: balance;
    font-weight: bold;
    width: 50%;


}

p.noseascomplice.fade-in-right img {
    position: absolute;
    right: -25%;
    top: -58px;
    width: 31%;
}

img.img_prohibido.pull-left {
    margin: -6px 10px 4px 0px;
}

ul.contenido_items_iva.fade-in-right img {
    width: 13%;
}




h2.fade-in-left, h2.fade-in-right, h2.fade-in-bottom, .queesiva h2 {
    color: #fff;
    background: #ff8f26;
    margin: -27px 0 -1px -36px;
    padding: 2% 0% 1% 13%;
    background: linear-gradient(to bottom, #ffcf5e 0%, #ffb630 100%);
    width: 1000px;
    font-size: 1.4em;
}

.queesiva h2 {
    color: #fff;
    background: #ff8f26;
    margin: -27px 0 -1px -17px;
    padding: 7% 0% 3% 0%;
    background: linear-gradient(to bottom, rgb(255 142 36) 0%, rgb(255 138 31) 100%);
    width: 106%;
    font-size: 1.4em;
}
.queesiva {
    padding: 1%;
    background: #337ab7;
    border-radius: 25px;
    color: #FFF;
    overflow: hidden;
}






ul.contenido_items_iva.fade-in-right img {
    float: left;
    margin: -14px 4% 10px 0%;
    width: 7%;
}

ul.contenido_items_iva li img {
width: 12%;
}


ul.contenido_items_iva.fade-in-right li {
    width: 80%;
    margin: 12px -5px 0 0px;
    padding: 5px;
    float: right;
    display: block;
    height: 50px;
}
ul.contenido_items_iva > li.sub_item {
    /* background: green; */
    height: 77px;
}



ul.lista_queesiva {
    font-size: 0.9em;
}

ul.lista_queesiva li {
    margin: 15px;
    font-size: 0.8em;
    width: 86%;
}

.container_expandible {
    padding: 5%;
    margin: 10% 0% 0% 0%;
}


.container_expandible h3 {
    font-size: 0.8em;
}


section.ayudas_extras {
    border-top: 2px dotted #F8f8f8;
}


section.iva_principal {
   background: radial-gradient(ellipse at center, rgba(127, 140, 149, 1) 0%, rgba(72, 86, 95, 1) 100%);overflow: hidden;
    padding-bottom: 5%;
}

ul.lista_queesiva {
    text-align: left;
    list-style-type: none;
}

ul.lista_queesiva li {
    margin: 25px;
    color: #ffe167;
}

li.li_estado {
    font-size: 1.2em;
    font-family: "Alfa Slab One", serif !important;
}


section.ayudas_extras {
    padding: 25px;
}

section.ayudas_extras h3 {
    font-size: 16px;
    text-align: left;
    width: 87%;
    height: 42px;
    display: block;
    /* background: red; */
    padding: 2px;
}

.text_yocompro.fade-in-right p span {
    color: #FFF;
}




/* iPhone 11 y 12 Pro Max */
@media only screen and (max-width: 430px) {

    /* Estilos específicos para iPhone 11 y 12 Pro Max */



 #aun_no_formalizo, #formalizado, #conociendo_boleta {
      overflow: hidden; 
    box-shadow: -3px 9px 20px 0px #eb510d63;
    background: #f5f5f5;
    width: 100%;
    margin: 0;
}
    section.iva_principal {
    margin-top: 85px;
}


p.noseascomplice {
    /* border-radius: 50px 0px 0px 50px; */
    font-weight: bold;
    color: #FFF;
    padding: 51px 0 25px 0;
    font-size: 1.2em;
    line-height: 0.9em;
    text-align: center;
    width: 100%;
    margin: 21px auto;
    background-image: url('../img/franjano.png');
    background-size: inherit;
    background-repeat: no-repeat;
    border-top: 2px dotted yellow;
    border-bottom: 2px dotted yellow;
    background-position: center;
}

h2.fade-in-left, h2.fade-in-right, h2.fade-in-bottom, .queesiva h2 {
    color: #fff;
    background: #ff8f26;
    margin: -27px 10px 18px -28px;
    padding: 5% 21px 14px 42px;
    background: linear-gradient(to bottom, rgb(255 142 36) 0%, rgb(255 138 31) 100%);
    width: 120%;
    font-size: 1.3em;
}

.modulo_iva_aprender a.btn.btn-default.btn-landing-iva {
    background: #ea5111;
    bottom: 30px;
    position: absolute;
    color: #FFF;
    text-wrap: balance;
    font-weight: bold;
    width: 80%;
    font-size: 17px;
}

section.ayudas_extras h3 {
    font-size: 16px;
    text-align: left;
    width: 87%;
    height: 42px;
    display: block;
    /* background: red; */
    padding: 2px;
    margin: 0 0 40px 0;
}

a.choose-content.btn.btn-default {
    background: #101111;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px 50px;
    text-wrap: balance;
    width: 270px;
    font-size: 25px;
    margin: 15px 0 15px 0;
}

ul.contenido_items_iva.fade-in-right li {
    margin: 15px 0 33px -33px;
    padding: 5px;
    font-size: 16px;
    width: 130%;
    line-height: 30px;
}

ul.contenido_items_iva.fade-in-right img {
    float: left;
    margin: 13px 7% 79px 2%;
}
ul.contenido_items_iva.fade-in-right img {
    width: 22%;
}


.text_yocompro.fade-in-right {
    text-align: center;
    margin: 0 0 0 45px;
}

.text_yocompro p {
    text-align: left;
    font-family: arial;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
}


.text_yo_accion h2 {
    font-size: 5rem;
    line-height: 6rem;
    color: #FFF;
}

.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease;
    transform-origin: center;
    font-size: 2rem;
    width: 25%;
    font-family: "Alfa Slab One", serif !important;
}

div#ivaDiv p {
    font-size: 20px;
}



.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease;
    transform-origin: center;
    font-size: 2rem;
    width: 29%;
    font-family: "Alfa Slab One", serif !important;
}





.page-content {
    padding: 20px;
    height: 200vh; /* Simula una página larga */
    background-color: #f5f5f5;
}

.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease; /* Transición para tamaño, posición y otros cambios */
    transform-origin: center;
   font-size: 2rem;
    width: 9%;
        font-family: "Alfa Slab One", serif !important;
}

/* Estilos cuando el div se expande */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 1000;
    transition: all 0.5s ease;
    padding: 20px;
}

.fullscreen-content {
    text-align: center;
    max-width: 90%;
    line-height: 1.5;
}

/* Estilos del botón de cerrado */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}






}

/* iPhone 11 Pro y 12/13/14 Pro */
@media only screen and (max-width: 390px) {
    /* Estilos específicos para iPhone 11 Pro y iPhone 12 Pro */


        section.ayudas_extras h3 {
        font-size: 16px;
        text-align: left;
        width: 87%;
        height: 42px;
        display: block;
        /* background: red; */
        padding: 2px;
        margin: 0 0 55px 0;
    }

        .modulo_iva_aprender a.btn.btn-default.btn-landing-iva {
        background: #ea5111;
        bottom: 10px;
        position: absolute;
        color: #FFF;
        text-wrap: balance;
        font-weight: bold;
        width: 80%;
        font-size: 17px;
    }

.text_yo_accion h2 {
    font-size: 5rem;
    line-height: 6rem;
    color: #FFF;
}


.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease;
    transform-origin: center;
    font-size: 2rem;
    width: 29%;
    font-family: "Alfa Slab One", serif !important;
}





.page-content {
    padding: 20px;
    height: 200vh; /* Simula una página larga */
    background-color: #f5f5f5;
}

.fixed-div {
    float: right;
    position: fixed;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s ease; /* Transición para tamaño, posición y otros cambios */
    transform-origin: center;
   font-size: 2rem;
    width: 9%;
        font-family: "Alfa Slab One", serif !important;
}

/* Estilos cuando el div se expande */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 1000;
    transition: all 0.5s ease;
    padding: 20px;
}

.fullscreen-content {
    text-align: center;
    max-width: 90%;
    line-height: 1.5;
}

/* Estilos del botón de cerrado */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}



 .tabs_nf.flex-tabs_nf {
    width: 135%;
    margin: 0 0 0px -35px;
}

ul.contenido_items_iva.fade-in-right li {
    font-size: 13px;
    line-height: 17px;
    border: none;
}

    ul.contenido_items_iva.fade-in-right li.sub_item {
        font-size: 13px;
        line-height: 17px;
        border: none;
        height: 240px;
        display: block;
        overflow: hidden;
        width: 132%;
        margin: 0 -36px -37px 15px;
    }

    div#tab-one-panel_nf {
    width: 106%;
}

p.noseascomplice.fade-in-right {
    font-size: 15px;
}

ul.contenido_items_iva.fade-in-right li.sub_item ol li {
        font-size: 13px;
        line-height: 17px;
        border: none;
     
        margin: 0 32px -15px -15px;
        height: 50px;
        display: block;
        float: left;
        width: 100%;
    }


    #aun_no_formalizo, #formalizado, #conociendo_boleta {
        overflow: hidden;
        box-shadow: -3px 9px 20px 0px #eb510d63;
        background: #f5f5f5;
        width: 120%;
        margin: 0 -18px -15px -32px;
    }

a.choose-content.btn.btn-default.fade-in-bottom {
    margin: 0 -26px 14px 13px;
    font-size: 16px;
}

       ul.contenido_items_iva.fade-in-right img {
        width: 20%;
        margin: -11px 13px 14px 50px;
    }



}

/* iPhone 12 Mini, iPhone 13 Mini */
@media only screen and (max-width: 360px) {
    /* Estilos específicos para iPhone 12 Mini y iPhone 13 Mini */

}

/* iPhone 13/14 Pro y 13/14 Pro Max */
@media only screen and (max-width: 430px) {
    /* Estilos específicos para iPhone 13/14 Pro Max */
}

/* iPhone 14/14 Pro Max */
@media only screen and (max-width: 428px) {
    /* Estilos específicos para iPhone 14/14 Pro Max */
}







/*******css para tabs responsive****************/



 .worko-tabs {
     margin: 5px;
     width: 96%;
}
 .worko-tabs .state {
     position: absolute;
     left: -10000px;
}
 .worko-tabs .flex-tabs {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .worko-tabs .flex-tabs .tab {
     flex-grow: 1;
     max-height: 40px;
}
 .worko-tabs .flex-tabs .panel {
     background-color: #fff;
     padding: 20px;
     min-height: 300px;
     display: none;
     width: 100%;
     flex-basis: auto;
}
 .worko-tabs .tab {
     display: inline-block;
     padding: 10px;
     vertical-align: top;
     background-color: #eee;
     cursor: hand;
     cursor: pointer;
     border-left: 10px solid #ccc;
}
 .worko-tabs .tab:hover {
     background-color: #fff;
}
 #tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label {
     background-color: #fff;
     cursor: default;
     border-left-color: #69be28;
}
 #tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel {
     display: block;
}
 @media (max-width: 600px) {
     .flex-tabs {
         flex-direction: column;
    }
     .flex-tabs .tab {
         background: #fff;
         border-bottom: 1px solid #ccc;
    }
     .flex-tabs .tab:last-of-type {
         border-bottom: none;
    }
     .flex-tabs #tab-one-label {
         order: 1;
    }
     .flex-tabs #tab-two-label {
         order: 3;
    }
     .flex-tabs #tab-three-label {
         order: 5;
    }
     .flex-tabs #tab-four-label {
         order: 7;
    }
     .flex-tabs #tab-one-panel {
         order: 2;
    }
     .flex-tabs #tab-two-panel {
         order: 4;
    }
     .flex-tabs #tab-three-panel {
         order: 6;
    }
     .flex-tabs #tab-four-panel {
         order: 8;
    }
     #tab-one:checked ~ .tabs #tab-one-label, #tab-two:checked ~ .tabs #tab-two-label, #tab-three:checked ~ .tabs #tab-three-label, #tab-four:checked ~ .tabs #tab-four-label {
         border-bottom: none;
    }
     #tab-one:checked ~ .tabs #tab-one-panel, #tab-two:checked ~ .tabs #tab-two-panel, #tab-three:checked ~ .tabs #tab-three-panel, #tab-four:checked ~ .tabs #tab-four-panel {
         border-bottom: 1px solid #ccc;
    }
}

/***********************************************************************/



 .worko-tabs_ {
     margin: 5px;
     width: 96%;
}
 .worko-tabs_ .state_ {
     position: absolute;
     left: -10000px;
}
 .worko-tabs_ .flex-tabs_ {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .worko-tabs_ .flex-tabs_ .tab_ {
     flex-grow: 1;
     max-height: 40px;
}
 .worko-tabs_ .flex-tabs_ .panel_ {
     background-color: #fff;
     padding: 20px;
     min-height: 300px;
     display: none;
     width: 100%;
     flex-basis: auto;
}
 .worko-tabs_ .tab_ {
     display: inline-block;
     padding: 10px;
     vertical-align: top;
     background-color: #eee;
     cursor: hand;
     cursor: pointer;
     border-left: 10px solid #ccc;
}
 .worko-tabs_ .tab_:hover {
     background-color: #fff;
}
 #tab-one_:checked ~ .tabs_ #tab-one-label_, #tab-two:checked ~ .tabs_ #tab-two_-label_, #tab-three_:checked ~ .tabs_ #tab-three_-label_, #tab-four_:checked ~ .tabs_ #tab-four_-label_ {
     background-color: #fff;
     cursor: default;
     border-left-color: #69be28;
}
 #tab-one_:checked ~ .tabs_ #tab-one_-panel_, #tab-two_:checked ~ .tabs_ #tab-two_-panel_, #tab-three_:checked ~ .tabs_ #tab-three_-panel_, #tab-four_:checked ~ .tabs_ #tab-four_-panel_ {
     display: block;
}
 @media (max-width: 600px) {
     .flex-tabs_ {
         flex-direction: column;
    }
     .flex-tabs_ .tab_ {
         background: #fff;
         border-bottom: 1px solid #ccc;
    }
     .flex-tabs_ .tab_:last-of-type {
         border-bottom: none;
    }
     .flex-tabs_ #tab-one_-label_ {
         order: 1;
    }
     .flex-tabs_ #tab-two_-label_ {
         order: 3;
    }
     .flex-tabs_ #tab-three_-label_ {
         order: 5;
    }
     .flex-tabs_ #tab-four_-label_ {
         order: 7;
    }
     .flex-tabs_ #tab-one_-panel_ {
         order: 2;
    }
     .flex-tabs_ #tab-two-panel_ {
         order: 4;
    }
     .flex-tabs_ #tab-three_-panel_ {
         order: 6;
    }
     .flex-tabs_ #tab-four_-panel_ {
         order: 8;
    }
     #tab-one_:checked ~ .tabs_ #tab-one_-label_, #tab-two_:checked ~ .tabs_ #tab-two_-label_, #tab-three_:checked ~ .tabs #tab-three_-label_, #tab-four_:checked ~ .tabs #tab-four_-label_ {
         border-bottom: none;
    }
     #tab-one_:checked ~ .tabs_ #tab-one_-panel_, #tab-two_:checked ~ .tabs_ #tab-two_-panel_, #tab-three_:checked ~ .tabs #tab-three_-panel_, #tab-four_:checked ~ .tabs #tab-four_-panel_ {
         border-bottom: 1px solid #ccc;
    }
}



/*********************aun no formalizo******************************/
 .worko-tabs_nf {
     margin: 5px;
     width: 96%;
}
 .worko-tabs_nf .state_nf {
     position: absolute;
     left: -10000px;
}
 .worko-tabs_nf .flex-tabs_nf {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .worko-tabs_nf .flex-tabs_nf .tab_nf {
     flex-grow: 1;
     max-height: 40px;
}
 .worko-tabs_nf .flex-tabs_nf .panel_nf {
     background-color: #fff;
     padding: 20px;
     min-height: 300px;
     display: none;
     width: 100%;
     flex-basis: auto;
}
 .worko-tabs_nf .tab_nf {
     display: inline-block;
     padding: 10px;
     vertical-align: top;
     background-color: #eee;
     cursor: hand;
     cursor: pointer;
     border-left: 10px solid #ccc;
}

 .worko-tabs_nf .tab_nf:hover {
     background-color: #fff;
}

 #tab-one_nf:checked ~ .tabs_nf #tab-one-label_nf, #tab-two_nf:checked ~ .tabs_nf #tab-two-label_nf, #tab-three_nf:checked ~ .tabs_nf #tab-three-label_nf, #tab-four_nf:checked ~ .tabs_nf #tab-four-label_nf {
     background-color: #fff;
     cursor: default;
     border-left-color: #69be28;
}
 #tab-one_nf:checked ~ .tabs_nf #tab-one-panel_nf, #tab-two_nf:checked ~ .tabs_nf #tab-two-panel_nf, #tab-three_nf:checked ~ .tabs_nf #tab-three-panel_nf, #tab-four_nf:checked ~ .tabs_nf #tab-four-panel_nf {
     display: block;
}

 @media (max-width: 600px) {
     .flex-tabs_nf {
         flex-direction: column;
    }
     .flex-tabs_nf .tab_nf {
         background: #fff;
         border-bottom: 1px solid #ccc;
    }
     .flex-tabs_nf .tab_nf:last-of-type {
         border-bottom: none;
    }
     .flex-tabs_nf #tab-one-label_nf {
         order: 1;
    }
     .flex-tabs_nf #tab-two-label_nf {
         order: 3;
    }
     .flex-tabs_nf #tab-three-label_nf {
         order: 5;
    }
     .flex-tabs_nf #tab-four-label_nf {
         order: 7;
    }
     .flex-tabs_nf #tab-one-panel_nf{
         order: 2;
    }
     .flex-tabs_nf #tab-two-panel_nf {
         order: 4;
    }
     .flex-tabs_nf #tab-three-panel_nf {
         order: 6;
    }
     .flex-tabs_nf #tab-four-panel_nf {
         order: 8;
    }
     #tab-one_nf:checked ~ .tabs_nf #tab-one-label_nf, #tab-two_nf:checked ~ .tabs_nf #tab-two-label_nf, #tab-three_nf:checked ~ .tabs_nf #tab-three-label_nf, #tab-four_nf:checked ~ .tabs_nf #tab-four-label_nf {
         border-bottom: none;
    }
     #tab-one_nf:checked ~ .tabs_nf #tab-one-panel_nf, #tab-two_nf:checked ~ .tabs_nf #tab-two-panel_nf, #tab-three_nf:checked ~ .tabs_nf #tab-three-panel_nf, #tab-four_nf:checked ~ .tabs_nf #tab-four-panel_nf {
         border-bottom: 1px solid #ccc;
    }
}


