@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


header {
    padding-left: 2em;
    padding-right: 2em;
    background:#47494C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}


.menu{
    display: flex;
    flex-direction:row;
    height:100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menu li{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.home {
    width: 100%;
    height: auto;
    display: flex;
    justify-content:flex-start;
    align-content: center;
 }

.hmenu {
    display: flex;
    flex-direction:row-reverse;
    justify-content: flex-end;
 }

.Notific {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    padding:20px;
}


main {
    height: 100vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.usuario {
    height: 5.5 rem;
    display: flex;
    justify-content: center;   
    padding-top: 3vh;
    padding-bottom: 5vh;
}

.foto{
    height: 5.5rem;
    border: 1px solid #33CBFF;
    border-radius: 4px;
}

.infoPersonal{
    height: 5.5rem;
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.infoPersonal .nombre{
    padding-left:0.2em;  
    font-weight: 200;
    font-size: 18px;
    font-stretch: condensed;
    letter-spacing: .05em;
}

.infoPersonal .rotulo{
    padding-left:0.4em;    
    font-weight: normal;
    font-size: 13px;
    color:darkgray;
    font-stretch: condensed;
    letter-spacing: .1em;
}

.select-style {
    display: flex;
    justify-content: fl;    
    align-items: center;
    width:15rem;
    height:2.5em; 
    padding-left:0em;
    padding-right:0.4em;
    color:darkgray;
    
    text-align-last: left;
    border: 1px solid #33CBFF;
    font-size: 13x; 
    background: url("img/selector.png") no-repeat 96% 0;
   -webkit-appearance: none;
    
    font-weight: normal;
    font-size: 13px;
    color:darkgray;
    font-stretch: condensed;
     letter-spacing: .05em;

}

.select-style select {
        
    
    padding-left:0em;
    padding-right:0.4em;
    font-size: 13px; 
    text-align-last: left;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    
    font-weight: normal;
    font-size: 13px;
    color:darkgray;
    font-stretch: condensed;
    letter-spacing: .05em;
}

.select-style select:focus {
    outline: none;
}



.contenedor {
    width: 90%;
    /* height: 90vh; */
    margin: auto;
    background-color: white;
    padding: 1em;
    
}

.elemento {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
}
.Solapas{
    display: flex;
    
    height:100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.Titulos{
    
    padding-left:1.7em;  
    font-weight: 600;
    font-size: 15px;
    font-stretch: condensed;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    justify-content: center;
    align-content: center;
}

.Solapas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    
}
.Solapas img{
    display: flex;
     flex-direction: column;
    justify-content: center;
    align-content: center;
    max-width: 382px;
    width:auto;
}

.item1 {
    background-color: #1085C7;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    align-content: center;
	padding-bottom:1em;

}

.item2 {
    display: flex;
    background-color: #32A0DA;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
	flex-grow: 1;
}


.item1 img, .item2 img{
	Height:12em;
}

.item3 {
    display: flex;
    background-color: #10BEF0;
}

.item4 {
    display: flex;
    background-color: #808285;
}


