/*ASPECTOS GENERALES*/

@font-face {
    font-family: "TTFirsNeue";
    src: url("../fonts/TTFIRSNEU/TT Firs Neue Bold.ttf") format("truetype");
}
.bodyPrincipal {
    position: relative;
    min-height: auto;
    padding-bottom: 150px;
}
.contenedorPrincipal {
    min-height: calc(100vh - 150px - 120px);
}
.mainPrincipal {
    overflow: auto;
    padding-bottom: 10px;
}
.footerPrincipal {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
}
.alineacion {
    text-align: left;
}
div.lineaverticalBlanco {
    border-right-width: 1px;
    border-right-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: 2%;
}

.labelTituloLinkColor {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 50% 2px;
    transition: background-size 0.6s;
}

.labelTituloLinkColor:hover {
    background-size: 100% 3px;
    background-image: linear-gradient(currentColor, currentColor);
}

/*header superior */

.headerSuperior {
    height: max-content;
    width: 100%;
    background-color: #f4f7ff;
}
.h1Titulo {
    font-size: x-large;
    padding-top: 5px;
    font-weight: 900;
    font-family: "TTFirsNeue";
}
.posicionMenuD {
    margin-top: 10px;
}
/* Mobile ICON BACK */
.mobileIcon {
    position: static;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    width: 100%;
}

.mobileIcon i {
    color: #fff;
}

.mobileIconMenu {
    font-size: 30px;
}

@media (min-width: 768px) {
    .h1Titulo {
        font-size: x-large;
        padding-top: 5px;
        font-weight: 900;
        font-size: 70px;
    }
    .posicionMenuD {
        padding-top: 20px;
    }
    .mobileIcon {
        font-size: 55px;
    }
    .mobileIconMenu {
        font-size: 40px;
    }
    div.lineaverticalBlanco {
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: transparent;
        border-right-color: #ffffff;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}
/*SOLO PARA CASOS DONDE EL CONTENIDO ES MUY PEQUEÑO Y EL FOOTER QUE ARRIBA*/
.htmlCss {
    min-height: 100%;
    position: relative;
}
.bodyCss {
    margin: 0;
}
.mainCss {
    margin-bottom: 8%;
}
.footerCss {
    position: absolute;
    bottom: 0;
}

/*Footer Gneral */
.cintilloDerechos {
    position: inherit;
    width: 100%;
    padding-bottom: 0;
}

.footer {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    position: inherit;
}

.imgFooter {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
}

h1 {
    position: relative;
    align-content: center;
    font-size: 35px;
    font-weight: 900;
}

.ocultar {
    display: none;
}
.mostrar {
    display: block;
}

.tituloMarcado {
    font-weight: 500;
    font-size: small;
    padding: 0;
    margin: 0;
}

.tituloSubMarcado {
    font-weight: 500;
    font-size: small;
    padding: 0;
    margin: 0;
}
.tituloSimple {
    font-weight: 500;
    font-size: small;
    padding: 0;
    margin: 0;
}

h2 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #0d4c80;
    font-size: xx-large;
    font-weight: 200;
}
button:focus {
    outline: none;
}
.btn:active {
    outline: none;
}
.limitante1 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 1;
}
.limitante2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 2;
}
.limitante3 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* <integer> values */
    -webkit-line-clamp: 3;
}
.ancho900 {
    font-weight: 900;
}
.ancho800 {
    font-weight: 800;
}
.ancho700 {
    font-weight: 700;
}
.ancho600 {
    font-weight: 600;
}
.ancho500 {
    font-weight: 500;
}
.ancho400 {
    font-weight: 400;
}
.ancho300 {
    font-weight: 300;
}
.ancho200 {
    font-weight: 200;
}

.sizeXSmall {
    font-size: x-small;
}
.sizeSmall {
    font-size: small;
}
.sizeMedium {
    font-size: medium;
}
.sizeLarge {
    font-size: large;
}
.sizeXLarge {
    font-size: x-large;
}

.link {
    cursor: pointer;
}
.zoom {
    transition: transform 0.3s; /* Animation */
}
.zoom:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 13px 9px 19px -2px rgba(219, 219, 219, 1);
    -moz-box-shadow: 13px 9px 19px -2px rgba(219, 219, 219, 1);
    box-shadow: 13px 9px 19px -2px rgba(219, 219, 219, 1);
}
.zoomSimple {
    transition: transform 0.3s; /* Animation */
}
.zoomSimple:hover {
    transform: scale(1.1);
}
.sombra {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
}

