body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #003853;
}

.containerDiv {
    background-color: #d9e4e8;
    border-radius: 5px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
    padding-right: 30px;
    text-align: justify;
    width: 100%;
    height: auto;
}

label>b {
    color: black;
}

p {
    color: black;
}

.grid_14 push_1 alpha,
.grid_14 push_1 alpha {
    margin-left: 40px;
}

.container_980px {
    margin-top: 15px;
    border-radius: 5px;
    padding-top: 5px;
    width: 100%;
    background-color: white;
    height: 100px;
}

.container_16 header {
    max-width: 85%;
    width: 80%;
}

.callCenterHeader {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.bannerInfoText p {
    margin-left: 15px;
    margin-top: 30px;
    margin-right: 10px;
}

.leftDivs {
    text-align: justify;
    padding: 20px;
    margin-left: 35px;
    width: 310px;
}

.leftDivs2 {
    text-align: justify;
    padding: 20px;
    width: 280px
}

.justify {
    text-align: justify;
}

article {
    overflow: auto;
    height: auto;
}

aside {
    float: left;
    width: 65%;
    height: auto;
}

.contenido1,
.contenido2 {
    height: auto;
}

.oppacityText {
    color: grey;
    text-align: justify;
    font-size: 13px;
}

.oppacityText2 {
    color: grey;
    text-align: justify;
    font-size: 17px;
}

.infoText {
    text-align: justify;
    font-size: 13px;
}

.leftDivLarge {
    height: 1860px;
}

.divRegister {
    width: 480px;
    height: 515px;
    background-color: white;
    margin-top: 20px;
    margin-left: 500px;
    border-radius: 3px;
}

.registerHeader {
    padding-top: 17px;
}

.freeMonthsTxt {
    color: #880e5f;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 327px;
}

.freeMonths {
    margin-top: 0px;
    width: 100%;
    background-color: white;
    height: 100px;
}

.d1 {
    float: left;
    width: 260px;
    height: 280px;
    padding-top: 30px;
    padding-left: 30px;
    color: black;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 23px;
    margin-top: 25px;
    margin-left: 100px;
}

.registerBody {
    background-image: url("../assets/images/banner3_2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.fontText {
    font-family: 'Righteous', cursive;
    font-family: 'Fugaz One', cursive;
}

.txt {
    color: #880e5f;
}

.check {
    color: #003853;
}

.txtContainers {
    color: #003853;
    font-weight: bold;
}

.navOMP {
    background-color: white;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 2;
}

.navOMP .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.navOMP .container:before,
.navOMP .container:after {
    display: none;
}

.divLbl {
    padding-top: 20px;
    font-size: 23px;
    margin-right: 50px;
}

.infoStep,
.showInfo {
    cursor: pointer;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: black;
    height: 1px;
}

.hrCls {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: white;
    height: 1px;
}

.Row {
    display: table;
    width: 100%;
    /*Optional*/
    table-layout: fixed;
    /*Optional*/
    border-spacing: 40px;
    /*Optional*/
    text-align: justify;
}

.Column {
    display: table-cell;
    background-color: #f2f2f2;
    /*Optional*/
    border-radius: 4px;
    padding-right: 25px;
}

.Row2 {
    display: table;
    width: 100%;
    /*Optional*/
    table-layout: fixed;
    /*Optional*/
    border-spacing: 18px;
    /*Optional*/
    text-align: justify;
}

.Column2 {
    display: table-cell;
    background-color: #f2f2f2;
    /*Optional*/
    border-radius: 4px;
    padding-right: 18px;
    text-align: justify;
}

.checkOffert {
    margin-left: 20px;
}

.integer-part {
    color: #880e5f;
    font-size: 30px;
    font-weight: 900;
}

.decimal-part {
    color: #880e5f;
    font-weight: bold;
    font-size: 16px;
}

.currency {
    color: black;
    font-weight: 500;
    font-size: 23px;
}

.time {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.stepNav {
    width: 100%;
    height: 43px;
    position: relative;
    z-index: 0;
    padding: 0 20px 0 0;
}


/* z-index to make sure the buttons stack from left to right */

.finishStep {
    color: white!important;
}

.stepNav li {
    float: left;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.stepNav li:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.stepNav li:nth-child(2) {
    z-index: 1;
}

.stepNav li:nth-child(3) {
    z-index: 0;
}


/* different widths */

.stepNav.twoWide li {
    width: 50%;
}

.stepNav.threeWide li {
    width: 33.33%;
}


/* step links */

.stepNav a,
.stepNav a:visited {
    width: 100%;
    height: 43px;
    color: black;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 43px;
    white-space: nowrap;
    border: 1px solid #cbcbcb;
    text-decoration: none;
    border-top-color: #dddddd;
    border-right: 0;
    background-color: #fbfbfb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 251, 251)), to(rgb(233, 233, 233)));
    background-image: -webkit-linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stepNav li:first-child a {
    padding-left: 12px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.stepNav a:before {
    content: "";
    width: 29px;
    height: 29px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #cbcbcb;
    background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(251, 251, 251)), to(rgb(233, 233, 233)));
    background-image: -webkit-linear-gradient(right top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(right top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -o-linear-gradient(right top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(right top, rgb(251, 251, 251), rgb(233, 233, 233));
    background-image: linear-gradient(right top, rgb(251, 251, 251), rgb(233, 233, 233));
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* selected */

.stepNav li.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.stepNav li.selected a,
.stepNav li.selected a:before {
    background: #880e5f;
    color: white;
    font-weight: 350;
}

.stepNav li.selected a {
    border-top-color: #ebebeb;
    -webkit-box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 2px 1px 2px rgba(0, 0, 0, 0.12);
}

.stepNav li.selected a:before {
    border-right: 1px solid #b9b6b6;
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: inset -1px -1px 1px rgba(54, 52, 52, 0.1);
    -moz-box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}

table.borderless td,
table.borderless th {
    border: none;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}


/* --- Clase que agregaremos cuando el usuario haga scroll --- */

.menu-fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    max-width: 120%;
    width: 100%;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, .5);
}

.stepsFormSection1 {
    margin-top: 40px;
    margin-left: 43px;
    padding-right: 80px;
    float: left;
    width: 17px;
    height: auto;
}

.stepsFormSection2 {
    margin-top: 30px;
    margin-right: 25px;
    text-align: justify;
}

textarea {
    text-align: justify;
    white-space: normal;
}

.flex-container {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#defaultStyle {
    padding-top: 120px;
}

#defaultStyle .btn {
    font-size: 12px;
}

#defaultStyle .btn:before {
    display: none;
}

#defaultStyle .btn {
    font-size: 12px;
}

#defaultStyle .btn {
    font-size: 12px;
}

#defaultStyle .thLoc {
    color: black;
    font-size: 14px;
}

#defaultStyle .form-control {
    color: black!important;
}

