
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');

html *
{
   font-size: 0.7vw;
   font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.logosGob {
    background: #29387b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row_H {
    background: #29387b;
    color: #fff;
    display: flex;
    justify-content: space-around;
    width: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    height: auto;
    max-height: 30vh;
}

.row_H:after {
    /* content: ""; */
    display: table;
    clear: both;
}

.row-h:after {
    content: "";
    display: table;
    clear: both;
    background-color: #29387b;
}
.header-img {
    width: 100%;
}
@media (max-width: 992px){
    .row_H {
        flex-direction: column;
    }
}
/* Fin */
.loader {
  border: 8px solid white;
  border-radius: 50%;
  border-top: 8px solid #e7531e;
  border-bottom: 8px solid #e7531e;
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.selectpicker {
    padding:10px;
    width: 80%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

a {
    color: #1c3d71;
    text-decoration: none;
}

:root {
    --main-color: #1c3d71;
    --bg-color: #fff;
    --width_p: 100%;
    --width_sidebar: 5%;
}

/* Style Visor */

.wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    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-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;
}

/* Create two unequal columns that floats next to each other */
.column {
  max-width: 100% !important;
  float: left;
  padding: 10px;
  height: calc(7vh + 20px); /* Should be removed. Only for demonstration */
}

.left {
  width: 90%;
}

.right {
  width: 8.7%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.center {
border: 5px solid #f29300;
text-align: center;
}

/* remove bs select all btn*/
 .bs-select-all {
  display: none;
}

 .bs-deselect-all {
  width: 100%;
}

/* Create two unequal columns that floats next to each other */
.column-h {
  max-width: 100% !important;
  float: left;
  padding: 10px;
  height: calc(10vh + 20px); /* Should be removed. Only for demonstration */
  background-color:#1c3d71;
}

 @media only screen and (max-width: 400px) {
         html *
          {
             font-size: 1.2vw !important;
          }
          .column-h {
            height: calc(20vh - 10px);
          }
          .left {
                  width: 80%;
                }

                .right {
                  width: 18.7%;
                }
          }



.right-h {
  width:100%;
}

/* Clear floats after the columns */
.row-h:after {
  content: "";
  display: table;
  clear: both;
  background-color:#1c3d71;
}

.center {
border: 5px solid #f29300;
text-align: center;
}


.nav-tabs.nav-justified>li>a {
    border-radius: 4px 4px 0 0;
    background-color: #f29300;
    color:white;
    font-weight:bold; 
    font-size:16px;
}

.nav-tabs.nav-justified>li>a:hover{
    background-color:#e7531e;
    font-weight:bold; 
    font-size:16px;
    color:white;
  }

  .nav-tabs.nav-justified>.active>a:hover{
    background-color:#1c3d71;
    font-weight:bold; 
    font-size:16px;
    color:#009bde;
  }


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs.nav-justified>.active>a{
  background-color:#1c3d71;
  box-shadow: inset 0 -4px 0 0 #009bde;
  font-weight:bold;
  font-size:16px;
  color:white;
}


.modal-xl {
    width: 80%;
  }

  .nav-tabs > li {
    float:none;
    zoom:1;
}

.nav-tabs {
    text-align:center;
}

.header {
        background-color: #29387b;
        padding: 0px 0px 0px 50px;
        margin:0;
    }


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #1c3d71;
    --bg-color: #fff;
    --width_p:100%;
    --width_sidebar: 5%;
}

/* Style Visor */

* {
    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 !important;
    color: #29387b;
    font-weight: bold;
}

.row {
    background: #1c3d71;
    color: #fff;
    
  
}
.p_size{
    width: 100%;
    left: 0%;
}

.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: #ffffff;
}

.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;
}

.btn1, .btn2 {
    display: block;
  }
  .btn1 {
    float: left;
  }
  .btn2 {
    float: right;
  }

  /* Fin visor */

@media screen and (min-width:769px) {

    .sidebar {

        width: var(--width_sidebar);
        background-color: var(--main-color);
        height: 100%;
        position: fixed;
    }

    .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 i img {
        /* padding-right: 25px; */
        font-size: 1.25vw;
    }

    .sidebar ul li a span {
        display: none;
    }

    .sidebar.active ul li a span {
        display: block;
    }

    .dropdown {
        display: none;
    }

    .sidenav_res {
        display: none;
    }

    .sidenav_res a {
        display: none;
    }
/* cambio */
    .p_size {
        display: flex;
        justify-content: space-around;
        width: 100%;
        background: #f29300; 
        align-items: center;
        left: 50vw;
        text-align: right;
    }

    .cont_wrapper {
        position: relative;
        left: 4.42vw;
        background-color: #fff;
        height: 100vh;
        display: block;
        padding: 0%;
        width: calc(100% - 4.42vw)
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .row{
        width: 100%;
        
    }
    .sidebar {
        display: none;
    }

    .dropdown {
        color: #fff;
    }

    .dropdown span {
        font-size: 3vw;
        cursor: pointer;
        margin-left: 2vw;
    }

    .wrapper {
        grid-template-columns: none;
        display: flex;
        align-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 5vw;
        font-size: 2vw;
    }

    .sidenav_res {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #1c3d71;
        opacity: 0.9;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav_res a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 2vw !important;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    html * {
        font-size: 2vw;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .sidenav_res a:hover {
        color: #f29300;
    }

    .sidenav_res .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 1.8vw;
        margin-left: 50px;
    }

    .p_size {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #f29300;
        align-items: center;

    }

    .btn_borrar a{
        font-size: 2vw;
    }    
    .cont_wrapper {
        width: calc(100%);
        /* left: -4.42vw; */
    }
}

.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;
}