:root {
    --bs-body-font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1300px;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.row>* {
    padding-left: 20px;
    padding-right: 20px;
}

.site-header {
    padding-top: 16px;
    padding-bottom: 14px;
}

.logo-trabajo {
    margin-left: 48px;
}

.btn-idioma .btn {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    text-align: center;
    color: #555;
    padding: 13px 35px 13px 20px;
    background: transparent url(../img/icon-chevron-down.svg) no-repeat right 20px center;
    border: 2px solid #d3d3d3;
}

.btn-idioma .dropdown-toggle::after {
    content: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ed5f28;
    --bs-btn-border-color: #ed5f28;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e74100;
    --bs-btn-hover-border-color: #ed5f28;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c54919;
    --bs-btn-active-border-color: #ed5f28;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ed5f28;
    --bs-btn-disabled-border-color: #ed5f28;
}

.btn-login {
    border-width: 2px;
    padding: 9px 20px 10px 58px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.31px;
    background-image: url(../img/icon-person.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    margin-left: 15px;
    border-radius: 4px;
}

.btn-fraude {
    padding: 9px 20px 10px 20px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.31px;
    border-radius: 8px;
}

.hero-section .hero-bg {
    min-height: 500px;
    padding: 0 25px 25px 25px;
    background: url(../img/Cover-Pic-Desempleo-Digital.webp) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    position:relative;
}

.hero-content {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    max-width: 494px;
    letter-spacing: -1.29px;
}

.hero-content h1 {
    font-size: 34.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #ed5f28;
    margin: 0;
}

.hero-content h1 span {
    font-weight: 500;
}

.content-boxes {
    padding-top: 60px;
    padding-bottom: 90px;
}

.content-box {
    position: relative;
}

.cb-img {
    position: relative;
    border-radius: 4px;
    height: 300px;
    overflow: hidden;
    background-color: #d8d8d8;
}

.cb-img > img {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-img .cb-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right:0;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 30px 20px;
    background-color:  #007b94;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cb-btn {
    margin-top: 25px;
}

.cb-btn .btn {
    display: block;
    padding: 13px 20px 12px 20px;
    border-radius: 4px;
    /* box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07); */
    border: solid 2px #ed5f28;
    background-color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    text-align: center;
    color: #555;
}

.cb-btn .btn:hover {
    background-color: #555;
    color: #fff;
    border: solid 2px #555;
}

.cb-btn .btn-text {
    background: url(../img/icon-arrow-right.svg) no-repeat right center;
    padding-right: 25px;
}

.cb-content {
    margin-top: 38px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.25px;
    text-align: left;
    color: #555;
}

.cb-content h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.31px;
    text-align: left;
    color: #01353a;
    margin: 0;
}

.cb-content-text {
    margin-top: 24px;
}

.cb-content ul {
    margin-bottom: 15px;
}

.cb-content li:not(:last-child) {
    margin-bottom: 10px;
}

.cb-note {
    margin-top: 30px;
    padding: 14px;
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.23px;
    text-align: left;
    color: #656565;  
}

.video {
    margin:60px 0;
}

.footer-top {
    background: #024956;
    letter-spacing: -0.25px;
    padding-top: 33px;
    padding-bottom: 32px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: -0.25px;
    text-align: left;
    color: #fff;
}

.footer-bottom {
    background-color: #01353a;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: center;
    color: #fff;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.footer-nav-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.27px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}


.footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widgets ul li {
    margin-bottom: 8px;
}

.footer-top a {
    text-decoration: underline;
    color: #fff;
}

.footer-top a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-top h5 {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.27px;
    margin-bottom: 16px;
}

.footer-col {
    width: 15.40%;
}

.footer-last-col {
    width: 194px;
    margin-left: 21px;
}

@media (max-width: 767px) {
    .site-logo {
        width: 91px;
    }

    .logo-trabajo {
        margin-left: 20px;
        width: 102px;
    }

    .btn-idioma .btn {
        font-size: 12px;
        padding: 10.5px 23px 10.5px 9px;
        background-position: right 9px center;
    }

    .btn-login .btn-label {
        display: none;
    }

    .btn-login {
        width: 46px;
        height: 40px;
        padding: 0;
        background-position: center;
        margin-left: 7px;
    }

    .hero-content {
        padding: 15px;
        max-width: 350px;
    }

    .hero-content h1 {
        font-size: 18px;
    }

    .hero-section .hero-bg {
        min-height: 200px !important;
    }

    .content-boxes {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .content-box {
        margin-bottom: 30px;
    }

    .cb-img .cb-title {
        font-size: 20px;
        padding: 13px 15px;
    }

    .cb-btn {
        display: flex;
        gap: 14px;
    }

    .cb-btn .btn {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }

    .cb-btn .btn-text {
        text-align: left;
        white-space: nowrap;
    }

    .cb-btn .btn-outline-secondary {
        border-color: #d5d5d5;
    }

    .cb-btn .btn-outline-secondary .btn-text {
        background-image: none;
        padding-right: 0;
        display: inline-flex;
        align-items: center;
    }

    .cb-btn .btn-outline-secondary .btn-text:after {
        content: '';
        background-image: url(../img/icon-arrow-up.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 15px;
        height: 15px;
        display: block;
        margin-left: 10px;
        transform: rotate(180deg);
        transition: transform .2s ease;
    }

    .cb-btn .btn-outline-secondary[aria-expanded="true"] .btn-text:after {
        transform: none;
    }

    .footer-top {
        padding-bottom: 1px;
    }

    .footer-col {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }

    .footer-last-col {
        width: calc(50% - 10px);
        margin-left: 0;
    }

    .footer-bottom {
        text-align: center;
    }
}

/* Raevis edits */

main a {
    font-weight: bold;
    text-decoration: underline;
    color: #555;
}
main a:hover {
    color: #000;
}

.search-row {
    margin-top:30px;
    background-color:#f1f2f2;
}

@media (max-width: 991px) {
    .hero-section .hero-bg {
        width:100%;
        height:100%;
        padding: 15px;
        padding: 0;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        justify-content: flex-start; 
        align-items: flex-start; 
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .hero-section .hero-bg {
        min-height: 350px !important;
    }
}

.dtrh button {
    background-color: #9da3aa;
}

.nav-container { padding:0; margin:0;}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #ed5f28;
    color: #fff;
}

.form-control::placeholder {
  font-size:16px;
}

.bg-body-tertiary {
    background-color: #e6e7e8 !important;
}

.dtrh .form-control, .dtrh button {
    border-radius: 0 !important;
    border:1px solid #9da3aa;
}

@media (max-width: 991px) {

        .bg-body-tertiary {
        background-color: transparent !important;
    }