@charset "UTF-8";
/* CSS Document */

@import "./bootstrap.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

img {
    border: 0px;
}

.clear {
    clear: both;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #575756;
    background-color: #fff;
}
.franja_fondos_inversion{
    background-color: #FFCA00;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #007C5A;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 6px;
    line-height: 150%;
    text-align: center;
    mso-line-height-alt: 27px;
    padding-right: 0px;
    padding-left: 0px;
}
.cabecera{
    max-width: 700px;
}
.nosotros{
    font-family: 'Open Sans', sans-serif;
    color: #007C5A;
    padding: 20px 0;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 130%;
    text-align: center;
    mso-line-height-alt: 27px;
    margin-top: 0px !important;
}
.ganas, .ganas2{
    text-align: center;
    margin-bottom: 20px;
}
.ganas img{
    max-width: 350px;
    height: auto;
}
.ganas2 img{
    max-width: 450px;
    height: auto;
}
.texto_land, .texto_land p, .sobre_geescooperativo, .sobre_geescooperativo p{
    color: #032821;
    direction: ltr;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    mso-line-height-alt: 27px;
    line-height: 1.3em;
    margin-top: 0px !important;
}
.verde{
    color: #007C5A;
}
.saber_mas{
    text-align: center;
    margin-bottom: 20px;
}
.saber_mas a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 18px 80px;
    background: #00AB82;
    border-radius: 50px;
}
.sobre_geescooperativo{
    background: #EEEDED;
    padding: 20px;
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 500px) {
}
