﻿

/* Esto es para el fondo de los filtros en el buscador de candidatos.    A petición del cliente que cuando este a pantalla completa la parte del filtro ocupe menos espacio. Hay que
    hacer estos ajustes para que se vea bien.
*/
@media only screen and (min-width : 1025px) {
    .CssEstiloEspecificoFiltros {
        width: 20% !important;
        padding: 80px 30px !important;
    }

    .CssEstiloEspecificoMapa {
        width: 80% !important;
    }
}

/*
@media (max-width: 767px) {
    .CssEstiloEspecificoFiltros {
        width: 20% !important;
        padding: 80px 30px !important;
    }

    .CssEstiloEspecificoMapa {
        width: 80% !important;
    }
}*/

.CssTextBoxBuscadorPrincipal {
    background: #3e4f4c;
    width: 100%;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    border: 0;
    height:40px !important;
    text-transform: capitalize;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.save_btn button {
    width: 180px;
    height: 50px;
    background: #4aa0d6;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent;
    line-height: 48px;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.6s, color 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

    .save_btn button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #4aa0d6;
        border-radius: inherit;
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

    .save_btn button:hover {
        background-color: transparent;
        color: #4aa0d6;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
    }

        .save_btn button:hover::before {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            opacity: 1;
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -moz-transition: all 0.6s;
            transition: all 0.6s;
        }

.hiddenHuman {
    display: none;
    visibility: hidden;
}

.file-upload {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.list-horizontal {
    list-style: none;
    position: relative;
    float: left;
}

/*.profile-nav-mobile {
    border-radius: 50%;
    max-width: 60px !important;
    float: right;
    margin-right: 30px;
}

@media only screen and (max-width : 1250px) {
    .profile-nav-mobile {
        border-radius: 50%;
        max-width: 60px !important;
        float: right;
        margin-right: 30px;
    }
}*/
/* Intento de ajustar Buscar Talento /Home/Buscar con @media */
/*@media only screen and (max-width : 812px) {
    .atomic-div-right {
        display: inline-block;
        float: right;
    }
    .hiddenHuman-mobile {
        display: none;
        visibility: hidden;
    }
    .profile-nav-mobile {
        border-radius: 50%;
        max-width: 60px !important;
        float: right;
    }
}*/

/*@media only screen and (max-width : 812px) {
    .atomic-div {
        display: inline-block;

    }
}*/