body, html {
    font-family: 'Lato', sans-serif !important;
    overflow-x: hidden;
}

.padded {
    padding: 40px 0;
}

.hidden {
    display: none;
}

.text-red {
    color: #ff0000;
}

header {
    background: #fff;
    overflow: auto;
    box-shadow: 1px 4px 20px -1px rgba(0, 0, 0, 0.1);
    top: -100px;
    transition: all 0.3s ease;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: unset;
}

header .nav-wrapper .container {}

header .top-logo-wrapper {
    position: relative;
}

header .top-logo-wrapper img {
    width: 100%;
    position: relative;
    top: 16px;
}

header div.min-title {
    position: absolute;
    left: 95px;
    top: 14px;
    font-size: 15px;
    font-weight: bold;
}

header div.mobile-menu {
    position: absolute;
    /* display: none; */
    top: 40px;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -100;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    transition: all 0.3s ease;
}

header div.mobile-menu.seen {
    top: 70px;
    opacity: 1;
    height: unset;
    overflow: unset;
    z-index: 15;
}

header div.mobile-menu ul {
    list-style: none;
}

header div.mobile-menu ul li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

header div.mobile-menu ul li:first-child {
    border-top: none;
}

header div.mobile-menu ul li a {
    color: #222;
}

header ul.top-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul.top-menu li {
    float: left;
    padding: 25px 20px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in;
}

header ul.top-menu li a {
    color: unset;
    text-decoration: none;
}

header ul.top-menu li:hover, header ul.top-menu li.active {
    /* background: #f5f5f5; */
    background: #f7901d;
    color: #fff;
}

header .bars {
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 11;
    display: none;
}

header .bars i {
    font-size: 25px;
}

.alert-information {
    background-color: #eb2b15;
    padding: 15px;
    font-size: 21px;
    font-weight: bold; 
    color: #fff;
}

/* pay */

