.notifyjs-wrapper {
    z-index: 2 !important;
}

#layer-grupo-hayamax {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#layer-grupo-hayamax img {
    width: 100%;
    height: auto;
}

#content {
    padding-top: 50px;
    padding-bottom: 100px;
}

/* https://codepen.io/woranov/pen/NRqLWK/ */
.tabs input[name=tab-control] {
    display: none;
}

.tabs .content section h2 {
    font-family: "Montserrat Bold";
    font-size: 18px;
    color: var(--color-red);
}

.tabs ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
}

.tabs ul li {
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.tabs ul li label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 31px;
    height: 62px;
    color: var(--color-light-black);
    font-size: 24px;
    line-height: 1.2;
    font-family: "Montserrat Semi Bold";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    color: var(--color-white);
    background-color: var(--color-red);
    font-family: "Montserrat Bold";
    cursor: default;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    color: var(--color-white);
    background-color: var(--color-red);
    font-family: "Montserrat Bold";
    cursor: default;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: flex;
}

.tabs .content {
    margin-top: 60px;
    min-height: 500px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section:nth-child(1),
#div-job-candidate section {
    background-color: #F2F2F2;
    border-radius: 56px;
    padding: 24px 36px;
}

.tabs .content section:nth-child(1) h3,
#div-job-candidate section h3 {
    color: var(--color-red);
    font-family: "Montserrat Bold";
    font-size: 30px;
}

.tabs .content section:nth-child(1)>div,
#div-job-candidate section>div {
    color: var(--color-light-black);
    font-family: "Montserrat Semi Bold";
    font-size: 14px;
}

#required::after,
.required::after {
    content: "*";
    color: rgb(255, 0, 0);
}

.required::after {
    margin-left: 5px;
}

#form-curriculum label,
#form-curriculum2 label {
    color: var(--color-light-black);
    font-family: "Montserrat Semi Bold";
    font-size: 16px;
}

#form-curriculum input,
#form-curriculum select,
#form-curriculum textarea,
#form-curriculum2 input,
#form-curriculum2 select,
#form-curriculum2 textarea {
    border: 1px solid var(--color-light-gray);
    background-color: var(--color-white);
    border-radius: 21px;
    color: var(--color-black);
    padding: 6px 20px;
}

.custom-control-input {
    border-radius: 9999;
}

.input-file {
    border: 1px solid var(--color-light-gray);
    background-color: var(--color-white);
    border-radius: 21px;
    padding: 6px 20px;
    color: #6c757d;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-control-label {
    color: var(--color-light-black) !important;
    font-family: "Montserrat Regular" !important;
}

.sep {
    width: 98%;
    height: 1px;
    background-color: var(--color-light-gray);
    margin: 10px auto 15px auto;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: var(--color-red);
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: var(--color-red);
}

.datepicker-panel>ul>li:hover,
.datepicker-panel>ul>li.highlighted {
    background-color: rgb(255 0 0 / 15%);
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: rgb(255 0 0 / 20%);
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: var(--color-red);
}

.form-curriculum-radio-divs,
.form-curriculum2-radio-divs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-curriculum-radio-divs .custom-control {
    width: calc(100%/5 - 10px);
    display: flex;
    align-items: center;
}

.form-curriculum2-radio-divs .custom-control {
    width: calc(100%/4 - 10px);
    display: flex;
    align-items: center;
}

.custom-control-input~.custom-control-label::before {
    border: 1px solid var(--color-light-gray);
    border-radius: 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    border: 1px solid var(--color-red);
    background: var(--color-red);
}

#terms {
    cursor: pointer;
    color: var(--color-light-black);
    font-family: "Montserrat Bold" !important;
    font-size: 14px;
    text-decoration: underline;
}

#btn-send-form,
#btn-send-form2 {
    font-family: "Montserrat Bold";
    border: 1px solid var(--color-red);
    color: var(--color-white);
    background: var(--color-red);
    max-width: 200px;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    transition: 0.5s;
}

#btn-send-form:hover,
#btn-send-form2:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
}

