/* @font-face {
font-family: "Myriad";
src: url('MYRIADPROREGULAR.woff');
}

@font-face {
font-family: "Myriad-Bold";
src: url('../font/MyriadPro-Bold.otf');
} */

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');


body {
    font-family: 'Varela Round', sans-serif;
}

.modal-login {
    color: #636363;
    width: 350px;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-login h4 {
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    margin: 50px 0 -15px;
}

.modal-login .form-control:focus {
    border-color: #70c5c0;
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 45px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    border: none;
    background-color: #f5f5f5;
    margin-top: 1em;
    margin-bottom: 2em;

}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-login .modal-footer {
    background: #fff;
    border-color: #fff;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}

.modal-login .modal-footer a {
    color: #999;
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    z-index: 9;
    background: #05284E;
    padding: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .avatar img {
    width: 100%;
}

.modal-login.modal-dialog {
    margin-top: 80px;
}

.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #05284E;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
    background: #073d78;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../font/MyriadPro-Bold.otf");

}

p.contadorVisitas {
    font-family: "MyriadPro-Bold";
    color: #ec663a;
    font-size: 1.1vw;
    margin-top: .5%;
}

img#ingresar {

    /*visibility: hidden;*/

}

html {

    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Noto Sans', sans-serif;

}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*[role="form"] {
    max-width: 1000px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0.3em;
    background-color: #f2f2f2;
}

*[role="form"] h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-top: 5%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}


footer>div.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.basicBox,
.swiggleBox,
.checkBox {
    width: 210px;
    height: 210px;

    color: #818181;
    font-size: 1.15rem;
    line-height: 210px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
}

svg {
    position: absolute;
    top: 0;
    left: 0;

}

svg rect#atencion {
    fill: none;
    stroke: #eb5c27;
    stroke-width: 3;
}

svg rect#tesoreria {
    fill: none;
    stroke: #238eb4;
    stroke-width: 3;
}

svg rect#suelo {
    fill: none;
    stroke: #a51c6b;
    stroke-width: 3;
}

svg rect#bdt {
    fill: none;
    stroke: #1c3150;
    stroke-width: 3;
}

svg rect#rut {
    fill: none;
    stroke: #f7931e;
    stroke-width: 3;
}


svg rect#predial {
    fill: none;
    stroke: #7f586b;
    stroke-width: 3;
}

svg rect#transito {
    fill: none;
    stroke: #504c6a;
    stroke-width: 3;
}

.basicBox:hover svg rect,
.swiggleBox:hover svg path,
.checkBox:hover svg polyline {
    stroke: #818181;
}

