/* Minification failed. Returning unminified contents.
(449,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(647,33): run-time error CSS1046: Expect comma, found '100'
(647,41): run-time error CSS1046: Expect comma, found '/'
(648,25): run-time error CSS1046: Expect comma, found '100'
(648,33): run-time error CSS1046: Expect comma, found '/'
(833,25): run-time error CSS1046: Expect comma, found '100'
(833,33): run-time error CSS1046: Expect comma, found '/'
(909,23): run-time error CSS1038: Expected hex color, found '#ffff'
(922,25): run-time error CSS1046: Expect comma, found '100'
(922,33): run-time error CSS1046: Expect comma, found '/'
(928,25): run-time error CSS1046: Expect comma, found '100'
(928,33): run-time error CSS1046: Expect comma, found '/'
(1153,25): run-time error CSS1046: Expect comma, found '100'
(1153,33): run-time error CSS1046: Expect comma, found '/'
(1251,29): run-time error CSS1046: Expect comma, found '100'
(1251,37): run-time error CSS1046: Expect comma, found '/'
(1484,12): run-time error CSS1038: Expected hex color, found '#ffff'
(1488,12): run-time error CSS1038: Expected hex color, found '#ffff'
(1496,32): run-time error CSS1046: Expect comma, found '0'
(1496,36): run-time error CSS1046: Expect comma, found '/'
(1526,25): run-time error CSS1046: Expect comma, found '100'
(1526,33): run-time error CSS1046: Expect comma, found '/'
 */


.cotn_principal {
    width: 100%;
    height: 100%;
    background-image: url('../Image/social-media-job-search.png');
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }

.imagen-busqueda {
    width: 100%;
    height: 100%;
    background-image: url('../Image/LogoBusqueda.jpg');
    background-color: #cccccc;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.imagen-registro-empres {
    width: 100%;
    height: 100%;
    background-image: url('../Image/FondoRegistroEmpresa.jpg');
    background-color: #cccccc;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cont_centrar {
    position: relative;
    float: left;
    width: 100%;
}

.cont_login {
    position: relative;
    width: 640px;
    left: 50%;
    margin-left: -320px;
}

.cont_back_info {
    position: relative;
    float: left;
    width: 640px;
    height: 280px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 100px;
    box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
    opacity:0.4;
}

