/* generales */

body {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

a:link {
    transition: 0.2s all;
}

a:hover {
    transition: 0.2s all;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.disable {
    font-family: 'Titillium Web', sans-serif !important;
    color: #FFF !important;
    cursor: no-drop;
    text-shadow: none !important;
}

.disable:hover {
    color: #666;
    background: #fff;
}

a:link, a:hover {
    transition: 0.2s all;
}

ul {
    font-size: 17px;
    margin-top: 30px;
}

.bottomBorder {
    border-bottom: 1px solid #ccc !important;
}

label.required:after {
    content: "*";
    color: red;
}

.disabledBtn {
    border: 1px solid #ccc !important;
    font-size: 16px;
    padding: 10px 25px !important;
    border-radius: 50px;
    color: #ccc;
}

.redBtn {
    background: #9c182f;
    color: #FFF;
    padding: 15px 35px;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 0px solid transparent !important;
}

    .redBtn:hover {
        background: #FFF;
        color: #666;
        text-decoration: none;
    }

.smallBtn {
    font-size: 16px !important;
    padding: 10px 25px !important;
}

.redBtnFlat {
    background: #9c182f;
    color: #FFF;
    padding: 7px 10px;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .redBtnFlat:hover {
        background: #FFF;
        color: #666;
        text-decoration: none;
    }

form {
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 10px; }
.mt-4 { margin-top: 15px; }
.mt-5 { margin-top: 20px; }

.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 10px; }
.mb-4 { margin-bottom: 15px; }
.mb-5 { margin-bottom: 20px; }

.selectItem select, .selectItem input, .selectItem textarea {
    border: 1px solid #ccc;
    width: 90%;
    margin: 10px auto 0;
    display: block;
    padding: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.selectItem label {
    font-size: 14px !important;
    margin-bottom: 6px !important;
}

/* lightbox */
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
}

#boxing .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxing #dialog {
    width: 750px;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
}

    #boxing #dialog p {
        font-size: 16px;
        margin: 0;
    }

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
}

@media (max-width: 799px) {
    #boxing #dialog {
        width: 90%;
    }
}

.dismissHomeCodeButton {
    background: transparent;
    z-index: 9999;
    color: #fff;
    border: 0;
    position: fixed;
    bottom: 5%;
    margin: 0 auto;
    width: 100%;
}

.dismissHomeCodeButton {
    cursor: pointer;
}

/* navegacion */
.navegation {
    background: #002554;
    z-index: 999;
    position: relative;
}

.navTop {
    margin: 0;
    float: right;
    list-style-type: none;
}

    .navTop li {
        float: left;
    }

        .navTop li a:link, .navTop li a:visited, .navTop li a:active {
            color: #FFF;
            padding: 20px 20px;
            display: inline-block;
            font-family: 'Titillium Web', sans-serif;
        }

        .navTop li a:hover {
            background: #FFF;
            color: #666;
            text-decoration: none;
        }

.logo {
    background: url('../images/logo.svg') no-repeat top center;
    background-size: contain;
    width: 160px;
    height: 100px !important;
    float: left;
    margin-top: 90px;
    position: absolute;
}

    .logo:hover {
        cursor: pointer;
    }

.logoWhite {
    background: url('../images/logo_lhh_blanco.svg') no-repeat top center;
    background-size: contain;
    width: 160px;
    height: 100px !important;
    float: left;
    margin-top: 90px;
    position: absolute;
}

    .logoWhite:hover {
        cursor: pointer;
    }

ul.mobileMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #002554;
    display: table;
    width: 100%;
}

    ul.mobileMenu li {
        float: left;
        width: 50%;
        text-align: center;
        background: #FFF;
    }

        ul.mobileMenu li a:link, ul.mobileMenu li a:visited {
            width: 100%;
            padding: 10px 20px;
            display: block;
            background: #002554;
            color: #FFF;
            text-align: left;
        }

        ul.mobileMenu li a:hover {
            background: #FFF;
            color: #002554;
        }

.navbar-right {
    margin-top: 1px !important;
}

.navbar-nav .open .dropdown-menu {
    padding: 0;
    display: table;
    width: 100% !important;
}

    .navbar-nav .open .dropdown-menu li a:link, .navbar-nav .open .dropdown-menu li a:visited {
        color: #002554 !important;
        background: #FFF;
        font-size: 16px;
        padding: 10px 20px;
    }

.mobileMenu .dropdown .dropdown-menu {
    width: 100%;
}

.threeSections li {
    width: 33% !important;
}

    .threeSections li a {
        text-align: center !important;
    }

.mobileSocial {
    float: right;
    list-style-type: none;
    padding: 7px 0;
    margin: 0;
}

    .mobileSocial li {
        float: left;
    }

.BR-Home-Index-logo,
.BR-Vacancies-Index-logo,
.BR-Enterprises-Services-logo,
.BR-Enterprises-Resources-logo,
.BR-Enterprises-Methodology-logo,
.BR-Enterprises-Experience-logo,
.BR-Blog-Index-logo,
.BR-Contact-Index-logo,
.BR-About-Index-logo,
.BR-About-MissionAndVision-logo,
.BR-About-Values-logo,
.BR-About-JoinSpring-logo,
.BR-Vacancies-TipsAndTools-logo,
.BR-Home-Privacy-logo,
.BR-Home-TermsAndConditions-logo,
.BR-Home-Cookies-logo,
.BR-Account-Register-logo,
.BR-Account-Login-logo,
.BR-Contact-Enterprises-logo {
    background-image: url('../images/logo_lhh_blanco.svg');
}

.CL-Home-Index-logo,
.CL-Contact-Index-logo,
.CL-Contact-Create-logo,
.CL-Contact-Enterprises-logo,
.CL-Blog-Index-logo,
.CL-Vacancies-TipsAndTools-logo,
.CL-Vacancies-Index-logo,
.CL-Enterprises-Services-logo,
.CL-Enterprises-Resources-logo,
.CL-Enterprises-Methodology-logo,
.CL-Enterprises-Experience-logo,
.CL-About-Index-logo,
.CL-About-MissionAndVision-logo,
.CL-About-Values-logo,
.CL-About-JoinSpring-logo,
.CL-Account-Register-logo,
.CL-Account-Login-logo,
.CL-Home-Privacy-logo,
.CL-Home-TermsAndConditions-logo,
.CL-Home-Cookies-logo {
    /* background-image: url('../images/logo_blanco.svg'); */
    background-image: url('../images/logo_lhh_blanco.svg');
}

