* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing:border-box ;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contenedor{
    width: 95%;
    max-width: 1200px;
    margin: auto;
    
}

.contenedor.logo1{
    float: left;
}
.contenedor.logo2{
    float: right;
}

header nav{
   
    margin-bottom: 10px;
    background: #089992;
    -webkit-transition: all ease 10s;
    transition: all ease 10s;
    transition: all ease 10s; 

    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    

       
}


    header nav ul {  

    list-style: none;
    overflow: hidden;
    
    
        
}

        header nav ul li{
            float: right;

        }

            header nav ul li a{
            display: block;
            padding: 20px;
            color: white;
            text-decoration: none;
            
                        
            }

            header nav ul li a:hover{
                    background: white;
                    color: #089992;

            }


.menu-fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
}


.sobre{
    background-color: bisque;
    width: 100%;
    
}

.aliados{
    background-color: rgb(202, 255, 10);
    width: 100%;
   

}

.cont{
    display: flex;
    
}

form .gmp_canvas{
    position: absolute;
    
}

.formu{
    padding-top: 50px;
    padding-left: 50px;
    background-color: #089992;
    width: 100%;
    color: aliceblue;
    
}

.input{
    border: 0;
    width: 80%;
    height: 20px;
   padding-left: 5px;
}

textarea{
    width:200px; 
    height:600px;
}

.bot{
    padding-left: 180px;
}

.boton {
    padding: 10px 20px;
    background-color: #ffffff;
    color:#089992;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    
  }
  .boton:hover {
    background-color: #045854;
    color: #ffffff;
    
  }
  .boton:active {
    background-color: #3e8e41;
  }

footer{
    background-color: #089992;
    width: 100%;
    border-radius: 10px;
    
    
}

img{
    padding-right: 20px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    color: aliceblue;
}

form {
    align-items: center;
}

#central {
    max-width: 320px;
    width: 100%;
}

.titulo {
    font-size: 250%;
    color:#bbe1fa;
    text-align: center;
    margin-bottom: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

#login {
    width: 100%;
    padding: 50px 30px;
    background-color:#089992;
    
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    box-sizing: border-box;
}

#login input {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#089992;
    
    display: block;
    width: 100%;
    height: 40px;
    
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    
    box-sizing: border-box;
    
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

#login input::placeholder {
    font-family: 'Overpass', sans-serif;
    color: #E4E4E4;
}

#login button {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#045854;
    width: 100%;
    height: 40px;
    border: none;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    background-color: #bbe1fa;
    
    margin-top: 10px;
}

#login button:hover {
    background-color:#045854;
    color:#bbe1fa;
}

