.view.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.view.title {
    font-size: 28px;
    line-height: 37px;
    color: #000;
    margin-bottom: 1em;
    text-align: left;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-transform: transale3d(0, 0, 0);
    transform: transale3d(0, 0, 0);
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 17px;
    background: #f8f8f9;
}

a,
a:visited {
    text-decoration: none;
    color: initial;
}

.input[type=text] {
    margin-right: 1em;
    padding-bottom: .5em;
    border: none;
}

.input.black {
    background: #1e1f24;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.button {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    border: none;
    padding: 1em 2em;
    text-transform: uppercase;
    height: auto;
}

    .button:not(:disabled) {
        cursor: pointer;
    }

    .button.blue {
        background-color: #03a9f4;
        color: #fff;
    }

    .button.darkBlue {
        background-color: #1976d2;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .button.darkBlue:hover{
        background-color: #01579B;
        color: #ffffff;
    }

        .button.darkBlue.inverted {
            color: #1976d2;
            background-color: #fff;
            position: relative;
        }

            .button.darkBlue.inverted.fix {
                background-color: transparent;
                padding: 4px 14px;
            }

            .button.darkBlue.inverted:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #1976d2;
                z-index: 1;
            }

            .button.darkBlue.inverted.round:before {
                border-radius: 37px;
            }

    .button.small {
        font-size: 8px;
        padding: .5em 1em;
    }

    .button.large {
        min-width: 250px;
    }

.text.align.center,
.text.center {
    text-align: center;
}

.text.align.justify {
    text-align: justify;
}

.text.align.right {
    text-align: right;
}

.text.align.left {
    text-align: left;
}

.text.thirteen {
    font-size: 13px;
}

.text.twenty {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
}

.text.twenty_five {
    font-size: 25px;
    font-weight: 300;
    line-height: 37px;
}

.text.white {
    color: #fff;
}

/*.text.blue,*/
.text.lightBlue {
    color: #03a9f4;
}

.text.darkBlue {
    color: #1976d2;
}

.text.black {
    color: #000;
}

.text.pink {
    color: #c60035;
}

.text.grey {
    color: #666;
}

.text.crossed {
    text-decoration: line-through;
}

.text.underline {
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text.underline:hover{
    color:#1976D2;
}

.text.bold {
    font-weight: 700;
}

.divider {
    width: 80%;
    border: 1px solid #d8d8d8;
    margin: 1em 0;
}

@media (min-width:500px) {
    .divider {
        width: 40%;
    }
}

.view.container {
    margin: 2em auto 4em;
    width: 100%;
    padding: 0 3em;
}

.view.row {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    width: 100%;
}

.view.column {
    position: relative;
    width: 48%;
}

    .view.column.left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2em;
    }

    .view.column.right {
        width: 320px;
    }

    .view.column.line:before {
        content: "";
        height: 100%;
        border: 1px solid hsla(0, 0%, 85%, .2);
        position: absolute;
        left: -2em;
    }

.float.left {
    float: left;
}

.float.right {
    float: right;
    margin-top: 35px;
}

.price:after {
    content: attr(title);
    display: block;
    color: #666;
    font-size: 12px;
    text-align: right;
    top: -10px;
    position: relative;
}

.section-wrapper {
    padding: 2em 3em;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

    .section-wrapper.contenido-confirmar {
        text-align: center;
        width: 800px;
        margin: 4em auto;
        padding: 2em 3em 7em 3em;
    }

        .section-wrapper.contenido-confirmar h3 {
            font-weight: 400;
            margin-bottom: 50px;
        }

        .section-wrapper.contenido-confirmar .button.darkBlue {
            color: #ffffff;
            font-weight: 400;
        }

.light-table {
    border-collapse: collapse;
    width: 100%;
}

    .light-table tr:not(:first-child):not(:last-child) td:not(.not) {
        border-bottom: 1px solid hsla(0, 0%, 59%, .16);
    }

    .light-table td,
    .light-table tr {
        border-collapse: collapse;
        padding: .7em 2em .7em 0;
    }

.highlight {
    background-color: #fffde7;
}

label {
    display: block;
    margin: 2em 0 .5em;
    font-size: 14px;
    color: #666;
}

    label.required:after {
        content: "*";
        color: red;
    }

    label:empty.required:after {
        content: "\AD";
    }

input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 15px;
    line-height: 20px;
    color: #1e1f24;
}

