﻿/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');
*/
/*html, body {
     margin: 0px;
     padding: 0px;
     min-height: 100%;
     height: 100%;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap"');


/*@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    /* font-family: 'Open Sans', sans-serif;
     */
    /*font-family: "montserratregular", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Space Mono', monospace;
     */
    font-weight: 400;
    margin-bottom: 220px;
}

    body.inside {
        /*font-family: "montserratregular", sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        background-image: url('../img/background_footer.png');
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: bottom center;
        overflow-x: hidden;
    }

#topbar {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #000;
    width: 95%;
    margin: 10px auto;
}

#progressBar {
    height: 15px;
}

    #progressBar div {
        height: 100%;
        color: #fff;
        text-align: right;
        font-size: 12px;
        line-height: 22px;
        width: 0;
    }

.tiny-blue {
    position: relative;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgb(58,64,80)),color-stop(47%, rgb(58,64,80)),color-stop(48%, rgb(46,50,62)),to(rgb(46,50,62)));
    background-image: -o-linear-gradient(top,rgb(58,64,80) 0%,rgb(58,64,80) 47%,rgb(46,50,62) 48%,rgb(46,50,62) 100%);
    background-image: linear-gradient(-180deg,rgb(58,64,80) 0%,rgb(58,64,80) 47%,rgb(46,50,62) 48%,rgb(46,50,62) 100%);
}

    .tiny-blue div {
        font-size: 3px;
        color: white;
        text-align: right;
        text-shadow: 0px 0px 2px #000;
        text-indent: 9999px;
        overflow: hidden;
        background-color: #1d9bca;
    }

.navbar-default {
    background-color: #ffffff;
    margin: 0 auto;
}



.user {
    font-size: 18px;
    margin-top: 15px;
}

    .user img {
        display: inline;
    }

span.perfil {
    margin-right: 10px;
    padding-top: 10px;
}

.notification-label {
    position: absolute;
    display: inline-block;
    background: #1d9bca;
    width: 15px;
    height: 15px;
    padding: 2px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    top: 5px;
    right: 10px;
    line-height: 9px;
    text-shadow: none;
}
/* * Component: Dropdown menus * ------------------------- */
/*Dropdowns in general*/
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float:left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
    }

        .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #e1e3e9;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .notifications-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
            max-height: 200px;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow-x: hidden;
        }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
                display: block;
                white-space: nowrap;
                border-bottom: 1px solid #f4f4f4;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
                    background: #f4f4f4;
                    text-decoration: none;
                }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
                color: #444444;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 10px;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
                    width: 20px;
                }

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        /*left: auto;
    */
    }

        .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.notificacion-menu {
            position: absolute;
            right: 0;
            left: auto;
            background-color: #ffffff;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.notificacion-menu.business {
                left: 0;
                right: 0;
            }

.navbar-custom-menu.pull-left ul.nav.navbar-nav li.dropdown.notifications-menu a.dropdown-toggle {
    padding-top: 20px;
}

.navbar-custom-menu.pull-right ul.nav.navbar-nav li a {
    line-height: normal;
}

.navbar-custom-menu.pull-right ul.nav.navbar-nav > li > a {
    padding: 10px 10px;
    cursor: pointer;
    color: #000;
}

.content-box {
}

.question-context h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

    .question-context h1 a {
        font-size: 18px;
        margin-left: 15px;
    }

    .question-context h1 span.pull-right {
        font-weight: 700;
    }

.box-question blockquote {
    padding: 0 10px;
    border-left: 5px solid #1d9bca;
    margin-top: 10px;
}

    .box-question blockquote h2 {
        padding: 0;
        margin: 0 0 3px 0;
        font-size: 18px;
        font-weight: 500;
    }

hr.space {
    margin-top: 0px;
    margin-bottom: 15px;
}

.box-question ul.list-answer {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .box-question ul.list-answer li {
        border: 1px solid #1d9bca;
        border-radius: 10px;
        padding: 10px 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }

.list-answer li a {
    cursor: pointer;
}

.button-action {
    margin: 20px 15px;
}

.btn-border {
    border: 3px solid #1d9bca;
    border-radius: 30px;
    padding: 10px 10px;
    background-color: inherit;
    min-width: 100px;
    font-weight: 600;
    color: #3b3f45;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    /*background-color: #1d9bca;
    */
    background-color: #050e2b;
    border-color: #1d9bca;
}

a.list-group-item:hover {
    background-color: rgba(29, 155, 202, 0.7);
    color: #ffffff;
    cursor: pointer;
}

div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    /*border-left: 10px solid #1d9bca;
    */
    border-left: 10px solid #050e2b;
}

.idioma {
    padding-right: 10px;
    display: inline;
}

    .idioma a.active {
        opacity: 0.5;
    }

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#large-header {
    background-color: #000000;
}

.second {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: red;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    overflow: hidden;
    -webkit-transition: top 600ms linear, left 600ms linear;
    -o-transition: top 600ms linear, left 600ms linear;
    transition: top 600ms linear, left 600ms linear;
}

.box {
    /* width: 100%; */
    height: 90vh;
    background-color: rgba(27, 35, 42, 0.07);
}

    .box:after {
        content: ' ';
        border-top: 80vh solid;
        border-color: rgba(27,35,42,.7);
        border-color: rgba(21,7,15,.4);
        border-right: 100vw solid transparent;
        width: 0;
        position: absolute;
    }

.first {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: blue;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    -webkit-transition: top 600ms linear, left 600ms linear;
    -o-transition: top 600ms linear, left 600ms linear;
    transition: top 600ms linear, left 600ms linear;
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    position: relative;
    height: 400px;
    top: 25%;
    background-color: rgba(35, 31, 32, 0.5);
    padding: 30px 0;
    border-radius: 50px;
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 70px 0 70px;
    text-align: center;
    /*background:rgba(40,57,101,.9);
    */
}

    .login-html .sign-in-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        /*transform:rotateY(180deg);
     backface-visibility:hidden;
     transition:all .4s linear;
    */
    }

    .login-html .sign-in, .login-html .sign-up, .login-form .group .check {
        display: none;
    }

    .login-html .tab, .login-form .group .label, .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html h4 {
        font-size: 28px;
        display: inline-block;
        color: #ffffff;
        color: #1d9bca;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .login-html h5 {
        font-size: 24px;
        display: inline-block;
        color: #1d9bca;
        color: #ffffff;
        text-transform: uppercase;
    }

.login-form {
    /*min-height:345px;
    */
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
        position: relative;
    }

        .login-form .group .label, .login-form .group .input, .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input, .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255,255,255,.1);
            padding-left: 45px;
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .button {
            background: #1d9bca;
        }

            .login-form .group .button.entrar {
                padding: 10px;
                font-size: 18px;
            }

.icon {
    position: absolute;
    top: 18px;
    left: 20px;
}

    .icon i {
        color: #ffffff;
        font-size: 18px;
    }

.login-logo {
    width: 200px;
    margin: 0 auto 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.table-responsive.table-resultado {
    margin-top: 70px;
}

.btn-ir {
    width: 50px;
    border-radius: 5px;
    color: #FFFFFF;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .login-html {
        padding: 0 20px 0 20px;
    }

    .login-wrap {
        top: 10%;
    }

    .table-responsive.table-resultado {
        margin-top: 20px;
    }
}

input.radio-input {
    display: none;
    border: solid 2px green;
}

label.tab {
    border: 1px solid #1d9bca;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    background: #ffffff;
}

    label.tab:hover {
        background-color: rgba(29, 155, 202, 0.9);
        color: #ffffff;
        cursor: pointer;
    }

td.fl {
    text-align: right;
}

thead.tabla-head {
    background-color: #1d9bca;
    color: #ffffff;
}

table td {
    background: rgba(255,255,255, 0.4);
}
/*.modal-content {
     background-color: rgba(35, 31, 32, 0.8);
}
*/
.modal-header {
    background-color: #0c022f;
    color: #ffffff;
    border: none;
}

    .modal-header .close {
        margin-top: -2px;
        color: #ffffff;
        opacity: 15.5 !important;
    }

.modal-footer {
    border: none;
}

.login-form .group .button.entrar {
    padding: 10px;
    font-size: 18px;
}

.login-form .group .button {
    background: #1d9bca;
}

button.btn.btn-lg.btn-block.entrar {
    padding: 10px;
    font-size: 18px;
    background: #1d9bca;
    border-radius: 25px;
    color: #FFFFFF;
}

select#selec-empresa {
    width: 100%;
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255,255,255,.1);
    color: #FFFFFF;
}

    select#selec-empresa > option {
        color: #1a2836;
    }

li.nota a i {
    font-size: 26px;
    color: #42a5dd;
}

h4.modal-title i {
    margin-right: 10px;
}

.comment-box {
    -webkit-box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    padding: 10px;
    position: relative;
}

.modal-body textarea {
    width: 100%;
    border: none;
}

.modal-body button {
    margin-top: 10px;
}

textarea::-webkit-input-placeholder {
    color: #1d9bca;
    padding-left: 10px;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #1d9bca;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #1d9bca;
}

textarea:-ms-input-placeholder {
    color: #1d9bca;
}

.comment-box-options {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

    .comment-box-options a i {
        font-size: 18px;
    }

    .comment-box-options ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .comment-box-options ul li.dropdown ul.dropdown-menu {
            right: 0;
            left: inherit !important;
        }

.comment-add {
    -webkit-box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
}

    .comment-add p {
        padding: 10px;
    }

.actividad-modulo em {
    padding: 0 10px 10px 0;
}
/*styling open close button*/
.button {
    display: inline;
    position: absolute;
    right: 5px;
    z-index: 999;
    font-size: 22px;
}

    .button span {
        text-decoration: none;
    }

.btn-open:after {
    color: #FFF;
    content: "\f0c9";
    font-family: Font Awesome\ 5 Free;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #34B484;
}

.btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: Font Awesome\ 5 Free;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #34B484;
}
/*overlay*/
.overlay {
    display: none;
    position: absolute;
    top: 0;
    /*height: 100%;
    */
    width: 100%;
    background: #eeeeee;
    overflow: auto;
    z-index: 99;
    height: 476px;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .overlay .modal-title {
        background-color: #00aeef;
    }

        .overlay .modal-title h3 {
            background-color: #00aeef;
            padding: 0;
            margin: 0;
            line-height: 2;
            color: #ffffff;
            padding-left: 25px;
        }

button.close.close-question {
    color: #ffffff;
    opacity: .6 !important;
    padding: 10px;
    outline: none;
}

.wrap {
    color: #e9e9e9;
    padding-top: 20px;
    /*max-width: 90%;
     margin: 30px auto;
    */
}

    .wrap h3 {
        color: #555;
    }

    .wrap ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        list-style: none;
    }

        .wrap ul li {
            padding: 7px 10px;
        }

            .wrap ul li a {
                color: #555;
                list-style: none;
                text-decoration: none;
            }

                .wrap ul li a:hover {
                    color: #1d9bca;
                }

                .wrap ul li a i {
                    color: green;
                    margin-left: 10px;
                }
/* * Component: MOUSE SCROLL * ------------------------- */
.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    //background: blue;
    margin-top: 125px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/* * Component: ESTILOS SINGLE PAGE * ------------------------- */
. {
    margin-top: -3%;
}

    .content-header {
        width: 100%;
        height: 100%;
        /*background: red;
    */
        position: relative;
    }

    .navbar-inverse.single {
        position: relative;
        height: 150px;
        background: transparent;
        border: none;
    }

nav.single .navbar-header {
    padding-bottom: 0;
}

.input-group {
    border: 4px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    margin-top: 20px;
}

    .input-group input {
        background: transparent;
        height: 50px;
        border: transparent;
    }

.input-group-addon.continue {
    color: #ffffff;
    background-color: #00aeef;
    width: 150px;
    border: transparent;
    border-radius: inherit;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 3;
    z-index: 10;
    text-decoration: none;
}

.digital-right h1 {
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 5px;
}

    .digital-right h1 strong {
        font-size: 61px;
        font-weight: 600;
        text-transform: uppercase;
    }

.digital-right span.into {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999193;
}

.digital-right span.name {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999193;
}
.digital-right span {
    font-size: 18px;
    color: #000;
    margin-left: 0px;
    padding-left: 0px;
    text-align:left;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a09d9e;
    padding-left: 15px;
    font-size: 16px;
    /*text-transform: uppercase;
    */
}

.registro ::-webkit-input-placeholder {
    padding-left: 0px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

a.navbar-brand img.anticipa {
    margin-top: 40px;
}

#navbar ul.nav.navbar-nav.navbar-right li a {
    color: #FFFFFF;
    font-size: 17px;
}

.collapse.navbar-collapse {
    margin-top: 45px;
}

.first-foot {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 100%;
}

.auspiciadores {
    padding: 0px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

    .auspiciadores h6, .sponsor h6 {
        text-transform: uppercase;
        color: #9bb0bf;
        font-size: 18px;
    }

img.samsung {
    /*width: 200px;
    */
    /*margin: 0 auto;
    */
    /*float: right;
    */
    margin-right: 50px;
}

.adexus-single {
    width: 200px;
    margin: 0 auto;
    margin-right: 50px;
}

img.adexus {
    width: 200px;
    /*margin: 0 auto;
    */
    float: left;
    margin-left: 50px;
}

.box-sponsor {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.item-sponsor {
    width: 20%;
    float: left;
}

img.sponsor {
    width: 90px;
    margin: 0 auto;
}

img.sponsor-cnc {
    width: 125px;
    margin: 10px auto 0;
}

img.sponsor.sponsor-edit {
    width: 120px;
}

section#cifras {
    /*padding: 50px 0;
    */
    padding: 30px 0 15px 0;
}

    section#cifras h2, .modelo h2 {
        font-size: 24px;
        color: #150f2d;
        font-weight: 700;
        /*text-transform: uppercase;
    */
        text-align: left;
    }
        .linea {
            content: '';
            border-bottom: 4px solid black;
            width: 60px;
            position: absolute;
            padding-top:10px;
        }

    section#cifras h3, .modelo h3 {
        font-size: 12px;
        color: #2cced6;
        text-align: left;
        margin-top: 0;
        margin-bottom: 50px;
        color: black;
    }

.content-cifras {
    margin-top: 40px;
}
.texto {
    color: black;
    font-size: 24px;
    text-align: left;
    padding: 10px 0;
    line-height: 1.1;
}
.cifra-box {
    margin-bottom: 30px;
    width: 80%;
}

    .cifra-box img {
        float: left;
        margin-right: 25px;
    }

    .cifra-box p {
        font-size: 16px;
        color: #040b27;
        text-transform: uppercase;
    }

        .cifra-box p strong {
            font-size: 36px;
            color: #48578c;
            font-weight: 700;
            font-style: italic;
        }

.bg1 {
    color: #ffffff;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    padding-top: 60px;
    background: url(../img/back-estelar.jpg) no-repeat center center fixed;
    background-size: cover;
}

    .bg1 h4 {
        text-transform: uppercase;
        text-align: center;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 30px;
    }

.hexagon {
    position: relative;
    display: inline-block;
    /* left/right margin approx. 25% of .hexagon width + spacing */
    margin: 1px 18px;
    background-color: hsl(220, 75%, 75%);
    text-align: center;
}

    .hexagon, .hexagon::before, .hexagon::after {
        /* easy way: height is width * 1.732 actual formula is 2*(width/(2*Math.tan(Math.PI/6))) remove border-radius for sharp corners on hexagons */
        width: 67px;
        height: 116px;
        border-radius: 20%/5%;
    }

        .hexagon::before {
            background-color: inherit;
            content: "";
            position: absolute;
            left: 0;
            -webkit-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        .hexagon::after {
            background-color: inherit;
            content: "";
            position: absolute;
            left: 0;
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hexagon:nth-child(even) {
            /* top approx. 50% of .hexagon height + spacing */
            top: 59px;
        }

        .hexagon:hover {
            background-color: hsla(60, 75%, 75%, 1.0);
            cursor: pointer;
            z-index: 105;
        }

        .hexagon:active {
            background-color: hsla(60, 75%, 50%, 1.0);
            z-index: 110;
        }

.hexanone {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 116px;
    margin: 1px 18px;
}

    .hexanone:nth-child(even) {
        top: 59px;
    }

.hexagontent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140%;
    font-size: 1.4rem;
    line-height: 1.2;
    z-index: 100;
}

.ibws-fix {
    /* inline-block whitespace fix */
    font-size: 0;
}

.honeycomb {
    margin: 0 auto;
    text-align: center;
}
/*footer {
     background: #050e2b;
     border-bottom: 10px solid #eb0029;
     padding: 30px 0;
     bottom: 0;
     width: 100%;
}
*/
footer {
    width: 100%;
    bottom: 0;
    /*position: absolute;
    */
    height: 220px;
    background: #0c022f;
    /*border-bottom: 10px solid #eb0029;
    */
    padding: 0px 0 0px 0!important;
}

    footer .logos-content a, footer.logos-content a img {
        display: inline-block;
    }

        footer .logos-content a {
            margin-right: 20px;
        }

a.logo-mine {
    margin-top: 20px;
}

.logo-pyme {
    margin-top: 20px;
}
/*footer#footer {
     position: absolute;
}
*/
footer p {
    color: #FFFFFF;
    line-height: 1.3;
}

.content-icon {
    margin-bottom: 10px;
}

    .content-icon img.anticipa-foot, .content-icon img.pais-foot {
        display: inline-block;
        float: left;
    }

.redes-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px;
}

    .redes-icon a {
        margin-right: 5px;
    }

.content-icon.anticipa-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.redes-icon.pais-redes {
    padding: 17px 0;
}

.aus-foot {
    width: 100%;
}

.samsumg-foot {
    width: 50%;
    float: right;
    padding-top: 5px;
}

.adexus-foot {
    width: 50%;
    float: left;
}

.aus-foot p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}

.aus-foot-inside p {
    margin: 10px 0;
    padding-top: 0;
}

.aus-foot a img {
    margin: 0 auto;
}

.ce-img {
    margin: 0 auto;
}

.btn-continue, .button.btn-continue {
    color: #ffffff;
    background-color: #00aeef;
    /*width: 150px;
    */
    border: transparent;
    border-radius: inherit;
    /*position: absolute;
    */
    /*right: 0;
    */
    line-height: 3;
    z-index: 10;
    text-decoration: none;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    height: auto;
    text-transform: uppercase;
    font-size: 14px;
}
/*--------------------*/
/*estilos login*/
/*--------------------*/
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    /*background: #eee;
     border-bottom: 1px solid #fff;
     border-radius: 3px;
    */
}

nav li {
    float: right;
}

nav #login {
    /*border-right: 1px solid #ddd;
     box-shadow: 1px 0 0 #fff;
    */
}

nav #login-trigger, nav #signup a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    line-height: 25px;
    /*font-weight: bold;
    */
    padding: 0 8px;
    text-decoration: none;
    color: #444;
    /*text-shadow: 0 1px 0 #fff;
    */
}

nav #signup a {
    border-radius: 0 3px 3px 0;
}

nav #login-trigger {
    border-radius: 3px 0 0 3px;
}

    nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
        /*background: #fff;
    */
    }

nav #login-content {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999;
    /*background: #fff;
     background-image: linear-gradient(top, #fff, #eee);
    */
    background-color: rgba(35, 31, 32, 0.99);
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    border-radius: 3px 0 3px 3px;
}

nav li #login-content {
    right: 0;
    width: 270px;
}
/*--------------------*/
#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 0;
    width: 238px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: none;
    background: rgba(255,255,255,.1);
}

    #inputs input:focus {
        background-color: #fff;
        border-color: #e8c291;
        outline: none;
        -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
        box-shadow: 0 0 0 1px #e8c291 inset;
    }
/*--------------------*/
#login #actions {
    margin: 10px 0 0 0;
}

#login #submit {
    background-color: #d14545;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
    background-image: -o-linear-gradient(top, #e97171, #d14545);
    background-image: linear-gradient(top, #e97171, #d14545);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #7e1515;
    float: left;
    height: 30px;
    padding: 0;
    width: 100px;
    cursor: pointer;
    font: bold 14px 'montserrat-regular';
    color: #fff;
}

    #login #submit:hover, #login #submit:focus {
        background-color: #e97171;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
        background-image: -o-linear-gradient(top, #d14545, #e97171);
        background-image: linear-gradient(top, #d14545, #e97171);
    }

    #login #submit:active {
        outline: none;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    #login #submit::-moz-focus-inner {
        border: none;
    }

#login label {
    float: right;
    line-height: 30px;
}

    #login label input {
        position: relative;
        top: 2px;
        right: 2px;
    }

.icon-login {
    position: absolute;
    color: #FFFFFF;
}

    .icon-login i {
        padding-left: 10px;
        padding-top: 10px;
    }

#inputs ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    /*margin-left: 20px;
    */
}

#inputs :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs input[data-type="password"] {
    margin-left: 50px;
}

#inputs .input {
    padding-left: 15px;
}

    #inputs .input:focus {
        background-color: transparent;
        color: black;
        padding-left: 25px;
    }

#login-content {
    position: relative;
    background: #88b7d5;
}

    #login-content:after, #login-content:before {
        bottom: 100%;
        /*left: 50%;
    */
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #login-content:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgba(35, 31, 32, 0.7);
        border-width: 12px;
        right: 27px;
    }

#inputs .input {
    color: #FFFFFF;
    padding-left: 30px;
}

.box-pol {
    width: 100%;
    max-width: 670px;
    margin: 50px auto 0 auto;
}

.pol {
    width: 20%;
    float: left;
    /*background-color: yellow;
    */
    height: 20px;
    position: relative;
}

.pol-img {
    margin: 0 auto;
}

.pol.top {
    top: 70px;
}
/*--------------------*/
/*segunda seccion*/
/*--------------------*/
.camino {
    margin-top: 40px;
}

    .camino img {
        margin: 0 auto;
    }

.box-item {
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
}

.icon-inside {
    position: absolute;
    top: 90%;
    left: 20%;
}

.pol h4 {
    color: #48578c;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.pol p {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.content-general {
    position: relative;
}

.img_linea {
    position: absolute;
    left: 17%;
    top: 26%;
    width: 767px;
}

.text-pol-bottom {
    position: relative;
    top: 65px;
}

.text-pol-top {
    position: relative;
    top: 75px;
}

.content-slider {
    /*background-image: url(../img/back_footer.png);
    */
    height: 320px;
    /*padding: 120px;
    */
}

    .content-slider .form-group {
        width: 540px;
        margin: 0 auto;
    }

        .content-slider .form-group .input-group {
            border: 4px solid rgba(4, 11, 39, 0.4);
            background-color: #ffffff;
        }

    .content-slider .carousel-inner {
        max-width: 700px;
        margin: 0 auto;
    }

.carousel-content h5 {
    font-size: 35px;
    color: #0c022f;
    text-align: center;
    font-weight: 500;
    /*text-transform: uppercase;
    */
}

    .carousel-content h5 span {
        font-size: 42px;
        color: #48578c;
        font-weight: 700;
    }

.navbar-header p {
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding-top: 5px;
}
/* * Component: style inside * ------------------------- */
body.inside .navbar-header {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    padding-left: 0px;
    height: auto;
}

    body.inside .navbar-header a {
        margin: 0 0 0 15px;
    }

body.inside .navbar-brand {
    padding: 5px 15px;
}

.navbar-brand img.logo-int {
    margin-top: 20px;
}

.registro, .second-step {
    text-align: center;
    padding: 10px 0 0;
}

.sentencia {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.second-step .sentencia label {
    /*margin-bottom: 20px;
    */
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.sentencia input {
    width: 260px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #00aeef;
    background: transparent;
    color: #3DADE2;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

    .sentencia input.name {
        width: 350px;
        /*margin: 0 10px;
    */
    }

    .sentencia input.cargo {
        width: 50%;
    }

textarea:focus, input:focus {
    outline: none;
}
/*#wrapper {
     min-height: 100%;
     height: auto !important;
     margin-bottom: -220px;
     the bottom margin is the negative value of the footer's total height 
}
 #footer {
     height: 220px;
     the footer's total height 
}
*/
.registro h2, .second-step h2 {
    color: #48578c;
    font-weight: 700;
    /*text-transform: uppercase;
    */
    text-align: center;
    margin-bottom: 2px;
    font-size: 36px;
}

.registro h3 {
    font-size: 21px;
    color: #9bb0bf;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.registro p {
    padding: 0 100px;
    font-size: 18px;
    /*line-height: 1.7;
    */
    max-width: 750px;
    margin: 20px auto 34px auto;
}

.btn-continuar {
    color: #ffffff;
    background-color: #00aeef;
    /*width: 150px;
    */
    /*height: 50px;
    */
    border: transparent;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 6px 25px;
}

.center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 450px;
    float: left;
    /*width: 100%;
    */
}

    .custom-select-wrapper select {
        display: none;
    }

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #00aeef;
}

.custom-select-trigger {
    position: relative;
    display: block;
    /*width: 130px;
    */
    width: 100%;
    padding: 0 84px 0 22px;
    font-size: 18px;
    font-weight: 300;
    color: #00aeef;
    line-height: 30px;
    /*background: #5c9cd8;
    */
    border-radius: 4px;
    cursor: pointer;
    border: transparent;
}

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        /*border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
    */
        border-bottom: 1px solid #00aeef;
        border-right: 1px solid #00aeef;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.07);
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    max-height: 300px;
    overflow-y: auto;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    /*font-weight: 600;
    */
    /*color: #b5b5b5;
    */
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option:hover, .custom-option.selection {
        background: #337ab7;
    }

.container.select-item {
    padding: 50px 0;
}

.open {
    display: none;
}
/* * Component: style share boton * ------------------------- */
.prepbootstrap-sharing-container {
    position: fixed;
    top: 40%;
    left: 0;
    right: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 11100;
    overflow: hidden;
    width: 64px;
}

    .prepbootstrap-sharing-container .sharing-item {
        width: 48px;
        height: 48px;
        text-align: center;
        cursor: pointer;
    }

        .prepbootstrap-sharing-container .sharing-item:hover {
            width: 64px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .prepbootstrap-sharing-container .sharing-img {
        display: inline-block;
        margin: auto;
        margin-top: 8px;
        width: 32px;
        height: 32px;
    }

    .prepbootstrap-sharing-container .sharing-fb {
        background-color: #305891;
    }

        .prepbootstrap-sharing-container .sharing-fb .sharing-img {
            background-position: 0px 0px;
        }

    .prepbootstrap-sharing-container .sharing-gp {
        background-color: #CE4D39;
    }

        .prepbootstrap-sharing-container .sharing-gp .sharing-img {
            background-position: 0px -32px;
        }

    .prepbootstrap-sharing-container .sharing-tw {
        background-color: #2CA8D2;
    }

        .prepbootstrap-sharing-container .sharing-tw .sharing-img {
            background-position: 0px -64px;
        }

    .prepbootstrap-sharing-container .sharing-li {
        background-color: #4498C8;
    }

        .prepbootstrap-sharing-container .sharing-li .sharing-img {
            background-position: 0px -96px;
        }

.fa-facebook-f, .fa-google-plus-g, .fa-twitter, .fa-linkedin-in {
    color: #FFFFFF;
    font-size: 25px;
    padding-top: 5px;
}

.terminos label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.terminos input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.instruccion-btn {
    /*width: 20px;
    */
    /* width: 89px; */
    margin: 0px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}
/* SQUARED THREE */
.squaredThree {
    /*width: 20px;
    */
    /* width: 300px; */
    margin: 30px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}

    .squaredThree label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        left: 35px;
        background-color: white;
        border: 1px solid #363636;
    }

        .squaredThree label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 6px;
            left: 5px;
            border: 3px solid #03540c;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

button.btn-login {
    padding: 7px 0;
    border: transparent;
    border-radius: 3px;
    color: #0c022f;
    background-color: #cccccc;
    margin: 0 0 10px 0;
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

span.prueba {
    margin-left: 10px;
}

button.animated-button.thar-three {
    color: #00aeef;
    cursor: pointer;
    position: relative;
    border: 2px solid #2ccbd3 !important;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: transparent;
    padding: 5px 25px;
    margin-top: 30px;
    background-color: #00aeef;
    border-radius: 15px;
    color: #ffffff;
    background: #2ccbd3 !important;
    text-transform: capitalize;
}
/*button.animated-button.thar-three:hover {
     color: #FFF !important;
     background-color: transparent;
     text-shadow: nthree;
}
 button.animated-button.thar-three:hover:before {
     left: 0%;
     right: auto;
     width: 100%;
}
 button.animated-button.thar-three:before {
     display: block;
     position: absolute;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 0px;
     z-index: -1;
     content: '';
     color: #FFF !important;
     background: #00aeef;
     transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
     0s;
}
*/
body.inside footer {
    height: 100px;
}

    body.inside footer .aus-foot {
        padding-top: 20px;
    }

        body.inside footer .aus-foot.aus-foot-inside {
            padding-top: 3px;
        }

@media (min-width:769px) and (max-width:1024px) {
    body.inside {
        background-position: 0% 200%;
    }
}

button.explore {
    letter-spacing: 1px;
    background: none;
    color: white;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 225px;
    font-size: 18px;
    z-index: 2;
    -webkit-transition: .01s .23s ease-out all;
    -o-transition: .01s .23s ease-out all;
    transition: .01s .23s ease-out all;
    overflow: hidden;
}

    button.explore.continue-btn {
        color: #48578c;
    }

    button.explore:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 55%;
        background: #00aeef;
        z-index: -1;
        -webkit-transition: .3s ease-in all;
        -o-transition: .3s ease-in all;
        transition: .3s ease-in all;
    }

    button.explore:after {
        content: '';
        position: absolute;
        left: -5%;
        top: 5%;
        height: 90%;
        width: 5%;
        background: white;
        z-index: -1;
        -webkit-transition: .4s .02s ease-in all;
        -o-transition: .4s .02s ease-in all;
        transition: .4s .02s ease-in all;
    }

.icon-right {
    position: absolute;
    top: 0;
    right: 0;
}

    .icon-right:after {
        font-family: Font Awesome\ 5 Free;
        content: '\2192';
        font-size: 24px;
        display: inline-block;
        position: relative;
        top: 26px;
        -webkit-transform: translate3D(0, -50%, 0);
        -ms-transform: translate3D(0, -50%, 0);
        transform: translate3D(0, -50%, 0);
    }

    .icon-right.after:after {
        left: -280px;
        color: black;
        -webkit-transition: .15s .25s ease left, .5s .05s ease color;
        -o-transition: .15s .25s ease left, .5s .05s ease color;
        transition: .15s .25s ease left, .5s .05s ease color;
    }

.repeat img {
    vertical-align: middle;
    float: left;
    margin-right: 15px;
}

.repeat p {
    text-align: left;
    padding: 0;
    font-size: 14px;
}

.beneficio {
    margin: 30px 0;
}

.registro p.bajada {
    padding: 0 300px;
}

.prueba-mail {
    background-color: red;
    width: 600px;
    margin: 0 auto;
}

.button span.btn-open:after {
    font-family: 'Glyphicons Halflings';
    content: "\270f";
    font-size: 18px;
}

.button span.btn-close:after {
    font-family: 'Glyphicons Halflings';
    content: "\270f";
    font-size: 18px;
}

.modal-footer .squaredThree label {
    left: 65px;
}

.info-box {
    position: relative;
    height: 100%;
    width: 100%;
}

button.info-btn {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    outline: none;
}

button.btn-question {
    background-color: transparent;
    border-color: transparent;
    font-size: 22px;
    outline: none;
    float: left;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    right: -20px;
}

.box-select .sentencia label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    float: right !important;
    padding-top: 5px;
}
/*#first.box-question.end-test {
     padding: 60px;
}
 #first.box-question h1 {
     font-size: 26px;
     margin-bottom: 10px;
     font-weight: 600;
     color: #050e2b;
}
*/
.termino {
    position: relative;
    max-width: 464px;
    padding: 0px 30px;
    width: 100%;
    margin: 0 auto;
}

    .termino:after {
        content: '\e114';
        font-family: 'Glyphicons Halflings';
        color: #0ebeff;
        right: 11px;
        top: -4px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
        display: none;
    }
    /* IE11 hide native button (thanks Matt!) */
    .termino select::-ms-expand {
        display: none;
    }

    .termino select {
        height: 42px;
        margin: 16px auto;
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #000000;
        background-color: #ffffff;
        background-image: none;
        border-bottom: 1px solid #030057;
        word-break: normal;
        outline: none;
        -moz-text-align-last: center;
        text-align-last: center;
    }

