/* Font Style*/

@font-face {
    font-family: 'EmpleosIncFontUltraLight';
    src: url('/assets/fonts/cocogooseUltraLight.woff') format('woff'),
        url('/assets/fonts/cocogooseUltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'EmpleosIncFontLight';
    src: url('/assets/fonts/cocogooseLight.woff') format('woff'),
        url('/assets/fonts/cocogooseLight.ttf') format('truetype');
}

@font-face {
    font-family: 'EmpleosIncFont';
    src: url('/assets/fonts/cocogoose.woff') format('woff'),
        url('/assets/fonts/cocogoose.ttf') format('truetype');
}

@font-face {
    font-family: 'VerdanaPro';
    src: url('/assets/fonts/VerdanaPro-Regular.woff') format('woff'),
        url('/assets/fonts/VerdanaPro-Regular.ttf') format('truetype');
}

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

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

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

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

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

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

.fs-18 {
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}

/* Root Styles*/
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #2B2763;
    font-family: 'VerdanaPro', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

* {
    box-sizing: border-box;
    outline: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    color: #2B2763;
}

a:hover {
    color: #2B2763;
    text-decoration: none;
}

/* Padding Style */
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.px-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Font */
.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}

/* Buttons*/
.btn-primary {
    color: #fff;
    background-color: #EB586D;
    border-color: #EB586D;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
    color: #fff;
    background-color: #ca4458;
    border-color: #ca4458;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(235 88 109 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active .btn-primary.active {
    background-color: #2B2763;
}

.btn-secondary {
    color: #fff;
    background-color: #2B2763;
    border-color: #2B2763;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus {
    color: #fff;
    background-color: #2B2763;
    border-color: #2B2763;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 6, 29, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active .btn-secondary.active {
    background-color: #191644;
}

.btn-primary.disabled, .btn-primary:disabled{
    color: #fff;
    background-color: #ca4458;
    border-color: #ca4458;
}

.btn {
    border-radius: 50px;
}
.btn-xs{
    font-size: 10px;
    padding: 2px;
}