/* Basic Box */
svg rect {
    stroke-dasharray: 400, 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.basicBox:hover svg rect {
    stroke-width: 3;
    stroke-dasharray: 35, 245;
    stroke-dashoffset: 38;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}


/* Check Box */
.checkBox {
    /* Add Padding Left To Center Text */
}

.checkBox svg {
    /* Presentation Purposes */
    margin-left: -10px;
}

.checkBox svg rect,
.checkBox svg polyline {
    fill: none;
    stroke: #818181;
    stroke-width: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.checkBox:hover svg rect {
    stroke-width: 2;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.checkBox svg .button {
    stroke-dasharray: 400px, 0;
}

.checkBox:hover svg .button {
    stroke-dasharray: 0, 400px;
    stroke-dashoffset: 33px;
}

/* Check Mark Effect */
.box,
.checkMark {
    opacity: 0;
}

.checkBox:hover .box {
    -webkit-animation: boxDisplay 0.2s forwards;
    -moz-animation: boxDisplay 0.2s forwards;
    -ms-animation: boxDisplay 0.2s forwards;
    -o-animation: boxDisplay 0.2s forwards;
    animation: boxDisplay 0.2s forwards;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.checkBox:hover .checkMark {
    -webkit-animation: checkDisplay 0.2s forwards;
    -moz-animation: checkDisplay 0.2s forwards;
    -ms-animation: checkDisplay 0.2s forwards;
    -o-animation: checkDisplay 0.2s forwards;
    animation: checkDisplay 0.2s forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

/* Check Box Display */
@-webkit-keyframes boxDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes boxDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes boxDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes boxDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes boxDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Check Mark Display */
@-webkit-keyframes checkDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes checkDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes checkDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes checkDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes checkDisplay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {}


img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.logo {
    height: 14rem;
    padding-top: 3rem;
    margin-bottom: 6rem;
}

img.titulo {
    margin-top: 6rem;
    height: 8rem;
    padding-top: 3rem;
    margin-bottom: 4rem;
}

img.titulo2 {
    height: 11rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.titulo3 {
    position: absolute;
    height: 9rem;
    top: 0;
    left: 0;
    right: 0;

}

img.opcion {
    height: 13rem;
    padding-top: 3rem;
    margin-bottom: 4rem;
}

img.icono {
    height: 11rem;
    float: left;
    margin: 15px;
    padding-top: 6%;
    padding-left: 10%;
    -webkit-transition: margin 0.01s ease-out;
    -moz-transition: margin 0.01s ease-out;
    -ms-transition: margin 0.01s ease-out;
    transition: margin 0.01s ease-out;
}

img.icono:hover {
    margin-top: 0px;
}

img.efectos {

    -webkit-transition: margin 0.01s ease-out;
    -moz-transition: margin 0.01s ease-out;
    -ms-transition: margin 0.01s ease-out;
    transition: margin 0.01s ease-out;
}

img.efectos:hover {
    margin-top: 50px;
}

img.que {
    height: 13rem;
    padding-top: 3rem;
    margin-bottom: 4rem;
}

img.que:hover {
    height: 13rem;
    padding-top: 3rem;
    margin-bottom: 4rem;
    filter: opacity(.6);
}

p {

    /* font-size: 24px; */
    font-family: 'Noto Sans', sans-serif;
}

p.que {
    margin-top: 2rem;
}




footer>.row>img.pie {

    width: 100%;
    height: 34%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.piec {
    background-color: #ccc
}

.titulo,
.titulo>div,
.titulo>div>a {
    z-index: 999;
}

div.titulo2 {
    text-align: center;
}

.titulo2>.line {
    border-bottom: 2px solid #dddddd;
    /* border-bottom-style:dashed; */
    border-bottom-width: 2px;
    margin-bottom: 1rem;
}

div.fondo {
    background-image: url("../images/CUADROSVU.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    height: 30rem;
    width: 60rem;
    z-index: -1;
    bottom: -5%;
    left: 0;
}

img#ayuda1,
img#ayuda2,
img#ayuda3,
img#ayuda4,
img#ayuda5,
img#re {
    position: absolute;
    top: -2%;
    right: 0%;

}

img#ayuda1 {
    z-index: 1000;
}

img#ayuda2 {
    z-index: 998;
}

img#ayuda3 {
    z-index: 996;
}

img#ayuda4 {
    z-index: 996;
}

img#ayuda5 {
    z-index: 996;
}


div#id1,
div#id2,
div#id3,
div#id4 {
    padding: 5%;
    color: white;
    min-height: 210px;
    width: 511px;
}


div#id1 {
    background-color: #4aa8c9;
}

div#id2 {
    background-color: #fa7f51;
}

div#id3 {
    background-color: #b73479;
}

div#id4 {
    background-color: #1c3150;
}

div.info1 {
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    z-index: 999;
    top: 0rem;
}

div.info2 {
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    z-index: 997;
    top: 0rem;
}

div.info3 {
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    z-index: 995;
    top: 0rem;
}

div.info4 {
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    position: absolute;
    z-index: 995;
    top: 0rem;
}

div.info {

    opacity: 0.9;
}


div.esconde {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

div.esconde1 {
    opacity: 0;

    top: 0;
}

ul.list-group {
    margin-left: 25%;
    width: 50%;
    font-size: 14px;
}

ul#tesoreria {
    color: #238eb4;
}

