






@keyframes melsa {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@keyframes flip {
    0%      { transform: rotate(0deg); }
    100%     {transform: rotate(360deg) }

}

/*CLASES COMUNES MINI-BOOTSTRAP*/
.centred{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}













.infoMesage{
    position:absolute;
    /*background: linear-gradient( to left,#d8d8d8,#e9e9e9);*/
    padding: 10px 10px;
    height: auto;
    width: auto;
    color: white;
    z-index: 1000;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    opacity: 0.8;
}


th{
    text-align: left;
}



*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: helvetica;
    color:#505050;

}

#back{
    height: 40px;
}
.boton-back{
    position: absolute;
    top: 250px;
}
body{
    background-color: #e1e2e233;
}
a{
    color:#505050;
    font-weight: bold;
}

.main-container{
    /*max-width: 1010px;*/
    margin: auto;
    position: relative; 
    background-color: white;
}

#contenido{
    flex:1;
    min-height: 100%; 
}

.container-mel{
    padding: 1% 10%;
}
nav h1{
    color:white;
}
h2{
    color:  #505050;
}

#contenido h1,h2{
    /*text-align: center;*/
    background-color: #80808000;
    
}





a{
    text-decoration: none;
}

.pop-ap{
    display: none;
    text-align: center;
    color: orange;
    padding: 10px;
    position: fixed;
    width: 300px;
    height: 100px;
    background-color: #505050;
    border-radius: 5px;
    left: 45;
    top: 149;
    z-index: 3;
}
.info-ico{
    position: fixed;
    left: 258;
    top: 200;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.info-ico:hover{
    animation: flip 0.3s ease-in-out;

}

.notifica{
    position: absolute;
    min-width: 100%;
    height: 100vh;
    margin: 0px; 
    background: gray;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 2 rem;
    left: 0;
    top: 0px;
    padding: 20px;
    z-index: 2000;
    color: white;

}

.boton{ 
    color: #ffff;
    font-size: 1.1em;
    border-radius: 1px;
    margin-top: 20px;
    height: 50px;
    background: orange;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**************LAYOUT************/
nav{ 
    display: flex;
    /*background-image: linear-gradient(to right,#697f96,#231f20); /*#fff101 amarillo, #231f20 negro*/
    font-weight: bold;
    z-index: 2;
    flex-wrap: wrap;
}
nav h1{
    color:black;
}
   #logo-principal{
        position: absolute;
        left: 10px;
        top: 10px;
        height: 100px;
       
    }

/*NAV ICONS*/

nav .bloque-flex-der a{
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;  
    margin: 10px;
}

a[href="home"],a[href="inicio"]{
    background: url('/img/icons/001-home.png');
    
}
a[href="home"],a[href="inicio"]{
    background: url('/img/icons/001-home.png');
    
}

a[href="salir.php"]{
    background: url('/img/icons/002-exit.png');
    margin-top: 15px !important;
}


.bloque-flex-der a[href="nueva-tabla"]{
    background: url('/img/icons/003-round-add-button.png');
    background-position: center;
    background-size: contain;  
    
}
.bloque-flex-der a[href="mis-tablas"]{
    background: url('/img/icons/004-add-page.png');
    background-position: center;
    background-size: contain; 
}
nav a[href="tablas-publicas"]{
    background: url('/img/icons/005-visibility.png');
    background-position: center;
    background-size: contain; 
    
}
nav a[href="importar-tabla"]{
    background: url('/img/icons/import.png');
    background-position: center;
    background-size: contain;
    
}
 
 
.separador{
    /*background-color: red;*/
    height: 80px;
    background: url('/img/bg-breadcrumb-bien.png');
    margin-top: 30px;
}











/*nav 2*/
.nav-2{
    height: 50px;
    background-color:#9c9c9c0d;
    display: flex;
    justify-content: flex-end;
    align-items: center;  
}

.ico-nav{
    height: 50px;
    padding: 10px;
}

.nueva-tabla{
    
}












#logo-2{
    height: 100px;
    position: absolute;
    top: 187px;
    left: 25px;

}
.title-center{
    text-align: center;
    margin: 10px 0px;
    color: orange;
    font-size: 2rem;
}