.CO-Home-Index-logo,
.CO-Enterprises-Services-logo,
.CO-Enterprises-Resources-logo,
.CO-Enterprises-Methodology-logo,
.CO-Enterprises-Experience-logo,
.CO-About-Index-logo,
.CO-About-MissionAndVision-logo,
.CO-About-Values-logo,
.CO-About-JoinSpring-logo,
.CO-Contact-Index-logo,
.CO-Contact-Enterprises-logo,
.CO-Blog-Index-logo,
.CO-Account-Register-logo,
.CO-Account-Login-logo,
.CO-Home-Cookies-logo,
.CO-Home-Privacy-logo,
.CO-Home-TermsAndConditions-logo {
    /* background-image: url('../images/logo_blanco.svg'); */
    background-image: url('../images/logo_lhh_blanco.svg');
}


.MX-Enterprises-Services-logo,
.MX-Contact-Index-logo {
    background-image: url('../images/logo.svg');
}

.MX-About-JoinSpring-logo,
.MX-About-Index-logo,
.MX-Contact-Index-logo,
.MX-Vacancies-TipsAndTools-logo,
.MX-Contact-SpringListensToYou-logo,
.MX-About-MissionAndVision-logo,
.MX-About-Values-logo,
.MX-Contact-Enterprises-logo,
.MX-Account-Register-logo,
.MX-Account-Login-logo,
.MX-Blog-Index-logo,
.MX-Home-Privacy-logo,
.MX-Home-TermsAndConditions-logo,
.MX-Home-Index-logo,
.MX-Vacancies-Index-logo,
.MX-Home-Cookies-logo {
    /* background-image: url('../images/logo_blanco.svg'); */
    background-image: url('../images/logo_lhh_blanco.svg');
}

.smaller, .logoSmall {
    background: url('../images/logo_lhh_blanco.svg') no-repeat top center;
    background-size: contain;
    width: 122px;
    height: 38px !important;
    float: left;
    margin-top: 14px;
    position: absolute;
    padding: 0 !important;
}
.smaller_br, .logoSmall_br {
    background: url('../images/logo_lhh_blanco.svg') no-repeat top center;
    background-size: contain;
    width: 65px;
    height: 38px !important;
    float: left;
    margin-top: 14px;
    position: absolute;
    padding: 0 !important;
}

.navbar-default {
    border-color: transparent !important;
}

    .navbar-default .navbar-toggle {
        border-color: #FFF !important;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #FFF !important;
        }

        .navbar-default .navbar-toggle:hover {
            background-color: transparent !important;
        }

    .navbar-default .navbar-collapse {
        z-index:;
    }

.navbar-default {
    background: #002554 !important;
    border: 0px solid transparent !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
        color: #FFF;
        padding: 15px 20px;
        display: inline-block;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 0 1px 0 rgba(255,255,255,0);
        background: #002554;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #FFF !important;
        color: #666 !important;
        text-decoration: none;
    }

.active {
    background: #FFF !important;
    color: #666 !important;
    text-decoration: none;
}

#selectCountryFlag {
    color: #FFF !important;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    position: absolute;
    background: #00214a;
    margin-left: -9px;
    margin-top: 0px;
    display: none;
    z-index: 99;
}

.white {
    color: #FFF !important;
}

.smallElement {
    font-size: 12px !important;
    display: block !important;
    margin-top: 0 !important;
    margin-left: 2px;
}

.flagTop {
    width: 23px;
    padding: 0;
    margin: 0;
}

#selectCountry {
    cursor: pointer;
    margin-left: 10px;
}

    #selectCountry:hover {
        cursor: pointer;
    }

#selectCountryFlag li a:link, #selectCountryFlag li a:visited {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#selectCountryFlag li a:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.activeTab {
    background: #FFF !important;
    color: #00214a !important;
}

    .activeTab:hover {
        color: #eee !important;
    }

/* top header */
.homeTopSlider {
    background-size: cover;
    padding-top: 40px;
    min-height: 0px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

h2.homeTitle {
    font-family: 'Titillium Web', sans-serif;
    text-shadow: 0 0px 12px #000;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 40px;
    margin-top: 200px;
    margin-bottom: 50px;
    line-height: 50px;
}

.countryImage {
    padding: 5px;
    transition: 0.2s all;
}

.nineLines div a img.countryImage:hover {
    transition: 0.2s all;
}

.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.2s all;
}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: 0.2s all;
}


/* home segunda seccion */
#resources {
    padding: 50px 0;
    background: #FFF;
}

h3.recursos {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    color: #323131;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

#resources p {
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #5d5d5d;
}

.elementsContainer {
    margin: 100px 0 40px 0;
}

.element {
    border-top: 0px solid #ccc;
    margin-bottom: 30px;
}

    .element img {
        display: block;
        margin-top: -44px;
        margin-left: 70px;
    }

    .element h4 {
        font-weight: 700;
        color: #294280;
        font-size: 30px;
        margin-top: 50px;
    }

    .element p {
        text-align: left !important;
    }

    .element ul {
        margin: 0;
        padding: 0 0 0 20px;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        color: #5d5d5d;
    }


/* home tercera seccion */
#about {
    background: url('../images/bg_2.jpg') no-repeat top center;
    background-size: cover;
    color: #FFF;
    padding: 60px 0 80px;
    font-family: 'Titillium Web', sans-serif;
}

    #about h3, #about h4 {
        font-weight: 700;
    }

    #about h3 {
        font-size: 35px;
    }

    #about h4 {
        margin-top: 40px;
        font-size: 29px;
    }

    #about p {
        font-size: 20px;
        color: #868686;
        font-weight: bold;
    }

        #about p span {
            font-size: 22px;
            clear: both;
            display: block;
            margin-top: 20px;
            font-weight: 700;
        }

.fixAbout {
    margin-top: 50px;
}

    .fixAbout img {
        margin-right: 30px;
    }

.aboutUs {
    display: table;
}

/* home */
.urlsSections {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.specialities div a p {
    font-size: 12px !important;
    font-weight: bold;
    line-height: 12px;
    margin-top: 8px;
}

.specialities div a:hover {
    color: black;
    text-decoration: none;
}

.urlsSections li a:link, .urlsSections li a:visited {
    color: white !important;
    font-size: 20px;
}

.urlsSections li a:hover {
    color: white !important;
}

/* map */
#map {
    background: #eaeaea;
}

.mapTitle {
    font-size: 20px;
    width: 50%;
    margin: 44px auto 14px;
    text-align: right;
    font-weight: 700;
}

.locatorMap_list_item_icon {
    float: right;
}

.guideLine {
    border: 1px solid red;
}

/*****custom css for the button close************/
.locatorMap_template_close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: red;
}

/*****custom css for your template************/
/*****you need defined your own media queries************/

.locatorMap_template { /*override default style*/
    /* border-radius: 160px; */
    height: 300px;
    width: 300px;
}

.myTemplate {
    height: 100%;
    width: 100%;
    border-radius: 160px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.myTemplate_content_circle {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 205px 205px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.73);
}

