@import '../fonts/avenir/font.css';

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Light.otf')  format('opentype');
}

* {
    margin: 0;
}

html, body {
    height: 100%;
    background-color: #f5f7fa;
    font-family: 'Avenir-Book';
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
    resize: none;
}

header {
    background-color: #06203d;
    color: #fff;
    padding: 15px 0;
}

div.portada {
    position: absolute;
    top: -15px;
    left: 0;
    height: 613px;
    overflow: hidden;
}

.subtitle h1 {
    font-size: 22px;
}

.page-wrap {
    width: 100%;
    min-height: 100%;
    margin-bottom: -66px; 

    -webkit-transition: all .5s;
    transition: all .5s;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 66px; 
}

.site-footer {
    width: 100%;
    background-color: #06203d;
    color: #fff;
    padding: 15px 0;

    -webkit-transition: all .5s;
    transition: all .5s;
}

.site-footer a {
    color: #fff;
}

.site-footer p {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.margin-box-iuv {
    margin: 25px auto;
}

.panel {
    border-radius: 0px;
}

.form-control, .btn {
    border-radius: 0px;
}

.panel-default {
    border-color: transparent;
    -moz-box-shadow:    0px 0px 10px 2px #ccc;
    -webkit-box-shadow: 0px 0px 10px 2px #ccc;
    box-shadow:         0px 0px 10px 2px #ccc;
}

.social-iuv {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.social-iuv a, .social-iuv strong {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin: 0px 2px;
}

/* Menú */
.menu-iuv {
    position: fixed;
    width: 250px;
    height: 100%;

    left: -250px;
    top: 0;

    background-color: #06203d;
    color: #fff;

    z-index: 1;

    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu-iuv .menu-btn {
    position: absolute;
    top: 50%;
    right: -15px;

    margin-top: -60px;
}

.menu-iuv .menu-btn button {
    border-radius: 0 30px 30px 0;
    background-color: #06203d;
    width: 20px;
    height: 120px;
    border: none;
    padding: 2px 0;

    text-align: center;
}

.menu-iuv .menu-btn button:hover {
    background-color: #123358;
}

body.in .menu-iuv {
    left: 0px;
}

body.in .page-wrap, body.in .site-footer {
    margin-left: 250px;
}

.menu-header {
    width: 100%;
    height: 150px;
    padding: 15px;

    background-color: #123358;
}

.menu-header .menu-avatar {
    width: 65px;
    height: 65px;

    border-radius: 50%;
    overflow: hidden;

    position: relative;

    margin: auto;
}

.menu-header .menu-username {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
    margin: auto;
    text-align: center;
}

.menu-header .menu-username p {
    width: 100%;
    margin: 0;
    padding: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-content {
    width: 100%;
    height: calc(100% - 150px);

    margin: 0;
    padding: 0 15px;

    list-style: none;

    overflow-y: scroll;
}

.menu-content > li {
    display: block;
    width: 100%;

    margin: 0;
    padding: 15px 0;

    border-bottom: 1px solid #fff;
}

.menu-content > li > a {
    display: block;
    width: 100%;

    margin: 0;
    padding: 0;

    text-decoration: none;

    color: #fff;
    font-weight: bold;
}

.sub-menu-iuv {
    list-style: none;
    max-height: 0;
    overflow: hidden;

    padding-left: 15px;

    -webkit-transition: all .5s;
    transition: all .5s;
}

.sub-menu-iuv.open {
    max-height: 500px;
}

.sub-menu-iuv li {
    padding: 0;
    margin: 5px 0;
}

.sub-menu-iuv li a {
    text-decoration: none;
    color: #fff;

    font-weight: bold;
}

.sub-menu-iuv li:first-child {
    margin-top: 15px;
}

.menu-content a:hover {
    color: #aa9037;
}

/* Loading page */

.loaded-body {
    overflow: hidden;
    height: 100%;
}

#loader-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #06203d;
    top: -100%;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#loader-wrapper.in {
    display: block;
    top: 0;
}

#loader-wrapper .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.loader-wrapper {
    width: 40px;
    display: none;
}

.circle {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Pop Alert */
#popalert {
    position: fixed;
    z-index: 100000;
    width: 60%;
    left: 20%;
}

#popalert .alert {
    margin: 10px;
    display: none;
}

/* Items Progrados */
.posgrado {
    margin: 15px 0;
}

.posgrado-line-title {
    display: block;
    width: 60%;
    border: 3px solid #06203d;
}

.posgrado-content {
    min-height: 160px;
}

.posgrado .posgrado-content h1 {
    font-size: 20px;
    font-weight: 600;
}

.posgrado .posgrado-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.posgrado .posgrado-content p {
    margin: 0;
}

.posgrado.active .posgrado-line-title {
    border-color: #968138;
}

.posgrado.active h1 {
    color: #968138;
}

/* Profile */

.profile-avatar {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

/* Proceso Tags */

.content-proceso {
    width: 100%;
}

.proceso {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;

    padding-left: 0;
    list-style: none;

    border-bottom: 1px solid #e0e0e0;
}

.proceso li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}

.proceso li::after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 0;
    margin: 0 auto 0 -10px;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.proceso li.active::after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 1;
    margin: 0 auto 0 -10px;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.proceso li::after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 0;
    margin: 0 auto 0 -10px;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.proceso li p {
    width: 80%;
    margin: 0 auto;
    text-overflow: ellipsis;

    white-space: nowrap;
    overflow: hidden;
}

.proceso li .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 69%;
    z-index: 1;
}

