﻿.datos-Top {
    background-image: url('/imagenes/apps/controlpresencia_fondo_top.jpg');
    width: 100%;
    height: 550px;
    background-size: cover;
    margin-bottom: 50px;
    display: inline-flex;
    overflow: hidden;
}

    .datos-Top .texto {
        width: 40%;
        text-align: left;
        padding-top: 50px;
        padding-left: 50px;
    }

    .datos-Top .imagenes {
        width: 59%;
        position: relative;
        overflow: hidden;
    }

.titulo {
    color: white;
    font-size: 4.5rem !important;
    line-height: 4.2rem;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.subtitulo {
    color: white;
    font-size: 2rem;
    line-height: 2rem;
}

.tablet {
    background-image: url('/imagenes/apps/controlpresencia_tablet.png');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 80%;
}

.movil {
    background-image: url('/imagenes/apps/controlpresencia_mano_movil.png');
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -150px;
    right: -250px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: all 1s ease;
}

.iframe {
    width: 680px;
    height: 382px;
}

body {
    font-family: Gotham-Book;
}

#encabezadoBlog {
    /*background: #0074F3;
    height: 100px;*/
    padding: 20px 10px;
    margin: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
}

    #encabezadoBlog span {
        font-family: Gotham-Medium !important;
        color: #24129f;
        font-size: .9rem;
    }

        #encabezadoBlog span:first-child {
            font-size: 2.5rem;
            line-height: 3rem;
        }

#contenidoNoticiasPrincipales {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.noticiaInd {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: left;
    overflow: hidden;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all 0.3s ease;
}

.item-noticiaInd {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: left;
    width: 99%;
    padding: 1px;
    transition: all 0.3s ease;
}

    .item-noticiaInd:hover .titulo00 {
        color: #6a3ab9 !important;
    }

.itemItem-noticiaInd {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: left;
    transition: all 0.3s ease;
}

.tituloNoticiasPrincipales, .tituloTodasNoticias {
    padding: 40px 0px;
}

#contenidoNoticias {
    width: 95%;
    margin: 0 auto;
    min-height: 100%;
    display: inline-flex;
}

.todasNoticias {
    display: block;
    width: 100%;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    margin: 50px 0;
}

#panel1 {
    margin-top: 20px;
    display: flex;
    max-width: 300px;
    border: #414042 solid 1px;
    padding: 1px;
}

.derecha div {
    margin-top: 50px;
}

.derecha span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: #d22067;
}

.derecha input[type=text] {
    width: 250px;
    padding: 5px 10px;
    border: 0;
}

.derecha input:focus {
    outline: none;
}

.derecha input[type=image] {
    padding: 4px;
    height: 25px;
    width: 25px;
    margin-bottom: -12px;
    border-width: 0px;
}

.item-todasNoticias {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 680px;
    padding: 20px 0;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

    .item-todasNoticias img {
        width: auto;
        height: auto;
        max-height: 450px;
        margin: 0 auto;
    }

    .item-todasNoticias:hover .titulo00 {
        color: #48da75 !important;
    }

.resumen {
    font-family: Gotham-Book;
    padding: 10px 30px;
    font-size: 1.2rem;
}

.itemItem-todasNoticias {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    transition: all 0.3s ease;
}

/*.itemItem-todasNoticias.estiloTitulo a:first-child {
        min-height: 225px;
    }*/

.cabeceras {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all 0.3s ease;
}

.item-.cabeceras {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    transition: all 0.3s ease;
}

.estiloTitulo {
    /*padding: 0 0 10px 0;*/
    transition: all 0.3s ease;
}

    .estiloTitulo a {
        width: 90%;
        margin: 0 auto;
        min-height: 75px;
    }

#cabeceraNoticias {
    background-image: url(../imagenes/noticias/noticias.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
}

#col01elem01 {
    height: 600px;
    /*background-image: url(../imagenes/noticias/noticia01.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s cubic-bezier(.215,.61,.355,1);
    overflow: hidden;
}

#col01elem02 {
    width: 100%;
    height: 80px;
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

#col02 {
    height: 700px;
    background-color: #707e21;
}

#col02elem02 {
    height: 600px;
    background-image: url(../imagenes/noticias/noticia02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#col03 {
    height: 700px;
    background-color: #2b3088;
}

#col03elem01 {
    height: 600px;
    background-image: url(../imagenes/noticias/noticia03.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#col04 {
    height: 700px;
    background-color: #d22067;
}

#col04elem01 {
    height: 600px;
    background-image: url(../imagenes/noticias/noticia04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#contenidoNoticiasDetalle {
    width: 60%;
    margin: 230px auto;
    min-height: 100%;
}

#gridNoticias {
    width: 100%;
    overflow: hidden;
}

#filaDer {
    padding-top: 12px;
    float: right;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    #filaDer div {
        height: 1px;
        margin-bottom: 1px;
        background-color: #6a3eb9;
    }

        #filaDer div:nth-child(1) {
            transform: scale(1, 1) rotateZ(45deg) translate(8px, 8px);
            -webkit-transform: scale(1, 1) rotateZ(45deg) translate(8px, 8px);
        }

        #filaDer div:nth-child(2) {
            transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 7px);
            -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-6px, 7px);
        }

#filaIzq {
    float: left;
}

#noticias {
    /*width: 100%;*/
    /*min-height: 100%;*/
    background-color: #fff;
    display: flex;
    min-height: 0 !important;
    margin: 75px 0 0 0;
}