.bloque-flex.logo{
    justify-content: center;
    /*flex: 1;*/
    padding-top: 45px;
    color: #505050;
    width: 100%;

}

.bloque-flex{
    display: flex;   
}
.bloque-flex-der{
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}
.item-bloque-flex{
    padding: 10px;
}

.item-flex{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100px;
    background-color: #dadada;
    margin: 10px;

}
.container{
    padding: 10px 50px;
    min-height: 100vh;
    margin-top: 100px;
    max-width: 1100px;
    margin-left:  auto;
    margin-right:   auto;

}

.container-space-left{
    padding: 10px 50px;
    min-height: 100vh;
    margin-top: 250px;
    margin-left: 180px;
    margin-right:auto;
    width: 85%;
    background-color: white;
}

.container-max{
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
    min-height: 100vh;
}
.container-fondo-inicio{
    background-image: url(../img/avion.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    color: #646464;
    min-height: 100vh;
    width: 100% !important;
}

.icon{
    display: inline-block;
    height: 100px;
    cursor: pointer;
    margin: 10px;
}
.icon.saver{
    height: 80px;
    margin-bottom: 20px;
}

.ico{
    margin: 10px;
    height: 100px;
}
.ico:hover{
    animation: melsa 0.1s ease-in-out;
    height: 120px;
}
.ico-calendar{
    position: absolute;
    top: 329px;
    right: 66px;
    width: 158px;
    transform: rotate(0deg);
    z-index: 2;
    display: none;


    /*position: absolute;
    top: 147px;
    left: 477px;
    width: 65px;*/
}
.contenedor-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*padding: 50px 0px;*/
    height: 100px;
    align-items: center;
    margin-top: 48px;
    position: absolute;
    top:0px;
    left: -111%;
    width: 100%;
    background-color: white;
    overflow: hidden;

} 

.impo-info{
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    background-color: orange;
    z-index: 100;
    text-align: center;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#avion{
    position: absolute;
    right: -150px;
    top: -65px;
    width: 150px;
    z-index: 2;
}
.ico-img{
    display: inline-block;
    width: 100px;
}


hr.notice{
    width: 100%;
    color: orange;
    height: 1px;
    background-color: #ffa500;
    border: 1px solid transparent;
    margin: 10px 0px;
}


#skyline{
    position: absolute;
    top: -47px;
    left: 99px;
    height: 684px;
    z-index: 0;
}
/*********************MENU TABLAS********************/

.selector-tablas{
    display: none;
    height: 100%;
    width: 100%;
    /*background-color: #6d6b6ba3;*/
}

.foto-menu img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: white;


}
.nombre-menu{
    border-radius: 50px;
    background-color: white;
    width: 150px;
    margin: auto !important;
}


/*************FORMULARIOS**********/

#form-registro{
    margin-top: 0px;
}
#form-registro-2{
    max-width: 100%;
    margin: 20;
    color: #505050;
    text-align: center;
    font-size: 1.5em; 
    border: 2px solid orange;
    width: 100%;
    max-width: 1000px;
    border-radius: 100px 100px 0px 100px;
    padding: 0px 50px 50px 50px;
    position: relative;

}
#form-registro-2 input{
    text-align: center;
    border: 1px solid gray;
    border-radius: 30px;
}
#form-registro-2 input[type=submit]{
    border: 1px solid transparent;
    border-radius: 30px;
    width: 300px;
    cursor: pointer;
}

.form-container {
    color: #505050;
    text-align: center;
    max-width: 500px;
    font-size: 1.5em;
    padding: 20px;
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    /*margin: auto auto 150px auto;*/
}
.form-container input, .form-container select {
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 25px;
    text-align: center;
}



.form-container input[type=radio] {
    width: auto;
    height: auto;
}

.form-container input[type=submit] {
    color: #ffff;
    font-size: 1.1em;
    border-radius: 25px;
    margin-top: 20px;
    height: 50px;
    background: url('/img/bg-breadcrumb-bien.png');

    /*background-image: linear-gradient(to right,#697f96,#231f20);*/
    /*background-image:linear-gradient(to right,#5fbaa7,purple); */
    cursor:pointer;
    border: 1px solid white;
    /*box-shadow: 10px ;*/
}

