@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans&family=Poppins&display=swap');

*
{
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}


html
{
    font-size: 62.5%;
    text-decoration: none;
}

a:link,.menu a:visited, .menu a:active
{
    /* color:darkgreen; */
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.head
{
    display: flex;
    flex-wrap: wrap;
    position:sticky;
    top:0;
    z-index: 1001;
}

.logo
{
    width: 30%;
    height: 88px;
    padding-left: 30px;
    background-color: white;
}

.logo img
{
    width: 27%;
    min-width: 160px;
    display: flex;
    align-items: center;
}

.menu
{
    background-color: white;
    width: 70%;
    height: 107px;
    display:flex;
    align-items: center;
    justify-content: end;
    position: sticky;
    top:0;
    right:0;
}

.menu ul
{
    display: flex;
    align-items: center;
    list-style-type: none;
}

.menu li
{
    margin: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid green;
}

.menu li:hover
{
    color:white;
    padding: 1rem;
    background-color: green;
    border: 1px solid green;
    border-radius: 1px;

}

.menu a:link,.menu a:visited, .menu a:active
{
    color:darkgreen;
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
}

.menu a:hover
{
    color:white;
    border-radius: 1px;
    border: 1px solid green;
    border-radius: 1px;
    transition: .5s;
}

.menu a:link:hover,.menu a:visited:hover, .menu a:active:hover
{
    color:white;
    border-radius: 1px;
    border: 1px solid green;
    border-radius: 1px;
    transition: .5s;
}


.checkbtn
{
    width: 3%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
    cursor: pointer;
    display: none;
}

#check
{
    display: none;
}

.checkbtn img
{
    width: 80%;
}

.portales
{
    background-color: white;
    width: 100%;
    height: 850px;
    display: flex;
    flex-wrap: wrap;
}

.candidatos,.empleados
{
    width:50%;
    min-width: 150px;
    height: 850px;
}

.candidatos
{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),url("../pics/candidatos.webp");
    background-position: center;
    background-size: cover;
    background-color: #000;
    overflow: hidden;
    transition:0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.candidatos:hover
{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(1, 36, 4, 0.6)
      ),url("../pics/candidatos.webp");
    /* transform:scale(0.97); */
    position: inherit;
}

.empleados
{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.6)
      ),url("../pics/emplea.webp");
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition:0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empleados:hover
{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.1),
        rgba(1, 36, 4, 0.6)
      ),url("../pics/emplea.webp");
    /* transform:scale(0.97); */
}

.contenedor_empleados
{
    text-align: center;
    font-weight: bold;
}

.contenedor_candidatos
{
    text-align: center;
}

.titulos
{
    color:white;
    font-size: 3rem;
}

