/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : ago 24, 2019, 1:19:44 p.m.
    Author     : Dell-PCTECHNOLOGY
*/

*{
    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{
/*    width: 100px;*/
    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/portalOptimizado.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;
}

.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;
}

.botones{
    border-style: solid;
    background: #724526;
    border: 2px solid #724526;
    padding: 10px 30px 10px 30px;
    color: white;
    border-radius: 30px;
    margin-top: 8px;
    font-size: 14px;
}
.botones:hover{
    cursor: pointer;
    background: #724D33;
    border: 2px solid #724D33;
}

.botones:focus {outline:0 !important;}

.main{
    padding: 10px;
}

.panel{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    border: 1px solid #009549;
    margin-bottom: 10px;
    max-width: 800px;
}

.panel p{
    text-align: justify;
}


.centrar-todo{
    width: 100%;
    max-width: 1050px
}

.panel .encabezado-paneles{
    width: 100%;
    padding: 10px;
    float: left;
    background: #724526;
    color:white
}

.imagen-paneles{
    margin-bottom: 20px;
}

.panel .content-paneles{
    padding: 20px 10px;
}

.panel:hover{
    -webkit-box-shadow: -200px -200px 0px -200px rgba(0,0,0,0.75);
    -moz-box-shadow: -200px -200px 0px -200px rgba(0,0,0,0.75);
    box-shadow: -200px -200px 0px -200px rgba(0,0,0,0.75);
    cursor: pointer;
    transition:background 0.5s,color,0.5s;
}

.content-informacion{
    text-align: justify !important;
    background: #D8B49C;
    padding: 20px 70px;
    margin: auto;
}

.centrar-informacion{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.cotent-informacion .items{
    padding: 40px;
    margin-bottom: 10px;
}

.form-contacto{
    padding: 10px;
    font-size: 12px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.tamaño-boton-enviar{
    font-size: 12px;
}

.form-contacto .iconos-informacion{
    text-align: center; 
}

.content-pie{
    text-align: center;
    background: #232323;
    color: #FF8A16;
    height: 470px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.centrar-pie{
    width: 100%;
    max-width: 1200px;
    height: 500px;
    border: 1px solid black
}

@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: #D8B49C;
        padding: 10px 100px;
        width: 100%;
    }

    .items{
        padding: 10px 30px;
        text-align: justify
    }

    .panel{
        padding: 10px;
        border: none;
    }

    .content-paneles{
        border: 1px solid #724526;
    }

    .centrar-pie{
        display: flex;
        text-align: center;
        background: #232323;
        padding: 10px 100px;
        width: 100%;
        margin: auto;
    }
}

.estilo-label{
    float: left; color:black; font-weight: bold
}

-tamanio12{
    font-size: 16px !important;
}

.form-contacto label{
    text-align: left;
}

.form-contacto input{
    margin-bottom: 10px;
    font-size: 12px;
}

.tamanio12{
    font-size: 12px !important;
}