.myTemplate_content_title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 195px;
    height: 35px;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

    .myTemplate_content_title a {
        color: white;
    }


/* footer */
footer {
    background: #3b4447;
    z-index: 799;
    position: relative;
}

#foot {
    padding: 20px 0;
}
/*.bottomFoot { border-bottom: 30px solid #2b3134; }*/
.logoBottom {
    max-height: 40px;
    margin-left: 35px;
}

.adeccoLogo {
    margin-top: 10px;
}

.adeccoGroup {
    width: 90px;
}

.legalsSpring {
    margin-top: 5px;
}

.logoAction {
    opacity: 1;
    transition: 0.2s all;
    height: 60px;
    margin-top: -10px;
}

    .logoAction:hover {
        opacity: 0.7;
        transition: 0.2s all;
        cursor: pointer;
    }

#legalsContainer {
    background: #eee;
    padding: 10px 0;
}

.legals {
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

    .legals li a:link, .legals li a:visited {
        text-align: right;
        color: #FFF;
        font-size: 12px;
    }

    .legals:hover {
        color: #FFF;
    }

.legal {
    list-style-type: none;
}

/* secciones generales */
.sectionTop {
    background: url('../images/vacantesTop.jpg') no-repeat top center;
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionTopWhite {
    background: #002d69;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionTopContact {
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionTopEmpleos {
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionTopEmpresas {
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionTopBlog {
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.sectionVacanteAplicada {
    background: url('../images/vacancy.jpg') no-repeat bottom center;
    background-size: cover;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.genericBg {
    background: #002d69;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.fixBgEmpleo {
    background-color: #184173;
}

h1.sectionTitle {
    font-family: 'Titillium Web', sans-serif;
    text-shadow: 0 0px 12px #000;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 55px;
    margin-top: 240px;
    margin-bottom: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.fixsectionTitle {
    margin-top: 120px !important;
    margin-bottom: 65px !important;
}

#section {
    padding: 0px 0;
    min-height: 600px;
    font-family: 'Titillium Web', sans-serif;
}

    #section p {
        color: #5d5d5d;
        font-size: 16px;
    }

.sbTitle {
    color: #002554 !important;
    font-size: 23px !important;
    margin-top: 30px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.sbTitleTop {
    color: #4666ad !important;
    font-size: 28px !important;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.marginTopFix {
    margin-top: 30px !important;
}

.mediumText {
    font-size: 20px;
}

* {
    box-sizing: border-box;
}

#vidtop-content {
    top: 0;
    color: #fff;
}

.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

    .vid-info h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
    }

    .vid-info a {
        display: block;
        color: #fff;
        text-decoration: none;
        background: rgba(0,0,0,0.5);
        transition: .6s background;
        border-bottom: none;
        margin: 1rem auto;
        text-align: center;
    }

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }

        .vid-info h1 {
            margin-bottom: .2rem;
        }
}

@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}

@media all and (max-height: 767px) {
    .homeTopSlider {
        height: 400px;
    }

    h2.homeTitle {
        margin-top: 130px;
    }

    #resources {
        padding: 20px 0 50px;
    }
}

/* candidatos */
.bigAnuon {
    font-size: 24px !important;
}

.blueLine {
    padding-left: 20px;
    border-left: 4px solid #002554;
    font-size: 16px;
    color: #666;
}

    .blueLine span {
        clear: both;
        display: block;
        color: #000;
        margin-top: 10px;
        font-weight: 700;
    }

.formulario {
    background: #f8f8f8;
    margin-top: -90px;
}

.formularioHide {
    background: #f8f8f8;
    margin-top: 60px;
}

.formName {
    background: #002554;
    border-left: 8px solid #9c182f;
    padding: 15px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.NameLight {
    background: #c9d6e8;
    border-left: 8px solid #9c182f;
    padding: 15px;
    color: #001e5e;
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
}

.formItem {
    margin: 15px 0;
}

    .formItem:first-child {
        margin-top: 30px;
    }

    .formItem label {
        width: 90%;
        clear: both;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 500;
    }

    .formItem input {
        width: 90%;
        padding: 0 5%;
        clear: both;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }

    .formItem textarea.form-control {
        width: 90%;
        padding: 0 5%;
        font-size: 14px;
        color: #a94442;
        clear: both;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }

.help-block {
    width: 90%;
    clear: both;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}

.policyItem {
    font-size: 14px !important;
    float: right;
    display: inline-block;
    clear: none !important;
    margin-bottom: 20px !important;
}

.checkBx {
    float: left !important;
    clear: none !important;
    width: 30px !important;
    height: 18px !important;
    margin-left: 24px !important;
    margin-top: 0 !important;
}

.checkBxTop {
    float: right !important;
    clear: none !important;
    width: 30px !important;
    height: 18px !important;
    margin-left: 24px !important;
    margin-top: 0 !important;
}

.selectControl {
    margin: 0 auto;
    width: 90% !important;
    background: url('/images/down-arrow.png') no-repeat right center #FFF !important;
}

.sendBtn {
    background: #002554;
    color: #FFF;
    padding: 15px 35px;
    margin: 0 auto;
    display: table;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border: 0;
}

    .sendBtn:hover {
        background: #9c182f;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
    }

.logBtn {
    background: #002554;
    color: #FFF;
    padding: 15px 15px;
    margin: 0 auto;
    display: table;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    width: 38%;
    max-width: 120px;
    float: left;
    text-align: center;
    margin-top: 20px;
}

    .logBtn:hover {
        background: #9c182f;
        color: #FFF;
        text-decoration: none;
    }

#sectionVacancy {
    padding: 0 0 60px;
    min-height: 600px;
    font-family: 'Titillium Web', sans-serif;
}

/* empresas */
.showFormContainer {
    background: #f8f8f8;
    margin-top: 40px;
}

    .showFormContainer p {
        font-size: 17px;
        color: #ccc;
        width: 90%;
        margin: 20px auto;
    }

#showForm {
    background: #eeeeee;
    width: 100%;
    text-align: center;
    color: #002554;
    font-size: 20px;
    padding: 15px;
    transition: 0.2s all;
}

    #showForm:hover {
        background: #002554;
        color: #FFF;
        cursor: pointer;
        transition: 0.2s all;
    }


/* contacto */
.socialDivider {
    margin-top: 30px;
    color: #000 !important;
}

ul.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.social li {
        margin-top: 15px;
        display: block;
    }

.redes {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #000;
}

    .redes:hover {
        text-decoration: none;
    }

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10px;
}

.linkedin {
    background-image: url('../images/linkedin.svg');
}

.twitter {
    background-image: url('../images/twitter.svg');
}


/* trabaja con nosotros */
.my_popup {
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
}

.textInt {
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    width: 80%;
    margin: 0 auto 10px;
}

