﻿section{
    margin:0 auto;
    width:90%;
    background:white;
    display:flex !important;
    min-height:700px;
    margin-bottom:3%;
    margin-top:3%;
}
@media (max-width:600px) {
    section {
        width: 100%;
    }
}
article{
    flex:0.8;
    height:100%;
}
/***************************************************************/
.barra{
    flex:0.2;
  
    background:#fafafa;
    min-height:700px;
}
.barra ul{
    width:100%;
    padding:0;
    
    list-style:none !important;
}
.barra ul li{
    height:auto;
    width:100%;
}
.barra ul li input{
    width:100%;
    padding-top:3%;
    padding-bottom:3%;
    background-color:#f2f2f2;
    border-left: 0.6px solid rgba(0, 0, 0, 0.15);
    border-right: 0.6px solid rgba(0, 0, 0, 0.15);
    border-top:0.6px solid rgba(0, 0, 0, 0.15);
    border-bottom:none;
    border-radius:2px;
}
.barra ul li input:hover{
    background-color:#1a637a;
    color:#fff;
}
/***************************************************************/