:root {
    --h: 210;
    --primary-color: hsl(var(--h), 68%, 44%);
    --primary-color-light: hsl(var(--h), 68%, 50%);
    --primary-color-lighter: hsl(var(--h), 68%, 61%);
    --primary-color-dark: hsl(var(--h), 58%, 61%);
    --primary-color-darker: hsl(var(--h), 48%, 61%);
    --secondary-color: #32c589;
    --secondary-color-light: hsla(0, 0%, 97%, .9);
    --secondary-color-darker: hsla(0, 0%, 87%, .9);
    --jph-dorado: #c3a169;
    --submenu-color: #1571c1;
    --tertiary-color: #404756;
    --quaternary-color: #f07e9b;
    --quinary-color: #c53f32;
    --senary-color: #daa21b;
    --primary-font-color: #474747;
    --secondary-font-color: #fff;
    --primary-font: "Montserrat", sans-serif;
    --secundary-font: "Open Sans", sans-serif;
    --box-shadow-center-light: 0 0 6px rgba(0, 0, 0, .15);
    --box-shadow-bottom-light: 0 3px 6px rgba(0, 0, 0, .15);
    --box-shadow-low: 0 12px 25px rgba(0, 0, 0, .09);
    --box-shadow-mid: 0 12px 25px rgba(0, 0, 0, .18);
    --box-shadow-high: 0 12px 25px rgba(0, 0, 0, .25);
    --font-size-grande: clamp(1.5rem, 4.3vw, 2.4rem);
    --font-size-mediana: clamp(1.2rem, 2.8vw, 2rem);
    --font-size-normal: clamp(1rem, 2.5vw, 1.3rem);
    --font-size-chica: clamp(.8rem, 2.3vw, .9rem);
    --font-size-boton: clamp(.9rem, 2.5vw, 1.1rem)
}

.bg-blanco {
    background-color: #fff !important
}

.bg-verde-esmeralda {
    background-color: #2fc193 !important
}

li.noleido {
    background: #eeefff
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.bg-tertiary {
    background-color: var(--tertiary-color) !important
}

.bg-quaternary {
    background-color: var(--quaternary-color) !important
}

.bg-quinary {
    background-color: var(--quinary-color) !important
}

.bg-senary {
    background-color: var(--senary-color) !important
}

.font-blanco {
    color: #fafafa !important
}

.font-chica {
    font-size: var(--font-chica)
}

.font-normal {
    font-size: var(--font-normal)
}

.font-mediana {
    font-size: var(--font-mediana)
}

.font-grande {
    font-size: var(--font-grande)
}

.h100 {
    height: 100%
}

.oculto {
    display: none !important
}

body {
    color: #707478;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

a:hover {
    text-decoration: none
}

h1 {
    font-weight: 400 !important
}

input:focus,
select:focus {
    outline: none
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 31px
}

input[type=checkbox] {
    height: 15px !important
}

/* .content {
    background-color: transparent;
    margin-left: 75px !important;
    padding: 10px
} */

@media (max-width:568px) {
    .content {
        margin-left: 3.8em !important;
        margin-right: -3em !important;
        padding: 18px
    }
}

.content .page-header {
    color: #605a5a;
    font-size: 1.5rem;
    margin: 4rem 3rem 1rem;
    text-transform: uppercase
}

option.primary,
select.primary,
select.primary:focus {
    background-color: var(--primary-color);
    color: #fff
}

option.secondary,
select.secondary,
select.secondary:focus {
    background-color: var(--secondary-color);
    color: #fff
}

option.tertiary,
select.tertiary,
select.tertiary:focus {
    background-color: var(--tertiary-color);
    color: #fff
}

option.quaternary,
select.quaternary,
select.quaternary:focus {
    background-color: var(--quaternary-color);
    color: #fff
}

option.quinary,
select.quinary,
select.quinary:focus {
    background-color: var(--quinary-color);
    color: #fff
}

option.senary,
select.senary,
select.senary:focus {
    background-color: var(--senary-color);
    color: #fff
}

.rotatePin {
    transform: rotate(-40deg)
}

@-webkit-keyframes animate {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500px 0
    }
}

@-moz-keyframes animate {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500px 0
    }
}

@-ms-keyframes animate {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500px 0
    }
}

@-o-keyframes animate {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500px 0
    }
}

@keyframes animate {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500px 0
    }
}

.boton_ns {
    align-items: center;
    /* background: #00072d;
     */
    background-color: #f93;
    border: none;
    border-radius: 8px;
    box-shadow: var(--box-shadow-bottom-light);
    color: #fff9f9;
    display: flex;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: var(--font-size-boton);
    font-weight: 300;
    /* height: 35px; */
    justify-content: center;
    transition: all .1s ease-in-out;
    max-width: 180px;
    padding: 5px 20px;
}

.boton_ns:active {
    transform: scale(.99)
}

.boton_ns:hover {
    background-color: #CCD443;
    color: #fff9f9
}

:root {
    --primary-color: rgba(0, 0, 0, .678)
}

