/*styles*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: lighter;
  color: #686868;
  font-size: 18px;
}
img{
	max-width: 100%;
	width:100%;
}
.legal-top {
    width: 15px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 100px;
}

.legal_bottom {
  	position: absolute;
  	left: 1%;
  	width: 15px;
	bottom: 20px;
}
strong{
	font-weight: bold;
}
h1{
	font-size: 25px;
	color: #016d38;
	font-weight: normal;
}
h1 span{
	font-size: 36px;
	font-weight: bold;
	background-image:url("../images/bg-tittle.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 5px 40px 5px 20px;
}
h2{
	font-weight: normal;
	font-size: 36px;
	color: #016d38;
	text-align: left;
	margin: 0;
}
h3{
	font-size: 25px;
	font-weight: lighter;
}
h3 strong{
	font-weight: bold;
	display: block;
}
h4{
	font-size: 50px;
	color: #016d38;
}
h5{	
	font-size: 25px;
	color: #016d38;
	display: inline-block;
}

h5 span{
	display: block;
	background-image:url("../images/bg-tittle.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 5px 30px 5px 15px;
}
p span{
	font-size: 14px;
	line-height: 18px;
	display: block;
}
a{
	color: inherit;
}
a:hover{
	color: #016d38;
	text-decoration: none;
}
footer {
  background-color: #2b2b2b;
  padding: 1rem;
}

footer p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.icon-1{
	width: 70px;
	display: block;
	margin: 0 auto;
}
.icon-2{
	width: 70px;
	display: none;
	margin: 0 auto;
}
a:hover .icon-1{
	display: none;
}
a:hover .icon-2{
	display: block;
}
.section-0 img{
	max-width: 250px;
}
header{
	background-image: url("../images/bg-head-yellow.png") ,url("../images/bg-grey.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0%, center center;
	background-size: 50% auto, 100% 100%;
	position: relative;
}
.section-0{
	padding: 20px 0;
}
.section-1{
	background-image: url("../images/bg-hoja-1.png"), url("../images/bg-hoja-2.png"), url("../images/bg-grey.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 2% 10%, 2% 80%, center center;
	background-size: auto auto, auto auto, 100% 100%;
}
.section-2{
	background-image: url("../images/bg-hoja-3.png");
	background-repeat: no-repeat;
	background-position: 95% 10%;
	background-size: auto auto;
}
.section-3{
	background-image: url("../images/bg-grey.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
}
.section-4{
	padding: 80px 0 110px 0;
	position: relative;
	background-image: url("../images/bg-4-1.png"), url("../images/bg-4-2.png");
	background-position: 15% 100%, 85% 100%;
	background-size: auto, auto;
	background-repeat: no-repeat, no-repeat;
}
.section-4 p{
	font-size:25px;
	margin: 0;
}
.section-4 p strong{
	font-size: 25px;
	color: #428238;
}
.logo{
	max-width: 130px;
	float: right;
}
.img-1 {
    margin-top: -15%;
    width: 140%;
    margin-left: -15%;
    height: 115%;
    margin-bottom: -15%;
    position: relative;
    z-index: 0;
}
.division-1 {
    position: absolute;
    z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
}
.img-4 {
    width: 110%;
    max-width: none;
    position: absolute;
    bottom: 0;
	margin-left: -15%;
    z-index: 0;
}
@media (max-width: 1200px) {
	header {
		background-position: -15% 0%, center center;
		background-size: 50% 100%, 100% 100%;
	}
	.img-1 {
		margin-left: -25%;
    	margin-bottom: -20%;
    	height: 120%;
	}
	.img-4 {
		width: 135%;
    	margin-left: -40%;
    	margin-bottom: -10%;
	}
}
@media (max-width: 991px) {
	.logo {
		max-width: 100px;
		float: left;
	}
	.img-1 {
		margin-left: -40%;
		margin-bottom: -25%;
    	height: 125%;
	}
	header h1:first-child{
		margin-top: -50px;
	}
	.img-2 {
		width: 80%;
		margin-left: 10%;
	}
	.img-3 {
		width: 80%;
		margin-left: 10%;
	}
	.img-4 {
		width: 90%;
		position: relative;
		margin-left: 5%;
		margin-top: -50px;
		margin-bottom: -15%;
    	height: 110%;
	}
}
@media (max-width: 767px) {
	header {
		background-position: -20% 0%, center center;
		background-size: 48% 100%, 100% 100%;
	}
	.section-4 {
    	padding: 150px 0;
		background-image: url(../images/bg-4-1.png), url(../images/bg-4-2.png), url(../images/bg-4-1.png), url("../images/bg-hoja-3.png");
    	background-position: -120px 100%, 120% 100%, 135% 20%, 95% 70%;
    	background-size: auto, auto, auto, 40px auto;
    	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	}
	.section-4 p,
	.section-4 p strong{
		font-size: 18px;
	}
	.img-1 {
		margin-left: -80%;
		width: 220%;
		margin-bottom: 35%;
	}
	.icon-1{
		display: none;
	}
	.icon-2{
		display: block;
	}
	a:hover .icon-1{
		display: none;
	}
	a:hover .icon-2{
		display: block;
	}
	.img-4 {
    	height: 120%;
	}
}
@media (max-width: 564px) {
	h1{
		font-size: 20px;
	}
	h1 span{
		font-size: 25px;
		padding: 5px 20px 5px 10px;
	}
	h3 {
		font-size: 18px;
	}
	body{
		font-size: 16px;
	}
	header p{
		margin-right: 30px;
	}
	.section-0 {
		padding: 0px;
	}
	.section-4 {
    	background-position: -80px 100%, 150% 100%, 150% 20%, 95% 70%;
	}
}
@media (max-width: 450px) {	
	.section-4 {
    	background-position: -80px 100%, 150% 100%, 190% 40%, 95% 70%;
	}
	.img-4 {
		height: 130%;
	}
	.img-1 {
		position: absolute;
    	bottom: 0;
    	width: 200%;
    	height: auto;
    	margin-bottom: 0;
    	left: 0;
    	margin-left: -80%;
	}
}