@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
    url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
    url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333333;
    font: 95%/1.5em Montserrat, Sans-Serif,'sansregular',Verdana,'Trebuchet MS','Lucida Grande',Helvetica;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content-wrapper {
    width: 1280px;
    margin: auto;
}

.mobile {
    display: none !important;
}

.desktop {
    display: inherit !important;
}

.verde {
    color: #6BB41F;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

.btn {
    color: #6BB41F;
    border: 1px solid #6BB41F;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
}

a.pdf {
    font-size: 31px;
    color: #5A5C53;
    background: transparent url('../img/ico-pdf.png') 0 50% no-repeat;
    background-size: 46px 52px;
    padding-left: 60px;
    line-height: 67px;
    display: inline-block;
}

.btn:hover {
    text-decoration: none;
}

.centrado {
    text-align: center;
}

strong {
    font-weight: 600;
}

input {
    /*-webkit-appearance: none;*/
}

header {
    background-color: #fff;
}

header .content-wrapper {
    position: relative;
}

header .menu {
    height: 176px;
}

header .menu h1 {
    top: 54px;
    left: 0;
    position: absolute;
}

header .menu h1 a {
    display: block;
    background: transparent url('../img/logo.png') 0 0 no-repeat;
    width: 364px;
    height: 86px;
    background-size: contain;
    text-indent: -9999px;
}

header .menu ul {
    list-style-type: none;
    right: 0;
    top: 120px;
    position: absolute;
}

header .menu ul li {
    display: inline-block;
    margin: 0 0 0 54px;
}

header .menu ul li a {
    color: #2E2F25;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

header .menu ul li.current a,
header .menu ul li a:hover {
    color: #6BB41F;
    text-decoration: none;
}

header p.acceso-clientes {
    top: 50px;
    right: 0;
    position: absolute;
}

header p.acceso-clientes a {
    color: #6BB41F;
    border: 1px solid #6BB41F;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
}

header p.acceso-clientes a:hover {
    text-decoration: none;
}

header .submenu {
    background-color: #E9EDE8;
}

header .submenu ul {
    list-style-type: none;
    text-align: right;
    font-size: 0;
}

header .submenu ul li {
    padding: 18px 0 18px 30px;
    display: inline-block;
    border-top: 1px solid #000;
}

header .submenu ul li:first-child {
    padding-left: 0;
}

header .submenu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}

header .submenu ul li.current a,
header .submenu ul li a:hover {
    color: #6BB41F;
    text-decoration: none;
}

/** Menu comprimido */
body.small-menu {
    
}

body.small-menu header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 44;
}

body.small-menu header p.acceso-clientes {
    display: none;
}

body.small-menu header .menu {
    height: 50px;
}

body.small-menu header .menu ul {
    top: 15px;
}

body.small-menu header .menu h1 {
    top: 5px;
}

body.small-menu header .menu h1 a {
    height: 38px;
}

body.small-menu section {
    margin-top: 115px;
}


/** Secciones */
section {
    min-height: 1000px;
}

section h3 {
    font-size: 61px;
    line-height: 105px;
    color: #5A5C53;
    text-align: center;
    margin: 90px 0 0 0;
}

section h4 {
    font-size: 31px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin: 30px 0;
}

section h4.icono {
    font-size: 31px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #6bb41f;
    text-transform: uppercase;
    margin: 30px 0;
    padding-top: 8px;
}

section .icono {
    background: transparent url('../img/ico-lista.png') 0 12px no-repeat;
    background-size: 29px 33px;
    padding-left: 40px !important;
}

section hr {
    width: 147px;
    border: 0;
    border-bottom: 1px solid #6BB41F;
    margin: 60px auto;
}

section ul.info,
section p.info {
    color: #5A5C53;
    font-size: 31px;
    line-height: 46px;
    width: 990px;
    margin: 25px auto;
    text-align: justify;
}

footer {
    background-color: #3B393A;
    color: #787A7A;
    position: relative;
}

