.slider-container-bg{width: 100%; height: 640px; background-position: center; background-repeat: no-repeat; background-size: cover }
.slider-container-bg:before{content: "";position: absolute;left: 0px;top: 0px;width: 70%;height: 100%;background: #fff none repeat scroll 0 0;opacity: 0.85;-webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);z-index: 9;}
.slider-container-info{ width: 500px;position: relative; top: 95px; margin-top: 0px; margin-left: 180px;z-index: 9 }
.slider-container-info h5, .slider-container-info h3{ margin-bottom: 5px; margin-top: 5px; line-height: normal;}
.slider-container-info h5, .slider-container-info h3, .slider-container-info p{ color: #4a4a4a}
.slider-container-info h5{ font-size: 20px; color: #2484da}
.slider-container-info h3{ font-size: 75px; font-weight: 800;}
.slider-container-info input{padding: 1.5rem 1rem;font-size: 15px !important; border-radius: 8px;box-shadow: 0 3px 8px rgb(0 0 0 / 8%);background-color: #ffffff !important;}
.slider-container-info.v-search-widget form{margin-bottom: 25px;}
.slider-container-info.v-search-widget form:after{top: 15px;}

.sticky-header-active header.header-fixed .header-body{ background-color: #ffffff !important;box-shadow: 0 3px 5px rgb(0 0 0 / 10%) !important;}
header.header-fixed .header-body{position: fixed; background-color: transparent !important;box-shadow: none !important}

.grid{display: grid}
.grid-column-1{ grid-template-columns: 1fr}
.grid-column-2{ grid-template-columns: 1fr 1fr}
.grid-column-3{ grid-template-columns: 1fr 1fr 1fr}
.grid-column-4{ grid-template-columns: 1fr 1fr 1fr 1fr}
.grid-column-5{ grid-template-columns: 1fr 1fr 1fr 1fr 1fr}
.gap-1{gap: 1rem}

.list-categories .item img{width: 40px; height: 40px;margin-bottom: 7px}
.list-categories .item button{width: 100%;padding: 5px;display: inline-block;background: #fff;border-radius: 12px;box-shadow: 0 3px 8px rgb(0 0 0 / 8%); border: 0; outline: 0;transition: .5s all}
.list-categories .item button p{font-size: 12px;height: 35px;font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;line-height: 1.3;margin-bottom: 5px;display: flex;align-items: center;justify-content: center;}
.list-categories .item button:hover{box-shadow: 5px 5px 5px #c6c6c6;}

.v-page-wrap-full{ padding: 100px 0; position: relative }
.v-page-wrap-full:before{ content: "";position: absolute;left: 0px;top: 0px;
    width: 66%;height: 100%;background: #ededed none repeat scroll 0 0;
    opacity: 0.85;-webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);z-index: 9;}
.form-content{ width: 500px; margin: 30px auto; z-index: 9;position: relative; padding: 0 15px }

.form-content form input{ background-color: #ffffff !important;}
.form-content form button{ background-color: #2484da; color: #ffffff; border: 1px solid #2484da}
.testimonial-content{ width: 450px; margin: 50px 0 50px auto;background-repeat: no-repeat;background-position: top left; background-size: 75px;padding: 80px 10px}
.testimonial-content p{font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;font-size: 22px;color: #848484;line-height: 1.5;}
.testimonial-content h5{ color: #5a5959; font-weight: bold; font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif; font-size: 17px}
.testimonial-content span{ font-size: 13px !important; }

span[data-valmsg-for]{font-size: 12px;color: #dc3545;}

.grid-autocomplete-header{
    width: 100%;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.grid-autocomplete-header a{
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 1.6rem;
    cursor: pointer;
}

.grid-autocomplete-header span{font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif;font-size: 18px;color: #000;}
.grid-autocomplete-header a{ float: right; }
.grid-autocomplete-body{
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 174px;
    overflow-y: scroll;
    box-shadow: 5px 5px 5px #cecece;
}

.grid-autocomplete-body ul{padding-top: 10px}
.grid-autocomplete-body li {padding: 10px 20px}
/*.grid-autocomplete-body li a {display: inline-block}*/
.grid-autocomplete-body li a:hover{ text-decoration: underline !important; }

.hide{ display: none }


/*Categorias*/
.body-card{box-shadow: 0 1px 2px rgb(0 0 0 / 10%);background: #fff;color: #000;border-radius: 3px;padding: 1.8rem;}
.body-card .info-icon{background: #2484da;width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 25px;color: #fff;font-size: 16px;}
.body-card .info-icon{flex-basis: auto;flex-grow: 0;flex-shrink: 0;margin-right: 1.2rem;}
.body-card .info-text{flex-basis: auto;flex-grow: 1;flex-shrink: 1;text-align: left;}
.body-card .sub-title-content{display: flex;align-items: center;margin-bottom: 35px}
.body-card .sub-title-content h3{margin: 0}
.body-card ul li{display: flex;margin-bottom: 15px;align-items: center;}
.body-card .content-form h5{font-size: 17px}
.body-card .content-form hr{margin: 2rem 0}
.body-card .content-form .col-sm-6{margin: 5px 0}
.body-content-form-main button{ width: 100% }
.title-categorie{font-size: 35px;margin-bottom: 50px}
.sub-title-categorie{color: #7f7f7f;font-size: 16px;margin-bottom: 50px}
.sub-title-categorie span{ color: #2484da; }

/*Perfil*/
.perfil-info .image-circle{ text-align: center;margin-bottom: 1rem}
.perfil-info .image-circle img{border-radius: 50px;width: 100px;height: 100px;margin: 0 auto;}
.perfil-content{margin-top: 2rem}
.perfil-content ul li{border-bottom: 1px solid #cecece}
.perfil-content ul li:last-child{border: 0}
.perfil-content ul li a{display: inline-flex;padding: 1rem 0;width: 100%;font-size: 14px}
.perfil-content ul li a .perfil-icon{margin-right: 1.2rem;}
.perfil-content ul li{display: flex;margin-bottom: 15px;align-items: center;}

.nav-tabs .nav-link.active
{
    background-color: #FFC107FF !important;
    color: #fff !important;
}

.list-options-register ul{ list-style: none }

.list-options-register ul li a{ display: inline-block; background-color: #2484da; color: #ffffff; text-align: center}

.shape{
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
}

.shape.text-white {
    --bs-text-opacity: 1;
    --bs-white-rgb : 255,255,255;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.shape-down{
    position: absolute;
    bottom: -20px;
    left: 50%;
    background: #f7f8fa;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #393939a3;
}

.shape-down a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.shape-down a i{
    font-size: 22px;
}

.message-box{
    position: relative;
    z-index: 9;
    width: 450px;
    background: #71d36e;
    color: #ffff;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
}

.message-box p{
    margin: 0;
}

.select2-container .select2-selection--single{ height: auto !important;}


.label-files{display: block;cursor: pointer;background: #ffc107;border-radius: 5px;color: #ffffff;padding: 15px;font-size: 15px;margin: 0;}
.label-files:hover{background: #e3a806;}
.input-files{position: absolute;left: 0;opacity: 0;}
.files-content-uploads{list-style: none;padding: 0;margin: 20px 0;}
.files-content-uploads li{display: flex;justify-content: space-between;background: #ebebeb;margin: 10px 0;padding: 5px;border-radius: 5px;}
.btn-xs{width: auto !important;padding: .125rem .25rem;font-size: .75rem;line-height: 1.5;border-radius: .15rem;margin:0;}
.btn-xs i{margin: 0 !important;}
.iti{width: 100% !important;}

textarea{
    cursor: text;
    height: 65px;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: .8rem;
    min-height: 39px;
    max-height: 220px;
    resize: none;
    line-height: 1.5em;
    border-radius: .4rem;
    font-size: 1.6rem;
    border: 1px solid #64748b;
    overflow: auto;
}

.header-column .nav-item .nav-link.active, .v-category-widget .active{
    color: #2484da !important;
}

.direct-chat-msg.right .direct-chat-text{
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

#form-search{
    position: relative;
    top: -150px;
    z-index: 99;
}

.feature-box-text-wrap:hover{
    box-shadow: 5px 5px 5px #c6c6c6;
    cursor: pointer;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    align-items: center !important;
    justify-content: center;
}
.tp-banner-container .tp-banner {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-simpleresponsive ul.nav-head-tabs{
    display: flex !important;
}

.tp-bullets {
    display: none !important;
}

.form-search-offer{
    position: absolute;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 99;
}

.form-search-offer .search-container {
    background: #ffffff;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
}

.form-search-offer .search-input {
    border: none;
    padding: 10px;
    width: 100%;
    outline: none;
    background: none !important;
    box-shadow: none !important;
    position: relative;
    padding-right: 25px;
}

#jobInput::before{
    content: "\e86f";
    position: absolute;
    left: 0;
    font-family: 'font-icons';
}

#jobInput{
    background-image: url(/images/icon-search.png?929f4f0f71ab4443d2d81411daff48f3) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding-left: 40px;
}

#countryInput{
    background-image: url(/images/icon-marker-map.png?eb8073289de8df91ad89de51a3dce63b) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding-left: 40px;
}

.form-search-offer .search-input:first-child{
   border-right: 1px solid #cfcfcf;
}

.form-search-offer .search-button {
    background: #2484da;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 13px;
    flex: 220px 0 0;
    padding: 13px 17px;
    font-size: 14px;
}

.bblr-0{
    border-bottom-left-radius: 0 !important;
}

.input-container{
    width: 100%;
    position: relative;
}

.input-container .clear-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #8b8b8b;
    display: none;
}

.form-search-offer .dropdown{
    width: 50%;
    border-radius: 0 0 30px 30px;
    max-height: 180px;
    top: 59px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    overflow: scroll;
    position: absolute;
    text-align: left;
    border: 1px solid #e1e5ea;
    overflow-y: auto;
    z-index: 9;
    display: none;
}

.form-search-offer .dropdown.dp-category {
    left: 0;
}

.form-search-offer .dropdown.dp-country {
    right: 0;
    width: 334px;
    margin-right: 220px;
}

.form-search-offer .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-search-offer .dropdown li {
    padding: 5px 10px;
    cursor: pointer;
}

.form-search-offer .dropdown li > div:first-child{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-search-offer .dropdown li:hover {
    background: #f4f4f4;
}

.tp-banner{
    position: relative;
}

#main-banner .tp-banner::before{
    content: " ";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.info-search-offer h1{
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.info-search-offer{
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.info-search-offer p{
    font-size: 17px;
}

@media (max-width: 768px) {
    #form-search{
        position: relative;
        bottom: 0;
        left: 0;
        top: 10px !important;
        z-index: auto;
    }
    .form-search-offer .search-container{
        display: block;
    }
    .form-search-offer .dropdown{
        width: 100%;
    }
    .form-search-offer .dropdown.dp-country {
        top: 85px;
        left: 0;
        right: 0;
        margin: 0;
        width: 100%;
        border: 0;
    }
    .form-search-offer .search-button{
        width: 100%;
        padding: 7px 0;
    }
    .form-search-offer .search-input:first-child{
        border: 0;
    }

    .info-search-offer h1{
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .info-search-offer{
        text-align: center;
        color: #ffffff;
        margin-bottom: 10px;
        display: none;
    }

    .info-search-offer p{
        font-size: 14px;
    }

    #main-banner .tp-banner ul{
        display: none !important;
    }

    #main-banner .tp-banner::before{
        background-color: rgb(0 0 0 / 0%) !important;
    }

    .tp-banner-container .tp-banner{
        height: 170px !important;
    }

    #jobInput{
        border-bottom: 1px solid #efefef;
    }

    #countryInput, #jobInput{
        font-size: 14px;
    }

    .form-search-offer .dropdown.dp-category {
        margin-top: -10px !important;
    }
}

@media (max-width: 480px) {

    .slider-container-info{
        margin-left: 0;
    }

    .nav-tabs li.nav-item {
        width: 100% !important;
    }

    .grid-column-4{
        grid-template-columns: 1fr !important;
    }

    #main-banner{
        height: 100% !important;
    }

    #main-home ul li button{
        width: 80%;
    }

    .fancybox-content{
        padding: 35px 20px !important;
    }

    .form-content, .testimonial-content
    {
        width: 100% !important;
    }

    .v-page-wrap-full {
        padding: 80px 0;
    }

    .v-page-wrap-full:before{
        background: transparent !important;
    }

    .info-content .card .card-body .tab-content-info{
        grid-template-columns: 1fr !important;
    }

    .col-md-6, .col-sm-6{ margin-bottom: 5px !important;}

    #about-us{
        padding-top: 0;
    }
}


