body{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
    min-height: 100vh;
    /*position: relative;*/
}
.Header{
    color: #4B4B4B;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin-top: 4%;
}
.container{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.container-flex{
	max-width: 90%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.Header-text{
	margin-right: 17%;
    font-size: 20px;
}
.Header-text-p{
	margin: 0px;
}
.Setpaisaje{
    position: absolute;
    right: 0px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Nube-Suelta{
	    position: absolute;
    bottom: -7%;
    left: 25%;
}
.tabs-Accordeon-title button{
	display: block;
    background: #D6E100;
    width: 100%;
    margin-bottom: 10px;
    padding: .5em;
    border: 0px;
    border-radius: 10px;
}
.tabs-Accordeon-title button:focus{
	background: #0080B1;
    outline: transparent;
    color: #FFF;
}
.tabs-Accordeon-title{
	width: 20%;
}
.tabs-Accordeon-content{
    width: 70%;
    background: #0080B1;
    padding: 1em;
    font-size: 22px;
    color: #FFF;
    border-radius: 10px;
}
.bg-bottom{
    background: url(../images/rio-bottom.png);
    width: 100%;
    min-height: 500px;
    background-size: 100%;
    /*position: absolute;
    bottom: 0px;*/
}
footer{
    padding: 1em;
    background: #D6E100;
    margin-top: -10px;
}