section.slider {
    background: #222;
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

section.slider .image {}

section.slider .image img {
    width: 100%;
    position: relative;
    display: block;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

section.networks {
    /* box-shadow:  */
    background: #f5f5f5;
}

section.networks .container {
    /* box-shadow:  */
    background: #fff;
    margin-top: -150px;
    padding: 50px 30px;
    border-radius: 3px;
    box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 7;
}

section.networks h2.title {
    color: #222;
    font-weight: 900;
}

section.networks p.description {
    color: #727272;
    margin-bottom: 0;
}

section.networks .network {}

section.networks .network img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: auto;
}

section.networks .network h4 {
    font-weight: 900;
    color: #333;
    margin-top: 7px;
}

section.forms {
    background: #f5f5f5;
    min-height: 800px;
    /* padding: 20px; */
    padding-bottom: 50px;
}

section.forms .container {
    padding: 0 0px;
    /* border-top: 1px solid #ccc; */
    border-radius: 7px;
    background: #fff;
    margin-top: -150px;
    padding: 50px 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 7;
    box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

section.forms .left-part {}

section.forms .whole-part {}

section.forms .whole-part h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

section.forms .left-part h1.part-title,
section.forms .right-part h1.part-title {
    font-weight: bold;
    font-size: 1.7em;
    display: none;
}

section.forms .left-part p,
section.forms .right-part p {
    color: #727272;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

section.forms .left-part .icons {
    /* margin-top: 50px; */
}

section.forms .left-part .icons .col-6 {
    margin-top: 60px;
}

section.forms .left-part .icons i {
    font-size: 6em;
    color: #b9b9b9 !important;
}

section.forms .left-part .icons span {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}

section.forms .left-part .searchbar {
    background: #e0f9e3;
    /*color: #fff;*/
    border-radius: 5px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
    padding: 15px 20px;
}

section.forms .left-part .searchbar .text {
    cursor: pointer;
}

section.forms .left-part .searchbar .text p {
    color: #707070;
    font-weight: bold;
    font-size: 19px;
    margin: 0;
    margin-right: 41px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

section.forms .left-part .searchbar .text a {
    float: right;
    margin-top: 1px;
    color: #707070;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 19px;
}

section.forms .left-part .searchbar .gettickform {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

section.forms .left-part .searchbar .gettickform label {
    color: #707070;
    font-size: 15px;
    font-weight: bold;
}

section.forms .left-part .ntw-min,
section.ntw-botm .ntw-min {
    text-align: center;
    margin-top: 20px;
}

section.forms .left-part .ntw-min .col-4,
section.ntw-botm .ntw-min .col-4 {
    border: none;
}

section.forms .left-part .ntw-min .img-wrapper,
section.ntw-botm .ntw-min .img-wrapper {
    width: 70%;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}

section.forms .left-part .ntw-min .img-wrapper img,
section.ntw-botm .ntw-min .img-wrapper img {
    width: 100%;
}

section.forms .left-part .ntw-min h5,
section.ntw-botm .ntw-min h5 {
    font-weight: bold;
    color: #222;
    margin-top: 10px;
}

section.forms .right-part {}

section.forms .right-part .form-wrapper {
    padding: 15px;
    background: #ffefd5;
    border-radius: 7px;
}

section.forms .right-part .form-wrapper .row {
    margin-bottom: 15px;
    /* background: #fff; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* border-radius: 5px; */
    /* box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.05); */
}

section.forms .right-part .form-wrapper .row.no-shadowed {
    box-shadow: none;
    background: none;
}

section.forms .right-part .form-wrapper .row label {
    display: block;
    font-weight: bold;
    color: #777;
}

section.forms .right-part .form-wrapper .gobtn {
    background: #29b34b;
    color: #fff;
    padding: 10px 0;
    border: none;
    margin-top: 15px;
    box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.3);
}

section.forms .right-part .form-wrapper .row .form-control {
    background: #f9f9f9;
}

section.forms .avisrecetterow {
    display: none;
}

section.forms .netw {
    display: inline-block;
    float: left;
    width: 20%;
    filter: grayscale(100%);
    transition: all 0.2s ease;
    padding: 0 1%;
}

section.forms .netw:hover,
section.forms .netw.shown {
    filter: grayscale(0%);
}

section.forms .netw img {
    width: 100%;
    border-radius: 10px;
}

section.must {
    min-height: 700px;
    padding: 70px 0;
}

section.slider-bottom.must {
    min-height: auto !important;
    padding-bottom: 0;
}

section.must .title {}

section.must .title h2 {
    font-weight: 600;
}

section.must .title h2::after {
    content: '';
    display: block;
    width: 100px;
    margin: auto;
    margin-top: 25px;
    border-top: 2px solid #29b34b;
}

section.must .mustline,
section.forms .mustline {
    margin-top: 20px;
}

section.must .themust,
section.forms .themust {
    background: #fff;
    /* min-height: 500px; */
    /* box-shadow: 1px 4px 30px 0 rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    padding: 30px 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

section.must .col-4:not(:last-child),
section.forms .col-4:not(:last-child) {
    border-right: 1px solid #ddd;
}

section.slider-bottom {
    display: none;
}

section.must .themust h3.type,
section.forms .themust h3.type,
section.slider-bottom .themust h3.type {
    color: #333;
    font-size: 1.4em;
    font-weight: 600;
}

section.must .themust .logo,
section.forms .themust .logo,
section.slider-bottom .themust .logo {
    margin-top: 20px;
    text-align: center;
}

section.must .themust .logo img,
section.forms .themust .logo img,
section.slider-bottom .themust .logo img {
    width: 150px;
    margin: auto;
}

section.must .themust .features,
section.forms .themust .features,
section.slider-bottom .themust .features {
    margin-top: 10px;
}

section.must .themust .features .feature,
section.forms .themust .features .feature,
section.slider-bottom .themust .features .feature {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #727272;
}

section.must .themust h1.percent,
section.forms .themust h1.percent,
section.slider-bottom .themust h1.percent {
    margin-top: 20px;
    font-weight: 600;
    font-size: 3.3em;
    color: #f7901d;
}

section.must .themust a.gopaybtn,
section.forms .themust a.gopaybtn,
section.slider-bottom .themust a.gopaybtn {
    display: inline-block;
    margin-top: 20px;
    width: 200px;
    padding: 7px 10px;
    border: 2px solid #f7901d;
    border-radius: 20px;
    color: #f7901d;
    font-weight: bold;
}

section.ntw-botm .ntw-min {
    display: none;
    padding: 20px 0;
}

section.ntw-botm .ntw-min h5 {
    font-size: 1.0em;
}

/* investir */

section.evaluate {
    padding: 20px 0;
    padding-top: 30px;
    box-shadow: 1px 4px 20px 0 rgba(0, 0, 0, 0.1);
}

section.evaluate h2.title {
    font-size: 2.5em;
    font-weight: bold;
    color: #222;
}

section.evaluate span.head {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    display: block;
}

section.evaluate select,
section.evaluate input {
    height: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    outline: 0;
}

section.evaluate .resultrow {
    margin-top: 10px;
    text-align: right;
}

section.evaluate .resultrow .wrapper {
    background: rgba(0, 0, 0, 0.05);
    padding: 7px 10px 0px 10px;
}

section.evaluate .resultrow b {
    font-size: 1.7em;
}

section.pagetitle {
    padding: 10px;
    background: #f7901d;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

section.slider-evaluate {
    border-bottom: 1px solid #ddd;
}

section.slider-evaluate .slides {}

section.slider-evaluate .slides img {
    width: 100%;
}

section.slider-evaluate .evaluation {}

section.slider-evaluate .evaluation .wrapper {
    padding: 28px 0px;
    padding-bottom: 10px;
    padding-right: 20px;
}

section.slider-evaluate .evaluation .title {
    font-size: 1.9em;
    font-weight: bold;
}

section.slider-evaluate .evaluation .explain {
    color: #727272;
    font-size: 14px;
}

section.slider-evaluate .evaluation .simulator {
    margin-top: 30px;
}

section.slider-evaluate .evaluation .simulator .row {
    margin-bottom: 20px;
}

section.slider-evaluate .evaluation .simulator .head {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    display: block;
}


section.slider-evaluate .evaluation .simulator input,
section.slider-evaluate .evaluation .simulator select {
    height: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    outline: 0;
    margin-top: 10px;
}

section.slider-evaluate .evaluation .simulator .int {
    background: #ddd;
    color: #222;
    font-size: 1.4em;
    line-height: normal;
    font-weight: bold;
    padding: 25px 10px;
    margin-top: 10px;
    text-align: right;
}

section.must-parts {}

section.must-parts .part {}

section.must-parts .part .title {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

section.must-parts .part .items {
    margin-top: 50px;
}

section.must-parts .part .items .one {
    /* width: 40%; */
    min-height: 400px;
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}

section.must-parts .part .items .one .head {
    padding: 1px 15px;
    height: 200px;
    background: #019a4e;
    border-bottom: 5px solid #f7901d;
}

section.must-parts .part .items .one.orange .head {
    background: #f7901d;
    border-bottom: 5px solid #019a4e;
}

section.must-parts .part .items .one .head h3 {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    color: #fff;
    margin-top: 20%;
}

section.must-parts .part .items .one .body {}

section.must-parts .part .items .one .body .logo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    transform: translateY(-50%);
    border: 5px solid #f7901d;
}

section.must-parts .part .items .one .body {}

section.must-parts .part .items .one .body .logo img {
    width: 100%;
}

section.must-parts .part .items .one .body .percent {
    margin-top: 0;
    line-height: 10px;
    font-weight: bold;
}

section.must-parts .part .items .one .body .smallyear {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    display: block;
}

section.must-parts .part .items .one .body .timeto {
    color: #019a4e;
    font-size: 1.7em;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    width: auto;
    position: relative;
}

section.must-parts .part .items .one.orange .body .timeto {
    color: #f7901d;
}

section.must-parts .part .items .one .body .timeto::before {
    content: '';
    display: block;
    width: 50%;
    border-top: 1px solid #bbb;
    position: absolute;
    top: 23px;
    left: -57%;
}

section.must-parts .part .items .one .body .timeto::after {
    content: '';
    display: block;
    width: 50%;
    border-top: 1px solid #bbb;
    position: absolute;
    top: 23px;
    right: -57%;
}

section.must-parts .part .items .one .body .control {
    margin-top: 30px;
    margin-bottom: 20px;
}

section.must-parts .part .items .one .body .control button {
    background: #019a4e;
    width: 150px;
}

section.must-parts .part .items .one.orange .body .control button {
    background: #f7901d;
    border: 1px solid #f7901d;
}

input.noback {
    background: transparent !important;
    border: 0;
}

#naturechoosemodal {}

#naturechoosemodal .list-line {
    border-bottom: 1px solid #ddd;
}

#naturechoosemodal .list-line.selected {
    background: #ffeccc;
}

#naturechoosemodal .list-line:last-child {
    border-bottom: none;
}

#naturechoosemodal .chooser-nature-nom {}

#naturechoosemodal .chooser-nature-nom .main {
    font-size: 19px;
    font-weight: bold;
    color: #444;
    display: block;
}

#naturechoosemodal .chooser-nature-nom .submain {
    font-size: 13px;
    color: #777;
}

#naturechoosemodal .chooser-nature-controls .btn {
    width: 30px; height: 30px; padding: 0; line-height: 28px;
}

