
@media only screen and (max-width: 536px) and (min-width: 321px) {
    #leftside {
        display: table-footer-group;
    }

    .style3 {
        width: auto;
    }

    #dFecha2 {
        display: table-cell !important;
    }
}



/*horizontal slide*/

.horz-slides {
    display: none;
    width: 100%;
    height: 100%;
}

.horz-img-slide {
    height: 100%;
    width: 100%
}


.horz-slides-dots {
    text-align: center;
    position: relative;
    top: -21px;
}

/* Slideshow container */
.horz-slides-show-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

    .horz-slides-show-container a {
        text-decoration: none;
    }


.horz-dot-selected {
    background-color: #767676 !important;
}


/* Next & previous buttons */
.horz-prev, .horz-next {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: 26px;
    margin-top: -22px;
    padding: 10px;
    color: #a8a8a8;
    font-weight: bold;
    font-size: 26px;
    transition: 0.6s ease;
    border-radius: 20px;
    text-align:center;
}

/* Position the "next button" to the right */
.horz-next {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .horz-prev:hover, .horz-next:hover {
        background-color: rgba(0, 0, 0, 0.40);
    }

/* Caption text */
.horz-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.horz-number-text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.horz-dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
}

    .horz-active, .horz-dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.horz-fade {
    /*-webkit-animation-name: fade;
    -webkit-animation-duration: .2s;
    /*animation-name: fade;*/
    /* animation-duration: .2s; */
}

@-webkit-keyframes fade {
    from {
        display: block;
    }

    to {
        margin: 0;
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*horizontal sl�ide*/

/*vertical slide*/

.vert-slides {
    -webkit-animation: slideUp 20s alternate infinite;
    -moz-animation: slideUp 20s alternate infinite;
    -o-animation: slideUp 20s alternate infinite;
    animation: slideUp 20s alternate infinite;
    position: relative;
}

.vert-slide {
    max-width: 100%;
    max-height: 500px;
    background-size: contain;
}

.vert-img-slide {
    width: 100%;
    height;
    100%;
}

.vert-number-text {
    position: relative;
    z-index: 1;
    top: 10px;
    display: none;
}


/* Slideshow container */
.vert-slides-show-container {
    border: 3px solid #AAA;
    width: 210px;
    height: 393px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}

/* Fading animation */
@-webkit-keyframes slideUp {
    0% {
        bottom: 0;
    }

    20% {
        bottom: 0;
    }

    40% {
        bottom: 393px;
    }

    60% {
        bottom: 393px;
    }

    80% {
        bottom: 786px;
    }

    100% {
        bottom: 786px;
    }
}

@-moz-keyframes slideUp {
    0% {
        bottom: 0;
    }

    20% {
        bottom: 0;
    }

    40% {
        bottom: 393px;
    }

    60% {
        bottom: 393px;
    }

    80% {
        bottom: 786px;
    }

    100% {
        bottom: 786px;
    }
}

@-o-keyframes slideUp {
    0% {
        bottom: 0;
    }

    20% {
        bottom: 0;
    }

    40% {
        bottom: 393px;
    }

    60% {
        bottom: 393px;
    }

    80% {
        bottom: 786px;
    }

    100% {
        bottom: 786px;
    }
}

@keyframes slideUp {
    0% {
        bottom: 0;
    }

    20% {
        bottom: 0;
    }

    40% {
        bottom: 393px;
    }

    60% {
        bottom: 393px;
    }

    80% {
        bottom: 786px;
    }

    100% {
        bottom: 786px;
    }
}

[not-existing] {
    zoom: 1;
}

/*vertical slide*/

/*image viwewer*/


.style-viewer {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;/**/
    transition: 0.5s;
    flex: 1 0 0px;
    align-items: center;
    background-color: #00000061;
    top: 0;
    cursor: pointer;
}

#img-viewer-img {
    vertical-align: middle;
    margin: 0 auto;
    top: 5%;
    display: block;
    position: relative;
    background-color: #fff0;
    border-radius: 10px;
}

#img-viewer-image {
    height: auto;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw;
    max-height: 90vh;
    min-height: 90vh;
     border-style: solid;
    border-color: #888888;
    border-radius: 15px;
    border: 5px white solid;
    box-shadow: 0 0 10px 4px #333333;
}

.viewable {
    cursor: pointer;
}

.hide{
    display:none;
}

.hidden{
    display:none !important;
}
/*image viwewer*/


/*region filtro secciones*/

.tpfiltros{
    display:table;
    min-width:360px;
    /*background-color:#cf102e;**/
    margin-bottom:20px;
}

.tpfiltros .tpf-item{
    position: relative;
    text-align:center;
    display:table-cell;
    padding:0 10px;
    height: 30px;
    vertical-align:middle;
    cursor:pointer;
    color:#cf102e;
    text-transform:uppercase;
    font-weight: bold;
    font-size:  larger;
    text-decoration:none;
    border:solid 1px #cf102e;
    border-radius:10px;
}

.tpfiltros .tpf-item:hover{
    background-color:#cf102e;
    color:white;
}

.tpf-item-hover{
    background-color:#cf102e;
    color:white !important;
}
/*region filtro secciones*/
 
/*region contenido secciones*/
#tppaginas .tpc-item{
    display:table-cell;
    height:100%;
    width:100&;
}

/*region contenido secciones*/


#mosaicoprincipalcontenedor {

}

#mosaicoprincipalitemstabla {
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}
.mosaicoprincipalitemsfila {
    
    vertical-align:middle;
    align-items:center;

    margin: 10px;
}

.mp-item-cnt{
    width: 200px;
    height: 200px;
    display:  inline-flex;
}

.mp-item{
    box-shadow: 0px 0px 8px #333;
    display:table-cell;
    height:180px;
    width: 190px;
    /*border:black solid 1px;
    border-radius:10px;*/
    cursor:pointer;
    opacity:0.8;
}

.mp-item:hover{
    opacity: 1;

}

.mp-item-icn{
    width:100px;
    height:100px;
    margin: 20px auto;
}

.mp-item-ttl{
    display:flex;
    background-color:#0000007a;
    color:white;
    height:40px;
    text-align:center;
    vertical-align:middle;
}

.mp-item-ttl span{
    margin:auto;
    font-size:small
}

#ef, #cc{
     background-color: #ff2e8f;
}

#ep,#fe{
     background-color: #ff8a37;
}

#cm, #ec{
     background-color: #7922bb;    
}

#ts{
     background-color: #2258bb;    
}

#asn{
     background-color: #5dbb22;    
}

#aaentrega {
    background-color: #5dbb22;
}

#ccp {
    background-color: #6495ed;
}

#coc {
    background-color: #ebb600;
}

.card-avisos {
    background-color: #F7F7F7; /* Fondo gris tenue */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Espacio entre los elementos */
}

.card-avisos-title {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.card-avisos-message {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 12px;
    color: #888888;
}

.divider-avisos {
    height: 0px;
    background-color: #ccc;
    margin: 0px 0;
    border: 0.5px solid #ccc;
}

#tppcontbienvenido {
    width: 100%;
    height: 31700px;
    overflow: hidden;
    position: relative;
    border: none;
}

    #tppcontbienvenido iframe {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }

.containerwhatsapp {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
}

.containerwhatsapptel {
    display: inline-flex;
    align-items: center;
}

    .containerwhatsapptel img {
        width: 28px;
        height: 28px;
        margin-right: 5px;
    }