* {
    text-decoration: none !important;
    outline: 0 !important;
}

.row {
    margin: 0 !important;
    padding: 0;
}

@font-face {
    font-family: 'montserrat-light';
    src: url("../fonts/Montserrat-Light.otf");
    /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: 'oswald';
    src: url("../fonts/Oswald-Regular.ttf");
    /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/Montserrat-Regular.otf");
    /* TTF file for CSS3 browsers */
}

@font-face {
    font-family: 'montserrat-bold';
    src: url("../fonts/Montserrat-Bold.otf");
    /* TTF file for CSS3 browsers */
}

body {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto !important;
}

section.header {
    width: 100%;
    height: 100%;
    background: #fff;
}

.container-in {
    max-width: 1100px;
    margin: 0 auto;
}

.main-header {
    background: #fff;
    padding: 10px 0 0;
    width: 100%;
    position: fixed;
    z-index: 9;
}

.logo-header {
    padding: 10px 0px;
}

.logo-header img {
    width: 80%;
}

.publica-btn img {
    width: 18px;
    position: relative;
    text-align: left;
    right: 6px;
    top: -3px;
}

.help-header img {
    width: 20px;
}

.publica-btn {
    width: 50%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 15px;
}

.help-header {
    width: 50%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 15px;
}

.main-header .col-md-4 {
    padding: 0 !important;
}

.publica-btn a {
    font-size: 12px;
    color: #fff;
    background: #4e4e4e;
    padding: 10px 15px;
    font-family: 'montserrat';
}

.publica-btn:hover a {
    color: #fff;
    background: #020202;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.help-header a {
    font-size: 14px;
    color: #000;
    background: transparent;
    padding: 10px 15px;
    font-family: 'montserrat';
}