#naturechoosemodal .modal-content {
    border-radius: 0;
}

#naturechoosemodal .modal-footer {
    box-shadow: 0 -3px 5px 0 #eee;
}

/* login page */

.login-page {
    min-height: 100%;
}

.login-page header {
    position: relative !important;
    top: 0;
    z-index: 2;
}

.login-page > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.login-page .form {
    width: 320px;
    /*min-height: 500px;*/
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 7%;
    padding: 35px 20px;
    box-shadow: 1px 3px 20px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.login-page .form .img-logo {
    text-align: center;
}

.login-page .form .img-logo img {
    width: 50%;
}

.login-page .form .img-logo .icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
}

.login-page .form .img-logo .icons .backbtn {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 35px;
    height: 35px;
    background: #f69322;
    border: 0;
    border-radius: 18px;
    color: #fff;
}

.login-page .form .text-advise {
    /*margin-top: 15px;*/
    text-align: center;
}

.login-page .form .text-advise h4 {
    font-size: 16px;
    color: #777;
    font-weight: bold;
}

.login-page .form .text-advise p {
    font-size: 14px;
    color: #999;
}

.login-page .form form {}

.login-page .form .login-carousel {
    overflow-y: hidden;
    padding: 15px 0px;
    padding-top: 7px;
    transition: all 0.2s ease !important;
}

