
/* both devices */
@media (min-device-width: 375px) and (max-device-width: 1024px){
        .address_list span{
        color: #fff;
    }
    .menu-toggle .navLogoContainer{
            width: 66%;
    /*background: red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .dn-smd{
    display: none !important;
}
 .main-menu {
        display: block;
        top: 0 !important;
    }

    .projectsMenu span.jobs {
        width: 11%;
    }
    .languages {
        width: 15%;
    }
    .languages span {
        width: 50%;
    }
    /*.dn-smd {*/
    /*    display: block !important;*/
    /*            width: 20%;*/
    /*}*/
    .ace-responsive-menu{
            width: 412px;
    }
    .sign_up_btn.mobile{
        top: -5px !important;
        width: 12%;
    }
    
    
     .menu-toggle{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        background: transparent;
    }
    
    header.header-nav a.navbar_brand{
        display: none !important;
    }
    
    .ace-responsive-menu {
        display: none ;
        background: #f7f7f7;
        margin-left: -4%;
        margin-top: 8%;
    }
    .ace-responsive-menu > li{
        display: list-style;
    }
    .menu-toggle #menu-btn, .menu-toggle #dash-menu-btn {
        background: #202020;
        border: none;
        padding: 8px;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px;
        color: #fff;
        width: 40px;
    }
    .sign_up_btn:not(.mobile){
        display: none !important;
    }
    .ace-responsive-menu.hide-menu{
        background: #f7f7f7;
        display: flex !important;
        flex-direction: column;
        margin-left: -4%;
        margin-top: 8%;
    }
    
    .dashMenu{
        background: #f7f7f7;
        position: fixed;
        z-index: 1;
        width: 50%;
        margin: -4% 0 0 36%;
        height: 80vh;
        display: none;
    }
    
    li.menu-active .submenuHorizontal{
        position: relative;
        width: 100%;
        /*background: ;*/
    }
    
    li:not(.menu-active) .submenuHorizontal{
        display: none;
    }
    
    ul[data-menu-style="accordion"] li a:hover{
        background: #fff !important;
        border: 1px solid var(--blue-primary-color) !important;
    }
    
    .submenuHorizontal{
            -webkit-box-shadow: 4px 3px 10px -3px rgba(0, 0, 0, 0.66);
    }
    
    .submenuHorizontal li{
        height: 45px;
    }
    
     .professionalContainer{
        width: 100%;
        /*background: red;*/
        /*margin-left: -13%;*/
    }
    
    .responsive-fluid{
        max-width: 95% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
        
        .footerlogo {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    
        .funfact_one .timer,
    .funfact_one p {
        text-align: center;
    }
        .brdr_left_right:before {
        display: none
    }

    .brdr_left_right:after {
        display: none
    }
    
     #login-responsive{
        width: 22%;
    }
    
    
     #login-responsive .btn-thm-green{
        width: 100%;
                display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .quick_tips_home4 .details h4{
            overflow: hidden;
    height: 25px !important;
    }
    
    .bannerTxt{
        top: 34%;
        bottom: 0;
    }
    .infoIndex div.d-flex{
        display: block !important;
    }
    .candidatesInfo, .companiesInfo{
        width: 100%;
        position: relative;
    }
    .companiesInfo{
        margin-top: 3%;
    }
    .infoIndex .companiesInfo img.headerImg, .infoIndex .candidatesInfo img.headerImg{
        border-radius: 20px 20px 0 0;
    }

    .infoCompanies, .infoCandidates{
        border-radius: 0 0 20px 20px;

    }
    #captioned-gallery-slider figure.slider img{
        object-fit: cover;
    }

    div#captioned-gallery-slider{
        height: 50vh;
    }
     #gallery{
        width: 100%;
    }

    .galleryInnerItem {
        width: 98%;
        height: 49%;
        margin: 1px 6px;
    }

    .owl-carousel .owl-stage-outer{
        height: 450px;
    }

    .carrer-tips.home4.pb30{
        height: 650px;
    }
     .aboutBanner, .servicesBanner{
        height: 45vh;
    }
    .newsletter_widget{
        margin-top: 3%;
    }
    .newsletter_widget #subscribemail{
        width: 87% !important;
    }
    .newsletter_widget #subscribebtn{
        width: 10% !important;
    }


}
/* end both */

