* { font-family: 'Montserrat', sans-serif;}

.btn { padding: 5px 15px!important; border: none; text-transform: uppercase;}
.btn.btn-success { background-color: #bab745; border:1px solid #bab745; color: #FFF!important; border-radius: 16px; text-decoration: none!important}
.btn.btn-success.big { padding: 13px 65px!important}
.btn.btn-success:hover { background-color: #919234!important; border:1px solid #919234; color: #FFF!important}
.btn.btn-success.outline { border:1px solid #919234; background-color: transparent; color: #919234!important}
.btn.btn-success.outline:hover { border:1px solid #919234!important; background-color: transparent!important; color: #919234!important}

p { color: #b3b3b3; font-size: 18px}
h3 { color: #919234; font-size: 28px}
h4 { color: #919234; font-size: 19px}

.ho { transition: all .4s ease-out; opacity: 1}
.ho:hover { opacity: .6}

.ing {margin-right: 15px; margin-left: 20px}
.frame { margin-top: 60px; width: 650px; height: 450px}

header{
    position: relative;
    z-index: 1;
}

header .navbar { 
    background-color: #f7f7f7;
    border: none;
    padding: 10px 0;
    margin: 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(230,227,230,1);
    -moz-box-shadow: 0px 4px 5px 0px rgba(230,227,230,1);
    box-shadow: 0px 4px 5px 0px rgba(230,227,230,1);
}

header .navbar-default .navbar-nav > .active > a, 
header .navbar-default .navbar-nav>.active>a:focus, 
header .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    text-transform: lowercase;
    color: #9f9f9f;
}

header .navbar-default .navbar-nav > li > a {
    color: #9f9f9f; font-size: 12px;
}

.hd { 
    background-image: url(../img/hero-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1015px;
    padding-top: 180px;
}

.hd h2 {
    color: #8f8f8f;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 600px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.hero-1 {
    background-image: url(../img/bg-1.jpg); 
    background-position: bottom center; 
    background-size: contain; 
    background-repeat: no-repeat; 
    padding-bottom: 180px; 
    margin-bottom: 40px;
}

.hero-2 { 
    background-image: url(../img/bg-1.jpg); 
    background-position: center center; 
    background-size: cover; 
    background-repeat: no-repeat; 
    padding-bottom: 175px; 
    padding-top: 190px; 
    margin-bottom: 40px
}

.hero-2 p { 
    font-size: 35px;
    margin-bottom: 30px;
}

.plan { 
    background-color: white; 
    border-radius: 40px; 
    padding: 25px; 
    -webkit-box-shadow: 3px 3px 0px 0px rgba(146,147,38,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(146,147,38,1);
    box-shadow: 3px 3px 0px 0px rgba(146,147,38,1);
}

.plan p { margin: 0; font-size: 19px;}
.plan h4 { border-bottom: 2px solid #999; padding: 10px; font-weight: bold}
.plan p.costo { color: #919234; font-size: 78px; font-family: 'Montserrat', sans-serif; font-weight: 300}

.plan.empresa { 
    -webkit-box-shadow: 3px 3px 0px 0px rgba(186,184,69,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(186,184,69,1);
    box-shadow: 3px 3px 0px 0px rgba(186,184,69,1);
}

.plan.empresa p.costo { color: #bab845;}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f9f9f9;
    border: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #aaa;
    font-weight: 400;
}

.faq { background-color: white; padding: 20px; border-radius: 5px; -webkit-box-shadow: 5px 5px 5px 0px rgba(212,212,212,1); -moz-box-shadow: 5px 5px 5px 0px rgba(212,212,212,1); box-shadow: 5px 5px 5px 0px rgba(212,212,212,1); margin-top: 50px}

/*Panel Usuario*/
.user-panel .container{
    background-color: #fafafa;
    margin-bottom: 15px;
}
.user-panel .line{
    height: 2px;
    background-color: #b9b9b9;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 50px;
}
.user-panel .row{
    display: flex;
    flex-wrap: wrap;
}
.user-panel .sidebar-cont{
    position: relative;
    height: 100%;
    padding: 30px 20px 30px 0;
    background-color: #fafafa;
    box-shadow: 7px 0 20px rgba(0,0,0, 0.1);
}
.user-panel h3{
    font: 500 19px/25px 'Montserrat', Sans-serif;
    color: #9b9b9b;
    text-transform: uppercase;
    display: flex;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin: 0 15px 20px;
}
.user-panel h3 .circle{
    width: 42px;
    height: 42px;
    padding: 5px 10px;
    background-color: #FFf;
    border-radius: 50%;
    border: 1px solid #b5b5b5;
    margin-right: 20px;
}
.user-panel h3 span{
    max-width: calc(100% - 42px - 20px);
}
.user-panel h3 .circle img{
    width: 100%;
}
.user-panel h4{
    font: 500 16px/14px 'Montserrat', sans-serif;
    color: #9b9b9b;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 20px;
    margin: 0 15px 20px;
}
.user-panel .side-menu{
    list-style: none;
    padding-left: 0;
}
.user-panel .side-menu li{
    margin-bottom: 10px;
}
.user-panel .side-menu li:not(:last-child) a{
    font: 500 19px/25px 'Montserrat', Sans-serif;
    color: #9b9b9b;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease; font-weight: 400;
}
.user-panel .side-menu li:not(:last-child) a img{
    width: 18px;
    margin-right: 10px;
}
.user-panel .side-menu li:not(:last-child) a:hover{
    background-color: #efefef;
}
.user-panel .side-menu li:last-child{
    margin: 50px 15px;
}
.user-panel .logout{
    display: block;
    padding-top: 20px;
    border-top: 1px solid #b5b5b5;
    font: 500 19px/25px 'Montserrat', Sans-serif;
    color: #9b9b9b;
    margin: 0 15px;
    position: absolute;
    bottom: 200px;
    left: 0;
    text-decoration: none;
}
.user-panel .my-account{
    padding-top: 30px;
    min-height: 100vh;
}
.user-panel .my-account h2{
    display: flex;
    align-items: center;
    font: 500 24px/40px 'Montserrat', Sans-serif;
    color: #9b9b9b;
    margin-bottom: 50px;
}
.user-panel .my-account .user-avatar{
    height: 125px;
    width: 125px;
    background-color: #FFF;
    border: 3px solid #b5b5b5;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin-right: 30px;
}
.user-panel .my-account h3{
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.user-panel .my-account .table-container{
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 50px;
}
.user-panel .my-account .table-container td{
    border-top: none;
    border-bottom: 1px solid #eee;
    font: 500 13px/40px 'Montserrat', Sans-serif;
    color: #9b9b9b;
}
.user-panel .my-account .table-container tr:last-child td{
    border-bottom: none;
}
.user-panel .my-account .table-container tr td:last-child{
    text-align: right;
}
.user-panel .my-account .table-container tr td:last-child a{
    font-weight: 700;
    color: #b9b777;
    text-decoration: none;
}
.user-panel .change-plan{
    display: block;
    margin: 0 auto 50px;
    max-width: 200px;
}
.user-panel .my-account .invoices td,
.user-panel .my-account .actual-plan td{
    color: #b9b777;
}
.user-panel .my-transactions .complete td{
    color: #9b9b9b;
}
.user-panel .my-transactions .cancel td{
    color: #e91236;
}
.user-panel .my-transactions .process td{
    color: #b9b777;
}
.user-panel .make-transaction h2{
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 24px;

}
.user-panel .make-transaction h2 span{
    display: block;
    color: #b9b777;
    font-size: 16px;
}
.user-panel .choose-type {
    display: flex;
    justify-content: center;
}
.user-panel .choose-type a{
    text-align: center;
    font-size: 15px;
    color: #9b9b9b;
    text-transform: uppercase;
    text-decoration: none;
}
.user-panel .choose-type a:nth-child(2){
    margin: 0 60px;
}
.user-panel .choose-type a .circle{
    height: 165px;
    width: 165px;
    border-radius: 50%;
    background-color: #FFF;
    text-align: center;
    line-height: 165px;
    margin-bottom: 15px;
}
.user-panel .choose-type a img{
    max-width: 100%;
}

footer { 
    background-image: url(../img/bg-footer.png); 
    background-position: bottom center; 
    background-repeat: no-repeat; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    height: 325px; 
    background-size: cover
}

footer p { 
    color: #919234; 
    text-transform: uppercase; 
    font-weight: bold;
}

footer a {
    color: #999; 
    font-weight: normal
}

footer p.copy { font-weight: normal; color: white; text-transform: none; font-size: 14px; text-align: center; margin-top: 220px;}

body.registro { background-image: url(../img/bg-registro.jpg);}
body.registro .cont-registro { background-color: #f2f3f7; width: 450px; margin: 110px auto; border-radius: 50px; overflow: hidden}
body.registro .cont-registro .cb { background-color: #b5b5b5; text-align: center; padding: 30px}
body.registro .cont-registro .bd { padding: 40px 25px}
body.registro .cont-registro .bd h3 { color: #979797; font-size: 19px; margin-bottom: 10px}
body.registro .cont-registro .bd h4 { color: #b9b777; font-size: 16px; margin-bottom: 10px}
body.registro .cont-registro .bd p { color: #bcbcbc; font-size: 14px; font-weight: bolder}
body.registro .cont-registro .bd a { color: #8e8e8e; font-size: 14px; font-weight: bolder; text-decoration: underline}
body.registro .cont-registro .bd label { color: #bcbcbc; font-size: 11px; margin-top: 15px;}
body.registro .cont-registro .bd input.form-control,
body.registro .cont-registro .bd select.form-control { height: auto; padding: 15px; border: 1px solid #c3c3c3; border-radius: 0}
body.registro .cont-registro .bd .btn { width: 100%; padding: 20px!important; font-weight: bolder; letter-spacing: 1px}

@media (max-width: 768px){
    .user-panel .my-account{
        min-height: 50vh;
    }
}

@media (max-width: 600px) {
    .navbar-brand { width: 255px}
    .navbar-brand img { width: 100%}
    .nav.navbar-nav { width: 100%; margin: 0; padding-top: 20px;}
    .frame { width: 100%; height: 200px;}
    .hd {
        background-position: bottom center;
        background-size: contain;
        min-height: 450px;
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .hd h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .hero-1 {
        padding-bottom: 80px; 
        margin-bottom: 40px;
    }
    .hero-2 p {
        font-size: 29px;
    }
    .plan { padding: 0 0 15px 0; margin-bottom: 40px}
    .plan h4 { font-size: 15px;}
    .plan p.costo { font-size: 60px}
    .faq { margin: 15px; padding: 0; margin-top: 80px}
    footer { background-position: -1000px 38px;}
    .ing { margin: 0}
    
    body.registro .cont-registro { width: 100%}

    .user-panel .choose-type{
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .user-panel .choose-type a{
        margin-bottom: 30px;
    }
    .user-panel .my-account .table-container {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px ;
    }
    .user-panel .my-account .table-container table{
        border: none;
    }
    .user-panel .my-account .account-table tr td:last-child{
        display: none;
    }
    .user-panel .responsive-title {
        display: block !important;
        font-size: 25px;
        color: #9b9b9b;
        margin-bottom: 35px;
    }
    .user-panel .responsive-title img{
        margin-top: -3px;
    }
    .user-panel .responsive-action {
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        color: #919234;
    }
    .user-panel .my-account .table-container td:first-child{
        color: #9b9b9b;
    }
}

.formTasar { max-width: 450px; margin: auto}
.formTasar input.form-control, .formTasar select, .formTasar textarea { border-radius: 0; height: auto; padding: 10px}
.formTasar label { color: #999; font-size: 11px}

ul.pasos { text-align: center; margin: 0; padding: 0}
ul.pasos li.paso {
    text-align: center;
    padding: 7px 15px;
    margin: 0 10px;
    border-radius: 50%;
    border: 0;
    background-color: #ccc; color: white
}
ul.pasos li.paso.seleccionado { border: 0; background-color: #919234; color: white}
body.registro header#home { display: none}
body.registro footer#contacto .col-md-6 { display: none}