.btn_post_emp {
    background-color: #004fad;
    color: #ffffff !important;
    margin-right: 35px !important;
    font-family: 'Open Sans', sans-serif;

    background: linear-gradient(
        to right,
        #0062AF  75%,
        #008DD2 100%
    );
}
.text_link {
    font-size: 15px !important;
    color: #04bdf6 !important;
    margin-right: 35px !important;
    font-family: 'Open Sans', sans-serif;
}

.img_icon_nav {
    max-height: 40px !important;
    height: 40px !important;
    margin-left: 50px !important;
}

.div_bar_main {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 290px !important;
    max-height: 1% !important;
    max-width: 100%;
    box-shadow: 0 1px 100px 0 rgb(0 0 0 /30%);

}

.div_bar{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 2% !important;
    max-height: 1% !important;
    max-width: 100%;
    box-shadow: 0 1px 100px 0 rgb(0 0 0 /30%);
}

.div_bar_main img {
    width: 100%;
    height: 100% !important;
}
.div_bar_main div {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text_m_1 {
    margin: 0 !important;
    font-size: 1.8vw !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;

}
.text_m_2 {
    font-size: 1.2vw !important;
}

.div_about {
    margin: 1rem auto;
    width: 90%;
    max-width: 700px;
    padding: 15px;
    border-radius: 25px;
}

.div_about h6 {
    color: #004fad;
    font-weight: bold;
    /* font-size: 1.4vw !important; */
    font-family: 'Open Sans', sans-serif;
}
.div_about p {
    /* font-size: 1.1vw !important; */
    text-align: justify;
}

.div_circles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.dot {
    margin: 1%;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background: #cde8f6;
}

.div_category {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.div_category h6 {
    color: #004fad;
    font-weight: bold;
    /* font-size: 1.4vw !important; */
    font-family: 'Open Sans', sans-serif;
}

.div_category_input {
    width: 50%;
}
.icon {
    padding: 10px;
    min-width: 40px;
    color: #004fad !important;
}

.div_category_input i {
    position: absolute;
    height: 100%;
}
.div_category_input input {
    border-radius: 15px;
    padding: 7px;
    text-align: center;
    font-weight: bold;
    color: #004fad;

    background-color: #f2f6f7;
    box-shadow: 3px 4px 3px #cde8f6;
}

.flex_container {
    display: flex;
    margin-top: 3%;
    gap: 10px;
}

.stalls {
    margin-bottom: 10px;
    /* display: flex;
    flex-wrap: wrap; */
}

.filter-c .stalls h6 {
    font-weight: bold;
}

.date_publish {
    margin-bottom: 10px;
}
.filter-c .date_publish h6 {
    font-weight: bold;
}

.ubication {
    margin-bottom: 10px;
}

.filter-c .ubication h6 {
    font-weight: bold;
}

.time {
    margin-bottom: 10px;
}

.filter-c .time h6 {
    font-weight: bold;
}

.chbox {
    outline: 2px solid #008dd2 !important;
    border-color: #008dd2 !important;
}

.chbox_w {
    outline: 2px solid #f8a000 !important;
    border-color: #f8a000 !important;
}

.chbox_d {
    outline: 2px solid #fe4930 !important;
    border-color: #fe4930 !important;
}

.chbox_s {
    outline: 2px solid #25ca5f !important;
    border-color: #25ca5f !important;
}

.flex_container .filter-c {
    width: 30%;
}
.flex_container .cards-c {
    width: 100% !important;
}

.number_offert_jobs {
    color: #04bdf6;
    font-family: 'Open Sans', sans-serif;
}

.card_job {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100% !important;
    /* height: 60% !important; */
    padding: 15px;
    border-radius: 25px;
    background-color: #f2f6f7 !important;
    box-shadow: 3px 4px 3px #dbe0e1;
    margin-bottom: 20px;
}

.card_job_d {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100% !important;
    /* height: 60% !important; */
    padding: 15px;
    border-radius: 25px;
    background-color: #f2f6f7 !important;
    box-shadow: 3px 4px 3px #dbe0e1;
    margin-bottom: 20px;
}

.card_job:hover {
    transform: scale(1.1, 1.1);
}

.card_job_img {
    display: flex;
    max-width: 100%;
}

.circle_img {
    width: 12vw;
    height: 12vw;
    object-fit: contain;
    border-radius: 50%;
    padding: 15px;
}

.circle_img_n {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    padding: 15px;
    background: #cde8f6;
}

.circle_img img {
    margin: 0 auto;

}

.btn_more_info {
    background-color: #04bdf6;
    width: 100% !important;
    color: #ffffff !important;
    margin-right: 35px !important;
    font-family: 'Open Sans', sans-serif;
}

.card_job_text {
    width: 40%;
}

.card_job_text h6 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.card_job_text h6 span {
    color: #909091;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.card_job_text p {
    max-height: 200px;
    white-space: normal;
    text-align: justify;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn_load_more {
    color: #008dd2 !important;
}

.div_bar_second {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #000000;
    width: 100%;
    height: 4% !important;
    max-height: 4% !important;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px !important;
}

.div_bar_second img {
    width: 100%;
    height: 100% !important;
}
.div_bar_second div {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-30%, -50%);
}

.text_s_1 {
    font-weight: bold;
    font-size: 1.3vw !important;
}

.btn_white {
    width: 60%;
    color: #004fad;
    font-weight: bold;
    background-color: #ffffff;
    font-size: 1.3vw !important;
}

/* Select */

.select_option {
    border-radius: 15px;
    background-color: #dee7e7;
}

.th_text_table {
    /* font-size: 1.3vw !important; */
    color: #004fad;
    font-weight: bold;
}
.th_center {
    text-align: center;
}
.td_center {
    text-align: center;
}

.tr_style:hover {
    background-color: #ebe9e9;
}
td:first-child {
    color: #616161fe;
}

/* Register card */

.div_register_card {
    margin-top: 3%;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.r_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.r_card h6 {
    text-align: center;
    margin-bottom: 3%;
}

.r_card p {
    text-align: center;
    width: 60%;
}

.r_card a {
    text-align: center;
}

.btn_register {
    margin-top: 3%;
    background-color: #004fad;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;

    background: linear-gradient(
        to right,
        #0062AF  75%,
        #008DD2 100%
    );
}

.div_freq {
    margin-top: 5%;
    margin-bottom: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.div_freq h6 {
    color: #004fad;
    font-weight: bold;
    /* font-size: 1.4vw !important; */
    font-family: 'Open Sans', sans-serif;
}

.div_freq h4 {
    color: #beb9b9;
    /* font-size: 1.1vw !important; */
    font-family: 'Open Sans', sans-serif;
}

.acc_div_freq {
    max-width: 40%;
    margin: auto;
}


.accordion-item {
    margin-bottom: 2% !important;
}
.accordion-button {
    background-color: #f2f6f7 !important;
    border-radius: 15px !important;
    color: #008dd2 !important;
}

/* Footer */

.div_bar_footer {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 4% !important;
    max-height: 4% !important;
    max-width: 100%;
}

.div_bar_footer img {
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.div_bar_footer .footer {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer .grouplink_first {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer .grouplink_first a {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    outline: none;
    font-size: 1.9vh;
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;

}

.footer .grouplink_second {
    display: flex;
    flex-direction: column;
    text-align: left ;

}

.footer .grouplink_second a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 1.9vh;
    margin-bottom: 2%;
    font-family: 'Open Sans', sans-serif;
}
.footer prixet_img_f h6 {
    font-size: 1.8vh !important;
}

.empcana_img_f {
    border-right: 2px solid #ffffff;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.empcana_img_f img {
    height: 19vh !important;
    width: 17vh !important;
}

.prixet_img_f img {
    height: 5vh !important;
    width: 15vh !important;
}

.div_p_privicity {
    max-width: 60%;
    margin: auto;

}

@media screen and (max-width: 800px) {
    .div_bar_main {
        margin-top: 70px !important;
        height: 1% !important;
    }

    .div_bar{
        margin-top: 70px !important;

    }

    .flex_container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .div_category_input {
        width: 80%;
    }

    .flex_container .filter-c{
        width: 90%;
    }

    /* Filtro */
    .stalls {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    

    .date_publish {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    
    .ubication{
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .time {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        margin-bottom: 5%;
    }

    .s_div{
        margin-right: 3% !important;
    }

    /* Card jobs */

    .card_job {
        flex-direction: column;
    }
    .card_job_d {
        flex-direction: column;
    }
    .card_job_text {
        width: 90%;
    }
    .circle_img {
        width: 20vw;
        height: 20vw;
    }
    
    .circle_img_n {
        width: 20vw;
        height: 20vw;
       
    }

    /* Accordion Preguntas frecuentes */

    .acc_div_freq {
        max-width: 90% !important; 
    }


    /* Card register */

    .btn_register {
        width: 90%;
    }


    /* Footer */
    .footer {
        height: 100%;
        flex-direction: column;
    }
    .div_bar_footer {
        height: 600px !important;
        max-height: 600px !important;
    }
    .empcana_img_f{
        border: none;
        justify-content: center;
    }

    .empcana_img_f img {
        height: 15vh !important;

    }

    .prixet_img_f img {
        height: 3vh !important;
        width: 10vh !important;
    }
    
    /* #filter_c {
        display: none;
    }

    #filter_mv {
        display: block !important;
    } */

    .div_p_privicity {
        max-width: 90%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .div_bar_main {
        margin-top: 20px ;
    }

   
  }


/* 
/* Admin - Dashboard */

.text_wel{
    color: #004fad;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.text_wel_name{
    color: #11afee;
    font-family: Arial, Helvetica, sans-serif;
}

.text_question{
    color: #909091;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.img_icon{
    height: 20px;
    width: 20px;
}

@media screen and (min-width: 601px) {
    .text_wel {
      font-size: 40px;
    }
    .text_question{
        font-size: 25px;

    }
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    .text_wel {
      font-size: 25px;
    }
    .text_question{
        font-size: 15px;

    }
  } 



.img_publicity {

    height: 100%;

}