footer a.subir {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    background: transparent url('../img/flecha-subir.png') 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

footer ul {
    list-style-type: none;
    font-size: 1.1em;
}

footer ul li {

}

footer ul li a {
    color: #787A7A;
}

footer .group {
    border-bottom: 1px solid #7E7F81;
    padding: 35px 0;
    background: transparent url('../img/ico-ubicacion.png') 0 35px no-repeat;
    background-size: auto 49px;
}

footer .group.ubicacion {
    background-image: url('../img/ico-ubicacion.png');
}

footer .group.ubicacion .col {
    width: 25%;
}

footer .group.ubicacion p.direccion {
    line-height: 2em;
}

footer .group.ubicacion ul {
}

footer .group.ubicacion ul li {
    text-align: right;
    background: transparent url('../img/ico-telefono.png') 100% 50% no-repeat;
    background-size: 18px auto;
    padding: 3px 30px 3px 0;
}

footer .group.ubicacion ul li.telefono {
    background-image: url('../img/ico-telefono.png');
}

footer .group.ubicacion ul li.fax {
    background-image: url('../img/ico-fax.png');
}

footer .group.ubicacion ul li.email {
    background-image: url('../img/ico-email.png');
}

footer .group.submenu {
    background-image: url('../img/ico-tarifas.png');
}

footer .group.submenu .col {
    width: 25%;
}

footer .group.submenu ul {
}

footer .group.submenu ul li {
    padding: 3px 0;
}

footer .group.submenu ul:first-child {
    text-align: right;
}

footer .group.menu {
    background-image: url('../img/ico-submenu.png');
    padding-bottom: 70px;
}

footer .group.menu ul {
}

footer .group.menu ul li {
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 27px;
}

footer .group.menu ul li:last-child {
    font-weight: bold;
}


/** Home */
section.home {
}

section.home .experiencia {
    background: transparent url('../img/bg-home.png') 50% 0 no-repeat;
    background-size: cover;
    height: 1016px;
    min-width: 1280px;
}

section.home .experiencia h2 {
    font-size: 97px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    padding-top: 354px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section.home .quienes .btn {
    margin: 75px auto 100px auto;
    font-size: 25px;
    line-height: 25px;
    padding: 22px 50px;
}

section.home .inversiones {
    background: transparent url('../img/bg-inversiones.png') 50% 0 no-repeat;
    background-size: cover;
    height: 577px;
}

section.home .inversiones h2 {
    font-size: 88px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    text-align: center;
    padding-top: 247px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section .donde {
    padding-bottom: 100px;
}

section .donde .datos {
    width: 270px;
    margin: 0 50px;
    background: transparent url('../img/ico-mapa-verde.png') 0 0 no-repeat;
    background-size: 34px 45px;
    padding-top: 70px;
    font-size: 28px;
}

section .donde .datos hr {
    margin: 50px 0;
    width: 147px;
}

section .donde .datos p {
    line-height: 45px;
}

section .donde .datos ul {
    list-style-type: none;
}

section .donde .datos ul li {
    background: transparent url('../img/ico-telefono-gris.png') 0 50% no-repeat;
    background-size: 23px auto;
    padding: 12px 0 12px 40px;
}

section .donde .datos ul li.telefono {
    background-image: url('../img/ico-telefono-gris.png');
}

section .donde .datos ul li.movil {
    background-image: url('../img/ico-movil-gris.png');
    background-size: 16px auto;
}

section .donde .datos ul li.fax {
    background-image: url('../img/ico-fax-gris.png');
}

section .donde .datos ul li a {
}


/** Cartas */
section.cartas .cartas {
    background: transparent url('../img/bg-cartas.png') 50% 0 no-repeat;
    background-size: cover;
    height: 1016px;
    min-width: 1280px;
}

section.cartas .cartas h2 {
    font-size: 97px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    padding-top: 354px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section.cartas .text-wrapper p {
    font-size: 31px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.48;
}

section.cartas table.bordes {
    margin: 25px;
}

section.cartas .cirulares-anteriores {
    width: 100%;
    margin: auto;
}

section.cartas .cirulares-anteriores form {
    margin-bottom: 25px;
}

section.cartas .cirulares-anteriores form select {
    padding: 10px 20px;
    border: 1px solid #6bb41f;
    font-size: 22px;
    font-weight: 500;
}

section.cartas .cirulares-anteriores ul {
}

section.cartas .cirulares-anteriores ul li {
    margin: 0;
    padding: 25px 15px;
    list-style-type: none;
    min-height: 91px;
}

section.cartas .cirulares-anteriores ul li strong {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #5a5c53;
    display: inline-block;
    min-width: 160px;
    text-transform: uppercase;
}

section.cartas .cirulares-anteriores ul li a.pdf {
    background-size: 33px 40px;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.05;
    letter-spacing: normal;
    text-align: center;
    color: #6bb41f;
}

section.cartas .cirulares-anteriores ul li.enabled {
}

section.cartas .cirulares-anteriores ul li.disabled strong {
    color: rgba(90, 92, 83, 0.5);
}

/** Quienes */
section.quienes .rasgos {
    background: transparent url('../img/bg-quienes.png') 50% 0 no-repeat;
    background-size: cover;
    height: 1016px;
    min-width: 1280px;
}

section.quienes .rasgos h2 {
    font-size: 97px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    padding-top: 354px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section.quienes .estilo {
    background: transparent url('../img/bg-estilo.png') 50% 0 no-repeat;
    background-size: cover;
    color: #fff;
}

section.quienes .estilo h3 {
    color: #fff;
}

section.quienes .estilo .content-wrapper {
    padding: 10px 0 100px 0;
}

section.quienes ul.equipo {
    list-style-type: none;
}

section.quienes ul.equipo li {
    width: 33%;
    min-height: 180px;
    display: inline-block;
    box-sizing: border-box;
    cursor: default;
    float: left;
    padding: 25px 0;
    border-top: 1px solid #5a5c53;
    border-right: 1px solid #5a5c53;
    text-align: center;
}

section.quienes ul.equipo li:nth-child(1),
section.quienes ul.equipo li:nth-child(2),
section.quienes ul.equipo li:nth-child(3) {
    border-top-width: 0;
}

section.quienes ul.equipo li:nth-child(3n) {
    border-right-width: 0;
}

section.quienes ul.equipo p {
    z-index: 3;
    vertical-align: middle;
    display: inline-block;
    color: #5A5C53;
}

section.quienes ul.equipo p strong {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: transparent url('../img/linea-equipo.png') 50% 100% no-repeat;
    background-size: 95px auto;
    color: #55a634;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    letter-spacing: normal;
}

section.quienes #porque {
    padding: 45px 0;
}

/** Fondos */
section.nuestrosfondos {
}

section.nuestrosfondos div.fondos {
    background: transparent url('../img/bg-fondos.png') 50% 0 no-repeat;
    background-size: cover;
    height: 1016px;
    min-width: 1280px;
}

section.nuestrosfondos .fondos h2 {
    font-size: 97px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    padding-top: 354px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section.nuestrosfondos ul.fondos {
    list-style-type: none;
    margin: 0 auto 45px auto;
    text-align: center;
    font-size: 0%;
}

section.nuestrosfondos ul.fondos li {
    width: 426px;
    height: 600px;
    max-height: 600px;
    background: #DFDFDF none 50% 50% no-repeat;
    background-size: cover;
    padding: 85px 36px;
    color: #5A5C53;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    text-align: left;
}

section.nuestrosfondos ul.fondos li strong {
    font-weight: 600;
    display: block;
    font-size: 26px;
}

section.nuestrosfondos ul.fondos li span.verde {
    min-height: 80px;
    display: block;
    font-weight: bold;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

section.nuestrosfondos ul.fondos li hr {
    border-bottom-width: 2px;
    border-color: #80BD16;
    width: 115px;
    margin: 25px 0;
}

section.nuestrosfondos ul.fondos li p {
    margin-bottom: 40px;
    font-size: 20px;
    min-height: 160px;
}

section.nuestrosfondos ul.fondos li a.btn {
    padding: 5px 30px;
    font-weight: 600;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
    color: #fff;
    border-color: #fff;
}

section.nuestrosfondos ul.fondos li#profitcortoplazo {
    background-image: url('../img/bg-profitcortoplazo.png');
    color: #fff;
}

section.nuestrosfondos ul.fondos li#profitcortoplazo hr {
    border-color: #fff;
}

section.nuestrosfondos ul.fondos li#fonprofit {
    background-image: url('../img/bg-fonprofit.png');
    color: #fff;
}

section.nuestrosfondos ul.fondos li#fonprofit hr {
    border-color: #fff;
}

section.nuestrosfondos ul.fondos li#profitbolsa {
    background-image: url('../img/bg-profitbolsa.png');
    color: #fff;
}

section.nuestrosfondos ul.fondos li#profitbolsa hr {
    border-color: #fff;
}