#first.box-question {
    font-size: 16px;
    line-height: 1;
    /* height: calc(100vh - 18.1vw); */
}

.box-previo {
    margin: auto;
    width: 37%;
    padding: 10px;
    line-height: 25px;
    text-align: justify;
}

.navbar-header span {
    line-height: 2.5;
    padding: 10px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999193;
    margin-left: 15px;
}

.popover.tour {
    max-width: 300px !important;
}

    .popover.tour button.btn.btn-sm.btn-info {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .popover.tour button.btn.btn-sm.btn-success {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .popover.tour .popover-title {
        background-color: #050e2b;
        color: #ffffff;
        text-transform: uppercase;
    }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu.dropdown-inside {
    left: auto;
    width: 200px;
    padding: 10px;
    text-align: right;
}

a.nav-link.dropdown-toggle {
    height: 68px;
}

ul.nav.navbar-nav.nav-inside li a i {
    font-size: 18px;
    color: #9bb0bf;
}

    ul.nav.navbar-nav.nav-inside li a i:hover {
        color: #050e2b;
    }

.popover {
    max-width: 480px !important;
}

strong.icon-tour {
    color: #eb0029;
}

    strong.icon-tour i, strong.icon-tour span.glyphicon {
        font-size: 18px;
    }

.dropdown-menu.dropdown-inside > li > a {
    padding: 0;
}

    .dropdown-menu.dropdown-inside > li > a:hover {
        background-color: transparent;
    }

#edit .modal-dialog {
    width: 400px;
    top: 10%;
}

#edit .modal-header {
    background-color: #0c022f;
}

#edit .modal-body span.requerido {
    color: #eb0029;
}

#edit .modal-body {
    padding-bottom: 0;
}

#edit .modal-footer {
    padding: 0 15px 10px;
}

#editRegistro .modal-dialog {
    /*width: 400px;
    */
    top: 10%;
}

#editRegistro .modal-header {
    background-color: #00aeef;
}

#editRegistro .modal-body span.requerido {
    color: #eb0029;
}

#editRegistro .modal-body {
    padding-bottom: 0;
}

#editRegistro .modal-footer {
    padding: 0 15px 10px;
}

#slider {
    width: 500px;
    top: 100px;
    position: absolute;
}

    #slider #header {
        width: 400px;
        height: 460px;
        position: absolute;
        right: 0;
        border: 1px solid #d8d8d8;
        margin-left: 40px;
        padding: 20px 40px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 8px gray;
        box-shadow: 0 0 8px gray;
        background-color: #ffffff;
        z-index: 999;
    }

        #slider #header h2 {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 600;
        }

#sidebar {
    position: absolute;
    top: 180px;
    left: 55px;
    width: 46px;
    height: 180px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    z-index: 999;
}

#sidebar1 {
    position: absolute;
    top: 180px;
    left: 55px;
    width: 46px;
    height: 180px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    z-index: 999;
}

#slider input[type=text] {
    margin-top: 10px;
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
}

#slider h4 {
    font-size: 15px;
}

#slider div#title {
    position: absolute;
    top: 300px;
    left: 650px;
}

#slider select {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
}

#slider textarea {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    height: 200px;
    width: 100%;
    resize: none;
}

#slider button {
    background: #050e2b;
    border: none;
    color: #fff;
    width: 100%;
    /*font-size: 22px;
    */
    font-weight: bolder;
    /*padding: 8px 0;
    */
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}

.terminos-content {
    max-height: 450px;
    overflow-y: scroll;
}

.terminos-dialog {
    top: 10%;
}

label.btn-accept {
    background-color: #0c022f;
    color: #ffffff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.contact-footer p a {
    color: #ffffff;
}

button.btn-back {
    position: absolute;
    top: 5px;
    font-size: 21px;
    padding: 0px;
    background-color: transparent;
    color: #5bc0de;
}

.mono {
    border: 1px solid red;
}

#myTable_filter.dataTables_filter label {
    width: 46%;
}

    #myTable_filter.dataTables_filter label input {
        width: 79%;
    }

.redes-adexus a {
    float: left;
    padding: 3px;
}

.redes-adexus {
    width: 45%;
    margin: 0 auto;
    height: 20px;
    margin-top: 10px;
}

.anticipa-border {
    border-right: 1px solid #9bb0bf;
}

.line-foot {
    background-color: #eb0029;
    margin-top: 15px;
}

.button.tour-step-backdrop.tour-tour-element.tour-tour-2-element span.btn-open:after {
    color: #050e2b;
}

.intro-resultado {
    text-align: center;
}

    .intro-resultado p {
        font-size: 16px;
        line-height: 1.7;
    }

        .intro-resultado p:nth-child(4) {
            text-align: justify;
        }

ul.model-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
    width: 100%;
}

    ul.model-list li {
        float: left;
        width: 12%;
        height: 100px;
        color: #48578c;
        text-align: center;
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
    }

h2.informe-title {
    color: #48578c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
}

h3.second-title {
    font-size: 21px;
    color: #9bb0bf;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.resultado-test {
    text-align: center;
    padding-top: 90px;
}

    .resultado-test h5 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

.total {
    width: 164px;
    height: 60px;
    margin: 0 auto;
    /*background-color: #3aa7e1;
    */
    background-color: #050e2b;
    border-radius: 10px;
    text-align: center;
}

    .total span {
        font-size: 36px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        padding: 18px;
        line-height: 1.6;
        color: #FFFFFF;
    }

.resultado-test p:nth-child(3) {
    font-size: 21px;
    margin: 10px 0 0 0;
}

.resultado-test h6 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3aa7e1;
}
/*ESTILOS COMPONENTES*/
componentes {
    /*width: 800px;
    */
    /*margin: 0 auto;
     text-align: left;
     color: #989A8F;
    */
}

#componentes .stand {
    background-color: #ffffff;
    height: 325px;
    width: 100%;
    margin-top: 50px;
}

    #componentes .stand ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

#componentes ul li {
    float: left;
    width: 19%;
    text-align: center;
    border: 1px solid #DDDCD8;
    list-style: none;
    height: 680px;
    /*border-bottom: 1px solid #DDDCD8;
    */
    margin: 0 5px;
}
/*#componentes ul li:last-child {
     border-right: 1px solid #DDDCD8;
}
*/
#componentes table tr td .top {
    background-color: #EAE9E4;
    /*background-color: #3aa7e1;
    */
    height: 135px;
    /*color: #ffffff;
    */
}

#componentes .top h1 {
    /*padding-top: 20px;
    */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 20px 10px 0 10px;
    height: 75px;
}

#componentes .circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    background: #050e2b;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 10px;
}

#componentes .bottom {
    margin-top: 35px;
}

    #componentes .bottom p.valores {
        font-size: 21px;
        margin: 10px 0 0 0;
    }

    #componentes .bottom h6 {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #3aa7e1;
    }

        #componentes .bottom h6.alert {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #a94442;
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
        }

    #componentes .bottom p.text {
        padding: 15px;
        text-align: center;
    }

#componentes .purple {
    background-color: #5D4660;
}

#componentes .white {
    color: #FFFFFF;
}

.pink {
    background-color: #BC9B94;
}

.btn-descargar {
    color: #ffffff !important;
    background-color: #00aeef;
    line-height: 1.5;
    z-index: 10;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
}

.alert-componente {
    position: relative;
    top: 20px;
}

    .alert-componente i {
        color: #a94442;
        font-size: 16px;
    }

#componentes .circle.alert {
    margin-top: -10px;
    line-height: 50px;
}

#dimensionBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

    #dimensionBox .dimensionBoxItem {
        float: left;
        /* width: 19%;
     */
        text-align: center;
        /*border: 1px solid #DDDCD8;
     */
        list-style: none;
        height: 700px;
        margin: 0 5px;
    }

    #dimensionBox .top h1 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        padding: 20px 10px 0 10px;
        height: 75px;
    }

    #dimensionBox .circle {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        line-height: 80px;
        text-align: center;
        background: #050e2b;
        margin: 0 auto;
        font-weight: 600;
        margin-top: 10px;
    }

    #dimensionBox .bottom {
        margin-top: 35px;
    }

        #dimensionBox .bottom p.valores {
            font-size: 21px;
            margin: 10px 0 0 0;
        }

        #dimensionBox .bottom h6 {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #3aa7e1;
        }

        #dimensionBox .bottom p.text {
            padding: 15px;
            text-align: center;
        }

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body {
        margin-bottom: 550px;
    }

    .content-slider .form-group {
        width: 100%;
    }
    /* * Component: @media section header * ------------------------- */
    #large-header.large-header {
    }

    .content-header {
        height: 780px;
    }

    button.input-group-addon.continue.btn-head {
        position: absolute;
        top: 50px;
    }

    a.input-group-addon.continue {
        position: absolute;
        top: 50px;
    }

    .container.mundo-digital {
        text-align: center;
        margin-top: 25px;
    }

    .digital-right span.name {
        font-size: 18px;
    }

    .digital-right h1 {
        font-size: 19px;
    }

        .digital-right h1 strong {
            font-size: 24px;
        }

    .navbar-inverse.single {
        height: 70px;
    }

    .navbar-header p {
        font-size: 10px;
        padding-left: 15px;
    }

    .digital-right span.into {
        font-size: 22px;
    }

    img.paisdigital {
        width: 50px;
    }

    img.anticipa {
        width: 100px;
    }

    a.navbar-brand img.anticipa {
        margin-top: 20px;
    }

    a.navbar-brand.anti {
        padding-left: 0;
    }

    img.samsung {
        float: initial;
        width: 150px;
        margin: 0 auto;
    }

    img.adexus {
        float: initial;
        width: 150px;
        margin: 20px auto 0 auto;
    }

    .item-sponsor {
        width: 100%;
    }

    section#cifras {
        padding-top: 0;
    }

    a.navbar-brand img.fdp-logo {
        width: 40px !important;
    }

    a.navbar-brand img.anticipa {
        width: 90px !important;
        margin-top: 15px;
    }

    a.navbar-brand {
        padding: 10px 0 0 10px;
    }

    #navbar.collapse.navbar-collapse {
        display: block;
        margin-top: -40px;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* * Component: @media section modelo * ------------------------- */
    .modelo h2, section#cifras h2 {
        /*padding: 0 20px;
        */
        font-size: 26px;
    }

    .modelo h3, section#cifras h3 {
        font-size: 21px;
    }

    .pol {
        width: 100%;
        height: 235px;
    }

        .pol.top {
            top: 0;
        }

    .pol-img {
        width: 120px;
    }

    .icon-inside {
        top: 20px;
        left: 125px;
        width: 70px;
    }

    .text-pol-bottom, .text-pol-top {
        top: 10px;
        width: 280px;
        margin: 0 auto;
    }

    .prepbootstrap-sharing-container {
        display: none !important;
    }
    /* * Component: @media section carrusel * ------------------------- */
    .content-slider {
        height: 375px;
    }

    .carousel-content h5 {
        font-size: 21px;
    }

        .carousel-content h5 span {
            font-size: 26px;
        }

    .content-slider .form-group {
        padding: 20px;
    }

    .content-slider .input-group {
        margin-top: 0;
    }

    .input-group-addon.continue {
        margin-top: 10px;
        padding: 0 12px;
        width: 100%;
        height: auto;
    }

    footer {
        height: auto;
        text-align: center !important;
        border: none;
        padding-bottom: 0;
        padding-top: 30px;
    }

    .content-icon img.anticipa-foot, .content-icon img.pais-foot {
        display: block;
        float: inherit;
        margin: 0 auto;
    }

    .adexus-foot {
        width: 100%;
    }

    .samsumg-foot {
        width: 100%;
    }

    .redes-adexus {
        width: 30% !important;
    }

    .line-foot {
        padding: 5px 0;
    }
    /*estilos descubrelo ya*/
    .registro p {
        padding: 0;
    }

    .beneficio .repeat {
        margin-bottom: 10px;
    }

        .beneficio .repeat:first-child img {
            margin-right: 34px;
        }

    .registro p.bajada {
        padding: 0;
    }

    body.inside {
        margin-bottom: 370px;
    }

        body.inside footer {
            height: auto;
        }

            body.inside footer .contact-footer p {
                margin-bottom: 0;
            }

            body.inside footer .contact-footer {
                margin-top: 10px;
                padding: 5px 0;
            }

    .sentencia label {
        width: 100%;
    }

    .sentencia input {
        width: 100% !important;
    }

    .box-select .sentencia label {
        width: 100%;
    }

    .custom-select-wrapper {
        width: 100%;
        float: none;
    }

        .custom-select-wrapper .custom-select {
            width: 100%;
        }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.dropdown-inside {
        background-color: #ffffff;
    }

    .terminos-dialog {
        top: 0;
    }

    #sidebar {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #sidebar1 {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #form-contacto #header {
        width: 300px;
        height: auto;
        margin-top: 50px;
    }

        #form-contacto #header h2 {
            margin-top: 0;
        }

    .anticipa-border {
        border: none;
    }

    ul.model-list li {
        width: 100%;
        height: 115px;
    }

    .resultado-test {
        padding-top: 0;
    }

    #dimensionBox .dimensionBoxItem {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

    #dimensionBox .top h1 {
        height: auto;
    }

    #dimensionBox .top {
        height: 110px;
    }

    #edit .modal-dialog {
        width: 290px;
    }

    #editRegistro .modal-dialog {
        width: 290px;
    }

    #componentes ul li {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

        #componentes ul li .top {
            height: 130px;
            background-color: rgba(58, 167, 225, 0.3)
        }

    /*nav.navbar.navbar-default.navbar-static-top .container {
        padding: 0;
        margin: 0;
    }*/

    nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand {
        /*padding: 0;
         margin: 0;
        */
        padding-right: 0;
    }

        nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand img {
            width: 40px;
        }

            nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand img.logo-int {
                width: 80px;
            }

    navbar-custom-menu.pull-right ul.nav.navbar-nav.nav-inside li.nav-item.dropdown.open ul.dropdown-menu.dropdown-inside li a {
        padding: 0;
    }

    ul.dropdown-menu.dropdown-inside li a {
        padding: 0 !important;
        margin: 0 !important;
    }
}
/*termino @m3edia 320*/
@media only screen and (min-width: 375px) {
    .icon-inside {
        left: 152px;
    }
}

@media only screen and (min-width: 425px) {
    .icon-inside {
        left: 180px;
    }
}
/*@media(min-width:768px) {
}
*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    a.navbar-brand img.fdp-logo {
        width: 70px;
    }

    a.navbar-brand img.anticipa {
        width: 140px;
        margin-top: 27px,
    }


    .img_linea {
        left: 0;
    }

    footer p {
        font-size: 12px;
    }

    .adexus-foot {
        width: 46%;
        margin-right: 5px;
    }

    .redes-adexus {
        width: auto;
    }

    .samsumg-foot a img.samsung {
        width: 120px;
        margin-bottom: 7px;
    }

    footer {
        border-bottom: none;
        height: auto;
        padding: 30px 0 0 0;
    }

        footer .contact-footer p {
            margin-bottom: 0;
            padding: 5px 0;
        }

    .registro p {
        padding: 0;
    }

    .repeat img {
        margin: 0 auto;
        float: none;
    }

    .repeat p {
        text-align: center;
        margin-top: 10px;
    }

    .registro p.bajada {
        padding: 0;
    }

    .navbar-header span {
        line-height: 3.8;
        font-size: 18px;
        margin-left: 5px;
    }

    .icon-inside {
        left: 20%;
    }

    #sidebar {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #sidebar1 {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    .list-group h4 {
        font-size: 14px;
    }

    button.info-btn {
        top: -2px;
    }

    .icon-inside {
        left: 20%;
    }

    body.inside .navbar-header {
        /*width: 700px;
        */
        width: 470px;
    }

    nav.navbar.navbar-default.navbar-static-top .container .navbar-header {
        width: auto;
    }

    ul.model-list {
        margin: 20px 0 70px 0;
    }

    .resultado-test {
        padding-top: 0;
    }

    #dimensionBox .dimensionBoxItem {
        width: 100%;
        margin-bottom: 10px;
        height: 380px;
    }

    #dimensionBox .top {
        height: 105px;
    }

        #dimensionBox .top h1 {
            height: 45px;
        }

    .digital-right {
        text-align: center;
    }

    .redes-adexus {
        width: 58%;
    }

    #componentes ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #componentes .top h1 {
        height: auto;
    }

    .custom-select-wrapper {
        width: 90%;
    }

    .samsumg-foot .redes-adexus {
        width: 84%;
    }

    img.img_linea {
        display: none;
    }

    .text-pol-bottom {
        top: 15px;
    }

    .text-pol-top {
        top: 10px;
    }

    .sentencia input {
        width: 70%;
    }

    .sentencia {
        margin-bottom: 0;
    }

        .sentencia input.rut {
            width: 55%;
        }

    .row.box-select .sentencia {
        margin-bottom: 10px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .img_linea {
        left: 10%;
    }

    body.inside .navbar-header {
        width: 700px;
    }

    .digital-right {
        text-align: center;
    }

    .redes-adexus {
        width: 58%;
    }
}

@media only screen and (min-width: 960px) {
    .icon-inside {
        left: 20% !important;
    }
}

.box-termino.box-question.end-test p {
    line-height: 1.5;
}

@media (min-width:360px) and (max-width:640px) {
    .icon-inside {
        top: 20px;
        left: 145px;
        width: 70px;
    }
}

@media screen and ( device-width: 1024px ) {
    .termino {
        width: 400px !important;
    }

        .termino select {
            width: 400px !important;
        }
}

@media (min-width: 1024px) {
    .termino select {
        width: 400px !important;
    }
}

a.animated-button.thar-three {
    color: #00aeef;
    cursor: pointer;
    position: relative;
    border: 2px solid #00aeef;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: transparent;
    padding: 5px 25px;
    margin-top: 30px;
    background-color: #00aeef;
    border-radius: 4px;
    color: #ffffff;
}

#editRegistro .modal-body .group .icon-login i {
    color: #050e2b;
}

#editRegistro .modal-body .group {
    margin-bottom: 5px;
}

    #editRegistro .modal-body .group em {
        font-size: 12px;
        float: right;
        color: red;
    }

#editRegistro .modal-header {
    background-color: #050e2b;
    text-align: center;
    text-transform: uppercase;
}

#editRegistro button.animated-button.thar-three {
    margin-top: 0 !important;
}

#editRegistro .modal-body .group input {
    padding-left: 30px;
}

#large-header {
    background-color: transparent;
}

.mundo-digital {
    position: relative;
    text-align: center;
}

.btn-continue, button.btn-continue {
    color: black;
    background-color: #2cced6;
}

.content-header {
    /*position: initial;
    */
    position: absolute;
    top: 0px;
}

.navbar-inverse.single {
    position: absolute;
}

.content-slider {
    height: auto;
    padding: 20px 0 70px 0;
}

footer {
    height: auto;
}

.legend-footer {
    width: 100%;
    background-color: #dee7f5;
    color: #150773;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

    .legend-footer p {
        color: #150773;
    }

ul.list-pyme {
    text-align: center;
    width: 100%;
}

    ul.list-pyme li {
        list-style: none;
        float: left;
        width: 31.3%;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
    }

.content-pyme h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

a.btn-programa {
    background-color: #2ccbd3;
    color: #0c022f;
    font-size: 14px;
    text-decoration: underline;
}

.text-btn {
    width: 200px;
    background-color: #2ccbd3;
    margin: 10px auto 0;
    padding: 10px 0;
}

.mod-contacto {
    padding: 0px;
    width: auto;
    margin: 0px;
}

    .mod-contacto img {
        float: left;
        margin-right: 10px;
    }

    .mod-contacto h4 {
        color: #fff;
        margin-bottom: 5px;
        text-decoration: underline;
    }

    .mod-contacto p a {
        color: #2ccbd3;
    }

.logos-content:after, .content-pyme:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 0px solid white;
    top: 15px;
    right: 0;
    /*left: 100px;
    */
}

nav #login-content {
    background-color: rgba(222, 231, 245, 0.4);
}

#login-content:before {
    /*border-color: rgba(222, 231, 245, 0.4);
    */
    border-bottom-color: rgba(222, 231, 245, 0.4);
}

#btn-IniciarSesion {
    color: #333333;
    background-color: #ffffff;
    border-color: #cecece;
    padding: 9px 20px;
    /* font-weight: bold; */
    font-size: 14px;
    line-break: normal;
    height: auto;
    font-weight: normal;
}

a#btn2 {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

#inputs ::-webkit-input-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

#inputs ::-moz-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

#inputs :-ms-input-placeholder {
    color: #0c022f;
}

#inputs :-moz-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

.icon-login {
    color: #0c022f;
}

.fullscreen-bg {
    /*position: absolute;
    */
    position: relative;
    height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    /*background-color: #45bfee;
    */
    top: 0;
    /*top: -75px;
    */
    z-index: 1;
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

nav.navbar.navbar-default.navbar-static-top {
}

body.inside {
    background-image: inherit;
}
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    /*margin-bottom:45px;
    */
    padding-left: 0;
    width: 300px;
    margin: 0 auto 0px;
}

    .group input {
        font-size: 16px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 280px;
        border: none;
        border-bottom: 1px solid #757575;
        font-weight: lighter;
    }

        .group input:focus {
            outline: none;
        }
    /* LABEL ======================================= */
    .group label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    /* active state */
    .group input:focus ~ label, input:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #5264AE;
    }
    /* BOTTOM BARS ================================= */
    .group .bar {
        position: relative;
        display: block;
        width: 300px;
    }

        .group .bar:before, .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #150773;
            -o-transition: 0.2s ease all;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .group .bar:before {
            left: 50%;
        }

        .group .bar:after {
            right: 50%;
        }
    /* active state */
    .group input:focus ~ .bar:before, input:focus ~ .bar:after {
        width: 50%;
    }
    /* HIGHLIGHTER ================================== */
    .group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }
    /* active state */
    .group input:focus ~ .highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

button.btn-bid {
    color: #0c022f !important;
    background-color: #2cced6 !important;
    border: transparent !important;
    padding: 0px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

span.prueba a {
    color: #0c022f;
    text-decoration: underline;
    font-size: 1.5rem;
}

.registro h2, .second-step h2 {
    color: #0c022f;
}

button.close.close-question {
    color: white;
}

#footer .text-btn {
    margin-top: 0;
}

#footer .mod-contacto {
    padding: 20px 0 0;
}

body.inside footer {
    height: auto !important;
    padding: 0;
}

#footer .logos-content:after, #footer .content-pyme:after {
    height: 70px;
}

#footer .legend-footer {
    padding-bottom: 1px;
}

#footer .text-btn {
    padding: 5px 0;
}

.slider-tick.in-selection {
    background-image: none !important;
    background-color: #f5f5f5 !important;
}

.slider-selection.tick-slider-selection {
    background: #f7f7f7 !important;
    background: #f7f7f7 !important;
    background: #f7f7f7 !important;
}

.slider.slider-vertical {
    /*height: 410px !important;
    */
    height: 495px !important;
}

    .slider.slider-vertical .slider-track {
        width: 15px !important;
        left: 50% !important;
    }

.slider.slider-horizontal .slider-track {
}

.slider-tick {
    width: 35px !important;
    height: 35px !important;
}

.slider-handle {
    width: 35px !important;
    height: 35px !important;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 25px !important;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    position: relative !important;
    margin: 0 !important;
    left: -12px !important;
    z-index: 99;
    top: 18px;
}

.slider-tick-label.label-in-selection.label-is-selection {
}

.slider-tick round in-selection {
    background-color: #337ab7 !important;
}

.slider.slider-horizontal .slider-track {
}

.slider.slider-horizontal .slider-tick {
    width: 20px !important;
    height: 20px !important;
}

.slider.slider-horizontal .slider-handle {
    width: 20px !important;
    height: 20px !important;
}
/*.head-progress {
     width: 20%;
}
*/
.indicaciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .indicaciones p {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .indicaciones p .head-progress {
            width: 20%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

.breadcrumb.bread-dimension {
    background-color: rgba(222, 231, 245, 0);
    margin-bottom: 0;
    width: 90%;
    display: inline-block;
}

.bread-dimension li.active {
    color: #4F30DF;
}

.bread-dimension li {
    color: #999999;
}

.progress-count {
    position: relative;
    z-index: 1;
    background: #1d9bca;
    color: #ffffffc2;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 80px;
    font-weight: bold;
    width: 60px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
}

    .progress-count .notifier {
        position: absolute;
        top: 2px;
        bottom: 2px;
        width: 25%;
        left: 50%;
        background: #2CCED6;
        border-radius: 16px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
    }

    .progress-count .plus {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0;
        color: white;
    }

    .progress-count.animated {
        -webkit-animation: horizontal-grow 0.5s ease forwards;
        animation: horizontal-grow 0.5s ease forwards;
    }

        .progress-count.animated .notifier {
            -webkit-animation: notifier 0.5s ease forwards;
            animation: notifier 0.5s ease forwards;
            opacity: 1;
        }

        .progress-count.animated .plus {
            -webkit-animation: plus 0.5s ease forwards;
            animation: plus 0.5s ease forwards;
        }

@-webkit-keyframes notifier {
    0% {
        width: 20%;
    }

    20% {
        width: 25%;
    }

    30% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 80%;
        opacity: 0;
    }
}

@-webkit-keyframes plus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes horizontal-grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    25% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    40% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes notifier {
    0% {
        width: 20%;
    }

    20% {
        width: 25%;
    }

    30% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 80%;
        opacity: 0;
    }
}

@keyframes plus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes horizontal-grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    25% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    40% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.answer {
    height: auto;
    width: 100%;
    /*float: right;
    */
    margin-top: 0px;
}

.content-answer {
    height: 100%;
}
/*.box-answer {
     height: 18%;
     width: 90%;
     margin-bottom: 5px;
     border: 1px solid #201e29;
     border-radius: 10px;
     padding: 5px 15px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     float: right;
     background-color: #f3f0f0;
}
 .box-answer-left {
     height: 18%;
     width: 10%;
     margin-bottom: 5px;
     border: 1px solid #201e29;
     border-radius: 10px;
     padding: 10px 43px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     float: left;
     background-color: #bdb4e6;
     color: white;
     font-size: 35px;
}
*/
.box-answer-left .bx {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#step6:hover {
    background-color: yellow;
}

#step7:hover {
    background-color: yellow;
}

.box-answer p {
    margin: auto 0;
    text-align: left;
}

.add-box-anser {
    width: 100% !important;
    padding-left: 55px !important;
}

.box-glosario {
    height: 17%;
    width: 100%;
    background-color: red;
}

.vs-hide {
    visibility: hidden;
    width: 100% !important;
}

button.next-bid {
    background-color: #2CCED6;
    color: #FFF;
    margin-top: 9px;
    /* float: right; */
    font-size: 14px;
}

button.back-bid {
    background-color: #2CCED6;
    color: #FFF;
    margin-top: 9px;
    float: left;
}

h1.question-title {
    color: #0C022F;
    font-size: 25px;
}

.content-question blockquote {
    /*border-left: 5px solid #4F30DF;
     padding: 5px 10px;
     margin: 4px 3px 33px;
    */
    font-size: 16px;
    border: 0px solid #201e29;
    border-radius: 10px;
    background-color: #0c022f;
    color: white;
}

.questionnaire {
    padding: 5px 15px;
    background-color: #2CCED6;
    border-radius: 5px;
    margin-bottom: 25px;
}

    .questionnaire p {
        color: #0C022F;
        font-size: 14px;
        margin-bottom: 0;
    }

.recomendaciones h2 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    color: #48578c;
}

.recomendaciones h4 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
}

.recomendaciones p {
    padding: 0 150px;
    font-size: 16px;
    text-align: center;
}

.row-bloque {
    background-color: rgba(189, 237, 234, 0.3);
    margin-bottom: 10px;
    border-radius: 5px;
}

    .row-bloque h3 {
        color: #1B0134;
    }

    .row-bloque h4 {
        color: #4F30DF;
    }

    .row-bloque h5 {
        color: #2CCED6;
    }

    .row-bloque p {
        color: #1B0134;
    }

    .row-bloque hr {
        margin: 10px 0;
    }
/* radio button */
.select-recommendation {
    padding-top: 30px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup.col-lg-6 {
        margin: 0;
        padding: 0;
    }

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #DEE7F5;
    }

        .inputGroup label:before {
            width: 100%;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #2CCED6;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #4F30DF;
            border-color: #4F30DF;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

#importancia.panel-group, #dimension.panel-group {
    margin-top: 45px;
}

.panel-default > .panel-heading {
    color: #1B0134;
    background-color: #BCC7D8;
    border-color: #ddd;
}

.panel-review, .panel-secondary, .panel-tertiary {
    background-color: rgba(189, 237, 234, 0.5);
    min-height: 80px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.panel-secondary {
    background-color: rgba(255, 193, 207, 0.5);
}

.panel-tertiary {
    background-color: rgba(246, 189, 96, 0.5);
}

    .panel-review p, .panel-secondary p, .panel-tertiary p {
        margin-bottom: 0;
    }

.bloque-review h4 {
    color: #4F30DF;
}

.bloque-review {
    min-height: 80px;
}

    .bloque-review p {
        color: #0C022F;
    }

.bloque-row {
    margin-bottom: 5px;
    border-bottom: 1px solid #BCC7D8;
    padding-bottom: 5px;
}

    .bloque-row:last-child {
        border-bottom: inherit;
    }

    .bloque-row .col-lg-4 {
        border-right: 1px solid #BCC7D8;
    }

        .bloque-row .col-lg-4:nth-child(3n) {
            border-right: inherit;
        }

.slider-tick.in-selection {
    opacity: 1;
}
/* radio button */
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
        margin-bottom: 0;
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #07559d;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #54E0C7;
            border-color: #54E0C7;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

#editRegistro .modal-header h4 {
    font-size: 16px;
    text-transform: initial;
    font-weight: normal;
}