.inputs {
    -webkit-box-flex: 0.323;
    -ms-flex: 0.323;
    flex: 0.323;
}

.radio {
    margin: 2em 0 1em;
}

.checkbox {
    display: inline-block;
}

input:invalid,
select:invalid {
    border-bottom-color: red !important;
}

input:disabled + label {
    opacity: .5;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select {
    display: inline-block;
    width: 100%;
    border: none;
    background: #fff;
    border-bottom: 1px solid #dadada;
    padding: .5em 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    input[type=email]:not(.login),
    input[type=password]:not(.login),
    input[type=tel]:not(.login),
    input[type=text]:not(.login),
    select:not(.login) {
        max-width: 210px;
    }

    input[type=email]:focus,
    input[type=password]:focus,
    input[type=tel]:focus,
    input[type=text]:focus,
    select:focus {
        border-color: #03a9f4;
    }

.select {
    position: relative;
    min-width: 200px;
    display: inline-block;
}

    .select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        padding-left: 5px;
    }

    .select:after,
    .select select {
        background: transparent;
    }

    .select:after {
        content: "\2039";
        position: absolute;
        right: 10px;
        font-size: 40px;
        -webkit-transform: rotate(-90deg) translateX(50%);
        transform: rotate(-90deg) translateX(50%);
        top: 50%;
        display: inline-block;
        pointer-events: none;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.view.row.fixed {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.message {
    width: 100%;
    height: auto;
    background-color: #fffde7;
    border: 1px solid #fff59d;
    padding: 1em;
}

    .message > img {
        float: left;
        height: auto;
        margin: 0 1em 1em 0;
    }

.register-success h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}

.register-success h4 {
    color: #1E1F24;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
}

.register-success p {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    padding: 0 8em;
    margin-bottom: 20px;
}

.register-success span {
    color: #1976D2;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.register-success a {
    color: #1976D2;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    display: inline-block;
    margin: 20px 0;
}

.register-success .finalizar {
    width: 184px;
    background-color: #1976D2;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    margin: 0;
}

.content-gray {
    background-color: #F8F8F9;
    padding: 2em;
}

.message.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 25px;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

    .message.error.show {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 300ms;
    }


.message > i {
    font-style: normal;
    color: #666666;
    float: right;
    padding: 0 5px;
    cursor: pointer;
}

.tooltip {
    position: relative;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        min-width: 120px;
        max-width: 93%;
        background-color: #fff;
        color: #666;
        font-size: 10px;
        font-weight: 300;
        text-align: center;
        border-radius: 6px;
        padding: 10px 2.5px;
        position: absolute;
        z-index: 1;
        bottom: -98%;
        left: 26%;
        margin-left: -60px;
        opacity: 0;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 1px 4px 0 rgba(0,0,0,0.15);
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 0%;
            left: 50%;
            margin-left: -5px;
            background: #fff;
            display: block;
            color: #fff;
            -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            height: 10px;
            width: 10px;
            box-shadow: 1px 0 0 0 rgba(0,0,0,.13);
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

#msgSuccess {
    position: absolute;
    margin-top: -30px;
    text-align: center;
    width: 361px;
    color: #1976d2;
    font-size: 15px;
    display: none;
}

/*input+.help-tooltip {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1), 0 1px 4px 0 rgba(0,0,0,.15);
    z-index: 1;
}

input+.help-tooltip div {
    padding: .5em;
    text-align: center;
}
    
input+.help-tooltip:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    display: block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    height: 10px;
    width: 10px;
    box-shadow: 1px -1px 0 0 rgba(0,0,0,.13);
}

input:focus:invalid+.help-tooltip {
    visibility: visible!important;
    opacity: 1!important;
    transition: all 1s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}*/