.cont_forms {
    position: absolute;
    overflow: hidden;
    top: 100px;
    left: 0px;
    width: 320px;
    height: 280px;
    background-color: #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_forms_active_login {
    box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
    height: 420px;
    top: 20px;
    left: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_forms_active_sign_up {
    box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.5);
    min-height: 460px;
    top: 20px;
    left: 320px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_img_back_grey {
    position: absolute;
    width: 950px;
    top: -80px;
    left: -116px;
}

.cont_img_back_ {
    position: absolute;
    width: 950px;
    top: -80px;
    left: -116px;
}

    .cont_img_back_ > img {
        width: 100%;
        opacity: 0.3;
        animation-name: animar_fondo;
        animation-duration: 20s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

.cont_forms_active_login > .cont_img_back_ {
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_forms_active_sign_up > .cont_img_back_ {
    top: 0px;
    left: -435px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.cont_info_log_sign_up {
    position: absolute;
    width: 640px;
    height: 280px;
    top: 100px;
    z-index: 1;
}

.col_md_login {
    position: relative;
    float: left;
    width: 50%;
}

    .col_md_login > h2 {
        font-weight: 400;
        margin-top: 70px;
        color: #757575;
    }

    .col_md_login > p {
        font-weight: 400;
        margin-top: 15px;
        width: 80%;
        color: #37474F;
    }

.btn_login {
    background-color: #26C6DA;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.col_md_sign_up {
    position: relative;
    float: left;
    width: 50%;
}

.cont_ba_opcitiy > h2 {
    font-weight: 400;
    color: #fff;
}

.cont_ba_opcitiy > p {
    font-weight: 400;
    margin-top: 15px;
    color: #fff;
}
/* ----------------------------------
background text    
------------------------------------
 */
.cont_ba_opcitiy {
    position: relative;
    background-color: rgba(120, 144, 156, 0.55);
    width: 80%;
    border-radius: 0px;
    margin-top: 60px;
    padding: 15px 0px;
}

.btn_sign_up {
    background-color: #ef5350;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    box-shadow: 1px 5px 20px -5px rgba(0,0,0,0.4);
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.cont_forms_active_sign_up {
    z-index: 2;
}


@-webkit-keyframes animar_fondo {
    from {
        -webkit-transform: scale(1) translate(0px);
        -moz-transform: scale(1) translate(0px);
        -ms-transform: scale(1) translate(0px);
        -o-transform: scale(1) translate(0px);
        transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.5) translate(50px);
        -moz-transform: scale(1.5) translate(50px);
        -ms-transform: scale(1.5) translate(50px);
        -o-transform: scale(1.5) translate(50px);
        transform: scale(1.5) translate(50px);
    }
}

@-o-keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes identifier {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.cont_form_login {
    position: absolute;
    opacity: 0;
    display: none;
    width: 320px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_forms_active_login {
    z-index: 2;
}

    .cont_forms_active_login > .cont_form_login {
    }

.cont_form_sign_up {
    position: absolute;
    width: 320px;
    float: left;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


    .cont_form_sign_up > input {
        text-align: left;
        padding: 15px 5px;
        margin-left: 10px;
        margin-top: 20px;
        width: 260px;
        border: none;
        color: #02378c;
    }

    .cont_form_sign_up > h2 {
        margin-top: 50px;
        font-weight: 400;
        color: #02378c;
    }


.cont_form_login > input {
    padding: 15px 5px;
    margin-left: 10px;
    margin-top: 20px;
    width: 260px;
    border: none;
    text-align: left;
    color: #02378c;
}

.cont_form_login > h2 {
    margin-top: 110px;
    font-weight: 400;
    color: #02378c;
}

.cont_form_login > a, .cont_form_sign_up > a {
    color: #02378c;
    position: relative;
    float: left;
    margin: 10px;
    margin-left: 30px;
}

/*Fin estilos de login*/

/*Cambio de estilo botones de botstrap*/

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

    .product-device::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(255, 255, 255, .1);
        border-radius: 5px;
    }

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}

.titulos-busqueda {
    font-weight: 400;
    color: #fff;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


main > .container {
    padding: 60px 15px 0;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: #fc6a06;
}

.bg-white {
    background-color: #fff !important;
}

@font-face {
font-family:"TuBuenTrabajo";
src:url("../fonts/coolvetica rg.ttf") format('truetype');
}

body {
    margin: 0;
    font-family: 'TuBuenTrabajo';
    background-color: #f2f2f2;
    color: #02378c;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #02378c;
}

.imagen-icono-nav {
    width: 219px;
}

.nav-min-height {
    min-height: 36px;
}

.navbar-dark .navbar-toggler {
    color: #02378c;
    border-color: #fc6a06;
    background: #fc6a06;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(96, 130, 183);
}

.form-control {

    border-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-radios-9 {
    border-radius: 9.25rem;
    border-top-right-radius: 9.25rem;
    border-bottom-right-radius: 9.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #02378c;

}

.form-control {
    border: 1px solid #02378c;
    color: #02378c;
}

.btn-outline-secondary {
    color: #fff;
    border-color: #6c757d;
}

.background-white-form-general {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.border-shadow-general {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #02378c;
    background-image:none;
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #02378c;
}

.form-label {
    font-size: 12px;
}

.form-text {
    font-size: 0.7em;
    color: #97accf;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: none;
}

.form-select {
    border-radius: 0rem;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #fc6a06;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #04398e;
}
.form-check-input[type="checkbox"] {
    border-radius: 0em;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #02378c;
    font-size: 12px;
}

.aviso-form-registro-empresa {
    max-height: 108px;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.alert {
    border-radius: 0rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-toggler {
    border-radius: 0rem;
}

.btn-outline-secondary {
    border-radius: 0em !important;
}
/*Fin*/

/*Login Empresa*/

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

#formContent {
    background: #fff;
    width: 90%;
    max-width: 450px;
    position: relative;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 0;
}

#formFooter {
    background-color: #f6f6f6;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;  
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 50%;
    overflow: hidden;
    width: 6em;
    display: block;
    z-index: 1;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
    margin: auto;
}

.upload-image-empresa {
    padding: 14px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-color: #fc6a06;
    color: white;
    font-size: 28px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.style-validation-message {
    font-size: .7em;
    color: #dc3545
}

.btn-link {
    color: #2566c7;
    background-color: transparent !important;
}

.modal-content {
    border-radius: 0rem;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.modal-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: #fc6a06;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.modal-title {
    color: white;
}

.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: white !important;
    border-color: #02378c;
    padding: 3px 0 0 8px;
    height: 36px;
    color: #02378c;
}

.chosen-container .chosen-results {
    color: #02378c;
}

.chosen-container-single .chosen-drop {
    border-radius: 0px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -19px 7px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #02378c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #02378c), color-stop(90%, #02378c));
    background-image: linear-gradient( #02378c 20%, #02378c 90%);
    color: #fff;
}

.chosen-container {
    font-size: 1rem;
}

.style-font-size-imag-foto {
    font-size: 11px;
}

.input-group-text {
    background-color: #ffff;
    border: 1px solid #02378c;
    border-radius: 0;
}

.invalid-feedback {
    font-size: .7em;
    color: #dc3545
}

.container-paises-principal {
    min-height: 170px;
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding-top: 3%;
}

.container-descript-plaza {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.width-imagen-tubuentrabajo-wellcome {
width:200px;
}

.center-text {
    text-align: center;
}

.justify-text {
    text-align: justify;
}

.blue-content {
    background: #283593;
}

.tab-texto {
    padding-left: 51px;
    padding-right: 51px;
}

#carrousel {
    margin: 10px;
}

@media (max-width: 768px) {
    #carrousel {
        margin: 70px 0px 0px 0px;
    }
}

@media (max-width: 425px) {
    #carrousel {
        margin: 50px 0px 0px 0px;
    }
}

#carrousel .title {
    margin-bottom: 10px;
    font-size: 30px;
}

#carrousel .owl-carousel img {
    max-height: 54%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    object-fit: cover;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
}

#carrousel .owl-carousel .owl-item {
    height: 300px;
    position: relative;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
    text-align: center;
}

@media (max-width: 768px) {
    #carrousel .owl-carousel .owl-item {
        height: 270px;
    }
}

@media (max-width: 380px) {
    #carrousel .owl-carousel .owl-item {
        height: 200px;
    }
}

#carrousel .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

#carrousel .owl-item.big {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
}

#carrousel .owl-item.medium {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
}

    #carrousel .owl-item.medium.mdright {
        position: relative;
        left: -30px;
    }

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdright {
        left: 0px;
    }
}

