*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;  
}

header{
    display: flex;
    position: fixed;
    top: 0px;
    flex-direction: column;
    background: #3b413c;
    width: 100%;
    height: 100px;
}

.logo {
    margin: 20px auto;
}

#bajada {
    margin: -20px auto;
    color: #fff;
    text-align: center;
    font-size: 15px; 
}

h1 {
    position: fixed;
    top: 100px;
    padding-top: 10px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #3b413c;
    background: #fff;
}

.container_sistemas {
    padding-top: 10px;
    background: white;
}

.container_sistemas p {
    margin-top: 0px;
    color: #3b413c;
}

.container_sistemas h2 {
    margin-top: 20px;
    color: #94d1be;
}

.container_cajas {
    margin: 0px auto;
    margin-top:10px;
    width: 90%;
    max-width: 800px;
    flex-wrap: wrap;
    display: flex;
}

.caja {
    margin: auto;
    background: #3b413c;
    width: 50%;
    height: 160px;
    border: 1px solid #fff;
    text-align: center;  
    padding-top: 60px;
}

.caja:hover {
    background: #9db5b2;
}

a {
    color: #94d1be;
    font-size: 12px;
    font-weight: 700;
}


h3 {
    color: #daf0ee;
    font-size: 10px;
    font-weight: 400;
}

body {
    text-align: center;
    font-style: normal;
}


.btns {
    width: 100%;
    margin: 0px auto;
    top: 150px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
}

.btn {
    margin: 0px auto;
    width: 50%;
    height: 32px;
    background: #94d1be;
    text-align: center;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: white;
    padding-top: 8px;
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;

}

.btn:hover {
    background: #9db5b2;
}

/*
.menu {
    width: 100%;
    background: red;
    margin: auto;
    padding-top: 200px;
}


.boton1, .boton2 {
         display:flex;
         flex-wrap: wrap;
         flex-direction: column;
         align-items: center;
         align-content: space-between;
         width: 150px;
         background: #94d1be;
         border-style: none;
         padding: 10px;
         margin-left: 25%;
         margin-bottom: 15px; 
}

*/

.info {
    background: #3b413c;
       display: flex;
       width: 100%;
       height: 100%;
       font-size: 12px;
       font-family: 'Open Sans';
       text-align: left;
       margin: auto;
        margin-top: 180px;
}

.info2 {
    background: #3b413c;
       display: flex;
       width: 100%;
       height: 100%;
       font-size: 12px;
       font-family: 'Open Sans';
       text-align: left;
       margin: auto;
        margin-top: 20px;
}


.fotos{
        width: 100%;
        margin: auto;
    margin-top: 10px;
}

  

p { 
    margin: 20px;
    color: #fff;
}



#sistema {
    margin-left: 20px;
    padding-top: 9px;
    padding-bottom: 15px;
    font-size: 13px;
}


.botonera {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    align-content: flex-end;
    background-color: whitesmoke;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}



#footer {
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    margin: auto;
    margin-bottom: 70px;
}
    
footer p {
    color: #3b413c;
    font-size: 50%; 
}


@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