#rotuloNoticias {
    background-color: #b9cf39;
    width: 100%;
    padding: 5px 0px 5px 60px;
    overflow: hidden;
}

.seccionNoticias {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.seccionTags {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
}

.item-tags {
    display: flex;
    width: 65%;
}

.item-seccionTags {
    font-display: swap;
    font-family: 'robotolight';
    color: #6a3eb9;
}

.item-compartir {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.redesCompartir {
    display: flex;
}

    .redesCompartir .icon-facebook2:before, .redesCompartir .icon-twitter2:before, .redesCompartir .icon-linkedin:before, .redesCompartir .flaticon-social-google-plus-square-button:before {
        color: #6a3eb9;
        margin-left: 5px;
    }

    .redesCompartir .icon-facebook2:hover:before, .redesCompartir .icon-twitter2:hover:before, .redesCompartir .icon-linkedin:hover:before {
        color: #000;
    }


.seccionTags li {
    float: left;
    margin: 0px 5px;
    padding: 5px;
    border: 1px solid #6a3eb9;
    font-size: 0.9em;
}

    .seccionTags li:hover, .seccionTags li:hover a, .seccionTags li:hover .icon-label:before {
        background: #6a3eb9;
        color: white !important;
        cursor: pointer;
    }

.seccionTags a {
    font-display: swap;
    font-family: 'robotoregular';
    color: #571270;
    margin-left: 5px;
}

#txtNot {
    margin-top: 10px;
    width: 90%;
    margin: 0 auto;
}

#imagenNoticia {
    padding-right: 30px;
    padding-top: 10px;
}

    #imagenNoticia img {
        width: 100px;
        height: auto;
    }

.itemNoticia {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .itemNoticia a {
        color: #6a3eb9;
    }

.itemItemNoticia {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.itemContenidoNoticia {
    display: flex;
    display: flexbox;
    display: -webkit-box;
    /*display: -webkit-flex;*/
    display: -moz-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 80%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px 0px;
    position: relative;
    margin: 0 auto;
    height: 45px;
}

    .itemContenidoNoticia .txtError {
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        font-size: 1rem;
        line-height: 2.3rem;
        padding: 5px 50px;
    }

#ctrcabecera1_LabelUsuario {
    margin-right: 2px;
    font-display: swap;
    font-family: 'robotolight';
}

.titulo00 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #24129f;
    font-family: Gotham-Medium !important;
}

    .titulo00 p {
        font-size: .9rem;
    }

.txtError {
    /*font-family: 'robotoregular';*/
    font-size: 0.8rem;
    line-height: 1.8rem;
    transition: all 0.6s ease;
    padding: 5px 20px;
    bottom: 0;
    color: #48da75 !important;
    font-weight: bold;
}

.txt00pMalva {
    /*font-family: 'robotolight';*/
    font-size: 0.7rem;
    line-height: 1.1rem;
    color: #6a3eb9;
}

.tituloNoticiasPrincipales {
    padding: 40px 0 0 0;
    font-size: 6rem;
    line-height: 7rem;
}

.textoBlog {
    color: #FFF;
    /*font-family: 'robotomedium';*/
}

#contenidoNoticiasPrincipales {
    position: relative;
    width: 100% !important;
}


#contenidoNoticia {
    height: auto;
    position: relative !important;
    width: 90%;
    margin: 0 auto;
}


#pie {
    height: auto !important;
}

#owl-carousel .item {
    margin: 3px;
}

.owl-item {
    max-width: 350px !important;
}

