*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: montserrat;
}
a{
    text-decoration: none !important;
    color: black !important;
}
.cont_pass{
    width: 30%;
    flex-direction: column;
    justify-content: center;
    height: 100% !important;
}

.cont_pass p, .cont_pass input{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: x-large;
    
    
}
nav{
    background: #0082e6;
    height: 80px;
    width: 100%;
}

nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li p{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
select{
    color: black;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    height: 2rem;
    text-align-last:center;
}
option:checked{
    width: 100%;
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.bars{
    padding-left: 0px !important;
}
@media (max-width: 1200px){
    .checkbtn{
        display: block;
    }
    .No-move{
        margin: 0px 0px !important;
    }
    .No-move-p{
        padding: 0px !important;
    }
    .bars{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 5;
    }
    .Move{
        display: block;
        margin: 50px 0;
        line-height: 30px;
        
    }
    nav ul li p{
        font-size: 20px;
    }
    nav ul li select{
        font-size: 20px;
        width: 100%;
        font-size: x-small;
    }
    option{
        font-size: x-small;
    }
    
    
    #check:checked ~ ul{
        left: 0;
    }
    
}
@media  (max-width: 800px){
    .card{
        width: 100% !important;
    }
    .table td,.table th{
        padding: 2px !important;
        
    }
    img{
        width: 30% !important;
    }
    .cont_pass{
        height: 100% !important;
        width: 100% !important;
    }
    
}
@media (max-width: 430px){
    #name{
        line-height: 1.5 !important;
    }

}
section{
    width: 100%;
    display: flex; 
    
    flex-wrap: wrap;
}
/* section div{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    height: 300px;
    margin: 1rem;
    
    
} */

/* 
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin: 1rem !important;
    justify-content: center;
    align-items: center;
    
} */
/* .card-body{
    flex: 1 1 auto;
    padding: 1.25rem;
    display: flex;
    justify-content: center !important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    
}
.card-body:hover{
    color: black;
    font-size: larger;
    transition: .5s;
} */
.boton{
    width: 330px;
    border-radius: 30px;
    border: none;
    background: #0082e6;
    height: 1.5rem;
    color:  white;
    cursor: pointer;
    margin-bottom: 10px !important;
    font-size: larger;
    height: 2.2rem !important;
}
.boton:hover{
    width: 310px;
    height: 1.6rem;
    font-size: x-large;
    transition: .5s;
}
.table{
    width: 100%;
    border-collapse: collapse;

}
.table td,.table th{
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.prueba2{
    border-radius: 50%;
    min-width: 100px !important;
    height: 100px;
    width: 100px;
    background-image: url("img/bikes-151050_640.png");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 1px 20px 1px;
}
.prueba3{
    
    min-width: 100px !important;
    height: 100px;
    width: 100px;
    background-image: url("img/61900.png");
    background-size: cover;
    background-position: center;
    
}
.prueba1{
    border-radius: 50%;
    min-width: 100px !important;
    height: 100px;
    width: 100px;
    background-image: url("img/Education_\(10\).jpg");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 1px 20px 1px;
}
.prueba4{
    border-radius: 50%;
    min-width: 100px !important;
    height: 100px;
    width: 100px;
    background-image: url("img/b738ffaa63b3c0e44d08d3baa2ff5c40.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 1px 20px 1px;
}
.boton-aprobar{
    background: none;
    border-radius: 10px;
    width: 100%;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://media.giphy.com/media/xTk9ZvMnbIiIew7IpW/source.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}


