*,body,html{
	font-family:  lato,sans-serif;
}
a{ text-decoration: none; }
a:hover{ text-decoration: none; color: black; }
.justify{ text-align: justify!important; }
.uk-navbar-container{
  transition: background-color 0.9s ease;
}
.err{ color: red; font-size: 12px!important; }
.credits{ color: #ccc; font-size: 12px!important; }
.brand{ color: rgba(236,98,98,0.9); font-weight: bold;  }
.brand2{ color: rgba(236,98,98,0.9); font-weight: bold; font-size: 3rem;  }

.closes{
    position: absolute;
    right: 15px;
    color: white;
    z-index: 1080;
}
.fonde blockquote {
    z-index: 0;
    position: relative;
    font-family: pt-sans-narrow,sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.455;
    letter-spacing: normal;
    color: rgba(238,103,100,1);
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal!important;
}
.footer{
	padding: 30px;
	color: rgba(80,80,80,0.6)!important;
	font-size: 17px!important;
}

.fonde{ 
	background-color: white; 
	width: 100%; 
	padding: 40px 10px 40px 10px;  
	color: #F15922; 
	font-size: 1.6rem;
	font-family: lato,sans-serif;
	text-align: justify-all;
}
.fonde2{
	background-color: #F15922; font-size: 20px; padding: 40px;
}

.fonde3{
	background-color: #FFFFFF; 
	font-size: 20px; 
	font-family:  lato,sans-serif;
	padding: 40px; 
	color: rgba(80,80,80,1)!important;
	font-style: normal!important;
}
.fonde3 blockquote {
	color: rgba(80,80,80,1)!important;
	font-family:  lato,sans-serif;
	font-style: normal!important;
}

.fonde h1, .fonde3 h1 {
    position: relative;
    z-index: 0;
    font-family: pt-sans-narrow,sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgba(80,80,80,1);
    text-align: center;
    margin: 0;
    padding-top: 0;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.fonde h1:before, .fonde3 h1:before {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    width: 120px;
    height: 3px;
    margin-left: -60px;
    background-color: rgba(236,98,98,0.9);
}

.fonde ol { color: rgba(80,80,80,1); font-size: 17px;  }
.fonde ol li { 
	text-align: justify;
	font-family: lato,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: normal;
    color: rgba(80,80,80,1);
    margin-left: 0px;
    margin-right: 0px;
}

.btnround{
	font-size: 14px;
	border-radius: 20px;
	border:1px solid rgba(236,98,98,0.9);
	padding: 10px 20px 10px 20px;
	color: rgba(80,80,80,1)!important;
}

.uk-margin-right {
    margin-left: auto!important;
    margin-right: 15px!important;
}



@media (max-width: 767px){
	.fonde blockquote {
	    padding: 20px;
	    font-size: 18px;
	}
	.fonde h1 { font-size: 28px; }
	.fonde3 h1 { font-size: 28px; }
	.uk-margin-right { margin-right: auto!important; }
}