#defaultStyle .thPeriods {
    color: black!important;
}

.footer_copyright {
    color: white;
}

.workLocStyle {
    border: 1px solid #003853;
    padding: 10px;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
}

.three-inline-buttons .button {
    margin-left: 15px;
    margin-right: 15px;
}

.three-inline-buttons {
    display: table;
    margin: 3px auto;
}

@media only screen and (max-width: 960px) {
    .three-inline-buttons .button {
        width: 100%;
        margin: 20px;
        text-align: center;
    }
}

.ui-accordion-header {
    background: #5c1143;
}

.ui-accordion-header-collapsed {
    color: white;
}


.wizard {
    margin: 10px auto;
    width: 97%!important;
    background: #d9e4e8;
    border-radius: 7px;
}

.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    margin-left:45px;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #003853;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #003853;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #003853;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #880e5f;
    
}
.wizard li.active span.round-tab i{
    color: #555555;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 13%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 1px auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #880e5f;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 1;
    margin: 1px auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #880e5f;
}

.wizard li.disabled span {
    background-color: #e5e7ea;
}

.wizard li.active2:after {
    content: " ";
    position: absolute;
    left: 70%;
    opacity: 1;
    margin: 1px auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #880e5f;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.verticalAlign{
    vertical-align: top!important;
}

.btnFiveMargin{
    margin-left:15px;
}

.fa2{
    color:#5a5c5e;
    font-size:38px;
    font-weight:780;
}