/* Main small Mobile */
 @media (min-device-width: 375px) and (max-device-width: 500px){
    :root{
        --font-size: 2rem;
    }
    p{
        font-size: var(--font-size);
    }
    
     .btn-thm-blue, .btn-thm-white, .btn-thm-green{
         width: 300px;
        height: 100px;
        font-size: 1.4rem;
     }
         .main-menu {
        height: 200px !important;
    }
    .projectsMenu{
                padding: 2%;
    }
     .projectsMenu span.jobs {
        width: 11%;
    }
    .languages {
        width: 30%;
        margin-top: 1%
    }
    .languages span img {
       width: 80%;
    }
    
     .bannerTxt h2, .bannerTxt #buttons{
         width: 124%;
         font-size: 2rem;
     }
         .bannerTxt {
        top: 37%;
        bottom: 0;
        height: fit-content;
                right: 5%;
    }
         #login-responsive .btn-thm-green {
        width: 200px;
        height: auto;
    }
     .services::after{
             bottom: 44%;
     }
     .services p{
         font-size: var(--font-size);
     }
     .captioned-gallery-partners{
         width: 100%;
     }
     .brandLogo {
        width: 300px;
        height: 100px;
     }
     /*.main-menu{*/
     /*    height: 175px !important;*/
     /*}*/
     .projectsDiv{
         height: 80px !important;
     }
     #login-responsive .btn-thm-green{
                 height: 70px;
     }
     .projectsMenu span.jobs a, .projectsMenu span.academy a{
         font-size: 2rem;
     }
     .projectsMenu span.jobs, .projectsMenu span.academy{
             width: auto;
     }
     .projectsMenu .projectDivider{
                 margin: 0 2%;
     }
     
    .ace-responsive-menu.hide-menu{
                margin-top: 13%;
    }
     
     .infoList li img {
    width: 100px !important;
    height: 100px;
    align-items: center;
}
     .infoList li span{
         font-size: 2rem;
         width: 700px;
     }
         .infoList li img {
        margin-right: 2%;
    }
     .infoCandidates button, .infoCompanies button {
        margin-left: 31%;
    }
    .infoIndex .companyTxt, .infoIndex .candidateTxt {
       
        font-size: 3rem;
        left: 5%;
        
    }
    .servicesIndex{
        height: 70vh;
        flex-direction: column;
       
    }
     .servicesIndex .outsourcing, .servicesIndex .headhunting, .servicesIndex .courses{
        height: 40vh;
         width: 100%;
        border-radius: 25px;
    }
     .servicesIndex .outsourcing p, .servicesIndex .headhunting p, .servicesIndex .courses p{
         font-size: var(--font-size);
     }
    .mainServices img.imgRight, .mainServices img.imgLeft{
        width: 100%;
    }
    .outsourcing h3, .headhunting h3 {
        font-size: 2.5rem;
    }
    
    .courses h3 {
        color: #000;
        font-size: 2.5rem;
    }
    
    .outsourcing h2, .headhunting h2, .courses h2 {
        
        font-size: 3rem;
    }
    
    .servicesIndex p{
        font-size: 20px;
    }
    
    /*.itemInnerText p, .galleryInnerItem .headerItem .iteminfo {*/
    /*    font-size: 25px;*/
    /*}*/
    
    .iteminfo{
        font-size: 1.8rem;
        font-weight: bolder;
    }
    .galleryInnerItem{
        font-size: var(--font-size);
    }
    .galleryInnerItem .headerItem img {
        width: 150px;
        height: 150px;
    }
    
    .professionalTxt, .professionalBtn button{
        font-size: 1.5rem;
    }
    .funfact_one p, .funfact_one div{
        font-size: var(--font-size);
    }
    .quick_link_widget{
        font-size: 1.5rem;
    }
    .quick_link_widget h4, .newsletter_widget h4{
        font-size: 2rem;
    }
        .newsletter_widget #subscribebtn {
        width: 81px;
        height: 56px;
        font-size: 1.5rem;
    }
     .team_section{
         flex-direction: column;
     }
     .team_section .item{
         width: 100%;
     }
     
    .team_member .tm_thumb{
        width: 50%;
                height: 450px;
    }
    .team_member h4{
        font-size: 3rem;
    }
    .team_member h5{
        font-size: 2rem;
    }
        .our-team h3, .meetTeam h3{
        font-size: 2.5rem;
    }
    #respMenu a {
        font-size: 1.5rem;
    }
    
    #contactServices .card{
        width: 100%;
        /*height: 510px;*/
    }
    #contactServices .infoImage{
        height: auto;
    }
    
    .servicesCompany{
            height: auto;
    }
    .servicesCompany.headhunting{
        height: auto;
    }
    
    .servicesCompany.headhunting .servicesCard{
        height: 375px;
        width: 48% !important;
        margin-top: 4%;
    }
    

    .servicesTxt{
        width: 70%;
    }
    .servicesImg{
     width: 30%;   
    }
    
    .headhuntingTxt{
    display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center; 
    }
    
    #benefitsHeadhunting .benefitRight, #benefitsHeadhunting .leftBenefit, #benefitsHeadhunting h3{
        color: #fff !important;
    }
    .benefitRight{
        right: 35px;
    }
    #benefitsCapacitaciones .benefitRight, #benefitsHeadhunting .benefitRight,  #benefits .benefitRight{
        
        top: 43%;
    }
    #benefitsCapacitaciones .leftBenefit, #benefitsHeadhunting .leftBenefit,  #benefits .leftBenefit{
         top: 43%;
    }
    #benefits{
        height: auto;
    }
    .serviceBenefits{
            width: 70%;
                height: 253px;
    }
    .servicesBack1{
            width: 74%;
                height: 253px;
    }
    
    .loginBanner{
        height: 33vh;
    }
    
    .loginFormSection, .signUpFormSection{
            height: 750px;
    }
    
    .sign_up_form, .login_form{
        height: 650px;
            margin: 0;
            width: 100%;
    }
    
   .our-dashboard {margin-bottom: 45px;
    }
    
    .aboutImages{
        flex-direction: column;
    }
    .aboutImages img{
        width: 100%;
    }
    .our-dashboard:before{
        display: none;
    }
    
    .dataTables_wrapper{
        width: 100%;
    }
    table tbody{
            font-size: 30px;
    }
    table thead{
        font-size: 22px;
    }
    table button{
        width: 60px;
    height: 60px;
    }
    table .btn-group, .btn-group-vertical{
        vertical-align: sub;
    }
    table tbody button span{
            font-size: 25px !important;
    font-weight: bolder !important;
    }
    .menu-toggle #menu-btn, .menu-toggle #dash-menu-btn{
        width: 70px;
        height: 70px;
        padding: 22px;
        margin-top: 3%;
    }
    .user_setting {
    height: 100px;
    width: 114px;
}
.menu-toggle .navLogoContainer{
            height: 88px;
                    width: 64%;
}