.proceso li:first-child .connecting-line {
    width: 50%;
    right: 0;
}

.proceso li:last-child .connecting-line {
    width: 50%;
    left: 0;
}

.proceso li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.proceso li.disabled > a {
    color: #777;
}

.proceso li > a {
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.proceso li > a {
    position: relative;
    display: block;
}

.proceso li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.proceso li.complete span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.proceso li span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.proceso li.active span.round-tab i {
    color: #5bc0de;
}

.proceso li.complete span.round-tab i {
    color: #5bc0de;
}

.proceso li span.round-tab i {
    color: #555555;
}

/* Incrito actividad */

.activity-icon {
    width: 100%;
    background-color: #06203d;
    color: #fff;

    text-align: center;
    font-size: 25px;
}

/* Others Styles */

.textarea-noborder {
    border: none;
    outline: none;
    box-shadow: none;
}

.textarea-noborder:focus {
    outline: none;
    box-shadow: none;
}

.text-uppercase {
    text-transform: uppercase;
}

/* Bootstrap */

.btn-primary {
    background-color: #06203d;
    border-color: #06203d;
}

.btn-primary:hover {
    background-color: #123358;
    border-color: #123358;
}

.breadcrumb {
    background-color: transparent;
}

kbd {
    background-color: #06203d;
}

/* Input File Style */

.js .iuv_inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.iuv_inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.no-js .iuv_inputfile + label {
    display: none;
}

/* badget historial prospecto */

.badge-iuv {
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px #d8d5d5;
    box-shadow: 0px 2px 5px #d8d5d5;
    margin: 20px auto;
    padding: 10px;
}

.badge-iuv h3 {
    margin: 0 0 10px 0;
}

.badge-iuv p {
    color: #fff;
}

.badge-iuv.badge-iuv-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.badge-iuv.badge-iuv-info {
    background-color: #31b0d5;
    border-color: #1b6d85;
}

/* Opciones pago */

.opciones_pago {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
    list-style-type: none;
}

.opciones_pago li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: -5px;
}

.opciones_pago li:first-child {
    margin-left: 0;
}

.opciones_pago a {
    color: #fff;
    background-color: #06203d;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.opciones_pago li.active a, .opciones_pago a:hover {
    color: #fff;
    background-color: #aaa04e;
}

.opciones_pago_content {
    width: 100%;
    padding: 20px;
}

.opciones_pago_content .tab-pane {
    margin: 0;
    padding-top: 0;
}

/* G-recaptcha */

.g-recaptcha div:nth-child(1) {
    float: right;
}

/* SMS window */

#contentSMS {
    background-color: #f5f7fa;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.msg-left, .msg-right {
    position: relative;
    overflow: hidden;
    margin: 3px 0;
    padding: 3px 0;
}

.msg-left span, .msg-right span {
    display: block;
    max-width: 60%;
    padding: 5px;
    border-radius: 5px;
}

.msg-left span p, .msg-right span p {
    margin: 0;
}

.msg-left span i, .msg-right span i {
    font-size: 11px;
    display: block;
}

.msg-left span {
    background-color: #d5e1f3;
    float: left;
}

.msg-right span {
    background-color: #abed8e;
    float: right;
}

.msg-right span i {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .section-title {
        text-align: center;
        font-size: 26px;
    }

    .logo_iuv {
        text-align: center;
    }

    .page-wrap {
        margin-bottom: -140px;
    }

    .site-footer, .page-wrap:after {
        height: 140px;
    }

    .social-iuv {
        text-align: center;
    }

    .social-iuv a, .social-iuv strong {
        margin: 15px 2px;
    }

    .content-proceso {
        overflow-x: scroll;
        padding-bottom: 25px;
    }

    .proceso {
        width: 980px;
    }

    .proceso li .connecting-line {
        top: 51%;
    }

    .g-recaptcha {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    .g-recaptcha div:nth-child(1) {
        float: none;
    }

    .g-recaptcha2 {
        transform:scale(0.9);
        -webkit-transform:scale(0.9);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
