*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    /*font-size: 12px !important;*/
}

.logo-oficial{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-top: -20px;
    margin-right: 10px
}

.logo-oficial-facultad{
    height: 115px;
    border-radius: 5px;
    margin-top: -20px;
    margin-right: 10px
}
.content-cabezera{
    align-items: center;
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
    position: relative;
    background-image: url(../img/fondo.JPG);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.centrar-todo{
    width: 100%;
    max-width: 1050px
}

.content-cabezera:before{
    content: "";
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;  
    background: black;
    opacity: 0.5;
}
content-logo{
    width: 80px;
    height: 80px;
    margin: auto;
    height: auto;
    display: block;
}
.content-logo img {
    width: 95px;
    height: 80px;
    margin-bottom: 0px;
}

.content-cabezera .content-todo{
    padding: 30px;
    z-index: 0;
}

.main{
    padding: 10px;
}

.panel{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    max-width: 800px;
}

.panel p{
    text-align: justify;
}


.centrar-todo{
    width: 100%;
    max-width: 1050px
}

.content-informacion{
    text-align: justify !important;
    background: #F5F5F5;
    padding: 20px 70px;
    margin: auto;
}

.centrar-informacion{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

@media screen and (min-width: 700px){
    .form-details{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .item-details{
        padding: 10px 40px;
        font-size: 14px;
    }

    .icon-details{
        margin-bottom: 10px;
    }

    .centrar-todo{
        display: flex;
        text-align: center;
        width: 100%;
        margin: auto;
        padding: 0px 40px;
    }

    .centrar-informacion{
        display: flex;
        text-align: center;
        background: #F5F5F5;
        padding: 10px 100px;
        width: 100%;
    }

    .items{
        padding: 10px 30px;
        text-align: justify
    }

    .panel{
        padding: 10px;
        border: none;
    }

    .content-paneles{
        border: 1px solid #F5F5F5;
    }

    .centrar-pie{
        display: flex;
        text-align: center;
        background: #232323;
        padding: 10px 100px;
        width: 100%;
        margin: auto;
    }
}