*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.barra_wallpaper{
    width: 100%;
    height: 170px;
    background-image: url(../img/fundo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
}




.comther_dias{
    width: 80%;
    height: auto;
    min-height: 200px;
    border: 2px solid #000;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-direction: column;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    margin-top: 30px;
}


.comther_dias > h1{
 color: gray;
 font-size: 29px;
 font-family: Arial, Helvetica, sans-serif;
}
.comther_dias > h3{
 color: gray;
 font-size: 29px;
 font-family: Arial, Helvetica, sans-serif;
}


.comther_dias > p{
 width: 40%;
 border-bottom: 4px solid;
 padding-bottom: 4px;
 margin-bottom: 30px;
 text-align: center;
 color: gray;
 font-size: 29px;
 font-family: Arial, Helvetica, sans-serif;
}