h2.trabaja {
    color: #FFF;
    text-align: center;
}

#standalone {
    transform: scale(0.8);
}

.popup_visible #standalone {
    transform: scale(1);
}

.workForUs {
    margin: 30px auto 10px;
}

.addCV {
    color: #5079df;
    text-align: right;
    padding: 8px 0 0 0;
    font-size: 16px;
}

.whiteElement {
    background: white;
    padding: 7px 12px;
}

.sendBtnWork {
    background: #5079df;
    color: #FFF;
    padding: 5px 15px;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

    .sendBtnWork:hover {
        background: #9c182f;
        color: #FFF;
        text-decoration: none;
    }

.my_popup_close {
    background: transparent;
    border: 0;
    color: #FFF;
    margin: 0 auto;
    display: block;
    opacity: 0.5;
    clear: both;
}

    .my_popup_close:hover {
        opacity: 1;
    }

.my_popup_open {
    color: #FFF !important;
    text-shadow: none !important;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 50px;
    display: block;
}

    .my_popup_open:hover {
        cursor: pointer;
    }

.popLegals {
    width: 80%;
    margin: 0 auto 40px;
    color: #cecece;
}

    .popLegals p {
        text-align: right;
    }

.my_popup_open img {
    width: 100%;
}


/* divisiones */
.trigger {
    font-family: 'Titillium Web', sans-serif;
    color: #1a1a1a;
    padding: 5px 16px;
    cursor: pointer; /* background: #ccc; */
}

.divisionList {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    clear: both;
    position: relative;
}

    .divisionList li {
        clear: both;
    }

        .divisionList li div {
            padding-left: 0;
        }

            .divisionList li div h2 {
                font-size: 20px;
                padding: 10px;
            }

.redTitle {
    background: #9c182f;
    color: #FFF;
    padding: 15px 35px;
    margin: 0 0 20px 0;
    display: table;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.medium {
    font-size: 18px !important;
    margin-top: 30px !important;
    width: 100%;
    color: #9a9a9a !important;
}

.featureItem {
    margin-bottom: 70px;
}

.features {
    font-size: 18px;
    list-style-type: square;
    padding: 0;
}

.featureItem li {
    margin-left: 30px;
}

.features ol {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}

.featureItem li ul {
    margin: 0;
    padding: 0;
    list-style-type: circle;
}


/* divisiones home */
.containerSpecialities {
    margin: 10px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blockSpeciality {
    margin: 10px;
}


/* vacantes */
#searchDiv {
    background: #002554;
    padding: 33px 0 30px;
}

.searchField {
    background: #FFF;
    border-radius: 30px;
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 13px 10px 11px 15px;
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    border-top: 0px !important;
    border-left: 0px !important;
}

.searchIcon {
    width: 30px;
    height: 30px;
    margin: 15px auto 0;
    display: block;
    opacity: 1;
}

.searchIcon:hover {
    opacity: 0.5;
    cursor: pointer;
}

.form-vacancies form {
    margin-bottom: 0;
    padding-bottom: 0;
}

.loginBox {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 22px;
}

.loginBox p {
    float: left;
    margin: 35px 14px 0;
}

.apply {
    text-align: center;
    font-size: 20px;
    color: #1a1a1a;
    border: 0 !important;
    box-shadow: 0 0 0 transparent !important;
}

.allTextPop {
    max-height: 240px;
    display: block;
    height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.fixed {
    position: fixed;
    top: 80px;
}

.fixedSidebar {
    position: fixed;
    top: 150px;
}

.selectDrop {
    width: 100%;
    height: 52px;
    padding: 10px 20px 10px 15px;
    background: #FFF url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 93% center;
    border-radius: 30px !important;
    border: 0px solid transparent;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #666;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.fixSearchField {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}

.areaVacancy {
    background: #00214a;
    color: #FFF;
    padding: 20px;
    text-align: center;
    margin-top: 35px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.subtitleVacancy {
    color: #9ac6ef;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.vacancyFilter {
    color: #FFF;
}

.vacancyFilter:hover {
    color: #9ac6ef;
    text-decoration: none;
}

.resetForm {
    text-align: center;
    width: 100%;
    border: 0;
    background: #a7a7a7;
    color: #FFF;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 300;
    margin-top: 10px;
}

.resetForm:hover {
    color: #ccc;
}

.leftArrow {
    float: left !important;
}

.rightArrow {
    float: right !important;
}

.vacancyElement div .top h2 {
    margin-top: 0;
}

.findFix {
    max-width: 320px;
}

/* cards */
.card {
    border: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    margin-bottom: 20px;
}

.card .top, .card .med, .card .bottom {
    clear: both;
    display: table;
    padding: 10px 10px 0px;
    width: 100%;
}

.card .bottom {
    padding: 0px 10px 0px;
}

.card .top h2 {
    margin: 10px 0 0 0 !important;
    font-weight: 700;
}

.location, .pay {
    font-weight: 700;
    padding-left: 25px;
}

.location {
    background: url('../images/point.svg') no-repeat top left;
}

.pay {
    background: url('../images/wallet.svg') no-repeat top left;
}

.showDetails {
    text-align: left;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: right 1px;
    background-size: contain;
    width: 100%;
    display: block;
    padding: 15px;
    margin-top: 10px;
    font-size: 16px;
    border-bottom: 2px solid #002554;
    border-top: 1px solid #eee;
}

.halfCard {
    width: 48%;
    float: left;
    margin: 1%;
}

.textAlignLeft {
    text-align: left !important;
}


/* Thar Buttons */
.centerBtn {
    margin: 0 auto;
    display: table !important;
}

.borderRadius {
    border-radius: 50px !important;
}

.paddingBtn {
    padding: 10px 40px !important;
}

.textAlignCenter {
    text-align: center;
}

a.animated-button.thar-one {
    color: #002554;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    font-size: 16px !important;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: right 1px;
    background-size: contain;
    border-bottom: 2px solid #002554;
    border-top: 1px solid #eee;
    padding: 5px 15px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
    color: #FFF !important;
    background-color: #002554;
    text-shadow: none;
    background-image: url('../images/arrow_white.svg');
    background-repeat: no-repeat;
    background-position: right 1px;
    background-size: contain;
}

a.animated-button.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}

a.animated-button.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #002554;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* about */
.sectionTopAbout {
    min-height: 440px;
}

/* perfil */
.cardProfile {
    float: left;
    border: 1px solid #ccc;
    padding: 10px 0px 0px;
    border-radius: 5px;
    min-width: 370px;
    width: 370px;
    margin-top: 50px;
    text-align: center;
}

.avatar {
    width: 110px;
    margin-top: -58px;
    background-color: #fff;
    border: 5px solid #CD9;
}

.spanHolder {
    font-size: 15px;
    color: #ccc;
}

.loginBoxProfile {
    margin-bottom: 0;
    margin-top: 30px;
}

.fixlogBtn {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
}

.vTitle {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ccc;
}

.disabled {
    border: 1px solid #337ab7;
    padding: 5px 10px;
    border: 1px solid #ccc !important;
    font-size: 16px;
    padding: 10px 25px !important;
    border-radius: 50px;
    color: #ccc;
}

.enabled {
    border: 1px solid #337ab7;
    padding: 5px 10px;
    float: right;
}

    .enabled:hover {
        border: 1px solid #00214a;
        color: #FFF;
        background: #00214a;
        text-decoration: none;
    }

.col-xs-12 .enabled:first-child {
    float: left !important;
}

.cardActions {
    padding: 0;
    margin: 0;
    list-style-type: none;
    bottom: -67px;
    position: absolute;
    width: 370px;
}

    .cardActions li {
        width: 50%;
        float: left;
        text-align: center;
    }

        .cardActions li a {
            border: 1px solid #ccc;
            width: 98%;
            display: grid;
            padding: 8px 0;
            border-radius: 5px;
        }

#editProfile {
    display: block;
    background: #ededed;
    width: 370px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    padding: 10px;
}

ul.editProfileList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.typePlace {
    width: 96% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.editProfileInput {
    padding: 0;
    margin: 0px 0 5px 10px !important;
    font-size: 16px !important;
    color: #9c9b9b;
}

.profileFormItem {
    margin: 15px 0 !important;
}

.dividerProfile {
    border: 1px solid #ccc;
    margin: 30px 0 20px;
    padding: 0;
}

.emptyForm {
    padding: 0 !important;
    margin: 0 !important;
}

#showHideUpdate:hover {
    cursor: pointer;
}

.loadingUpdate, .correctUpdate {
    text-align: center;
}

/* blog */
.sectionTopBlog {
    background: #002d69;
}

#blog-landing {
    margin-top: 0 !important;
}

.blogInd { /*background: #002554;*/
    background: #FFF;
    height: 100px;
}

.med {
    font-size: 18px;
    line-height: 30px;
}

    .med p {
        color: #848484;
        font-size: 14px !important;
        line-height: 18px;
    }

.post {
    display: block;
}

    .post:hover {
        text-decoration: none !important;
    }

.leftPost {
    float: left;
    width: 130px;
    height: 100px;
    background: #4666ad;
    margin-right: 40px;
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    padding: 25px;
    font-size: 30px;
}

.artTitle {
    font-size: 35px;
    margin-bottom: 30px;
}

.med a img, .med img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#blog-landing {
    margin-top: 81px;
    min-height: 300px;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.white-panel {
    position: absolute; /*background: white;*/
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
}

    .white-panel h1 {
        font-size: 1em;
    }

        .white-panel h1 a {
            color: #A92733;
        }

    .white-panel:hover {
        box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
        margin-top: -5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blogCardTitle {
    color: #002554;
    font-size: 18px;
    margin: 0 0 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    overflow: hidden;
    min-height: 20px;
    max-height: 40px;
    height: 40px;
}
.blogCat {
    margin-top: 10px;
}

.articleFix {
    margin-bottom: 30px;
}

.imgBkPost {
    width: 100%;
    height: auto;
    /* max-height: 200px; */
    display: block;
    position: relative !important;
    clear: both;
    margin: 0 !important;
    padding: 0;
}

.blogSummary, .blogCategory {
    color: #424242;
    height: 40px;
    overflow: hidden;
    max-height: 40px;
}

.searchBtn {
    font-family: 'Titillium Web', sans-serif;
    background: #9c182f url('../images/search.svg') no-repeat center center;
    color: #FFF;
    text-align: center;
    padding: 15px;
    bottom: 0;
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 0;
}

    .searchBtn:hover {
        background-color: #001E6D;
        color: #FFF;
    }

#postElement {
    overflow: hidden;
}

.imgBgPost {
    opacity: 1;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    margin-left: -50px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-blend-mode: multiply;
}

#postElement .post {
    z-index: 99;
    position: relative;
}

.secondmenuMedium {
    margin: 0;
    padding: 5px 10px;
    border-radius: 20px;
    background: #FFF;
    float: left;
    list-style-type: none;
}

    .secondmenuMedium li {
        margin: 0;
        padding: 0;
        background: #FFF;
    }

.secondMenuWhite {
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 0;
    position: absolute;
    border-radius: 20px;
    padding: 0 10px;
    margin-top: 12px;
}

    .secondMenuWhite li {
        float: left;
        padding: 3px 6px;
        font-size: 16px;
    }

.social {
    background: #002557;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 7px;
}

.socialContact {
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: both;
    display: table;
}

    .socialContact li {
        float: left;
        margin-right: 10px;
    }

        .socialContact li a:link, .socialContact li a:visited {
            color: #FFF;
            background-color: #000;
        }

        .socialContact li a:hover {
            color: #FFF;
            background-color: #ccc;
        }

.listSidebarItems {
    list-style-type: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

    .listSidebarItems li a:link, .listSidebarItems li a:visited {
        background: #F1F1F1;
        color: #001E6D;
        border: 0 solid transparent;
        border-right: 4px solid #FFF;
        font-weight: bold;
        font-size: 16px;
        border-radius: 0;
        width: 100%;
        max-width: 280px;
        text-align: left;
        padding: 10px 20px;
    }

    .listSidebarItems li a:hover, .activeSidebarbtn {
        background: #002554 !important;
        color: #FFF !important;
        border-right: 4px solid red !important;
        border-radius: 0 !important;
        width: 100% !important;
        text-align: left !important;
        padding: 10px 20px !important;
    }

.fixMaxWidth {
    max-width: 280px;
}

#section p, .sbTitle {
    text-align: justify;
}

.blogPostType {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

#blog-landing article {
    padding: 0 50px 30px;
}

    #blog-landing article:nth-child(3n) {
        background: #171717;
        color: #FFF;
        padding: 0 50px 30px;
    }

        #blog-landing article:nth-child(3n) .sbTitle {
            color: #FFF !important;
        }

        #blog-landing article:nth-child(3n) .med p {
            color: #FFF !important;
        }

    #blog-landing article:nth-child(5n) {
        background: #405ca3;
        color: #FFF;
        padding: 0 50px 30px;
    }

        #blog-landing article:nth-child(5n) .sbTitle {
            color: #FFF !important;
            font-size: 25px !important;
        }

        #blog-landing article:nth-child(5n) .med p {
            color: #FFF !important;
            display: none;
        }

    #blog-landing article:nth-child(7n) {
        background: #911729;
        color: #FFF;
        padding: 0 50px 30px;
    }

        #blog-landing article:nth-child(7n) .sbTitle {
            color: #FFF !important;
            font-size: 25px !important;
        }

        #blog-landing article:nth-child(7n) .med p {
            color: #FFF !important;
            display: none;
        }