/*CSS para boton de regresar*/
.contenedorBtn {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 5;
}
.botonFLoat {
    top: 0px;
    left: 15%;
    right: 0;
    bottom: 0;
    position: absolute;
    border: none;
    outline: none;
    color: transparent;
    padding: 35px;
    background: transparent;
    background-image: url("../img/general/returnmovil.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.botonFLoat:focus {
    outline: none;
}

@media (min-width: 768px) {
    .footer {
        width: 100%;
        padding-top: 2%;
        color: #fff;
        position: inherit;
    }
    .imgFooter {
        width: 75%;
    }
    .tituloMarcado {
        font-weight: 600;
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

    .tituloSubMarcado {
        font-weight: 500;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .tituloSimple {
        font-weight: 500;
        font-size: 15px;
        padding: 0;
        margin: 0;
    }
    h1 {
        position: relative;
        align-content: center;
        font-size: 105px;
        font-weight: 900;
    }
    h2 {
        font-family: "Montserrat";
        text-align: center;
        color: #0d4c80;
        font-size: 64px;
        font-weight: 200;
    }
    h2.linea {
        position: relative;
        z-index: 1;
    }
    h2.linea:before {
        border-top: 8px dotted;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 50%;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
    h2.linea span {
        padding: 0 15px;
    }

    .contenedorBtn {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 15%;
        top: 3%;
        z-index: 5;
    }
    .botonFLoat {
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0;
        position: absolute;
        border: none;
        outline: none;
        color: transparent;
        padding-top: 75px;
        background: transparent;
        background-image: url("../img/general/returnmovil.png");
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .botonFLoat:focus {
        outline: none;
    }
    .alineacion {
        text-align: right;
    }
}

/* EL menu se trabaja en el Style styleIndexPlantilla */
/************************/
section {
    padding-top: 0;
    padding-bottom: 0;
}

/*ScrollPersonalizado*/
.scroll1::-webkit-scrollbar {
    width: 10px;
}
.scroll1::-webkit-scrollbar-thumb {
    background: #ffffff;
    border: 12px solid #144364;
    border-radius: 19px;
}
.scroll1::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}
.scroll1::-webkit-scrollbar-thumb:active {
    background: #144364;
}
.scroll1::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: 13px solid #ffffff;
    border-radius: 41px;
}
.scroll1::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
.scroll1::-webkit-scrollbar-track:active {
    background: #144364;
}
.scroll1::-webkit-scrollbar-corner {
    background: transparent;
}

.msjError {
    width: 100%;
    background-color: #cb32349d;
    padding: 8px;
    font-weight: 600;
}

.msjValido {
    width: 100%;
    background-color: #539e279d;
    padding: 8px;
    font-weight: 600;
}

.botonGeneral {
    background: #144364;
    border-radius: 15px;
    color: #fff;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border: 2px solid transparent;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
}
.botonGeneral:hover {
    background: transparent;
    border-radius: 15px;
    border: 2px solid #144364;
    color: #144364;
    font-weight: bold;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 10px 2px rgba(171, 171, 171, 1);
}

/*TEXTO CON IMAGEN DE FONDO*/

.fondoTexto img {
    width: 35px;
    margin-top: -45px;
    margin-left: -9px;
}
@media (min-width: 768px) {
    .fondoTexto {
        align-items: center;
        align-self: center;
        text-align: center;
    }
    .fondoTexto img {
        width: 65px;
        align-items: center;
        margin-top: -35px;
        margin-left: -5px;
        position: absolute;
    }

    .fondoTexto h2 {
        color: #002f87 !important;
    }
}

/*FOOTE 2021-2024*/
.mosaicosFooteImg {
    width: 100%;
    height: 300px;
    display: none;
}
@media (min-width: 768px) {
    .mosaicosFooteImg {
        width: 100%;
        height: 300px;
        display: block;
    }
}



.wcag {
    padding-left: 18px;
    padding-right: 18px;
    width: max-content;
    background-color: #3685c5;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
}

.parallax {
    /* The image used */
    background-image: url("../img/bolsatrabajo/imgPrincipal.png");

    /* Set a specific height */
    min-height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Card Bolsa de Trabajo */
.cardHeader {
    text-align: left;
    background: #fff;
    align-content: center;
    vertical-align: middle;
    border-bottom: 5px solid #c2b59b;
}

.cardHeader label {
    font-weight: 900;
    font-size: 25px;
    bottom: 0;
    font-family: "TTFirsNeue";
    color: #1a254b;
    margin-left: 10px;
}

.cardBodyBt {
    padding: 15px;
    box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
}

.btnSector {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 17vh;
    box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    font-family: "TTFirsNeue";
    padding: 1em;
    color: #1a254b;
    font-weight: 900;
}

.btnSectorActivo {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 17vh;
    box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    font-family: "TTFirsNeue";
    padding: 1em;
    color: #1a254b;
    font-weight: 900;
    border: 2px solid #002f87;
}

.cardSlideBT {
    margin: 10px;
    box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -webkit-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: -1px -1px 13px -2px rgba(0, 0, 0, 0.98);

    border-radius: 0px 0px 10px 10px;
}

.cardSlideBT img {
    object-fit: cover;
    width: 100% !important;
    height: 225px;
    padding: 0.5em;
}

.tituloObra {
    background-color: rgba(194, 181, 155, 0.5);
    font-family: "TTFirsNeue";
    color: #002f87;
    padding: 8px;
    border-radius: 0px 0px 10px 10px;
}

.dataTables_filter input {
    color: #002f87;
    font-size: 15px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 15px;
    border: 2px solid #144364;
}
