@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #1c3d71;
    --bg-color: #fff;
    --width_p:100%;
    --width_sidebar: 5%;
}

/* Style Visor */

.wrapper {
    display: grid;
    background-color: #1c3d71;
    grid-template-columns: repeat(auto-fit, minmax(14vw, 1fr));
    grid-gap: 0.52vw;
    border-width: 0.052vw;
    border-color: gray;
    padding-left: 2vw;
    padding-right: 1vw;
    /* padding-bottom: 2vh; */
    padding-top: 2vh;
}
.filter_header{
    min-height: 4vh;
    position: relative;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 0;
    padding-top: 0;
    background: #1c3d71;
    width: var(--width_p)
}

.bootstrap-select .btn {
    border-style: solid;
    border-left-width: 0.3vw;
    border-left-color: #f29300;
    border-top: none;
    border-bottom: none;
    border-right: none;
    color: black;
    font-weight: 10vw;
    padding: 1vh 1vh;
    font-size: 0.8vw;
    margin-bottom: 0.52vw;
    padding-left: 0.52vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    height: 10vh;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}


.column-h {
    max-width: 100% !important;
    float: left;
    padding: 0.52vw;
    height: calc(8vh);
    background-color: white;
}

@media only screen and (max-width: 600px) {
    .column-h {
        height: 40vh;
    }
}

.right-h {
    width: 100%;
}

.row-h:after {
    content: "";
    display: table;
    clear: both;
    background-color: white;
}

.center {
    border: 0.26vw solid #f29300;
    text-align: center;
}

.bs-select-all {
    display: none;
}

.bs-deselect-all {
    width: 100%;
}

#slider {
    margin-bottom: 1.042vw;
}

#slider div.ui-slider-range {
    background: transparent;
}

input[data-index="1"] {
    float: right;
}

.header {
    background-color: #29387b;
    padding: 0px;
    margin: 0;
    width: 100%;
}

.tittle_h {
    background: #f29300;
    text-align: center;
    font-size: 2vw;
    color: #1c3d71;
    font-weight: bold;
}

.row {
    background: #1c3d71;
    color: #fff;
    width: calc(100vw - var(--width_sidebar));
  
}
.p_size{
   
    width: 100%
}

.btn_menu{
    border-bottom: 0.1vh outset;
}
.btn_borrar a {
    text-decoration: none;
    color: white;
    font-size: 0.8vw;
}

.btn_borrar {
    max-width: 20%;
    display: inline-block;
    font-size: 0.5vw;
    top: 10%;
    padding: 0.5%;
    right: 1%;
    background: #f29300;
    color: white;
    border-radius: 5%;
    margin-bottom: 1%;
    cursor: pointer;
}

.btn_borrar:hover {
    background: #e7531e;
}

.btn_filter {
    background: #1c3d71;
    display: flex;
    justify-content: center;
    padding-bottom: 2vh;

}

.btn_d {
    background-color: #f29300;
    border: none;
    color: white;
   
    cursor: pointer;
    font-size: 2vh;
    margin: 1vw;
    
}

.btn_d:hover,
select {
    background: #e7531e;
    color: #fff;
}

.btn_info {
    background: #f29300;
    padding-top: 0.8vw;
    border: #f29300;
    color: #fff;
}

.btn_info:hover,
.btn_info:active {
    color: #fff;
}


/* Fin visor */

.sidebar {
    width: var(--width_sidebar);
    background-color: var(--main-color);
    height: 100%;
    position: fixed;
    z-index:1000;
}

.sidebar.active {
    width: 12.5vw;
}

.logo_content {
    height: 6.9vh;
    background-color: var(--main-color);

}

.logo_content .logo {
    color: #fff;
    display: none;
    background-color: var(--main-color);
    padding: 1.042vw;
}

.logo_content .btn-toggle {
    position: absolute;
    color: whitesmoke;
    right: 0.885vw;
    top: 0.7vh;
    font-size: 1.35vw;
    width: 2.604vw;
    height: 5.16vh;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sidebar ul {
    list-style: none;
    padding: 1.042vw;
}

.sidebar ul li a {
    list-style: none;
    text-decoration: none;

}

.sidebar ul li a {
    border-bottom: #f29300;
    color: #fff;
    text-decoration: none;
    display: flex;
    font-size: 0.73vw;
    align-items: center;
    padding: 0.521vw;
    transition: .4s easy;
}

.sidebar ul li a:hover {
    background-color: #f29300;
    color: white;
    border-radius: 0.26vw;

}

.sidebar ul li a:active {
    background-color: #f29300;
    color: white;
    border-radius: 0.26vw;

}

.sidebar ul li a i img {
    /* padding-right: 25px; */
    font-size: 1.25vw;
}

.sidebar ul li a span {
    display: none;
}

.sidebar.active ul li a span {
    display: block;
}

.cont_wrapper {
    position: relative;
    left: 4.42vw;
    background-color: #fff;
    height: 100vh;
    display: block;
    padding: 0%;
}

.swal-button {
    background-color: #1c3d71;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0.26vw;
    font-weight: 600;
    font-size: 0.729vw;
    padding: 1.03vh 1.25vw;
    margin: 0;
    cursor: pointer;
}

.swal-button:hover {
    background: #f29300;
}

.swal-text {
    font-size: 16px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: justify;
    display: inline-block;
    margin: 0;
    padding: 0 0.521vw;
    font-weight: 400;
    color: rgba(0, 0, 0, .64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}