.bannerSidePostAR,
.bannerSidePostUY,
.bannerSidePostMX,
.bannerSidePostCL,
.bannerSidePostCO,
.bannerSidePostEC,
.bannerSidePostPE {
    background: url('../images/work_w_us_2.jpg') no-repeat top center;
    width: 100%;
    height: 405px;
    display: block !important;
}

.bannerSidePostBR {
    background: url('../images/work_w_us_2_br.jpg') no-repeat top center;
    width: 100%;
    height: 405px;
    display: block !important;
}

.backBlog {
    border: 1px solid #ccc;
    display: table !important;
    padding: 5px 15px;
    margin-top: 30px;
}

    .backBlog:hover {
        background: #002554 !important;
        color: #FFF;
    }

.sectionBlog {
    padding-top: 10px !important;
}

p.supportText {
    color: red;
    padding: 10px 0 0;
    font-size: 12px;
}

/* Enterprise */
.enterpriseLayout h2 {
    margin-bottom: 20px;
}

.enterpriseLayout h3 {
    color: #002554;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.enterpriseLayout p {
    margin-bottom: 40px;
}

/* Services */
.services li.media .media-body h5 {
    color: #002554;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.services li.media .mr-3 {
    float: left;
    padding: 12px;
    max-width: 90px;
}