ul#atencion {
    margin-left: 2%;
    width: 96%;
    color: #eb5c27;
}

ul#suelo {
    color: #a51c6b;
}

ul#bdt {
    color: #1c3150;
}

ul#rut {
    color: #1c3150;
}

table {
    width: 100%;
}

td#tit {
    width: 30%;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

td#desc {
    width: 70%;
    padding-left: 1em;
}


div#descripcion1,
div#descripcion2,
div#descripcion3,
div#descripcion4,
div#descripcion5,
div#descripcion6,
div#descripcion7,
div#descripcion8 {
    position: absolute;
    top: 0;
    padding: 5%;
    color: white;
    min-height: 110px;
    /* width: 150px; */
}

div#descripcion1,
div#descripcion2,
div#descripcion3,
div#descripcion4,
div#descripcion5,
div#descripcion6,
div#descripcion7,
div#descripcion8 {
    background-color: #1fa198;

}

div#descripcion1>p,
div#descripcion2>p,
div#descripcion3>p,
div#descripcion4>p,
div#descripcion5>p,
div#descripcion6>p,
div#descripcion7>p,
div#descripcion8>p {
    font-size: 15px !important;
}

@media only screen and (max-width: 700px) {

    .login-form {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .form-group.rowEnviar {
        padding: 10% !important;
    }

    body {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    img.logo,
    img.titulo,
    img.titulo2,
    img.icono {
        width: 100%;
        height: auto;
    }

    p {
        margin-top: 0;
        margin-bottom: 5rem;
        font-size: 18px;
    }

    svg rect#atencion,
    svg rect#tesoreria,
    svg rect#suelo,
    svg rect#bdt,
    svg rect#predial,
    svg rect#transito,
    svg rect#rut {
        fill: none;
        stroke-width: 3;
        display: none;
    }

    svg {
        width: 100% !important;
    }

    div#id1,
    div#id2,
    div#id3,
    div#id4 {
        padding: 5%;
        color: white;
        min-height: 210px;
        width: 100%;
    }


    ul.list-group {
        margin-left: 25%;
        width: 50%;
        font-size: 11px;
    }

}

@media only screen and (max-width: 900px) {

    .modal-login .form-control,
    .modal-login .btn {
        margin-top: 1em;
        margin-bottom: 1em;
    }

}




@media only screen and (max-width: 1200px) {
    img.icono {
        height: 7rem;
        float: left;
        margin: 15px;
        padding-top: 6%;
        padding-left: 10%;
        -webkit-transition: margin 0.01s ease-out;
        -moz-transition: margin 0.01s ease-out;
        -ms-transition: margin 0.01s ease-out;
        transition: margin 0.01s ease-out;
    }

    svg {
        display: none;
    }
}


@media only screen and (max-width: 800px) {

    /* img#sare {
		height: 41%;
		width: 125%;
	} */
    body {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    img.logo,
    img.titulo,
    img.titulo2,
    img.icono {
        width: 100%;
        height: auto;
    }


    p {
        margin-top: 0;
        margin-bottom: 5rem;
        font-size: 18px;
    }

    svg {
        width: 100% !important;
    }

    img#ayuda1,
    img#ayuda2,
    img#ayuda3,
    img#ayuda4,
    img#ayuda5 {
        width: 20px;
    }

    div#id1,
    div#id2,
    div#id3,
    div#id4 {
        padding: 5%;
        color: white;
        min-height: 210px;
        width: 100%;

    }

    svg rect#atencion,
    svg rect#tesoreria,
    svg rect#suelo,
    svg rect#bdt,
    svg rect#rut {
        fill: none;
        stroke-width: 3;
        display: none;
    }

    ul.list-group {
        margin-left: 25%;
        width: 50%;
        font-size: 12px;
    }

}

.contentform {
    padding: 5px 10px;

}

.leftcontact {
    width: 49.5%;
    float: left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact {
    width: 49.5%;
    float: right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}


p.avisos {
    text-align: justify !important;
    font-size: 20px;
}

#lavisos {
    text-align: justify !important;
    font-size: 20px !important;
}