#carrousel .owl-item.medium.mdleft {
    position: relative;
    right: -30px;
}

@media (min-width: 768px) {
    #carrousel .owl-item.medium.mdleft {
        right: 0px;
    }
}

#carrousel .owl-item.smallRight.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    left: -30px;
}

#carrousel .owl-item.smallLeft.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    right: -30px;
}

#carrousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

    #carrousel .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        top: 10px;
        background: transparent !important;
        color: #000 !important;
        font-size: 40px !important;
    }

        #carrousel .owl-nav .owl-prev:hover {
            color: #adadad !important;
        }

    #carrousel .owl-nav .owl-next {
        position: absolute;
        right: 0px;
        top: 10px;
        background: transparent !important;
        color: #000 !important;
        font-size: 40px !important;
    }

    #carrousel .owl-nav .owl-next:hover {
        color: #adadad !important;
    }

.style-icono-menu {
    font-size: 26px;
    text-align: center;
    margin-right: 6px;
}

h2 {
    color: #02378c;
}

.style-icon-editar-plaza {
    font-size: 26px !important;
    text-align: center;
    color: #6c757d;
    cursor: pointer;
}

.page-link {
    color: #02378c;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border:none;
}

.page-link:hover {
    color: #6c757d;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.style-titulo-registro-cand {
    font-size: 1.7em;
    text-transform: capitalize;
}