.form-container textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgb(50,50,50, 0.5);
    border-radius: 3px;
}
.radios{
    justify-content: space-evenly;
    border-radius: 5px;
    background-color: #ffffffba;
    margin-top: 20px;

}

.radios div{
    color: #505050;
    padding: 10px 0px;
}



footer{
    /*background-image: linear-gradient(to right,#697f96,#231f20);*/
    background: url('/img/bg-breadcrumb-bien.png');
    color: white;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/***********INICIO***************/
h1{

    color: #505050 !important;

}

/*******************YO VIAJERO**************************/
.titulo-viajero{
    padding: 10px;
    margin: 10px;
    font-size: 2rem;
    text-align: center;
}
.container-fondo-viajero{
    /*    background-image: url(../img/terminal.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;*/
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    color: #646464;
    /*height: 100vh;*/
}

.miGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap:10px;
    width: 100%;
    grid-template-areas:
        "div div"
        "div div"
        "agenda-vacunacion agenda-vacunacion";
    /*padding: 0px 200px;*/
}

.agenda-vacunacion{
    grid-area:agenda-vacunacion;
}

.miGrid div{
    background-color: #dadada;
    width: 100%;
    height: 200px;
    font-weight: bold;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #505050;
    font-size: 2rem;
    border-radius: 5px;
}
.miGrid div:hover{
    color:orange;
    font-weight: bold;
    animation: melsa 0.1s ease-in-out;
    /*box-shadow: 2px 1px 20px 1px #505050;*/
}




.miGrid:first-child{
    background-color: red;
    color: red;
}





.novedades-viajero{
    /*height: 0vh;*/
    background-color: transparent;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.paddinger{
    padding: 0px 100px;
}

/*****************NUEVO VIAJE**********/
.container-fondo-viaje{
    background-image: url(../img/camara.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    color: #646464;
    min-height: 100vh;
}

.container-fondo-viaje .form-container,.container-fondo-viaje .form-container .radios {
    color: white;
}
.bloque-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.bloque-items div{
    text-align: justify;
    width: 48%;

    margin: 5px;
    padding: 1%;
    border-radius: 5px;
    /*display: inline-block;*/
    /*background-color: #dadada;*/

}
#nuevo_viaje_1{
    display: none;
    margin-top: 0px;
}



#nuevo_viaje{
    color: #505050;
    text-align: center;
    font-size: 1.5em; 

    border: 2px solid orange;
    width: 100%;
    max-width: 1000px;
    border-radius: 100px 100px 0px 100px;
    padding: 50px 10px 0px 50px;
    position: relative;
    background-color: white;

}
#nuevo_viaje select{
    width: 100%;
    height: 30px;
}
#nuevo_viaje input[type="Date"]{
    margin: 0px 10px;
}
#nuevo_viaje input{
    height: 30px;
}
.table-flex{
    display: flex;
    width: 100%;
}
.table-flex input, .table-flex select{
    border-radius: 100px;
    border: 1px solid gray;
    height: 30px;
    width: 100%;
}
.row-flex{
    flex: 1;

}
.row-flex-2{
    flex:1;

}
.cell-flex{
    display: flex;
    height: 80px;
    align-items: center;

}
.checks{
    display: flex;
    flex-direction: row;
}
.checks span{
    border: 1px solid orange;
    border-radius: 100px;
    margin: 0px 10px;
    padding: 0px 30px;
    cursor: pointer;
    font-size: 1rem;

}
.checks span , input[type="checkbox"]{
    cursor: pointer;
    width: 100%;

}

.boton-añade-viaje{
    padding: 10px;
    background-color: orange;
    border: 1px solid transparent;
    font-size: 1.5rem;
    color: white;
    border-radius: 15px 15px 15px 15px;
    height: 50px !important;
    cursor: pointer;
}
.submit-space{
    text-align: right;
    margin: 10px;
}

