/***************
Colores
***************/
/* */
:root {
    --fb-green-color: #397949;
    --fb-white-color: #fff;
    --fb-grey-color: #333;
    --fb-black-color: #000;
    --fb-red-color: #E10000;

}




/*general*/
body::-webkit-scrollbar {
    width: 10px;
    background-color: var(--fb-white-color);
    border-radius: 7px;
}

body::-webkit-scrollbar-thumb {
    width: 7px;
    background-color: var(--fb-green-color);
    border-radius: 4.5px;
    border: 2px solid var(--fb-white-color);
}



.formEmpleo-flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
body{
    background-color:transparent !important;
}
#wpadminbar, #rmp_menu_trigger-19210, .sf-item-0{
    display: none !important;
} 

.banner-estatica {
    display: none;
}
.formEmpleo-bloque3{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/*bloque*/
.formEmpleo-bloque3 header {
    justify-content: center;
    margin-bottom: 50px;
}

.formEmpleo-bloque3 header h2 {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.formEmpleo-bloque3 header hr {
    width: 59px;
    height: 5px;
    background-color: var(--fb-green-color);
    text-align: center;
    margin-bottom: 35px;

}

.formEmpleo-bloque3 .radios {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    position: relative;

}
/***************/

.formEmpleo-bloque3 .radios .searchandfilter ul {
    padding: 0px;
    text-align: center;
}

.formEmpleo-bloque3 .radios .sf-field-post-meta-con_becas_estatus{
    padding-left:unset !important;
}
.formEmpleo-bloque3 .radios .searchandfilter ul>li>ul:not(.children) {
    margin-left: unset !important;
}

.formEmpleo-bloque3 .radios  .searchandfilter ul li {
    display: inline;
} 

.formEmpleo-bloque3 .radios [type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    visibility: hidden
}
.formEmpleo-bloque3 .radios {
    font-size: 18px;
}

.formEmpleo-bloque3 .radios label {
    margin-right: 25px;
    margin-left: 45px;
    position: relative;
     padding-left: 17px !important;
    cursor: pointer;
}
.formEmpleo-bloque3 .radios  .searchandfilter ul li label::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 2px;
    height: 18px;
    width: 18px;
    background-image: url('https://fundacion-biodiversidad.es/wp-content/uploads/2022/09/radiobot.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.formEmpleo-bloque3 .radios .searchandfilter ul li .sf-option-active label::before {
    background-image: url('https://fundacion-biodiversidad.es/wp-content/uploads/2022/09/radiobot.svg');
    border-radius: 15px;
    background-color: var(--fb-green-color);
}


.formEmpleo-bloque3 .radios input {
    visibility: hidden;
    position: absolute;
    right: 0;
}
.formEmpleo-bloque3 .sf-item-0{
    display: none !important;
} 

.formEmpleo-bloque3 .radios .sf-option-active{
    font-weight: 700 !important;
}


/******        **************************************************       *****/

.resul_empleo .box {
    padding: 25px 50px 30px 40px;
    background-color: var(--fb-white-color);
    border-radius: 17px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.resul_empleo .box b{
    font-style: normal;
    font-weight: 600;
}


.resul_empleo .box a {
    display: inline;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--fb-grey-color);
}
.resul_empleo .box:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.resul_empleo .box:hover b {
    text-decoration: underline;
}

.resul_empleo .box .Abierta {
    color: var(--fb-green-color);
}

.resul_empleo .box .Cerrada {
    color: var(--fb-red-color) ;
}

/*************************/


/* @media (max-width: 1700x) { */
@media only screen and (max-width : 640px) {
    .formEmpleo-bloque3 header h2 {
        font-size: 40px ;
        line-height: 53px ;
    }

    .formEmpleo-bloque3 .radios {
        font-size: 16px;
    }
    .formEmpleo-bloque3 .radios .searchandfilter ul li label::before {
        height: 16px;
        width: 16px;
        top: 1px;
    }
    .formEmpleo-bloque3 .radios label {
        margin-right: 18px;
        margin-left: 38px;
        padding-left: 10px !important;
    }

    .resul_empleo .box {
        padding: 25px 50px 25px 35px;
        margin-bottom: 15px;
    }

    .formEmpleo-bloque3 header {
        margin-bottom: 30px;
    }

    .formEmpleo-bloque3 header hr {
        margin-bottom: 30px;
        width: 54px;
    }

    .formEmpleo-bloque3 .radios label i::before {
        height: 17px;
        width: 16px;
    }
}

/* @media (max-width: 1440x) { */
@media only screen and (max-width : 540px) {
     .formEmpleo-bloque3 header {
        margin-bottom: 25px;
    }

    .formEmpleo-bloque3 header h2 {
        margin-top: 35px;
    }

    .formEmpleo-bloque3 header hr {
        margin-bottom: 25px;
        width: 45px;
    }

    .formEmpleo-bloque3 .radios label {
        margin-right: 20px;
        margin-left: 40px;
        padding-left: 12px !important;
        margin-top: 5px;       
    }
    .resul_empleo .box {
        padding: 25px 30px;
        margin-bottom: 15px;
    } 

    .resul_empleo .box a {
        font-size: 14px;
        line-height: 21px;
    }

}

/* @media (max-width: 1280px) { */
@media only screen and (max-width : 480px) {
    .formEmpleo-bloque3 header h2 {
        font-size: 33px ;
        line-height: 40px ;
    }
    .formEmpleo-bloque3 .radios {
        font-size: 15px;
    }
    .formEmpleo-bloque3 .radios .searchandfilter ul li label::before {
        height: 14px;
        width: 14px;
    }

    .formEmpleo-bloque3 .radios label {
        margin-right: 15px;
        margin-left: 35px;
        padding-left: 8px !important;
    }
    .formEmpleo-bloque3 .radios .searchandfilter ul li label::before {
        top: 1px;
    }
}

/* @media (max-width: 1000px) { */
@media only screen and (max-width : 440px) {
     .formEmpleo-bloque3 header h2 {
        font-size: 30px ;
        line-height: 38px ;
}
}
/* @media (max-width: 950px) { */
    /*
@media only screen and (max-width : 648px) {
 
        .formEmpleo-bloque3  header h2 {
        margin-top: 93px;
        font-size: 40px;
        line-height: 53px;
    }

    .formEmpleo-bloque3 header {
        margin-bottom: 30px;
    }

    .formEmpleo-bloque3 header hr {
        margin-top: 20px;
        margin-bottom: 33px;
        width: 53px;
    }
}*/
/* @media (max-width: 550px) { */
   @media only screen and (max-width : 417px) {
    /* .formEmpleo-bloque3 header h2 {
        font-size: 30px ;
        line-height: 40px ;
    }

    .formEmpleo-bloque3 header hr {
        margin-top: 20px;
        margin-bottom: 27px;
        width: 44px;
    }
    .formEmpleo-bloque3 header {
        margin-bottom: 26px;
    }

    .resul_empleo .box {
        padding: 23px 18px;
    }
    .resul_empleo .box b, .resul_empleo .box span {
        font-size: 14px;
        line-height: 21px;
    } */
    .formEmpleo-bloque3 .radios {
        font-size: 14px;
    }

    .formEmpleo-bloque3 .radios .searchandfilter ul li label::before {
        height: 14px;
        width: 14px;
    }

    .formEmpleo-bloque3 .radios label {
        margin-right: 15px;
        margin-left: 35px;
        padding-left: 8px !important;
    }
    .formEmpleo-bloque3 .radios .searchandfilter ul li label::before {
        top: 1px;
    }

}
/* @media (max-width: 388px) { */
@media (max-width:400px) {
    .formEmpleo-bloque3 .radios {
      margin-top: 10px;
    }
    .formEmpleo-bloque3 .radios label {
        display: block;
        margin-bottom: 15px;
        text-align: left;
    }

}
/* @media (max-width: 350px) { */
@media only screen and (max-width : 290px) {
    .formEmpleo-bloque3 header h2 {
        font-size: 25px ;
        line-height: 30px ;
        margin-top: 60px ;
    }

    .resul_empleo .box {
        padding: 15px;
    }

    .resul_empleo .box a {
        font-size: 14px;
        line-height: 21px;
    }

}


/***************
Paginación Buscador
***************/
.formEmpleo-bloque3 .pagination {
    margin-top: 85px;
    margin-bottom: 10px;
}

.formEmpleo-bloque3 .wp-pagenavi {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    gap: 10px;
}

.formEmpleo-bloque3 .wp-pagenavi a,
.formEmpleo-bloque3 .wp-pagenavi span {
    width: 65px;
    height: 67px;
    background: var(--fb-backgroudn-color1);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color: var(--fb-grey-color);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.formEmpleo-bloque3 a.first,
.formEmpleo-bloque3 a.previouspostslink,
.formEmpleo-bloque3 a.nextpostslink,
.formEmpleo-bloque3 a.last {
    background: var(--fb-green-color);
    color: var(--fb-white-color);
    font-size: 50px;
    font-weight: 200;
    letter-spacing: -9px;
    width: 99px;
    height: 67px;

}

.formEmpleo-bloque3 .wp-pagenavi a:hover,
.formEmpleo-bloque3 .wp-pagenavi span.current {
    border: 4px solid var(--fb-green-color);
}

/* @media (max-width: 1700px) { */
    @media (max-width: 640px) {
    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.previouspostslink,
    .formEmpleo-bloque3 a.nextpostslink,
    .formEmpleo-bloque3 a.last {
        width: 88px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 57px;
        height: 59px;
    }
}

/* @media (max-width: 1700px) { */
    @media (max-width: 640px) {

    .formEmpleo-bloque3 .wp-pagenavi a,
    .formEmpleo-bloque3 .wp-pagenavi span {
        width: 58px;
        height: 61px;
    }

    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.previouspostslink,
    .formEmpleo-bloque3 a.nextpostslink,
    .formEmpleo-bloque3 a.last {
        width: 89px;
        height: 61px;
        font-size: 45px;
    }
}

/* @media (max-width: 1440px) { */
    @media (max-width: 540px) {

    .formEmpleo-bloque3 .wp-pagenavi a,
    .formEmpleo-bloque3 .wp-pagenavi span {
        width: 58px;
        height: 59px;
        font-size: 18px;
    }

    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.previouspostslink,
    .formEmpleo-bloque3 a.nextpostslink,
    .formEmpleo-bloque3 a.last {
        width: 86px;
        height: 59px;
        font-size: 40px
    }
}
/* @media (max-width: 850x) { */
@media (max-width: 648px) {
    .formEmpleo-bloque3 .pagination {
        margin-top: 30px;
    }
}
/* @media (max-width: 550x) { */
@media (max-width: 490px) {
    .formEmpleo-bloque3 .wp-pagenavi a,
    .formEmpleo-bloque3 .wp-pagenavi span {
        width: 44px;
        height: 45px;
        font-size: 14px;
    }

    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.previouspostslink,
    .formEmpleo-bloque3 a.nextpostslink,
    .formEmpleo-bloque3 a.last {
        width: 50px;
        height: 45px;
        font-size: 36px;
        letter-spacing: 0px
    }

    .formEmpleo-bloque3 .wp-pagenavi {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: center;
        gap: 5px;
    }

}
/* @media (max-width: 450x) { */
@media (max-width: 390px) {

    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.last {
        display: none;
    }
}
/* @media (max-width: 310x) { */
@media (max-width: 250px) {

    .formEmpleo-bloque3 a.first,
    .formEmpleo-bloque3 a.previouspostslink,
    .formEmpleo-bloque3 a.nextpostslink,
    .formEmpleo-bloque3 a.last {
        width: 50px;
        height: 40px;
        font-size: 30px;
    }

    .formEmpleo-bloque3 .wp-pagenavi a,
    .formEmpleo-bloque3 .wp-pagenavi span {
        width: 44px;
        height: 40px;
    }

    .formEmpleo-bloque3 .pagination {
        margin-top: 25px;
      }
}

.page-id-47080 button#rmp_menu_trigger-47686, div#rmp-container-47686 {
    display: none;
}