@charset "utf-8";

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

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

.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;
}


header {
    position: fixed;
    top: 0;

    width:100vw;
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;    
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background:#47494C;
    height: 2.8em;
    z-index: 5;
}

header .menuburguer {
    background:#f6f6f6;
    position: fixed;
    right: -80vw;
    top: 0;
    height: 100vh;
    width: 80vw;
    max-width: 25em;
    transition: all .6s ease;
    z-index: 8;
}

header .menunoti {
    background:#47494C;
    position: fixed;
    right: 0;
   top: -80vh;
    height: 40vh;
    width: 70vw;
    max-width: 25em;
    z-index: 1;
    border-radius: 0px 0px 0px 10px;
}

header nav ul li {
    width: 3em;
    height: 3em;
    margin-left:.25em;
    margin-right:1em;    
    margin-top:.5em;
    display: flex;  
}

header nav ul li a {
    height: 100%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    justify-content: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuburguer{
    width: 80%;
    background:#f6f6f6;
}

.menunoti{
    width: 80%;
    background:#f6f6f6;
}

.ulmenuburguer{
    background:#f6f6f6;
    display:flex;
    flex-direction:column;
    align-items: flex-end;
    margin-top: 12vh;
}

.limenuburguer{
    margin-right: 1em;
    display:flex;
    flex-direction:column;
    justify-content: space-around;
    align-items: flex-end;
    width: 80%;
    background:#f6f6f6;
    margin-bottom: .5em;
}

.amenuburguer{
    background:#f6f6f6;
    color:black;
    text-align: right;
    display: flex;
    font-size: 1.2em; 
    font-weight:300;
}

.cerrarsesion{
    background:#f6f6f6;
    color:#1d86c5;
    text-align: right;
    display: flex;
    font-size: 1.2em; 
    font-weight:300;
    font-style: italic;
}

.amenuburguer:hover,.editarperfil:hover,.cerrarsesion:hover{
    color: #10BEF0;

}



.editarperfil{
    background:#f6f6f6;
    color:#1d86c5;
    text-align: right;
    display: flex;
    font-size:1.5em; 
    font-weight:300;
    
}



.ulmenunoti{
    background:#47494C;
    display:flex;
    flex-direction:column;
    align-items: flex-end;
    margin-top: 1em;
}

.limenunoti{
    width: 90%;
    background:#47494C;
    padding-left: 1em;
}

.amenunoti{
    background:#47494C;
    color:white;
    text-align: left;
    display: flex;
    font-size: 1em; 
    font-weight:300;
    text-align: center;
}

.amenunoti:hover,.amenunotiimp:hover{
    color: #10BEF0;
}


header nav.notivisible {
top: 2.8em;    

}

header nav.menuvisible {
    right: 0;
    transition: all .7s ease;
}

.line{
    text-align: right;
    display: flex;
    width: 70%;
    font-size: 1px;
    color: #7c7c7c;
    background:#32A0DA;
    line-height: 1.5px;
    margin-right: 20em;
}



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

 }

.homea {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
    height: 100%;
    width:auto;
 }

.logosiu {
    display: flex;
    flex-direction:row; 
    justify-content:flex-start;
    align-items: center;  
    height: 50%;
    width: auto;

 }

.icons {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    flex-direction:row;
 }

.Notific {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
    margin-right: .5em;
}

.Notifica {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    height:100%;
    width: auto;
}

.Notificicon {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    height:80%;
    width: auto;
}

.hmenu {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
 }

.hmenua {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
 }

.hmenuicon {
    margin-left: 0.5rem;
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:80%;
    width: auto;
    z-index: 10;
 }

.hmenuicon:hover {
    margin-left: 0.39rem;
    height:85%;
 }

.main {
    display: flex;
    flex-direction: row;
    justify-content: center;  
    align-items: center;
    height: 90%;
    width:auto;
}


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

.titulo {display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height:6em;
    width:auto;
    padding-bottom:.2em;
    padding-top:2em;
    background-color:#1085C7;
    color: white;     
    font-weight: 900;
    }


.Titulos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    display: flex;
    font-stretch: condensed;
    padding-top:.5em;
    padding-bottom:.5em;
    justify-content: center;
    align-content: center;
    text-transform: uppercase;
    min-height: 3em;
    

    font-size: .75em;
    font-stretch: condensed;
    letter-spacing: .05em;
}


.item1 {
    color:white;
    width:33.3333%;
    background-color: #1085C7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.item2 {
    font-weight: 200;
    color:lightgray;
    width:33.3333%;
    display: flex;
    background-color: #32A0DA;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item3 {
    font-weight: 200;
    color:lightgray;
    width:33.3333%;
    display: flex;
    background-color: #10BEF0;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
}


.select-style {
    display: flex;   
    align-items: center;
    width:16rem;
    height:2.5em; 
    padding-left:20px;
    color:darkgray;
    
    text-align-last: left;
    border: 1px solid #33CBFF;
    
    font-weight: normal;
    font-size: .8em;
    color:darkgray;
    font-stretch:extra-condensed;
}

.select-style select {

    padding-left:0.1em;
    padding-right:0.4em;

    text-align-last: left;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    
    font-weight: normal;
    font-size: 1.1em;
    color:darkgray;
    font-stretch:extra-condensed;
}

.select-style select:focus {
    font-stretch:extra-condensed;
    outline: none;
}

.contenido{
    display:flex;
    
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    background-color: #1085C7;
    height:100vh;
    flex-grow: 1;
    width:100%;
}

titulo {display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height:6em;
    width:auto;
    padding-bottom:.1em;
    padding-top:1em;
    background-color:#1085C7;
    color: white;     
    font-weight: lighter; 
    }


label {
display:block;
letter-spacing:2px;
}
form {
display:block;
color: #10BEF0;
font-style: normal;
margin-left: auto;
margin-right: auto;
font-weight: 100;
}

input, textarea 
{ width:250px;
height:28px;
background:white;
color: black;
border:0.1px solid #10BEF0;
padding:15px;
font-size:13px;
    object-position: center;
}

.botonaceptar {
    cursor: pointer;
    font-weight: 100;
    border:0.1px solid #10BEF0;
    width:100px;
    height:32px;
    padding:7px;
    object-position:right;
    text-align: center;
    color: white;
    background-color: #10BEF0;
    margin-left: 150px;
}



.fotoperfil {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    height:100%;
    width:auto;

}


select {
    display:flex;
    flex-direction:row;
    justify-content:center;
align-items:center;
    width: auto;  
        margin-left: auto;
    margin-right: auto;
}


.foto{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height: 90%;
    width:auto;
    border-radius: 4px;
}

h2 { display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height: 90%;
    width:auto;
}

.textoform{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height:100%;
    width:130%
    
}



.boton {
    border-radius: 2px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-decoration:none;
    height:2em; 
    min-height:2em; 
    text-align: center;
    color:black;
    background: white;
    border: 1px solid white;
    font-size: 1em;
    width:11em;
    letter-spacing: .07em;
    box-shadow: 1px 1px 4px #1072aa;
    z-index:3;
}



.cursadabotones{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    width:70%;
   
}

.cursadabotones li{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    width:30%;
    margin:10%;
}



footer{
    position: fixed;
    bottom: 0;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    background-color: #47494C;
    height:2.7rem;
    width:100vw;
}


footer p{
    color:darkgray;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    font-style: italic;
}



        .hidescale {
            opacity: 0;
        }

        .showscale {
            opacity: 1;
        }