#owl-carousel .title {
    text-align: center;
}

#owl-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-wrapper-outer {
    margin-top: -100px !important;
}

h1, h2 {
    font-weight: lighter;
}

.notRel, .notOther {
    display: flex;
    cursor: pointer;
    width: 80% !important;
    margin: 0 auto;
}

#contenidoNoticia h2, #contenidoNoticia h3 {
    color: #d22067;
    /*border-top: 2px solid;*/
    padding: 20px 0;
    width: 100%;
    /*text-transform: uppercase;*/
}

#contenidoNoticia h2 {
    font-size: 1.8rem;
    font-family: Gotham-Medium;
}

#contenidoNoticia h3 {
    font-size: 1.5rem;
    font-family: Gotham-Book;
}

    #contenidoNoticia h3:hover a {
        text-decoration: underline !important;
    }

h4 {
    color: #ff6d01;
}

/*.fondoNoticias {
            background-image: url(https://www.supercompdigital.com/imag/news/portadaNoticias.jpg);
            background-position: 50% 40%;
            background-repeat: no-repeat;
        }*/

.fondoNoticias {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /*filter: brightness(0.5);*/
    height: 450px;
    position: relative;
}

.tituloNoticiaFlot {
    position: absolute;
    top: 0;
    left: 0;
}

.itemItemContenidoNoticia.btnLista {
    border: 1px solid #000;
    padding: 10px 0;
}

#ppalCategorias {
    text-align: center;
    margin: 0;
    font-weight: bold;
    width: 100%;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    z-index: 10;
    padding: 0;
    margin: 20px 0;
}

    #ppalCategorias li:last-child {
        margin-bottom: 50px;
    }

    #ppalCategorias li {
        display: inline-flex;
        padding: 5px 15px;
        margin: 5px;
        font-size: 1rem;
        transition: all 500ms;
        border-radius: 20px;
        width: 100%;
        text-align: left;
    }

        #ppalCategorias li a {
            display: inline-flex;
            line-height: 1.5rem;
            color: #24129f;
        }

            #ppalCategorias li a:hover {
                color: #48da75 !important;
            }

.contenedorCaptura {
    width: 100px;
    height: 100px;
    margin-top: 0 !important;
    margin-right: 20px;
    text-align: center;
}

.capturaApp {
    max-width: 100px;
    max-height: 100px;
}

.capturaApp2 {
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 0 !important;
}

#contenidoNoticia #galeria {
    width: 80%;
    flex-wrap: wrap;
    align-content: center;
    /*justify-content: center;*/
    margin-top: 10px;
    /*background: #D4D1D6;*/
    padding: 10px 0 10px 5px;
    margin-bottom: 10px;
    display: none;
    margin: auto;
}

    #contenidoNoticia #galeria.visible {
        display: flex;
    }

.flecha1, .flecha2 {
    transform: rotateX(0deg);
}

    .flecha1.flip, .flecha2.flip {
        transform: rotateX(180deg);
    }



#galeriaRel {
    flex-wrap: wrap;
    align-content: center;
    /*justify-content: center;*/
    margin-top: 10px;
    /*background: #D4D1D6;*/
    padding: 10px 0 10px 5px;
    margin-bottom: 10px;
    display: none;
    width: 80%;
    margin: auto;
}

    #galeriaRel.visible {
        display: flex;
    }

    #galeria .item, #galeriaRel .item {
        width: 24.5%;
        margin: 1px 1px;
        overflow: hidden;
    }

    #galeria img, #galeriaRel img {
        max-width: 100%;
        width: 100%;
        max-height: 220px;
        object-fit: cover;
    }

    #galeria .item:hover img, #galeriaRel .item:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

#contenidoNoticia .tituloCarousel {
    text-align: center;
    color: #000 !important;
    background: #0074F3;
    min-height: 50px;
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
}

.not {
    margin-top: 25px;
    margin-bottom: 25px;
}

.item-compartir {
    justify-content: flex-start !important;
}

.listaNoticias {
    padding: 10px;
    border: 1px solid #0074F3;
    /*font-family: 'robotolight';*/
}

    .listaNoticias:hover {
        background: #0074F3;
        color: white;
    }

#lblCuerpo p {
    text-align: justify;
    font-family: Gotham-Book;
    font-size: 1.3rem;
}

#descripcion a {
    color: #48da75;
}

    #descripcion a:hover {
        text-decoration: underline !important;
    }

.tituloNoticia {
    width: 80%;
    margin-right: 10px;
}

