:root {
    --brand-color: #013755;
    --bs-link-color: #a8a8a8; /* Verde */
    --w-modal-sm: auto;
    --w-modal-md: 330px;
    --btn-w:100px;
    --btn-h:30px;
}


html, body {
  height: 100%;
  font-family: Verdana, Arial;
  background-color: rgb(250, 250, 250);
}

.navbar {
    background-color: var(--brand-color);
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.fs-normal{
    font-size: small;
}

.form-control.is-invalid{
    background-image: none;
}

.lh-1 {
    line-height: 1.2 !important;
}

.nav-link:focus, .nav-link:hover {
  color: black;
}

/* allows bootstrap to style Laminas Navigation generated menu items within the navbar */
.navbar li.active a {
    color: var(--bs-navbar-active-color);
}

.modal-sm {
    max-width: var(--w-modal-sm);
}
.cursor-pointer {
    cursor: pointer;
}
.modal-content{
    height: auto;
}
.modal-backdrop.show {
    opacity: 0;
    filter: alpha(opacity=0); /* Para versiones anteriores de IE */
}

.btn:hover {
  color: white;
}

.not-hover:hover{
    color: black;
}

.not-active:active{
    color: white !important;
}

/*home page styles*/

.bg-custom-dark{
    background-color: #333 !important;
}

.btn:first-child:active{
    color: white !important;
}

.bg-custom-second{
    background-color: #444 !important;
    color: white;
}

.bg-custom-second.fw-bold:focus,
.bg-custom-second.fw-bold:active {
    color: white !important;
}


.navbar-nav > .nav-item > a.nav-link:hover{
    -webkit-box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
    box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
}

.nav-item > a.btn-hover:hover{
    box-shadow: 0 3px 5px rgba(220, 220, 220, 220);
    transition: all 0.2s ease;
}

.content-homepage {
  flex: 1;
}

.fs-16{
    font-size: 16px;
}

.fs-15{
    font-size: 15px;
}

.fs-14{
    font-size: 14px;
}

.fs-12{
    font-size: 12px;
}

.fsb-13{
    font-size: 13.7px;
}

.border-clicked{
    border-radius: 5px;
    border: 2px solid black !important;
}

.btn-width-admin{
    width: calc(var(--btn-w) + 10px);
}

.btn-width-home-job{
    width: calc(var(--btn-w) + 20px);
}
.btn-width-home-student{
    width: calc(var(--btn-w) + 30px);
}

.btn-height{
    height:35px;
}

.btn-width-card{
    width: calc(var(--btn-w) + 82px);
}

.ff-verdana{
    font-family:verdana;
}

.ff-label{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.px-lg-10{
    padding-right: 0rem ;
    padding-left: 0rem ;
}

.text-underline{
    text-decoration: none;
}

.text-underline:hover{
    text-decoration: underline;
    color: black;
}

.text-color-label{
    color: #9b9b9b;
}

.text-muted-custom{
    color: black;
}

.text-muted-custom:hover{
    color: #444 !important;
}

.form-floating-custom{
    position: relative;
}

.label-floating-custom{
    position: absolute;
    top: -10px;
    background: #fff;
    left: 10px;
    color: black;
    padding: 0px 4px;
    z-index: 1;
    font-size: 13px !important;
}

.custom-padding > input{
    padding-left: 36px !important;
}

.mb3-custom {
    margin-bottom: .8rem;
}

.form-control:focus {
  border-color: black;
  box-shadow: 0 0 0 0rem ;
}

.icon-custom {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-size: 18px;
}

.fsc-3 {
    font-size: 1.3rem;
}

.wc-logo {
    width: 200px;
    height: 27px;
}
.menu-open {
    background-image: url('/img/Menu_icon.png');
    background-size: contain;
    height: 24px;
}

.menu-closed{
    background-image: url('/img/Menu_iconX.png');
    background-size: contain;
    height: 33px;
    border: 1px solid white;
    border-radius: 5px;
}

#custom-toggler{
    padding-top: 1px;
    padding-right: 0;
}

.navbar-h-custom {
    height: 45px;
}

.footer-h-custom {
    height: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.container-logo {
    justify-content: space-between;
}

.custom-ml-resume{
    margin-left: 0px;
}

.m-nav-item {
    margin: 0px 5.5px;
}

.mr-menu {
    margin-right: 0px;
}

.form-index {
    width: 100%;
}

/*contenedor para todas las paginas excepto el home*/
.container-section {
    width: auto;
    height: 100%;
}
.container-body {
    padding: 25px 10px 10px 10px !important;
}
.fs-title {
    font-size: 18px;
}
.px-custom-body {
    padding-right: 0px;
    padding-left: 0px;
}
.px-custom-body-employer {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.w-ul {
    width: auto;
}
.employer-benefits  {
    position: relative;
    margin-bottom: 1rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM227.3 387.3l184-184c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0L216 308.1l-70.1-70.1c-6.2-6.2-16.4-6.2-22.6 0l-22.6 22.6c-6.2 6.2-6.2 16.4 0 22.6l104 104c6.2 6.2 16.4 6.2 22.6 0z"/></svg>') no-repeat left top;
    background-position-x: left;
    background-position-y: top;
    background-size: auto;
    padding: 0px 0 3px 24px;
    background-size: 1.25em;
    background-position: left 3px;
}
.privacy_info {
    margin-right: auto;
}
.style-button {
    width:46%;
    height:33px;
    margin-bottom: 61px;
}
/*ancho modificado para el form de contact us*/
.wcf-260{
    width: 100%;
}
.htextarea-85{
    height: 85px !important;
    width: 100%;
}
/*estilos para el memu novil*/
#staticBackdrop, #staticAdminBackdrop, #ModalLogin, #ModalLink, #ModalPassword, #optionsMobile, #ModalEmbed, .modal-backdrop  {
    height: calc(100% - 45px);
    margin-top: 45px;
}

/*estilos para los botones del login en movil*/
.btn-h-50 {
    height: 50px;
    border:2px solid #444;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.modal-p-h {
    padding: 6.0rem 1.5rem 1.5rem 1.5rem ;
}

.link-no-hover > a:hover {
    text-decoration: none;
}

.login-spinner{
    animation: 1s linear 0s infinite normal none running fa-spin;
    width: 16px;
    position: relative;
    fill: white;
    display: none;
}

.send-message-spinner{
    animation: 1s linear 0s infinite normal none running fa-spin;
    width: 16px;
    position: relative;
    fill: white;
    margin-left: 5px;
    display: none;
}

.ul-movil > li:active {
    border: 1px solid;
}

.admin-listing-description{
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}


.custom-focus-radio .form-check-input:checked {
    background-color: black;
    border-color: black;
}

.custom-focus-radio .form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: none;
}

#checkboxNvp{
    accent-color: black;
}