.tabs .content section:nth-child(2) {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.job-content {
    max-width: 402px;
    width: 100%;
    min-height: 175px;
    background-color: #F2F2F2;
    border-radius: 21px;
    padding: 21px 23px;
    display: flex;
    flex-direction: column;
}

.job-content-row-1 img {
    max-width: 100px;
    width: 100%;
}

.job-content-row-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-light-black) !important;
    font-family: "Montserrat Semi Bold" !important;
    line-height: 1.2;
}

.job-content-row-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-content-row-3 p {
    margin-bottom: 0;
    color: var(--color-light-black) !important;
    font-family: "Montserrat Bold" !important;
    font-size: 12px;
}

.job-content-row-3 button {
    border: 1px solid var(--color-red);
    color: var(--color-white);
    background: var(--color-red);
    max-width: 90px;
    width: 100%;
    border-radius: 20px;
    height: 24px;
    transition: 0.5s;
    font-family: "Montserrat Bold" !important;
    font-size: 10px;
}

.job-content-row-3 button:hover {
    background: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
}

#modal-job .modal-xl {
    max-width: 1400px !important;
}

#modal-job .modal-content {
    border-radius: 24px;
}

#modal-job .modal-body {
    display: flex;
    gap: 50px;
}

#div-job-details {
    display: flex;
    flex-direction: column;
    color: var(--color-light-black);
    line-height: 1.2;
    max-width: 550px;
    width: 100%;
}

#div-job-details-btn-back {
    position: relative;
    max-width: 100px;
    width: 100%;
    min-height: 30px;
    border-radius: 30px;
    border: 2px solid var(--color-red);
    background-color: var(--color-white);
    color: var(--color-red);
    font-family: "Montserrat Bold";
    font-size: 16px;
    margin-bottom: 75px;
    transition: 0.3s ease all;
    text-align: right;
    padding-right: 10px;
    margin-left: 0;
}

#div-job-details-btn-back:hover {
    background: var(--color-light-gray);
}

#div-job-details-btn-back>img {
    position: absolute;
    left: 0;
    margin-left: 10px;
    margin-right: 5px;
    transform: rotate(90deg);
}

#div-job-details>#modal-job-details-content hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-width: 2px;
}

#div-job-details>#modal-job-details-content>img,
#div-job-details>#modal-job-details-content>a>img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.div-job-details-title {
    font-family: "Montserrat Bold";
    font-size: 28px;
    margin-bottom: 25px;
}

.div-job-details-location {
    font-family: "Montserrat Bold";
    font-size: 12px;
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}

.div-job-details-description,
.div-job-details-require,
.div-job-details-differentials {
    margin-bottom: 25px;
}

.div-job-details-description p:nth-child(1),
.div-job-details-require p,
.div-job-details-differentials p {
    font-family: "Montserrat Bold";
    font-size: 18px;
    margin-bottom: 0;
}

.div-job-details-description p:nth-child(3),
.div-job-details-require ul li,
.div-job-details-differentials ul li {
    font-size: 14px;
    margin-bottom: 0;
}

#div-job-candidate {
    flex: 1;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media only screen and (max-width: 1349px) {
    .form-curriculum2-radio-divs .custom-control {
        width: calc(100%/3 - 10px);
    }
}

@media only screen and (max-width: 1279px) {
    #modal-job .modal-body {
        gap: 20px;
    }

    #div-job-details {
        max-width: 450px;
    }
}

@media only screen and (max-width: 1140px) {
    #div-job-details {
        max-width: 380px;
    }
}

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

    .form-curriculum-radio-divs .custom-control,
    .form-curriculum2-radio-divs .custom-control {
        width: calc(100%/3 - 10px);
    }

    #modal-job .modal-body {
        flex-direction: column;
        gap: initial;
    }

    #div-job-details {
        max-width: 100%;
    }
}

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

    .form-curriculum-radio-divs .custom-control,
    .form-curriculum2-radio-divs .custom-control {
        width: calc(100%/2 - 10px);
    }
}

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

    .form-curriculum-radio-divs .custom-control,
    .form-curriculum2-radio-divs .custom-control {
        width: calc(100%/1 - 10px);
    }
}