/* Metodology */
.services li {
    margin-top: 40px !important;
}

    .services li:last-child {
        margin-bottom: 40px;
    }


/* Experiencies */
.featuresList {
    margin: 0;
    padding: 0;
}

/* Join Spring */
.fixMarginTop {
    margin-top: 40px !important;
}

.formContainer {
    max-width: 590px;
    margin: 0 auto;
}

    .formContainer form {
        background: #eee;
        display: table;
        padding-bottom: 0;
    }

    .formContainer .form-group div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.sendBtnForm {
    width: 100%;
    background: #002557;
    border-radius: 0 !important;
    color: #FFF;
    padding: 12px 0 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}


/* 404 */
.textWrong {
    text-align: center;
}

/* Privacidad */
.textPriv {
    text-align: left;
}

#recoverPass {
    display: none;
}

#pass_open {
    cursor: pointer;
}

.textElem {
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 30px auto 10px;
}

.triggerBtns {
    padding: 0 15px;
}

.text-danger {
    width: 90%;
    margin: 0 auto 10px;
    color: #FFF !important;
}

.formRegister .no-margin, .formLogin .no-margin {
    margin: 0 !important;
}

.formRegister .formItem, .formLogin .formItem .nameItem {
    color: #000;
    font-size: 16px;
}

    .formRegister .formItem label, .formRegister .formItem input[type=file] {
        color: #FFF;
        font-size: 16px;
    }

.loginBackground {
    background: url('../images/loginBG.jpg') #002554 top center;
    background-size: cover;
    min-height: 100vh;
}

.loginBTN {
    background: #002554;
    color: #FFF;
}

.registerBTN {
    background: #25B665;
    color: #FFF;
}

.loginBTN, .registerBTN {
    width: 48% !important;
    float: left;
    text-align: center !important;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-size: 18px !important;
    padding: 15px 0 !important;
    margin: 0 1%;
    display: table;
    font-weight: 700;
}

    .loginBTN:hover, .registerBTN:hover {
        color: #002554;
        background: #ccc;
    }

.messageAddCredential {
    text-align: center;
    font-size: 16px;
    margin: 16px auto 20px;
    color: #FFF;
}

.forgotPassword {
    text-align: center;
    margin: 20px auto 0 !important;
    width: 100% !important;
    color: #FFF;
}

.rememberme, .termsAndConditions {
    color: #FFF;
}

.blur {
    filter: blur(5px);
    cursor: no-drop;
}


/* landing */
.logoTopLanding {
    margin-bottom: 40px;
    width: 110px;
    margin-left: 50px;
}

.landingtopBg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.fixLandingTop {
    padding-top: 90px;
    min-height: 400px;
}

.landingTop {
    margin: 0 auto;
    padding: auto 10%;
    width: 90%;
    height: 150px;
}

.landingMed {
    margin: 0 auto;
    padding: auto 10%;
    width: 90%;
}

.landingTop h2.artTitle {
    font-size: 40px;
}

.headerBackgroundLandingPage {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: inherit;
    position: absolute;
    width: 100%;
    height: 700px;
}

.landingHeaderFeaturedBG {
    width: 100%;
}

.containerHeaderLandingPage {
    position: absolute;
}

    .containerHeaderLandingPage .top {
        margin-top: 210px;
        height: 520px;
    }

.changeColorMobile {
    color: #1a1a1a !important;
}

.cardForLanding {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .cardForLanding p {
        margin: 3px;
    }

.smallTestForLanding {
    width: 100%;
}

.label {
    background: blue;
    color: #fff;
    float: right;
}

.downloadEditable {
    margin: 10px 5px 5px 10px;
    display: block;
}

.formControl form {
    width: 90%;
    margin: -110px auto 0;
    padding: 30px 30px 20px;
    background: #002845;
    color: #FFF;
    box-shadow: 0 0 44px rgba(0,0,0, 0.3);
}

    .formControl form input[type=submit] {
        width: 100%;
    }

.legalsLanding {
    display: block;
    width: 100%;
}

.smallLegals {
    font-size: 12px !important;
    float: left;
    color: #a2a2a2 !important;
    margin-right: 5px;
}

.hideOnDesktop {
    display: none;
}

@media (max-width: 799px) {
    #section {
        background-position: -990px 0px !important;
    }

    .formControl form {
        margin: 0px auto 0;
    }

    .hideOnDevice, .smallLegals {
        display: none;
    }
    .hideOnDesktop {
        display: block;
    }
}

/* reticula */
.nineLines {
    text-align: center;
    display: block;
}

    .nineLines div {
        width: 130px;
        display: inline-block;
        margin: 0.1%;
    }

        .nineLines div a img {
            width: 100%;
        }

/* internal pages */
.fixInternalPage {
    margin-top: 120px;
}
/* empresas divisiones */
.fixTopSideBar {
    margin-top: -42px;
}

.fixTopForm form {
    margin-bottom: 0 !important;
}

.listOptions a:link, .listOptions a:visited {
    padding: 5px 15px;
    float: left;
    margin-bottom: 2px;
    background: #eee;
    color: #1a1a1a;
    border-radius: 20px;
    font-size: 13px;
    position: relative;
    width: 100%;
    text-align: center;
}

.listOptions a:hover {
    background: #1a1a1a;
    color: #eee;
    text-decoration: none;
}

.containerGraybtn a:link, .containerGraybtn a:visited {
    padding: 5px 15px;
    background: #eee;
    color: #1a1a1a;
    border-radius: 20px;
}

