.info-module {
    padding: 100px 0;
    /* color: #656464; */
    text-align: center;
}

.full-width {
    width: 100%;
    height: 300px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 2rem;
    text-align: center;
    overflow: hidden;
}

.darken-overlay {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    top: 0;
    color: #fff;
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: flex;
    display: -webkit-flex; /* Safari 7 */
    align-items: center;
    min-width: 100%;
}

.full-width img {
    min-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
}

.contFotos {
    padding: 0px;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

    .contFotos img {
        height: auto;
        max-width: 100%;
        min-width: 100%;
    }

    .contFotos > div {
        overflow: hidden;
        padding: 0;
    }

.overlayFotos {
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: -moz-box; /* Firefox */
    display: -webkit-box; /* Safari and Chrome */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: flex;
    display: -webkit-flex; /* Safari 7 */
}

.tituloFotos {
    /*font-family: Myriad Pro, Regular;*/
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
}

.descFotos {
    /*font-family: Myriad Pro, Regular;*/
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-top: 31px;
}

.btnFotos {
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff !important;
    background: transparent;
    font-size: 12px;
}

.contIntFotos {
    margin: auto;
    max-width: 55%;
}

.contNews {
    padding: 30px 5px;
}

.imageNews {
    width: 80px;
    height: 80px;
}

.titleNews {
    color: #2F67B0;
    line-height: 25px;
    font-size: 16px;
}

.descNews {
    color: #5F5E5E;
    line-height: 25px;
    font-size: 18px;
}

#titleNews {
    color: #000000;
    font-size: 30px;
    line-height: 43px;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 0px;
    width: 100%;
}


.itemNews {
    margin-bottom: 4%;
}

.btnNews {
    margin-left: 4%;
}

#titleNews {
    color: #000000;
    font-size: 30px;
    line-height: 43px;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 0px;
    width: 100%;
}
.imageNews2 {
    width: 100%;
    height: 80px;
}
.titleNews2 {
    color: #2F67B0;
    line-height: 20px;
    font-size: 16px;
}
.descNews2 {
    color: #5F5E5E;
    line-height: 15px;
    font-size: 13px;
}
.btnNews {
    margin-left: 4%;
	height: 40px;
}

.itemNews2{
margin-bottom:4%;
}