section.nuestrosfondos ul.fondos li#profitpension {
    background-color: #CDCDCD;
}

table.bordes {
    border: 1px solid #5a5c53;
    border-width: 1px 0 0 1px;
}

table.bordes tr {
}

table.bordes tr th,
table.bordes tr td {
    border-bottom: 1px solid #5a5c53;
    border-right: 1px solid #5a5c53;
    padding: 35px;
    text-align: center;
}

table.bordes tr th {
    font-size: 25px;
    font-weight: 600;
}

table.bordes tr td strong {
    color: #6bb41f;
    font-size: 25px;
    font-weight: 600;
}

table.bordes tr td span {
    display: block;
}

table.bordes tr td a.pdf {
    background-size: 33px 40px;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #6bb41f;
}

table.tabla-grafico {
    width: 60%;
    margin: 25px auto 10px auto;
    font-size: 1em;
}

table.tabla-grafico thead {
}

table.tabla-grafico thead th {
    background-color: #6BB41F;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
}

table.tabla-grafico tbody {
}

table.tabla-grafico tbody tr {
    text-transform: uppercase;
}

table.tabla-grafico tbody td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.tabla-grafico tbody td:last-child {
    border-right-width: 0;
}

table.tabla-grafico tfoot {
}

table.tabla-grafico tfoot td {
    text-align: right;
    font-size: 0.6em;
}