@font-face {
    font-family: 'BOGLE';
    src: url('../../font/BOGLEBLACK.OTF') format('opentype'),
        url('../../font/BOGLEBLACKITALIC.OTF') format('opentype'),
        url('../../font/BOGLEBOLD.OTF') format('opentype'),
        url('../../font/BOGLEBOLDITALIC.OTF') format('opentype'),
        url('../../font/BOGLEITALIC.OTF') format('opentype'),
        url('../../font/BOGLEREGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    height: 100vh;
    overflow: hidden;
    font-family: 'Karla', sans-serif;
}

a {
    display: inline-block;
    font-weight: 400;
    padding: 8px 15px !important;
    text-decoration: none;
    width: 50%
}

a,
a:hover,
h2 {
    color: var(--primary-color)
}

h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 8px 10px;
    text-align: center;
    text-transform: uppercase
}

h6 {
    color: var(--primary-color);
    font-size: .7rem
}

.col-sm-3 {
    padding-left: 7px !important
}

.col-sm-9 {
    padding-right: 7px !important
}

.col-md-10 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wrapper {
    /* display: grid;
    grid-template-columns: auto 350px;
    align-content: end;
    min-height: 100%;
    width: 100% */
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
}

.showcase {
    background-image: url('/images/background.webp');
    background-size: cover;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    backdrop-filter: blur(2px);
}

#formContent {
    background: #fff;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .3);
    max-width: 21.875rem;
    padding: 3rem 0;
    text-align: center;
    border-radius: 2rem;
    position: relative;
    z-index: 999;
    margin: 0 1.75rem;
    max-width: 17rem;
    @media (min-width:950px) {
        margin-right: 6rem !important;
        padding: 4rem 0;
        max-width: 20rem;
    }
}

#formContent > form {
    margin-bottom: 2rem;
}

.postulate-text {
    display: flex;
    flex-direction: column;
    width: 500px;
    justify-content: center;
    margin-left: 6rem;
    height: 85%;
    word-wrap: break-word;
    z-index: 100;
    font-family: 'BOGLE', sans-serif !important;
}

.principle-words {
    line-height: 4rem;
    font-size: 105px;
    font-weight: bold;
    color: #ffffffea;
}
.wave-bottom{
    overflow: hidden;
    position: absolute;
    display:flex;
    justify-content: center;
}
.wave-bottom > .wave {
    min-width: 60rem;
}
.secondary-words {
    line-height: 5rem;
    font-size: 60px;
    font-weight: bold;
    color: orange;
    margin-left: 2rem;
    text-shadow: 1px 1px 91px black;
    margin-top: -13px;
}

.green {
    color: #c28e54 !important;
}

.form-group {
    display: flex;
    justify-content: center
}

#formFooter {
    /* background-color: hsla(0, 0%, 100%, .2);
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; */
    display: flex;
    flex-direction: column;
    border-top: 1px solid #8cb8d9;   
    padding: 25px;
    padding-bottom: 0;
    text-align: center
}

h2.active,
h2.inactive {
    color: var(--primary-color)
}

h2.active {
    border-bottom: 2px solid #5fbae9
}

.col-form-label {
    color: var(--primary-color);
    font-size: 1.5em;
    font-weight: 400;
    padding-left: 0;
    text-align: start
}
input[type=button]{
    border: 1px solid #c28e54;
}
input[type=button]:hover {
    background-color: #fafafa;
    border: 1px solid #c28e54;
    color:#c28e54
}

input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #c28e54;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, .3);
    box-shadow: 0 10px 30px 0 rgba(95, 186, 233, .3);
    color: #fff;
    display: inline-block;
    /* align-items: center;
    justify-content: center; */
    font-size: 13px;
    margin: 5px;
    padding: 5px 80px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}




input[type=password],
input[type=text] {
    background-color: #f6f6f6;
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

input[type=text]:focus,input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #ff9933
}

input[type=text]:placeholder {
    color: #ccc
}

.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.fadeIn.first {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
    padding-bottom: 2rem
}

.fadeIn.second {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.fadeIn.third {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.underlineHover {
    color: #c28e54;
    font-weight: bold;
}

.underlineHover:after {
    background-color: #CCD443;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    transition: width .2s;
    width: 0
}

.underlineHover:hover {
    color: #FF9933;
}


:focus {
    outline: none
}

.input-block-level {
    margin-left: 13px !important;
    width: 90% !important
}

.bootstrap-select {
    border: 1px solid rgba(0, 0, 0, .18) !important
}

.footerlogin {
    align-items: center;
    background: linear-gradient(0deg, #000 4%, hsla(0, 0%, 100%, 0));
    bottom: 0;
    display: flex;
    height: 240px;
    left: 0;
    padding: 5% 3% 3%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.footerlogin .title {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row
}

.footerlogin .subtitle {
    font-size: 1.5em
}

.footerlogin :is(.subtitle, .title h4) {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif
}

@media (max-width: 960px) {
    .showcase {
        /* display: none; */
        justify-content: center;
    }

    .postulate-text {
        display: none;
    }

    .wrapper {
        display: flex !important;
        /* justify-content: center !important; */
    }

}

@media (max-width: 460px) {
    .postulate-text {
        display: none;
    }
}

.showcase__cta {
    position: relative;
    margin: 2rem;
    z-index: 1;
    width: 560px;
    padding: 2rem;
    height: 100%;
    /* gap: 40px; */

}

.empleos {
    font-size: 30px !important;
    color: white;
    font-weight: 400;
    margin-bottom: 1rem;
}

.empleos span {
    font-weight: bold;
}

.logo-footer-container {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    padding: 30px;
}

.logo-jph {
    width: 100px;
}

.capital-humano {
    font-family: Karla;
    font-size: 12px;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*# sourceMappingURL=login.min.css.map */