.titleEmployer {
    background: rgb(2, 4, 4);
    background: linear-gradient(
        65deg,
        rgba(2, 4, 4, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    color: white;
    text-align: left;
    padding-left: 25px;
    font-size: 1.5em;
}
.titleEmployer-2 {
    background: rgb(2, 4, 4);
    background: linear-gradient(
        65deg,
        rgba(2, 4, 4, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    color: white;
    text-align: left;
    padding-left: 15px;
    font-size: 1.4em;
    text-transform: capitalize;
}
.bg {
    background: white;
    padding: 25px;
}
.bg-p {
    background: white;
}
.contenedor {
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}
.texto-up {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.text-description {
    background: white;
    font-size: 15px;
    padding: 2rem 3rem;
    text-transform: capitalize;
    text-align: justify;
}
@media (min-width: 600px) {
    .img-banner {
        width: 50%;
    }
    .texto-up {
        left: 25%;
    }
    .text-description {
        background: white;
        font-size: 35px;
        padding: 4rem 6rem;
        text-align: justify;
    }
    .bg-p {
        display: none;
    }
}
.btn-apply {
    border-radius: 10px;
    text-shadow: 4px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #000000;
    padding: 10px 40px 10px 40px;
    border: solid #9e7e00 6px;
    text-decoration: none;
}
.circle {
    border: 2px solid;
    border-radius: 70px;
    width: 50px;
    margin: 15px;
}

.btn-apply:hover {
    background: #454545;
    text-decoration: none;
}

.info-msj {
    text-align: left;
}
.checks {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.text-check {
    margin: 0px !important;
    font-size: 9px;
    text-transform: uppercase;
}
.time-check {
    font-size: 15px;
    text-transform: uppercase;
}
.position-left {
    display: flex;
}
.pointer {
    cursor: pointer !important;
}
.custom-select {
    background: #e9e9e9;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    height: 200px;
    z-index: 10;
    position: absolute;
    width: 100%;
    overflow-x: auto;
    margin-top: -6px;
}
.custon-option {
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    background: #e9e9e9;
}
.custon-option:hover {
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    background: #646464;
}
.form-group {
    text-align: left;
}

.radio-inline {
    display: initial !important;
    font-size: 12px;
}
.form-control {
    font-size: 14px;
}
.privacy {
    font-size: 9px;
    text-align: justify;
}
.custom-select-state {
    background: #e9e9e9;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    height: 200px;
    z-index: 10;
    position: absolute;
    width: 90%;
    overflow-x: auto;
    margin-top: -6px;
}
.custom-select-age {
    background: #e9e9e9;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left;
    height: auto;
    z-index: 10;
    position: absolute;
    width: 90%;
    overflow-x: auto;
    margin-top: -6px;
}
.form-control:hover {
    -webkit-appearance: none;
    line-height: 13px;
    border-radius: 5px;
    background: #e9e9e9;
    border-width: 0;
    border-bottom-width: 1px;
    padding: 10px 20px;
    font-weight: 300;
    border-color: #fbff00 !important;
}
.form-control:focus {
    border-color: #fbff00 !important;
}
.page-terms {
    background: white;
    text-align: initial;
    padding: 65px;
}
.list {
    list-style: disc !important;
    padding-left: 44px !important;
    margin: 0px;
}
.list-item {
    margin: 0px !important;
}
