html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h3{
	font-weight: bold;
		font-size: 20px;
}


/****

MAIN

****/

body{
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    background-image:url('../img/bg_por.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    background-color:#fab31b;
    width:100%;
}
.container{

    position: relative;
    padding:0px;
}

.desc{
    background-color:#007d77;
    padding:10px 40px;
    color:#fff;
    font-size:28px;
    line-height:30px;

}

.por__header{
    background-color:#fff;
    width:100%;
    margin-bottom: 60px;
}


.logo{
    padding:16px 0px 40px 40px;
}
.logo img{
    max-width: 205px;
    width: 100%;
}
.logogoodmood{
	width: 200px; 
	padding: 8px; 
	text-align: center;
	}

.por__content{
    width:100%;
    background-color:rgba(255,255,255, 0.8);
    padding:40px 40px 0px 40px;
    line-height: 20px;
    font-size:16px;

}


.por__footer{
    background-color:#fff;
    width:100%;
    padding:40px;
    margin-top:60px;
}
.por__text{
    line-height:24px;
}

.por__text strong{
    font-weight:700;
    color:#007d77;
}

.por__h1{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #007d77;
}


.por__row{
    width:100%;
    position:relative;
    margin-top:40px;
    padding-bottom:40px;
}

.porcol{
    margin-top:40px;
}

.pro__img{
    width:100%;
}


@media (min-width: 768px) {
    .por__content {
        height: 45vh;
        overflow: auto;
        max-height: 940px;
    }

    .porcol__50 {
        width: 50%;
    }

    .porcol{
        float:left;
        min-height: 1px;
        margin-top:0px;
    }
    .porcol__left{
        padding-right: 20px;
    }
    .porcol__right{
        padding-left: 20px;
    }
}