table.datos {
    margin: 0 auto 30px auto;
    width: 90%;
    font-size: 31px;
    line-height: 45px;
}

table.datos tr {

}

table.datos tr th {
    width: 50%;
    padding: 8px 5px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

table.datos tr td {
    padding: 10px 5px;
}

ul.documentacion {
    margin: 0 auto 20px auto;
    width: 95%;
    box-sizing: border-box;
}

ul.documentacion li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin: 15px 0;
}

.centrado img {
    width: 70%;
}

/** Profit corto plazo */
section.nuestrosfondos.profitcortoplazo {
}

section.nuestrosfondos.profitcortoplazo div.fondos {
    background-image: url('../img/bg-fondocortoplazo.png');
}

/** Profit corto plazo */
section.nuestrosfondos.fonprofit {
}

section.nuestrosfondos.fonprofit div.fondos {
    background-image: url('../img/bg-fonprofit.png');
}

/** Profit Profitbolsa */
section.nuestrosfondos.profitbolsa {
}

section.nuestrosfondos.profitbolsa div.fondos {
    background-image: url('../img/bg-profitbolsa-2.png');
}

     /** Profit Profitpension */
 section.nuestrosfondos.profitpension {
 }

section.nuestrosfondos.profitpension div.fondos {
    background-image: url('../img/bg-profitpension.png');
}

/** Profit eurofonprofitsicav */
section.nuestrosfondos.eurofonprofitsicav {
}