.btnlista {
    width: 20%;
    margin-right: 10px;
}

.divmenuLat {
    left: -300%;
}

#btnMenu {
    display: flex;
}

.cnt-noticia {
    width: 95%;
    margin: 20px auto;
}

.breadcrumbs {
    width: 100%;
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
    margin-top: 20px;
    margin-bottom: 40px;
    /*font-family: 'robotolight';*/
    font-size: 1rem;
    line-height: 2rem;
    color: #7e7e7e;
    text-transform: uppercase;
    margin-top: -100px;
    padding: 0;
}

    .breadcrumbs li {
        float: left;
        margin: 0px 3px;
    }

    .breadcrumbs a {
        color: #24129f;
    }

.cntN-imagen img {
    max-width: 100%;
}

/*.derecha {
    width: 100%;
}*/

@media (min-width:1280px) {
    #galeria img, #galeriaRel img {
        min-height: 220px;
    }
}

@media (max-width:1280px) {

    #encabezadoBlog span:first-child {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .resumen {
        font-size: 1rem;
    }

    .titulo00 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

@media (max-width:1280px) and (min-width: 680px) {
    .tituloCarousel div {
        max-height: 70px;
        overflow: hidden;
    }
}

@media (max-width: 1200px) {
    .item-todasNoticias {
        width: 480px;
    }

    .iframe {
        width: 480px;
        height: 270px;
    }

    .derecha {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width:1080px) {
    .tituloCarousel {
        min-height: 80px;
    }

    .tituloNoticia {
        width: 75%;
    }

    .btnlista {
        width: 25%;
    }

    .seccionTags {
        flex-direction: column;
    }

    .item-tags {
        width: 100%;
    }

    .item-compartir {
        width: 100%;
        margin-top: 20px;
        justify-content: left;
    }
}

@media (min-width: 768px) {
    .texto .titulo {
        margin-top: 100px;
    }

    .texto .subtitulo {
        margin-top: 50px;
    }
}

@media (max-width:768px) {
    #lblCuerpo p {
        font-size: 1.1rem;
    }

    #contenidoNoticia h3 {
        font-size: 1.3rem;
    }

    #contenidoNoticia h2 {
        font-size: 1.6rem;
    }

    .item-todasNoticias {
        margin-bottom: 10px;
    }

    .titulo00 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    #encabezadoBlog span:first-child {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #contenidoNoticias {
        display: block;
    }

    .fondoNoticias {
        height: 400px;
    }
}

@media (max-width:680px) {
    #galeria .item, #galeriaRel .item {
        width: 49%;
    }

    .tituloNoticia {
        width: 80%;
    }

    .btnlista {
        width: 20%;
        margin-top: 10px;
    }

    .listaNoticias {
        font-size: 0.8em;
        padding: 3px;
    }

    .itemContenidoNoticia {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    #encabezadoBlog span:first-child {
        font-size: 1.2rem !important;
        line-height: 1.5rem;
    }

    #encabezadoBlog span {
        font-size: .7rem;
    }

    .breadcrumbs {
        font-size: .7rem;
        line-height: 1.1rem;
    }

    .itemContenidoNoticia, #txtNot, .notRel, .notOther, #galeriaRel, #galeria {
        width: 95% !important;
    }
}

@media (max-width:480px) {
    .datos-Top .texto {
        padding-left: 20px !important;
    }

    .item-todasNoticias {
        width: 100%;
    }

    .iframe {
        width: 100%;
        height: 300px;
    }

    .item-todasNoticias img {
        margin: 0 10px;
        border-radius: 10px;
    }

    #contenidoNoticia {
        width: 98% !important;
    }

    .titulo00 {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .fondoNoticias {
        width: 100% !important;
        height: 300px;
    }

    #galeria .item, #galeriaRel .item {
        width: 99%;
    }

    .cntN-imagen {
        width: 100%;
        text-align: center;
    }

    .tituloNoticiasPrincipales {
        font-size: 5rem;
        line-height: 4rem;
        padding: 0;
    }

    #ppalCategorias li a {
        font-size: 0.7rem;
        line-height: 2rem;
    }

    .item-todasNoticias {
        width: 99%;
        padding-bottom: 0;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    }

    .estiloTitulo {
        padding: 0;
    }

    #lblCuerpo p {
        font-size: .9rem;
        line-height: 1.3rem;
    }

    ol {
        font-size: .9rem;
        line-height: 1.3rem;
        margin: 10px 0;
    }

    .resumen {
        display: none;
    }
}