.login-page .form .login-carousel .item {
    background: #fff;
}

.login-page .form form .group {
    margin-bottom: 10px;
    position: relative;
}

.login-page .form form .group input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 7px 0;
    padding-left: 38px;
    outline: none;
}

.login-page .form form .group input::placeholder {
    color: #bbb;
}

.login-page .form form .group i {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #aaa;
}

.login-page .form form .group i.right {
    right: 15px;
}

.login-page .form form .group .button {
    width: 100%;
    background: #f69322;
    box-shadow: 1px 3px 20px rgba(246, 147, 34, 0.4);
    border: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 20px;
    outline: none;
    text-decoration: none;
    padding: 7px 0;
    display: block;
    text-align: center;
}

.login-page .form .bottom-controls {
    font-size: 14px;
}

.login-page .form .bottom-controls a {
    color: #f69322;
    font-weight: bold;
}

footer {
    background: #222;
    color: #fff;
    padding: 20px 0;
}

@media screen and (max-width: 992px) {
    header .top-logo-wrapper img {
        top: 22px;
    }

    header {
        height: 70px;
    }

    header div.row div.col-md-9 {
        display: none;
    }

    header .bars {
        display: block;
    }

    section.networks h2.title {
        font-size: 1.8em;
    }

    section.networks p.description {
        display: none;
    }

    section.networks .network h4 {
        font-size: 1em;
    }

    section.evaluate h2.title {
        font-size: 1.7em;
    }

    section.evaluate .resultrow b {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    section.forms .right-part h1.part-title {
        text-align: center;
    }

    section.forms .left-part .icons {
        display: none;
    }

    section.forms .themust .logo,
    section.slider-bottom .themust .logo {
        display: none;
    }

    section.forms .mustline {
        display: none;
    }

    section.must {
        padding-top: 30px;
    }

    section.must .title h2 {
        font-size: 1.3em;
    }

    section.slider-bottom {
        display: block;
    }

    section.forms {
        padding-bottom: 0px;
    }

    section.forms .themust h3.type,
    section.slider-bottom .themust h3.type {
        font-size: 1.2em;
    }

    section.forms .themust .features .feature,
    section.slider-bottom .themust .features .feature {
        font-size: 13px;
    }

    section.forms .themust h1.percent,
    section.slider-bottom .themust h1.percent {
        margin-top: 10;
        font-size: 2.5em;
    }

    section.forms .themust a.gopaybtn {
        display: block;
        padding: 5px 10px;
    }

    section.slider-bottom .themust a.gopaybtn {
        display: block;
        padding: 5px 10px;
        width: unset !important;
    }

    section.forms .left-part p,
    section.forms .right-part p {
        /* display: none; */
        /*margin-top: 20px;*/
        /*border-top: 1px solid #ddd;*/
        /*padding-top: 20px;*/
    }

    section.forms .left-part p {
        display: none;
    }

    section.forms .left-part .searchbar .text p {
        display: unset;
        font-size: 15px;
        margin: 0;
    }

    section.forms .whole-part h1 {
        font-size: 1.4em;
        margin-bottom: 10px;
        text-align: center;
    }

    section.forms .left-part h1 {
        font-size: 1.4em;
    }

    section.forms .right-part h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.forms .right-part .form-wrapper {
        background: #ffefd5;
    }

    section.forms .container {
        padding-top: 30px;
    }

    section.forms .left-part .ntw-min {
        display: none;
    }

    section.ntw-botm .ntw-min {
        display: flex;
    }

    section.evaluate h2.title {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 576px) {
    header .bars {
        right: 20px;
    }

    section.forms .whole-part h1 {
        font-size: 0.85em;
    }

    section.forms .left-part h1,
    section.forms .right-part h1 {
        font-size: 1.2em;
    }

    section.forms .left-part,
    section.forms .right-part p {
        font-size: 15px;
    }

    section.forms .right-part .form-wrapper .row label {
        font-size: 12px;
    }

    section.networks {
        padding-top: 0;
    }

    section.networks .container {
        margin-top: unset;
    }

    section.forms .themust h3.type,
    section.slider-bottom .themust h3.type {
        font-size: 1em;
    }

    section.forms .container {
        margin-top: 0;
    }

    section.evaluate h2.title {
        margin-bottom: 20px;
    }

    section.evaluate .resultrow .col-6 {
        margin-top: 10px;
    }

    section.slider-evaluate .slides {
        display: none;
    }

    section.slider-evaluate .evaluation .simulator {
        margin-top: 10px;
    }

    section.slider-evaluate .evaluation .wrapper {
        padding: 15px 15px;
    }

    section.slider-evaluate .evaluation .title {
        font-size: 1.2em;
    }

    section.slider-evaluate .evaluation .explain {
        display: none;
    }
    
    section.slider-evaluate .evaluation .simulator .int {
        padding: 10px;
        font-size: 1em;
    }

    section.slider-evaluate .evaluation .simulator .head {
        margin-top: 10px;
    }

    section.slider-evaluate .evaluation .simulator .finalgain .head {
        margin-top: 0px;
    }

    section.must-parts {
        padding-top: 20px;
    }

    section.must-parts .part .title {
        font-size: 1.2em;
        display: none;
    }

    section.must-parts .part .items {
        margin-top: 10px;
    }

    section.must-parts .part .items .one .head {
        padding: 1px 0px;
    }

    section.must-parts .part .items .one .head h3 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 450px) {
    
}