.navLogoContainer img{
    height: 80px;
    margin-left: 8%;
        margin-top: 4%;
}
    .sign_up_btn.mobile .user_setting_content li{
                height: auto;
        font-size: 30px;
    }
    .dropdown-menu.show {
        height: 555px;
    }
      .sign_up_btn.mobile .dropdown-menu {
        transform: translate3d(-150px, 74px, 0px) !important;
        width: 360px;
    }
    
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .my_profile_input label, .my_profile_select_box label, .my_profile_input .form-control{
        font-size: 1.5rem;
    }
    .form-control{
        
    height: calc(2.25rem + 25px);
        font-size: 1.5rem;
    }
    .respRow{
        flex-direction: column;
    }
    #favouritesCandidates th{
            width: 285px;
    }
    .newsletter_widget, .newsletter_widget h4{
        color: #fff;
    }

    
    .servicesCard{
        width: 48%;
        margin: 1%;
            padding: 4%;
    }
    
    .servicesCompany::after, .servicesCompany.capacitaciones::after, .servicesCompany.headhunting::after{
            top: -1.9%;
    }
    
    .servicesCard.headhuntingTxt, #contactServices .card, .servicesCard.headhuntingTxt, .servicesCompany.capacitaciones{
        height: auto !important;
    }
    #contactServices h3, #benefits h3{
        font-size: 2.5rem;
    }
    #contactServices p{
        font-size: 2rem;
    }
    
    #contactServices button, .servicesTxt button{
            font-size: 2rem;
    width: 100%;
    height: 90px;
    }
    
    section.blog_post_container.bgc-fa{
        margin-top: 11% !important;
    }
    .main_blog_list{
        flex-direction: column-reverse;
    }
    .main_blog_list h4{
        font-size: 2rem;
    }
    .main_blog_list .post_meta{
            font-size: 1.5rem;
    }
    
    .main_blog_list .details span{
        font-size: 1.3rem;
    }
    
    .main_blog_list.imgBlog{
        display: flex;
        align-items: center;
    }
    
    .main_blog_post_content h5, .main_blog_post_content .post_meta{
        font-size: 1.5rem;
    }
        .main_blog_post_content h4, .blog_recent_post_widget h4{
        font-size: 3rem !important;
    }
    
    .main_blog_post_content .blog_post_share, .blog_post_share li a{
        font-size: 2rem;
    }
    
    .blog_recent_post_widget p{
        font-size: 2.5rem !important;
    }
    .blog_recent_post_widget span{
        font-size: 2rem;
    }
    .blog_recent_post_widget a{
       width: 30%;
    margin-right: 3%;
    }
        .blog_recent_post_widget a img{
       width: 100% !important;
    }
    .blog_category_widget{
        font-size: 1.5rem;
    }
    
    .contact_details h4, .contact-form h4, .contact-form #captchaTxt{
        font-size: 2rem;
    }
    .contact_details .address_list{
        font-size: 1.5rem;
    }
    
    #contactbtn{
        width: 100%;
        height: 100px;
        font-size: 2rem;
    }
    
    #candidateRegisterForm button{
            width: 100%;
        height: 100px;
        font-size: 2rem;
    }

 }
 /* end mobile*/
 