/* estilo para tabs */

nav>.nav.nav-tabs {

    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -55px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #114572;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #114572;
    border-bottom: 5px solid #114572;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #114572;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

/* fin estilo tabs */

/* Set the size of the div element that contains the map */
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.resultado {
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    font-weight: bold;
}

.resultado.ok {
    background-color: rgba(0, 128, 0, 0.5);
}

/*button submit;*/
.buttonSubmit {
    display: inline-block;
    border-radius: 15px;
    background-color: #1B274A;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.buttonSubmit span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonSubmit span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonSubmit:hover span {
    padding-right: 25px;
}

.buttonSubmit:hover span:after {
    opacity: 1;
    right: 0;
}



/*BOLSA DE TRABAJO*/

#Btrabajo>thead>tr,
#Btrabajo>tbody>tr,
#BtrabajoTodas>thead>tr,
#BtrabajoTodas>tbody>tr {
    vertical-align: middle;
    height: 40px;
}


table.dataTable td,
table.dataTable th {
    padding-left: 3em;
}


a.current {
    background-color: #eee !important;
}

#Btrabajo_paginate>span>a.paginate_button,
#BtrabajoTodas_paginate>span>a.paginate_button {
    cursor: pointer;
    position: relative;
    float: left;
    line-height: 1.428571429;
    text-decoration: none;
    color: #687885;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 6px 16px;
    font-size: 13px;
}


#Btrabajo_next,
#BtrabajoTodas_next {
    cursor: pointer;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding: 6px 16px !important;
    font-size: 13px;
    position: relative;
    float: left;

    line-height: 1.428571429;
    text-decoration: none;
    color: #687885;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}


#Btrabajo_previous,
#BtrabajoTodas_previous {
    cursor: pointer;
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 6px 16px !important;
    font-size: 13px;
    position: relative;
    float: left;
    line-height: 1.428571429;
    text-decoration: none;
    color: #687885;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}



input[aria-controls="Btrabajo"],
select[aria-controls="Btrabajo"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0 !important;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
}

#Btrabajo_length {
    position: absolute;
}


/* Carousel */
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: inline-flex;
}


.carousel-indicators {
    display: none;
    bottom: -50px;
}




/*table*/


.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) td a {
    background-color: rgb(120, 134, 146) !important;
    color: white !important;
}

.table-striped tbody tr:nth-of-type(even),
.table-striped tbody tr:nth-of-type(odd) td a {

    color: #05284E !important;
}


.table-striped tbody tr:nth-of-type(even),
.table-striped tbody tr:nth-of-type(even) td a {

    color: inherit !important;
}

.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd) td a {

    color: white !important;
}


.row.sector {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(0, 173, 197);
    ;
}

.row.uvacantes {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(232, 236, 22);
}

.row.ovacantes {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(223, 189, 40);
    ;
}

.row.empresas {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(147, 192, 31);
}


.row.admin {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid #794890;
}


.row.infografias {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(229, 21, 108);
}

.row.organismos {
    margin-top: 2em;
    margin-bottom: 8em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 3px solid rgb(232, 78, 27);
}



.slick-track>figure>img,
.slick-track>figure>a>img {
    height: 150px;
}


.slick-dots {
    display: none !important;
}


.slick-prev {
    left: -55px !important;
}


.slick-next {
    right: -35px !important;
}

.slick-prev:before,
.slick-next:before {
    color: rgba(83, 87, 86, 0.52);
    font-size: 40px !important;
}

.slick-prev,
.slick-next {
    top: 40% !important;
}


figure {
    margin: 0 0 0 !important;
}


#carousel1,
#carousel2,
#carousel3 {
    background-color: #eee;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px 0px;
    padding-left: 5em;
    padding-right: 5em;
}


#descp {
    border: none;
}


.navbar-nav {
    font-size: 18px;
    width: 100%;
}