.refresh-post{
    cursor: pointer;
}

.thumbnail-listing{
    width: 120px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.thumbnail-posting{
    width: 120px;
    height: 100px;
    object-fit: cover;
    object-position: top;
}

.overflow-admin{
    overflow-x: auto;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .container-section {
        width: auto;
    }
    .modal-p-h {
        padding: 1% 30% ;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .fsc-3 {
        font-size: 1.6rem;
    }
    .navbar-h-custom {
        height: 45px;
    }
    .container-logo {
        width: 100%;
    }
    .px-lg-10{
        padding-right: 2rem ;
        padding-left: 2rem ;
    }

    .wcf-260{
        width: 260px;
    }

    .footer-h-custom {
        height: 45px;
    }

    .modal-content{
        height: 100%;
    }

    .w-ul {
        width: 21rem;
    }
    .privacy_info {
        margin-right: 20px;
    }

    .px-custom-body {
        padding-right: 2.2rem;
        padding-left: 2.2rem;
    }
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .fs-home-firts {
        font-size: 3.3rem;
    }

    .fsc-3 {
        font-size: 1.6rem;
    }

    .container-logo {
        justify-content: initial;
        width: auto !important;
    }

    .custom-ml-resume{
        margin-left: 27px;
    }

    .px-lg-10{
        padding-right: 1rem ;
        padding-left: 1rem ;
    }
     .container-section {
        width: 960px;
    }
    .wcf-260{
        width: 260px;
    }
    .htextarea-85{
        width: 366px;
    }
    .modal-sm {
        max-width: var(--w-modal-md);
    }
    .btn-h-50{
        height: auto;
        border:none;
        border-radius:none ;
        display: inline-block;
        align-items: initial;
        justify-content: initial;
        font-weight: normal;
    }

    .text-muted-custom{
        color: #444;
    }

    .modal-p-h {
        padding: 1.5rem ;
    }

    .link-no-hover > a:hover {
        text-decoration: underline;
    }

    .mr-menu {
        margin-right: 2px;
    }

    .modal-custom-height{
        min-height: 0 !important;
        min-height: 330px !important;
    }
    .container-fluid-remove-desktop{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: inherit;
        width: inherit;
    }

    .overflow-admin{
        overflow-x: unset;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .form-index {
        width: 960px;
    }
    
    .px-lg-10{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
 }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    /*.form-index {
        width: 50%;
    }*/
    
 }

.pointer {cursor: pointer;}