.boton
{
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    border-radius: 0.5em;
    border: 2px solid green;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.boton a
{
    width: 100%;
    height: 10px;
}

.boton a:link,.boton a:visited, .boton a:active
{
    color:inherit;
    font-weight: bold;
    text-decoration: none;
    
}

.boton a:hover
{
    color:white;
}

.boton:hover
{
    background-color: darkgreen;
    color: white;
}

.separador_dos
{
    display:flex;
    flex-wrap: wrap;
}

.separador_dos_parrafo
{
    width: 100%;
    height: 80px;
    font-size: 2.5rem;
    padding: 10px;
    color: white;
    background-color: darkgreen;
    text-align: center;
}

.separador_dos_btn
{
    width: 30%;
    height: 80px;
    padding: 10px;
    justify-content: right;
    display: flex;
    background-color: darkgreen;
}


.fecha
{
    font-weight: bold;
}

.info_descripcion
{
    width: 100%;
    height: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.info_empresa
{
    width: 50%;
    height: 1200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-empresa
{
    width: 60%;
    min-height: 550px;
}

.card-noticias
{
    width: 80%;
    min-height: auto;
}

.img-not
{
    width: 50% !important;
    
}

.card
{
    position:static !important;;
    align-items: center ;
    justify-content: center ;
}

.info_titulo
{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    color:black;
}

.info_titulo
{
    padding-top: 20px;
}

.info_parrafo
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    padding-left: 30px;
    padding-right: 30px;
}

.info_noticias
{
    width: 50%;
    display: flex;
    height: 1200px;
    overflow: hidden;
}

.col-index
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer
{
    width: 100%;
    height: 190px;
}

.footer_text
{
    display: flex;
    position: absolute;
    right: 0;
    height: 190px;
    width: 90%;
    background-color: darkgreen;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 30% 100%);
}

.footer_img {
    position: absolute;
    left: 0;
    height: 190px;
    width: 40%;
    background-image: url("../pics/footer.webp");
    background-size: 80% 100%;
    background-position: top;
}

.col_main
{
    padding-top: 30px;
    display: flex;
    /* align-items: flex-end; */
    justify-content: right;
    height: 120px;
    width: 70%;
    font-size: 1.3rem;
}

.footer_title
{
    font-size: 1.6rem;
    color:white;
    list-style: none;
}

.footer_txt
{    
    padding-top: 10px;
    display: flex;
    padding-left: 20px;
    color:aliceblue;
    list-style: none;
}

.footer_txt a:link,.footer_txt a:visited, .footer_txt a:active
{
    text-align: center;
    color:aliceblue;
    font-weight: 100;
    font-size: 1.3rem;
    text-decoration: none;
}


.footer_txt img
{
    width: 20px;
    margin: 5px;
}

.footer_txt p
{
    padding-top: 10px
}

.footer_txt1
{
    margin-top: 1rem;
    padding-left: 20px;
    color:aliceblue;
    list-style-type: none;
}

.footer_txt1 a:link,.footer_txt1 a:visited, .footer_txt1 a:active
{
    color:aliceblue;
    font-weight: 100;
    font-size: 1.3rem;
    text-decoration: none;
}

.contenedor_imagen {
    width: 100%;
    height: 100%;
    background-image: url("../pics/fondo.webp");
    background-position: center;
    background-size: cover;
    padding: 100px;
}

.tabla {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.estilo_tabla {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.5em;
    font-family: sans-serif;
    min-width: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    
}

.estilo_tabla thead tr {
    background-color: darkgreen;
    color: #ffffff;
    text-align: middle;
    border: 1px solid white;
}

.estilo_tabla th,
.estilo_tabla td {
    padding: 12px 15px;
    border: 1px solid white;
}

.estilo_tabla tbody tr {
    border-bottom: 1px solid #dddddd;
}

.estilo_tabla tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.estilo_tabla tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.titulo_tabla {
    text-align: center;
    font-size: 2rem;
    color: white;
}

.img_tabla {
    width: 90%;
    height: 163px;
    background-image: url("../pics/fondo.webp");
    background-position: center;
    background-size: cover;
    padding: auto;
    border-radius: 3px;
}

.img_tabla2
{
    width: 80%;
    height: 163px;
    background-image: url("../pics/fondo.webp");
    background-position: center;
    background-size: cover;
    padding: auto;
}

.img_tabla3
{
    width: 70%;
    height: 163px;
    background-image: url("../pics/fondo.webp");
    background-position: center;
    background-size: cover;
    padding: auto;
}

.informacion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.contenedor_info {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 100px;
    font-size: 1.5rem;
}

.ubicacion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    background-color: darkgreen;
}

.contenedor_titulo {
    width: 30%;
    height: 250px;
    padding: 20px;
    margin: 20px;
    background-color: darkgreen;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo_ubicacion {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
}

.contenido_ubicacion {
    width: 70%;
    height: 250px;
    padding: 20px;
    margin: 20px;
    background-color: white;
    border-radius: 10px;
}

@media (min-width:1550px)
{
    .logo img
    {
        padding-top: 5px;
        width: 19%;
        min-width: 160px;
        display: flex;
        align-items: center;
    }
    
}

@media (max-width:600px)
{
    .checkbtn
    {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 70%;
    }
    .checkbtn img
    {
        width: 10%;
        
    }
    .menu{
        position: fixed;
        width: 100%;
        height: auto;
        background: white;
        top: 107px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

    .menu ul{
        display: block;
        width: 100%;
        margin: 0px 0;
        line-height: 30px;
        text-align: center;
        
    }

    .menu li
    {
        display: block;
        text-align: center;
        border: 1px solid darkgreen;
        border-radius: 10px;
        background-color: white;
        width: 90%;
        justify-content: center;
    }


    .menu a:link, .menu a:visited, .menu a:active {
        color: darkgreen;
        font-size: 1.5rem;
        font-weight: bold;
        text-decoration: none;
    }

    .separador
    {
        font-size: 2.2rem;
    }

    .candidatos
    {
        height: 430px;
        width: 100%;
        order:2;
    }

    .empleados
    {
        height: 430px;
        width: 100%;
        order: 1;
    }

    .separador_dos_parrafo
    {
        width: 100%;
        order: 3;
        font-size: 1.3rem;
    }
    
    .separador_dos_btn
    {
        width: 30%;
        order:4;
    }

    .separador_dos_btn button
    {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 1rem;
    }

    .separador_btn_a a:link,.menu a:visited, .menu a:active
    {
        font-size: 1rem;
    }

    .info_titulo
    {
        font-size:2rem;
    }
    
    .info_parrafo
    {
        margin-top: 20px;
    }

    .mb-4
    {
        padding-left: 300px ;
    }

    .info_descripcion
    {
        height: 1600px;
    }

    .info_empresa
    {
        width: 100%;
        height: 600px;
    }

    .info_noticias
    {
        width: 100%;
        order:6;
        height: 1000px;
    }

    .card-empresa
    {
        width: 80%;
        height: 500px;
        min-height: 0px;
    }

    .card-noticias
    {
        width: 80%;
        height: auto;
    }


    .img-emp
    {
        width: 50% !important;
    }

    .col_main
    {
        margin-left: 50px;
    }


}