body {
    box-sizing: border-box;
    margin: 0%;
    font-family: 'Roboto', sans-serif;
}

header {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 6px;
    display: flex;
    justify-content: flex-end;
    line-height: normal;
}

nav {
    display: flex;
    align-items: center;
}

.gmail {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    padding: 7px;
    font-size: 13px;    
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

.gmail:hover {
    text-decoration: underline;
}

.imagenes {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    margin: 8px;
    padding-right: 13px;
    font-size: 13px;    
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

.imagenes:hover {
    text-decoration: underline;
}


.apps {
    color: #5f6368;
    height: 16px;
    width: 16px;
    padding: 10px;
    cursor: pointer;
}


.appshover {
    height: 36px;
    width: 36px;
    padding:0px;
    margin: 0px;
}


.appshover:hover {
    border-radius: 100%;
    background: #f0f0f0;
    display: block;
}

.appshover:active {
    border-radius: 100%;
    background: #f0f0f0;
    display: block;
}

.appshover:hover .apps-menu{
    display: block;
}

.appshover:active .apps-menu{
    display: block;
}


.usuario {
    width: 38px;
    height: 38px;
    padding-left: 12px;
    padding-right: 8px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 154px);
    width: 100%;
}

.inputdiv{
    width: 550px;
    height: 14px;
    padding: 15px;
    border: 1.5px solid rgb(223, 225, 229);
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #dfe1e5;
    max-width: 584px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.inputdiv:hover {
    box-shadow: -1px 1px 5px 0px rgba(174,174,176,0.75);
}

input:active{
    border: none !important;
}

input{
    width: 90%;
    outline: none;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px; ;
    color: rgba(0, 0, 0, 0.87);

}

.lupa {
    width: 14.5px;
    height: 14.5px;
}

.mic {
    width: 20px;
    height: 20px;
}

.doodle {
    width: 330px;
    padding-bottom: 20px;
}

.btn-content {
    display: flex;
    padding-top: 20px;
    box-sizing: border-box;
}

.btn {
    padding: 8px 15px;
    margin: 8px;
    background-color: rgb(248, 249, 250);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(53, 57, 59);
    border: 1.5px solid transparent;
    border-radius: 5%;
}

.btn:hover{
    border: 1.8px solid #d6d7db;
}

footer{
    align-content: flex-end;
    background-color: #f2f2f2;
    width: 100%;
    height: 94px;
    box-sizing: border-box;
}

footer a {
    text-decoration: none;
    color: rgb(112, 117, 122);
}

footer a:hover {
    text-decoration: underline;
}

.linea1 {
    border-bottom: 1.79688px solid rgb(218, 220, 224) ;
    font-size: 15px;
    height: 46px;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 30px;
    padding-left: 30px;
    color: rgb(112, 117, 122);
}

.linea2{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    font-size: 14px;
    height: 46px;
}

.linea2a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 505.297px;
    padding-left: 20px;
}

.linea2a a {
    padding: 15px;
}

.linea2b {
    display: flex;
    justify-content: space-between;
    width: 311.031px;
    padding-right: 20px;
}

.linea2b a {
    padding: 15px;
}

.apps-menu {
    display: none;
    padding: 15px;
    width: 310px;
    height: 300px;
    overflow-y: scroll;
    border-radius: 2%;
    box-shadow: -1px 1px 5px 0px rgba(174,174,176,0.75);
    border: 1.5px solid rgb(223, 225, 229);
    position:absolute;
    top: 65px;
    right: 15px;
}

.app-content{
    width: 74px;
    height: 74px;
    display: inline-block;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 5px;  
    border-radius: 8%;
    margin: 5px;  
}

.app-content:hover{
    background-color: rgba(41, 98, 255, 0.1);
}

.appname {
    font-size: 14px;
    color: rgb(32, 33, 36);
    display: inline-block;
    margin: 0px;
}

.logo-goo {
    cursor: pointer;
    height: 51.7px;

}