/* Main Tablet */
 @media (min-device-width: 800px) and (max-device-width: 1280px) {
    .infoCandidates button, .infoCompanies button{
        margin-left: 36%;
    }
    .infoIndex .companyTxt{
        
    left: 5%;
    }
    .services::after{
        bottom: 45.5%;
    }
        
    .servicesCard{
        width: 24%;
        margin: auto;
        padding: 4%;
    }

    .servicesIndex, .outsourcing, .headhunting, .courses{
        height: 500px;
        border-radius: 0;
    }
    .servicesCompany.headhunting, .servicesCompany.headhunting .servicesCard, .servicesCompany.capacitaciones{
        height: auto !important;
    }
    .servicesCompany.headhunting::after{
            top: -3%;
    }
    
    .servicesCompany.headhunting .servicesCard{
        /*margin-top: 3%;*/
        padding: 1%;
                height: auto !important;
    }
    .servicesIndex .outsourcing, .servicesIndex .courses{
        border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    }
    
    .servicesIndex .headhunting{
            border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    }
    .benefitRight{
            right: 10px;
    }
    .servicesBack1{
            width: 75%;

    margin: 0 -4.3%;
    }
    .serviceBenefits{
        width: 70%;
    }
    #benefitsCapacitaciones .leftBenefit, #benefitsCapacitaciones .benefitRight{
        color: #000;
    }
    .cardBanner{
        background-position-x: center;
    }
    
    .cardBanner2{
        background-position-x: right;
    }
    
    .cardBannerText2{
        left: 10%;
    }
    .slide-item{
        width: 328px !important;
    }
    .slick-slider .prev-arrow{
        left: -50px;
    }

    .cardImageWorks {
        width: 140px;
        height: 140px;
        margin-top: 10%;
    }
    
    
    #contactServices .card button{
            height: fit-content;
    }
   
    
   

