
/*--------------------------------------------*/

.resources .title{
    padding-top: 40px;
    padding-bottom: 80px;
    background: #E6E6E6 0% 0% no-repeat padding-box;
}


.resources .section-1{
    
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
}


.resources .section-1 .infoBox{

    position: relative;
}


.resources .section-1 .infoBox .img1{
    
}

.resources .section-1 .infoBox .infoConten{
    padding-left: 0px;
}

.resources .section-1 .infoBox .infoConten .title h2{
   
    text-align: left;
    font: normal normal bold 56px/60px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    padding-bottom: 30px;
}

.resources .section-1 .infoBox .infoConten .text p{
    text-align: left;
    font: normal normal normal 20px/28px Nunito;
    letter-spacing: 0px;
    color: #999999;
    opacity: 1;

    margin-bottom: 30px;
}

.resources .section-1 .infoBox .infoConten .btn1 a{
    background: #0076FF 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 16px/24px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*--------------------------------------------*/

.resources .section-2 {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
}



.resources .section-2 .img{
    overflow: hidden;
    height: 350px;
}

.resources .section-2 .contentInfo{
    margin: 0 auto;
    margin-top: 30px;
    background: #F5F5F5 0% 0% no-repeat padding-box;

}

.resources .section-2 .contentInfo .infoBox{
	margin-top: 0px;
}

.resources .section-2 .contentInfo .infoBox h3{
	margin-bottom: 20px;
}

.resources .section-2 .contentInfo .infoBox p{
	margin-bottom: 20px;
}

.resources .section-2 .contentInfo .infoBox .infoFech{
	margin-bottom: 20px;
}

.resources .section-2 .contentInfo .infoBox .infoFech p{
	font: normal normal normal 16px/24px Nunito !important;
    color: #999999 !important;
}




/*---------------------------------------------*/

@media (max-width: 1400px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 992px) {
    
    .articles .section-3 .title {
        text-align: center;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}