*{
    margin: 0;
    padding: 0;
}

.Initial-Container{
    /* border: 1px red solid; */
    height: 50px;
    font-family: arial,sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end ; 
    align-items: center;   
    padding-right: 15px;
    
}


.Initial-Container .Google-Browser{
    text-decoration: none;
    text-transform: none;
    color: #111111; 
    margin: 5px;
    height: auto;
    padding: 0;
    
    
}

.Initial-Container .Google-Images{
    text-decoration: none;
    text-transform: none;
    color: #111111; 
    margin: 5px;
    height: auto;
    padding: 0;
    padding-right: 20px;
    position: relative;
}

.Initial-Container {
    text-decoration: none;
    text-transform: none;
    color: #111111; 
}

.Initial-Container .Google-Aplications{
    text-decoration: none;
    text-transform: none;
    width: 23px;
    height: 23px;
    color: #111111; 
    border-radius: 50%;
    margin-right: 20px;
}

.Initial-Container .Google-Profile{
    text-decoration: none;
    text-transform: none;
    width: 28px;
    height: 28px;
    color: #111111; 
    border-radius: 50%;   
}

.Initial-Container .Google-Browser:hover{
    text-decoration: underline;
}

.Initial-Container .Google-Images:hover{
    text-decoration: underline;
}

.Initial-Container .Google-Aplications:hover{
    background-color: #D3D3D3;
}

.Initial-Container .Google-Profile:hover{
    
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3); */
    box-shadow: 0 0 0.4em olive; 
}

.Principal-Container{
    /* border: 1px solid blue; */
    height: 480px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
}

.Principal-Container .Google-image{
    margin-bottom: 10px;
    width: 280px;    
    height: auto;
    /* border: 1px solid black; */
    position: relative;
}

.Principal-Container .input-container{
    border: 1px solid #dfe1e5;
    padding: 0;
    margin: 20px;
    /* margin-top: -200px; */
    height: 45px;
    width: 580px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
}

.Principal-Container .input-container:hover{
    box-shadow: 0 0 0.5em  rgb(32 33 36 / 28%);
    
}

.Principal-Container .input-container .Browser-image{
    background-image: url("https://img.icons8.com/android/24/000000/search.png");
    background-position: center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
    margin: 0;
    border-bottom: none;
    border-style: none;
    border-color: white;
    border-radius: 80%;
}


.Principal-Container .input-container .Browser-text{
    border: none;
    height: 100%;
    width: 480px;
    outline: none;

}

.Principal-Container .input-container .Browser-button{
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Google_mic.svg/716px-Google_mic.svg.png");
    background-position: center;
    background-size: 12px 18px;
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
    margin: 0;
    align-self: center;
    border-bottom: none;
    border-style: none;
    border-color: white;
    background-color: white;
    cursor: pointer;
    border-radius: 80%;
    padding-right: 50px;
    outline: none;
}



.Principal-Container .buttons-container{  
    width: auto;
    height: 45px;
    display: flex;
    margin-bottom: 20px;
    justify-content:center;
}
  
.Principal-Container .buttons-container button{
    margin: 5px;
    width: 180px;
    background-color:#f8f9fa;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #3c4043;
}

.Principal-Container .buttons-container button:hover{
    border: 1px solid #dadce0;
    color: #202124;
}


.Principal-Container .buttons-container button:focus{
    border: 1px solid #4d90fe;
    outline: none;
}



.Principal-Container .text-container {
    /* border: 1px solid #dadce0; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Principal-Container .text-container h1{
    font-size: 13px;
    color: #222;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
}

.Principal-Container .text-container a{
    font-size: 13px;
    font-weight: 100;
    margin-right: 5px;
    color: #1a0dab;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    
}

.Principal-Container .text-container a:hover{
    text-decoration: underline;
}

.Foot-container {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    height: 105px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-evenly;
    background-color: #f2f2f2;
    font-family: arial,sans-serif;
    color: rgba(0,0,0,.54);
}

.Foot-container .foot-up{
    border-bottom: 1px solid #dadce0;
    height: 30%;
    padding-top: 20px;

}

.Foot-container .foot-down{
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    
}

.Foot-container .foot-down .foot-down-left{
    
    justify-self: start;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.Foot-container .foot-down .foot-down-left a{
    margin-right: 20px;
}

.Foot-container .foot-down .foot-down-right{
    
    justify-self: flex-end;
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.Foot-container .foot-down a{
    color: rgba(0,0,0,.54);
    text-decoration: none;
    font-size: 14px;
}

.Foot-container .foot-down a:hover{
    text-decoration: underline;
}