.style-header-form-registro-cand {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    background-color: #fc6a06;
    padding-top: 63px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

    .style-header-form-registro-cand * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .style-header-form-registro-cand img {
        max-width: 100%;
        vertical-align: top;
        opacity: 0.85;
    }

    .style-header-form-registro-cand figcaption {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        position: relative;
    }

        .style-header-form-registro-cand figcaption:before {
            position: absolute;
            content: '';
            bottom: 100%;
            left: 0;
            width: 0;
            height: 0;
            border-color: transparent transparent transparent #fff;
        }

        .style-header-form-registro-cand figcaption a {
            padding: 5px;
            border: 2px solid #ffffff;
            font-size: 2.2em;
            margin: 10px 0;
            display: inline-block;
            width: 100%;
            text-align: center;
            text-decoration: none;
            font-weight: 600;
            letter-spacing: 2px;
        }

            .style-header-form-registro-cand figcaption a:hover {
                opacity: 1;
            }
    .style-header-form-registro-cand .profile {
        background: #fff;
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 65%;
        left: 25px;
        z-index: 1;
        max-width: 90px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    .style-header-form-registro-cand .follow {
        margin-right: 4%;
        border-color: #2980b9;
    }

    .style-header-form-registro-cand p {
        margin: 0 0 10px;
        font-size: 0.8em;
    }

    .style-header-form-registro-cand h2 {
        margin: 0 0 5px;
        font-weight: 300;
        text-transform: initial;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #f6f6f6;
    font-weight: normal;
    color: #02378c;
}

.ui-widget-header {
    border: none;
    background: none;
    color: #02378c;
    font-weight: bold;
}

.ui-widget {
    font-family: "TuBuenTrabajo";
    font-size: 1em;
}

    .ui-widget.ui-widget-content {
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        border:none;
    }


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-widget-content {
    color: #fc6a06;
}


.uploader {
    display: block;
    clear: both;
    width: 100%;
}

    .uploader label {
        float: left;
        clear: both;
        width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
        background: #fff;
        border: 3px solid #1e4d97;
        transition: all 0.2s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .uploader label:hover {
            border-color: #787878;
        }

        .uploader label.hover {
            border: 3px solid #454cad;
            box-shadow: inset 0 0 0 6px #eee;
        }

            .uploader label.hover #start i.fa {
                transform: scale(0.8);
                opacity: 0.3;
            }

    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #start.hidden {
            display: none;
        }

        .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            transition: all 0.2s ease-in-out;
        }

    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #response.hidden {
            display: none;
        }

        .uploader #response #messages {
            margin-bottom: 0.5rem;
        }

    .uploader #file-image {
        display: inline;
        margin: 0 auto 0.5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }

        .uploader #file-image.hidden {
            display: none;
        }

    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #notimage.hidden {
            display: none;
        }

    .uploader progress,
    .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }

        .uploader .progress[value]::-webkit-progress-bar {
            border-radius: 4px;
            background-color: #eee;
        }

        .uploader .progress[value]::-webkit-progress-value {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

        .uploader .progress[value]::-moz-progress-bar {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

    .uploader input[type=file] {
        display: none;
    }

    .uploader div {
        margin: 0 0 0.5rem 0;
        color: #5f6982;
    }

hr {
    opacity:25;
}

@media only screen and (max-width: 450px) {
    .style-header-form-registro-cand .profile {
        width: 75px !important;
        height: 75px !important;
        bottom: 78% !important;
    }
}

.content-plazas-publicadas {
    overflow-y: scroll;
    max-height: 1000px;
}

.datepicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker .datepicker-switch {
        color: #02378c;
    }

    .datepicker td, .datepicker th {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fc6a06;
    }

.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ddcontainer.active {
    z-index: 1000;
}

.datepicker {
    z-index: 3000 !important;
}

.id-boton-eliminar-file {
    font-size: 20px;
    color: red;
    position: absolute;
    left: 51%;
    z-index: 1000;
    cursor: pointer;
}

.id-image-file-pdf {
    font-size: 55px;
    position: absolute;
    left: 47%;
    z-index: 1000;
}

.class-top-image-file-pdf {
    margin-top: 35px !important;
}
@media only screen and (max-width: 300px) {
    .id-image-file-pdf {
        left: 41%;
    }
}

@media only screen and (max-width: 400px) {
    .id-image-file-pdf {
        left: 41%;
    }
}

.style-button-pdf:hover {
    transform: scale(1.25);
    color: #ffff;
}

.style-button-pdf {
    color: #ffff;
    background: #02378c;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    transition-duration: 0.3s;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    cursor: pointer;
}
.style-visor-pdf {
    width: 100%;
    min-height: 700px;
}
@media only screen and (max-width: 300px ) {
    .style-visor-pdf {
       min-height: 500px;
    }
}

@media only screen and (max-width: 400px ) {
    .style-visor-pdf {
        min-height: 500px;
    }
}

.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #02378c;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background: #02378c;
    border-radius: 0px;
    color: #fff;
    cursor: initial;
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

    .select-pure__selected-label:last-of-type {
        margin-right: 0;
    }

    .select-pure__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 7px;
    }

        .select-pure__selected-label i:hover {
            color: #e4e4e4;
        }

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.right-text {
    text-align: right;
}

.justify-text {
    text-align: justify;
}
/*Fin*/