#editRegistro .modal-footer {
    text-align: center;
}

    #editRegistro .modal-footer button.btn-bid {
        color: #0c022f;
        background-color: #2cced6;
        padding: 5px 25px;
        border: 2px solid #00aeef;
        min-width: 140px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
    }

.text-principal p {
    padding: 0;
    font-weight: 100;
}

.panel-nivel p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

.panel-nivel {
    position: relative;
    margin-bottom: 50px;
}

    .panel-nivel .panel-heading.left {
        position: absolute;
        top: -20px;
        left: 15px;
        background-color: #fff;
    }

    .panel-nivel .panel-heading.right {
        position: absolute;
        top: -20px;
        right: 15px;
        background-color: #fff;
    }

.panel-default.panel-nivel > .panel-heading {
    background-color: #fff;
    border: 1px solid transparent;
    color: #0c022f;
    font-weight: 100;
    background-color: rgba(189, 237, 234, 0.9);
}

    .panel-default.panel-nivel > .panel-heading strong {
        text-transform: uppercase;
    }

.panel-default.panel-nivel > .panel-body {
    padding-top: 30px;
}

#text-toggle {
    display: none;
}

button.btn-read-more {
    margin: auto;
    width: 90px;
    height: 25px;
    color: #0c022f;
    background-color: #2cced6;
    border-radius: 4px;
    border-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
}

.recomendaciones .text-principal p {
    text-align: justify;
}

.morecontent span {
    display: none;
}

br.salto {
    margin-top: 10px;
}

.firt-panel .panel-body p {
    padding: 0;
    text-align: justify;
}

.firt-panel .panel-body h4 {
    margin-top: 0;
    color: #0c022f;
    text-align: inherit;
    margin-bottom: 10px;
    text-align: center;
}

    .firt-panel .panel-body h4 strong {
        text-transform: uppercase;
        color: #48578c;
        display: block;
        font-size: 30px;
        line-height: 1.5;
    }

.firt-panel {
    margin-bottom: 40px;
    background-color: #dee7f5;
}

.panel-default.panel-nivel > .panel-heading.right {
    background-color: #4f30df;
    color: #fff;
}

    .panel-default.panel-nivel > .panel-heading.right strong {
        color: #2cced6;
    }
/**test tab*/
body {
    /* font-family: Arial;
     */
}
/* Style the tab content */
.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding: 0;
}

.contenedor-1410 .tabcontent .panel .panel-body {
    padding: 0px;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.glosario_pregunta {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.22);
    /* background-color: #f1c40f;
     */
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

p.step2 strong .tooltip.in {
    opacity: 1;
}

    p.step2 strong .tooltip.in .tooltip-inner {
        max-width: 500px;
        color: #fff;
        text-align: left;
        background-color: #0c022f;
        border-radius: 4px;
        font-size: 15px;
        padding: 12px;
    }

.btn-static {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}

.indicaciones {
    padding: 8px 15px;
    /*margin-bottom: 40px;
    */
    list-style: none;
    /*background-color: #f5f5f5;
    */
    border-radius: 4px;
}

.slider-handle min-slider-handle round {
    border-radius: 50rem !important;
}

.indicaciones p {
    margin-bottom: 0;
}

#navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group {
    margin: 0;
}

.content-primary .panel-heading {
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: #cbcaff;
}

    .content-primary .panel-heading h4 {
        margin: 5px 0;
        text-transform: uppercase;
        text-align: left;
    }

.primary-panel .panel-heading {
    color: #0c022f;
    font-weight: 100;
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: transparent;
}

.primary-panel .panel-body p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

.primary-panel .panel-body h3 {
    margin: 0;
    padding-bottom: 5px;
    color: #333333;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #4f30df;
    */
    font-size: 18px;
}

    .primary-panel .panel-body h3 strong {
        background-color: white;
        /*background-color: rgba(21, 7, 115, 0.5);
    */
        padding: 2px 5px;
        border-radius: 5px;
        color: #150773;
        font-weight: 800;
    }

.content-secondary .panel-heading h4 {
    margin: 5px 0;
    text-transform: uppercase;
    text-align: left;
}

.content-secondary .panel-heading {
    color: #0c022f;
    font-weight: 100;
    background-color: rgba(189, 237, 234, 0.9);
}

.secondary-panel .panel-body h3 {
    margin: 0;
    padding-bottom: 5px;
    color: #333333;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #4f30df;
    */
    font-size: 18px;
    line-height: 1.5;
}

    .secondary-panel .panel-body h3 strong {
        background-color: white;
        /*background-color: rgba(21, 7, 115, 0.5);
    */
        padding: 2px 5px;
        border-radius: 5px;
        font-weight: 800;
        color: rgb(127, 171, 168);
    }

.secondary-panel .panel-heading {
    color: #0c022f;
    font-weight: 100;
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: transparent;
}

.secondary-panel .panel-body p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .answer {
        height: auto;
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .vs-hide {
        visibility: hidden;
        display: none;
    }
    /*.slider-tick-label.label-in-selection.label-is-selection {
         color: #0C022F;
    }
    */
    .slider.slider-horizontal {
        width: 100% !important;
    }

    .logos-content:after, .content-pyme:after {
        border-color: none;
    }

    nav.single .container .navbar-header a.navbar-brand:nth-child(2) img {
        width: 50px;
    }

    nav.single .container .navbar-header a.navbar-brand:nth-child(3) img {
        width: 70px;
    }

    #large-header.large-header {
    }

    .container.mundo-digital {
        text-align: center;
        width: 100%;
        /* position: absolute; */
        /* left: 0; */
        /* right: 0; */
        /* top: -22%; */
        /* bottom: 0; */
        margin: auto;
        max-width: 100%;
        overflow: unset;
    }

    #navbar.collapse.navbar-collapse {
        margin-top: -35px;
    }

    #navbar ul.nav.navbar-nav.navbar-right li#login #login-content {
        /* background-color: rgba(222, 231, 245, 0.42); */
        top: 68px;
    }

        #navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group {
            margin: 0;
        }

            #navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group input {
                font-size: 16px;
            }

        #navbar ul.nav.navbar-nav.navbar-right li#login #login-content:before {
            /* border-bottom-color: rgba(222, 231, 245, 0.42); */
        }

    footer {
        height: auto;
    }

    .logos-content:after, .content-pyme:after {
        border-color: transparent;
    }

    footer a.logo-mine img {
        width: 60px;
    }

    footer a.logo-pyme img {
        width: 90px;
    }

    .legend-footer p {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .mod-contacto {
        padding: 15px 0;
    }

    body {
        margin-bottom: 280px;
    }

    #editRegistro .modal-dialog {
        width: 100%;
    }
}
/**felipe*/
.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
    margin-top: 0 !important;
}

.subheader {
    margin-top: 17px;
    margin-left: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #cbcaff;
    border-bottom: 1px solid #cbcaff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .subheader li {
        list-style: none !important;
    }

.morelink {
    color: #0c77ff;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}


.popover-content strong {
    font-weight: 100 !important;
}

.slider.slider-vertical {
    position: absolute;
    margin-left: 5px;
}

.slider-handle {
}

.box-answer p {
    padding-left: 0px !important;
}

@media (max-width:480px) {
    .col-sm-1-especial {
        width: 100%;
        float: left;
        text-align: center;
    }

        .col-sm-1-especial .pol {
            height: 4rem;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 73px;
            padding-bottom: 30px;
            display: block;
            clear: both;
        }

    .icon-inside {
        left: 50%;
        margin-left: -34px;
    }

    .modelo h3 {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .col-sm-1-especial {
        width: 25%;
        float: left;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .col-sm-1-especial .pol {
            width: initial;
            float: initial;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 110px;
            display: block;
            clear: both;
            padding-bottom: 30px;
        }

    .icon-inside {
        width: 50%;
        left: 43px;
    }

    .css-negativo-especial {
        margin-top: -177px;
    }
}

@media (min-width: 992px) {
    .css-negativo-especial {
        margin-top: auto;
    }

    .col-sm-1-especial {
        width: 12.333333%;
        float: left;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .col-sm-1-especial .pol {
            width: auto;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 80px;
            display: block;
            clear: both;
        }

    .icon-inside {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .col-sm-1-especial {
        width: 12.333333%;
        float: left;
        text-align: center;
    }

        .col-sm-1-especial .pol {
            width: initial;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 110px;
            display: block;
            clear: both;
        }

    #Progress_Status {
        width: 50%;
        background-color: #ddd;
    }

    #myprogressBar {
        width: 1%;
        height: 35px;
        background-color: #4CAF50;
        text-align: center;
        line-height: 32px;
        color: black;
    }
}
/*.circulo {
     width: 35px;
     height: 35px;
     border-radius: 50%;
     background: #F2F2F2;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin:4px auto;
     padding:10px;
     cursor: pointer;
     border: 1px solid #E6E6E6;
}
 .circulo > h2 {
     font-family: sans-serif;
     color: black;
     font-size: 14px;
     font-weight: bold;
}
 .sliders {
     border: 1px solid #E6E6E6;
     height: 490px;
     width: 40px;
     background-image: url('../img/barra.png');
     background-size: 15px 422px;
     background-position: center;
     background-repeat: no-repeat;
     position: absolute;
     top: 254px;
     overflow:hidden;
}
 */
@media (min-width:768px) and (max-width:1024px) and (orientation : portrait) {
    .breadcrumb.bread-dimension {
        width: 90%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .progress-count {
        /* width: 16%;
         */
    }

    .breadcrumb.bread-dimension {
        width: 82%;
    }
}

.slider-tick.round.in-selection {
    /*border: 1px solid red;
     background-color: red !important;
    */
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

a.flecha span {
    position: absolute;
    top: 86%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

    a.flecha span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    a.flecha span:nth-of-type(2) {
        top: 88%;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }

    a.flecha span:nth-of-type(3) {
        top: 90%;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

ul.ul-lista {
    list-style: none;
    /* Remove default bullets */
}

.ul-lista li.lista::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #2cced6;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.lista {
    list-style-type: none;
    margin-bottom: 10px;
}

.box-instruccion-pregunta {
    background-color: #0c022f;
    color: white;
    height: 18%;
    width: 100%;
    margin-bottom: 5px;
    border: 3px solid #0c022f;
    border-radius: 10px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

    .box-instruccion-pregunta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
    }

.box-instruccion-respuesta {
    height: 18%;
    width: 88%;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 20px 15px;
    margin: auto;
    display: inline-block;
}

    .box-instruccion-respuesta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
    }

#checkmark {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0c022f;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

    #checkmark:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 30px;
        background-color: #fff;
        left: 28px;
        top: 11px;
    }

    #checkmark:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 5px;
        background-color: #fff;
        left: 19px;
        bottom: 18px;
    }

.things > .content {
    float: left;
    width: 50%;
    height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .things > .content h1 {
        text-transform: uppercase;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        height: 150px;
        color: #89323B;
    }
/* Arrow */
.arrow {
    position: absolute;
}

    .arrow .curve {
        border: 2px solid #BE5F4B;
        border-color: transparent transparent transparent #BE5F4B;
        height: 360px;
        width: 1200px;
        border-radius: 230px 0 0 150px;
    }

    .arrow .point {
        position: absolute;
        left: 40px;
        top: 315px;
    }

        .arrow .point:before, .arrow .point:after {
            border: 1px solid #BE5F4B;
            height: 25px;
            content: "";
            position: absolute;
        }

        .arrow .point:before {
            top: -11px;
            left: -11px;
            transform: rotate(-74deg);
            -webkit-transform: rotate(-74deg);
            -moz-transform: rotate(-74deg);
            -ms-transform: rotate(-74deg);
        }

        .arrow .point:after {
            top: -20px;
            left: 5px;
            transform: rotate(12deg);
            -webkit-transform: rotate(12deg);
            -moz-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
        }

.box2 {
    margin: auto;
    width: 25%;
    padding: 10px;
    line-height: 25px;
    text-align: justify;
    margin-top: 25px;
}

#algo {
    position: relative;
    height: 100%;
    width: 100%;
}

    #algo img {
        position: absolute;
        left: 0;
    }

@-webkit-keyframes imgFade {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imgFade {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#algo img {
    -webkit-animation-name: imgFade;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0s;
    -moz-animation-name: imgFade;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -o-animation-name: imgFade;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    animation-name: imgFade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

    #algo img:nth-of-type(1) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
    }

    #algo img:nth-of-type(2) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    #algo img:nth-of-type(3) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    #algo img:nth-of-type(4) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    #algo img:nth-of-type(5) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    #algo img:nth-of-type(6) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

.wrap-group-title {
    margin-bottom: 0 !important;
}

    .wrap-group-title .title-group h2 {
        font-size: 1.5rem;
        margin: 0 0 5px 0;
        text-align: left;
        color: black;
    }
    .wrap-group-title .title-group h2::after {
        content: '';
        border: 1px solid black;
        width: 100px;
        position: absolute;
        top: 30px;
        left: 35px;
    }

.group .wrap-inputs {
    margin: 0 0 10px;
}

.large-header .box:after {
    content: ' ';
    border-top: 0 solid;
    border-color: none;
    border-color: none;
    border-right: none;
    width: 100%;
    position: absolute;
    /* background-color: rgba(27, 35, 42, 0.51); */
}

#navbar ul.nav.navbar-nav.navbar-right li a {
    color: rgba(255, 255, 255, 0.91);
    font-size: 14px;
    padding: 20px 15px;
    line-height: 0px;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background: #ffffff;
    border: 1px solid;
}

    #navbar ul.nav.navbar-nav.navbar-right li a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        color: #fff;
        border-color: #fff;
    }

    #navbar ul.nav.navbar-nav.navbar-right li a .fa {
        line-height: 0px;
        margin: 0 5px 0 0;
    }

.mundo-digital {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.49);
}

.digital-right span.name {
    text-align: left;
    display: block;
}

.digital-right h1 {
    text-align: left;
}

.btn-continue, button.btn-continue {
    display: inline-block;
}

#large-header {
}

.mundo-digital {
}

.modelo .ul-lista {
    width: 596px;
}

.btn {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    .btn:hover {
        color: #fff;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.carousel .container .text-center button {
    float: none;
}

.flex-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

    .flex-nav .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .flex-nav .navbar-header a {
            margin: 0 5px 0 0;
            height: auto;
        }

    .flex-nav #navbar .navbar-nav {
        margin: 0;
    }

    .flex-nav #navbar.collapse.navbar-collapse {
        margin-top: 0px;
        display: block;
        border: 0px;
        box-shadow: none;
    }

    .flex-nav .navbar-header .navbar-brand > img {
        display: block;
        max-width: 90px;
        width: 100%;
    }

    .flex-nav #login #actions {
        margin: 10px 0 10px 0;
    }

nav #login-content {
    top: 61px;
    border-radius: 5px;
}

.title-tour {
    color: #030057;
    text-transform: uppercase;
    font-size: 22px;
}

.sw-theme-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#smartwizard2 .nav-tabs {
    border-bottom: 0px;
}

body {
    margin-bottom: 0px;
}

#body > section:nth-of-type(1) {
    padding: 0 0 0px 0;
    /*min-height: 804px;
    */
}

#smartwizard2 .box-instruccion-pregunta {
    background-color: #0c022f;
    color: white;
    height: auto;
    width: 85%;
    margin-bottom: 5px;
    border: 0px solid #0c022f;
    border-radius: 0px;
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px auto;
}

    #smartwizard2 .box-instruccion-pregunta .box-vacio-tour {
        /*background-color: #0b0042;
    */
        padding: 15px 25px;
        margin: 0 10px 0 0;
    }

    #smartwizard2 .box-instruccion-pregunta p {
        width: 100%;
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
        height: 20px !important;
        padding: 15px 0px !important;
        margin: 0px;
        background-image: -o-linear-gradient(45deg, #c3b9ef, transparent);
        background-image: linear-gradient(45deg, #c3b9ef, transparent);
        margin: 10px 15px 10px 0;
        border-radius: 4px;
    }

#smartwizard2 .wrap-divs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #fff;
    margin: 0 0 10px 0;
    width: 85%;
    margin: 0px auto 10px auto;
}

    #smartwizard2 .wrap-divs #div1 {
        padding: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid black;
        border-radius: 30px;
    }

        #smartwizard2 .wrap-divs #div1 i {
            font-size: 15px;
            color: #fff;
        }

    #smartwizard2 .wrap-divs .box-instruccion-respuesta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
        height: 20px;
        width: 100%;
        background-image: -o-linear-gradient(45deg, #a7a7a7, transparent);
        background-image: linear-gradient(45deg, #a7a7a7, transparent);
        border-radius: 4px;
    }

    #smartwizard2 .wrap-divs .box-instruccion-respuesta {
        height: auto;
        width: auto;
        margin-bottom: 0px;
        border: 0px;
        border-radius: 0;
        padding: 15px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #smartwizard2 .wrap-divs.active-div {
        position: active;
    }

        #smartwizard2 .wrap-divs.active-div #div1 {
            background-color: #01d8ec;
        }

        #smartwizard2 .wrap-divs.active-div .box-instruccion-respuesta {
            width: 100%;
        }

        #smartwizard2 .wrap-divs.active-div .ico-ok-active-div {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px;
            left: -64px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #smartwizard2 .wrap-divs.active-div .ico-ok-active-div i {
                font-size: 35px;
                color: #0b0042;
            }

.content-answer .wrap-divs a.active .box-answer-left p {
    color: #fff;
}

.content-answer .wrap-divs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 10px 0;
}

    .content-answer .wrap-divs a:hover {
        text-decoration: none;
        cursor: pointer;
    }

        .content-answer .wrap-divs a:hover .box-answer {
        }

        .content-answer .wrap-divs a:hover .box-answer-left {
        }

    .content-answer .wrap-divs a.active .box-answer {
    }

    .content-answer .wrap-divs a:hover .box-answer-left {
    }

        .content-answer .wrap-divs a:hover .box-answer-left p {
            color: #ffffff;
        }

    .content-answer .wrap-divs a.active .box-answer-left {
    }

    .content-answer .wrap-divs a .box-answer-left {
        padding: 10px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px;
        border-radius: 0px;
        -webkit-transition: all ease-in-out .1s;
        -o-transition: all ease-in-out .1s;
        transition: all ease-in-out .1s;
    }
    

        .content-answer .wrap-divs a .box-answer-left p {
            margin: 0px;
            color: black;
            font-size: 18px;
            font-weight: bold;
        }

        .content-answer .wrap-divs a .box-answer-left ._eliminar {
            display: none;
        }

.content-answer .wrap-divs .box-answer-left p i {
    font-size: 20px;
    color: #ffffff;
}

.content-answer .wrap-divs a:hover .box-answer-left p i {
    color: #ffffff;
}

.content-answer .wrap-divs a .box-answer-left p i {
    color: black;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3px;
}

.content-answer .wrap-divs a.active .box-answer-left p i {
    color: #fff;
}

.content-answer .wrap-divs .box-answer p {
    margin: auto 0;
    text-align: left;
    padding-left: 0px !important;
    font-size: 16px;
}

.content-answer .wrap-divs a .box-answer {
    height: auto;
    width: auto;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content-answer .wrap-divs.active-div {
    position: active;
}

    .content-answer .wrap-divs.active-div #div1 {
        background-color: #01d8ec;
    }

    .content-answer .wrap-divs.active-div .box-instruccion-respuesta {
        width: 100%;
        border: 2px solid #01d8ec;
    }

    .content-answer .wrap-divs.active-div .ico-ok-active-div {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 9px;
        left: -64px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .content-answer .wrap-divs.active-div .ico-ok-active-div i {
            font-size: 35px;
            color: #0b0042;
        }

#smartwizard2 .title-quote {
    width: 52%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #0b0042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 30px 0;
}

    #smartwizard2 .title-quote span {
        top: -12px;
        position: relative;
        font-weight: 500;
        font-size: 20px;
        color: #0b0042;
        display: block;
        padding: 0 .3vw;
    }

        #smartwizard2 .title-quote span:nth-of-type(2) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        #smartwizard2 .title-quote span:nth-of-type(3), #smartwizard2 .title-quote span:nth-of-type(1) {
            font-size: 7vw;
        }

.sw-theme-default .sw-toolbar {
    background: #fff;
}

    .sw-theme-default .sw-toolbar .sw-btn-prev {
        display: none;
    }

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0px 30px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 0px 0;
}

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-prev {
    display: block;
}

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-prev, .instrucciones .sw-theme-default .sw-toolbar .sw-btn-next {
    margin: 0px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px;
    border-radius:15px;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #2CCED6;
    color: #0C022F;
}

.instrucciones .title-principal-tour {
    /*padding: 40px 0;
    */
    text-align: center;
}

    .instrucciones .title-principal-tour h1, .instrucciones .title-principal-tour p {
        color: #030057;
    }

.instrucciones .sw-theme-default .step-content {
    padding: 0px;
}
/*.instrucciones .title-principal-tour h1 {
     text-transform: uppercase;
}
*/
footer .content-wrapper .float-left .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -55px;
    margin-top: -55px;
}

footer .col-lg-4 .logos-content .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .col-lg-4 .logos-content .col-lg-12 a {
        width: calc(25% - 1vw);
        display: block;
        margin: 0px;
        padding: 0px;
    }

        footer .col-lg-4 .logos-content .col-lg-12 a img {
            width: 100%;
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0px;
            max-width: none;
            max-width: auto;
            max-width: 70px;
        }

footer .col-lg-4 .logos-content {
    width: 100%;
}

footer .col-lg-4 .content-pyme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .content-wrapper .float-left .container .col-lg-4 {
    min-height: 165px;
    max-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .content-wrapper .float-left .container .col-lg-4 .content-pyme {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
    }

        footer .content-wrapper .float-left .container .col-lg-4 .content-pyme .btn-programa {
            text-decoration: none;
            display: inline-block;
            max-width: 165px;
            border-radius: 4px;
            padding: 10px 20px;
            margin: 0 auto;
        }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after {
        right: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        right: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after, footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        content: '';
        width: 0;
        height: calc(100% - 3vw);
        position: absolute;
        border: 1px solid white;
        top: 1.5vw;
    }

footer .content-wrapper .legend-footer {
    padding: 10px 0 0;
    margin: 0px 0 0;
}

body.inside .content-wrapper.main-content.clear-fix {
    /*min-height: 764px;*/
}

footer .content-wrapper .legend-footer {
    padding: 10px;
    margin-top:35px!important;
}

.legend-footer p {
    margin: 0px;
}

.dflex-r-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-2-lg {
    width: 100%;
}

.center-block {
    margin: 0 auto;
}

.content-bienvenidos {
    margin: auto;
    padding: 10px;
    line-height: normal;
    text-align: left;
    margin-top: 0;
}

    .content-bienvenidos ul {
        padding: 0 18px;
        list-style: none;
        position: relative;
        font-size: 16px;
        max-width: 492px;
        margin: 0 auto;
    }

    .content-bienvenidos h1 {
        margin: 0 0 30px 0;
    }

    .content-bienvenidos h1, .content-bienvenidos ul li {
        color: #000000;
        text-align: center;
    }

.p-90 {
    padding: 50px 0 90px 0;
}

.img-bienvenidos {
    margin-top: 61px;
    padding: 11px 0 0 0;
    max-width: 525px;
    width: 100%;
}

#first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    #first .indicaciones {
        padding: 0px;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    #first .box-previo ul li {
        text-align: left;
        margin: 0 0 15px 0;
    }

    #first h1 {
        margin: 20px 0 20px 0;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
    }

    #first .box-previo ul li, #first h1 {
        color: #000000;
    }

    #first .box-previo {
        margin: auto;
        max-width: 698px;
        width: 100%;
        text-align: left;
    }

        #first .box-previo .squaredThree {
            text-align: center;
        }

.p-0 {
    padding: 0px;
}

.pull-left {
    float: left !important;
}

#step1 {
    background: #0c022f;
    padding: 0px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 10px 0;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
}

    #step1 p, #step1 strong {
        margin: 0px;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: .8px;
    }

.content-question blockquote {
    background: #0c022f;
    padding: 0px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 10px 0;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.bloque {
    padding: 23px;
    /*margin: 0 15px 0 0;
     background: #0b0042;
    */
    display: none;
}

#tema-preguntas .p-90 {
    padding: 0px 0px;
}

.box-termino .remove-div {
    display: none;
}

.center-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
}

.content-question blockquote p, .content-question blockquote strong {
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .8px;
}

.temita picture img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

.temita h2 {
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 35px 0 0 0;
}

.temita h1 {
    text-align: center;
    color: #2CCED6;
    font-weight: bold;
    font-size: 3.5rem;
    margin: 0 0 20px 0;
}

.temita p {
    text-align: justify;
    color: #0c022f;
    padding: 0 240px;
    /*font-weight: bold;
    */
    font-size: 18px;
    -moz-text-align-last: center;
    text-align-last: center;
}
/*.temas {
     padding: 50px 0 47px 0;
}
*/
.step-uno .content-bienvenidos ul:before {
    display: none;
}

.step-uno .content-bienvenidos ul {
    list-style: inherit;
}

@media (max-width: 768px) {
    .digital-right span.name {
        font-size: 18px;
    }

    .c-mb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .box-2-mb {
        width: 100%;
    }

    .digital-right h1 {
        font-size: 27px;
        text-align: center;
        line-height: 28px;
    }

        .digital-right h1 strong {
            font-size: 24px;
        }

    footer .content-wrapper .float-left .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    footer .col-lg-4 .logos-content .col-lg-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after, footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        content: '';
        width: 100%;
        height: 0;
        position: absolute;
        border: 1px dotted #ffffff12;
        top: unset;
        bottom: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 {
        min-height: 130px;
        max-height: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 10px 0 17px 0;
    }

    body.inside {
        margin-bottom: 0px;
    }

    .termino {
        width: 100%;
        margin: 20px auto 30px;
    }

    .p-0-mb {
        padding: 0px;
    }

    .img-bienvenidos {
        max-width: 100%;
    }

    .temita p {
        padding: 0 25px;
    }
}

@media (max-width: 645px) {
    .modelo .ul-lista {
        width: 92%;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        position: absolute;
        right: 0;
        /*top: -7px;
        */
    }

    .temita picture img {
        max-width: 160px;
    }

    .large-header {
        background-position: -117vw center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #large-header.large-header {
    }

    .container.mundo-digital {
        overflow: unset;
    }

    #navbar ul.nav.navbar-nav.navbar-right li a {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        /* padding-top: 0px !important; */
        line-height: normal;
        margin: 0 0 0 0;
        align-items: center;
    }

        #navbar ul.nav.navbar-nav.navbar-right li a:hover {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

    .flex-nav #navbar.collapse.navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
    }

    #login-content .btn {
        font-size: 12px;
    }

    footer .col-lg-4 .logos-content .col-lg-12 a {
        width: calc(25% - 7vw);
    }

    footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px;
    }

        footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto img {
            margin: 0 auto 15px auto;
        }

    body.inside {
        margin-bottom: 0px;
    }

    .temita h1 {
        font-size: 2.5rem;
        margin: 10px 0 20px 0;
    }

    .temita p {
        padding: 0 0px;
    }
    /*.temas {
         padding: 20px 0 0 0;
    }
    */
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #00aeef;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

footer .content-wrapper .container {
    padding: 40px 0;
}