.help-header:hover a {
    font-size: 14px;
    color: #bbb;
    background: transparent;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-empresa {
    width: 50%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 15px;
}

.btn-empresa a {
    font-size: 12px;
    color: #fff !important;
    background: #fd4b4b;
    padding: 10px 15px;
    font-family: 'montserrat';
}

.btn-empresa:hover a {
    color: #fff;
    background: #f31c1c;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-candidato {
    width: 50%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 8px;
}

/*.btn-planes {
    width: 33.33%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 15px;
}
.btn-planes a {
    font-size: 12px;
    color: #fff;
    background: #dcc2c3;
    padding: 10px 15px;
    font-family: 'montserrat';
}
.btn-planes:hover a {
    color: #fff;
    background: #d85c61;
    padding: 10px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}*/
section.cover-index {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel {
    z-index: -99;
}

.carousel .item {
    width: 100%;
    height: 100%;
}

.title {
    text-align: center;
    width: 1080px;
}

.title h1 {
    font-family: 'montserrat';
    color: #fff;
}

.title span {
    font-family: 'montserrat-bold';
    color: #fff;
}

.bar {
    width: 95%;
    text-align: right;
    float: right;
}

.quiero-mcv {
    width: 584px;
    float: none;
    margin: auto;
    position: relative;
    margin-top: 15px;
}

.quiero-mcv .col-md-6 {
    padding: 0 !important;
}

.search-title h1 {
    font-size: 14px;
    text-align: left;
    width: 66%;
    float: right;
}

.search-title input[type="text"] {
    width: 70%;
    padding: 10px;
    font-family: 'montserrat';
    float: right;
}

.search-title1 select {
    width: 40%;
    float: left;
    padding: 11px;
    font-family: 'montserrat';
}

.search-title1 h1 {
    font-size: 15px;
    text-align: left;
    width: 60%;
    float: left;
}

.search-bar .col-md-6 {
    padding: 0 !important;
}

.go {
    width: 34%;
    float: left;
    position: relative;
    top: 57px;
    left: 0;
}

.go a {
    background: #fd4b4b;
    padding: 14px 25px;
    border: none;
    color: #fff;
    font-family: 'montserrat';
}

.go:hover a {
    background: #f31c1c;
    padding: 14px 25px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.go a:focus {
    color: #fff;
}

.back-quiero-mcv {
    background: #787a79c9;
    padding: 0 10px;
    width: 240px;

}

.back-quiero-mcv p {
    font-size: 12px;
    color: #fff;
    font-family: 'montserrat';
}

.back-quiero-mcv-right p {
    font-size: 12px;
    color: #fff;
    font-family: 'montserrat';
}

.back-quiero-mcv a {
    color: #fff;
}

.back-quiero-mcv a:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.back-quiero-mcv-right {
    background: #787a79c9;
    padding: 0 10px;
    width: 160px;
}

.back-quiero-mcv-right img {
    width: 15px;
}

.back-quiero-mcv-right img {
    width: 15px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.back-quiero-mcv-right a {
    color: #fff;
}

.back-quiero-mcv-right a:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.quiero-mcv .cv-right {
    padding: 0 !important;
}

section.trabajos-recientes {
    background: #fcfcfc;
    padding: 80px;
}

.col35 {
    width: 35%;
    float: left;
}

.col65 {
    width: 65%;
    float: left;
    position: relative;
}

.body-recent-jobs h1 {
    font-size: 24px;
    font-family: 'montserrat-bold';
    text-align: left;
}

.back-recent-jobs {
    background: #fff;
    padding: 0 10px 0 10px;
    border: 1px solid #e1e1e1;
    height: 85px;
}

.photo-company {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    position: relative;
    float: left;
    top: 10px;
}

.back-recent-jobs .col35 .photo-company img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.back-recent-jobs .col35 h1 {
    font-size: 14px;
    position: relative;
    top: 10px;
    text-align: left;
    left: 10px;
}

.back-recent-jobs .col65 img {
    width: 15px;
    float: left;
    position: relative;
}

.back-recent-jobs .col35 {
    padding: 0 !important;
    position: relative;
}

.company-name {
    width: 33.33%;
    float: left;
    position: relative;
}

.company-name p {
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
    position: relative;
    margin-top: 0;
    margin: 0;
    padding: 12px;
    vertical-align: middle;
}

.location {
    width: 33.33%;
    float: left;
    position: relative;
    top: 25px;
}

.location p {
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
    position: relative;
}

.body-recent-jobs .col-md-8 .col-md-12 {
    padding: 0 !important;
}

.back-recent-jobs .col65 .btn-aplicar {
    width: 33.33%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 25px;
}

.back-recent-jobs .col65 .btn-aplicar a {
    font-size: 12px;
    color: #fff;
    background: #26ae62;
    padding: 10px 37px;
    font-family: 'montserrat';
}

.back-recent-jobs .col65 .btn-aplicar:hover a {
    color: #fff;
    background: #108242;
    padding: 10px 37px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.back-plazas-destacadas .col-md-12 {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    height: 330px;
    margin-bottom: 3px;
}

.back-plazas-destacadas .col-md-12 h1 {
    font-size: 16px;
    font-family: 'montserrat-bold';
}

.back-plazas-destacadas .col-md-12 h3 {
    font-size: 14px;
    font-family: 'montserrat';
    font-weight: 600;
}

.back-plazas-destacadas .col-md-12 h2 {
    font-size: 12px;
    color: #fd4b4b;
    background: #ffe2e2;
    padding: 10px;
    position: relative;
    width: 50%;
    border: 1px solid #fd4b4b;
}

.back-plazas-destacadas .col-md-12 p {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: justify;
}

.btn-aplicar-dest {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    top: 25px;
}

.btn-aplicar-dest a {
    font-size: 12px;
    color: #fff;
    background: #26ae62;
    padding: 10px 37px;
    font-family: 'montserrat';
}

.btn-aplicar-dest:hover a {
    color: #fff;
    background: #108242;
    padding: 10px 37px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.loyalty-logos {
    overflow: hidden;
    outline: solid 1px red;
    padding: 13px;
}

.loyalty-logos a {
    display: block;
    margin: 24px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    min-height: 100px;
    overflow: hidden;
    border-radius: 6px;
}

.loyalty-logos img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.loyalty-logos img:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
}

.slider-companies {
    padding: 20px;
}

.slider-companies h1 {
    font-size: 24px;
    font-family: 'montserrat';
    color: #0f0f0f;
    text-align: center;
}

section.quieromicv-publicidad {
    background: #1c5f93;
    padding-top: 80px;
}

.quieromicv-publicidad .col-md-4 {
    padding: 0 !important;
}

.quieromicv-publicidad .col-md-8 {
    padding: 0 !important;
}

.content-qmcv {
    position: relative;
    margin-top: 100px;
}

.content-qmcv h1 {
    font-size: 27px;
    font-family: 'montserrat-bold';
    color: #fff;
}

.content-qmcv h2 {
    font-size: 17px;
    font-family: 'montserrat';
    color: #fff;
}

.content-qmcv p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #fff;
    line-height: 15px;
    position: relative;
    top: 10px;
}

.btn-crearcv {
    position: relative;
    margin-top: 40px;
    width: 120px;
    float: left;
}

.btn-crearcv a {
    border: 2px solid #fff;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 19px;
    font-family: 'oswald';
    color: #fff;
}

.btn-crearcv:hover a {
    border: 2px solid #fff;
    background: #fff;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 19px;
    font-family: 'oswald';
    color: #1c5f93;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

section.footer {
    padding: 30px;
    background: #343434;
}

.content-footer .footer-left img {
    width: 15px;
    float: left;
}

.footer-left h1 {
    font-size: 20px;
    font-family: 'montserrat-bold';
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-left p {
    font-size: 14px;
    color: #b7c0cd;
    font-family: 'montserrat';
    position: relative;
    margin-left: 30px;
}

.footer-left p:hover {
    color: #fff;
    font-family: 'montserrat';
    position: relative;
    margin-left: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.col-md-6.footer-right {
    text-align: center;
    padding: 0 !important;
}

.col-md-5.footer-right {
    text-align: center;
    padding: 0 !important;
}

/* footer-right{ */
/*     display: flex; */
/*     flex-direction: column; */
/*     align-items: center; */
/*     align-self: center; */
/* } */
.footer-right p {
    font-size: 11px;
    font-family: 'montserrat';
    color: #fff;
    position: relative;
    top: 10px;
}

.footer-right a {
    color: #fd4b4b;
}

.footer-right a:hover {
    color: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.follow-us {
    position: relative;
    top: 20px;
    width: 250px;
    float: none;
    margin: auto;
}

.follow-us .icons {
    width: 110px;
    float: left;
    position: relative;
    top: 9px;
}

.title-footer {
    width: 100px;
    float: left;
}

.follow-us p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

i.fa.fa-facebook {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

i.fa.fa-twitter {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

i.fa.fa-youtube-play {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

i.fa.fa-facebook:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

i.fa.fa-twitter:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

i.fa.fa-youtube-play:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.menu-responsive {
    display: none;
}

.mockup-responsive {
    display: none;
}

.mockup-desktop {
    display: block;
}

#dropdown {
    display: block;
    padding: 9px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: #26ae62;
    font-size: 12px;
    color: #ffffff;
    font-family: 'montserrat';
    font-weight: normal;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown:hover {
    background: #108242;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown.open {
    background: #108242;
    color: #fff;
    border-left-color: #6c6d70;
}

#dropdown ul {
    position: absolute;
    top: 100%;
    left: -4px;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    z-index: 9;
    list-style: none;
}

#dropdown ul li {
    text-decoration: none;
    display: block;
    color: #fd4b4b;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 14px;
}

#dropdown ul li:hover {
    color: #fd4b4b;
    background: #f7e7e7;
}

ul#ticker {
    list-style: none;
    padding: 0 !important;
}

.bubble {
    position: absolute;
    left: 60px;
    top: 0;
    width: auto;
    height: 50px;
    display: table;
}

.bubble h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.banderas img {
    width: 46px;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
}

.banderas img:hover {
    position: relative;
    top: -2px;
    -webkit-box-shadow: 0px 0px 33px -6px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 33px -6px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 33px -6px rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;

}

.banderas {
    width: 100%;
}

.banderas .gt {
    width: 14%;
    float: left;
}

.banderas .sv {
    width: 14%;
    float: left;
}

.banderas .hn {
    width: 14%;
    float: left;
}

.banderas .nc {
    width: 14%;
    float: left;
}

.banderas .cr {
    width: 14%;
    float: left;
}

.banderas .pn {
    width: 14%;
    float: left;
}

.banderas .rp {
    width: 14%;
    float: left;
}

section.login_empresas {
    height: 800px;
}

section.login_candidato {
    height: 800px;
}

.back_login_empresas {
    background: url(../images/fondo-login-empresa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
}

.content_login_empresas {
    width: 60%;
    float: none;
    margin: auto;
    position: relative;
    padding-top: 110px;
}

.back_opacity {
    background: #00000075;
    width: 100%;
    float: none;
    margin: auto;
    height: 560px;
    position: relative;
    padding: 40px;
}

.content_login_empresas h1 {
    font-size: 36px;
    font-family: 'montserrat';
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.content_login_empresas span {
    font-family: 'montserrat-bold';
}

.back_opacity .col-md-12 {
    padding: 0 0 20px 0;
}

.back_opacity .col-md-12 p {
    color: #fff;
    font-family: 'montserrat';
}

select.choose_country {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

input.email_country {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

input.password_country {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

.more_data {
    position: relative;
    top: 30px;
}

.forgot_password {
    text-align: center;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

.forgot_password a {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #26ae62;
}

.forgot_password a:hover {
    color: #108242;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-login {
    width: 40%;
    float: none;
    padding: 0;
    position: relative;
    text-align: center;
    top: 15px;
    margin: auto;
    margin-bottom: 10px;
}

.btn-login-qmcv {
    width: 40%;
    float: none;
    padding: 0;
    position: relative;
    text-align: center;
    top: 15px;
    margin: auto;
    margin-bottom: 10px;
}

.btn-login-qmcv button {
    font-size: 12px;
    color: #206196 !important;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    font-family: 'montserrat-bold';
    border: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-login-qmcv:hover button {
    background: #f7f7f7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: none;
}

.btn-login-qmcv img {
    width: 65px;
    position: relative;
}

.btn-login button {
    font-size: 12px;
    color: #fff !important;
    background: #fd4b4b;
    width: 100%;
    padding: 10px;
    font-family: 'montserrat';
    border: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-login:hover button {
    color: #fff;
    background: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: none;
}

.new_account {
    text-align: center;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    position: relative;
    margin-top: 40px;
}

.new_account a {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.new_account a:hover {
    color: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.back_login_candidato {
    background: url(../images/fondo-login-candidato.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
}

.content_login_candidato {
    width: 60%;
    float: none;
    margin: auto;
    position: relative;
    padding-top: 110px;
}

.content_login_candidato h1 {
    font-size: 36px;
    font-family: 'montserrat';
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.content_login_candidato span {
    font-family: 'montserrat-bold';
}

select.choose_candidato {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

input.email_candidato {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

input.password_candidato {
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #9c9c9c;
    font-size: 14px;
    font-family: 'montserrat';
    border: 1px solid #f4f4f4;
}

section.cover-jobs {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.overlay_jobs {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.search-bar_jobs {
    width: 100%;
    float: none;
    margin: auto;
    padding-top: 50px;
}

.bar_jobs {
    width: 100%;
    float: none;
    margin: auto;
}

.search-title_jobs h1 {
    font-size: 26px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
}

.search-title_jobs input[type="text"] {
    width: 100%;
    padding: 10px;
    font-family: 'montserrat';
    float: none;
    border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.search-title_jobs:focus {
    outline: none;
    /* sombra más intensa al enfocar */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

.go_jobs {
    width: 100%;
    float: none;
    position: relative;
    top: 70px;
    left: 0;
    margin: auto;
    cursor: pointer;

}

.go_jobs a {
    background: #26ae62;
    padding: 12px 15px;
    border: none;
    color: #fff;
    font-family: 'montserrat';
}

.go_jobs:hover a {
    background: #108242;
    /* padding: 14px 25px; */
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.go_jobs a:focus {
    color: #fff;
}

.search-bar_jobs .col-md-10 {
    padding: 0 !important;
}

section.body_all_jobs {
    position: relative;
    padding: 30px;
    height: auto;
    background: #fcfcfc;
}

.body_filters_left {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px;
}

.filters_aplied {
    padding: 10px 10px 0 10px;
}

.filters_aplied p {
    font-size: 14px;
    font-family: 'montserrat-bold';
}

.filter_btn_pill {
    width: auto !important;
    background: #ffe2e2 !important;
    border: 1px solid #fd4b4d !important;
    border-radius: 0px !important;
    color: #fd4b4d !important;
    font-size: 11px !important;
    height: auto !important;
    margin-bottom: 3px;
}

.filter_btn_pill:hover {
    background: #fd4b4d !important;
    border: 1px solid #fd4b4d !important;
    color: #ffe2e2 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.filters_pills {
    padding: 10px;
}

.back_title_filters {
    padding: 10px;
    background: #26ae61;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.body_filters_left select {
    border-radius: 0 !important;
}

.sal_max_min {
    position: relative;
    margin-top: 10px;
}

.sal_max_min .col-md-4 {
    padding: 0 !important;
    margin: 1px;
}

.area img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
}

.padd_jobs .area {
    height: 80px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    float: none;
    margin-top: 40px;
}

.job-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 2px;
}

.padd_jobs {
    padding: 25px;
    display: block;
    border-radius: 0;
    block-size: fit-content;
    min-height: 200px;
}

.padd_jobs:hover {
    background: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.data_plaza h1 {
    font-size: 20px;
    color: #000;
    font-family: 'montserrat';
    font-weight: 600;
}

.data_plaza p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #000;
}

.body_jobs_candi .col-md-9 {
    padding: 0 !important;
}

.plazas_body .col-md-12 {
    padding: 0 !important;
}

.title_country_job h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
}

.data_plaza {
    width: 99%;
}

.data_plaza p {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    transition: all .2s linear !important;
    white-space: nowrap !important;
}

.plaza_urgente {
    background: #fff;
    border: 2px solid #fd4b4b !important;
    margin-bottom: 2px;
}

.plaza_urgente span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #fd4b4b;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

.close_pill {
    color: #fd4b4b;
}

.filter_btn_pill:hover .close_pill {
    color: #ffe2e2 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.padd_sides {
    padding: 0 !important;
    display: block;
    border: 1px solid #e1e1e1;
    margin: 2px;
    box-shadow: 0 0 9px 1px rgba(24, 26, 31, .07);
}

.job-card .col-md-12 {
    padding: 0 !important;
}
.filtros_deskt{
    box-shadow: 0 0 9px 1px rgba(24, 26, 31, .07);
}
.imagenempcolect {
    width: 150px;
    opacity: 0.2;
}

.plaza_destacada {
    background: #fff;
    border: 2px solid #26ae61 !important;
    margin-bottom: 2px;
    padding: 0 !important;
}

.plaza_destacada span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #26ae61;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

.pagination-div-id-plazas .active a {
    z-index: 2;
    color: #ffffff !important;
    background-color: #fd4b4b;
    border-color: #fd4b4b;
    cursor: default;
    font-family: 'montserrat';
}

.pagination-div-id-plazas a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fd4b4b !important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    font-family: 'montserrat' !important;
    font-size: 12px !important;
}

.data_plaza_flag {
    position: absolute;
    left: 33%;
    top: 20%;
    font-size: 40px;
    font-family: 'montserrat-bold';
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #e1e1e1 !important;
    border-radius: 0 !important;
}

.btns_cvs .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #e1e1e1 !important;
    border-radius: 0 !important;
    font-size: 12px;
    font-family: 'montserrat';
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #f1f1f1;
    border-color: #adadad;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

section.plaza_detail {
    padding: 30px;
    background: #fcfcfc;
}

.img_profile_plaza {
    width: 100%;
    height: 204.44px;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 0px;
}

.img_profile_plaza a {
    display: block;
    height: 100%;
    width: 100%;
}

.img_profile_plaza img {
    max-height: 100%;
    max-width: 100%;
    width: 150px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
}

.link_empresa p {
    font-size: 13px;
    color: #393939;
    text-align: center;
    margin: 0;
    position: relative;
    font-family: 'montserrat';
}

.link_empresa:hover p {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.nombre_plaza h1 {
    font-size: 24px;
    font-family: 'montserrat-bold';
    color: #393939;
    text-transform: uppercase;
}

.nombre_plaza p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #393939;
    margin: 0;
}

.nombre_plaza span {
    font-family: 'montserrat';
}

.aplicar_btn_dos {
    width: auto;
    float: left;
    /* position: relative; */
    /* top: 30px; */
    margin-right: 10px;
}

.aplicar_btn a {
    background: #26ae62;
    padding: 10px 29px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.aplicar_btn:hover a {
    background: #108242;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.share_friends {
    width: auto;
    float: left;
    position: relative;
    top: 30px;
}

.share_friends a {
    background: #fd4b4b;
    padding: 9px 25px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.share_friends:hover a {
    background: #f31c1c;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.info_empresa .col-md-12 {
    padding: 0 !important;
}

.body_plaza .col8 {
    padding: 0 !important;
}

.info_empresa .col-md-4 {
    padding-left: 0 !important;
}

.plaza_content {
    position: relative;
    margin-top: 30px;
    background: #fff;
    padding: 5px 40px 5px 40px;
    border: 1px solid #e1e1e1;
}

.plaza_content h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    color: #393939;
}

.plaza_content p {
    font-size: 13px;
    font-family: 'montserrat';
    color: #393939;
    margin: 0;
}

.job_description {
    padding-bottom: 20px;
}

.job_details {
    padding-bottom: 20px;
}

.job_request {
    padding-bottom: 20px;
}

.jobs_functions {
    padding-bottom: 20px;
}

.extra_request {
    padding-bottom: 20px;
}

.job_offer {
    padding-bottom: 50px;
    position: relative;
}

.botones_interactivos_details {
    /* padding-bottom: 20px; */
    position: relative;
    display: flex;
    justify-content: space-between
        /* width: 100%; */
        float: none;
    margin: auto;
}

.col-md-12.plazas_sugeridas_list {
    text-align: center !important;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.plazas_sugeridas h1 {
    font-size: 24px;
    font-family: 'montserrat-bold';
    color: #282828;
}

.plazas_sugeridas_list h1 {
    font-size: 16px;
    font-family: 'montserrat-bold';
    color: #282828;
}

.pdd_suggest {
    padding-right: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.plazas_sugeridas_list p {
    margin-top: 10px;
    margin-bottom: 8px;
}

.plazas_sugeridas_list span {
    background: #ffe2e2;
    padding: 5px;
    top: 0;
    position: relative;
    color: #fd4b4b;
    border: 1px solid #fd4b4b;
}

.btn_aplicar_plaza {
    width: 70%;
    float: none;
    margin: auto;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.btn_aplicar_plaza a {
    background: #26ae62;
    padding: 10px;
    color: #fff;
    font-family: 'montserrat';
    font-size: 12px;
}

.btn_aplicar_plaza:hover a {
    background: #108242;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.contenedor_plazas {
    padding: 0 !important;
}

.progress .progress-bar {
    border-radius: 7px;
    height: 20px;
}

.progress-bar-danger {
    background-color: #26ae61;
}

.progress {
    margin: 0;
    overflow: hidden;
    border-radius: 27px;
    background: #eaedf3;
    box-shadow: inset 0 10px 10px rgba(244, 245, 250, 0.9);
    position: relative;
    padding: 10px;
    height: auto;
}

.progress .progress-value {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-align: right;
    padding-right: 10px;
}

.progress-title {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    color: #393939;
    text-align: center;
}

.body_profile {
    background: #fcfcfc;
    padding: 80px;
}

.section_profile .col-md-12 {
    padding: 0 !important;
}

.edit_profile_alert {
    padding: 20px;
}

.edit_profile_alert p {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: center;
    margin: 0;
    color: #272727;
}

.edit_profile_alert a {
    font-size: 12px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.edit_profile_alert a:hover {
    color: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.progress-outer {
    width: 70%;
    float: none;
    margin: auto;
}

.panel_profile_status {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #fff;
}

.section_profile .profile_plazas {
    padding: 0 !important;
}

.plazas_sugeridas_body {
    padding-top: 10px;
}

.contenedor_plazas_h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
}

.contenedor_perfil_h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
}

.contenedor_info_h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #fd4b4b;
    padding-left: 20px;
    width: 100%;
    float: left;
}

.img-profile img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.img-profile {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border: 4px solid #e3e3e3;
}

.info-profile p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    width: 100%;
}

.info-profile a {
    font-size: 12px;
    font-family: 'montserrat';
    text-transform: none;
    color: #000000;
    width: 100%;
    float: left;
    text-decoration: underline !important;
}

.info-profile a:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.contenedor_midd {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #fff;
    margin-bottom: 20px;
}

.contenedor_left {
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
}

.contenedor_right {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.qr-contenedor {
    text-align: center;
}

a.down_qr {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fd4b4b;
}

a.down_qr:hover {
    color: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/*BARRA DE PROCESOS*/
.progress_process {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.progress_process .circle,
.progress_process .bar {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}

.progress_process .bar {
    position: relative;
    width: 53px;
    height: 6px;
    top: -1px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: none;
}

.progress_process .circle .label {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 9px;
}

.progress_process .circle .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

/* Done / Active */
.progress_process .bar.done, .progress_process .circle.done {
    background: #fcfcfc;
}

.progress_process .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress_process .circle.done .label {
    color: #FFF;
    background: #26ae61;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.title_process {
    color: #333;
    font-family: 'montserrat';
    text-align: center;
    font-size: 12px;
}

.progress_process .circle.active .label {
    color: #FFF;
    background: #fd4b4b;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.title_process span {
    margin: 10px;
}

.misprocesostitle {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
}

.procesos_content h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    text-align: center;
    margin: 16px;
}

.card-plazas {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    height: 190px;
    padding: 20px;
    margin-bottom: 10px;
    width: 99%;
}

.logoempresa-cards {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: none;
    margin: auto;
}

.logoempresa-cards img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.card-plazas:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.card-plazas:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.card-plazas .card-body .card-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #3b3e40;
    font-family: 'montserrat-bold';
}

.card-plazas .card-body .card-text p {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    text-align: center;
    font-family: 'montserrat-bold';
}

.nombre_empresa_card h1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 0px;
    color: #59595c;
    font-family: 'montserrat-bold';
    margin: 0;
    text-transform: uppercase;
}

.card-plazas:hover .nombre_empresa_card h1 {
    color: #242424;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #fff;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-fv {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: rgb(0, 0, 0);
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-ceusac {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #ff7f00;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-eade {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #07153d;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-uspg {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #a6192e;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

/* .active_home_uspg {
    background: #ffc600;
    color: #fff !important;
} */

@media (min-width: 1060px) {
    .header-img .feria {
        float: left;
        padding: 11px 0px !important;
    }
}

.header-img .feria {
    float: left;
    /* padding: 22px 0; */
    padding: 11px 20px;
}

.header-content .content-right {
    width: 40%;
    float: left;
    height: 71px;
}

.header-content-ceusac .content-right {
    width: 40%;
    float: left;
    height: 71px;
}

.header-content-eade .content-right {
    width: 40%;
    float: left;
    height: 71px;
}

.header-img .feria img {
    width: 190px;
    position: relative;
}

#dropdown_head {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head:hover {
    background: transparent;
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head.open {
    background: transparent;
    color: #fd4b4b;
    border-left-color: #6c6d70;
}

#dropdown_head ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
}

#dropdown_head ul li {
    text-decoration: none;
    display: block;
    color: #fd4b4b;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 14px;
}

#dropdown_head ul li:hover {
    color: #fd4b4b;
    background: #f7e7e7;
}

.btn-elegirpais {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 31.33%;
    float: left;
}

.btn-ingreso {
    font-weight: bold;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 31.33%;
    float: left;
}

.btn-registro {
    font-weight: bold;
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 31.33%;
    float: left;
}

.btn-notifications {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 100%;
    float: left;
}

#dropdown_head_noti {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_uspg {
    font-weight: bold !important;
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_uspg a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}


#dropdown_head_noti:hover {
    background: transparent;
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_noti.open {
    background: transparent;
    color: #fd4b4b;
    border-left-color: #6c6d70;
}

#dropdown_head_noti ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: auto;
    padding: 10px 0px 10px 10px;
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
    -webkit-box-shadow: 0px 13px 77px -14px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 13px 77px -14px rgba(204, 204, 204, 1);
    box-shadow: 0px 13px 77px -14px rgba(204, 204, 204, 1);
}

.btn-perfil {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 100%;
    float: left;
}

#dropdown_head_perfil {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_perfil:hover {
    background: transparent;
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_perfil.open {
    background: transparent;
    color: #fd4b4b;
    border-left-color: #6c6d70;
}

#dropdown_head_perfil ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
}

#dropdown_head_perfil ul li {
    text-decoration: none;
    display: block;
    color: #fd4b4b;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 12px;
}

#dropdown_head_perfil ul li:hover {
    color: #fd4b4b;
    background: #f7e7e7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.img-pais {
    width: 6%;
    float: left;
    text-align: right;
    padding-top: 22px;
}

.img-pais img {
    width: 25px;
}

.ul_menu_header {
    padding: 0;
    margin: 0;
}

#dropdown_head_ingreso {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso.open {
    background: #fd4b4b;
    color: #fff;
    border-left-color: #6c6d70;
}

#dropdown_head_ingreso ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
}

#dropdown_head_ingreso ul li {
    text-decoration: none;
    display: block;
    color: #fd4b4b;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 14px;
}

#dropdown_head_ingreso ul li:hover {
    color: #fd4b4b;
    background: #f7e7e7;
}

#dropdown_head_regis {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis.open {
    background: #fd4b4b;
    color: #fff;
    border-left-color: #6c6d70;
}

#dropdown_head_regis ul {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 9;
    list-style: none;
}

#dropdown_head_regis ul li {
    text-decoration: none;
    display: block;
    color: #fd4b4b;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 14px;
}

#dropdown_head_regis ul li:hover {
    color: #fd4b4b;
    background: #f7e7e7;
}

.header-content .header-img {
    width: 60%;
    float: left;
}

.header-img {
    width: 20%;
    float: left;
    height: 71px;
}

.menu-log-right {
    width: 70%;
    float: left;
}

.items_menu_log i {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.items_menu_log p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #7e7e7e;
    position: relative;
    top: 10px;
}

.active_menu_log {
    height: 71px;
}

.items_menu_log.active_menu_log a {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 71px;
    text-align: center;
}

.items_menu_log.active_menu_log i {
    color: #fff !important;
}

.items_menu_log.active_menu_log p {
    color: #fff !important;
}

.items_menu_log {
    width: 110px !important;
    float: left !important;
    display: block !important;
}

.items_menu_log a {
    width: 100%;
    float: left !important;
    background: transparent;
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log a:hover {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log a:hover i {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log a:hover p {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

section.menu-header {
    display: block;
    position: relative;
    height: 71px;
}

.header-content-log {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #fff;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.nav-pills>li+li {
    margin-left: 0 !important;
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::before, .notification::after {
    color: #26ae61 !important;
    font-size: 15px !important;
    position: relative;
    top: 0 !important;
    text-shadow: none !important;
}

.notification {
    display: inline-block;
    position: relative;
    top: 18px !important;
    height: 30px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    box-shadow: none;
}

.notification::before {
    display: block;
    content: "\f0f3";
    font-family: "FontAwesome";
    transform-origin: top center;
}

.notification::after {
    font-family: "montserrat" !important;
    font-weight: 700 !important;
    position: absolute !important;
    top: -4px !important;
    right: -10px !important;
    padding: 3px !important;
    line-height: 100%;
    border: none !important;
    border-radius: 50% !important;
    background: #fd4b4b !important;
    content: "1";
    opacity: 1;
    font-weight: normal !important;
    font-size: 9px !important;
    height: 15px !important;
    width: 15px !important;
    color: #FFFFFF !important;
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.img-profile-header {
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    top: 18px;
    /* left: 60px; */
}

.contenedor_img_header {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 2px solid transparent;
}

.contenedor_img_header img {
    width: 100%;
}

.menu-log-right .col-md-12 {
    /* padding: 0 !important; */
}

.img-profile-header i {
    color: #fd4b4b;
    font-size: 15px;
    position: relative;
    top: -25px;
    left: 40px;
    float: left;
}

.items_menu_log i {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.items_menu_log p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #7e7e7e;
    position: relative;
    top: 10px;
}

.active_menu_log {
    height: 71px;
}

.items_menu_log_img.active_menu_log a {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 71px;
    text-align: center;
}

.items_menu_log_img.active_menu_log i {
    color: #fff !important;
}

.items_menu_log_img.active_menu_log p {
    color: #fff !important;
}

.items_menu_log_img {
    width: 110px !important;
    float: left !important;
    display: block !important;
}

.items_menu_log_noti {
    width: 110px !important;
    float: left !important;
    display: block !important;
}

.items_menu_log_noti p {
    position: relative;
    top: 10px;
}

.items_menu_log_img a {
    width: 100%;
    float: left !important;
    background: transparent;
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log_img a:hover {
    background: transparent !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log_img a:hover i {
    color: #ff0909;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log_img a:hover p {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log_img.open a {
    background-color: #ffffff !important;
    border-color: transparent;
}

.items_menu_log_img a:focus {
    background-color: #ffffff !important;
    border-color: transparent;
}

.item-title {
    font-size: 12px !important;
    color: #242424 !important;
    font-weight: normal !important;
    font-family: 'montserrat-bold' !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.notification-item {
    padding: 0 !important;
    margin: 5px;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}

.link_url_1 a {
    height: auto !important;
}

.item-subtitle {
    font-size: 9px !important;
    color: #fd4b4b !important;
    font-style: italic;
    text-align: right;
    font-family: 'montserrat' !important;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid #e4e4e4;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-content h4 {
    font-size: 16px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.modal-body p {
    text-align: justify;
    font-family: 'montserrat';
    font-size: 14px;
}

.modal-body b {
    color: #fd4b4b;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
    font-style: normal !important;
}

.modal-header {
    padding: 15px;
    border: none !important;
    min-height: 16.42857143px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border: none !important;
}

.modal-footer .btn-default {
    color: #fff;
    background-color: #26ae62;
    border-color: #26ae62 !important;
    border-radius: 0 !important;
    font-family: 'montserrat';
    font-size: 12px;
}

.modal-footer .btn-default:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    background-color: #108242;
    border-color: #108242 !important;
}

.notifications-wrapper a:hover {
    background: #f3f3f3 !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.notifications-wrapper a:hover p {
    color: #646464;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-perfil .open .contenedor_img_header {
    border: 2px solid transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn-ingreso .active_menu {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 71px;
    text-align: center;
    color: #fff !important;
}

.items_menu_log a:focus {
    background-color: #fd4b4b !important;
    text-decoration: none;
}

.items_menu_log a:focus i {
    color: #ffffff !important;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.items_menu_log a:focus p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff !important;
    position: relative;
    top: 10px;
}

.empresas_desta {
    background: #fcfcfc;
    padding: 80px;
    height: auto;
}

.mis_procesos {
    background: #fcfcfc;
    padding: 0 0 140px;
}

.section_miperfil {
    background: #fcfcfc;
    padding: 80px;
}

.cover_title h1 {
    font-size: 26px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 4px solid #fd4b4b;
    padding-left: 10px;
    text-transform: uppercase;
}

.cover_title {
    padding: 33px 0;
    position: relative;
    top: 40px;
}

.links_covers {
    padding-left: 16px;
}

.links_covers a {
    color: #fff !important;
    font-size: 12px;
    font-family: 'montserrat';
    text-transform: uppercase;
    text-decoration: underline !important;
}

.links_covers a:hover {
    color: #fd4b4b !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.contenedor_img_header.activeperfil {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 2px solid #fd4b4b;
}

.body_miperfil .col-md-12 {
    padding: 0 !important;
}

.contenedor_perfil {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
}

.body_info_personal {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.body_info_personal label {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
    font-weight: normal !important;
}

.contenedor_perfil .col-md-2 {
    padding: 0 !important;
}

.contenedor_perfil .img-perfil {
    width: 100px;
    height: 100px;
    border: 2px solid #e1e1e1;
    overflow: hidden;
}

.contenedor_perfil .img-perfil img {
    width: 100%;
}

.nombre_profile h1 {
    font-size: 16px;
    margin: 0;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    color: #3b3b3b;
}

.info_perfil_profesional h2 {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #000000;
}

.info_perfil_profesional p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #000000;
}

.edit_info_link {
    position: relative;
    z-index: 2;
}

.edit_info_link a {
    position: relative;
    float: right;
    right: 0;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.edit_info_link a:hover {
    color: #ff0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.edit_info_link_info_personal {
    position: relative;
    z-index: 2;
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

.edit_info_link_info_personal a {
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.edit_info_link_info_personal a:hover {
    color: #ff0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.body_info_personal span {
    font-size: 14px;
    font-family: 'montserrat';
    color: #242424;
}

.body_info_personal p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
    font-weight: normal;
    word-wrap: break-word;
    float: left;
    width: 100%;
}

.btns_cvs {
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

button.down-cv {
    width: 100%;
    background: #fd4b4b;
    border: none;
    color: #fff;
    padding: 10px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

button.down-cv:hover {
    background: #ff2a2a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

button.imprimir-cv {
    width: 100%;
    background: #26ae61;
    border: none;
    color: #fff;
    padding: 10px;
    font-family: 'montserrat';
    font-size: 12px;
}

button.imprimir-cv:hover {
    background: #18944e;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.info_complete_perfil .col-md-3 {
    padding: 0 !important;
}

.info_complete_perfil .col-md-9 {
    padding-right: 0 !important;
}

.codigo_qr_perfil {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    float: left;
}

.codigo_qr_perfil img {
    width: 100%;
}

.codigo_qr_perfil a {
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.codigo_qr_perfil a:hover {
    color: #ff0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.codigo_qr_perfil span {
    font-size: 14px;
    font-family: 'montserrat';
    color: #242424;
}

.codigo_qr_perfil p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
}

.habilidades_perfil {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    height: 100%;
    float: left;
    width: 100%;
}

.habilidades_perfil label {
    background: #ffe2e2;
    padding: 10px;
    color: #fd4b4b;
    font-size: 12px;
    font-family: 'montserrat';
    border: 1px solid #fd4b4b;
    width: 100%;
}

.section_profile #centralPro2 p {
    font-size: 14px;
    font-family: 'montserrat';
}

.idiomas_perfil {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.idiomas_perfil span {
    font-size: 14px;
    font-family: 'montserrat';
    color: #242424;
}

.idiomas_perfil p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
}

.discapacidades_perfil {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.discapacidades_perfil span {
    font-size: 14px;
    font-family: 'montserrat';
    color: #242424;
}

.discapacidades_perfil p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
}

.back_details {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.back_details h1 {
    font-family: 'montserrat-bold';
    color: #3b3b3b;
    font-size: 14px;
    margin: 0;
}

.back_details span {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #3b3b3b;
    margin: 0;
}

.back_details p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #797979;
    margin: 0;
}

.info_details {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0;
}

.body-empresas .col-md-3 {
    padding: 0 !important;
}

.body-empresas .col-md-12 {
    padding: 0 !important;
}

.cd-filter-block {
    margin: 10px 0;
}

.cd-filter-block input[type='search']:focus, .cd-filter-block input[type='text']:focus, .cd-filter-block select:focus {
    outline: none;
    background-color: #fcfcfc;
    border-color: #fd4b4b;
}

.cd-filter-block input[type='search'] {
    border-color: transparent;
    background-color: #e6e6e6;
    font-size: 12px;
    font-family: 'montserrat';
}

.cd-filter-block input[type='search'], .cd-filter-block input[type='text'], .cd-filter-block select {
    width: 100%;
    padding: .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cd-filter-block input, .cd-filter-block select, .cd-filter-block .radio-label::before, .cd-filter-block .checkbox-label::before {
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

p.not-found-companies {
    font-size: 14px;
    font-family: 'montserrat';
    color: #8a8a8a;
    position: relative;
    margin-top: 80px;
    top: 60px;
    padding-bottom: 90px;
}

.upload-pic {
    width: 100%;
    position: relative;
    top: 10px;
}

.upload-pic input {
    width: 100%;
}

.content_edit_info .col-md-12 .col-md-4 label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'montserrat-bold';
}

.content_edit_info .col-md-12 .col-md-4 span {
    color: #fd4b4b;
}

.content_edit_info .col-md-12 .col-md-4 {
    padding-left: 0 !important;
}

.content_edit_info .col-md-12 .col-md-4 input {
    padding: 7px;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-family: 'montserrat';
    font-size: 12px;
}

.content_edit_info .first_row {
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
    margin-bottom: 20px;
}

.content_edit_info .cargo_title_edition label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'montserrat-bold';
}

.content_edit_info .cargo_title_edition input {
    padding: 7px;
    width: 270px;
    border: 1px solid #e0e0e0;
    font-family: 'montserrat';
    font-size: 12px;
}

.content_edit_info .cargo_title_edition span {
    color: #fd4b4b;
}

.cargo_title_edition {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.description_edition {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content_edit_info .description_edition label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'montserrat-bold';
}

.content_edit_info .description_edition textarea {
    padding: 7px;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-family: 'montserrat';
    font-size: 12px;
}

.content_edit_info .description_edition span {
    color: #fd4b4b;
}

.btns_groups {
    float: left;
    width: 100%;
}

.btns_groups .btn-update-info {
    float: left;
    width: 180px;
}

.btns_groups .btn-cancel-info {
    float: left;
    width: 180px;
}

.btns_groups .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.btns_groups .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btns_groups .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.btns_groups .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.div_data_live {
    display: block;
}

.div_data_unlive {
    display: none;
}

.edit_info_link {
    cursor: pointer;
    text-align: right;
    position: relative;
    float: none;
    width: 100%;
    padding-bottom: 20px;
}

.content_info_unlive {
    display: none;
}

.content_info_unlive .content_info input {
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'montserrat';
    font-size: 12px;
}

.div_data_photo_live {
    width: 10%;
    float: left;
}

div#perfil-profesional {
    width: 90%;
    float: left;
}

.content_info_unlive .content_info select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.content_info_unlive .content_info .dia_input {
    width: 30%;
    float: left;
    margin-right: 11px;
}

.content_info_unlive .content_info .mes_input {
    width: 30%;
    float: left;
    margin-right: 11px;
}

.content_info_unlive .content_info .anio_input {
    width: 30%;
    float: left;
}

.info_perfil_profesional label {
    font-weight: normal !important;
}

.content_info_unlive .content_info .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.content_info_unlive .content_info .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.content_info_unlive .content_info .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.content_info_unlive .content_info .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.content_info_unlive .content_info .btn-update-info {
    margin-bottom: 10px;
}

.habilidades_info_unlive {
    display: none;
}

.btn_anadir_skills {
    width: 100%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 10px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
}

.btn_anadir_skills:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.habilidades_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.habilidades_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.habilidades_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.habilidades_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.habilidades_info_unlive .btn-update-info {
    margin-bottom: 10px;
}

.idiomas_info_unlive {
    display: none;
}

.idiomas_info_unlive select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.idiomas_info_unlive span {
    font-size: 10px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
    float: right;
}

.agr_lng {
    width: 100%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 10px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
}

.agr_lng:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.idiomas_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.idiomas_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.idiomas_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.idiomas_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.idiomas_info_unlive .btn-update-info {
    margin-bottom: 10px;
}

.discap_info_unlive {
    display: none;
}

.disc_body span {
    font-size: 10px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
    float: right;
}

.discap_info_unlive select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.discap_info_unlive .prc_disc {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #000;
    border: none;
}

.agr_dsca {
    width: 100%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 10px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
}

.agr_dsca:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.discap_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.discap_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.discap_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.discap_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.discap_info_unlive .btn-update-info {
    margin-bottom: 10px;
}

.academicos_info_unlive {
    display: none;
}

.body_all_jobs .col-md-9 {
    font-size: 14px;
    font-family: 'montserrat';
}

.info-profile .info_data {
    font-family: 'montserrat';
    font-size: 12px;
}

.modal-content h3 {
    font-family: 'montserrat';
}

.modal-body p {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: center;
}

.modal-footer a {
    font-size: 12px;
    font-family: 'montserrat';
    background: #fd4b4b;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.modal-body span {
    color: #fd4b4b;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
    font-style: normal !important;
}

.modal-footer a:hover {
    background: #ff0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.laborales_info_unlive {
    display: none;
}

.referencias_info_unlive {
    display: none;
}

.academicos_info_unlive select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.academicos_info_unlive .diaed select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.academicos_info_unlive .mesedu select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.academicos_info_unlive .anioedu input {
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'montserrat';
    font-size: 12px;
}

.diaedu {
    width: 30%;
    float: left;
    margin-right: 14px;
    position: relative;
    z-index: 8;
}

.mesedu {
    width: 30%;
    float: left;
    margin-right: 14px;
    position: relative;
    z-index: 8;
}

.anioedu {
    width: 30%;
    float: left;
    position: relative;
    z-index: 8;
}

.academicos_info_unlive p {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.academicos_info_unlive span {
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.academicos_info_unlive input {
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'montserrat';
    font-size: 12px;
    border-radius: 0 !important;
    box-shadow: none;
}

.input_abandono {
    display: none;
}

.fecha_fin {
    display: none;
}

.back_details .col-md-12 {
    padding: 15px !important;
}

.universidad_div {
    display: none;
}

.areaestu_div {
    display: none;
}

.titulodiver_div {
    display: none
}

.facultad_div {
    display: none;
}

.carrera_div {
    display: none;
}

.agr_edu {
    width: 20%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 9px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.agr_edu:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.academicos_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.academicos_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.academicos_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.academicos_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.academicos_info_unlive .btn-update-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
    margin-right: 10px;
}

.academicos_info_unlive .btn-cancel-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
}

.btns_actions {
    position: relative;
    width: 100%;
    height: 57px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.laborales_info_unlive p {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
}

.laborales_info_unlive span {
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.laborales_info_unlive input {
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'montserrat';
    font-size: 12px;
}

.laborales_info_unlive select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.diajob {
    width: 30%;
    float: left;
    margin-right: 14px;
}

.mesejob {
    width: 30%;
    float: left;
    margin-right: 14px;
}

.aniojob {
    width: 30%;
    float: left;
}

.fecha_fin_job {
    display: none;
}

.agr_lab {
    width: 20%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 9px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.agr_lab:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.laborales_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.laborales_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.laborales_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.laborales_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.laborales_info_unlive .btn-update-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
    margin-right: 10px;
}

.laborales_info_unlive .btn-cancel-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
}

.referencias_info_unlive p {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
}

.referencias_info_unlive span {
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.referencias_info_unlive select {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.referencias_info_unlive input {
    border: 1px solid #e4e4e4;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'montserrat';
    font-size: 12px;
}

.agr_ref {
    width: 20%;
    background: transparent;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    padding: 9px;
    font-family: 'montserrat';
    font-size: 12px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.agr_ref:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.referencias_info_unlive .btn-update-info button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.referencias_info_unlive .btn-update-info button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.referencias_info_unlive .btn-cancel-info button {
    background: #fd4b4b;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.referencias_info_unlive .btn-cancel-info button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.referencias_info_unlive .btn-update-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
    margin-right: 10px;
}

.referencias_info_unlive .btn-cancel-info {
    margin-bottom: 10px;
    width: 20%;
    float: left;
}

.section_configuraciones {
    background: #fcfcfc;
    padding: 80px;
}

.section_configuraciones .col-md-6 {
    padding: 0 !important;
}

.section_configuraciones .col-md-12 {
    padding: 0 !important;
}

.back_privacidad {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 30px;
}

.opt-background .col-md-4 p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.opt-background .col-md-4 {
    padding: 0 !important;
}

.opt-background .col-md-8 p {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: justify;
}

.opt-background .col-md-12 p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

input:checked+.slider {
    background-color: #26ae61;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.back_opciones_cuenta {
    background: #fff;
    padding: 10px;
    border: 1px solid #fd4b4b;
    font-family: 'montserrat';
    margin-bottom: 20px;
}

.body_options_down i.fa.fa-question-circle {
    margin-left: 10px;
    color: #fd4b4b;
    font-size: 15px;
}

.btn_privacity input {
    background: #26ae61;
    border: none;
    width: 150px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
    border: none !important;
}

.btn_privacity input:hover {
    background: #239856;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.contenido_privacidad {
    height: 150px;
}

.contenido_privacidad .form-group {
    margin-bottom: 15px;
    height: 100%;
    position: relative;
}

.btn_privacity {
    width: 150px;
    float: none;
    margin: auto;
}

.section_configuraciones .padd-left-contra {
    padding-left: 15px !important;
}

.back_contrasena {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 10px;
}

.back_contrasena label {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.back_contrasena input {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    box-shadow: none;
    font-family: 'montserrat';
    font-size: 12px;
}

.fail-pass-change {
    background-color: #ffe2e2;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    font-size: 12px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 10px;
    height: auto;
    margin-bottom: 10px;
}

.badge-skills-close {
    color: #fd4b4b;
    font-size: 10px;
    font-family: 'montserrat' !important;
}

.alert-change-pass {
    background-color: #b7efcf;
    border: 1px solid #26ae61;
    color: #26ae61;
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 10px;
    height: 40px;
    margin-bottom: 10px;
}

.back_categorias {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 10px;
}

.back_categorias p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.back_categorias ul {
    list-style: none;
    padding: 0 !important;
}

.back_categorias li {
    font-family: 'montserrat';
    font-size: 14px;
}

.back_categorias .edit_categorias {
    cursor: pointer;
    position: relative;
    left: 0px;
}

.back_categorias .edit_categorias a {
    position: absolute;
    float: right;
    right: 0;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.back_categorias .edit_categorias a:hover {
    color: #ff0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.categorias_unlive {
    display: none;
}

.btns_groups_categ .btn-update-categ button {
    background: #26ae61;
    border: none;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.btns_groups_categ .btn-cancel-categ button:hover {
    background: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btns_groups_categ .btn-cancel-categ button {
    background: #fd4b4b;
    border: none;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
}

.btns_groups_categ .btn-update-categ button:hover {
    background: #0b9245;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btns_groups_categ {
    width: 100%;
}

.btn-update-categ {
    width: 140px;
    float: left;
    margin-right: 30px;
}

.categorias_unlive label {
    font-size: 12px;
    font-family: 'montserrat';
}

.categorias_unlive .checkbox {
    width: 50%;
    float: left;
    margin: 0 !important;
}

.categorias_unlive .categorias_bd {
    margin-top: 10px;
    margin-bottom: 40px;
}

.active_menu_log .head_regis {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    width: 100% !important;
    color: #fff !important;
    height: 71px;
}


.section-regis-body {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
        url('../images/background-registro.png') no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .section-regis-body {
        background-position: top center;
        height: auto;
    }
}

.padd_register {
    padding: 83px 0;
}

.back-register-divs {
    position: relative;
    width: 100%;
    height: auto;
    background: #000000b8;
}

.back-register-divs .col-md-4 h2 {
    font-size: 27px;
    font-family: 'montserrat';
    color: #fff;
    border-left: 7px solid #fd4b4b;
    padding-left: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.back-register-divs .col-md-4 span {
    font-family: 'montserrat-bold';
}

.back-register-divs .col-md-4 p {
    font-size: 16px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 2px solid #fd4b4b;
    padding-left: 30px;
}

.dtos_personales {
    font-size: 16px !important;
    font-family: 'montserrat' !important;
    color: #101010 !important;
    border-left: 2px solid #fd4b4b !important;
    padding-left: 10px !important;
    text-align: left !important;
    font-weight: 900;
}

.dtos_personalesA {
    font-size: 16px !important;
    font-family: 'montserrat-bold' !important;
    color: #101010 !important;
    border-left: 2px solid #fd4b4b !important;
    padding-left: 20px !important;
    text-align: left !important;
}

.padd-right-register-form {
    padding: 15px 0;
}

.back-form-register .regi-active p {
    font-size: 12px;
    color: #000;
    text-align: center;
    font-family: 'montserrat';
    border: none;
    padding: 0;
}

.content-pdd-register {
    background: #fff;
    padding: 10px 10px;
}

.back-form-register .form-group input {
    font-size: 12px;
    font-family: 'montserrat';
    border: 1px solid #ececec;
    border-radius: 0 !important;
    box-shadow: none;
}

.back-form-register .col-md-12 {
    /* padding: 0!important; */
}

.back-form-register .col-md-6 {
    padding: 0 !important;
}

.back-form-register .col6-register-left {
    width: 99% !important;
}

.regi-active a {
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.regi-active a:hover {
    color: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header_registro_express label {
    font-size: 12px;
    font-family: 'montserrat';
    color: #000;
    font-weight: normal;
}

.header_registro_express .form-group .terms-conditions {
    font-size: 12px;
    font-family: 'montserrat';
    color: #000;
}

.terms-and-conditions {
    font-family: 'montserrat';
    color: #fd4b4b;
}

.terms-and-conditions:hover {
    color: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn_next_register {
    padding: 10px 30px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    background: #26ae61;
    border: none;
}

.btn_next_register:hover {
    background: #219252;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn_default_register {
    padding: 10px 30px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    background: #a6b2ab;
    border: none;
}

.btn_default_register:hover {
    padding: 10px 30px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    background: #616965;
    border: none;
}

.back-all-content-register {
    height: 100%;
    background: #000000b8;
}

.plaza-not-found {
    height: 100%;
    padding: 80px;
    background: url(../images/cover_plaza_not_found.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.back-form-register .col-md-12 .checkbox label {
    margin: 0 !important;
    font-size: 12px;
    font-family: 'montserrat';
}

.back-form-register .col-md-12 .checkbox {
    width: 50%;
    float: left;
    margin: 0 !important;
}

.back-form-register .col-md-12 .control-label {
    font-size: 12px;
    font-family: 'montserrat-bold';
    color: #000000;
    text-transform: uppercase;
}

.body-skills-register {
    height: 180px;
    overflow: auto;
    border: 1px solid #ececec;
}

.body-skills-register .addHabilidad td {
    font-family: 'montserrat';
    font-size: 12px;
    color: #989898;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}

.body-skills-register .addHabilidad td:hover {
    background: #f4f4f4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.stack_skills {
    font-family: 'montserrat' !important;
    font-size: 12px !important;
    color: #000 !important;
    padding: 0px !important;
    border: 0px !important;
}

.body-skills-register .skills-selected {
    color: #fd4b4b;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    padding: 7px;
}

section.confirmation-modal {
    background: #000000b3;
    z-index: 999999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.back-confirmation {
    width: 100%;
    padding: 125px;
    height: 100%;
}

.back-confirmation .col-md-6 img {
    width: 100%;
}

.back-confirmation .col-md-6 {
    padding: 0 !important;
}

.back-confirmation .col-md-6 .back-white {
    padding: 200px 30px;
}

.back-confirmation .col-md-6 .back-white h1 {
    font-size: 30px;
    font-family: 'montserrat-bold';
    border-left: 5px solid #fd4b4b;
    padding-left: 20px;
    margin-bottom: 50px;
}

.back-confirmation .col-md-6 .back-white p {
    font-size: 14px;
    font-family: 'montserrat';
}

.body-confirmation {
    background: #fff;
}

.btn-accept-register {
    width: 180px;
    float: none;
    position: relative;
    margin-top: 40px;
}

.btn-accept-register a {
    background: #26ae61;
    padding: 10px 65px;
    width: 100%;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    cursor: pointer;
}

.btn-accept-register a:hover {
    background: #209452;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.fail-pass-change1 p {
    background-color: #ffe2e2;
    border: 1px solid #fd4b4b;
    color: #fd4b4b !important;
    font-size: 12px !important;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 10px;
    height: auto;
    margin-bottom: 10px;
}

.content-not-found {
    width: 50%;
    float: right;
    position: relative;
    margin-top: 0px;
}

.content-not-found h1 {
    font-family: 'montserrat-bold';
    font-size: 265px;
    color: #ffffff8a;
}

.content-not-found h2 {
    font-size: 40px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    color: #fff;
}

.content-not-found h3 {
    font-family: 'montserrat-bold';
    color: #fff;
    font-size: 19px;
}

.content-not-found p {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #fff;
}

.content-not-found a {
    color: #fd4b4b;
    text-decoration: none;
}

.content-not-found a:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.minisitio_empresas {
    background: #fcfcfc;
    padding: 50px;
    height: auto;
}

.back-body-empresa {
    margin: 30px 0;
    position: relative;
    background: transparent;
}

.back-body-empresa .col-md-3 {
    padding: 0 !important;
}

.back-body-empresa .col-md-3 .back-col-left {
    background: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 100%;
    float: left;
}

.contenedor-img-perfil-empresa {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nombre-empresa {
    text-align: left !important;
    font-size: 16px !important;
    position: relative !important;
    top: 20px !important;
    margin-bottom: 10px !important;
    font-family: 'montserrat-bold' !important;
    text-transform: uppercase !important;
    font-weight: normal;
    margin-top: 0 !important;
}

.back-col-left .content-tabs {
    padding: 20px 0;
    height: 100%;
    float: left;
}

.tabs-menu li.current {
    position: relative !important;
    border: none !important;
    background-color: #fd4b4b !important;
    z-index: 5 !important;
}

.tabs-menu .current a {
    color: #ffffff !important;
    font-size: 12px !important;
    font-family: 'montserrat' !important;
    display: block !important;
    padding: 0px 15px !important;
    font-weight: normal !important;
}

.tabs-menu li {
    line-height: 35px;
    width: 100%;
    float: left;
    margin-right: 10px;
    background-color: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    list-style: none;
    font-family: 'montserrat' !important;
    font-size: 12px !important;
}

.tabs-menu li a {
    color: #000 !important;
    font-size: 12px !important;
    font-family: 'montserrat' !important;
    display: block !important;
    padding: 0px 15px !important;
    font-weight: normal !important;
}

.tabs-menu li:hover {
    background-color: #fd4b4b !important;
    border: none !important;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.tabs-menu li:hover a {
    color: #fff !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.tab-content {
    width: 100%;
    padding-top: 0 !important;
    display: none;
}

.bodytab {
    border: none !important;
    padding: 0 !important;
    height: 100%;
}

.content-plazas .pagination-div-id-plazas p {
    font-size: 14px;
    font-family: 'montserrat';
    color: #000;
}

.panel_info_empresa {
    width: 100%;
    height: 100%;
    float: left;
}

.bodytab2 .historia {
    width: 100%;
    position: relative;
    height: 100%;
    float: left;
    top: 0;
}

.body-nosotros {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.content_info_plazas_details .galeria-img {
    height: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.link_empresa_minisitio {
    font-family: 'montserrat';
    font-size: 12px;
}

.link_empresa_minisitio a {
    color: #fd4b4b;
}

.link_empresa_minisitio a:hover {
    color: #f52222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.labels-content {
    position: relative;
    margin-top: 0 !important;
    width: 100%;
    height: 160px;
}

.valores .m-btmm {
    margin-bottom: 10px;
    padding-right: 0 !important;
    height: auto;
}

.bodytab2 p {
    font-family: 'montserrat';
    font-size: 14px;
    color: #484848;
}

.contenedor-procesos {
    height: 100%;
}

.section_misprocesos {
    padding: 50px 0 160px;
}

.back-contenedor-plaza {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.all_procesos_content h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    text-align: left;
    margin: 16px;
}

.title_process_complete {
    width: 100%;
}

.eliminar_plaza {
    width: 2%;
    float: right;
}

.eliminar_plaza span {
    font-family: 'montserrat-bold';
    font-size: 16px;
    color: #fd4b4b;
}

.contenedor-procesos h1 {
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
}

.contenedor-procesos .col-md-8 {
    padding-left: 0 !important;
}

.contenedor-procesos .col-md-4 {
    padding: 0 !important;
}

.contenedor_midd_complete {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #fff;
    margin-bottom: 20px;
}

.contenedor_midd_complete .progress_process .bar {
    position: relative;
    /* width: 90px; */
    width: 75px;
    height: 6px;
    top: -1px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: none;
}

.title_process .stage_1 {
    position: relative;
    right: 85px;
}

.title_process .stage_2 {
    position: relative;
    right: 85px;
}

.title_process .stage_3 {
    position: relative;
    right: 70px;
}

.title_process .stage_4 {
    position: relative;
    right: 75px;
}

.title_process .stage_5 {
    position: relative;
    right: 70px;
}

.title_process .stage_6 {
    position: relative;
    right: 50px;
}

.title_process .stage_7 {
    position: relative;
    right: 10px;
}

.title_process .stage_8 {
    position: relative;
    left: 15px;
}

.title_process .stage_9 {
    position: relative;
    left: 42px;
    margin: 0;
}

.col-skills {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    background-color: #ffe2e2;
    border: 1px solid #fd4b4b;
    border-radius: 0 !important;
    padding: 6px;
    height: auto;
    margin: 0 0 8px;
}

.col-skills .badge-skills {
    width: 100%;
    margin: 0;
    position: relative;
    color: #fd4b4b;
    font-size: 10px;
    font-family: 'montserrat' !important;
}

.contenedor-procesos .active p {
    font-family: 'montserrat';
}

.contenedor-procesos .active b {
    font-family: 'montserrat';
    color: #fd4b4b;
    background: transparent;
    border: none;
    padding: 3px 10px;
}

.contenedor-procesos .active a {
    font-family: 'montserrat';
    font-size: 12px;
    color: #bdbdbd;
    background: transparent;
    border: 1px solid #bdbdbd;
    padding: 6px 10px;
}

.contenedor-procesos .active a:hover {
    color: #fff;
    background: #fd4b4b;
    border: 1px solid #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.alert_successful_contratacion {
    display: none;
}

.alert_denied_contratacion {
    display: none;
}

.plaza_alert_denied .contenedor_midd_complete {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #fd4b4b;
    background: #ffe2e2;
    margin-bottom: 20px;
    color: #fd4b4b;
}

.plaza_alert_denied .contenedor_midd_complete .mis_procesos_body .progress_process {
    display: none;
}

.plaza_alert_success .contenedor_midd_complete {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #26ae61;
    background: #daffea;
    margin-bottom: 20px;
    color: #25a95e;
}

.plaza_alert_success .alert_successful_contratacion {
    display: block !important;
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
}

.plaza_alert_success .alert_successful_contratacion span {
    font-family: 'montserrat-bold';
}

.plaza_alert_success .contenedor_midd_complete .mis_procesos_body .progress_process {
    display: none;
}

.plaza_alert_success .contenedor_midd_complete .mis_procesos_body .title_process {
    display: none;
}

.plaza_alert_denied .contenedor_midd_complete .mis_procesos_body .title_process {
    display: none;
}

.plaza_alert_denied .alert_denied_contratacion {
    display: block !important;
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
}

.plaza_alert_denied .alert_denied_contratacion span {
    font-family: 'montserrat-bold';
}

.alert_success_aplied {
    width: 100%;
    padding: 10px;
    border: 1px solid #26ae61;
    background: #daffea;
    color: #25a95e;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
}

.alert_success_aplied h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    margin: 0 !important;
}

.alert_success_aplied p {
    font-size: 14px;
    font-family: 'montserrat';
    margin: 0 !important;
}

.alert_denied_aplied {
    width: 100%;
    padding: 10px;
    border: 1px solid #fd4b4b;
    background: #ffe2e2;
    color: #fd4b4b;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
}

.alert_denied_aplied p {
    font-size: 14px;
    font-family: 'montserrat';
    margin: 0 !important;
    color: #fd4b4b;
}

.alert_denied_aplied h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    margin: 0 !important;
}

section.chat-content {
    height: auto;
    background: #fcfcfc;
    padding: 90px;
}

.div_data_photo_unlive {
    display: none;
}

.div_data_photo_live .edit_info_link a {
    position: absolute;
    float: none;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
    left: 0;
}

.div_data_photo_unlive .btns_groups {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.div_data_photo_unlive .btns_groups .btn-update-info {
    float: left;
    width: 180px;
    margin-bottom: 10px;
}

.div_cv_unlive {
    display: none;
}

.contenedor_cv_edicion {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 25px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    float: left;
}

.btn_upload_cv {
    width: 100%;
    position: relative;
}

.btn_upload_cv input {
    width: 100%;
}

.div_cv_unlive .btns_groups {
    width: 100%;
    float: none;
}

.div_cv_unlive .btns_groups .btn-update-info {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
    float: none;
}

.div_cv_unlive .btns_groups .btn-cancel-info {
    width: 100%;
    float: none;
}

.section_chat_body .col-md-8 {
    padding: 0 !important;
}

.chat_body_back {
    background: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    height: 580px;
}

.user_status_act .user_connect {
    display: none;
}

.user_status_act .panel-title .label-default {
    background-color: #fd4b4b;
    padding: 7px;
    font-family: 'montserrat';
    font-size: 12px;
    border-radius: 0 !important;
}

.user_status_act .panel-title .label-success {
    background-color: #26ae61;
    padding: 7px;
    font-family: 'montserrat';
    font-size: 12px;
    border-radius: 0 !important;
}

.stateUsr {
    width: 20px;
    height: 20px;
}

.stateUsr .label-success {
    width: 20px;
    height: 20px;
    background: #26ae61;
    padding: 0 6px;
    border-radius: 50%;
}

.stateUsr .label-default {
    width: 20px;
    height: 20px;
    background: #fd4b4b;
    padding: 0 6px;
    border-radius: 50%;
}

.chat_body_back .send-message {
    border: 1px solid #e4e4e4;
    border-radius: 0 !important;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'montserrat';
}

.chat_body_back .mygif {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: right;
    color: #c7c7c7;
}

.chat_body_back .media-body small {
    width: 100%;
    float: left;
}

.chat_body_back .media-body .badge-success {
    padding: 2px;
    background-color: #26ae61 !important;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    font-size: 9px;
    font-family: 'montserrat';
}

.chat_body_back .media-body .badge-default {
    padding: 2px;
    background-color: #a7a7a7 !important;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    font-size: 9px;
    font-family: 'montserrat';
}

.chat_body_back .media-body h5 {
    font-size: 14px;
    font-family: 'montserrat-bold';
    color: #242424;
    text-transform: uppercase;
}

.chat_body_back .media-body h1 {
    font-size: 14px;
    font-family: 'montserrat';
    color: #6d6d6d;
    text-transform: uppercase;
}

.chat_body_back .media-body small {
    font-size: 12px;
    font-family: 'montserrat';
}

.chat_body_back .conversation {
    background: #fff;
    padding: 9px;
}

.chat_body_back .conversation:hover {
    background: #f3f3f3;
    padding: 9px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.chat_body_back .msg-wrap.msgRecived {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    overflow-y: scroll;
    height: 350px;
}

.chat_body_back .media-body {
    width: 100%;
    overflow: visible;
}

.chat_body_back .msgRecived .media-body h5 {
    font-size: 10px;
    font-family: 'montserrat';
    color: #242424;
    text-transform: uppercase;
    width: 60%;
}

.chat_body_back .msgRecived .media-body {
    width: 100%;
    overflow: visible;
    display: block;
}

.chat_body_back .btn-success {
    color: #ffffff;
    background-color: #26ae61;
    border-color: #26ae61;
    font-size: 12px;
    font-family: 'montserrat';
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0px;
    border-radius: 0 !important;
}

.chat_body_back .btn-success:hover {
    color: #ffffff;
    background-color: #1f8a4d;
    border-color: #1f8a4d;
    font-size: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.chat_body_back .btn-success p {
    margin: 0;
}

.componente_usr .img-circle {
    width: 100%;
    border-radius: 0 !important;
}

.componente_usr .pull-left {
    width: 70px;
    height: 70px;
}

.section_chat_body .col-md-12 {
    padding: 0 !important;
}

.col-md-12 .search_bar_chat {
    padding: 0px;
}

.col-md-12 .search_bar_chat {
    padding: 0px;
}

.search_bar_chat_input input {
    border-radius: 0 !important;
    font-family: 'montserrat';
    font-size: 12px;
    border: 1px solid #e4e4e4;
    box-shadow: none;
}

.search_bar_chat_input button {
    background: #fd4b4b;
    border: 1px solid #fd4b4b;
    border-radius: 0 !important;
}

.chat_body_back_right {
    background: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    height: 580px;
    overflow-y: scroll;
}

.chat_body_back .conversation-wrap {
    height: 460px;
    overflow-y: scroll;
}

.chat_body_back .btn-panel-msg {
    float: right;
}

.chat_body_back small {
    font-size: 14px;
    font-family: 'montserrat';
    color: #6d6d6d;
    text-transform: uppercase;
}

.chat_body_back .media-body .badge {
    padding: 2px;
    background-color: #26ae61;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    font-size: 9px;
    font-family: 'montserrat';
}

.chat_body_back .chat_pull_left {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-bottom: 30px;
}

.chat_body_back strong {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    font-weight: normal;
}

.chat_body_back_right h4 {
    font-size: 14px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    font-weight: normal;
}

.chat_body_back_right p {
    font-size: 14px;
    font-family: 'montserrat';
    text-transform: normal;
    font-weight: normal;
}

.chat_body_back_right .btn-success {
    background: #26ae61;
    border: 1px solid #26ae61;
    border-radius: 0 !important;
}

.edicion_academic_info {
    display: none;
}

.editar_experiencia_div {
    display: none;
}

.referencias_edit_indi {
    display: none;
}

.editar_academico_ind {
    cursor: pointer;
}

.editar_academico_ind a {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.editar_exper_ind {
    cursor: pointer;
}

.editar_exper_ind a {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.editar_refe_ind {
    cursor: pointer;
}

.editar_refe_ind a {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.editar_discapacidad {
    display: none;
}

.editar_disca_ind {
    cursor: pointer;
}

.editar_disca_ind a {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.discap_info_live {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

.editar_idiomas_ind {
    cursor: pointer;
}

.editar_idiomas_ind a {
    position: relative;
    font-size: 14px;
    font-family: 'montserrat';
    text-decoration: underline !important;
    color: #fd4b4b;
}

.editar-idiomas-div {
    display: none;
}

.paso_stage_responsive {
    display: none;
}

.discap_info_unlive textarea {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.body_form_academicos .col-md-5 {
    position: relative;
    z-index: 2;
}

.body_form_academicos .col-md-7 {
    position: relative;
    z-index: 2;
}

.menu-log-right #chat i {
    color: #26ae61;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.menu-log-right #chat a:hover {
    background: #fd4b4b !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.menu-log-right #chat a:hover .areacount .badge {
    color: #fd4b4b;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.menu-log-right #chat a:hover i {
    color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.items_menu_log .areacount {
    position: absolute;
    float: none;
    left: 60px;
}

.items_menu_log .areacount .badge {
    display: inline-block;
    padding: 2px;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    /* white-space: nowrap; */
    text-align: center;
    background-color: #fd4b4b;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.barra_progreso_info {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 5px;
    z-index: 8;
}

.progress .progress-bar-home {
    border-radius: 7px;
    height: 20px;
    font-size: 12px;
    font-family: 'montserrat';
    background: #26ae62;
    line-height: 20px;
    float: left;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.barra_progreso_info .progress {
    width: 30%;
    float: right;
    padding: 5px;
    box-shadow: none;
    background: #e4e4e4;
    border-radius: 10px;
    overflow: initial;
}

.barra_progreso_info .progress .progress-bar {
    border-radius: 7px;
    height: 14px;
    font-size: 10px;
    line-height: 13px;
    background: #fd4b4b;
    color: #fff;
    text-align: center;
}

.barra_progreso_info .progress .progress-bar-full {
    border-radius: 7px;
    height: 14px;
    font-size: 10px;
    line-height: 13px;
    background: #26ae61;
    color: #fff;
    text-align: center;
}

.barra_progreso_info_100 {
    width: 100%;
    float: right;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}

.barra_progreso_info_100 .progress {
    width: 70%;
    float: right;
    padding: 3px;
    box-shadow: none;
    background: #e4e4e4;
    border-radius: 10px;
    overflow: initial;
}

.barra_progreso_info_100 .progress .progress-bar {
    border-radius: 7px;
    height: 14px;
    font-size: 10px;
    line-height: 13px;
    background: #fd4b4b;
    color: #fff;
    text-align: center;
}

.barra_progreso_info_100 .progress .progress-bar-full {
    border-radius: 7px;
    height: 14px;
    font-size: 10px;
    line-height: 13px;
    background: #26ae61;
    color: #fff;
    text-align: center;
}

.barra_progreso_info .progress .progress-bar:hover {
    cursor: pointer;
}

.barra_progreso_info .progress .progress-bar:before {
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all .3s ease;
    transition-delay: 0.1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #282828 transparent transparent transparent;
}

.barra_progreso_info .progress .progress-bar:after {
    text-transform: none;
    content: attr(data-tooltip);
    font-size: 12px;
    position: absolute;
    color: #fff;
    background: #282828;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 160px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    font-family: 'montserrat';
    transform: translate3d(-50%, 0%, 0);
    transition: all .3s ease;
    transition-delay: 0.1s;
    z-index: 9;
}

.barra_progreso_info .progress .progress-bar:hover:before, .barra_progreso_info .progress .progress-bar:hover:after {
    opacity: 1;
}

.barra_progreso_info .progress .progress-bar:hover:before {
    transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.barra_progreso_info .progress .progress-bar:hover:after {
    transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.barra_progreso_info_100 .progress .progress-bar:hover {
    cursor: pointer;
}

.barra_progreso_info_100 .progress .progress-bar:before {
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all .3s ease;
    transition-delay: 0.1s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #282828 transparent transparent transparent;
}

.barra_progreso_info_100 .progress .progress-bar:after {
    text-transform: none;
    content: attr(data-tooltip);
    font-size: 12px;
    position: absolute;
    color: #fff;
    background: #282828;
    padding: 8px 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    font-family: 'montserrat';
    transform: translate3d(-50%, 0%, 0);
    transition: all .3s ease;
    transition-delay: 0.1s;
}

.barra_progreso_info_100 .progress .progress-bar:hover:before, .barra_progreso_info_100 .progress .progress-bar:hover:after {
    opacity: 1;
}

.barra_progreso_info_100 .progress .progress-bar:hover:before {
    transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.barra_progreso_info_100 .progress .progress-bar:hover:after {
    transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.back-plaza-not-found {
    position: relative;
    height: 670px;
}

.bloqueexp .col-md-6 {
    padding: 0 !important;
}

.bloqueedu .col-md-6 {
    padding: 0 !important;
}

.bloqueref .col-md-6 {
    padding: 0 !important;
}

.habilidades_info_unlive .boxhabi .badge-skills {
    width: 100%;
    float: left;
    background: #ffe2e2;
    border: 1px solid #fd4b4b;
    color: #fd4b4b;
    font-family: 'montserrat';
    font-size: 10px;
    padding: 6px;
    margin-bottom: 10px;
}

.habilidades_info_unlive .boxhabi {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.content_editable_referencias .col-md-5 {
    padding: 0 !important;
}

.content_editable_referencias .col-md-7 {
    padding-right: 0 !important;
}

.body_form_academicos .col-md-12 label {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.header-content .header-img-uvg {
    width: 60%;
    float: left;
}

.empleos_uspg {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 33.33%;
    float: left;
}

.header-content .header-img-uvg img {
    width: 500px;
}

.header-content .header-img-uspg img {
    width: 290px;
}

#logo_menu_uspg {
    padding-top: 15px;
    width: 230px !important;
}

.header-content .header-img-uspg {
    width: 50%;
    float: left;
}

.header-content .header-img-galileo {
    width: 50%;
    float: left;
}

.header-content .header-img-galileo img {
    width: 70%;
}

.empleos_uvg {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 33.33%;
    float: left;
}

.empleos_galileo {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 33.33%;
    float: left;
}

.active_home_uvg {
    background: #045333 !important;
    color: #fff !important;
}

.active_home_galileo {
    background: #eb1c24 !important;
    color: #fff !important;
}

.header-content-uspg .header-img-uspg img {
    width: 350px;
}

.header-content-uspg .content-right {
    width: 40%;
    float: left;
    height: 71px;
}

.header-content-uspg .header-img-uspg {
    width: 60%;
    float: left;
}

.header-content-ceusac .header-img-ceusac {
    width: 60%;
    float: left;
}

.header-content-ceusac .header-img-ceusac img {
    width: 410px;
}

.header-content-eade .header-img-ceusac {
    width: 60%;
    float: left;
}

.header-content-eade .header-img-ceusac img {
    width: 410px;
}

.empleos_ceusac {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 33.33%;
    float: left;
}

.active_home_ceusac {
    background: #01184a !important;
    color: #fff !important;
}

#dropdown_head_empleo {
    font-weight: bold;
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    /* background: transparent; */
    font-size: 12px;
    color: #7e7e7e;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 25px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_uspg {
    font-weight: bold !important;
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_uspg a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_empleo:hover {
    background: #fd4b4b;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_uvg {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_galileo {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_uvg a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_ingreso_galileo a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_ingreso_uvg:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_galileo:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_uvg:hover {
    background: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_galileo:hover {
    background: #eb1c24;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_uspg:hover {
    background: #ffc600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_uvg {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_galileo {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_uvg a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_regis_galileo a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_regis_uvg:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_galileo:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_uvg:hover {
    background: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_galileo:hover {
    background: #eb1c24;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_uspg:hover {
    background: #ffc600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_uvg {
    padding: 30px;
    background: #045333;
}

.footer_uvg .col-md-6 {
    padding: 0 !important;
}

.logo-footer-uvg {
    width: 15%;
    float: left;
}

.logo-footer-uvg img {
    width: 100% !important;
    float: left !important;
}

.text-footer-uvg {
    width: 85%;
    float: left;
    padding-left: 10px;
}

.text-footer-uvg h3 {
    font-size: 14px;
    font-family: 'montserrat';
    color: #fff;
    margin: 10px 0 0px;
}

.text-footer-uvg h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    color: #fff;
    margin: 0 0 10px;
}

.text-footer-uvg p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

.text-footer-uvg p:hover {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

/*USAC*/
.header-content-log-ceusac .header-img img {
    width: 100%;
}

#dropdown_head_ingreso_ceusac {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_ceusac a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_ingreso_ceusac:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_ingreso_ceusac:hover {
    background: #01184a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_ceusac {
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_ceusac a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_regis_ceusac:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#dropdown_head_regis_ceusac:hover {
    background: #01184a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_ceusac {
    padding: 30px;
    background: #045333;
}

.footer_ceusac .col-md-6 {
    padding: 0 !important;
}

.logo-footer-ceusac {
    width: 15%;
    float: left;
}

.logo-footer-ceusac img {
    width: 100% !important;
    float: left !important;
}

.text-footer-ceusac {
    width: 85%;
    float: left;
    padding-left: 10px;
}

.text-footer-ceusac h3 {
    font-size: 14px;
    font-family: 'montserrat';
    color: #fff;
    margin: 10px 0 0px;
}

.text-footer-ceusac h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    color: #fff;
    margin: 0 0 10px;
}

.text-footer-ceusac p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

.text-footer-ceusac p:hover {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

/*USAC*/

.delete_form {
    width: 100%;
    text-align: right;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 7;
}

.delete_form a {
    font-size: 12px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    color: #fd4b4b;
}

.header-content-log-uvg .header-img-uvg {
    width: 30%;
    float: left;
}

.header-content-log-uvg .header-img-uvg img {
    width: 290px;
}

.header-content-log-uvg {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #fff;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-log-uvg .items_menu_log.active_menu_log a {
    background: #045333 !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 71px;
    text-align: center;
}

.header-content-log-uvg .items_menu_log a:hover {
    background: #045333 !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-uvg .menu-log-right #chat a:hover {
    background: #045333 !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-uvg .menu-log-right #chat a:hover .areacount .badge {
    color: #045333;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-uvg .menu-log-right #chat i {
    color: #7e7e7e;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.header-content-log-uvg .notification::before, .notification::after {
    color: #045333 !important;
    font-size: 15px !important;
    position: relative;
    top: 0 !important;
    text-shadow: none !important;
}

.header-content-log-uvg .notification::after {
    font-family: Arial;
    font-size: 9px !important;
    font-weight: 700;
    position: absolute;
    top: -5px !important;
    right: -13px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #A52A2A;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    color: #ffffff !important;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-content-log-uvg #dropdown_head_noti:hover {
    background: transparent;
    color: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-uvg #dropdown_head_perfil ul li:hover {
    background: #e7f7ec;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-uvg #dropdown_head_perfil ul li {
    text-decoration: none;
    display: block;
    color: #045333;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 12px;
}

.header-content-log-uvg .contenedor_img_header.activeperfil {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 2px solid #0a5738;
}

.header-content-log-uvg .img-profile-header i {
    color: #045333;
    font-size: 15px;
    position: relative;
    top: -25px;
    left: 40px;
    float: left;
}

.notification::after {
    font-family: "montserrat" !important;
    font-weight: 700 !important;
    position: absolute !important;
    top: -4px !important;
    right: -10px !important;
    padding: 3px !important;
    line-height: 100%;
    border: none !important;
    border-radius: 50% !important;
    background: #fd4b4b !important;
    content: "1";
    opacity: 1;
    font-weight: normal !important;
    font-size: 9px !important;
    height: 15px !important;
    width: 15px !important;
    color: #FFFFFF !important;
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.badge-skills-close i {
    text-align: right;
    float: right;
}

#otraeducacion .form-group label {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#Ediversificada .form-group label {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

#EduSuperior .form-group label {
    font-family: 'montserrat-bold';
    color: #000;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.header_registro_express .error {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fd4b4b;
    font-weight: normal;
}

.contenedor-express {
    background: #fff;
    width: 99%;
    height: 450px;
    padding: 0;
    position: relative;
    top: 20px;
    padding: 70px 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.contenedor-express:hover {
    background: #fff;
    height: 490px;
    position: relative;
    top: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.back-both .col-md-6 {
    padding: 60px 0;
}

.contenedor-feria {
    background: #fff;
    width: 100%;
    height: 490px;
    padding: 90px 0px;
    text-align: center;
}

.contenedor-feria:hover {
    width: 100%;
    height: 490px;
    position: relative;
    top: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.img-express img {
    width: 100%;
}

.contenedor-express p {
    padding: 30px 30px 5px;
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
}

.contenedor-express h1 {
    padding: 10px;
    font-size: 24px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.sub-registro-express {
    border: 0.5px solid #e4e4e4;
    width: 30%;
    float: none;
    margin: auto;
    margin-bottom: 20px;
}

.contenedor-feria p {
    padding: 30px 30px 5px;
    font-size: 14px;
    font-family: 'montserrat';
    text-align: center;
}

.contenedor-feria h1 {
    padding: 10px;
    font-size: 24px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.selection-regis-body {
    background: url(../images/seleccion-registro.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
}

.btn-login-express {
    width: 40%;
    float: none;
    margin: auto;
}

.btn-login-express a {
    background: #26ae62;
    padding: 10px;
    color: #fff;
    font-family: 'montserrat';
    font-size: 12px;
}

.btn-login-express a:hover {
    background: #19904d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#habilidades_stack {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}

#habilidades_stack .badge-skills {
    width: 100%;
    float: left;
    background: #ffe0e0;
    padding: 5px;
    font-size: 10px;
    font-family: 'montserrat';
    color: #fd4b4b;
    border: 1px solid #fd4b4b;
    margin-bottom: 5px;
}

.registro_candi_form {
    padding: 30px;
}

.registro_candi_form p {
    font-size: 14px;
    font-family: 'montserrat';
}

a.down_qr_register {
    font-size: 20px;
    font-family: 'montserrat';
    color: #fd4b4b;
}

a.down_qr_register:hover {
    color: #f31c1c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.col-md-6.dsp_none_respo {
    padding: 160px 50px;
}

.back-register-divs .col-md-6.dsp_none_respo span {
    font-family: 'montserrat-bold';
    font-size: 25px;
}

.col-md-6.dsp_none_respo a {
    color: #fff;
}

.col-md-6.dsp_none_respo a:hover {
    color: #fd4b4b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.regresar_a_bolsa {
    width: 100%;
    margin-bottom: 50px;
}

.regresar_a_bolsa p {
    font-size: 16px;
    font-family: 'montserrat-bold';
    color: #fff;
    border: none !important;
    padding: 0 !important;
}

.regresar_a_bolsa i.fa.fa-angle-left {
    position: relative;
    padding-right: 20px;
    font-size: 38px;
    top: 6px;
}

.header_registro_express .col-md-6 label {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fd4b4b;
}

.header_registro_express .col-md-6 select {
    width: 30%;
    float: left;
    padding: 7.5px;
    border: 1px solid #e4e4e4;
    margin-right: 2px;
    font-size: 12px;
    color: #8c8c8c;
}

.header_registro_express .col-md-6 .anionac {
    width: 38%;
    padding: 10px;
    font-size: 11px;
    border: 1px solid #e4e4e4;
}

.header_registro_express .col-md-12 .anionac {
    width: 38%;
    padding: 10px;
    font-size: 11px;
    border: 1px solid #e4e4e4;
}

.header_registro_express .input_padd_right select {
    width: 100%;
    float: left;
    padding: 7.5px;
    border: 1px solid #e4e4e4;
    margin-right: 2px;
    font-size: 12px;
    color: #8c8c8c;
}

.telephone_input input {
    font-size: 12px;
    font-family: 'montserrat' !important;
    border: 1px solid #ececec !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 6px 12px !important;
    top: 0 !important;
}

.header_registro_express .form-group {
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.back-form-register h2 {
    font-size: 22px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
}

.back-form-register h3 {
    font-size: 14px;
    font-family: 'montserrat';
    text-transform: uppercase;
    text-align: right;
}

.back-form-register .recuperar_qr a {
    font-size: 12px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.back-form-register .recuperar_qr a:hover {
    color: #f70000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.center_modal_qr {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}

.center_modal_qr p {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: left;
    text-transform: uppercase;
}

.center_modal_qr input {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 5px;
    font-size: 12px;
    font-family: 'montserrat';
}

.modal-body-qr {
    position: relative;
    padding: 0 !important;
}

.modal-body-qr .col-md-6 {
    padding: 0 !important;
}

.modal-body-qr .col-md-6 img {
    width: 100%;
}

.modal-content-qr {
    border: none;
    background: #fff;
}

.center_modal_qr .back-white {
    width: 100%;
    float: left;
    padding: 60px 20px;
    text-align: left;
}

.center_modal_qr .btn-accept-register {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
    text-align: left;
    padding-left: 20px;
}

.center_modal_qr button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    padding: 20px;
}

.center_modal_qr h2 {
    font-size: 26px;
    font-family: 'montserrat-bold';
    border-left: 5px solid #fd4b4b;
    padding-left: 20px;
    margin-bottom: 50px;
}

.modal-body-qr .col-md-6 .back-white img {
    width: 45%;
}

.center_modal_qr h3 {
    font-size: 12px;
    font-family: 'montserrat';
    text-align: left;
}

.down-qr-modal a {
    font-size: 12px;
    font-family: 'montserrat-bold';
    color: #fd4b4b;
}

.down-qr-modal a:hover {
    color: #ff1616;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.responsive_back_to_bag {
    display: none;
}

.pagination-div-id-plazas b {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #fd4b4b;
    border: 1px solid #fd4b4b;
    margin-left: -1px;
    font-family: 'montserrat' !important;
    font-size: 12px !important;
}


.box {
    transition: box-shadow .5s;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    -o-transition: color 0.5s linear;
    /* opera */
    -ms-transition: color 0.5s linear;
    /* IE 10 */
    -moz-transition: color 0.5s linear;
    /* Firefox */
    -webkit-transition: color 0.5s linear;
    /*safari and chrome */
}

.box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    margin-top: -10px;
}

.imgcv {
    width: 70%;
    margin-top: 7%;
    margin-bottom: 8%;
    border: 1px solid #e4e4e4;
}

.cv_content_modal .col-md-12 {
    padding: 0 !important;
    text-align: center;
}

.back_cv_modal {
    background: #fff;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.back_cv_modal:hover {
    -webkit-box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 36px -2px rgba(207, 207, 207, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cv_content_modal {
    height: 350px;
}

.cv_content_modal b {
    color: #131313;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
    font-style: normal !important;
    font-size: 12px;
}

.cv_content_modal p {
    font-size: 12px;
    font-family: 'montserrat';
    text-transform: none;
}

.uspgbtn a {
    font-weight: bold;
    background: #a6192e;
    padding: 14px 25px;
    border: none;
    color: #fff;
    font-family: 'montserrat';
}

.uspgbtn:hover a {
    background: #a5120e;
    padding: 14px 25px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/*USAC*/
.ceusacbtn a {
    background: #ff7f00;
    padding: 14px 25px;
    border: none;
    color: #fff;
    font-family: 'montserrat';
}

.ceusacbtn:hover a {
    background: #ff6c00;
    padding: 14px 25px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.back_title_filters_usac {
    padding: 10px;
    background: #ff7f00;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.back_title_filters_eade {
    padding: 10px;
    background: #07153d;
    ;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.back_title_filters_galileo {
    padding: 10px;
    background: #eb1c24;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.back_title_filters_uspg {
    padding: 10px;
    background: #a6192e;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

/* TODO: SE AGREGO NUEVAS ALIANZAS OPTIMIZAR */
.back_title_filters_bantrab {
    padding: 10px;
    background: #de075f;
    color: #fff;
    font-family: 'montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease;
  -webkit-text-stroke: 0.8px white;
  text-align: center;
}

.headertitle_bantrab {
    font-size: 26px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 4px solid #de075f !important;
    padding-left: 10px;
}

.btn_bantrab a {
    background: #de075f;
    border: 1px solid transparent;
    color: #fff;
    font-family: 'montserrat';
    font-size: 1.6rem;
    border-radius: 50px;
    box-shadow: rgba(24, 17, 17, 0.24) 0px 3px 8px;
}

.btn_bantrab:hover a {
    background: #de075f;
    padding: 13px 18px;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-bantrab {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #09728f;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.active_home_bantrab {
    background: #8b8c8e;
    color: #fff !important;
}

.empleos_bantrab {
    padding: 0;
    position: relative;
    margin-right: 0;
    text-align: center;
    width: 33.33%;
    float: left;
}

.empleos_bantrab #dropdown_head_empleo:hover {
    background: #d3d3d3;
    color: #fff;
    font-weight: bold !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* .active_home_uspg_bantrab {
    background: #fecc00;
    color: #fff !important;
} */

#dropdown_head_ingreso_bantrab {
    font-weight: bold !important;
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_ingreso_bantrab a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_ingreso_bantrab:hover {
    background: #ffc600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}


#dropdown_head_regis_bantrab {
    font-weight: bold !important;
    display: block;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-left: none;
    background: transparent;
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: normal;
    height: 71px;
    padding-top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#dropdown_head_regis_bantrab a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 25px;
}

#dropdown_head_regis_bantrab:hover {
    background: #d3d3d3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.title_country_job_bantrab h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #a6192e;
    padding-left: 10px;
}

.plaza_destacada_bantrab {
    background: #fff;
    border: 2px solid #00b5b0 !important;
    margin-bottom: 2px;
    padding: 0 !important;
}

.plaza_destacada_bantrab span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #00b5b0;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    -webkit-text-stroke: 1px white;
}

/* .plaza_urgente_bantrab {
    background: #fff;
    border: 2px solid #ff7f00 !important;
    margin-bottom: 2px;
} */

/* .plaza_urgente_bantrab span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #ff7f00;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
} */

.footer_bantrab {
    padding: 60px 0;
    background: #8b8c8e;
}

.logo-footer-bantrab img {
    width: 260px !important;
    /* height: 150px!important; */
    float: left;
}

.text-footer-bantrab {
    width: 85%;
    float: left;
    padding-left: 10px;
}

.text-footer-bantrab h3 {
    font-size: 14px;
    font-family: 'montserrat';
    color: #fff;
    margin: 10px 0 0px;
}

.text-footer-bantrab h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    color: #fff;
    margin: 0 0 10px;
}

.text-footer-bantrab p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

.footer_bantrab .footer-right a {
    color: #ffffff;
}

.header-content .header-img-bantrab img {
    width: 290px;
}

.header-content .header-img-bantrab {
    width: 50%;
    float: left;
}


.header-content-bantrab .content-right {
    width: 40%;
    float: left;
    height: 71px;
}

.header-content-bantrab .header-img-bantrab img {
    width: 350px;
}

.header-content-bantrab .header-img-bantrab {
    width: 60%;
    float: left;
}

#logo_menu_bantrab {
    padding-top: 15px;
    width: 230px !important;
}

/* FIN */


.headertitleuspg {
    font-size: 26px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 4px solid #a6192e !important;
    padding-left: 10px;
}

.headertitleusac {
    font-size: 26px;
    font-family: 'montserrat-bold';
    color: #fff;
    border-left: 4px solid #ff7f00 !important;
    padding-left: 10px;
}

.title_country_job_usac h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #ff7f00;
    padding-left: 10px;
}

.title_country_job_uspg h1 {
    font-size: 20px;
    font-family: 'montserrat';
    font-weight: 600;
    border-left: 4px solid #a6192e;
    padding-left: 10px;
}

.plaza_destacada_usac {
    background: #fff;
    border: 2px solid #ff7f00 !important;
    margin-bottom: 2px;
    padding: 0 !important;
}

.plaza_destacada_usac span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #ff7f00;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

.plaza_urgente_usac {
    background: #fff;
    border: 2px solid #ff7f00 !important;
    margin-bottom: 2px;
}

.plaza_urgente_usac span {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    background: #ff7f00;
    display: block;
    padding: 7px 20px;
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
}

.logo-footer-usac {
    width: 15%;
    float: left;
}

.footer_usac {
    padding: 60px 0;
    background: #ff7f00;
}

.footer_uspg {
    padding: 60px 0;
    background: #181818;
}

.footer_eade {
    padding: 60px 0;
    background: #07153d;
}

.footer_galileo {
    padding: 60px 0;
    background: white;
}

.footer_usac i.fa.fa-facebook:hover {
    color: #01184a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_usac i.fa.fa-twitter:hover {
    color: #01184a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_usac i.fa.fa-youtube-play:hover {
    color: #01184a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer_usac .footer-left p:hover {
    color: #fff;
    font-family: 'montserrat';
    position: relative;
    margin-left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.logo-footer-usac img {
    width: 85px !important;
    float: left;
}

.logo-footer-uspg img {
    width: 260px !important;
    /* height: 150px!important; */
    float: left;
}

.text-footer-usac {
    width: 85%;
    float: left;
    padding-left: 10px;
}

.text-footer-usac h3 {
    font-size: 14px;
    font-family: 'montserrat';
    color: #fff;
    margin: 10px 0 0px;
}

.text-footer-usac h1 {
    font-size: 18px;
    font-family: 'montserrat-bold';
    color: #fff;
    margin: 0 0 10px;
}

.text-footer-usac p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff;
    margin: 0;
}

.footer_usac .footer-right a {
    color: #ffffff;
}

#dropdown_head_empleo a {
    font-weight: bold !important;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-text-stroke: 1px white;
}

.empleos_ceusac #dropdown_head_empleo:hover {
    background: #01184a;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_uspg #dropdown_head_empleo:hover {
    background: #ffc600;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-ceusac .active_menu_log .head_regis {
    background: #01184a !important;
    border-radius: 0 !important;
    width: 100% !important;
    color: #fff !important;
    height: 71px;
}

.header-content-eade .active_menu_log .head_regis {
    background: #01184a !important;
    border-radius: 0 !important;
    width: 100% !important;
    color: #fff !important;
    height: 71px;
}

.header-content-log-uvg .header-img-uvg {
    width: 30%;
    float: left;
}

.header-content-log-uvg .header-img-uvg img {
    width: 290px;
}

.header-content-log-ceusac {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #ff7f00;
    height: 71px;
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 1);
}

.header-content-log-ceusac .items_menu_log.active_menu_log a {
    background: #01184a !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: 71px;
    text-align: center;
}

.header-content-log-ceusac .items_menu_log a:hover {
    background: #01184a !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-ceusac .menu-log-right #chat a:hover {
    background: #01184a !important;
    border-radius: 0 !important;
    height: 71px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-ceusac .menu-log-right #chat a:hover .areacount .badge {
    color: #045333;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-ceusac .menu-log-right #chat i {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.header-content-log-ceusac .notification::before, .notification::after {
    color: #ffffff !important;
    font-size: 9px !important;
    position: relative;
    top: 0 !important;
    text-shadow: none !important;
}

.header-content-log-ceusac .notification::after {
    font-family: Arial;
    font-size: 9px !important;
    font-weight: 700;
    position: absolute;
    top: -5px !important;
    right: -13px;
    padding: 5px 8px;
    line-height: 100%;
    border: 2px #fff solid;
    border-radius: 60px;
    background: #A52A2A;
    opacity: 0;
    content: attr(data-count);
    opacity: 0;
    color: #ffffff !important;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-content-log-ceusac #dropdown_head_noti:hover {
    background: #01184a;
    color: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-ceusac #dropdown_head_perfil ul li:hover {
    background: #ff7f0026;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header-content-log-ceusac #dropdown_head_perfil ul li {
    text-decoration: none;
    display: block;
    color: #ff7f00;
    padding: 7px 15px;
    text-align: left;
    font-family: 'montserrat';
    font-size: 12px;
}

.header-content-log-ceusac .contenedor_img_header.activeperfil {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 2px solid #ffffff;
}

.header-content-log-ceusac .img-profile-header i {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    top: -25px;
    left: 40px;
    float: left;
}

.header-content-log-ceusac .items_menu_log i {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.header-content-log-ceusac .items_menu_log p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #ffffff;
    position: relative;
    top: 10px;
}

.header-content-log-ceusac .items_menu_log_noti p {
    color: #fff;
}

.header-content-log-ceusac .item-info {
    color: #5f5f5f !important;
}


/*USAC*/
.header-content .active_menu_log #dropdown_head_regis_uvg {
    background: #045333 !important;
    color: #fff !important;
}

.header-content .active_menu_log #dropdown_head_regis_galileo {
    background: #eb1c24 !important;
    color: #fff !important;
}

.header-content .active_menu_log #dropdown_head_regis_uvg a {
    color: #fff !important;
}

.header-content .active_menu_log #dropdown_head_regis_galileo a {
    color: #fff !important;
}

.empleos_uvg #dropdown_head_empleo a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
}

.empleos_galileo #dropdown_head_empleo a {
    color: #7e7e7e;
    width: 100%;
    height: 100%;
}

.empleos_uvg #dropdown_head_empleo:hover {
    background: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_galileo #dropdown_head_empleo:hover {
    background: #045333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_uvg #dropdown_head_empleo:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_galileo #dropdown_head_empleo:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_galileo #dropdown_head_empleo:hover a {
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.empleos_uvg .active_home_uvg a {
    color: #ffffff !important;
    width: 100%;
    height: 100%;
}

.empleos_galileo .active_home_galileo a {
    color: #ffffff !important;
    width: 100%;
    height: 100%;
}

.header-content-log-uvg .header-img img {
    width: 100%;
}

.w3_whatsapp_btn {
    background-image: url('<?php echo base_url();?>web_principal/img_principal/compartir-whatsapp.png');
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
}

.w3_whatsapp_btn_small {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px;
}

.w3_whatsapp_btn_medium {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px;
}

.w3_whatsapp_btn_large {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px;
    color: #fff;
}

a.whatsapp {
    color: #fff;
}

.ssk-group.text-center {

    position: relative;
    top: 23px;
    /* margin-left: 10px; */

}

.cover-jobs img {
    width: 100%;
}

.publicidad_home_integraciones {
    margin: 20px 0;
}

.habilidades_block {
    width: 100%;
    float: left;
    margin: 20px 0;
}

span.badge_habilidades {
    width: 20%;
    float: left;
    background: rgba(240, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(240, 0, 0, 1) 0%, rgba(253, 75, 75, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 0, 0, 1)), color-stop(100%, rgba(253, 75, 75, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 0, 0, 1) 0%, rgba(253, 75, 75, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 0, 0, 1) 0%, rgba(253, 75, 75, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 0, 0, 1) 0%, rgba(253, 75, 75, 1) 100%);
    background: linear-gradient(to right, rgba(240, 0, 0, 1) 0%, rgba(253, 75, 75, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f00000', endColorstr='#fd4b4b', GradientType=1);
    -webkit-box-shadow: 10px 11px 34px -9px rgba(253, 75, 75, 0.64);
    -moz-box-shadow: 10px 11px 34px -9px rgba(253, 75, 75, 0.64);
    box-shadow: 10px 11px 34px -9px rgba(253, 75, 75, 0.64);
    border-radius: 20px;
}

.badge_habilidades .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 10px 10px;
    color: #fff;
    margin: 0;
}

.tooltipinfo {
    display: inline;
    position: relative;
}

.tooltipinfo:hover:after {
    position: absolute;
    z-index: 99;
    content: attr(data-title);
    background: rgb(224, 224, 224);
    color: #000;
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.alternate p {
    color: #fff;
    text-align: center;
    margin: 0;
    width: 20%;
    float: left;
}

.alternate {
    width: 40%;
    float: none;
    position: relative;
    top: 10px;
    margin: auto;
}

.alternate hr {
    border: 0;
    height: 1px;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(0, 0%, 0%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.75)), color-stop(100%, hsla(0, 0%, 0%, 0)));
    background: -webkit-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 0%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, .75) 50%, hsla(0, 0%, 0%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, .75) 50%, hsla(0, 0%, 0%, 0) 100%);
    background: -o-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, .75) 50%, hsla(0, 0%, 0%, 0) 100%);
    background: linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, .75) 50%, hsla(0, 0%, 0%, 0) 100%);
    width: 40%;
    float: left;
    position: relative;
    top: 10px;
    margin: 0;
}

section.stands-section-group {
    background: #fcfcfc;
    width: 100%;
}

.menu_feria_virtual p {
    color: #7e7e7e;
    position: relative;
    top: 27px;
}

.header_feria {
    width: 50% !important;
    float: left;
}

.menu_no_log_feria {
    width: 50%;
    float: left;
}

.menu_feria_virtual a:focus p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff !important;
    position: relative;
    top: 27px;
}

.menu_feria_virtual_qap {
    width: 140px !important;
    float: left !important;
    display: block !important;
}

.menu_feria_virtual_qap p {
    color: #7e7e7e;
    position: relative;
    top: 27px;
}

.menu_feria_virtual_qap a:focus p {
    font-size: 12px;
    font-family: 'montserrat';
    color: #fff !important;
    position: relative;
    top: 27px;
}

section.body-empresas-participantes {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    /* padding : 50px !important; */
}

.trabajos_body {
    /* padding: 30px 0; */
    /* width: 50%; */
    /* float: left; */
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}

.trabajos_body_h1 {
    font-size: 24px;
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    color: #484848;
    margin-top: 150px;
}

.body-empresas-participantes .col-md-12 {
    padding: 0 !important;
}

.botonesinteractivos {
    font-width: bold;
    /* width: 100%; */
    float: right;
    padding: 15px;
    padding-top: 25px;
}

.btn_regresaraferia {
    border-radius: 0 !important;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-family: 'montserrat';
    background: #fd4b4b;
    font-weight: bold;
}

.btn_regresaraferia:focus {
    border-radius: 0 !important;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-family: 'montserrat';
    background: #fd4b4b;
}

.btn_regresaraferia:hover {
    background: #d82424;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}



.btn_infoEmpresaferia {
    /* border-radius: 0!important; */
    border-radius: 2px;
    margin: 3px;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-family: 'montserrat';
    background: #04aa6d;
    text-align: left;
    font-weight: bold;
}

.btn_infoEmpresaferia:focus {
    /* border-radius: 0!important; */
    border-radius: 2px;
    border: none;
    padding: 12px;
    font-size: 14px;
    font-family: 'montserrat';
    background: #04aa6d;
}

.btn_infoEmpresaferia:hover {
    background: #07ac5d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.btn_infoEmpresaferiaResponsive {
    /* border-radius: 0!important; */
    border-radius: 2px;
    margin: 3px;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-family: 'montserrat';
    background: #04aa6d;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    width: 85px;
}

.btn_infoEmpresaferiaResponsive:focus {
    /* border-radius: 0!important; */
    border-radius: 2px;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-family: 'montserrat';
    background: #04aa6d;
}

.btn_infoEmpresaferiaResponsive:hover {
    background: #07ac5d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* FERIA ALV */
.bottones {
    display: flex;
    background-color: blanchedalmond;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    top: 220px;
    z-index: -1px;
    background-color: transparent;
    /* background: rgba(76, 175, 80, 0.3); */
}

.bottones_responsive {

    /* display: flex;
    background-color: blanchedalmond;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: left !important;
    background-color: transparent; */
    display: none;
}

@media (max-width: 900px) {
    .bottones_responsive {
        display: flex;
        background-color: blanchedalmond;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        text-align: left !important;
        background-color: transparent;
    }

    .bottones {
        display: none;
    }

}

.btn_chatear {
    font-weight: bold;
    background: #26ae62;
    border-radius: 0 !important;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-family: 'montserrat';
}

.btn_chatear:focus {
    background: #26ae62;
    border-radius: 0 !important;
    border: none;
    padding: 10px;
    font-size: 12px;
    font-family: 'montserrat';
}

.btn_chatear:hover {
    background: #108242;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.iicon {
    font-size: 16px !important;
    color: #fff !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.divQrFeria {
    background: #000000c9;
    width: 92%;
    height: 230px;
    position: absolute;
    max-width: 315px;
}

.iconQrFeria {
    font-size: 27px;
    color: #26ae62;
    margin-right: 10px;
    animation: iconColorQr .5s infinite linear alternate;
}

@keyframes iconColorQr {
    0% {
        color: #26ae62;
    }

    100% {
        color: #fd4b4b;
    }
}

.btnQrFeria {
    margin-top: 30%;
    font-size: 20px;
    background-color: #ffffff;
    border: solid #26ae62 4px !important;
    animation: btnColorQr .5s infinite linear alternate;
}

@keyframes btnColorQr {
    0% {
        border: solid #26ae62 2px !important;
    }

    100% {
        border: solid #fd4b4b 4px !important;
    }
}

.modal-body p {
    text-align: right;
}

.estudioDiv {
    cursor: pointer;
}

.estudioImg {
    max-width: 80px !important;
}

.horarioDiv {
    border: solid grey 1px;
    border-radius: 2px;
    padding: 1%;
    margin: 1%;
    cursor: pointer;
}

.horarioDivPoco {
    border: 6px solid #36c83fcf;
    border-radius: 5px;
}

.horarioDivMedio {
    border: 6px solid #ffbf00cf;
    border-radius: 5px;
}

.horarioDivMucho {
    border: 6px solid #ff0000cf;
    border-radius: 5px;
}

.horarioIconDiv {
    width: 60px;
    text-align: center;
}

.horarioIcon {
    font-size: 35px;
}

.divResHorario {
    padding: 1%;
    margin: 1%;
}

.topdesktoptitle {
    margin-top: 50px;
}

.topmovil {
    margin-top: 0px;
}

.topmovilsmall {
    top: 0px !important;
}

.topmovilsmall2 {
    top: 7px !important;
}

.red {
    color: red !important;

}

@media screen and (max-width: 600px) {
    .header-img-galileo {
        width: 100% !important;
    }

    .header-img-uspg {
        width: 100% !important;
    }

    .header-img-uspg-bantrab {
        width: 100% !important;
    }

    .header-content .header-img-galileo img {
        width: 100%;
    }

    .topdesktoptitle {
        margin-top: 20px !important;
    }

    .topmovilsmall {
        top: 15px !important;
    }

    .topmovilsmall2 {
        top: 0px !important;
    }

    .topmovil {
        margin-top: 80px;
    }

    span.badge_habilidades {
        width: 100%;
        margin: 1%;
    }

    .footer-left h1 {
        font-size: 28px;
        text-align: center;
    }

    .footer-left p {
        font-size: 19px;
        border: solid;
        padding: 8px;
        margin-left: 0px;
        text-align: left;
    }

    .iicon {
        font-size: 32px !important;
    }

    .h1Footer {
        color: white;
    }

    .icoFooter {
        font-size: 30px !important;
        border-radius: 9px;
        border: solid;
        padding: 16px;
    }

    .follow-us {
        position: block;
        top: 0px;
        width: 100% !important;
        float: none;
        margin: auto;
        height: 100%;
    }

    .follow-us .icons {
        width: 100%;
        float: left;
        position: relative;
        top: 0px;
    }

    .logoFooter {
        margin-top: 15%;
    }

    .logo-responsive img {
        width: 90%;
    }

    .menu-responsive {
        display: block;
        margin-bottom: 20px;
        border-bottom: solid #26ae62 2px;
        padding-bottom: 7px;
    }

    .footer {
        margin-bottom: 50%;
    }
}

.inputError {
    border: solid 1px #fd4b4b !important;
    background: #ff00000a !important;
}

.textDanger {
    color: red !important;
    font-size: 20px !important;
}

.swal-wide {
    width: 850px !important;
}

.swal2-popup {
    zoom: 1.5 !important;
}

#file_feeback {
    color: #fd4b4b;
    font-family: 'montserrat';
    font-style: normal !important;
    font-size: 11px;
}

.container-img {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 50px 20px;

}

.items2 {
    /* flex-grow: 1; */
    flex-shrink: 3;
    width: 100%;
    height: 40px;
}

.timeline_label {
    text-align: center;
    font-size: 10px;
}

.timeline_card {
    border: 1px;
}

.timeline_text p {
    font-size: 13px;

}

.textoFeria {
    font-size: 14px;
    /* padding: 40px; */
    color: #8e8e8e;
    position: relative;
    /* top: -40px; */
    font-family: 'montserrat';
}

.img-feria {
    /* padding: 2px; */
}

.swal-title-single-line {
    white-space: nowrap;
    /* Evita que el título se divida en varias líneas */
    font-size: 1.6em;
    /* Ajusta el tamaño del texto si es necesario */
}

.swal-paragraph {
    margin-bottom: 3px;
    /* Elimina el margen entre párrafos */
    padding: 0;
    /* Elimina el relleno adicional */
}

/* Estilos del toggle */
.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Espaciado entre elementos */
}

.toggle-checkbox {
    display: none;
}

.toggle-label {
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.toggle-label::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s ease-in-out;
}

.toggle-checkbox:checked+.toggle-label {
    background-color: #f44336;
}

.toggle-checkbox:checked+.toggle-label::before {
    left: calc(100% - 18px - 3px);
}

/* Estilos del textarea */
.experience-textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 10px;
    transition: opacity 0.3s ease-in-out;
}

/* Ocultar textarea cuando el toggle está apagado */
.hidden {
    display: none;
}


.hidden {
    display: none;
}

#container-usExperencie {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.tooltip-text {
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: white !important;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.experience-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.experience-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: none;
}

.edit-button {
    position: absolute;
    top: -10px;
    right: 10px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.btn-icon i {
    font-size: 20px;
    color: #26ae61;
}

.btn-icon:hover i {
    color: #26ae62;
}

.SelectUs {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 7px 10px;
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.form-row .form-group-us {
    flex: 1;
    min-width: 200px;
}

.SelectUs,
.experience-textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

.required {
    color: red !important;
    font-size: 12px;
    margin-left: 4px;
    font-weight: bold;
}