#sandalia-nuevo-viaje{
    position: absolute;
    right: -21px;
    top: -20px;
    transform: rotate(44deg);
}
#edificio-nuevo-viaje{
    position: absolute;
    top: 16px;
    left: 30px;
}
/*MIS VIAJES********************************************/
.elementos-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px;
}

.flex-item{
    /*background-image: linear-gradient(to right, grey , white);*/
    width: 300px;
    
    min-height: 250px;
    color: #505050;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border: 4px solid #697f96;
    border-radius: 0px 50px 0px 50px;
    /*box-shadow: 5px 5px 10px 1px #505050;*/
}
.flex-item:hover{
    /*border-radius: 50px 0px 50px 0px;*/
    transition: all 200ms;
    box-shadow: 5px 5px 20px 1px #505050;
    transform: rotateY(10deg);
}
.flex-item h3{
   
    color: #505050;
}
.title-pais{
    position: absolute;
}

.quad{
    background-color: white;
    border-radius: 20px;
    border: 0px solid red !important;
    
}
.quad-sin{
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    border: 0px solid red !important;
    height: auto !important;
    text-align: center;
}

.flex-item-row{
    flex-direction: column;
    border: 4px solid #697f9621;
    
    align-items: center;
    justify-content: center;
    
    
}

.sutil{
    font-weight: lighter;
    color:gray;
    opacity: 0.7;
}












.mapa-viaje{
    height: 100% !important;
}

.riesgo-viaje{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #dadada;
}

.border-pais{
    height: 800px;
}

/*********************ORGANIZADOR DE MIS TABLAS**********/

.line-fit{
    
    text-align: left;
    font-weight: bold;
    font-size: 1.5 rem;
}
hr.separate{
    width: 100%;
    margin: 5px auto;
    text-align: center;
    background: url('/img/bg-breadcrumb-bien.png');
    border: 1px solid transparent;

}









/*MIS VACUNAS***********************************/



#tabla-vacunas{
    /*border: 1px solid black;*/
    width: 100%;
    position: relative;
    margin-top: 35px;
}
.titulo-tabla{
    text-align: center; 
    padding: 5px;
    background-color: orange;
    height: 45px;
    border-radius: 5px;
    color: #505050;
}
#tabla-vacunas td{ 
    width: 300px;
    /*height: 50px;*/
    padding: 5px 0px;
    flex-direction: row;

}


#tabla-vacunas .dosado{
    /*height: 80px;*/ 
    line-height: initial;
}
.dosis{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.dosis div{
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: center;
    align-items: center;*/
}

#tabla-vacunas div + div{
    margin-left: 5px;
}

#tabla-vacunas span{
    text-align: center;
    padding: 10px 0px 2px 0px;
}
#tabla-vacunas li{
    list-style: disc;
    padding: 10px 0px;
}

.centro{
    margin: 0px 5px;
}
.marcador{
    color: #505050;
    width: 100%;
    height: 50px;
    border: 1px solid grey;
    text-align: center;
    font-weight: bold;
    border: 1px solid #00000038;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.marcado{
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 0;

}
.check-ico{
    height: 15px;
    width: 15px;
    opacity: 0.9;
}
.flex-vacunas{
    display: flex;
    flex-wrap: wrap;
}
.item-flex-vacunas{
    flex: 1;
    margin: 10px;
}

.form-submit{
    width: 100%;
    background-image:linear-gradient(to right,greenyellow,green);
    height: 50px;
    font-weight: bold;
    font-size: 1.2rem; 
    border-radius: 5px;
    color: white;
}
.form-submit:hover{
    animation: melsa 0.1s ease-in-out;
    background-color:brow;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}

.ficha{
    width: 100%;
    margin: auto;
}



/**********************ADMINISTER - RIESGOS PAISES*************************/

/*GENERAL*/
#menu-admin{
    padding-top: 55px;
    position: absolute;
    left: 0px;
    top:48px;
    width: 200px;
    height: 100vh;
    background-color: #5050506e;
    border-radius: 0px;
    text-align: center;

}
#menu-admin a{
    color: #505050;
    font-weight: bold;
    width: 100%;
}