.contenedor-1410 {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
}

    .contenedor-1410 .tab .wrap-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

        .contenedor-1410 .tab .wrap-tab .tablinks {
            background-color: transparent;
            border: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .contenedor-1410 .tab .wrap-tab .tablinks:focus {
                outline: none;
            }

            .contenedor-1410 .tab .wrap-tab .tablinks.active .ball {
                border: 4px solid #00aeef;
                -webkit-box-shadow: inset 0 0 0px 5px #ffffff;
                box-shadow: inset 0 0 0px 5px #ffffff;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks.active .ball img {
                    opacity: 1;
                    height: 82px;
                    width: auto;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks .ball {
                padding: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0 0 20px 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-transition: all ease-in-out .3s;
                -o-transition: all ease-in-out .3s;
                transition: all ease-in-out .3s;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks .ball img {
                    /* max-height: 68px;
     */
                    /* min-height: 68px;
     */
                    width: 100%;
                    opacity: .5;
                    -webkit-transition: all ease-in-out .3s;
                    -o-transition: all ease-in-out .3s;
                    transition: all ease-in-out .3s;
                    max-height: 82px;
                    width: auto;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks:hover .ball {
                -webkit-box-shadow: inset 0 0 0px 5px #ffffff;
                box-shadow: inset 0 0 0px 5px #ffffff;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks:hover .ball img {
                    opacity: 1;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks span {
                background-color: transparent;
                border: 0px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 16px;
                color: #030057;
                font-weight: bold;
            }

    .contenedor-1410 .tab .subheader {
        margin: 17px 0 0 0;
        background: #f2f7fb;
        border: 0px;
        padding: 10px 0 10px 58px;
        position: relative;
    }

        .contenedor-1410 .tab .subheader li {
            color: #010159;
            font-size: 14px;
        }

            .contenedor-1410 .tab .subheader li b {
                text-transform: uppercase;
                font-weight: bold;
            }

        .contenedor-1410 .tab .subheader:after {
            content: "";
            display: block;
            max-width: 48px;
            width: 48px;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            border-right: 5px solid #ffffff;
            background-color: #919cca;
        }

        .contenedor-1410 .tab .subheader:before {
            content: "";
            display: block;
            width: 100%;
            height: 6px;
            position: absolute;
            left: 0;
            top: -13px;
            background-image: -webkit-gradient(linear, left top, right top, from(#33337d), color-stop(48%, #8554eb), color-stop(82%, #00aade));
            background-image: -o-linear-gradient(left, #33337d 0%, #8554eb 48%, #00aade 82%);
            background-image: linear-gradient(90deg, #33337d 0%, #8554eb 48%, #00aade 82%);
            background-color: #919cca;
        }

        .contenedor-1410 .tab .subheader .pdf {
            position: absolute;
            right: 20px;
            bottom: 21px;
        }

            .contenedor-1410 .tab .subheader .pdf a #downloadPdf {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                border-bottom: 2px solid #919cca;
                padding: 0 0 3px 0;
            }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf i {
                    font-size: 25px;
                    color: #656567;
                }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf div {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    line-height: 10px;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    height: 14px;
                    margin: 0 0 0 5px;
                    color: #010159;
                    font-weight: bold;
                    font-size: 12px;
                }

    .contenedor-1410 .tabcontent p {
        color: #616161;
        font-size: 12px;
        text-align: left;
        line-height: 22px;
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .panel {
        border: 0px;
    }

    .contenedor-1410 .tabcontent .title-general h2 {
        font-size: 36px;
        font-weight: 100;
        color: #0c0145;
        margin: 26px 0 5px 0;
    }

    .contenedor-1410 .tabcontent .subtitle-general h2 {
        /*font-size: 1.4vw;
    */
        font-weight: 100;
        color: #0c0145;
    }

    .contenedor-1410 .tabcontent .title-general .barra-title {
        height: 16px;
        width: 100%;
        background-color: #919cca;
    }

    .contenedor-1410 .tabcontent .parrafo-doble {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 0 0;
    }

        .contenedor-1410 .tabcontent .parrafo-doble .box-parrafo {
            width: calc(50% - 10px);
        }

    .contenedor-1410 .tabcontent .wrap-box-text, .contenedor-1410 .tabcontent .wrap-box-text .panel-heading {
        border: 0px;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-heading h4 {
            text-align: center;
            font-size: 26px;
            padding: 20px 0;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-heading {
            background: #fff;
            padding: 0px;
        }

.sub-box-text h3 {
    font-size: 18px;
    text-align: left;
    /* margin: 0 0 40px 0; */
}

    .sub-box-text h3 strong {
        float: left;
        width: 100%;
    }

.contenedor-1410 .tabcontent .wrap-box-text .panel-body {
    padding: 0px;
}

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default {
        border: 0px;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 20px 20px 0;
            border: 3px solid #919cca;
            border-radius: 10px;
        }

            .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) {
                width: 20%;
                text-align: center;
            }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) picture img {
                    max-width: 110px;
                    width: 100%;
                }

            .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) {
                width: 80%;
                padding: 24px 0 24px 0;
                position: relative;
            }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) p {
                    margin: 0px;
                    padding: 0px;
                }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-flow: column nowrap;
                    flex-flow: column nowrap;
                    position: absolute;
                    right: 0;
                    /*top: -7px;
    */
                }

                    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel h4 {
                        font-size: 12px;
                        margin: 0 0 10px 0;
                        text-transform: uppercase;
                        font-weight: bold;
                        color: #000000;
                        text-align: center;
                    }

                    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel {
                        list-style: none;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-flow: row nowrap;
                        flex-flow: row nowrap;
                        padding: 0px;
                    }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel li {
                            width: 25px;
                            height: 12px;
                            background: #cdd3ed;
                            margin: 0 5px;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-1 li:nth-of-type(1) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-2 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-2 li:nth-of-type(2) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(3) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(4) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(4), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(5) {
                            background: #919cca;
                        }

.contenedor-1410 .tabcontent .wrap-tabs .nav-tabs {
    background: #ffffff;
    border: 0px;
    padding: 0 0 1px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0px 0 0 0;
}

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a {
        min-width: 110px;
        height: 58px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px;
        border-radius: 0px;
        margin: 0 20px 0 0;
        position: relative;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
    }

        .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a:hover {
            height: 70px;
        }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li.active a {
        height: 70px;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a:after {
        content: "";
        background-color: #fff;
        display: block;
        width: 25px;
        height: 37px;
        position: absolute;
        right: -12px;
        top: -15px;
        -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
        transform: rotate(136deg);
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(1) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(2) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(3) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(4) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(5) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

.contenedor-1410 .tabcontent .wrap-tabs .tab-content {
    border: 0px;
    padding: 0px;
}

    .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane {
        border: 5px solid;
        background-color: #fff;
        padding: 20px;
        border-top: 10px solid;
        font-size: 16px;
        font-weight: normal;
    }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(1) {
            border-color: #00d0da;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(2) {
            border-color: #00d1d8;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(3) {
            border-color: #b497f4;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(4) {
            border-color: #8c82be;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(5) {
            border-color: #858198;
        }

.contenedor-1410 .tabcontent .wrap-tabla {
    background-color: #fff;
    padding: 20px 0 20px 0;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 0px;
}

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td {
        border-top: 0px solid;
    }

        .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level {
            display: block;
            width: 100%;
            height: 35px;
            border-radius: 4px;
        }

            .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level.empty {
                background-color: #e5e8f9;
            }

            .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level.full {
                background-color: #7e87b0;
            }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody .titulos-diagonales td {
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-tabla table tbody .titulos-diagonales td .title-diagonal {
            position: absolute;
            min-width: 200px;
            text-align: right;
            -webkit-transform: rotate(317deg);
            -ms-transform: rotate(317deg);
            transform: rotate(317deg);
            z-index: 99;
            top: 66px;
            left: -136px;
            color: #8a8a8a;
        }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td:nth-of-type(1) {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(1) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(2) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(3) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(4) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(5) td:nth-of-type(1) {
        color: #8a8a8a;
    }


    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(6) td:nth-of-type(1) {
        color: #8a8a8a;
    }

.contenedor-1410 .tabcontent .title-alta {
    text-transform: uppercase;
}

.contenedor-1410 .tabcontent .m-b-60 {
    margin: 0 0 60px 0;
}

.contenedor-1410 .tabcontent .m-b-20 {
    margin: 0 0 20px 0;
}

.contenedor-1410 .tabcontent .parrafo-degrade {
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdd0e1));
    background-image: -o-linear-gradient(#ffffff, #cdd0e1);
    background-image: linear-gradient(#ffffff, #cdd0e1);
}

.contenedor-1410 .tabcontent .parrafo-2 p {
    padding: 40px;
    font-size: 1.1vw;
    color: #010159;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
}

.contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    border: 3px solid #919cca;
    border-radius: 10px;
}

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) {
        width: 10%;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) picture img {
            max-width: 124px;
            width: 100%;
            margin: 0 auto;
            padding: 10px 0 0 0;
        }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) {
        width: 80%;
        padding: 0px 20px 20px 20px
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h4 {
            font-weight: bold;
            font-size: 20px;
            color: #00d0da;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h6 {
            font-weight: bold;
            font-size: 18px;
            color: #040b27;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) p {
            width: 100%;
            padding: 0px;
            margin: 0px;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) button {
            color: #000000;
            font-weight: bold;
            border-bottom: 2px solid #888;
            background: transparent;
            border: 0px;
        }

.contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 {
        width: calc(50% - 10px);
        border: 3px solid #909ccc;
        padding: 15px;
        border-radius: 10px;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 div h4 {
            font-size: 18px;
            color: #7e87ae;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 div button {
            color: #000000;
            font-weight: bold;
            border-bottom: 2px solid #888;
            background: transparent;
            border: 0px;
        }

#reporte .modal-dialog {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
}

    #reporte .modal-dialog .modal-content {
        max-width: 580px;
        width: 100%;
        margin: -100px 0 0 0;
        border: 4px solid #909ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
    }

        #reporte .modal-dialog .modal-content .modal-header {
            background-color: #fff;
            color: #00BCD4;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 15px 15px 0 15px;
            border-radius: 5px 5px 0 0;
        }

            #reporte .modal-dialog .modal-content .modal-header h4 {
                font-size: 24px;
                font-weight: bold;
            }

        #reporte .modal-dialog .modal-content .modal-body h6 {
            font-size: 16px;
            font-weight: bold;
            color: #030057;
            margin: 10px 0px 10px 0;
        }

        #reporte .modal-dialog .modal-content .modal-header .close {
            color: #fff;
            background: #F44336;
            padding: 10px 14px;
            border-radius: 50%;
            margin: -12px -6px 0 0;
        }

        #reporte .modal-dialog .modal-content .modal-body {
            padding: 0 15px 15px 15px;
        }

        #reporte .modal-dialog .modal-content .modal-header:after, #reporte .modal-dialog .modal-content .modal-header:before {
            display: none;
        }

.contenedor-1410 .tabcontent .parrafo-comparacion p {
    padding: 40px 40px;
    text-align: center;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td {
    /* border: 0px;
     */
    border: 2px solid #fff;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla {
        padding: 10px;
        background-color: #0a007a;
        color: #fff;
        min-width: 125px;
        width: 100%;
        height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla:after {
            content: "";
            display: block;
            width: 49px;
            height: 23px;
            top: -8px;
            right: -18px;
            background: #fff;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla div:nth-of-type(1) {
            font-weight: bold;
            font-size: 13px;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla div:nth-of-type(2) {
            font-weight: normal;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera {
            padding: 10px;
            background-color: #00d1d8;
            color: #fff;
        }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(1) {
                font-size: 12px;
            }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(2) {
                font-size: 18px;
                text-transform: uppercase;
                font-weight: bold;
            }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 267px;
    */
    padding: 10px;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(1) {
        text-align: right;
        font-size: 16px;
        color: #616161;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(2) {
        margin: 0 0 0 10px;
    }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .titulo-tabla {
    color: #0b0042;
    font-size: 22px;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) {
    background-color: transparent;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) td {
        border: 0px;
        margin: 0px;
        padding: 5px 1px;
    }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) {
    background: #dee7f6;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr {
    background: #dee7f6;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td {
        border: 2px solid #fff;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 82px;
        }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul {
                list-style: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                padding: 0px;
                margin: 10px 0 0 0;
            }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul li {
                    display: block;
                    background-color: #c2c7da;
                    width: 20px;
                    height: 10px;
                    margin: 0 3px;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-1 li:nth-of-type(1) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-2 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-2 li:nth-of-type(2) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(3) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(4) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(4), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(5) {
                    background-color: #484266;
                }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td:nth-of-type(1) {
            width: 200px;
            background-color: white;
        }

.contenedor-1410 .title-general h2 {
    text-transform: uppercase;
}

.wrap-tabla-comparativa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .wrap-tabla-comparativa .box-tabla:nth-of-type(2) {
        width: 70%;
        overflow-x: scroll;
        position: relative;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .wrap-tabla-comparativa:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 59px;
        top: 0;
        right: -1px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        z-index: 999;
    }

    .wrap-tabla-comparativa:after {
        content: "";
        display: block;
        position: absolute;
        height: 32px;
        width: 100%;
        bottom: 0px;
        right: 0;
        background-color: #ffffff;
    }

.mod-contacto a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button#finaliza {
    margin: 30px auto;
    display: block;
}

.sub-resultado {
    text-align: center;
    padding: 40px 12vw;
    line-height: 25px;
    color: #0c0145;
    font-weight: bold;
    font-size: 18px;
}

#smartwizard2 .wrap-divs #div1 p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.5098039215686274);
    font-size: 18px;
    font-weight: bold;
}

#smartwizard2 .wrap-divs.active-div #div1 p {
    color: #ffffff;
}

.flecha.flecha-step-1 {
    position: absolute;
    left: 0vw;
    top: 10%;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    width: 19%;
    display: none;
}

.flecha.flecha-step-2 {
    position: absolute;
    left: -30px;
    top: 11%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 8.5%;
    display: none;
}

.flecha.flecha-step-3 {
    position: absolute;
    left: -30px;
    top: 11%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 8.5%;
    display: none;
}

.flecha img {
    width: 100%;
}

.navbar-custom-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-custom-menu .nav li a#instrucciones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border-radius: 4px;
    }

        .navbar-custom-menu .nav li a#instrucciones span {
            display: block;
            margin: 0 0 0 10px;
            height: 20px;
            line-height: 22px;
        }

    .navbar-custom-menu .nav li a.dropdown-toggle {
        margin: 0 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-custom-menu .nav li a.dropdown-toggle i {
            margin: 0 0 0 10px;
        }

@media (max-width: 1199px) {
    .flecha.flecha-step-1 {
        left: -2vw;
        top: 8%;
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
        width: 23%;
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -30px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 10%;
    }
}

@media (max-width: 991px) {
    .flecha.flecha-step-1 {
        left: -5vw;
        top: 7%;
        -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        transform: rotate(16deg);
        width: 29%;
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -46px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 13.5%;
    }
}

@media (max-width: 769px) {
    .flecha.flecha-step-1 {
        left: -1vw;
        top: 21vw;
        width: 16vw;
        -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        transform: rotate(16deg);
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -24px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 13.5%;
    }
}

@media (max-width: 768px) {
    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 15px;
            padding: 5px 3px;
        }

            #smartwizard2 .title-quote span:nth-of-type(1) {
                font-size: 10vw;
                padding: 0px;
            }

            #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 10vw;
                padding: 0px;
            }

    .flecha.flecha-step-1 {
        display: none;
    }

    .flecha.flecha-step-2 {
        display: none;
    }
}

.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
}

.activo-instrucciones {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.30));
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.30));
}

.d-none {
    display: none;
}

.content-pyme h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #2cced6;
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 3;
    z-index: 10;
    text-decoration: none;
    padding: 0px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: lowercase;
    letter-spacing: 1px;
}

    .content-pyme h4 a {
        text-decoration: none;
    }

        .content-pyme h4 a:hover {
            text-decoration: none;
        }


@media (max-width: 425px) {
    .content-question .bloque {
        display: none;
    }

    #smartwizard2 .title-quote {
        width: 100%;
        padding: 29px 10px 0 10px;
    }

        #smartwizard2 .title-quote span {
            font-size: 3.5vw;
        }

            #smartwizard2 .title-quote span:nth-of-type(1), #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 18vw;
                padding: 0px;
            }

    .flecha.flecha-step-1 {
        position: absolute;
        left: -5vw;
        top: 35%;
        width: 34%;
        /* transform: scaleX(-1) rotate(69deg);
         */
    }

    .recomendaciones h4 {
        font-size: 18px;
    }

    .contenedor-1410 .tabcontent p {
        font-size: 14px;
    }

    #navbar ul.nav.navbar-nav.navbar-right li a {
        font-size: 12px;
        padding: 10px 12px;
    }
}

.universos div:nth-of-type(2) img {
    max-width: 55px;
}

.container.pre {
    /*min-height: 580px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    margin-bottom: 30px;
}

.previoresultado {
    margin: 22% 0px;
}


    .previoresultado .title-principal-tour h1 {
        text-align: center;
        font-weight: bold;
    }

    .previoresultado .title-principal-tour p {
        text-align: center;
        font-size: 18px
    }

    .previoresultado .title-principal-tour h1 {
        font-size: 22px;
    }
    .previoresultado .title-principal-tour h2 {
        font-size: 30px;
        color: black;
        text-align: center;
        font-weight: bold;
    }
.navbar-header {
    padding-bottom: 8px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0px;
    /*height: 75px;*/
}

    .navbar-header a {
        display: block;
        margin: 0 15px 0 0;
    }


.previoresultado .title-principal-tour p {
    padding: 0 20px;
    font-size: 16px
}

.flex-nav .navbar-header a {
    max-width: 85px;
    width: 100%;
    margin: 0 15px 0 0;
}

@media (max-width: 645px) {
    .previoresultado .title-principal-tour h1 {
        font-size: 22px
    }


    .previoresultado .title-principal-tour p {
        padding: 0 20px;
        font-size: 16px
    }

    .flex-nav .navbar-header a {
        /* padding: 20px; */
        max-width: 65px;
        margin: 0 15px 0 0;
    }
}


.content-slider #text-carousel {
    display: flex;
    justify-content: center;
    align-items: center
}

.tooltip {
    display: block !important;
    margin-top: 0px !important;
}

    .tooltip .tooltip-inner {
        /*text-transform: lowercase !important;*/
        font-size: 12px !important;
        font-weight: normal !important;
        max-width: unset !important;
        min-width: unset !important;
    }

.panel-heading h4 b {
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
    /* text-transform: lowercase; */
    color: #333333;
    text-transform: none;
}

.temita {
    margin: 13% 0 0 0;
}

.width-all {
    width: 100%;
}

#first.box-question.inicio-menu {
    padding: 8.2% 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: black;
}

.box-text.corto-plazo .sub-box-text {
    display: none;
}

.box-text.corto-plazo .succes-recomendaciones p {
    text-align: center;
}

@media (max-width: 768px) {
    .btn-continue, button.btn-continue {
        float: none;
    }
}

@media (max-width: 767px) {
    .col-sm-1-especial {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 0px 0;
    }

    .pol {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .icon-inside {
        left: 50%;
        margin-left: -34px;
        top: 20px;
        width: 70px;
    }

    .btn-continue, button.btn-continue {
        float: none;
    }

    #large-header {
    }

    .large-header {
        background-position: center;
    }
}


/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .digital-right span.name {
        font-size: 26px;
    }

    #large-header {
    }

    .digital-right h1 {
        font-size: 34px;
        text-align: center;
    }

        .digital-right h1 strong {
            font-size: 56px;
        }

    .btn-continue, button.btn-continue {
        float: none;
        font-size: 18px;
    }

    a.flecha span {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .digital-right span.name {
        font-size: 26px;
    }

    #large-header {
    }

    .digital-right h1 {
        font-size: 34px;
        text-align: center;
    }

        .digital-right h1 strong {
            font-size: 56px;
        }

    .btn-continue, button.btn-continue {
        float: none;
        font-size: 18px;
    }

    a.flecha span {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

@media (min-width: 700px) and (orientation: landscape) .flex-nav #navbar.collapse.navbar-collapse {
    border: 0px;
    box-shadow: none;
}




@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    #large-header {
    }

    .digital-right h1 {
        font-size: 16px;
        line-height: normal;
    }

        .digital-right h1 strong {
            font-size: 18px;
        }

    .digital-right span.name {
        font-size: 14px;
    }

    .container.mundo-digital {
        height: 160px;
    }

    .btn-continue, button.btn-continue {
        font-size: 12px;
        height: auto;
        line-height: normal;
        padding: 10px;
    }

    a.flecha span {
        top: 82%;
    }

        a.flecha span:nth-of-type(2) {
            top: 85%;
        }

        a.flecha span:nth-of-type(3) {
            top: 88%;
        }

    .flex-nav #navbar.collapse.navbar-collapse {
        border: 0px;
        box-shadow: none;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .container.mundo-digital {
    }
}


@media only screen and (min-device-width : 445px) and (max-device-width : 768px) and (orientation : portrait) {
    footer .col-lg-4 .logos-content {
        width: 65%;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    #large-header {
    }
}




section.content-wrapper.main-content.clear-fix {
    /*padding: 0 0 40px 0 !important;*/
}

.wrap-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
}


@media (max-width: 1440px) {
    #smartwizard2 .title-quote {
        width: 50%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 16px;
            padding: 5px 3px;
        }
}

@media (max-width: 1200px) {
    #smartwizard2 .title-quote span {
        font-size: 15px;
        padding: 5px 3px;
    }

    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span:nth-of-type(1) {
            font-size: 100px;
            padding: 0px;
        }

        #smartwizard2 .title-quote span:nth-of-type(3) {
            font-size: 100px;
            padding: 0px;
        }
}


@media (max-width: 645px) {
    .btn-continue, button.btn-continue {
        float: unset;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs {
        overflow-x: scroll;
    }

    .contenedor-1410 .tabcontent .title-general h2 {
        font-size: 18px;
    }

    .contenedor-1410 .tab .subheader li {
        font-size: 12px;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-heading h4 {
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .parrafo-doble .box-parrafo {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .parrafo-degrade {
        padding: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdd0e1));
        background-image: -o-linear-gradient(#ffffff, #cdd0e1);
        background-image: linear-gradient(#ffffff, #cdd0e1);
        text-align: left;
    }

        .contenedor-1410 .tabcontent .parrafo-degrade p {
            font-size: 14px;
            line-height: 22px;
            text-align: left;
        }

    .contenedor-1410 .tabcontent .parrafo-doble {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .contenedor-1410 .tabcontent .wrap-tabla {
        display: none;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 15px 0px 20px 0;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) {
            width: 30%;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
            right: 0;
            left: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            top: 48px;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) h3 {
            text-align: center;
            margin: 12px 0 76px 0;
            font-size: 16px;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel li {
            width: 24px;
            height: 10px;
        }

    .contenedor-1410 .tab .wrap-tab .tablinks {
        width: 33.3%;
    }

        .contenedor-1410 .tab .wrap-tab .tablinks .ball {
            margin: 0px;
        }

            .contenedor-1410 .tab .wrap-tab .tablinks .ball img {
                width: 100%;
            }

        .contenedor-1410 .tab .wrap-tab .tablinks span {
            font-size: 10px;
            margin: 0 0 10px 0;
            background-color: #2ccbd3!important;
            padding: 10px!important;
        }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 0px 10px;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) {
            width: 100%;
            padding: 0px 0px 20px 0px;
        }

    .contenedor-1410 .tabcontent .subtitle-general h2 {
        font-size: 18px;
        margin: 50px 0 15px 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) picture {
        max-width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 10px auto;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h4 {
        font-size: 18px;
        margin: 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h6 {
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) p {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
        overflow: hidden;
        line-height: 16px;
        text-align: left;
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contenedor-1410 .tab .subheader {
        margin: 10px 0 0 0;
        border: 0px;
        padding: 0;
        position: relative;
    }

        .contenedor-1410 .tab .subheader li {
            font-size: 12px;
            padding: 0 0 5px 10px;
        }

            .contenedor-1410 .tab .subheader li:nth-of-type(1) {
                padding: 10px 0 5px 10px;
            }

        .contenedor-1410 .tab .subheader .pdf {
            position: relative;
            right: auto;
            bottom: auto;
            padding: 5px 10px;
            background: #00aeef;
            margin: 10px 0 0 0;
        }

            .contenedor-1410 .tab .subheader .pdf a #downloadPdf {
                border-bottom: 0px;
                padding: 0 0 3px 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf i {
                    color: #ffffff;
                }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf div {
                    color: #fff;
                    font-size: 12px;
                    line-height: unset;
                }

        .contenedor-1410 .tab .subheader:after {
            display: none;
        }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) {
        width: 100%;
        padding: 10px;
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel h4 {
            font-size: 10px;
        }

    footer .content-wrapper .float-left .container .col-lg-4 {
        min-height: 80px;
    }

    footer .content-wrapper .float-left .container {
        margin-top: auto;
        margin-bottom: auto;
        padding: 0px;
    }

    .content-pyme h4 {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #2cced6;
        padding: 10px 20px;
        border-radius: 4px;
        line-height: normal;
        height: auto;
    }

        .content-pyme h4 a {
            -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
            font-weight: bold;
            letter-spacing: .7px;
        }

    .mod-contacto h4 {
        color: #fff;
        margin: 0 0 0 5px;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto img {
        margin: 0 auto 0px auto;
    }

    .box-item {
        width: 100%;
    }

    .group input {
        font-size: 14px;
    }

    .wrap-group-title .title-group h2 {
        font-size: 16px;
    }

    button.btn-bid {
        font-size: 14px;
        text-transform: capitalize;
    }

    .registro p {
        font-size: 14px;
    }

    .registro h2, .second-step h2 {
        font-size: 20px;
    }

    .box-item {
        font-size: 14px;
    }

    .modelo h2, section#cifras h2 {
        font-size: 22px;
    }

    .col-sm-1-especial strong {
        font-size: 14px;
    }

    .modelo h3, section#cifras h3 {
        font-size: 18px;
    }

    .btn-continue, button.btn-continue {
        font-size: 14px;
    }

    .step-uno .img-bienvenidos {
        margin-top: 10px;
    }

    #step-2 .img-bienvenidos {
        margin-top: 0px;
    }

    .termino select {
        font-size: 14px;
    }

    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 12px;
            padding: 2.8vw .3vw;
        }

            #smartwizard2 .title-quote span:nth-of-type(1), #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 23vw;
                padding: 0px;
            }

    .instruccion-btn {
        text-align: center;
        width: 100%;
    }


        .instruccion-btn button.next-bid {
            margin-top: 0px;
            float: unset;
            font-size: 14px;
            margin: 7px auto 0 auto;
        }

    #smartwizard2 .title-quote {
        width: 87%;
        text-align: center;
        margin: 25px auto 0 auto;
        font-size: 14px;
        padding: 29px 0 0 0;
        /* min-height: 134px;
         */
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #step1 p, #step1 strong {
        margin: 0px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: .8px;
        line-height: 17px;
    }

    .box-termino .contenedor-1410 .tab .wrap-tab .tablinks {
        width: 25%;
    }

        .box-termino .contenedor-1410 .tab .wrap-tab .tablinks span {
            font-size: 8px;
        }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla {
        height: auto;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 0px;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(1) {
            text-align: left;
            font-size: 12px;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(2) {
            display: none;
        }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .titulo-tabla {
        font-size: 14px;
        padding: 10px 0;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) td {
        border: 0px;
        margin: 0px;
        padding: 5px 1px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul {
        display: none;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(1) {
        font-size: 12px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(2) {
        font-size: 14px;
    }

    .contenedor-1410 .tabcontent .parrafo-comparacion p {
        padding: 40px 20px;
    }

    .wrap-tabla-comparativa:before {
        display: none;
    }

    .instrucciones .sw-theme-default .sw-toolbar .sw-btn-group {
        padding: 15px 0px 30px 0;
        margin: 0 0 0px 0;
    }
}

.form-login #inputs input {
    background: #f1f1f1;
    padding: 6px 10px 6px 30px;
    width: 238px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: none;
    background: rgba(255,255,255,.1);
}

.form-login input::-webkit-input-placeholder {
    padding: 0px;
    margin: 0px;
    margin-left: 0px !important;
}


@media (max-width:_ 320px) {
    .box-termino .contenedor-1410 .tab .wrap-tab .tablinks span {
        font-size: 8px;
    }

    .contenedor-1410 .tab .wrap-tab .tablinks span {
        font-size: 10px;
        margin: 0 0 10px 0;
        background-color: #2ccbd3 !important;
        padding: 10px !important;
    }
}
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
/*html, body {
     margin: 0px;
     padding: 0px;
     min-height: 100%;
     height: 100%;
}
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-bottom: 220px;
}

    body.inside {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        background-image: url('../img/background_footer.png');
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: bottom center;
        overflow-x: hidden;
    }

#progressBar {
    height: 15px;
}

    #progressBar div {
        height: 100%;
        color: #fff;
        text-align: right;
        font-size: 12px;
        line-height: 22px;
        width: 0;
    }

.tiny-blue {
    position: relative;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgb(58,64,80)),color-stop(47%, rgb(58,64,80)),color-stop(48%, rgb(46,50,62)),to(rgb(46,50,62)));
    background-image: -o-linear-gradient(top,rgb(58,64,80) 0%,rgb(58,64,80) 47%,rgb(46,50,62) 48%,rgb(46,50,62) 100%);
    background-image: linear-gradient(-180deg,rgb(58,64,80) 0%,rgb(58,64,80) 47%,rgb(46,50,62) 48%,rgb(46,50,62) 100%);
}

    .tiny-blue div {
        font-size: 3px;
        color: white;
        text-align: right;
        text-shadow: 0px 0px 2px #000;
        text-indent: 9999px;
        overflow: hidden;
        background-color: #1d9bca;
    }

.navbar-default {
    background-color: #ffffff;
}



.user {
    font-size: 18px;
    margin-top: 15px;
}

    .user img {
        display: inline;
    }

span.perfil {
    margin-right: 10px;
    padding-top: 10px;
}

.notification-label {
    position: absolute;
    display: inline-block;
    background: #1d9bca;
    width: 15px;
    height: 15px;
    padding: 2px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    top: 5px;
    right: 10px;
    line-height: 9px;
    text-shadow: none;
}
/* * Component: Dropdown menus * ------------------------- */
/*Dropdowns in general*/
@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

        .navbar-custom-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
        }
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eee;
}

    .dropdown-menu > li > a {
        color: #777;
    }

        .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
            margin-right: 10px;
        }

        .dropdown-menu > li > a:hover {
            background-color: #e1e3e9;
            color: #333;
        }

    .dropdown-menu > .divider {
        background-color: #eee;
    }

.navbar-nav > .notifications-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

    .navbar-nav > .notifications-menu > .dropdown-menu > li {
        position: relative;
    }

        .navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
            max-height: 200px;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow-x: hidden;
        }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
                display: block;
                white-space: nowrap;
                border-bottom: 1px solid #f4f4f4;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
                    background: #f4f4f4;
                    text-decoration: none;
                }

            .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
                color: #444444;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 10px;
            }

                .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
                    width: 20px;
                }

.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 0;
        /*left: auto;
    */
    }

        .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.notificacion-menu {
            position: absolute;
            right: 0;
            left: auto;
            background-color: #ffffff;
        }

            .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.notificacion-menu.business {
                left: 0;
                right: 0;
            }

.navbar-custom-menu.pull-left ul.nav.navbar-nav li.dropdown.notifications-menu a.dropdown-toggle {
    padding-top: 20px;
}

.navbar-custom-menu.pull-right ul.nav.navbar-nav li a {
    line-height: normal;
}

.navbar-custom-menu.pull-right ul.nav.navbar-nav > li > a {
    padding: 10px 10px;
    cursor: pointer;
    color: #000;
}

.content-box {
}

.question-context h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

    .question-context h1 a {
        font-size: 18px;
        margin-left: 15px;
    }

    .question-context h1 span.pull-right {
        font-weight: 700;
    }

.box-question blockquote {
    padding: 0 10px;
    border-left: 5px solid #1d9bca;
    margin-top: 10px;
}

    .box-question blockquote h2 {
        padding: 0;
        margin: 0 0 3px 0;
        font-size: 18px;
        font-weight: 500;
    }

hr.space {
    margin-top: 0px;
    margin-bottom: 15px;
}

.box-question ul.list-answer {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .box-question ul.list-answer li {
        border: 1px solid #1d9bca;
        border-radius: 10px;
        padding: 10px 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }

.list-answer li a {
    cursor: pointer;
}

.button-action {
    margin: 20px 15px;
}

.btn-border {
    border: 3px solid #1d9bca;
    border-radius: 30px;
    padding: 10px 10px;
    background-color: inherit;
    min-width: 100px;
    font-weight: 600;
    color: #3b3f45;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    /*background-color: #1d9bca;
    */
    background-color: #050e2b;
    border-color: #1d9bca;
}

a.list-group-item:hover {
    background-color: rgba(29, 155, 202, 0.7);
    color: #ffffff;
    cursor: pointer;
}

div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    /*border-left: 10px solid #1d9bca;
    */
    border-left: 10px solid #050e2b;
}

.idioma {
    padding-right: 10px;
    display: inline;
}

    .idioma a.active {
        opacity: 0.5;
    }

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#large-header {
    background-color: #000000;
}

.second {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: red;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    overflow: hidden;
    -webkit-transition: top 600ms linear, left 600ms linear;
    -o-transition: top 600ms linear, left 600ms linear;
    transition: top 600ms linear, left 600ms linear;
}

.box {
    /* width: 100%; */
    height: 90vh;
    background-color: #2fa5b4;
    position: absolute;
    bottom: 39px;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0px auto -26px auto;
    border-radius: 20px;
    /* z-index: 9999999999; */
    height: 5px;
}

    .box:after {
        content: ' ';
        border-top: 80vh solid;
        border-color: rgba(27,35,42,.7);
        border-color: rgba(21,7,15,.4);
        border-right: 100vw solid transparent;
        width: 0;
        position: absolute;
    }

.first {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: blue;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
    -webkit-transition: top 600ms linear, left 600ms linear;
    -o-transition: top 600ms linear, left 600ms linear;
    transition: top 600ms linear, left 600ms linear;
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    position: relative;
    height: 400px;
    top: 25%;
    background-color: rgba(35, 31, 32, 0.5);
    padding: 30px 0;
    border-radius: 50px;
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 70px 0 70px;
    text-align: center;
    /*background:rgba(40,57,101,.9);
    */
}

    .login-html .sign-in-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        /*transform:rotateY(180deg);
     backface-visibility:hidden;
     transition:all .4s linear;
    */
    }

    .login-html .sign-in, .login-html .sign-up, .login-form .group .check {
        display: none;
    }

    .login-html .tab, .login-form .group .label, .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html h4 {
        font-size: 28px;
        display: inline-block;
        color: #ffffff;
        color: #1d9bca;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .login-html h5 {
        font-size: 24px;
        display: inline-block;
        color: #1d9bca;
        color: #ffffff;
        text-transform: uppercase;
    }