.containerGraybtn a:hover {
    background: #1a1a1a;
    color: #eee;
    text-decoration: none;
}

.paginator {
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 10px;
    display: inline-block;
}

.pagination-container {
    float: left;
}

    .pagination-container .pagination {
        margin: 0;
    }

        .pagination-container .pagination li a {
            padding: 2px 0 0 0;
            width: 30px;
            height: 30px;
            border-radius: 25px !important;
            text-align: center;
        }

.paginator p {
    float: left;
    margin: 6px 0 0 10px;
}

.fixMinimumHeight {
    min-height: 500px;
}

.mapContainer {
    padding-top: 80px !important;
}

.mapSite {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 21px;
}

    .mapSite li {
        margin-bottom: 20px;
    }

        .mapSite li ul {
            list-style-type: none;
            margin: 15px 0 0 15px;
            padding: 0;
        }

            .mapSite li ul li {
                margin-bottom: 10px;
            }
/* ------------------- cambios por paises ----- */
/*** -----------------
    -----------------	indefinido ***/
.indefinido-homeTopSlider {
    background: url('../images/indefinido/homeTop.jpg') no-repeat bottom center;
    background-size: cover !important;
    min-height: 100vh;
}

.logo-indefinido {
    background: url('../images/logo.svg') no-repeat top center;
    background-size: contain;
    width: 380px;
    height: 90px;
    position: relative;
    margin: 0 auto;
}

    .logo-indefinido:hover {
        cursor: pointer;
    }

.locationTop {
    margin: 30px auto 0;
    text-align: center;
    font-size: 20px;
    width: 85%;
    color: #001f5e;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 100;
    display: table;
}

.MX, .CL, .BR, .CO, .PE, .AR, .EC, .UY {
    display: none;
}

.bottomMessage {
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
}

#country_name {
    display: inline-block;
}

.countryItem {
    margin: 40px 0 0;
    padding: 0;
    list-style-type: none;
}

    .countryItem li {
        display: inline;
        margin: 0 5px;
        display: inline-grid;
        margin-bottom: 10px;
    }

.btnCountry {
    background: #21263c;
    color: #FFF;
    padding: 5px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 100;
}

    .btnCountry:hover {
        background: #FFF;
        color: #21263c;
        cursor: pointer;
        text-decoration: none;
    }

.btnCountryBlue {
    background: #FFF;
    color: #21263c;
    padding: 5px 20px;
    font-size: 18px;
    -webkit-border-radius: 15px;
    border: 1px solid #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 100;
}

    .btnCountryBlue:hover {
        background: #21263c;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #fff;
    }

.flag {
    width: 30px;
    padding: 0;
    margin: -4px 6px 0 0;
}

.latam {
    margin: 15px auto 0;
    font-size: 20px;
    color: #001f5e;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    display: table;
    letter-spacing: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0;
    width: 200px;
    text-align: right;
    padding-top: 10px;
}

h2.homeTitleInd {
    font-family: 'Titillium Web', sans-serif;
    text-shadow: 0 0px 12px rgba(0,0,0, 0.5);
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 45px;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 50px;
}

.sectionTopContainer {
    margin-bottom: 70px;
}

/*** -----------------
-----------------	Mexico ***/
.MX-homeTopSlider {
    background: url('../images/MX/homeTop.jpg') no-repeat center -40px;
    background-size: auto;
}

.MX-sectionTopEmpleos {
    background: url('../images/MX/candidatosTop.jpg') no-repeat center -200px;
    background-size: cover;
}

.MX-sectionTopEmpresas {
    background: url('../images/MX/empresasTop.jpg') no-repeat center center;
    background-size: cover;
}