#menu-admin .item-menu-admin{
    border-radius: 20px;
    margin: 0px;
    padding: 10px 0px;
    height: 50px;
    width: 100%;
    display: block;
}


.lineaAdmin{
    z-index: 10000;
    position: absolute;
    top:48px;
    height: 50px;
    background-color:#505050;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineaAdminLeft{
    position: absolute;
    top:48px;
    left: 0px;
    height: 100%;
    background-color:#505050;
    width: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.administer-log{
    max-width: 100% !important;
    background-color: #8080805e;
    margin-top: 0px !important;

}
.administer{
    margin-top: 80px;
}

.form-centros input{
    border-radius: 30px;
    border: 1px solid #505050;

}







.riesgo-check{
    width: 100px;
    height: 100px;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: start;
}
.riesgo-check input{
    position: absolute;
    bottom:0;
    left: 0%;
}
.caja-colores{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    border-radius:10px;
    justify-content: space-evenly;
}
.colorcito{
    flex:1;
    max-width: 20px;

    border-radius:150px;
    height: 20px;
    width: 20px;
    background-color:red; 
    display: flex;
    justify-content: center;
    align-items:center;
    margin:0px 30px;
    position: relative;


}
.colorcito:nth-child(1){
    background-color: yellow;  
}
.colorcito:nth-child(2){
    background-color: purple;  
}
.colorcito:nth-child(3){
    background-color: yellowgreen;  
}
.colorcito:nth-child(4){
    background-color: red;

}



.title-color{
    position: absolute;
    bottom: -40px;
    width: 64px;

}
.title-color:nth-child(3){

    bottom: -150px;

}
.tabla-riesgos{
    max-height: 300px !important;
    overflow-y: scroll !important;
}

.tabla-riesgos td{
    padding: 30px !important;



}

#table-limiter{
    max-height: 300px;
    overflow: scroll;
}
.vacunas-limiter{
    max-height: 500px;
    overflow: scroll;
}

.busqueda-dinamica{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    
}
.busqueda-dinamica input{
    text-align: center;
    font-size: 1.1em;
    border-radius: 25px;
    margin-top:20px;
    margin-right:20px;
    height: 50px;
    border: 1px solid #8080801f;
    

}
.busqueda-dinamica .boton{
    width: 150px;
    cursor: pointer;
    background: url('/img/bg-breadcrumb-bien.png');
    border-radius: 25px;
}


/*MODIFICAR DATOS USUARIO*/
.ninot{
    position: relative;
    width: 100px;
    margin: 10px auto;
}
.ico-sin{
    margin: 0px;
    height: 120px;

    border-radius: 80px;
    padding: 1px;
    position: relative;
}
.ico-edit{
    position: absolute;
    bottom: 30;
    right: 0;
    cursor: pointer;
    height: 30px;
    background-color: #38f;
    border-radius: 100px;
    padding: 5px;
}

#avatar{
    visibility: hidden;
    position: absolute;
}
#avatar-div{
    margin: 0px;
}
.selector-avatar{
    z-index: 1;
    display: none;
    position: absolute;
    text-align: center;
    width: 43%;
    left: 40%;
    top: 45%;
    max-height: 20vh;
    background-color: rgb(200,200,200);
    overflow-y: scroll;
    border-radius: 50px;
}
.ico-img-sel{
    z-index: 30;
    display: inline-block;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

/*****************************INFO VIAJES***************/
.stetic-block{
    color: #505050;

    text-align: center;
    font-size: 1.5em; 
    border: 2px solid orange;
    width: 100%;
    max-width: 1000px;
    border-radius: 100px 100px 0px 100px;
    padding: 50px 50px 50px 50px;
    position: relative;
}
.justificado{
    text-align: justify;
}
.text-left{
    text-align: left;
}


/********************CENTROS DE VACUNACION*/
#centros-vacunacion{
    margin-top: 30px;
}
#mapa-riesgos{
    margin-top: 30px;  
}



/*FORMULARIO*/