.navbar-nav>li {
    margin-left: 0em;
    margin-right: 0em;
}



.nav-item>.nav-link {
    color: #05284E !important;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:hover,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:hover,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:hover {
    background-color: #fff !important;
    color: #1c3150 !important;
}



.navbar {
    z-index: 1000 !important;
}



#img_vac {
    width: auto;
    /* top: 800px;
		position: absolute;
		z-index: 1071; */
    margin: auto;
    margin-top: -43%;
    float: left;
}

#img_admin {
    width: auto;
    /* top: 800px;
		position: absolute;
		z-index: 1071; */
    margin: auto;
    margin-top: -33%;
    float: left;
}

#img_org {
    width: auto;
    /* top: 800px;
		position: absolute;
		z-index: 1071; */
    margin: auto;
    margin-top: -33%;
    float: left;
}


#img_inst {
    width: auto;
    margin: auto;
    margin-top: -33%;
    float: left;
}

#modal-info>img {
    width: 100%;
}

.pie-pag {
    background-color: #ededed !important;
}

input.inoborder,
textarea.inoborder {
    border: none;
    width: 100%;
}

.modal-footer {
    justify-content: center;
}



/* Cambios*/

div.titulo {
    margin-bottom: 1rem;
    border-bottom: 2px solid rgb(221, 221, 221);
}


h2.que {
    font-size: 2rem;
}

p.que {
    font-size: 24px;
}

button.close {
    color: #fff;
    opacity: 1 !important;
}

button.close:hover {
    color: #fff;
    opacity: 0.5 !important;
}


div.cuadroslog {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.btnentrarlog>button {
    min-height: 30px !important;
    border-radius: 12px !important;
}

div.btnentrarlog {
    padding-left: 2px !important;
    padding-right: 2px !important;
}


.form-group.entrar {
    margin-bottom: 0 !important;
}


#descripcion-empleo {
    min-height: 80px;
    padding-left: 4em;
}

#aplicarvac {
    width: 100%;
    border-radius: 13px;
}

.row.aplicar {
    width: 100% !important;
}


.row.info-col {
    background-color: #f5f5f5;
}

#descripcionvac>.row>.form-group {
    margin-bottom: 0 !important;
}

#descripcionvac>.info-col>.form-group>input,
#descripcionvac>.info-col>.form-group>textarea {
    background-color: #f5f5f5;
}



#OtrasBolsas {
    display: inline-table;
}

#form-reg {
    padding: 2em;
}

#form-reg>h2 {
    padding-left: 15px;
}


label>span {
    color: red;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.0rem;
    padding-left: 0rem;
}


div.dataTables_wrapper div.dataTables_filter label {
    float: right;
}

.card.img-fluid {
    margin-bottom: 50px;
}

.modal-content {
    height: 100%;
}



/*

.aligncenter.size-full.wp-image-515233{
	margin-bottom: 8px;
}

.aligncenter.size-full.wp-image-515247, .aligncenter.size-full.wp-image-515243{
	margin-top: 10px;
}

.alignnone.wp-image-814212{
	margin-top: 0px;
}


*/

.inputLogIn {
    min-height: 50px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    -webkit-box-shadow:
        rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px 0px;
    border: none;
    background-color:
        #f5f5f5;
    margin-top: 1em;
    margin-bottom: 2em;
}

.rowEnviar {
    padding-left: 10%;
    margin-top: 10%;
}

.imgNavLog {
    width: 30px;
    height: 30px;
    margin-left: initial;
    display: initial;
}

#logInText {
    color: #919191 !important;
}

.logIn:hover {
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    color: #354cb3;
    background: #cce5ff;
    -webkit-border-radius: 3px;
    border-radius: 25px;
    font-size: 20px;

}

.header-mosaicos {
    background-color: #b5aa93;
    max-height: 20rem;
}

.header-mosaicos img {
    max-width: 50%;
}

.header-text {
    margin: auto;
    width: 50%;
    color: white;
    font-size: xx-large;
    font-size-adjust: initial;