.MX-sectionTopAbout {
    background: url('../images/MX/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}

.MX-sectionTopContact {
    background: url('../images/MX/contactoTop.jpg') no-repeat center 20px;
    background-size: cover;
}

.MX-sectionTopBlog {
    background: url('../images/MX/contactoTop.jpg') no-repeat center center;
    background-size: cover;
}

.MX-sectionSpringListensToYou {
    background: url('../images/MX/contactoTop.jpg') no-repeat center 20px;
    background-size: cover;
}

.blueText {
    color:#002554;
    font-weight: bold;
}

#bannerSpringStudy {
    position: fixed;
    z-index: 999;
    display: block;
    top: 60px;
    right: 10px;
    margin: -320px 0 0 20px;
}

.closeBtnBanner {
    width: 30px;
    position: absolute;
    border: 0;
    background: transparent;
    right: 0px;
    padding: 5px;
    opacity: 1;
}

.closeBtnBanner:hover {
    cursor: pointer;
    opacity: 0.8;
}

.sectionTopBlogMX {
    background: url('../images/MX/aboutTop.jpg') no-repeat center top !important;
    background-size: cover !important;
}


/*** -----------------
-----------------	Brasil ***/
.BR-homeTopSlider {
    background: url('../images/BR/homeTop.jpg') no-repeat center center;
    background-size: cover;
}

.BR-sectionTopEmpleos {
    background: url('../images/BR/candidatosTop.jpg') no-repeat center center;
    background-size: cover;
}

.BR-sectionTopEmpresas {
    background: url('../images/BR/empresasTop.jpg') no-repeat center center;
    background-size: cover;
}

.BR-sectionTopAbout {
    background: url('../images/BR/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}

.BR-sectionTopContact {
    background: url('../images/BR/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}

.BR-sectionTopBlog, .sectionTopBlogBR {
    background: url('../images/BR/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}


/*** -----------------
-----------------	Colombia ***/
.CO-homeTopSlider {
    background: url('../images/CO/homeTop.jpg') no-repeat center center;
    background-size: cover;
}

.CO-sectionTopEmpleos {
    background: url('../images/CO/candidatosTop.jpg') no-repeat top center;
    background-size: cover;
}

.CO-sectionTopEmpresas {
    background: url('../images/CO/empresasTop.jpg') no-repeat center center;
    background-size: cover;
}

.CO-sectionTopAbout {
    background: url('../images/CO/aboutTop.jpg') no-repeat bottom center;
    background-size: cover;
}

.CO-sectionTopContact {
    background: url('../images/CO/contactoTop.jpg') no-repeat center center;
    background-size: cover;
}

.CO-sectionTopBlog, .sectionTopBlogCO {
    background: url('../images/CO/candidatosTop.jpg') no-repeat center center;
    background-size: cover;
}
.fixBlogForm {
    width: 100%;
    margin: 30px auto 20px;
    padding: 30px 5%;
    background: #eee;
}

/*** -----------------
-----------------	Chile ***/
.CL-homeTopSlider {
    background: url('../images/CL/homeTop.jpg') no-repeat center -120px;
    background-size: unset;
}

.CL-sectionTopEmpleos {
    background: url('../images/CL/candidatosTop.jpg') no-repeat center center;
    background-size: cover;
}

.CL-sectionTopEmpresas {
    background: url('../images/CL/empresasTop.jpg') no-repeat center -340px;
    background-size: unset;
}

.CL-sectionTopAbout {
    background: url('../images/CL/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}

.CL-sectionTopContact {
    background: url('../images/CL/contactoTop.jpg') no-repeat center -330px;
    background-size: inherit;
}

.sectionTopBlogCL {
    background: url('../images/CL/aboutTop.jpg') no-repeat center -170px;
    background-size: cover;
}

.CL-sectionTopBlog {
    background: url('../images/CL/aboutTop.jpg') no-repeat center center;
    background-size: cover;
}


/* scroll animation */
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}


/* Media queries para modificar navbar */
@media (min-width: 910px) and (max-width: 991px) {
    .container { width: 95%!important; max-width: 100%; }
}
@media (min-width: 768px) and (max-width: 909px) {
    .container { width: 95%!important; max-width: 100%; }
    .navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited { padding: 15px 10px; }
}

/* media queries */
@media (min-width: 0px) and (max-width: 991px) {
    .CL-sectionTopContact {
        background-position: center center;
        background-size: cover;
    }

    .CL-sectionTopEmpresas {
        background-position: center center;
        background-size: cover;
    }

    .logo {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav > li > a:link {
        width: 100%;
    }

    h2.homeTitle {
        margin-top: 180px;
        font-size: 44px;
        line-height: 40px;
    }

    .elementsContainer {
        margin: 30px 0 0 0;
    }

    .elementsContainer .element img {
        display: none;
    }

    #resources {
        padding: 50px 0 0;
    }

    .formulario {
        margin-top: 20px;
    }

    .logBtn {
        width: 100%;
    }

    .loginBox p {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }

    .my_popup_open img {
        width: 100%;
    }

    .imgBkPost {
        width: 100%;
        height: auto;
    }

    .form-vacancies form div div div div {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .sectionTopEmpleos {
        background-size: cover;
    }

    h2.homeTitle {
        font-size: 31px;
        margin-top: 160px;
    }

    .nineLines div {
        width: 23%;
    }

    .text-right {
        text-align: left !important;
    }
}

@media screen and (min-width: 991px) {
    .float-lg-left {
        float: right;
    }

    .fixHomeDescription {
        width: 300px;
    }
}


.field-validation-error {
    color: red !important;
    padding: 4px 0 6px 0;
    width: 90%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 0px) and (max-width: 1199px) {
    .logoTopLanding {
        margin-bottom: 40px;
        width: 80px;
        margin-left: 25px;
    }

    .landingtopBg {
        background-size: auto;
    }

    .fixLandingTop {
        margin-top: 0%;
    }

    .landingTop {
        margin: 0 auto 10%;
        padding: auto 10%;
        width: 90%;
        height: 150px;
    }
}

@media screen and (min-width: 0px) and (max-width: 650px) {
    .bottomFoot .container .row div a {
        float: none;
        width: 100%;
        display: table;
    }

    .bottomFoot .container .row div a img {
        float: none !important;
        clear: both;
        display: table;
        margin: 0 auto 20px;
    }

    .cardLight {
        width: 85%;
    }
}

@media screen and (min-width: 801px) and (max-width: 991px) {
    .cardLight {
        width: 400px !important;
        left: 50%;
        margin-top: -100px; /* Negative half of height. */
        margin-left: -200px !important; /* Negative half of width. */
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .cardLight {
        width: 340px !important;
        left: 50%;
        margin-top: -100px; /* Negative half of height. */
        margin-left: -170px !important; /* Negative half of width. */
    }

    .sectionTopEmpresas {
        min-height: 260px;
    }

    .persistent {
        width: auto;
        z-index: 999;
    }

        .persistent .listSidebarItems li a, .listSidebarItems li a:link {
            max-width: 90%;
        }

    #about h4 {
        margin-top: 10px;
        font-size: 19px;
    }

    #about p {
        font-size: 15px;
    }

    .urlsSections li a:link, .urlsSections li a:visited {
        font-size: 16px;
        padding: 1px 0 5px;
    }

    #about {
        padding: 30px 0 30px;
    }

    h1.sectionTitle {
        font-size: 37px;
    }

    #resources {
        padding: 50px 0 30px;
    }

    .mobileCenter {
        margin: 14px auto 10px;
        float: none;
        display: block;
        text-align: center;
    }

    .mobileMenu .dropdown {
        width: 100%;
    }

    .navbar-nav {
        margin: 0 -15px 7.5px !important;
    }

    .findFix, .findFix .fixMaxWidth {
        max-width: 100%;
    }

    .findFix {
        display: none;
    }

    .sectionTopEmpleos {
        min-height: 0px;
        height: 210px;
    }

    .searchField, .selectDrop {
        margin-bottom: 10px;
    }

    .halfCard {
        width: 98%;
        float: left;
        margin: 1%;
    }

    .fixHomeMobile {
        margin-top: 40px;
    }

    .headerBackgroundLandingPage {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: auto;
    }

    .containerHeaderLandingPage .top {
        margin-top: 50px;
        height: auto;
        margin-bottom: 60px;
    }

    .changeColorMobile {
        color: #1a1a1a !important;
    }
}

@media screen and (max-height: 850px) {
    .cardLight {
        width: 850px !important;
        left: 37% !important;
    }
}

.vacancyContainer {
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 899;
}

.cardLight {
    background: #FFF;
    width: 600px;
    padding: 10px 0px 10px 0px;
    height: auto;
    min-height: 502px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 80px auto 0;
    z-index: 1999;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
}

.cardLight .med {
    max-height: 350px;
    height: 300px;
    overflow-y: scroll;
    display: block;
}

.stopScrolling {
    height: 100%;
    overflow: hidden;
}

.branchTop {
    color: #ddbd06 !important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    clear: both;
    font-size: 19px;
    margin-bottom: 0px;
}

.applyBtn {
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    background: #002554;
    color: #FFF;
    text-align: center;
    padding: 15px;
    bottom: 0;
    display: block;
    margin-top: 80px;
}

.applyBtn:hover {
    background: #9f1130;
    color: #FFF;
    text-decoration: none;
}

.indicator {
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    margin-top: 14px;
}

/* scroll */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(178, 178, 178, 0.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(178, 178, 178, 0.4);
    }

.noticePass {
    font-size: 12px;
    color: #777;
    margin-left: 28px;
}

/* Accept terms */
.fixedTerms {
    position: fixed;
    bottom: 0;
    background: #FFF;
    width: 100%;
    z-index: 999;
    padding: 10px 0 0 0;
    border: 1px solid #ccc;
}