/*    */
   
     .team_section .item{
        width: 50%;
    }
    
    .team_member .tm_thumb{
        height: 240px !important;
    }

    .servicesCompany{
        height: 550px;
    }

    #contactServices .card {
        width: 76vw;
        height: auto;
    }
    
        #contactServices .infoImage{
        height: auto;
    }
    /**/
    .main_blog_list{
        display: flex;
        flex-direction: column-reverse;
    }
    
    /**/
    .loginBanner{
        height: 45vh;
    }
    .sign_up_form, .login_form{
            margin-left: 12%;
    }
    
    /**/
    /*.buscar_empleo{*/
    /*    display: none !important;*/
    /*}*/


    /**/
   
    /**/
    .vacancyCard{
            height: 250px;
    }
    .vacancyCard .thumb{
        border: none;
    }
    .view_edit_delete_list{
        float: none;
    }
    
    
    /**/
    .searchBanner{
        height: 595px;
        margin-top: 7%;
        position: relative;
    }
     .searchVacancy{
       margin-top: 45px;
       height: 62vh;
   }
   .searchVacancy #vacancyList{
       max-height: 55vh;
   }
   
   .vacancyDetails{
        display: none;
        /*position: absolute;*/
        /*height: 80vh;*/
        /*border: 1px solid;*/
        /*border-radius: 20px 20px 0 0;*/
        /*bottom: 0;*/
        position: fixed;
          z-index: 1000;
          left: 0;
          top: 0;
          width: 99%;
          height: 99%;
          overflow: auto; /* Scroll si es necesario */
          background-color: rgba(0,0,0,0.5); /* Fondo oscuro */
          /*margin: 0, 0, auto;*/
          left: 0.5%;
          top: 0.5%;
   }
   .closeVacancy {
      position: relative;
      top: 0;
      /*left: 15px;*/
      color: #aaa;
      font-size: 35px;
      font-weight: bold;
      float: right;
    }
   .closeDiv{
       display: block;
        position: absolute;
        width: 98%;
        height: 40px;
        z-index: 1;
   }
    .headerCenter {
    width: 400px;}
   .headerRight {
    width: 280px;
}
   .vacancyList{
       text-align: center;
   }
   
   .vacancyListBody .btn-thm-purple{
       width: 100%;
       
   }
   .searchSecondRow .cl_latest_activity{
       width: 50%;
   }
   
   .searchBanner .ui_kit_radiobox, .searchBanner .ui_kit_whitchbox{
       flex-flow: row;
    display: grid;
       grid-template-columns: repeat(2, 1fr);
    color: #fff;
    border: 1px solid;
        width: 97%;
   }
   .searchBanner{
           padding: 10% 3%;
   }
   
   /**/
   .loginFormSection, .signUpFormSection{
           height: 620px;
   }
   .sign_up_form, .login_form{
       padding: 4% 6%;
           height: 600px;
   }
   
    .our-dashboard{
            margin-bottom: 5%;
    }
    /**/
         .sign_up_btn.mobile .dropdown-menu{
        transform: translate3d(-76px, 74px, 0px) !important;
        width: 200px;
    }
    .sign_up_btn.mobile .user_setting_content li{
        height: 35px;
        padding: 2%;
    }
    header.header-nav.menu_style_home_six{
        height: 124px !important;
    }
   
}