.btn-big {
    font-size: 30px;
    padding: 20px 30px;
    font-family: 'VerdanaPro', Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

.btn-outline-primary{
    border-color: #2B2763;
    color:#2B2763;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #2B2763;
    border-color: #2B2763;
}

.btn-block+.btn-block{
    margin-top: 0px;
}
/* Text */

.text-default {
    color: #2B2763 !important;
}

.text-primary {
    color: #EB586D !important;
}

.text-grey {
    color: #666 !important;
}

.text-white {
    color: #fff !important;
}

/* Background */
.bg-block-alt {
    background-color: #E9E6F0 !important;
}

.bg-block-alt-muted {
    background-color: #FAF9FB !important;
}

/* Hack Styles */
.no-border {
    border: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.text-wisiwiyg-format ul {
    padding: 2px 8px;
    margin-left: 20px;
    margin-bottom: 14px;
}

.hidden {
    display: none;
}

.disabled {
    opacity: 0.8;
    pointer-events: none;
}

.input-block {
    width: 100%;
}

.input-break-word option {
    height: auto;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100px;
}

.input-big-search{
    border-radius: 20px;
    padding: 4px 18px;
    width: 100%;
    border: 1px solid #ccc;
}

.w-100p{
    width: 100% !important;
}

/* Badge */
.badge-label {
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 10px;
    display: inline-block;
    background-color: #D3CCE2;
    margin-right: 4px;
}

.label-rev {
    background-color: #FBB03B !important;
}

.label-sel {
    background-color: #8CC63F !important;
}

.label-no-sel {
    background-color: #ED576C !important;
}

/* Header */

header {
    background-color: var(--header-bg-color, #E8473E); /* Uses CSS variable if set, otherwise fallback */
    padding: 14px 0;
    color: #fff;
}

header .logo {
    display: flex; 
    justify-content: center;
    align-items: center; 
}

header .logo img {
    justify-content: center; 
    max-width: 100%; 
    height: auto; /* Maintain aspect ratio */
}

header nav {
    width: calc(100% - 390px);
    margin-left: -4px;
}

.logos {
    max-width: 35vw;
    max-height: 8vh;
    width: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

header .logo,
header nav,
header .icon-inline-nav {
    display: inline-block;
}

header .container-head-log {
    text-align: right;
    margin-left: -4px;
    position: relative;
}

header .container-head-log {
    padding-right: 16px;
    border-right: 2px solid #fff;
}

header .btn-head-log,
header .label-head-log,
header .menu-head {
    display: inline-block;
    vertical-align: middle;
}

header .menu-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

header .btn-head-log .btn {
    font-family: 'EmpleosIncFontLight';
    border-radius: 22px;
    background-color: #fff;
    padding: 2px 20px;
    margin-left: 10px;
    font-weight: 700;
}

header .icon-inline-nav {
    color: #FFF;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 10px;
}

/* Custom Button*/
header .btn-rosa-1 {
    background-color: #335789 !important;
    color: #fff !important;
    border: 2px solid #335789 !important;
}

header .btn-rosa-2 {
    background-color: #F7BCC4 !important;
    color: #2B2763 !important;
    border: 2px solid #F7BCC4 !important;
}

header .btn-default {
    background-color: #FFF !important;
    color: #2B2763 !important;
    border: 2px solid #FFF !important;
}

header .btn-head-log .btn:hover {
    color: #fff;
    background-color: #2B2763;
}

header .menu-head .menu-container,
header .menu-head .item-icon {
    display: inline-block;
    vertical-align: middle;
}

header .menu-head .item-icon {
    font-size: 24px;
    /*width: calc(100% - 330px); --- Afectaba en menu de Omil*/
}

header .menu-head .item-icon a {
    color: #ffffff;
}

header .menu-head .menu-container>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding-left: 20px;
    font-weight: bold;
    position: relative;
}

header .menu-head .menu-container>li i {
    margin-left: 10px;
}

header .menu-head .menu-container>li a {
    color: #fff;
}

header .menu-head .menu-container>li ul {
    position: absolute;
    font-weight: normal;
    left: 0px;
    padding-top: 25px;
    top: 0px;
    display: none;
    z-index: 99999;
}

header .menu-head .menu-container>li:hover ul {
    display: block;
}

header .menu-head .menu-container>li ul li {
    background: #eb586d;
    font-weight: normal;
    list-style: none;
    min-width: 150px;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

header .menu-head .menu-container>li ul li a {
    padding: 3px 8px;
    display: block;
    color: #fff;
}

header .menu-head .menu-container>li ul li a:hover {
    color: #161432;
}

/* Slide Home */

.slider-home {
    background: url('/assets/images/slide-home-bg.jpg') center top;
    background-size: cover;
    padding-top: 100px;
    height: 654px;
    font-family: 'EmpleosIncFont';
}

.slider-home-background {
    width: 100%;
    text-align: left;
}

.slider-home .slider-home-background .slider-home-content h1 {
    font-size: 50px;
    color: #2B2763;
    font-weight: 500;
    padding-bottom: 16px;
}

/* Bar Types of Offerts*/

.link-icon-ref:hover .icon-ref{
    filter: saturate(2.5) drop-shadow(1px 1px 4px rgb(0 0 0 / 0.9));
}

/* Sections Home*/

section.info-block {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    font-family: 'VerdanaPro';
}

section.info-block .container {
    padding: 0px;
}

section.info-block h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

section.info-block h2 i {
    vertical-align: middle;
}

section.info-block h2.title-info-block-under {
    font-weight: bold;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

section.info-block h2.title-info-block-under::after {
    content: '';
    width: 100%;
    border-bottom: #2B2763 2px solid;
    position: absolute;
    top: 53%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
    margin-left: 10px;
}

section.info-block.bg-block-alt h2.title-info-block-under {
    background-color: #E9E6F0;
}

section.info-block h3 {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

section.info-block.bg-block-alt.block-detail-list {
    padding: 20px 0;
}

section.info-block .block-check-list {
    border-bottom: 2px solid #eb586d;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 25px;
}

section.info-block .icons-block {
    text-align: center;
    padding: 40px 0;
    max-width: 950px;
    margin: 0 auto;
}

section.info-block .btn-under {
    width: 100%;
    text-align: right;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

section.info-block .btn-under::after {
    content: '';
    width: 100%;
    border-bottom: #2B2763 2px solid;
    position: absolute;
    top: 53%;
    height: 0px;
    overflow: hidden;
    margin-right: 10px;
    left: 0px;
    z-index: 0;
}

section.info-block .btn-under::before {
    content: '';
    width: 100%;
    height: 50px;
    background-color: #e9e6f0;
    position: absolute;
    z-index: 1;
    margin-left: -11px;
}

section.info-block .btn-under .btn {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

section.info-block .btn-under a {
    z-index: 3;
    position: relative;
}

section.info-block .block-offert .col {
    padding-top: 15px;
    padding-bottom: 15px;
}

section.info-block .block-offert-item {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 0px 16px;
}

section.info-block .block-offert.block-offert-job-login {
    margin-top: -18px;
}

section.info-block .box-info-detail-offert {
    border: 1px solid #ededed;
}

section.info-block .block-offert-item .block-offert-item-img {
    background-image: url('/uploads/logo/5dd9eba2f4ce9a903dab24db6794bf02.png');
    background-position: center;
    background-size: contain;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

section.info-block .block-offert-item .block-offert-item-container {
    width: calc(100% - 100px);
    display: inline-block;
    margin-left: -5px;
    vertical-align: middle;
    padding-left: 20px;
}

section.info-block .block-offert-item .block-offert-item-container h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.info-block .block-offert-item .block-offert-item-container h3 {
    font-size: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.info-block .block-offert-item .block-offert-item-container h5,
section.info-block .block-offert-item .block-offert-item-container h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 2px;
}

section.info-block .block-offert-item .title-label-collection {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

section.info-block .block-offert-item .block-align-middle {
    align-items: center;
}

section.info-block .block-offert-item .block-align-middle .container-item {
    border-left: 1px solid #D3CCE2;
    padding: 0px 12px;
    height: 72px;
}

section.info-block .block-offert-item .container-item .block-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.info-block .block-offert-item .container-item.align-item-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.info-block .block-offert-item .container-item .block-container .block-link {
    width: 120px
}

section.info-block .block-offert-item .block-align-middle .container-item .ref-limit-apply {
    font-weight: bolder;
    font-size: 14px;
}

section.info-block .block-offert-item .block-align-middle .container-item .network-btn {
    font-size: 11px;
}

section.info-block .block-offert-item .container-item .block-container .block-share .item-network-shared-btn {
    cursor: pointer;
}

section.info-block .block-offert-item .container-item .block-container .block-share .item-network-shared {
    font-size: 16px;
    color: #2b2763;
    display: none;
}

/* Offert Detail */
section.info-block .offert-detail-container {
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
}

section.info-block .offert-detail-header {
    border-bottom: 2px solid #E9E6F0;
}

/* Container Info Section */

.container-info-item-empty{
    background-color:#f7f7f7;
    padding: 18px 0;
}

.container-info-editable{
    padding: 10px 15px;
}

.container-info-item{
    width :100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #ccc; 
    align-items: center;
}

.container-info-item .container-info-item-sub{
    width: 200px;
    font-weight: bold;
}

.container-info-item .container-info-item-title{
    width: 100%;
}

.container-info-item .container-info-item-tools{
    width: 240px;
    text-align: right;
}

/* Footer */

footer {
    background-color: #E8473E;
    color: #fff;
    padding: 50px 0;
}

footer .logo-footer-svg {
    margin-top: 20px;
    max-width: 290px;
    max-height: 110px;
}

footer .button-social-network {
    margin-top: 30px;
}

footer .button-social-network a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #2B2763;
    font-size: 16px;
    margin: 0 4px;
}

footer .button-social-network a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Other Elements */
.icon-call-inpreter,
.cursor-pointer {
    cursor: pointer;
}

/* Modal Theme */
button.close[data-dismiss='modal'] {
    position: absolute;
    right: -16px;
    top: -26px;
    color: #161432;
    opacity: 1;
}

#modal-mini .modal-dialog-centered {
    width: 540px;
}
.text-alert-modal{
    padding: 30px;
}

header .btn-respo-menu .label-head-log {
    display: none;
}

header .icon-mobile{
    display: none;
}

header .btn-respo-menu{
    display: none;
    width: 100%;
}

.disp-mobile{
    display: none;
}
/* Responsive Mobile */
@media (max-width: 1000px) {

    header .btn-head-log .btn,
    header .label-head-log {
        display: none;
    }

    header .menu-head{
        display: none;
    }

    header .btn-respo-menu .label-head-log {
        display: flex;
    }

    header .container-head-log {
        border-right: 0px;
    }

    header nav {
        width: calc(100% - 378px);
    }

    header .icon-mobile{
        display: inline-block;
    }
    header .btn-respo-login a{
        color: #fff;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media (max-width: 768px) {
    header nav {
        width: calc(100% - 326px);
    }

    .slider-home-background {
        width: 88%;
    }

    .slider-home {
        height: auto;
        padding: 34px 10px;
    }

    .slider-home .slider-home-background .slider-home-content h1 {
        font-size: 24px;
    }

    .slider-home .slider-home-background .slider-home-content .btn-big {
        font-size: 16px;
        padding: 12px 22px;
    }

    section.info-block {
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
    }

    section.info-block h2 {
        font-size: 18px;
    }

    section.info-block h3 {
        font-size: 16px;
    }

    section.info-block .btn-under .btn {
        font-size: 14px;
    }

    section.info-block .btn-under::after {
        left: -144px;
    }

    footer .logo-footer-svg {
        max-width: 254px;
    }

    header .btn-respo-menu .label-head-log .col-12{
        padding-top: 4px;
        padding-bottom: 4px;
    }

    button.close[data-dismiss='modal']{
        right: 12px;
        top: 6px;
    }

    button.close[data-dismiss='modal'] .fa{
        font-size: 30px;
    }

    .ofertas-header .title.login-title{
        margin-top: 0px !important;
    }

    section.info-block .block-offert .block-offert-item{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.info-block .block-offert-item .block-align-middle .container-item > div{ 
        display: flex;
        align-items: center;
    }

    section.info-block .block-offert-item .block-align-middle .container-item{
        height: auto;
    }

    section.info-block .block-offert .block-offert-item .col{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    section.info-block .block-offert-item .block-align-middle .container-item{
        border: 0px;
        padding: 0px;
        font-size: 11px;
    }
    section.info-block .block-offert-item .block-align-middle .container-item .fw-bold{
        font-size: 12px;
        padding-right: 10px;
    }
    section.info-block .block-offert-item .block-align-middle .container-item .ref-limit-apply{
        display: none;
    }
    section.info-block .block-offert-item .block-align-middle .container-item .ref-limit-apply.disp-mobile{
        font-size: 11px;
    }
    
    section.info-block .offert-detail-container{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .disp-mobile{
        display: block !important;
    }
    .mobile-padding{
        padding-top: 24px;
    }
    section.info-block{
        padding-top: 10px;
    }
    section.info-block.bg-block-alt{
        padding-top: 30px;
    }
    .container-profile-btn{
        display: none;
    }
    .container-upload-cv{
        display: none;
    }

    
}

@media (max-width: 500px) {
    section.info-block .block-offert-item .block-offert-item-img {
        width: 60px;
        height: 60px;
    }

    section.info-block .block-offert-item .block-offert-item-container {
        width: calc(100% - 60px);
    }

    section.info-block .block-offert-item .block-offert-item-container h5 {
        font-size: 12px;
    }

    section.info-block .block-offert-item .block-offert-item-container h3 {
        font-size: 14px;
    }

    /* Modal */
    #modal-mini .modal-dialog-centered {
        width: 98%;
    }

    /* Text */
    .text-xs-center {
        text-align: center !important;
    }

    .pt-xs-2 {
        padding-top: 2px !important;
    }

    .pt-xs-10 {
        padding-top: 10px !important;
    }

}


/* Form Algular Theme */

form.theme-angular {
    padding-top: 10px;
}

form.theme-angular .form-group {
    position: relative;
}

form.theme-angular .form-group label {
    position: absolute;
    top: 8px;
    left: 0px;
    transition: all ease-in .1s;
    font-size: 14px;
}

form.theme-angular .form-group label.active {
    font-size: 11px;
    top: -8px;
}

form.theme-angular .form-group input {
    border: 0px;
    border-bottom: 1px solid #161432;
    border-radius: 0px;
    padding: 0px;
}

form.theme-angular .form-group input.form-control:focus {
    box-shadow: none;
}

/* Form Elements*/

.input-block.form-control {
    padding: 0px 5px;
    height: 26px;
    border-radius: 0px;
    font-size: 12px;
}

.textarea-ei.form-control {
    padding: 0px 5px;
    border-radius: 0px;
    font-size: 12px;
}

.label-custom{
    margin-bottom: 4px;
    margin-top: 10px;
    font-weight: 800;
}


/* Conteiner Autocomplete */

.conteiner-autocomplete{
    position: relative;
}

.conteiner-autocomplete-results{
    position: absolute;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 2px 3px #000;
}
.conteiner-autocomplete-results .result-item{
    padding: 2px 6px;
    cursor: pointer;
}

.conteiner-autocomplete-results .result-item:hover{
    color: #fff;
    background-color: #161432;
}

.conteiner-autocomplete-create{
    cursor:pointer;
    font-size: 11px;
    display: none;
}

/*==========================================*/

/* Ofertas Laborales */
.ofertas-header {
    padding: 16px 0;
}

.ofertas-header .head-title {
    font-weight: 600;
}

.ofertas-header .title {
    font-weight: 600;
    margin-top: 40px;
}

.ofertas-header .title.login-title {
    margin-top: 28px;
}

.ofertas-header .title.offert-job {
    margin: 22px 0px;
}

.ofertas-header h5 {
    font-size: 12px;
}

.ofertas-body {
    min-height: calc(100vh - 468px);
}

@media (max-width: 768px) {
    .ofertas-header {
        text-align: center;
        overflow: hidden;
    }

    .ofertas-header .title {
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .ofertas-header .title {
        font-size: 18px;
    }
}

/* Swither Styles */

.switcher {
    display: inline-block;
    font: normal 13px Verdana;
}

.switcher .switch {
    border-radius: 8px;
    transition: border-color 0.2s;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 14px;
    overflow: hidden;
}

.switcher input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.switcher label {
    font-size: 0;
    cursor: pointer;
}

.switcher label .label {
    position: relative;
    top: -2px;
    font-size: 12px;
}

.switcher label .switch+.label {
    padding-left: 5px;
}

.switcher label .label:not(:last-child) {
    padding-right: 5px;
}

.switcher a {
    transition: left 0.2s ease-in-out, background-color 0.2s ease-in-out;
    position: relative;
    left: -14px;
    display: block;
    width: 42px;
    height: 14px;
    background-color: #b1b4b0;
}

.switcher a i {
    border-radius: 8px;
    position: absolute;
    top: 1px;
    left: 15px;
    z-index: 3;
    display: block;
    width: 12px;
    height: 12px;
    font-style: normal;
    background-color: #fff;
}

.switcher input:checked+label .switch a {
    left: 0;
    background-color: #2B2763;
}

.switcher input[type="radio"]:checked+label {
    cursor: default;
}

.switcher input:disabled+label {
    cursor: default;
}

.switcher input:disabled+label .switch {
    background-color: #ececeb;
}

.switcher input:disabled+label .switch a {
    display: none;
}

/* Layout */

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

/* Container */

.container-element{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    margin-top: 4px;
    align-items: center;
}

.ofertas-body-admin{
    min-height: calc(100vh - 280px);
}

.new-style {
    border-radius: 10px; /* Adjust the value to match the roundness of the buttons in the image */
    padding: 10px 20px; /* Adjust padding to match the proportions of the button in the image */
    font-size: 16px; /* Adjust font size as needed */
    font-weight: bold; /* If the text is bold in the image */
    text-transform: uppercase; /* If the button text is uppercase in the image */
    border: none; /* If there is no border in the image */
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2); /* Adjust box-shadow to match any shadow effect in the image */
    transition: background-color 0.3s, color 0.3s; /* If there is a hover effect in the image */
}

.new-style:hover {
    background-color: "#335789"; /* Color on hover */
    color: "#FFFFFF"; /* Text color on hover */
}