.login-form {
    /*min-height:345px;
    */
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
        position: relative;
    }

        .login-form .group .label, .login-form .group .input, .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input, .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255,255,255,.1);
            padding-left: 45px;
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .button {
            background: #1d9bca;
        }

            .login-form .group .button.entrar {
                padding: 10px;
                font-size: 18px;
            }

.icon {
    position: absolute;
    top: 18px;
    left: 20px;
}

    .icon i {
        color: #ffffff;
        font-size: 18px;
    }

.login-logo {
    width: 200px;
    margin: 0 auto 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.table-responsive.table-resultado {
    margin-top: 70px;
}

.btn-ir {
    width: 50px;
    border-radius: 5px;
    color: #FFFFFF;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .login-html {
        padding: 0 20px 0 20px;
    }

    .login-wrap {
        top: 10%;
    }

    .table-responsive.table-resultado {
        margin-top: 20px;
    }
}

input.radio-input {
    display: none;
    border: solid 2px green;
}

label.tab {
    border: 1px solid #1d9bca;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    background: #ffffff;
}

    label.tab:hover {
        background-color: rgba(29, 155, 202, 0.9);
        color: #ffffff;
        cursor: pointer;
    }

td.fl {
    text-align: right;
}

thead.tabla-head {
    background-color: #1d9bca;
    color: #ffffff;
}

table td {
    background: rgba(255,255,255, 0.4);
}
/*.modal-content {
     background-color: rgba(35, 31, 32, 0.8);
}
*/
.modal-header {
    background-color: #0c022f;
    color: #ffffff;
    border: none;
}

    .modal-header .close {
        margin-top: -2px;
        color: #ffffff;
        opacity: 15.5 !important;
    }

.modal-footer {
    border: none;
}

.login-form .group .button.entrar {
    padding: 10px;
    font-size: 18px;
}

.login-form .group .button {
    background: #1d9bca;
}

button.btn.btn-lg.btn-block.entrar {
    padding: 10px;
    font-size: 18px;
    background: #1d9bca;
    border-radius: 25px;
    color: #FFFFFF;
}

select#selec-empresa {
    width: 100%;
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255,255,255,.1);
    color: #FFFFFF;
}

    select#selec-empresa > option {
        color: #1a2836;
    }

li.nota a i {
    font-size: 26px;
    color: #42a5dd;
}

h4.modal-title i {
    margin-right: 10px;
}

.comment-box {
    -webkit-box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    padding: 10px;
    position: relative;
}

.modal-body textarea {
    width: 100%;
    border: none;
}

.modal-body button {
    margin-top: 10px;
}

textarea::-webkit-input-placeholder {
    color: #1d9bca;
    padding-left: 10px;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #1d9bca;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #1d9bca;
}

textarea:-ms-input-placeholder {
    color: #1d9bca;
}

.comment-box-options {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

    .comment-box-options a i {
        font-size: 18px;
    }

    .comment-box-options ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .comment-box-options ul li.dropdown ul.dropdown-menu {
            right: 0;
            left: inherit !important;
        }

.comment-add {
    -webkit-box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
    box-shadow: 4px 4px 19px 0px rgba(50, 50, 50, 0.34);
}

    .comment-add p {
        padding: 10px;
    }

.actividad-modulo em {
    padding: 0 10px 10px 0;
}
/*styling open close button*/
.button {
    display: inline;
    position: absolute;
    right: 5px;
    z-index: 999;
    font-size: 22px;
}

    .button span {
        text-decoration: none;
    }

.btn-open:after {
    color: #FFF;
    content: "\f0c9";
    font-family: Font Awesome\ 5 Free;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #34B484;
}

.btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: Font Awesome\ 5 Free;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
    color: #34B484;
}
/*overlay*/
.overlay {
    display: none;
    position: absolute;
    top: 0;
    /*height: 100%;
    */
    width: 100%;
    background: #eeeeee;
    overflow: auto;
    z-index: 99;
    height: 476px;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .overlay .modal-title {
        background-color: #00aeef;
    }

        .overlay .modal-title h3 {
            background-color: #00aeef;
            padding: 0;
            margin: 0;
            line-height: 2;
            color: #ffffff;
            padding-left: 25px;
        }

button.close.close-question {
    color: #ffffff;
    opacity: .6 !important;
    padding: 10px;
    outline: none;
}

.wrap {
    color: #e9e9e9;
    padding-top: 20px;
    /*max-width: 90%;
     margin: 30px auto;
    */
}

    .wrap h3 {
        color: #555;
    }

    .wrap ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        list-style: none;
    }

        .wrap ul li {
            padding: 7px 10px;
        }

            .wrap ul li a {
                color: #555;
                list-style: none;
                text-decoration: none;
            }

                .wrap ul li a:hover {
                    color: #1d9bca;
                }

                .wrap ul li a i {
                    color: green;
                    margin-left: 10px;
                }
/* * Component: MOUSE SCROLL * ------------------------- */
.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    //background: blue;
    margin-top: 125px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/* * Component: ESTILOS SINGLE PAGE * ------------------------- */
. {
    margin-top: -3%;
}

    .content-header {
        width: 100%;
        height: 100%;
        /*background: red;
    */
        position: relative;
    }

    .navbar-inverse.single {
        position: relative;
        height: 150px;
        background: transparent;
        border: none;
    }

nav.single .navbar-header {
    padding-bottom: 0;
}

.input-group {
    border: 4px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    margin-top: 20px;
}

    .input-group input {
        background: transparent;
        height: 50px;
        border: transparent;
    }

.input-group-addon.continue {
    color: #ffffff;
    background-color: #00aeef;
    width: 150px;
    border: transparent;
    border-radius: inherit;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 3;
    z-index: 10;
    text-decoration: none;
}

.digital-right h1 {
    font-size: 80px;
    text-transform: none;
    color: #0b0023;
    line-height: 0.7;
    font-weight:_ 100;
}

    .digital-right h1 strong {
        font-size: 56px;
        font-weight: 600;
        text-transform: none;
        color: #2bc1c9;
        font-weight: 100;
    }

.digital-right span.into {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999193;
}

.digital-right span.name {
    font-weight: bold;
    text-transform: none;
    color: #000;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a09d9e;
    padding-left: 15px;
    font-size: 16px;
    /*text-transform: uppercase;
    */
}

.registro ::-webkit-input-placeholder {
    padding-left: 0px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a09d9e;
    padding-left: 15px;
    text-transform: uppercase;
}

a.navbar-brand img.anticipa {
    margin-top: 40px;
}

#navbar ul.nav.navbar-nav.navbar-right li a {
    color: #FFFFFF;
    font-size: 17px;
}

.collapse.navbar-collapse {
    margin-top: 45px;
}

.first-foot {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 100%;
}

.auspiciadores {
    padding: 0px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

    .auspiciadores h6, .sponsor h6 {
        text-transform: uppercase;
        color: #9bb0bf;
        font-size: 18px;
    }

img.samsung {
    /*width: 200px;
    */
    /*margin: 0 auto;
    */
    /*float: right;
    */
    margin-right: 50px;
}

.adexus-single {
    width: 200px;
    margin: 0 auto;
    margin-right: 50px;
}

img.adexus {
    width: 200px;
    /*margin: 0 auto;
    */
    float: left;
    margin-left: 50px;
}

.box-sponsor {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.item-sponsor {
    width: 20%;
    float: left;
}

img.sponsor {
    width: 90px;
    margin: 0 auto;
}

img.sponsor-cnc {
    width: 125px;
    margin: 10px auto 0;
}

img.sponsor.sponsor-edit {
    width: 120px;
}

section#cifras {
    /*padding: 50px 0;
    */
    padding: 30px 0 15px 0;
}

    section#cifras h2, .modelo h2 {
        font-size: 24px;
        color: #150f2d;
        font-weight: 700;
        /*text-transform: uppercase;
    */
        text-align: left;
    }
.linea2 {
    content: '';
    border-bottom: 1px solid black;
    width: 60px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
}

    section#cifras h3, .modelo h3 {
        font-size:14px;
        color: #000;
        text-align: left;
        padding-top: 20px;
        margin-bottom: 90px;
    }

.content-cifras {
    margin-top: 40px;
}

.cifra-box {
    margin-bottom: 30px;
    width: 80%;
}

    .cifra-box img {
        float: left;
        margin-right: 25px;
    }

    .cifra-box p {
        font-size: 16px;
        color: #040b27;
        text-transform: uppercase;
    }

        .cifra-box p strong {
            font-size: 36px;
            color: #48578c;
            font-weight: 700;
            font-style: italic;
        }

.bg1 {
    color: #ffffff;
    min-height: 400px;
    height: auto !important;
    height: 100%;
    padding-top: 60px;
    background: url(../img/back-estelar.jpg) no-repeat center center fixed;
    background-size: cover;
}

    .bg1 h4 {
        text-transform: uppercase;
        text-align: center;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 30px;
    }

.hexagon {
    position: relative;
    display: inline-block;
    /* left/right margin approx. 25% of .hexagon width + spacing */
    margin: 1px 18px;
    background-color: hsl(220, 75%, 75%);
    text-align: center;
}

    .hexagon, .hexagon::before, .hexagon::after {
        /* easy way: height is width * 1.732 actual formula is 2*(width/(2*Math.tan(Math.PI/6))) remove border-radius for sharp corners on hexagons */
        width: 67px;
        height: 116px;
        border-radius: 20%/5%;
    }

        .hexagon::before {
            background-color: inherit;
            content: "";
            position: absolute;
            left: 0;
            -webkit-transform: rotate(-60deg);
            -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
        }

        .hexagon::after {
            background-color: inherit;
            content: "";
            position: absolute;
            left: 0;
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hexagon:nth-child(even) {
            /* top approx. 50% of .hexagon height + spacing */
            top: 59px;
        }

        .hexagon:hover {
            background-color: hsla(60, 75%, 75%, 1.0);
            cursor: pointer;
            z-index: 105;
        }

        .hexagon:active {
            background-color: hsla(60, 75%, 50%, 1.0);
            z-index: 110;
        }

.hexanone {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 116px;
    margin: 1px 18px;
}

    .hexanone:nth-child(even) {
        top: 59px;
    }

.hexagontent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140%;
    font-size: 1.4rem;
    line-height: 1.2;
    z-index: 100;
}

.ibws-fix {
    /* inline-block whitespace fix */
    font-size: 0;
}

.honeycomb {
    margin: 0 auto;
    text-align: center;
}
/*footer {
     background: #050e2b;
     border-bottom: 10px solid #eb0029;
     padding: 20px 0;
     bottom: 0;
     width: 100%;
}
*/
footer {
    width: 100%;
    bottom: 0;
    /*position: absolute;
    */
    height: 220px;
    background: #0c022f;
    /*border-bottom: 10px solid #eb0029;
    */
    padding: 0 0 0px 0;
}

    footer .logos-content a, footer.logos-content a img {
        display: inline-block;
    }

        footer .logos-content a {
            margin-right: 20px;
        }

a.logo-mine {
    margin-top: 20px;
}

.logo-pyme {
    margin-top: 20px;
}
/*footer#footer {
     position: absolute;
}
*/
footer p {
    color: #FFFFFF;
    line-height: 1.3;
}

.content-icon {
    margin-bottom: 10px;
}

    .content-icon img.anticipa-foot, .content-icon img.pais-foot {
        display: inline-block;
        float: left;
    }

.redes-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px;
}

    .redes-icon a {
        margin-right: 5px;
    }

.content-icon.anticipa-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.redes-icon.pais-redes {
    padding: 17px 0;
}

.aus-foot {
    width: 100%;
}

.samsumg-foot {
    width: 50%;
    float: right;
    padding-top: 5px;
}

.adexus-foot {
    width: 50%;
    float: left;
}

.aus-foot p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}

.aus-foot-inside p {
    margin: 10px 0;
    padding-top: 0;
}

.aus-foot a img {
    margin: 0 auto;
}

.ce-img {
    margin: 0 auto;
}

.btn-continue, button.btn-continue {
    color: #ffffff;
    background-color: #00aeef;
    /*width: 150px;
    */
    border: transparent;
    border-radius: inherit;
    /*position: absolute;
    */
    /*right: 0;
    */
    line-height: 3;
    z-index: 10;
    text-decoration: none;
    padding: 8px 30px;
    border: 1px solid transparent;
    border-radius: 14px;
    margin-top: 10px;
    height: auto;
    text-transform: none;
    font-size: 16px;
    line-height: normal;
}
/*--------------------*/
/*estilos login*/
/*--------------------*/
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    /*background: #eee;
     border-bottom: 1px solid #fff;
     border-radius: 3px;
    */
}

nav li {
    float: right;
    padding: 10px;
}

nav #login {
    /*border-right: 1px solid #ddd;
     box-shadow: 1px 0 0 #fff;
    */
}

nav #login-trigger, nav #signup a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    line-height: 25px;
    /*font-weight: bold;
    */
    padding: 0 8px;
    text-decoration: none;
    color: #444;
    /*text-shadow: 0 1px 0 #fff;
    */
}

nav #signup a {
    border-radius: 0 3px 3px 0;
}

nav #login-trigger {
    border-radius: 3px 0 0 3px;
}

    nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
        /*background: #fff;
    */
    }

nav #login-content {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999;
    /*background: #fff;
     background-image: linear-gradient(top, #fff, #eee);
    */
    background-color: rgba(35, 31, 32, 0.99);
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px 0 3px 3px;
    border: 1px solid #dcdcdc;
}

nav li #login-content {
    right: 0;
    width: 270px;
}
/*--------------------*/
#inputs input {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 5px 0;
    width: 238px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: none;
    background: rgba(255,255,255,.1);
}

    #inputs input:focus {
        background-color: #fff;
        border-color: #e8c291;
        outline: none;
        -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
        box-shadow: 0 0 0 1px #e8c291 inset;
    }
/*--------------------*/
#login #actions {
    margin: 10px 0 0 0;
}

#login #submit {
    background-color: #d14545;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
    background-image: -o-linear-gradient(top, #e97171, #d14545);
    background-image: linear-gradient(top, #e97171, #d14545);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #7e1515;
    float: left;
    height: 30px;
    padding: 0;
    width: 100px;
    cursor: pointer;
    font: bold 14px 'montserrat-regular';
    color: #fff;
}

    #login #submit:hover, #login #submit:focus {
        background-color: #e97171;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
        background-image: -o-linear-gradient(top, #d14545, #e97171);
        background-image: linear-gradient(top, #d14545, #e97171);
    }

    #login #submit:active {
        outline: none;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    #login #submit::-moz-focus-inner {
        border: none;
    }

#login label {
    float: right;
    line-height: 30px;
}

    #login label input {
        position: relative;
        top: 2px;
        right: 2px;
    }

.icon-login {
    position: absolute;
    color: #FFFFFF;
}

    .icon-login i {
        padding-left: 10px;
        padding-top: 10px;
    }

#inputs ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    /*margin-left: 20px;
    */
}

#inputs :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    margin-left: 20px;
}

#inputs input[data-type="password"] {
    margin-left: 50px;
}

#inputs .input {
    padding-left: 15px;
}

    #inputs .input:focus {
        background-color: transparent;
        color: black;
        padding-left: 25px;
    }

#login-content {
    position: relative;
    background: #88b7d5;
}

    #login-content:after, #login-content:before {
        bottom: 100%;
        /*left: 50%;
    */
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #login-content:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgba(35, 31, 32, 0.7);
        border-width: 12px;
        right: 27px;
    }

#inputs .input {
    color: #000;
    padding-left: 30px;
}

.box-pol {
    width: 100%;
    max-width: 670px;
    margin: 50px auto 0 auto;
}

.pol {
    width: 20%;
    float: left;
    /*background-color: yellow;
    */
    height: 20px;
    position: relative;
}

.pol-img {
    margin: 0 auto;
}

.pol.top {
    top: 70px;
}
/*--------------------*/
/*segunda seccion*/
/*--------------------*/
.camino {
    margin-top: 15px;
}

    .camino img {
        margin: 0 auto;
    }

.box-item {
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    position: relative;
}

    .box-item:before {
        position: absolute;
        width: 40px;
        height: 2px;
        background: #2cced6;
        content: '';
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .icon-inside {
        position: absolute;
        top: 90%;
        left: 20%;
    }

.pol h4 {
    color: #48578c;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.pol p {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.content-general {
    position: relative;
}

.img_linea {
    position: absolute;
    left: 17%;
    top: 26%;
    width: 767px;
}

.text-pol-bottom {
    position: relative;
    top: 65px;
}

.text-pol-top {
    position: relative;
    top: 75px;
}

.content-slider {
    /*background-image: url(../img/back_footer.png);
    */
    height: 320px;
    /*padding: 120px;
    */
}

    .content-slider .form-group {
        width: 540px;
        margin: 0 auto;
    }

        .content-slider .form-group .input-group {
            border: 4px solid rgba(4, 11, 39, 0.4);
            background-color: #ffffff;
        }

    .content-slider .carousel-inner {
        max-width: 700px;
        margin: 0 auto;
    }

.carousel-content h5 {
    font-size: 35px;
    color: #0c022f;
    text-align: center;
    font-weight: 500;
    /*text-transform: uppercase;
    */
}

    .carousel-content h5 span {
        font-size: 42px;
        color: #48578c;
        font-weight: 700;
    }

.navbar-header p {
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding-top: 5px;
}
/* * Component: style inside * ------------------------- */
body.inside .navbar-header {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    padding-left: 0px;
    height: auto;
}

    body.inside .navbar-header a {
        margin: 0 0 0 15px;
    }

body.inside .navbar-brand {
    padding: 5px 15px;
}

.navbar-brand img.logo-int {
    margin-top: 20px;
}

.registro, .second-step {
    text-align: center;
    padding: 10px 0 0;
}

.sentencia {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.second-step .sentencia label {
    /*margin-bottom: 20px;
    */
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}

.sentencia input {
    width: 260px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #00aeef;
    background: transparent;
    color: #3DADE2;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

    .sentencia input.name {
        width: 350px;
        /*margin: 0 10px;
    */
    }

    .sentencia input.cargo {
        width: 50%;
    }

textarea:focus, input:focus {
    outline: none;
}
/*#wrapper {
     min-height: 100%;
     height: auto !important;
     margin-bottom: -220px;
     the bottom margin is the negative value of the footer's total height 
}
 #footer {
     height: 220px;
     the footer's total height 
}
*/
.registro h2, .second-step h2 {
    color: #48578c;
    font-weight: 700;
    /*text-transform: uppercase;
    */
    text-align: center;
    margin-bottom: 2px;
    font-size: 36px;
}

.registro h3 {
    font-size: 21px;
    color: #9bb0bf;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.registro p {
    padding: 0 100px;
    font-size: 18px;
    /*line-height: 1.7;
    */
    max-width: 750px;
    margin: 20px auto 34px auto;
}

.btn-continuar {
    color: #ffffff;
    background-color: #00aeef;
    /*width: 150px;
    */
    /*height: 50px;
    */
    border: transparent;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 6px 25px;
}

.center {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 450px;
    float: left;
    /*width: 100%;
    */
}

    .custom-select-wrapper select {
        display: none;
    }

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #00aeef;
}

.custom-select-trigger {
    position: relative;
    display: block;
    /*width: 130px;
    */
    width: 100%;
    padding: 0 84px 0 22px;
    font-size: 18px;
    font-weight: 300;
    color: #00aeef;
    line-height: 30px;
    /*background: #5c9cd8;
    */
    border-radius: 4px;
    cursor: pointer;
    border: transparent;
}

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        /*border-bottom: 1px solid #fff;
     border-right: 1px solid #fff;
    */
        border-bottom: 1px solid #00aeef;
        border-right: 1px solid #00aeef;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.07);
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    max-height: 300px;
    overflow-y: auto;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    /*font-weight: 600;
    */
    /*color: #b5b5b5;
    */
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option:hover, .custom-option.selection {
        background: #337ab7;
    }

.container.select-item {
    padding: 50px 0;
}

.open {
    display: none;
}
/* * Component: style share boton * ------------------------- */
.prepbootstrap-sharing-container {
    position: fixed;
    top: 40%;
    left: 0;
    right: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 11100;
    overflow: hidden;
    width: 64px;
}

    .prepbootstrap-sharing-container .sharing-item {
        width: 48px;
        height: 48px;
        text-align: center;
        cursor: pointer;
    }

        .prepbootstrap-sharing-container .sharing-item:hover {
            width: 64px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .prepbootstrap-sharing-container .sharing-img {
        display: inline-block;
        margin: auto;
        margin-top: 8px;
        width: 32px;
        height: 32px;
    }

    .prepbootstrap-sharing-container .sharing-fb {
        background-color: #305891;
    }

        .prepbootstrap-sharing-container .sharing-fb .sharing-img {
            background-position: 0px 0px;
        }

    .prepbootstrap-sharing-container .sharing-gp {
        background-color: #CE4D39;
    }

        .prepbootstrap-sharing-container .sharing-gp .sharing-img {
            background-position: 0px -32px;
        }

    .prepbootstrap-sharing-container .sharing-tw {
        background-color: #2CA8D2;
    }

        .prepbootstrap-sharing-container .sharing-tw .sharing-img {
            background-position: 0px -64px;
        }

    .prepbootstrap-sharing-container .sharing-li {
        background-color: #4498C8;
    }

        .prepbootstrap-sharing-container .sharing-li .sharing-img {
            background-position: 0px -96px;
        }

.fa-facebook-f, .fa-google-plus-g, .fa-twitter, .fa-linkedin-in {
    color: #FFFFFF;
    font-size: 25px;
    padding-top: 5px;
}

.terminos label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.terminos input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.instruccion-btn {
    /*width: 20px;
    */
    /* width: 89px; */
    margin: 0px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}
/* SQUARED THREE */
.squaredThree {
    /*width: 20px;
    */
    /* width: 300px; */
    margin: 30px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
}

    .squaredThree label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        left: 35px;
        background-color: white;
        border: 1px solid #363636;
    }

        .squaredThree label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 6px;
            left: 5px;
            border: 3px solid #03540c;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

button.btn-login {
    padding: 7px 0;
    border: transparent;
    border-radius: 3px;
    color: #0c022f;
    background-color: #cccccc;
    margin: 0 0 10px 0;
}

.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

span.prueba {
    margin-left: 10px;
}

button.animated-button.thar-three {
    color: #00aeef;
    cursor: pointer;
    position: relative;
    border: 2px solid #2ccbd3 !important;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: transparent;
    padding: 5px 25px;
    margin-top: 30px;
    background-color: #00aeef;
    border-radius: 15px;
    color: #ffffff;
    background: #2ccbd3 !important;
    text-transform: capitalize;
}
/*button.animated-button.thar-three:hover {
     color: #FFF !important;
     background-color: transparent;
     text-shadow: nthree;
}
 button.animated-button.thar-three:hover:before {
     left: 0%;
     right: auto;
     width: 100%;
}
 button.animated-button.thar-three:before {
     display: block;
     position: absolute;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 0px;
     z-index: -1;
     content: '';
     color: #FFF !important;
     background: #00aeef;
     transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
     0s;
}
*/
body.inside footer {
    height: 100px;
}

    body.inside footer .aus-foot {
        padding-top: 20px;
    }

        body.inside footer .aus-foot.aus-foot-inside {
            padding-top: 3px;
        }

@media (min-width:769px) and (max-width:1024px) {
    body.inside {
        background-position: 0% 200%;
    }
}

button.explore {
    letter-spacing: 1px;
    background: none;
    color: white;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 225px;
    font-size: 18px;
    z-index: 2;
    -webkit-transition: .01s .23s ease-out all;
    -o-transition: .01s .23s ease-out all;
    transition: .01s .23s ease-out all;
    overflow: hidden;
}

    button.explore.continue-btn {
        color: #48578c;
    }

    button.explore:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 55%;
        background: #00aeef;
        z-index: -1;
        -webkit-transition: .3s ease-in all;
        -o-transition: .3s ease-in all;
        transition: .3s ease-in all;
    }

    button.explore:after {
        content: '';
        position: absolute;
        left: -5%;
        top: 5%;
        height: 90%;
        width: 5%;
        background: white;
        z-index: -1;
        -webkit-transition: .4s .02s ease-in all;
        -o-transition: .4s .02s ease-in all;
        transition: .4s .02s ease-in all;
    }

.icon-right {
    position: absolute;
    top: 0;
    right: 0;
}

    .icon-right:after {
        font-family: Font Awesome\ 5 Free;
        content: '\2192';
        font-size: 24px;
        display: inline-block;
        position: relative;
        top: 26px;
        -webkit-transform: translate3D(0, -50%, 0);
        -ms-transform: translate3D(0, -50%, 0);
        transform: translate3D(0, -50%, 0);
    }

    .icon-right.after:after {
        left: -280px;
        color: black;
        -webkit-transition: .15s .25s ease left, .5s .05s ease color;
        -o-transition: .15s .25s ease left, .5s .05s ease color;
        transition: .15s .25s ease left, .5s .05s ease color;
    }

.repeat img {
    vertical-align: middle;
    float: left;
    margin-right: 15px;
}

.repeat p {
    text-align: left;
    padding: 0;
    font-size: 14px;
}

.beneficio {
    margin: 30px 0;
}

.registro p.bajada {
    padding: 0 300px;
}

.prueba-mail {
    background-color: red;
    width: 600px;
    margin: 0 auto;
}

.button span.btn-open:after {
    font-family: 'Glyphicons Halflings';
    content: "\270f";
    font-size: 18px;
}

.button span.btn-close:after {
    font-family: 'Glyphicons Halflings';
    content: "\270f";
    font-size: 18px;
}

.modal-footer .squaredThree label {
    left: 65px;
}

.info-box {
    position: relative;
    height: 100%;
    width: 100%;
}

button.info-btn {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    outline: none;
}

button.btn-question {
    background-color: transparent;
    border-color: transparent;
    font-size: 22px;
    outline: none;
    float: left;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    right: -20px;
}

.box-select .sentencia label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    float: right !important;
    padding-top: 5px;
}
/*#first.box-question.end-test {
     padding: 60px;
}
 #first.box-question h1 {
     font-size: 26px;
     margin-bottom: 10px;
     font-weight: 600;
     color: #050e2b;
}
*/
.termino {
    position: relative;
    max-width: 464px;
    padding: 0px 30px;
    width: 100%;
    margin: 0 auto;
}

    .termino:after {
        content: '\e114';
        font-family: 'Glyphicons Halflings';
        color: #0ebeff;
        right: 11px;
        top: -4px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
        display: none;
    }
    /* IE11 hide native button (thanks Matt!) */
    .termino select::-ms-expand {
        display: none;
    }

    .termino select {
        height: 42px;
        margin: 16px auto;
        padding: 0px 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #000000;
        background-color: #ffffff;
        background-image: none;
        border-color: transparent;
        border: 1px solid #030057;
        word-break: normal;
        outline: none;
        -moz-text-align-last: center;
        text-align-last: center;
    }

#first.box-question {
    font-size: 16px;
    line-height: 1;
    /* height: calc(100vh - 18.1vw); */
}

.box-previo {
    margin: auto;
    width: 37%;
    padding: 10px;
    line-height: 25px;
    text-align: justify;
}

.navbar-header span {
    line-height: 2.5;
    padding: 10px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999193;
    margin-left: 15px;
}

.popover.tour {
    max-width: 300px !important;
}

    .popover.tour button.btn.btn-sm.btn-info {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .popover.tour button.btn.btn-sm.btn-success {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .popover.tour .popover-title {
        background-color: #050e2b;
        color: #ffffff;
        text-transform: uppercase;
    }

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu.dropdown-inside {
    left: auto;
    width: 200px;
    padding: 0px;
    margin: 0px 0 0 0;
    background: #fff;
    text-align: right;
    border: 1px solid #d8d8d8;
}

a.nav-link.dropdown-toggle {
    height: 68px;
}

ul.nav.navbar-nav.nav-inside li a i {
    font-size: 18px;
    color: #9bb0bf;
}

    ul.nav.navbar-nav.nav-inside li a i:hover {
        color: #050e2b;
    }

.popover {
    max-width: 480px !important;
}

strong.icon-tour {
    color: #eb0029;
}

    strong.icon-tour i, strong.icon-tour span.glyphicon {
        font-size: 18px;
    }

.dropdown-menu.dropdown-inside > li > a {
    padding: 0;
}

    .dropdown-menu.dropdown-inside > li > a:hover {
        background-color: transparent;
    }

#edit .modal-dialog {
    width: 400px;
    top: 10%;
}

#edit .modal-header {
    background-color: #0c022f;
}

#edit .modal-body span.requerido {
    color: #eb0029;
}

#edit .modal-body {
    padding-bottom: 0;
}

#edit .modal-footer {
    padding: 0 15px 10px;
}

#editRegistro .modal-dialog {
    /*width: 400px;
    */
    top: 10%;
}

#editRegistro .modal-header {
    background-color: #00aeef;
}

#editRegistro .modal-body span.requerido {
    color: #eb0029;
}

#editRegistro .modal-body {
    padding-bottom: 0;
}

#editRegistro .modal-footer {
    padding: 0 15px 10px;
}

#slider {
    width: 500px;
    top: 100px;
    position: absolute;
}

    #slider #header {
        width: 400px;
        height: 460px;
        position: absolute;
        right: 0;
        border: 1px solid #d8d8d8;
        margin-left: 40px;
        padding: 20px 40px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 8px gray;
        box-shadow: 0 0 8px gray;
        background-color: #ffffff;
        z-index: 999;
    }

        #slider #header h2 {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 600;
        }

#sidebar {
    position: absolute;
    top: 180px;
    left: 55px;
    width: 46px;
    height: 180px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    z-index: 999;
}

#sidebar1 {
    position: absolute;
    top: 180px;
    left: 55px;
    width: 46px;
    height: 180px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    z-index: 999;
}


#slider input[type=text] {
    margin-top: 10px;
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
}

#slider h4 {
    font-size: 15px;
}

#slider div#title {
    position: absolute;
    top: 300px;
    left: 650px;
}

#slider select {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
}

#slider textarea {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    height: 200px;
    width: 100%;
    resize: none;
}

#slider button {
    background: #050e2b;
    border: none;
    color: #fff;
    width: 100%;
    /*font-size: 22px;
    */
    font-weight: bolder;
    /*padding: 8px 0;
    */
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}

.terminos-content {
    max-height: 450px;
    overflow-y: scroll;
}

.terminos-dialog {
    top: 10%;
}

label.btn-accept {
    background-color: #0c022f;
    color: #ffffff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.contact-footer p a {
    color: #ffffff;
}

button.btn-back {
    position: absolute;
    top: 5px;
    font-size: 21px;
    padding: 0px;
    background-color: transparent;
    color: #5bc0de;
}

.mono {
    border: 1px solid red;
}

#myTable_filter.dataTables_filter label {
    width: 46%;
}

    #myTable_filter.dataTables_filter label input {
        width: 79%;
    }

.redes-adexus a {
    float: left;
    padding: 3px;
}

.redes-adexus {
    width: 45%;
    margin: 0 auto;
    height: 20px;
    margin-top: 10px;
}

.anticipa-border {
    border-right: 1px solid #9bb0bf;
}

.line-foot {
    background-color: #eb0029;
    margin-top: 15px;
}

.button.tour-step-backdrop.tour-tour-element.tour-tour-2-element span.btn-open:after {
    color: #050e2b;
}

