body.portal.pymes header nav {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.portal.pymes.intern header .container {
    align-items: center;
}

body.portal.pymes header nav {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.portal.pymes header nav .container {
    flex-direction: row;
    justify-content: flex-end;
}

body.portal.pymes header nav .container a {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-right-width: 4px;
    border-right-color: #0000;
    background-image: none;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
}

body.portal.pymes header nav .container>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    --tw-space-y-reverse: 0;
    margin: calc(0px*(1 - var(--tw-space-y-reverse))) calc(0px*var(--tw-space-x-reverse)) calc(0px*var(--tw-space-y-reverse)) calc(0px*(1 - var(--tw-space-x-reverse)));
}

body.portal.pymes header nav .container a.active {
    pointer-events: none;
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 93/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

body.portal .categorias {
    position: relative;
    width: 10rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
}

body.portal .categorias:before {
    content: "";
    top: 0;
    width: 500%;
    height: 100%;
    position: absolute;
    left: -500%;
    background: #fff;
}

body.portal .categorias a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(250 220 93 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 144 86 / var(--tw-text-opacity));
}

body.portal .categorias a:hover {
    --tw-bg-opacity: .8;
    background-color: rgb(250 220 93 / var(--tw-bg-opacity));
}

body.portal .categorias a {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(104 104 104 / var(--tw-border-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}

section#seminarios_pymes {
    width: 70%;
}


.container-cronograma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.fecha-cronograma {
    position: relative;
    width: 250px;
    margin: 20px;
}

a.fecha-cronograma:hover {
    transform: scale(1.1);
}

a.fecha-cronograma.ya-paso {
    pointer-events: none;

}



.container-mes {
    background-color: #009056;
    border-radius: 0 20px 0 21px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0 6px 6px #eaeaea;
    border: 1px solid #fff;
}

h4.mes {
    position: absolute;
    top: -19px;
    right: 20px;
    background-color: #009056;
    padding: 0px 20px 0;
    border-radius: 5px 5px 0 0;
    color: rgb(250 220 93 / var(--tw-bg-opacity));
}

.icn-crono {
    width: 90px;
    height: 60px;
    background-color: #fff;
    border-radius: 0 0px 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.icn-crono.feb {
    background-image: url(../img/cronograma/icn-cronograma-1.svg);
}

.icn-crono.mar {
    background-image: url(../img/cronograma/icn-cronograma-2.svg);
}

.icn-crono.abr {
    background-image: url(../img/cronograma/icn-cronograma-3.svg);
}

.icn-crono.may {
    background-image: url(../img/cronograma/icn-cronograma-4.svg);
}

.icn-crono.jun {
    background-image: url(../img/cronograma/icn-cronograma-5.svg);
}

.icn-crono.jul {
    background-image: url(../img/cronograma/icn-cronograma-6.svg);
}

.icn-crono.ago {
    background-image: url(../img/cronograma/icn-cronograma-7.svg);
}

.icn-crono.sep {
    background-image: url(../img/cronograma/icn-cronograma-8.svg);
}

.icn-crono.oct {
    background-image: url(../img/cronograma/icn-cronograma-9.svg);
}

.icn-crono.nov {
    background-image: url(../img/cronograma/icn-cronograma-10.svg);
}

.textos-cronograma {
    padding: 10px;
}


.textos-cronograma {
    padding: 10px;
    color: #fff;
    font-size: .9rem;
    line-height: 1rem;
}
.container-categorias{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

div#container .item .img-item{
    background-repeat: no-repeat;
    background-position: center 30%;
    height: 190px;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-image: url(../img/pymes/seminarios-pymes/2023/retos-2023.png);

}
div#container .item {
    display: flex;
    height: auto;
    width: 285px;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-width: 1px 1px 8px;
    border-color: rgb(234 234 234 / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 220 93 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: left;
    margin: 1rem;
}

div#container  .item:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-drop-shadow: drop-shadow(0 25px 25px #00000026);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}


div#container .item .info {
    display: flex;
    height: 180px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

div#container .item .info h3{
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(0 144 86 / var(--tw-text-opacity));
}

div#container .item .info .title>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem* var(--tw-space-y-reverse));
}
div#container .item .info .action {
    display: flex;
    width: 100%;
    flex-direction: column;
}
div#container .item .info .action span {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.item .info .action span i {
    margin-left: 10px;
    font-size: .75rem;
    line-height: 1rem;
    transition: all .4s ease-in-out;
}


@media (max-width:1330px) {

.fecha-cronograma {
    position: relative;
    width: 200px;
    margin: 20px 10px;
}
}

@media (max-width: 1023px) {
    body.portal.empresas.intern main .seminarios .container .container-right {
        padding: 1.5rem;
    }
}
@media (max-width:990px) {
    section#seminarios_pymes {
        width: 90%;
    }
    div#container .item {
        
        width: 250px;
        }
}

@media (max-width:768px) {
    section#seminarios_pymes {
        width: 95%;
    }
    div#container .item .info{
        height: 100px;
    }

    body.portal .categorias {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;

    }

    body.portal .categorias a {
        padding: 10px;
        border: none;
        background-color: #f7f7f7;
        margin: 5px;
    }
    div#container .item {
        
        width: 80%;
        }
}

h3.nombre-categoria {
    font-weight: 600;
    color: #009056;
    font-size: 1.2rem;
    padding: 20px 0 10px;
}