section.nuestrosfondos.eurofonprofitsicav div.fondos {
    background-image: url('../img/bg-eurofonprofitsicav.png');
}

section.nuestrosfondos.eurofonprofitsicav ul.documentacion {
}

section.nuestrosfondos.eurofonprofitsicav ul.documentacion li a {
    font-size: 20px;
    line-height: 52px;
    min-height: 52px;
    font-weight: 500;
}

/** Contacto */
section.contacto {
}

section.contacto div.contacto {
    background: transparent url('../img/bg-contacto.png') 50% 0 no-repeat;
    background-size: cover;
    height: 1016px;
    min-width: 1280px;
}

section.contacto .contacto h2 {
    font-size: 97px;
    font-weight: bold;
    line-height: 120px;
    color: #fff;
    padding-top: 354px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.58);
}

/*section.contacto #haztecliente ul {*/
    /*list-style-type: none;*/
    /*font-size: 31px;*/
    /*line-height: 45px;*/
/*}*/

/*section.contacto #haztecliente ul li {*/
    /*background: transparent url('../img/ico-pdf.png') 0 50% no-repeat;*/
    /*background-size: 46px 52px;*/
    /*padding-left: 60px;*/
    /*margin: 50px 0;*/
    /*min-height: 70px;*/
    /*display: block;*/
/*}*/

/*section.contacto #haztecliente ul li a {*/
    /*color: #6BB41F;*/
/*}*/

section.contacto #atencioncliente p {
    color: #5A5C53;
    font-size: 31px;
    line-height: 46px;
    margin: 25px auto;
}

section.contacto p {
    color: #5A5C53;
    font-size: 25px;
    font-weight: 300;
}
section.contacto form {
    width: 80%;
    margin: 20px 0;
}

section.contacto form .col {
    width: 50%;
    padding: 15px 15px 15px 0;
}

.numero-cuenta {
    display: inline-block;
    min-width: 510px;
}

/** Graficos */
.line-chart {
    height: 500px;
}


/** Globales */
ul.datos {
    list-style-type: none;
}

ul.datos > li {
    background: transparent url('../img/ico-lista.png') 0 0 no-repeat;
    background-size: 29px 33px;
    padding-left: 45px;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 50px;
    text-align: justify;
}

ul.datos li strong {
    color: #6BB41F;
}

ul.datos li ul {
    margin: 20px 40px;
    color: #5a5c53;
}

ul.datos li strong {
    color: #6BB41F;
}

form {

}

form label {
    display: block;
    color: #5A5C53;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

form input[type=text],
form input[type=email],
form input[type=number],
form textarea {
    background-color: transparent;
    border: 1px solid #6BB41F;
    color: #5A5C53;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
}

form textarea {
    height: 160px;
}

form input[type=checkbox] {
    display: none;
}

form input[type=checkbox] + label {
    display: inline-block;
    line-height: 65px;
    background: transparent url('../img/checkbox.png') 0 0 no-repeat;
    background-size: 65px 65px;
    padding-left: 70px;
    margin-bottom: 15px;
}

form input[type=checkbox]:checked + label {
    background-image: url('../img/checkbox-on.png');
}

form input[type=submit] {
    font-size: 25px;
    line-height: 24px;
    padding: 22px 65px;
}

.aviso {
    border: 1px solid green;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    color: green !important;
    text-align: center;
    font-size: 0.8em;
}

.aviso.ok {

}

.aviso.ko {
    color: red !important;
    border-color: red;
}


/** Auxiliares */
.clearfix:before, .clearfix:after,
.clear-block:before, .clear-block:after,
.group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after,
.clear-block:after,
.group:after {
    clear: both;
}

.col,
.left {
    float: left;
}

.right {
    float: right;
}

.width-50 {
    width: 50% !important;
    box-sizing: border-box;
}

.width-33 {
    width: 33% !important;
    box-sizing: border-box;
}




