.intro-resultado {
    text-align: center;
}

    .intro-resultado p {
        font-size: 16px;
        line-height: 1.7;
    }

        .intro-resultado p:nth-child(4) {
            text-align: justify;
        }

ul.model-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
    width: 100%;
}

    ul.model-list li {
        float: left;
        width: 12%;
        height: 100px;
        color: #48578c;
        text-align: center;
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
    }

h2.informe-title {
    color: #48578c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
}

h3.second-title {
    font-size: 21px;
    color: #9bb0bf;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.resultado-test {
    text-align: center;
    padding-top: 90px;
}

    .resultado-test h5 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

.total {
    width: 164px;
    height: 60px;
    margin: 0 auto;
    /*background-color: #3aa7e1;
    */
    background-color: #050e2b;
    border-radius: 10px;
    text-align: center;
}

    .total span {
        font-size: 36px;
        font-weight: 600;
        font-style: italic;
        text-align: center;
        padding: 18px;
        line-height: 1.6;
        color: #FFFFFF;
    }

.resultado-test p:nth-child(3) {
    font-size: 21px;
    margin: 10px 0 0 0;
}

.resultado-test h6 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3aa7e1;
}
/*ESTILOS COMPONENTES*/
componentes {
    /*width: 800px;
    */
    /*margin: 0 auto;
     text-align: left;
     color: #989A8F;
    */
}

#componentes .stand {
    background-color: #ffffff;
    height: 325px;
    width: 100%;
    margin-top: 50px;
}

    #componentes .stand ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

#componentes ul li {
    float: left;
    width: 19%;
    text-align: center;
    border: 1px solid #DDDCD8;
    list-style: none;
    height: 680px;
    /*border-bottom: 1px solid #DDDCD8;
    */
    margin: 0 5px;
}
/*#componentes ul li:last-child {
     border-right: 1px solid #DDDCD8;
}
*/
#componentes table tr td .top {
    background-color: #EAE9E4;
    /*background-color: #3aa7e1;
    */
    height: 135px;
    /*color: #ffffff;
    */
}

#componentes .top h1 {
    /*padding-top: 20px;
    */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 20px 10px 0 10px;
    height: 75px;
}

#componentes .circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    background: #050e2b;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 10px;
}

#componentes .bottom {
    margin-top: 35px;
}

    #componentes .bottom p.valores {
        font-size: 21px;
        margin: 10px 0 0 0;
    }

    #componentes .bottom h6 {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #3aa7e1;
    }

        #componentes .bottom h6.alert {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #a94442;
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
        }

    #componentes .bottom p.text {
        padding: 15px;
        text-align: center;
    }

#componentes .purple {
    background-color: #5D4660;
}

#componentes .white {
    color: #FFFFFF;
}

.pink {
    background-color: #BC9B94;
}

.btn-descargar {
    color: #ffffff !important;
    background-color: #00aeef;
    line-height: 1.5;
    z-index: 10;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
}

.alert-componente {
    position: relative;
    top: 20px;
}

    .alert-componente i {
        color: #a94442;
        font-size: 16px;
    }

#componentes .circle.alert {
    margin-top: -10px;
    line-height: 50px;
}

#dimensionBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

    #dimensionBox .dimensionBoxItem {
        float: left;
        /* width: 19%;
     */
        text-align: center;
        /*border: 1px solid #DDDCD8;
     */
        list-style: none;
        height: 700px;
        margin: 0 5px;
    }

    #dimensionBox .top h1 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        padding: 20px 10px 0 10px;
        height: 75px;
    }

    #dimensionBox .circle {
        width: 80px;
        height: 80px;
        border-radius: 50px;
        font-size: 20px;
        color: #fff;
        line-height: 80px;
        text-align: center;
        background: #050e2b;
        margin: 0 auto;
        font-weight: 600;
        margin-top: 10px;
    }

    #dimensionBox .bottom {
        margin-top: 35px;
    }

        #dimensionBox .bottom p.valores {
            font-size: 21px;
            margin: 10px 0 0 0;
        }

        #dimensionBox .bottom h6 {
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #3aa7e1;
        }

        #dimensionBox .bottom p.text {
            padding: 15px;
            text-align: center;
        }

@media only screen and (min-width: 320px) and (max-width: 480px) {
    body {
        margin-bottom: 550px;
    }

    .content-slider .form-group {
        width: 100%;
    }
    /* * Component: @media section header * ------------------------- */
    #large-header.large-header {
        height: 765px !important;
    }

    .content-header {
        height: 780px;
    }

    button.input-group-addon.continue.btn-head {
        position: absolute;
        top: 50px;
    }

    a.input-group-addon.continue {
        position: absolute;
        top: 50px;
    }

    .container.mundo-digital {
        text-align: center;
    }

    .digital-right span.name {
        font-size: 18px;
    }

    .digital-right h1 {
        font-size: 19px;
    }

        .digital-right h1 strong {
            font-size: 24px;
        }

    .navbar-inverse.single {
        height: 70px;
    }

    .navbar-header p {
        font-size: 10px;
        padding-left: 15px;
    }

    .digital-right span.into {
        font-size: 22px;
    }

    img.paisdigital {
        width: 50px;
    }

    img.anticipa {
        width: 100px;
    }

    a.navbar-brand img.anticipa {
        margin-top: 20px;
    }

    a.navbar-brand.anti {
        padding-left: 0;
    }

    img.samsung {
        float: initial;
        width: 150px;
        margin: 0 auto;
    }

    img.adexus {
        float: initial;
        width: 150px;
        margin: 20px auto 0 auto;
    }

    .item-sponsor {
        width: 100%;
    }

    section#cifras {
        padding-top: 0;
    }

    a.navbar-brand img.fdp-logo {
        width: 40px !important;
    }

    a.navbar-brand img.anticipa {
        width: 90px !important;
        margin-top: 15px;
    }

    a.navbar-brand {
        padding: 10px 0 0 10px;
    }

    #navbar.collapse.navbar-collapse {
        display: block;
        margin-top: -40px;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* * Component: @media section modelo * ------------------------- */
    .modelo h2, section#cifras h2 {
        /*padding: 0 20px;
        */
        font-size: 26px;
    }

    .modelo h3, section#cifras h3 {
        font-size: 21px;
    }

    .pol {
        width: 100%;
        height: 235px;
    }

        .pol.top {
            top: 0;
        }

    .pol-img {
        width: 120px;
    }

    .icon-inside {
        top: 20px;
        left: 125px;
        width: 70px;
    }

    .text-pol-bottom, .text-pol-top {
        top: 10px;
        width: 280px;
        margin: 0 auto;
    }


    .prepbootstrap-sharing-container {
        display: none !important;
    }
    /* * Component: @media section carrusel * ------------------------- */
    .content-slider {
        height: 375px;
    }

    .carousel-content h5 {
        font-size: 21px;
    }

        .carousel-content h5 span {
            font-size: 26px;
        }

    .content-slider .form-group {
        padding: 20px;
    }

    .content-slider .input-group {
        margin-top: 0;
    }

    .input-group-addon.continue {
        margin-top: 10px;
        padding: 0 12px;
        width: 100%;
        height: auto;
    }

    footer {
        height: auto;
        text-align: center !important;
        border: none;
        padding-bottom: 0;
    }

    .content-icon img.anticipa-foot, .content-icon img.pais-foot {
        display: block;
        float: inherit;
        margin: 0 auto;
    }

    .adexus-foot {
        width: 100%;
    }

    .samsumg-foot {
        width: 100%;
    }

    .redes-adexus {
        width: 30% !important;
    }

    .line-foot {
        padding: 5px 0;
    }
    /*estilos descubrelo ya*/
    .registro p {
        padding: 0;
    }

    .beneficio .repeat {
        margin-bottom: 10px;
    }

        .beneficio .repeat:first-child img {
            margin-right: 34px;
        }

    .registro p.bajada {
        padding: 0;
    }

    body.inside {
        margin-bottom: 370px;
    }

        body.inside footer {
            height: auto;
        }

            body.inside footer .contact-footer p {
                margin-bottom: 0;
            }

            body.inside footer .contact-footer {
                margin-top: 10px;
                padding: 5px 0;
            }

    .sentencia label {
        width: 100%;
    }

    .sentencia input {
        width: 100% !important;
    }

    .box-select .sentencia label {
        width: 100%;
    }

    .custom-select-wrapper {
        width: 100%;
        float: none;
    }

        .custom-select-wrapper .custom-select {
            width: 100%;
        }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.dropdown-inside {
        background-color: #ffffff;
    }

    .terminos-dialog {
        top: 0;
    }

    #sidebar {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #sidebar1 {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #form-contacto #header {
        width: 300px;
        height: auto;
        margin-top: 50px;
    }

        #form-contacto #header h2 {
            margin-top: 0;
        }

    .anticipa-border {
        border: none;
    }

    ul.model-list li {
        width: 100%;
        height: 115px;
    }

    .resultado-test {
        padding-top: 0;
    }

    #dimensionBox .dimensionBoxItem {
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

    #dimensionBox .top h1 {
        height: auto;
    }

    #dimensionBox .top {
        height: 110px;
    }

    #edit .modal-dialog {
        width: 290px;
    }

    #editRegistro .modal-dialog {
        width: 290px;
    }

    #componentes ul li {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

        #componentes ul li .top {
            height: 130px;
            background-color: rgba(58, 167, 225, 0.3)
        }

    /*nav.navbar.navbar-default.navbar-static-top .container {
        padding: 0;
        margin: 0;
    }*/

    nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand {
        /*padding: 0;
         margin: 0;
        */
        padding-right: 0;
    }

        nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand img {
            width: 40px;
        }

            nav.navbar.navbar-default.navbar-static-top .container .navbar-header a.navbar-brand img.logo-int {
                width: 80px;
            }

    navbar-custom-menu.pull-right ul.nav.navbar-nav.nav-inside li.nav-item.dropdown.open ul.dropdown-menu.dropdown-inside li a {
        padding: 0;
    }

    ul.dropdown-menu.dropdown-inside li a {
        padding: 0 !important;
        margin: 0 !important;
    }
}
/*termino @m3edia 320*/
@media only screen and (min-width: 375px) {
    .icon-inside {
        left: 152px;
    }
}

@media only screen and (min-width: 425px) {
    .icon-inside {
        left: 180px;
    }
}
/*@media(min-width:768px) {
}
*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    a.navbar-brand img.fdp-logo {
        width: 70px;
    }

    a.navbar-brand img.anticipa {
        width: 140px;
        margin-top: 27px,
    }


    .img_linea {
        left: 0;
    }

    footer p {
        font-size: 12px;
    }

    .adexus-foot {
        width: 46%;
        margin-right: 5px;
    }

    .redes-adexus {
        width: auto;
    }

    .samsumg-foot a img.samsung {
        width: 120px;
        margin-bottom: 7px;
    }

    footer {
        border-bottom: none;
        height: auto;
        padding-bottom: 0;
    }

        footer .contact-footer p {
            margin-bottom: 0;
            padding: 5px 0;
        }

    .registro p {
        padding: 0;
    }

    .repeat img {
        margin: 0 auto;
        float: none;
    }

    .repeat p {
        text-align: center;
        margin-top: 10px;
    }

    .registro p.bajada {
        padding: 0;
    }

    .navbar-header span {
        line-height: 3.8;
        font-size: 18px;
        margin-left: 5px;
    }

    .icon-inside {
        left: 20%;
    }

    #sidebar {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    #sidebar1 {
        position: initial;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    .list-group h4 {
        font-size: 14px;
    }

    button.info-btn {
        top: -2px;
    }

    .icon-inside {
        left: 20%;
    }

    body.inside .navbar-header {
        /*width: 700px;
        */
        width: 470px;
    }

    nav.navbar.navbar-default.navbar-static-top .container .navbar-header {
        width: auto;
    }

    ul.model-list {
        margin: 20px 0 70px 0;
    }

    .resultado-test {
        padding-top: 0;
    }

    #dimensionBox .dimensionBoxItem {
        width: 100%;
        margin-bottom: 10px;
        height: 380px;
    }

    #dimensionBox .top {
        height: 105px;
    }

        #dimensionBox .top h1 {
            height: 45px;
        }

    .digital-right {
        text-align: center;
    }

    .redes-adexus {
        width: 58%;
    }

    #componentes ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #componentes .top h1 {
        height: auto;
    }

    .custom-select-wrapper {
        width: 90%;
    }

    .samsumg-foot .redes-adexus {
        width: 84%;
    }

    img.img_linea {
        display: none;
    }

    .text-pol-bottom {
        top: 15px;
    }

    .text-pol-top {
        top: 10px;
    }

    .sentencia input {
        width: 70%;
    }

    .sentencia {
        margin-bottom: 0;
    }

        .sentencia input.rut {
            width: 55%;
        }

    .row.box-select .sentencia {
        margin-bottom: 10px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .img_linea {
        left: 10%;
    }

    body.inside .navbar-header {
        width: 700px;
    }

    .digital-right {
        text-align: center;
    }

    .redes-adexus {
        width: 58%;
    }
}

@media only screen and (min-width: 960px) {
    .icon-inside {
        left: 20% !important;
    }
}

.box-termino.box-question.end-test p {
    line-height: 1.5;
}

@media (min-width:360px) and (max-width:640px) {
    .icon-inside {
        top: 20px;
        left: 145px;
        width: 70px;
    }
}

@media screen and ( device-width: 1024px ) {
    .termino {
        width: 400px !important;
    }

        .termino select {
            width: 400px !important;
        }
}

@media (min-width: 1024px) {
    .termino select {
        width: 400px !important;
    }
}

a.animated-button.thar-three {
    color: #00aeef;
    cursor: pointer;
    position: relative;
    border: 2px solid #00aeef;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background-color: transparent;
    padding: 5px 25px;
    margin-top: 30px;
    background-color: #00aeef;
    border-radius: 4px;
    color: #ffffff;
}

#editRegistro .modal-body .group .icon-login i {
    color: #050e2b;
}

#editRegistro .modal-body .group {
    margin-bottom: 5px;
}

    #editRegistro .modal-body .group em {
        font-size: 12px;
        float: right;
        color: red;
    }

#editRegistro .modal-header {
    background-color: #050e2b;
    text-align: center;
    text-transform: uppercase;
}

#editRegistro button.animated-button.thar-three {
    margin-top: 0 !important;
}

#editRegistro .modal-body .group input {
    padding-left: 30px;
}

#large-header {
    background-color: transparent;
}

.mundo-digital {
    position: relative;
    text-align: center;
}

.btn-continue, button.btn-continue {
    color: white;
    background-color: #2cced6;
    font-weight: 500;
}

.content-header {
    /*position: initial;
    */
    top: 0px;
}

.navbar-inverse.single {
    position: absolute;
}

.content-slider {
    height: auto;
    padding: 20px 0 70px 0;
}

footer {
    height: auto;
}

.legend-footer {
    width: 100%;
    background-color: #dee7f5;
    color: #150773;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

    .legend-footer p {
        color: #150773;
    }

ul.list-pyme {
    text-align: center;
    width: 100%;
}

    ul.list-pyme li {
        list-style: none;
        float: left;
        width: 31.3%;
        color: #fff;
        font-weight: 300;
        font-size: 16px;
    }

.content-pyme h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

a.btn-programa {
    background-color: #2ccbd3;
    color: #0c022f;
    font-size: 14px;
    text-decoration: underline;
}

.text-btn {
    width: 200px;
    background-color: #2ccbd3;
    margin: 10px auto 0;
    padding: 10px 0;
}

.mod-contacto {
    padding: 0px;
    width: auto;
    margin: 0px;
}

    .mod-contacto img {
        float: left;
        margin-right: 10px;
    }

    .mod-contacto h4 {
        color: #fff;
        margin-bottom: 5px;
        text-decoration: underline;
    }

    .mod-contacto p a {
        color: #2ccbd3;
    }

.logos-content:after, .content-pyme:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 0px solid white;
    top: 15px;
    right: 0;
    /*left: 100px;
    */
}

nav #login-content {
    background-color: rgb(255, 255, 255);
}

#login-content:before {
    border: 1px solid #cdcdcd;
    width: 20px;
    height: 20px;
    transform: rotate(135deg);
    top: -11px;
    border-right: 0;
    border-top: 0;
    background: white;
}

#btn-IniciarSesion {
    color: #333333;
    background-color: #ffffff;
    border-color: #cecece;
    padding: 9px 20px;
    /* font-weight: bold; */
    font-size: 14px;
    line-break: normal;
    height: auto;
    font-weight: normal;
    border-radius: 50px;
}

a#btn2, .btn2 {
    color: #0c022f;
    font-size: 13px !important;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

#inputs ::-webkit-input-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

#inputs ::-moz-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

#inputs :-ms-input-placeholder {
    color: #0c022f;
}

#inputs :-moz-placeholder {
    color: #0c022f;
    margin-left: 20px;
}

.icon-login {
    color: #0c022f;
}

.fullscreen-bg {
    /*position: absolute;
    */
    position: relative;
    height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
    /*background-color: #45bfee;
    */
    top: 0;
    /*top: -75px;
    */
    z-index: 1;
}

.carousel, .item, .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

nav.navbar.navbar-default.navbar-static-top {
    background-color: #fff;
}

body.inside {
    background-image: inherit;
}
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    /*margin-bottom:45px;
    */
    padding-left: 0;
    width: 315px;
    margin: 0 auto 0px;
}

    .group input {
        font-size: 16px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 280px;
        border: none;
        border-bottom: 1px solid #757575;
        font-weight: lighter;
    }

        .group input:focus {
            outline: none;
        }
    /* LABEL ======================================= */
    .group label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }
    /* active state */
    .group input:focus ~ label, input:valid ~ label {
        top: -20px;
        font-size: 14px;
        color: #5264AE;
    }
    /* BOTTOM BARS ================================= */
    .group .bar {
        position: relative;
        display: block;
        width: 300px;
    }

        .group .bar:before, .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #150773;
            -o-transition: 0.2s ease all;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .group .bar:before {
            left: 50%;
        }

        .group .bar:after {
            right: 50%;
        }
    /* active state */
    .group input:focus ~ .bar:before, input:focus ~ .bar:after {
        width: 50%;
    }
    /* HIGHLIGHTER ================================== */
    .group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }
    /* active state */
    .group input:focus ~ .highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

button.btn-bid {
    color: #0c022f !important;
    background-color: #2cced6 !important;
    border: transparent !important;
    padding: 0px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

span.prueba a {
    color: #0c022f;
    text-decoration: underline;
}

.registro h2, .second-step h2 {
    color: #0c022f;
}

button.close.close-question {
    color: white;
}

#footer .text-btn {
    margin-top: 0;
}

#footer .mod-contacto {
    padding: 20px 0 0;
}

body.inside footer {
    height: auto !important;
    padding: 0;
}

#footer .logos-content:after, #footer .content-pyme:after {
    height: 70px;
}

#footer .legend-footer {
    padding-bottom: 1px;
}

#footer .text-btn {
    padding: 5px 0;
}

.slider-tick.in-selection {
    background-image: none !important;
    background-color: #f5f5f5 !important;
}

.slider-selection.tick-slider-selection {
    background: #f7f7f7 !important;
    background: #f7f7f7 !important;
    background: #f7f7f7 !important;
}

.slider.slider-vertical {
    /*height: 410px !important;
    */
    height: 495px !important;
}

    .slider.slider-vertical .slider-track {
        width: 15px !important;
        left: 50% !important;
    }

.slider.slider-horizontal .slider-track {
}

.slider-tick {
    width: 35px !important;
    height: 35px !important;
}

.slider-handle {
    width: 35px !important;
    height: 35px !important;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 25px !important;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    position: relative !important;
    margin: 0 !important;
    left: -12px !important;
    z-index: 99;
    top: 18px;
}

.slider-tick-label.label-in-selection.label-is-selection {
}

.slider-tick round in-selection {
    background-color: #337ab7 !important;
}

.slider.slider-horizontal .slider-track {
}

.slider.slider-horizontal .slider-tick {
    width: 20px !important;
    height: 20px !important;
}

.slider.slider-horizontal .slider-handle {
    width: 20px !important;
    height: 20px !important;
}
/*.head-progress {
     width: 20%;
}
*/
.indicaciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .indicaciones p {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .indicaciones p .head-progress {
            width: 20%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

.breadcrumb.bread-dimension {
    background-color: rgba(222, 231, 245, 0);
    margin-bottom: 0;
    width: 90%;
    display: inline-block;
}

.bread-dimension li.active {
    color: #4F30DF;
}

.bread-dimension li {
    color: #999999;
}

.progress-count {
    position: relative;
    z-index: 1;
    background: #1d9bca;
    color: #ffffffc2;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 80px;
    font-weight: bold;
    width: 60px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 14px;
}

    .progress-count .notifier {
        position: absolute;
        top: 2px;
        bottom: 2px;
        width: 25%;
        left: 50%;
        background: #2CCED6;
        border-radius: 16px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
    }

    .progress-count .plus {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0;
        color: white;
    }

    .progress-count.animated {
        -webkit-animation: horizontal-grow 0.5s ease forwards;
        animation: horizontal-grow 0.5s ease forwards;
    }

        .progress-count.animated .notifier {
            -webkit-animation: notifier 0.5s ease forwards;
            animation: notifier 0.5s ease forwards;
            opacity: 1;
        }

        .progress-count.animated .plus {
            -webkit-animation: plus 0.5s ease forwards;
            animation: plus 0.5s ease forwards;
        }

@-webkit-keyframes notifier {
    0% {
        width: 20%;
    }

    20% {
        width: 25%;
    }

    30% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 80%;
        opacity: 0;
    }
}

@-webkit-keyframes plus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes horizontal-grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    25% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    40% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes notifier {
    0% {
        width: 20%;
    }

    20% {
        width: 25%;
    }

    30% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 80%;
        opacity: 0;
    }
}

@keyframes plus {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes horizontal-grow {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    25% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    40% {
        -webkit-transform: scaleX(1.1);
        transform: scaleX(1.1);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.answer {
    height: auto;
    width: 100%;
    /*float: right;
    */
    margin-top: 0px;
}

.content-answer {
    height: 100%;
}
/*.box-answer {
     height: 18%;
     width: 90%;
     margin-bottom: 5px;
     border: 1px solid #201e29;
     border-radius: 10px;
     padding: 5px 15px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     float: right;
     background-color: #f3f0f0;
}
 .box-answer-left {
     height: 18%;
     width: 10%;
     margin-bottom: 5px;
     border: 1px solid #201e29;
     border-radius: 10px;
     padding: 10px 43px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: auto;
     float: left;
     background-color: #bdb4e6;
     color: white;
     font-size: 35px;
}
*/
.box-answer-left .bx {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#step6:hover {
    background-color: yellow;
}

#step7:hover {
    background-color: yellow;
}

.box-answer p {
    margin: auto 0;
    text-align: left;
}

.add-box-anser {
    width: 100% !important;
    padding-left: 55px !important;
}

.box-glosario {
    height: 17%;
    width: 100%;
    background-color: red;
}

.vs-hide {
    visibility: hidden;
    width: 100% !important;
}

button.next-bid {
    background-color: #2CCED6;
    color: #FFF;
    margin-top: 9px;
    /* float: right; */
    font-size: 14px;
}

button.back-bid {
    background-color: #2CCED6;
    color: #FFF;
    margin-top: 9px;
    float: left;
}

h1.question-title {
    color: #0C022F;
    font-size: 25px;
}

.content-question blockquote {
    /*border-left: 5px solid #4F30DF;
     padding: 5px 10px;
     margin: 4px 3px 33px;
    */
    font-size: 16px;
    border: 0px solid #201e29;
    border-radius: 10px;
    background-color: #0c022f;
    color: white;
}

.questionnaire {
    padding: 5px 15px;
    background-color: #2CCED6;
    border-radius: 5px;
    margin-bottom: 25px;
}

    .questionnaire p {
        color: #0C022F;
        font-size: 14px;
        margin-bottom: 0;
    }

.recomendaciones h2 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
    color: #48578c;
}

.recomendaciones h4 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
}

.recomendaciones p {
    padding: 0 150px;
    font-size: 16px;
    text-align: center;
}

.row-bloque {
    background-color: rgba(189, 237, 234, 0.3);
    margin-bottom: 10px;
    border-radius: 5px;
}

    .row-bloque h3 {
        color: #1B0134;
    }

    .row-bloque h4 {
        color: #4F30DF;
    }

    .row-bloque h5 {
        color: #2CCED6;
    }

    .row-bloque p {
        color: #1B0134;
    }

    .row-bloque hr {
        margin: 10px 0;
    }
/* radio button */
.select-recommendation {
    padding-top: 30px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup.col-lg-6 {
        margin: 0;
        padding: 0;
    }

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #DEE7F5;
    }

        .inputGroup label:before {
            width: 100%;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #2CCED6;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #4F30DF;
            border-color: #4F30DF;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

#importancia.panel-group, #dimension.panel-group {
    margin-top: 45px;
}

.panel-default > .panel-heading {
    color: #1B0134;
    background-color: #BCC7D8;
    border-color: #ddd;
}

.panel-review, .panel-secondary, .panel-tertiary {
    background-color: rgba(189, 237, 234, 0.5);
    min-height: 80px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.panel-secondary {
    background-color: rgba(255, 193, 207, 0.5);
}

.panel-tertiary {
    background-color: rgba(246, 189, 96, 0.5);
}

    .panel-review p, .panel-secondary p, .panel-tertiary p {
        margin-bottom: 0;
    }

.bloque-review h4 {
    color: #4F30DF;
}

.bloque-review {
    min-height: 80px;
}

    .bloque-review p {
        color: #0C022F;
    }

.bloque-row {
    margin-bottom: 5px;
    border-bottom: 1px solid #BCC7D8;
    padding-bottom: 5px;
}

    .bloque-row:last-child {
        border-bottom: inherit;
    }

    .bloque-row .col-lg-4 {
        border-right: 1px solid #BCC7D8;
    }

        .bloque-row .col-lg-4:nth-child(3n) {
            border-right: inherit;
        }

.slider-tick.in-selection {
    opacity: 1;
}
/* radio button */
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 12px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
        margin-bottom: 0;
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #07559d;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .inputGroup label:after {
            width: 32px;
            height: 32px;
            content: '';
            border: 2px solid #D1D7DC;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            -webkit-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #54E0C7;
            border-color: #54E0C7;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

#editRegistro .modal-header h4 {
    font-size: 16px;
    text-transform: initial;
    font-weight: normal;
}

#editRegistro .modal-footer {
    text-align: center;
}

    #editRegistro .modal-footer button.btn-bid {
        color: #0c022f;
        background-color: #2cced6;
        padding: 5px 25px;
        border: 2px solid #00aeef;
        min-width: 140px;
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
    }

.text-principal p {
    padding: 0;
    font-weight: 100;
}

.panel-nivel p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

.panel-nivel {
    position: relative;
    margin-bottom: 50px;
}

    .panel-nivel .panel-heading.left {
        position: absolute;
        top: -20px;
        left: 15px;
        background-color: #fff;
    }

    .panel-nivel .panel-heading.right {
        position: absolute;
        top: -20px;
        right: 15px;
        background-color: #fff;
    }

.panel-default.panel-nivel > .panel-heading {
    background-color: #fff;
    border: 1px solid transparent;
    color: #0c022f;
    font-weight: 100;
    background-color: rgba(189, 237, 234, 0.9);
}

    .panel-default.panel-nivel > .panel-heading strong {
        text-transform: uppercase;
    }

.panel-default.panel-nivel > .panel-body {
    padding-top: 30px;
}

#text-toggle {
    display: none;
}

button.btn-read-more {
    margin: auto;
    width: 90px;
    height: 25px;
    color: #0c022f;
    background-color: #2cced6;
    border-radius: 4px;
    border-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
}

.recomendaciones .text-principal p {
    text-align: justify;
}

.morecontent span {
    display: none;
}

br.salto {
    margin-top: 10px;
}

.firt-panel .panel-body p {
    padding: 0;
    text-align: justify;
}

.firt-panel .panel-body h4 {
    margin-top: 0;
    color: #0c022f;
    text-align: inherit;
    margin-bottom: 10px;
    text-align: center;
}

    .firt-panel .panel-body h4 strong {
        text-transform: uppercase;
        color: #48578c;
        display: block;
        font-size: 30px;
        line-height: 1.5;
    }

.firt-panel {
    margin-bottom: 40px;
    background-color: #dee7f5;
}

.panel-default.panel-nivel > .panel-heading.right {
    background-color: #4f30df;
    color: #fff;
}

    .panel-default.panel-nivel > .panel-heading.right strong {
        color: #2cced6;
    }
/**test tab*/
body {
    /* font-family: Arial;
     */
}
/* Style the tab content */
.tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    padding: 0;
}

.contenedor-1410 .tabcontent .panel .panel-body {
    padding: 0px;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.glosario_pregunta {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.22);
    /* background-color: #f1c40f;
     */
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

p.step2 strong .tooltip.in {
    opacity: 1;
}

    p.step2 strong .tooltip.in .tooltip-inner {
        max-width: 500px;
        color: #fff;
        text-align: left;
        background-color: #0c022f;
        border-radius: 4px;
        font-size: 15px;
        padding: 12px;
    }

.btn-static {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}

.indicaciones {
    padding: 8px 15px;
    /*margin-bottom: 40px;
    */
    list-style: none;
    /*background-color: #f5f5f5;
    */
    border-radius: 4px;
}

.slider-handle min-slider-handle round {
    border-radius: 50rem !important;
}

.indicaciones p {
    margin-bottom: 0;
}

#navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group {
    margin: 0;
}

.content-primary .panel-heading {
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: #cbcaff;
}

    .content-primary .panel-heading h4 {
        margin: 5px 0;
        text-transform: uppercase;
        text-align: left;
    }

.primary-panel .panel-heading {
    color: #0c022f;
    font-weight: 100;
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: transparent;
}

.primary-panel .panel-body p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

.primary-panel .panel-body h3 {
    margin: 0;
    padding-bottom: 5px;
    color: #333333;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #4f30df;
    */
    font-size: 18px;
}

    .primary-panel .panel-body h3 strong {
        background-color: white;
        /*background-color: rgba(21, 7, 115, 0.5);
    */
        padding: 2px 5px;
        border-radius: 5px;
        color: #150773;
        font-weight: 800;
    }

.content-secondary .panel-heading h4 {
    margin: 5px 0;
    text-transform: uppercase;
    text-align: left;
}

.content-secondary .panel-heading {
    color: #0c022f;
    font-weight: 100;
    background-color: rgba(189, 237, 234, 0.9);
}

.secondary-panel .panel-body h3 {
    margin: 0;
    padding-bottom: 5px;
    color: #333333;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #4f30df;
    */
    font-size: 18px;
    line-height: 1.5;
}

    .secondary-panel .panel-body h3 strong {
        background-color: white;
        /*background-color: rgba(21, 7, 115, 0.5);
    */
        padding: 2px 5px;
        border-radius: 5px;
        font-weight: 800;
        color: rgb(127, 171, 168);
    }

.secondary-panel .panel-heading {
    color: #0c022f;
    font-weight: 100;
    /*background-color: rgba(189, 237, 234, 0.9);
    */
    background-color: transparent;
}