#contenido-tablas{
    visibility: hidden;
}
#guardar-tabla{
    display:none;
    position: absolute;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 40%;
    z-index: 1000001;
}
#guardar-tabla *{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    margin: 5px 0px;
}
#guardar-tabla label{
    font-size: 1.1 rem;
    color: white;
}
#guardar-tabla input[type='submit']{
    color: #ffff;
    font-size: 1.1em;

    background-image: linear-gradient(to right,#697f96,#231f20);

}
.full-container{

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3d3737c9;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: none;
}

/*dash button*/

.dash-button{
    width: 100px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    border: 0px solid black;
}
.bola-dash{
    height: 19px;
    width: 50px;
    border-radius: 50px;
    background-color: grey;
    position: absolute;
    top:0px;
    left: 0px;
}
#publico-privado{
    margin-top: 20px;
}
.privado{
    left:0px;
    background-color: #d69595;
}
.publico{
    left:50px;
    background-color: #7cc07c;
}

.back-red{
    /*background-color:#ff000026;*/
}
.back-green{
    /*background-color:#00800042;*/
}

form#eliminar-tabla{
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

form#eliminar-tabla button[type="submit"]{
    background: url('/img/icons/garbage.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    padding: 4px 12px;
/*    background-color:#d69595;*/
    color:white;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*importar tablas*/

.screen-waiter{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/img/cargando.gif');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: none; 
}

.logoFluture {
    height: 41px;
    width: 109px;
    margin: auto;
    position: fixed;
    z-index: 1;
    right: 35px;
    bottom: 10px;
}

/*ANIMACION DESCIPTIVA*/
.elementos-flex{
    position: relative;
    
}

.flex-item:hover .sube{
    transition: all 100ms;
    bottom: 0;
}

.sube{
    background-color:#808080;
    position: absolute;
    bottom: -100%;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.sube *{
    margin: 10px;
    color: white;
 
}

/*TABLA IMPORTADA*/

.tabla-importada{
    
}

.panel-control{
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color:white;
    color: white !important;
    display: flex;
    justify-content: center;
    z-index: 10000000;
}










@media all and (max-width:900px){

    .miGrid{
        display: block;
    }
    .miGrid div{
        margin: 10px 0px;
    }
    .bloque-items div{
        width: 100%;
    }

    #nuevo_viaje_1{

        display: block;
    }
    #nuevo_viaje{
        display: none;
    }

    .bloque-flex.radios{
        flex-wrap: wrap;
        min-width: 150px;
    }
    .menuViajero, #logo-2{
        display: none;
    }
    .container-space-left{
        width:100%;
        margin-top: 150;
        margin-left: 0;
    }
    nav{
        width: 100%;
        overflow: hidden;
    }

    #menu-admin{
        display: none;
    }

    #skyline{
        display: none;
    }
    .bloque-flex.logo{
        padding: 10px;
        color: white !important; 
    }
    .bloque-flex-der{
        /*display: none;*/

    }
    
 

    .logo{
        justify-content: center !important;
    }
    #avion{
        display: none;
    }


}

.container{
    display: flex;
}
.cont-1{
    flex: 1;
    height: 400px;
    overflow-y: scroll;
    border:1px solid #80808029;
    background-color: white;
    border-radius: 15px;
    margin-right: 15px;
    
}
.cont-2{
    flex:1;
    text-align: center;
    height: 400px;
    border:1px solid #80808029;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
   
}
.button-grid{
      
      transition: 100ms all;
      color:white;
      background:#00a351;
      border: 0px solid white;
      color:white;
      font-weight: inherit;
      margin-top:20px;
      padding:10px 50px;
      border-radius:100px;
      cursor:pointer;
      text-decoration:none;
  }
  .button-grid:hover{
      transition: 100ms all;
      color: #505050;
      background-color:transparent;
      border: 5px solid #505050;
     
      font-weight: bold;
  }
  table{
      padding: 0px 10px;
      overflow-x: scroll;
     
      border-radius: 15px;
      padding: 10px;
      
  }
  tr{
      border:1px solid grey;
  }
  th{
      padding: 10px 0px;
  }
    
  td{
      padding: 5px 10px;
  }
   td{
      padding: 5px 10px;
  }