.secondary-panel .panel-body p {
    padding: 0;
    text-align: inherit;
    font-size: 14px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .answer {
        height: auto;
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .vs-hide {
        visibility: hidden;
        display: none;
    }
    /*.slider-tick-label.label-in-selection.label-is-selection {
         color: #0C022F;
    }
    */
    .slider.slider-horizontal {
        width: 100% !important;
    }

    .logos-content:after, .content-pyme:after {
        border-color: none;
    }

    nav.single .container .navbar-header a.navbar-brand:nth-child(2) img {
        width: 50px;
    }

    nav.single .container .navbar-header a.navbar-brand:nth-child(3) img {
        width: 70px;
    }

    #large-header.large-header {
        height: 90vh !important;
    }

    .container.mundo-digital {
        text-align: center;
        width: 100%;
        /* position: absolute; */
        left: 0;
        right: 0;
        /* top: -22%; */
        /* bottom: 0; */
        margin: auto;
        overflow: unset;
    }

    #navbar.collapse.navbar-collapse {
        margin-top: -35px;
    }

    #navbar ul.nav.navbar-nav.navbar-right li#login #login-content {
        /* background-color: rgba(222, 231, 245, 0.42); */
        top: 58px;
    }

        #navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group {
            margin: 0;
        }

            #navbar ul.nav.navbar-nav.navbar-right li#login #login-content .form-login .group input {
                font-size: 16px;
            }

        #navbar ul.nav.navbar-nav.navbar-right li#login #login-content:before {
            /* border-bottom-color: rgba(222, 231, 245, 0.42); */
        }

    footer {
        height: auto;
    }

    .logos-content:after, .content-pyme:after {
        border-color: transparent;
    }

    footer a.logo-mine img {
        width: 60px;
    }

    footer a.logo-pyme img {
        width: 90px;
    }

    .legend-footer p {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .mod-contacto {
        padding: 15px 0;
    }

    body {
        margin-bottom: 280px;
    }

    #editRegistro .modal-dialog {
        width: 100%;
    }
}
/**felipe*/
.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
    margin-top: 0 !important;
}

.subheader {
    margin-top: 17px;
    margin-left: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #cbcaff;
    border-bottom: 1px solid #cbcaff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .subheader li {
        list-style: none !important;
    }

.morelink {
    color: #0c77ff;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.popover-content strong {
    font-weight: 100 !important;
}

.slider.slider-vertical {
    position: absolute;
    margin-left: 5px;
}

.slider-handle {
}

.box-answer p {
    padding-left: 0px !important;
}

@media (max-width:480px) {
    .col-sm-1-especial {
        width: 100%;
        float: left;
        text-align: center;
    }

        .col-sm-1-especial .pol {
            height: 4rem;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 73px;
            padding-bottom: 30px;
            display: block;
            clear: both;
            font-weight: 100;
        }

    .icon-inside {
        left: 42%;
    }

    .modelo h3 {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .col-sm-1-especial {
        width: 25%;
        float: left;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .col-sm-1-especial .pol {
            width: initial;
            float: initial;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 110px;
            display: block;
            clear: both;
            padding-bottom: 30px;
            font-size: 12px;
        }

    .icon-inside {
        width: 45%;
        left: 46px;
    }

    .css-negativo-especial {
        margin-top: -177px;
    }
}

@media (min-width: 992px) {
    .css-negativo-especial {
        margin-top: auto;
    }

    .col-sm-1-especial {
        width: 12.333333%;
        float: left;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .col-sm-1-especial .pol {
            width: auto;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 80px;
            display: block;
            clear: both;
        }

    .icon-inside {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .col-sm-1-especial {
        width: 12.333333%;
        float: left;
        text-align: center;
    }

        .col-sm-1-especial .pol {
            width: initial;
        }

        .col-sm-1-especial strong {
            position: relative;
            padding-top: 110px;
            display: block;
            clear: both;
        }

    #Progress_Status {
        width: 50%;
        background-color: #ddd;
    }

    #myprogressBar {
        width: 1%;
        height: 35px;
        background-color: #4CAF50;
        text-align: center;
        line-height: 32px;
        color: black;
    }
}
/*.circulo {
     width: 35px;
     height: 35px;
     border-radius: 50%;
     background: #F2F2F2;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin:4px auto;
     padding:10px;
     cursor: pointer;
     border: 1px solid #E6E6E6;
}
 .circulo > h2 {
     font-family: sans-serif;
     color: black;
     font-size: 14px;
     font-weight: bold;
}
 .sliders {
     border: 1px solid #E6E6E6;
     height: 490px;
     width: 40px;
     background-image: url('../img/barra.png');
     background-size: 15px 422px;
     background-position: center;
     background-repeat: no-repeat;
     position: absolute;
     top: 254px;
     overflow:hidden;
}
 */
@media (min-width:768px) and (max-width:1024px) and (orientation : portrait) {
    .breadcrumb.bread-dimension {
        width: 90%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .progress-count {
        /* width: 16%;
         */
    }

    .breadcrumb.bread-dimension {
        width: 82%;
    }
}

.slider-tick.round.in-selection {
    /*border: 1px solid red;
     background-color: red !important;
    */
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

a.flecha span {
    position: absolute;
    top: 86%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #42388e;
    border-bottom: 1px solid #42388e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

    a.flecha span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    a.flecha span:nth-of-type(2) {
        top: 88%;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }

    a.flecha span:nth-of-type(3) {
        top: 90%;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

ul.ul-lista {
    list-style: none;
    /* Remove default bullets */
}

.ul-lista li.lista::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #2cced6;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.lista {
    list-style-type: none;
    margin-bottom: 10px;
}

.box-instruccion-pregunta {
    background-color: #0c022f;
    color: white;
    height: 18%;
    width: 100%;
    margin-bottom: 5px;
    border: 3px solid #0c022f;
    border-radius: 10px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

    .box-instruccion-pregunta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
    }

.box-instruccion-respuesta {
    height: 18%;
    width: 88%;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 20px 15px;
    margin: auto;
    display: inline-block;
}

    .box-instruccion-respuesta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
    }

#checkmark {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0c022f;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

    #checkmark:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 30px;
        background-color: #fff;
        left: 28px;
        top: 11px;
    }

    #checkmark:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 5px;
        background-color: #fff;
        left: 19px;
        bottom: 18px;
    }

.things > .content {
    float: left;
    width: 50%;
    height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .things > .content h1 {
        text-transform: uppercase;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        height: 150px;
        color: #89323B;
    }
/* Arrow */
.arrow {
    position: absolute;
}

    .arrow .curve {
        border: 2px solid #BE5F4B;
        border-color: transparent transparent transparent #BE5F4B;
        height: 360px;
        width: 1200px;
        border-radius: 230px 0 0 150px;
    }

    .arrow .point {
        position: absolute;
        left: 40px;
        top: 315px;
    }

        .arrow .point:before, .arrow .point:after {
            border: 1px solid #BE5F4B;
            height: 25px;
            content: "";
            position: absolute;
        }

        .arrow .point:before {
            top: -11px;
            left: -11px;
            transform: rotate(-74deg);
            -webkit-transform: rotate(-74deg);
            -moz-transform: rotate(-74deg);
            -ms-transform: rotate(-74deg);
        }

        .arrow .point:after {
            top: -20px;
            left: 5px;
            transform: rotate(12deg);
            -webkit-transform: rotate(12deg);
            -moz-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
        }

.box2 {
    margin: auto;
    width: 25%;
    padding: 10px;
    line-height: 25px;
    text-align: justify;
    margin-top: 25px;
}

#algo {
    position: relative;
    height: 100%;
    width: 100%;
}

    #algo img {
        position: absolute;
        left: 0;
    }

@-webkit-keyframes imgFade {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imgFade {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#algo img {
    -webkit-animation-name: imgFade;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0s;
    -moz-animation-name: imgFade;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -o-animation-name: imgFade;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    animation-name: imgFade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

    #algo img:nth-of-type(1) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
    }

    #algo img:nth-of-type(2) {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    #algo img:nth-of-type(3) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    #algo img:nth-of-type(4) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    #algo img:nth-of-type(5) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    #algo img:nth-of-type(6) {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

.wrap-group-title {
    margin-bottom: 0 !important;
}

    .wrap-group-title .title-group h2 {
        font-size: 19px;
        margin: 0 0 5px 0;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
    }

.group .wrap-inputs {
    margin: 0 0 10px;
}

.large-header .box:after {
    content: ' ';
    border-top: 0 solid;
    border-color: none;
    border-color: none;
    border-right: none;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(27, 35, 42, 0.51); */
}

#navbar ul.nav.navbar-nav.navbar-right li a {
    color: rgba(255, 255, 255, 0.91);
    font-size: 12px;
    padding: 20px 40px;
    line-height: 0px;
    height: 0px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background-color: white;
    margin-top: 0px;
    font-size: 14px;
}

    #navbar ul.nav.navbar-nav.navbar-right li a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        color: #000;
        text-decoration: underline;
    }

    #navbar ul.nav.navbar-nav.navbar-right li a .fa {
        line-height: 0px;
        margin: 0 5px 0 0;
        display: none;
    }

.mundo-digital {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0);
}

.digital-right span.name {
    text-align: left;
    display: block;
}

.digital-right h1 {
    text-align: left;
}

.btn-continue, button.btn-continue {
    display: inline-block;
}

#large-header, {
}

.mundo-digital {
    padding-top: 25%;
}

.modelo .ul-lista {
    width: 596px;
}

.btn {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    .btn:hover {
        /*color: #fff;*/
        color: #0C022F;
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.carousel .container .text-center button {
    float: none;
}

.flex-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0;
}

    .flex-nav .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .flex-nav .navbar-header a {
            margin: 0 5px 0 0;
            height: auto;
        }

    .flex-nav #navbar .navbar-nav {
        margin: 0;
    }

    .flex-nav #navbar.collapse.navbar-collapse {
        margin-top: 0px;
        display: block;
        border: 0px;
        box-shadow: none;
    }

    .flex-nav .navbar-header .navbar-brand > img {
        display: block;
        max-width: 90px;
        width: 100%;
    }

    .flex-nav #login #actions {
        margin: 10px 0 10px 0;
    }

nav #login-content {
    top: 61px;
    border-radius: 5px;
}

.title-tour {
    color: #030057;
    text-transform: uppercase;
    font-size: 22px;
}

.sw-theme-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#smartwizard2 .nav-tabs {
    border-bottom: 0px;
}

body {
    margin-bottom: 0px;
}

#body > section:nth-of-type(1) {
    padding: 0 0 0px 0;
    /*min-height: 804px;
    */
}

#smartwizard2 .box-instruccion-pregunta {
    background-color: #0c022f;
    color: white;
    height: auto;
    width: 85%;
    margin-bottom: 5px;
    border: 0px solid #0c022f;
    border-radius: 0px;
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 10px auto;
}

    #smartwizard2 .box-instruccion-pregunta .box-vacio-tour {
        /*background-color: #0b0042;
    */
        padding: 15px 25px;
        margin: 0 10px 0 0;
    }

    #smartwizard2 .box-instruccion-pregunta p {
        width: 100%;
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
        height: 20px !important;
        padding: 15px 0px !important;
        margin: 0px;
        background-image: -o-linear-gradient(45deg, #c3b9ef, transparent);
        background-image: linear-gradient(45deg, #c3b9ef, transparent);
        margin: 10px 15px 10px 0;
        border-radius: 4px;
    }

#smartwizard2 .wrap-divs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #fff;
    margin: 0 0 10px 0;
    width: 85%;
    margin: 0px auto 10px auto;
}

    #smartwizard2 .wrap-divs #div1 {
        padding: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid black;
        border-radius: 30px;
    }
    #smartwizard2 .wrap-divs #div3 {
        padding: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #2CCED6;
    }

        #smartwizard2 .wrap-divs #div1 i {
            font-size: 15px;
            color: #fff;
        }

    #smartwizard2 .wrap-divs .box-instruccion-respuesta p {
        margin: auto 0;
        text-align: left;
        padding-left: 0px !important;
        height: 20px;
        width: 100%;
        background-image: -o-linear-gradient(45deg, #a7a7a7, transparent);
        background-image: linear-gradient(45deg, #a7a7a7, transparent);
        border-radius: 4px;
    }

    #smartwizard2 .wrap-divs .box-instruccion-respuesta {
        height: auto;
        width: auto;
        margin-bottom: 0px;
        border: 0px;
        border-radius: 0;
        padding: 15px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #smartwizard2 .wrap-divs.active-div {
        position: active;
    }

        #smartwizard2 .wrap-divs.active-div #div1 {
            background-color: #01d8ec;
        }

        #smartwizard2 .wrap-divs.active-div .box-instruccion-respuesta {
            width: 100%;
        }

        #smartwizard2 .wrap-divs.active-div .ico-ok-active-div {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px;
            left: -64px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #smartwizard2 .wrap-divs.active-div .ico-ok-active-div i {
                font-size: 35px;
                color: #0b0042;
            }

.content-answer .wrap-divs a.active .box-answer-left p {
    color: #fff;
}

.content-answer .wrap-divs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 10px 0;
}

    .content-answer .wrap-divs a:hover {
        text-decoration: none;
        cursor: pointer;
    }

        .content-answer .wrap-divs a:hover .box-answer {
            -webkit-box-shadow: inset 0px 0px 0px 1px #2CCED6;
            box-shadow: inset 0px 0px 0px 1px #2CCED6;
        }

        .content-answer .wrap-divs a:hover .box-answer-left {
        }

    .content-answer .wrap-divs a.active .box-answer {
        -webkit-box-shadow: inset 0px 0px 0px 2px #2CCED6;
        box-shadow: inset 0px 0px 0px 2px #2CCED6;
    }

    .content-answer .wrap-divs a:hover .box-answer-left {
    }

        .content-answer .wrap-divs a:hover .box-answer-left p {
            color: #ffffff;
        }

    .content-answer .wrap-divs a.active .box-answer-left {
    }

    .content-answer .wrap-divs a .box-answer-left {
        padding: 10px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px;
        border-radius: 0px;
        -webkit-transition: all ease-in-out .1s;
        -o-transition: all ease-in-out .1s;
        transition: all ease-in-out .1s;
    }
    .content-answer .wrap-divs a .box-answer-left2 {
        padding: 10px 16px 3px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px;
        border-radius: 0px;
        background-color: white;
        border: 1px solid #e1e1e1;
        border-right: 0;
    }

a.click-option.active .box-answer-left2 {
    background-color: #2CCED6;
    border: 1px solid #2CCED6;
    color: #000 !important;
}

a.click-option:hover .box-answer-left2 {
    border-color: #2CCED6;
    color: #2CCED6;
    border-right: 0;
}

a.active .box-answer, a.click-option:hover .box-answer {
    color: #2CCED6;
}

        .content-answer .wrap-divs a .box-answer-left p {
            margin: 0px;
            color: black;
            font-size: 18px;
            font-weight: bold;
        }

        .content-answer .wrap-divs a .box-answer-left ._eliminar {
            display: none;
        }

.content-answer .wrap-divs .box-answer-left p i {
    font-size: 20px;
    color: #ffffff;
}

.content-answer .wrap-divs a:hover .box-answer-left p i {
    color: #ffffff;
}

.content-answer .wrap-divs a .box-answer-left p i {
    color: rgba(255, 255, 255, 0.55);
    border: 1px solid #000;
}

.content-answer .wrap-divs a.active .box-answer-left p i {
    color: #2cced6;
    padding:3px;
}

.content-answer .wrap-divs .box-answer p {
    margin: auto 0;
    text-align: left;
    padding-left: 0px !important;
    font-size: 14px;
}

.content-answer .wrap-divs a .box-answer {
    height: auto;
    width: auto;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e1e1e1;
    box-shadow: inset 0px 0px 0px 1px #e1e1e1;
}

    .content-answer .wrap-divs a .box-answer :hover {
        color: #2CCED6;
    }

    .content-answer .wrap-divs a .box-answer :visited {
        color: #2CCED6;
    }
.content-answer .wrap-divs.active-div {
    position: active;
}

    .content-answer .wrap-divs.active-div #div1 {
        background-color: #01d8ec;
    }

    .content-answer .wrap-divs.active-div .box-instruccion-respuesta {
        width: 100%;
        border: 2px solid #01d8ec;
    }

    .content-answer .wrap-divs.active-div .ico-ok-active-div {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 9px;
        left: -64px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .content-answer .wrap-divs.active-div .ico-ok-active-div i {
            font-size: 35px;
            color: #0b0042;
        }

#smartwizard2 .title-quote {
    width: 52%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #0b0042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 30px 0;
}

    #smartwizard2 .title-quote span {
        top: -12px;
        position: relative;
        font-weight: 500;
        font-size: 20px;
        color: #0b0042;
        display: block;
        padding: 0 .3vw;
    }

        #smartwizard2 .title-quote span:nth-of-type(2) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        #smartwizard2 .title-quote span:nth-of-type(3), #smartwizard2 .title-quote span:nth-of-type(1) {
            font-size: 7vw;
        }

.sw-theme-default .sw-toolbar {
    background: #fff;
}

    .sw-theme-default .sw-toolbar .sw-btn-prev {
        display: none;
    }

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0px 30px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 0px 0;
}

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-prev {
    display: block;
}

.instrucciones .sw-theme-default .sw-toolbar .sw-btn-prev, .instrucciones .sw-theme-default .sw-toolbar .sw-btn-next {
    margin: 0px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 15px;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #2CCED6;
    color: #0C022F;
}

.instrucciones .title-principal-tour {
    /*padding: 40px 0;
    */
    text-align: center;
}

    .instrucciones .title-principal-tour h1, .instrucciones .title-principal-tour p {
        color: #030057;
    }

.instrucciones .sw-theme-default .step-content {
    padding: 0px;
}
/*.instrucciones .title-principal-tour h1 {
     text-transform: uppercase;
}
*/
footer .content-wrapper .float-left .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -55px;
    margin-top: -55px;
}

footer .col-lg-4 .logos-content .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .col-lg-4 .logos-content .col-lg-12 a {
        width: calc(25% - 1vw);
        display: block;
        margin: 0px;
        padding: 0px;
    }

        footer .col-lg-4 .logos-content .col-lg-12 a img {
            width: 100%;
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0px;
            max-width: none;
            max-width: auto;
            max-width: 70px;
        }

footer .col-lg-4 .logos-content {
    width: 100%;
}

footer .col-lg-4 .content-pyme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .content-wrapper .float-left .container .col-lg-4 {
    min-height: 165px;
    max-height: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .content-wrapper .float-left .container .col-lg-4 .content-pyme {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
    }

        footer .content-wrapper .float-left .container .col-lg-4 .content-pyme .btn-programa {
            text-decoration: none;
            display: inline-block;
            max-width: 165px;
            border-radius: 4px;
            padding: 10px 20px;
            margin: 0 auto;
        }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after {
        right: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        right: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after, footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        content: '';
        width: 0;
        height: calc(100% - 3vw);
        position: absolute;
        border: 1px solid white;
        top: 1.5vw;
    }

footer .content-wrapper .legend-footer {
    padding: 10px 0 0;
    margin: 0px 0 0;
}

body.inside .content-wrapper.main-content.clear-fix {
    /*min-height: 764px;*/
}

footer .content-wrapper .legend-footer {
    padding: 10px;
}

.legend-footer p {
    margin: 0px;
}

.dflex-r-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-2-lg {
    width: 100%;
}

.center-block {
    margin: 0 auto;
}

.content-bienvenidos {
    margin: auto;
    padding: 10px;
    line-height: normal;
    text-align: left;
    margin-top: 0;
}

    .content-bienvenidos ul {
        padding: 0 18px;
        list-style: none;
        position: relative;
        font-size: 16px;
        max-width: 492px;
        margin: 0 auto;
    }

    .content-bienvenidos h1 {
        margin: 0 0 30px 0;
    }

    .content-bienvenidos h1, .content-bienvenidos ul li {
        color: #000000;
        text-align: center;
    }

.p-90 {
    padding: 50px 0 90px 0;
}

.img-bienvenidos {
    margin-top: 61px;
    padding: 11px 0 0 0;
    max-width: 525px;
    width: 100%;
}

#first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

    #first .indicaciones {
        padding: 0px;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    #first .box-previo ul li {
        text-align: left;
        margin: 0 0 15px 0;
    }

    #first h1 {
        margin: 20px 0 20px 0;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
    }

    #first .box-previo ul li, #first h1 {
        color: #000000;
    }

    #first .box-previo {
        margin: auto;
        max-width: 698px;
        width: 100%;
        text-align: left;
    }

        #first .box-previo .squaredThree {
            text-align: center;
        }

.p-0 {
    padding: 0px;
}

.pull-left {
    float: left !important;
}

#step1 {
    background: #0c022f;
    padding: 0px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 10px 0;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
}

    #step1 p, #step1 strong {
        margin: 0px;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: .8px;
    }

.content-question blockquote {
    background: #0c022f;
    padding: 0px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 10px 0;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.bloque {
    padding: 23px;
    /*margin: 0 15px 0 0;
     background: #0b0042;
    */
    display: none;
}

#tema-preguntas .p-90 {
    padding: 0px 0px;
}

.box-termino .remove-div {
    display: none;
}

.center-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
}

.content-question blockquote p, .content-question blockquote strong {
    margin: 0px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: .8px;
}

.temita picture img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

.temita h2 {
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 35px 0 0 0;
}

.temita h1 {
    text-align: center;
    color: #2CCED6;
    font-weight: bold;
    font-size: 3.5rem;
    margin: 0 0 20px 0;
}

.temita p {
    text-align: justify;
    color: #0c022f;
    padding: 0 240px;
    /*font-weight: bold;
    */
    font-size: 18px;
    -moz-text-align-last: center;
    text-align-last: center;
}
/*.temas {
     padding: 50px 0 47px 0;
}
*/
.step-uno .content-bienvenidos ul:before {
    display: none;
}

.step-uno .content-bienvenidos ul {
    list-style: inherit;
}

@media (max-width: 768px) {
    .digital-right span.name {
        font-size: 17px;
    }

    .c-mb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .box-2-mb {
        width: 100%;
    }

    .digital-right h1 {
        font-size: 50px;
        line-height: 36px;
    }

        .digital-right h1 strong {
            font-size: 35px;
        }

    footer .content-wrapper .float-left .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    footer .col-lg-4 .logos-content .col-lg-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .logos-content:after, footer .content-wrapper .float-left .container .col-lg-4 .content-pyme:after {
        content: '';
        width: 100%;
        height: 0;
        position: absolute;
        border: 1px dotted #ffffff12;
        top: unset;
        bottom: 0;
    }

    footer .content-wrapper .float-left .container .col-lg-4 {
        min-height: 130px;
        max-height: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 10px 0 17px 0;
    }

    body.inside {
        margin-bottom: 0px;
    }

    .termino {
        width: 100%;
        margin: 20px auto 30px;
    }

    .p-0-mb {
        padding: 0px;
    }

    .img-bienvenidos {
        max-width: 100%;
    }

    .temita p {
        padding: 0 25px;
    }
}

@media (max-width: 645px) {
    .modelo .ul-lista {
        width: 92%;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        position: absolute;
        right: 0;
        /*top: -7px;
        */
    }

    .temita picture img {
        max-width: 160px;
    }

    .large-header {
        background-position: -117vw center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #large-header.large-header {
        height: 100vh !important;
    }

    .container.mundo-digital {
        overflow: unset;
        /* top: 38%; */
    }

    #navbar ul.nav.navbar-nav.navbar-right li a {
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        /* padding-top: 0px !important; */
        line-height: normal;
        margin: 0 0 0 0;
        align-items: center;
    }

        #navbar ul.nav.navbar-nav.navbar-right li a:hover {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

    .flex-nav #navbar.collapse.navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
    }

    #login-content .btn {
        font-size: 12px;
    }

    footer .col-lg-4 .logos-content .col-lg-12 a {
        width: calc(25% - 10vw);
    }

    footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
    }

        footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto img {
            margin: 0 auto 15px auto;
        }

    body.inside {
        margin-bottom: 0px;
    }

    .temita h1 {
        font-size: 2.5rem;
        margin: 10px 0 20px 0;
    }

    .temita p {
        padding: 0 0px;
    }
    /*.temas {
         padding: 20px 0 0 0;
    }
    */
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #00aeef;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

footer .content-wrapper .container {
    padding: 40px 0;
}

.contenedor-1410 {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
}

    .contenedor-1410 .tab .wrap-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

        .contenedor-1410 .tab .wrap-tab .tablinks {
            background-color: transparent;
            border: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .contenedor-1410 .tab .wrap-tab .tablinks:focus {
                outline: none;
            }

            .contenedor-1410 .tab .wrap-tab .tablinks.active .ball {
                -webkit-box-shadow: inset 0 0 0px 5px #ffffff;
                box-shadow: inset 0 0 0px 5px #ffffff;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks.active .ball img {
                    opacity: 1;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks .ball {
                padding: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0 0 20px 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-transition: all ease-in-out .3s;
                -o-transition: all ease-in-out .3s;
                transition: all ease-in-out .3s;
                border: 4px solid transparent;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks .ball img {
                    /* max-height: 68px;
     */
                    /* min-height: 68px;
     */
                    opacity: .5;
                    -webkit-transition: all ease-in-out .3s;
                    -o-transition: all ease-in-out .3s;
                    transition: all ease-in-out .3s;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks:hover .ball {
                -webkit-box-shadow: inset 0 0 0px 5px #ffffff;
                box-shadow: inset 0 0 0px 5px #ffffff;
            }

                .contenedor-1410 .tab .wrap-tab .tablinks:hover .ball img {
                    opacity: 1;
                }

            .contenedor-1410 .tab .wrap-tab .tablinks span {
                background-color: transparent;
                border: 0px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 16px;
                color: white;
                font-weight: 500;
                background-color: #2ccbd3 !important;
                padding: 8px 30px !important;
                border-radius: 20px;
            }

            .contenedor-1410 .tab .wrap-tab .tablinks.active span, .contenedor-1410 .tab .wrap-tab .tablinks:hover span {
                color: #000;
            }

                .contenedor-1410 .tab .subheader {
                    margin: 17px 0 0 0;
                    background: #f2f7fb;
                    border: 0px;
                    padding: 10px 0 10px 58px;
                    position: relative;
                }

        .contenedor-1410 .tab .subheader li {
            color: #010159;
            font-size: 14px;
        }

            .contenedor-1410 .tab .subheader li b {
                text-transform: uppercase;
                font-weight: bold;
            }

        .contenedor-1410 .tab .subheader:after {
            content: "";
            display: block;
            max-width: 48px;
            width: 48px;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            border-right: 5px solid #ffffff;
            background-color: #919cca;
        }

        .contenedor-1410 .tab .subheader:before {
            content: "";
            display: block;
            width: 100%;
            height: 6px;
            position: absolute;
            left: 0;
            top: -13px;
            background-image: -webkit-gradient(linear, left top, right top, from(#33337d), color-stop(48%, #8554eb), color-stop(82%, #00aade));
            background-image: -o-linear-gradient(left, #33337d 0%, #8554eb 48%, #00aade 82%);
            background-image: linear-gradient(90deg, #33337d 0%, #8554eb 48%, #00aade 82%);
            background-color: #919cca;
        }

        .contenedor-1410 .tab .subheader .pdf {
            position: absolute;
            right: 20px;
            bottom: 21px;
        }

            .contenedor-1410 .tab .subheader .pdf a #downloadPdf {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                border-bottom: 2px solid #919cca;
                padding: 0 0 3px 0;
            }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf i {
                    font-size: 25px;
                    color: #656567;
                }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf div {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    line-height: 10px;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    height: 14px;
                    margin: 0 0 0 5px;
                    color: #010159;
                    font-weight: bold;
                    font-size: 12px;
                }

    .contenedor-1410 .tabcontent p {
        color: #616161;
        font-size: 12px;
        text-align: left;
        line-height: 22px;
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .panel {
        border: 0px;
    }

    .contenedor-1410 .tabcontent .title-general h2 {
        font-size: 36px;
        font-weight: 100;
        color: #0c0145;
        margin: 26px 0 5px 0;
    }

    .contenedor-1410 .tabcontent .subtitle-general h2 {
        /*font-size: 1.4vw;
    */
        font-weight: 100;
        color: #0c0145;
    }

    .contenedor-1410 .tabcontent .title-general .barra-title {
        height: 16px;
        width: 100%;
        background-color: #919cca;
    }

    .contenedor-1410 .tabcontent .parrafo-doble {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 0 0;
    }

        .contenedor-1410 .tabcontent .parrafo-doble .box-parrafo {
            width: calc(50% - 10px);
        }

    .contenedor-1410 .tabcontent .wrap-box-text, .contenedor-1410 .tabcontent .wrap-box-text .panel-heading {
        border: 0px;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-heading h4 {
            text-align: center;
            font-size: 26px;
            padding: 20px 0;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-heading {
            background: #fff;
            padding: 0px;
        }

.sub-box-text h3 {
    font-size: 18px;
    text-align: left;
    /* margin: 0 0 40px 0; */
}

    .sub-box-text h3 strong {
        float: left;
        width: 100%;
    }

.contenedor-1410 .tabcontent .wrap-box-text .panel-body {
    padding: 0px;
}

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default {
        border: 0px;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 20px 20px 0;
            border: 3px solid #919cca;
            border-radius: 10px;
        }

            .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) {
                width: 20%;
                text-align: center;
            }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) picture img {
                    max-width: 110px;
                    width: 100%;
                }

            .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) {
                width: 80%;
                padding: 24px 0 24px 0;
                position: relative;
            }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) p {
                    margin: 0px;
                    padding: 0px;
                }

                .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-flow: column nowrap;
                    flex-flow: column nowrap;
                    position: absolute;
                    right: 0;
                    /*top: -7px;
    */
                }

                    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel h4 {
                        font-size: 12px;
                        margin: 0 0 10px 0;
                        text-transform: uppercase;
                        font-weight: bold;
                        color: #000000;
                        text-align: center;
                    }

                    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel {
                        list-style: none;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-flow: row nowrap;
                        flex-flow: row nowrap;
                        padding: 0px;
                    }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel li {
                            width: 25px;
                            height: 12px;
                            background: #cdd3ed;
                            margin: 0 5px;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-1 li:nth-of-type(1) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-2 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-2 li:nth-of-type(2) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-3 li:nth-of-type(3) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-4 li:nth-of-type(4) {
                            background: #919cca;
                        }

                        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(4), .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel.nivel-5 li:nth-of-type(5) {
                            background: #919cca;
                        }

.contenedor-1410 .tabcontent .wrap-tabs .nav-tabs {
    background: #ffffff;
    border: 0px;
    padding: 0 0 1px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0px 0 0 0;
}

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a {
        min-width: 110px;
        height: 58px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0px;
        border-radius: 0px;
        margin: 0 20px 0 0;
        position: relative;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
    }

        .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a:hover {
            height: 70px;
        }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li.active a {
        height: 70px;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li a:after {
        content: "";
        background-color: #fff;
        display: block;
        width: 25px;
        height: 37px;
        position: absolute;
        right: -12px;
        top: -15px;
        -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
        transform: rotate(136deg);
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(1) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(2) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(3) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(4) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs li:nth-of-type(5) a {
        background-color: #ebf4fb;
        color: #8c80a4;
    }

.contenedor-1410 .tabcontent .wrap-tabs .tab-content {
    border: 0px;
    padding: 0px;
}

    .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane {
        border: 5px solid;
        background-color: #fff;
        padding: 20px;
        border-top: 10px solid;
        font-size: 16px;
        font-weight: normal;
    }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(1) {
            border-color: #00d0da;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(2) {
            border-color: #00d1d8;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(3) {
            border-color: #b497f4;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(4) {
            border-color: #8c82be;
        }

        .contenedor-1410 .tabcontent .wrap-tabs .tab-content .tab-pane:nth-of-type(5) {
            border-color: #858198;
        }

.contenedor-1410 .tabcontent .wrap-tabla {
    background-color: #fff;
    padding: 20px 0 20px 0;
    max-width: 100%;
    margin: 0 auto;
}

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td {
        border-top: 0px solid;
    }

        .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level {
            display: block;
            width: 100%;
            height: 35px;
            border-radius: 4px;
        }

            .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level.empty {
                background-color: #e5e8f9;
            }

            .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level.full {
                background-color: #7e87b0;
            }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody .titulos-diagonales td {
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-tabla table tbody .titulos-diagonales td .title-diagonal {
            position: absolute;
            min-width: 200px;
            text-align: right;
            -webkit-transform: rotate(317deg);
            -ms-transform: rotate(317deg);
            transform: rotate(317deg);
            z-index: 99;
            top: 66px;
            left: -136px;
            color: #8a8a8a;
        }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr td:nth-of-type(1) {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(1) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(2) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(3) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(4) td:nth-of-type(1) {
        color: #8a8a8a;
    }

    .contenedor-1410 .tabcontent .wrap-tabla table tbody tr:nth-of-type(5) td:nth-of-type(1) {
        color: #8a8a8a;
    }

.contenedor-1410 .tabcontent .title-alta {
    text-transform: uppercase;
}

.contenedor-1410 .tabcontent .m-b-60 {
    margin: 0 0 60px 0;
}

.contenedor-1410 .tabcontent .m-b-20 {
    margin: 0 0 20px 0;
}

.contenedor-1410 .tabcontent .parrafo-degrade {
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdd0e1));
    background-image: -o-linear-gradient(#ffffff, #cdd0e1);
    background-image: linear-gradient(#ffffff, #cdd0e1);
}

.contenedor-1410 .tabcontent .parrafo-2 p {
    padding: 40px;
    font-size: 1.1vw;
    color: #010159;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
}

.contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0px;
    border: 3px solid #919cca;
    border-radius: 10px;
}

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) {
        width: 20%;
        text-align: center;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) picture img {
            max-width: 124px;
            width: 100%;
        }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) {
        width: 80%;
        padding: 0px 20px 0px 0px
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h4 {
            font-weight: bold;
            font-size: 20px;
            color: #00d0da;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h6 {
            font-weight: bold;
            font-size: 18px;
            color: #040b27;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) p {
            width: 100%;
            padding: 0px;
            margin: 0px;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) button {
            color: #000000;
            font-weight: bold;
            border-bottom: 2px solid #888;
            background: transparent;
            border: 0px;
        }

.contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 {
        width: calc(50% - 10px);
        border: 3px solid #909ccc;
        padding: 15px;
        border-radius: 10px;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 div h4 {
            font-size: 18px;
            color: #7e87ae;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 div button {
            color: #000000;
            font-weight: bold;
            border-bottom: 2px solid #888;
            background: transparent;
            border: 0px;
        }

#reporte .modal-dialog {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
}

    #reporte .modal-dialog .modal-content {
        max-width: 580px;
        width: 100%;
        margin: -100px 0 0 0;
        border: 4px solid #909ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
    }

        #reporte .modal-dialog .modal-content .modal-header {
            background-color: #fff;
            color: #00BCD4;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 15px 15px 0 15px;
            border-radius: 5px 5px 0 0;
        }

            #reporte .modal-dialog .modal-content .modal-header h4 {
                font-size: 24px;
                font-weight: bold;
            }

        #reporte .modal-dialog .modal-content .modal-body h6 {
            font-size: 16px;
            font-weight: bold;
            color: #030057;
            margin: 10px 0px 10px 0;
        }

        #reporte .modal-dialog .modal-content .modal-header .close {
            color: #fff;
            background: #F44336;
            padding: 10px 14px;
            border-radius: 50%;
            margin: -12px -6px 0 0;
        }

        #reporte .modal-dialog .modal-content .modal-body {
            padding: 0 15px 15px 15px;
        }

        #reporte .modal-dialog .modal-content .modal-header:after, #reporte .modal-dialog .modal-content .modal-header:before {
            display: none;
        }

.contenedor-1410 .tabcontent .parrafo-comparacion p {
    padding: 40px 40px;
    text-align: center;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td {
    /* border: 0px;
     */
    border: 2px solid #fff;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla {
        padding: 10px;
        background-color: #0a007a;
        color: #fff;
        min-width: 125px;
        width: 100%;
        height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla:after {
            content: "";
            display: block;
            width: 49px;
            height: 23px;
            top: -8px;
            right: -18px;
            background: #fff;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla div:nth-of-type(1) {
            font-weight: bold;
            font-size: 13px;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla div:nth-of-type(2) {
            font-weight: normal;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera {
            padding: 10px;
            background-color: #00d1d8;
            color: #fff;
        }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(1) {
                font-size: 12px;
            }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(2) {
                font-size: 18px;
                text-transform: uppercase;
                font-weight: bold;
            }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 267px;
    */
    padding: 10px;
    height: 75px;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(1) {
        text-align: right;
        font-size: 16px;
        color: #616161;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(2) {
        margin: 0 0 0 10px;
    }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .titulo-tabla {
    color: #0b0042;
    font-size: 22px;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) {
    background-color: transparent;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) td {
        border: 0px;
        margin: 0px;
        padding: 5px 1px;
    }

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) {
    background: #dee7f6;
}

.contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr {
    background: #dee7f6;
}

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td {
        border: 2px solid #fff;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 82px;
        }

            .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul {
                list-style: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                padding: 0px;
                margin: 10px 0 0 0;
            }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul li {
                    display: block;
                    background-color: #c2c7da;
                    width: 20px;
                    height: 10px;
                    margin: 0 3px;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-1 li:nth-of-type(1) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-2 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-2 li:nth-of-type(2) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-3 li:nth-of-type(3) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-4 li:nth-of-type(4) {
                    background-color: #484266;
                }

                .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(1), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(2), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(3), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(4), .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul.nivel-5 li:nth-of-type(5) {
                    background-color: #484266;
                }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td:nth-of-type(1) {
            width: 200px;
            background-color: white;
        }

.contenedor-1410 .title-general h2 {
    text-transform: uppercase;
}

.wrap-tabla-comparativa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .wrap-tabla-comparativa .box-tabla:nth-of-type(2) {
        width: 70%;
        overflow-x: scroll;
        position: relative;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .wrap-tabla-comparativa:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 59px;
        top: 0;
        right: -1px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
        background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
        z-index: 999;
    }

    .wrap-tabla-comparativa:after {
        content: "";
        display: block;
        position: absolute;
        height: 32px;
        width: 100%;
        bottom: 0px;
        right: 0;
        background-color: #ffffff;
    }

.mod-contacto a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button#finaliza {
    margin: 30px auto;
    display: block;
}

.sub-resultado {
    text-align: center;
    padding: 40px 12vw;
    line-height: 25px;
    color: #0c0145;
    font-weight: bold;
    font-size: 18px;
}

#smartwizard2 .wrap-divs #div1 p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.5098039215686274);
    font-size: 18px;
    font-weight: bold;
}

#smartwizard2 .wrap-divs.active-div #div1 p {
    color: #ffffff;
}

.flecha.flecha-step-1 {
    position: absolute;
    left: 0vw;
    top: 10%;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
    width: 19%;
    display: none;
}

.flecha.flecha-step-2 {
    position: absolute;
    left: -30px;
    top: 11%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 8.5%;
    display: none;
}

.flecha.flecha-step-3 {
    position: absolute;
    left: -30px;
    top: 11%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 8.5%;
    display: none;
}

.flecha img {
    width: 100%;
}

.navbar-custom-menu .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-custom-menu .nav li a#instrucciones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border-radius: 4px;
    }

        .navbar-custom-menu .nav li a#instrucciones span {
            display: block;
            margin: 0 0 0 10px;
            height: 20px;
            line-height: 22px;
        }

    .navbar-custom-menu .nav li a.dropdown-toggle {
        margin: 0 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-custom-menu .nav li a.dropdown-toggle i {
            margin: 0 0 0 10px;
        }

@media (max-width: 1199px) {
    .flecha.flecha-step-1 {
        left: -2vw;
        top: 8%;
        -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        transform: rotate(9deg);
        width: 23%;
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -30px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 10%;
    }
}

@media (max-width: 991px) {
    .flecha.flecha-step-1 {
        left: -5vw;
        top: 7%;
        -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        transform: rotate(16deg);
        width: 29%;
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -46px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 13.5%;
    }
}

@media (max-width: 769px) {
    .flecha.flecha-step-1 {
        left: -1vw;
        top: 21vw;
        width: 16vw;
        -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        transform: rotate(16deg);
    }

    .flecha.flecha-step-2 {
        position: absolute;
        left: -24px;
        top: 11%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 13.5%;
    }
}

@media (max-width: 768px) {
    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 15px;
            padding: 5px 3px;
        }

            #smartwizard2 .title-quote span:nth-of-type(1) {
                font-size: 10vw;
                padding: 0px;
            }

            #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 10vw;
                padding: 0px;
            }

    .flecha.flecha-step-1 {
        display: none;
    }

    .flecha.flecha-step-2 {
        display: none;
    }
}

.blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
}

.activo-instrucciones {
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.30));
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.30));
}

.d-none {
    display: none;
}

.content-pyme h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #2cced6;
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 3;
    z-index: 10;
    text-decoration: none;
    padding: 0px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: lowercase;
    letter-spacing: 1px;
}

    .content-pyme h4 a {
        text-decoration: none;
    }

        .content-pyme h4 a:hover {
            text-decoration: none;
        }


@media (max-width: 425px) {
    .content-question .bloque {
        display: none;
    }

    #smartwizard2 .title-quote {
        width: 100%;
        padding: 29px 10px 0 10px;
    }

        #smartwizard2 .title-quote span {
            font-size: 3.5vw;
        }

            #smartwizard2 .title-quote span:nth-of-type(1), #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 18vw;
                padding: 0px;
            }

    .flecha.flecha-step-1 {
        position: absolute;
        left: -5vw;
        top: 35%;
        width: 34%;
        /* transform: scaleX(-1) rotate(69deg);
         */
    }

    .recomendaciones h4 {
        font-size: 18px;
    }

    .contenedor-1410 .tabcontent p {
        font-size: 14px;
    }

    #navbar ul.nav.navbar-nav.navbar-right li a {
        font-size: 12px;
        padding: 12px 11px;
    }

    a#login-trigger {
        width: 119px;
    }
}

.universos div:nth-of-type(2) img {
    max-width: 55px;
}

.container.pre {
    /*min-height: 580px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    margin-bottom: 30px;
}

.previoresultado {
    margin: 10% 0px;
}


    .previoresultado .title-principal-tour h1 {
        text-align: center;
        font-weight: bold;
    }

    .previoresultado .title-principal-tour p {
        text-align: center;
        font-size: 18px
    }

    .previoresultado .title-principal-tour h1 {
        font-size: 22px
    }

.navbar-header {
    padding-bottom: 8px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0px;
    /*height: 75px;*/
}

    .navbar-header a {
        display: block;
        margin: 0 15px 0 0;
    }


.previoresultado .title-principal-tour p {
    padding: 0 20px;
    font-size: 16px
}

.flex-nav .navbar-header a {
    max-width: 85px;
    width: 100%;
    margin: 0 15px 0 0;
}

@media (max-width: 645px) {
    .previoresultado .title-principal-tour h1 {
        font-size: 22px
    }


    .previoresultado .title-principal-tour p {
        padding: 0 20px;
        font-size: 16px
    }

    .flex-nav .navbar-header a {
        /* padding: 20px; */
        max-width: 65px;
        margin: 0 15px 0 0;
    }
}


.content-slider #text-carousel {
    display: flex;
    justify-content: center;
    align-items: center
}

.tooltip {
    display: block !important;
    margin-top: 0px !important;
}


.panel-heading h4 b {
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 26px;
    /* text-transform: lowercase; */
    color: #333333;
    text-transform: none;
}

.temita {
    margin: 13% 0 13% 0;
}

.width-all {
    width: 100%;
}

#first.box-question.inicio-menu {
    padding: 8.2% 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: black;
}

.box-text.corto-plazo .sub-box-text {
    display: none;
}

.box-text.corto-plazo .succes-recomendaciones p {
    text-align: center;
}

@media (max-width: 768px) {
    .btn-continue, button.btn-continue {
        float: none;
    }
}

@media (max-width: 767px) {
    .col-sm-1-especial {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 0px 0;
    }

    .pol {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .icon-inside {
        top: 20px;
        width: 70px;
    }

    .btn-continue, button.btn-continue {
        float: none;
        padding: 10px;
        font-size: 14px;
    }

    #large-header {
    }

    .large-header {
        background-position: center;
    }
}


/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .digital-right span.name {
        font-size: 26px;
    }

    #large-header {
    }

    .digital-right h1 {
        font-size: 34px;
        text-align: center;
    }

        .digital-right h1 strong {
            font-size: 56px;
        }

    .btn-continue, button.btn-continue {
        float: none;
        font-size: 18px;
    }

    a.flecha span {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .digital-right span.name {
        font-size: 26px;
    }

    .digital-right h1 {
        font-size: 34px;
    }

        .digital-right h1 strong {
            font-size: 56px;
        }

    .btn-continue, button.btn-continue {
        float: none;
        font-size: 18px;
    }

    a.flecha span {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}

@media (min-width: 700px) and (orientation: landscape) .flex-nav #navbar.collapse.navbar-collapse {
    border: 0px;
    box-shadow: none;
}




@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    #large-header {
    }

    .digital-right h1 {
        font-size: 16px;
        line-height: normal;
    }

        .digital-right h1 strong {
            font-size: 18px;
        }

    .digital-right span.name {
        font-size: 14px;
    }

    .container.mundo-digital {
    }

    .btn-continue, button.btn-continue {
        font-size: 12px;
        height: auto;
        line-height: normal;
        padding: 10px;
    }

    a.flecha span {
        top: 82%;
    }

        a.flecha span:nth-of-type(2) {
            top: 85%;
        }

        a.flecha span:nth-of-type(3) {
            top: 88%;
        }

    .flex-nav #navbar.collapse.navbar-collapse {
        border: 0px;
        box-shadow: none;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .container.mundo-digital {
    }
}


@media only screen and (min-device-width : 445px) and (max-device-width : 768px) and (orientation : portrait) {
    footer .col-lg-4 .logos-content {
        width: 65%;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    #large-header {
    }
}




section.content-wrapper.main-content.clear-fix {
    /*padding: 0 0 40px 0 !important;*/
}

.wrap-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row nowrap;
    align-items: center;
}


@media (max-width: 1440px) {
    #smartwizard2 .title-quote {
        width: 50%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 16px;
            padding: 5px 3px;
        }
}

@media (max-width: 1200px) {
    #smartwizard2 .title-quote span {
        font-size: 15px;
        padding: 5px 3px;
    }

    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span:nth-of-type(1) {
            font-size: 100px;
            padding: 0px;
        }

        #smartwizard2 .title-quote span:nth-of-type(3) {
            font-size: 100px;
            padding: 0px;
        }
}


@media (max-width: 645px) {
    .btn-continue, button.btn-continue {
        margin: 0 auto;
    }

    .contenedor-1410 .tabcontent .wrap-tabs .nav-tabs {
        overflow-x: scroll;
    }

    .contenedor-1410 .tabcontent .title-general h2 {
        font-size: 18px;
    }

    .contenedor-1410 .tab .subheader li {
        font-size: 12px;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-heading h4 {
        font-size: 16px;
    }

    .contenedor-1410 .tabcontent .parrafo-doble .box-parrafo {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .parrafo-degrade {
        padding: 10px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdd0e1));
        background-image: -o-linear-gradient(#ffffff, #cdd0e1);
        background-image: linear-gradient(#ffffff, #cdd0e1);
        text-align: left;
    }

        .contenedor-1410 .tabcontent .parrafo-degrade p {
            font-size: 14px;
            line-height: 22px;
            text-align: left;
        }

    .contenedor-1410 .tabcontent .parrafo-doble {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .contenedor-1410 .tabcontent .wrap-tabla {
        display: none;
    }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 15px 0px 20px 0;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(1) {
            width: 30%;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel {
            right: 0;
            left: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            top: 48px;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) h3 {
            text-align: center;
            margin: 12px 0 76px 0;
            font-size: 16px;
            font-weight: bold;
        }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel .cajas-nivel li {
            width: 24px;
            height: 10px;
        }

    .contenedor-1410 .tab .wrap-tab .tablinks {
        width: 100%;
    }

        .contenedor-1410 .tab .wrap-tab .tablinks .ball {
            margin: 0px;
        }

            .contenedor-1410 .tab .wrap-tab .tablinks .ball img {
                width: 100%;
            }

        .contenedor-1410 .tab .wrap-tab .tablinks span {
            font-size: 10px;
            margin: 0 0 10px 0;
        }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding: 0px 10px;
    }

        .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) {
            width: 100%;
            padding: 0px 0px 20px 0px;
        }

    .contenedor-1410 .tabcontent .subtitle-general h2 {
        font-size: 18px;
        margin: 50px 0 15px 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) picture {
        max-width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 10px auto;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h4 {
        font-size: 18px;
        margin: 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) h6 {
        font-size: 16px;
        margin: 5px 0 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(2) p {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
        overflow: hidden;
        line-height: 16px;
        text-align: left;
        font-size: 14px;
        margin: 5px 0 0 0;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones .box-recomendaciones div:nth-of-type(1) {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 .box-recomendaciones-2 {
        width: 100%;
    }

    .contenedor-1410 .tabcontent .owl-stage-outer .owl-stage .owl-item .item .wrap-box-recomendaciones-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contenedor-1410 .tab .subheader {
        margin: 10px 0 0 0;
        border: 0px;
        padding: 0;
        position: relative;
    }

        .contenedor-1410 .tab .subheader li {
            font-size: 12px;
            padding: 0 0 5px 10px;
        }

            .contenedor-1410 .tab .subheader li:nth-of-type(1) {
                padding: 10px 0 5px 10px;
            }

        .contenedor-1410 .tab .subheader .pdf {
            position: relative;
            right: auto;
            bottom: auto;
            padding: 5px 10px;
            background: #00aeef;
            margin: 10px 0 0 0;
        }

            .contenedor-1410 .tab .subheader .pdf a #downloadPdf {
                border-bottom: 0px;
                padding: 0 0 3px 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf i {
                    color: #ffffff;
                }

                .contenedor-1410 .tab .subheader .pdf a #downloadPdf div {
                    color: #fff;
                    font-size: 12px;
                    line-height: unset;
                }

        .contenedor-1410 .tab .subheader:after {
            display: none;
        }

    .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) {
        width: 100%;
        padding: 10px;
        position: relative;
    }

        .contenedor-1410 .tabcontent .wrap-box-text .panel-body .panel-default .box-text .sub-box-text:nth-of-type(2) .nivel h4 {
            font-size: 10px;
        }

    footer .content-wrapper .float-left .container .col-lg-4 {
        min-height: 80px;
    }

    footer .content-wrapper .float-left .container {
        margin-top: auto;
        margin-bottom: auto;
        padding: 0px;
    }

    .content-pyme h4 {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #2cced6;
        padding: 10px 20px;
        border-radius: 4px;
        line-height: normal;
        height: auto;
    }

        .content-pyme h4 a {
            -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
            font-weight: bold;
            letter-spacing: .7px;
        }

    .mod-contacto h4 {
        color: #fff;
        margin: 0 0 0 5px;
    }

    footer .content-wrapper .float-left .container .col-lg-4 .mod-contacto img {
        margin: 0 auto 0px auto;
    }

    .box-item {
        width: 100%;
    }

    .group input {
        font-size: 14px;
    }

    .wrap-group-title .title-group h2 {
        font-size: 16px;
    }

    button.btn-bid {
        font-size: 14px;
        text-transform: capitalize;
    }

    .registro p {
        font-size: 14px;
    }

    .registro h2, .second-step h2 {
        font-size: 20px;
    }

    .box-item {
        font-size: 14px;
    }

    .modelo h2, section#cifras h2 {
        font-size: 22px;
    }

    .linea2 {
        left: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .modelo h3, section#cifras h3 {
        font-size: 14px;
        margin-top: 30px;
    }

    .btn-continue, button.btn-continue {
        font-size: 14px;
        font-weight: 500;
    }

    .step-uno .img-bienvenidos {
        margin-top: 10px;
    }

    #step-2 .img-bienvenidos {
        margin-top: 0px;
    }

    .termino select {
        font-size: 14px;
    }

    #smartwizard2 .title-quote {
        width: 72%;
        padding: 30px 0;
    }

        #smartwizard2 .title-quote span {
            font-size: 12px;
            padding: 2.8vw .3vw;
        }

            #smartwizard2 .title-quote span:nth-of-type(1), #smartwizard2 .title-quote span:nth-of-type(3) {
                font-size: 23vw;
                padding: 0px;
            }

    .instruccion-btn {
        text-align: center;
        width: 100%;
    }


        .instruccion-btn button.next-bid {
            margin-top: 0px;
            float: unset;
            font-size: 14px;
            margin: 7px auto 0 auto;
        }

    #smartwizard2 .title-quote {
        width: 87%;
        text-align: center;
        margin: 25px auto 0 auto;
        font-size: 14px;
        padding: 29px 0 0 0;
        /* min-height: 134px;
         */
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #step1 p, #step1 strong {
        margin: 0px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: .8px;
        line-height: 17px;
    }

    .box-termino .contenedor-1410 .tab .wrap-tab .tablinks {
        width: 100%;
    }

        .box-termino .contenedor-1410 .tab .wrap-tab .tablinks span {
            font-size: 8px;
        }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla {
        height: 75px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 0px;
        height: 100%;
        height: 75px;
    }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(1) {
            text-align: left;
            font-size: 12px;
        }

        .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .universos div:nth-of-type(2) {
            display: none;
        }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .titulo-tabla {
        font-size: 14px;
        padding: 10px 0;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody:nth-of-type(1) tr:nth-of-type(1) td {
        border: 0px;
        margin: 0px;
        padding: 5px 1px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr td .nivel-tabla div:nth-of-type(2) ul {
        /*display: none;*/
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(1) {
        font-size: 12px;
    }

    .contenedor-1410 .tabcontent .wrap-tabla-comparativa table tbody tr:nth-of-type(1) td .pestana-tabla.pestana-primera div:nth-of-type(2) {
        font-size: 14px;
    }

    .contenedor-1410 .tabcontent .parrafo-comparacion p {
        padding: 40px 20px;
    }

    .wrap-tabla-comparativa:before {
        display: none;
    }

    .instrucciones .sw-theme-default .sw-toolbar .sw-btn-group {
        padding: 15px 0px 30px 0;
        margin: 0 0 0px 0;
    }

    .col-lg-12.col-xs-12.digital-right {
        /* margin: 4vw 0 0 0; */
    }

    .navbar-custom-menu .nav li a#instrucciones span {
        display: none;
    }

    .navbar-custom-menu .nav li a#instrucciones {
        padding: 10px 0px;
    }

    .navbar-custom-menu.pull-right ul.nav.navbar-nav > li > a {
        margin: 0px;
    }

    .content-answer .wrap-divs .box-answer p {
        font-size: 14px;
    }
}

.form-login #inputs input {
    background: #f1f1f1;
    padding: 6px 10px 6px 30px;
    width: 238px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: none;
    background: rgba(255,255,255,.1);
    color: black;
}

.form-login input::-webkit-input-placeholder {
    padding: 0px;
    margin: 0px;
    margin-left: 0px !important;
}


@media (max-width: 320px) {
    .box-termino .contenedor-1410 .tab .wrap-tab .tablinks span {
        font-size: 8px;
    }

    .contenedor-1410 .tab .wrap-tab .tablinks span {
        font-size: 10px;
    }
}

#recordatorio {
    margin: 0 0 20px 0;
}

.owl-carousel .owl-stage-outer {
    height: auto !important;
}

.digital-right button.btn.btn-continue {
    border-radius: 5px;
}

a#btn-Volver {
    border: 1px solid #ccc !important;
}

button#btnR {
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #ccc;
}


a#btn2, .btn2 {
    border: 1px solid #ccc !important;
}

.btn2 {
    margin-top: 10px !important;
}


li#login {
    padding: 0px;
}

#login-content button.btn.btn-continue {
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
}

.tooltip .tooltip-inner {
    /*text-transform: lowercase !important;*/
    font-size: 12px !important;
    font-weight: normal !important;
    max-width: 300px !important;
}

#tema-preguntas .tooltip .tooltip-inner {
    /*text-transform: lowercase !important;*/
    font-size: 12px !important;
    font-weight: normal !important;
    max-width: 300px !important;
}



/*iphone x portrait style*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .col-lg-12.col-xs-12.digital-right {
        margin: 8px 0 0 0;
    }
}

/*iphone x landscape style*/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    #large-header {
    }

    .digital-right h1 {
        font-size: 32px;
        line-height: 33px;
    }

        .digital-right h1 strong {
            font-size: 39px;
        }

    .btn-continue, button.btn-continue {
        padding: 10px;
        margin-top: 4px;
        font-size: 12px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 998px) and (orientation : landscape) {
    #large-header {
    }

    .digital-right h1 {
        font-size: 32px;
        line-height: 33px;
    }

        .digital-right h1 strong {
            font-size: 39px;
        }

    .btn-continue, button.btn-continue {
        padding: 10px;
        margin-top: 4px;
        font-size: 12px;
    }
}
.fa-check-circle:before {
    content: "\f111" !important;
}
.content-answer .wrap-divs a .box-answer-left2 ._eliminar {
    display: none;
}

.group-p-left {
    padding-left: 30px;
    margin-bottom: 30px;
}

.head-progress {
    width: 100%;
    display: inline-block;
    padding: 10px 10px 20px;
    margin-bottom: 15px;
}

.progress-bar {
    background-color: #2CCED6 !important;
}

.progress {
    background-color: white;
    border: 1px solid #000;
    box-shadow: none !important;
}
.bg-comunicaciones {
    background: url(../img/ico-comunicaciones_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

.bg-comunicaciones.active {
    background-image: url(../img/ico-comunicaciones_avance_on.svg)
}

.bg-cultura {
    background: url(../img/ico-cultura_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

.bg-cultura.active {
    background-image: url(../img/ico-cultura_avance_on.svg)
}

.bg-datos {
    background: url(../img/ico-datos_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

.bg-datos.active {
    background-image: url(../img/ico-datos_avance_on.svg)
}

.bg-estrategia {
    background: url(../img/ico-estrategia_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

    .bg-estrategia.active {
        background-image: url(../img/ico-estrategia_avance_on.svg)
    }


.bg-personas {
    background: url(../img/ico-personas_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

    .bg-personas.active {
        background-image: url(../img/ico-personas_avance_on.svg)
    }

.bg-proceso {
    background: url(../img/ico-proceso_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

    .bg-proceso.active {
        background-image: url(../img/ico-proceso_avance_on.svg)
    }

.bg-productos {
    background: url(../img/ico-productos_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

    .bg-productos.active {
        background-image: url(../img/ico-productos_avance_on.svg)
    }

.bg-tecnologia {
    background: url(../img/ico_tecnologia_avance_off.svg) no-repeat;
    width: 90px;
    height: 90px;
}

    .bg-tecnologia.active {
        background-image: url(../img/ico_tecnologia_avance_on.svg)
    }

.bg-progress {
    position: relative;
    display: inline-block
}

.progress-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: transparent;
    margin: auto;
}

.active .progress-dot {
    background-color: #2CCED6;
}

.bg-progress-container-bar {
    padding-left: 0px;
}

.bg-progress-container {
    display: flex;
    justify-content: space-between;
}

.progress-line {
    border-top: 1px solid #000;
    margin-top: 7px;
    margin-left: 45px;
    margin-right: 45px;
}


.contenedor-1410 .tabcontent .wrap-tabla table tbody tr td .level {
    border-radius: 0px;
    width: 100%;
    height: 35px;
}

.matriz-descripcion {
    vertical-align: middle;
    background-color: #E6F1FA;
    width: 100%;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    color: #8a8a8a;
}


.progress-number {
    padding-top: 38px;
}

.main-image {
    display: inline-block;
}

.text-btn-main {
    text-align: left;
}

@media (max-width: 768px) {
    .progress-number {
        padding-top: 5px;
    }
    .head-progress {
        padding: 5px 10px 15px;
    }

    .bg-progress {
        height: 50px;
    }
    .progress-line {
        margin-left: 20px;
        margin-right: 20px;
    }

    

        .main-image .img-fluid {
            width: 100%;
        }

    .texto {
        font-size: 20px;
    }

    .text-btn-main {
        text-align: center;
    }

    .mundo-digital {
        padding-top: 10%;
    }

    .group-p-left {
        padding-left: 0px;
    }

    .group .wrap-inputs {
        padding-right: 30px;
    }

    footer .logos-content a{
        margin-right: 0;
    }
}

.title-diagonal {
    font-size: 10px;
}

.img-principal img {
    width: 100%;
}

.btn-big {
    font-size: 20px !important;
    border-radius: 28px !important;
    padding: 10px 56px !important;
}

.box-info-instruccion {
    display: flex;
    align-items: center;
}

.box-info-instruccion div {
    padding: 5px 10px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}

.img-fluid {
    max-width: 100%;
}

#body {
    min-height: calc(100vh - 220px);
    margin-bottom: 100px;
}

.align-items-center-container {
    margin-top: 60px;
}

.mundo-digital h1 {
    margin-bottom: 20px;
    color: #2d2c6d;
}

.mundo-digital .texto {
    margin-bottom: 20px;
    color: #2d2c6d;
}

.btn-info, .btn-info:hover {
    background-color: #2ccbd3;
    border-color: #2ccbd3;
}

.footer-logos {
    display: flex;
    justify-content: space-between;
}

    .footer-logos span, .footer-logos span span {
        display: flex;
        align-items: center;
        justify-content: center;
    }




@media (max-width: 768px) {
    .footer-logos {
        display: block;
        text-align: center;
    }

        .footer-logos span, .footer-logos span span {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
        }

            .footer-logos span span {
                display: flex;
            }

            .footer-logos span span a {
                margin-left: 10px;
                margin-right: 10px;
            }
            .tab-digital li {
                display: none;
            }

    .tab-digital li.active {
        display: inline-block;
    }

    .contenedor-1410 .tab .wrap-tab {
        display: block;
        text-align: center;
    }

        .contenedor-1410 .tab .wrap-tab .tablinks .ball {
            padding: 0;
            margin-bottom: 10px;
        }
}