body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
    .page-container {
        overflow-x: hidden;
    }
    
    a,
    button {
        transition: background .3s ease-in-out;
        outline: none !important;
    }
    
    a:hover {
        text-decoration: none;
        cursor: pointer;
    }
    
    .page-preloader {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 100000;
        background: #FFFFFF url("../img/pageload-spinner.gif") no-repeat center center;
    }
    
    .bloc {
        width: 100%;
        clear: both;
        background: 50% 50% no-repeat;
        padding: 0 50px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        display: flex;
    }
    
    .bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .bloc-lg {
        padding: 100px 50px;
    }
    
    .bloc-md {
        padding: 25px;
    }
    
    .bloc-sm {
        padding: 20px 50px;
    }
    
    .bloc-fill-screen {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .bloc-fill-screen>.container {
        align-self: flex-middle;
        flex-grow: 1;
        display: flex;
    }
    
    .bloc-fill-screen>.container>.row {
        flex-grow: 1;
        align-self: center;
        width: 100%;
    }
    
    .bloc-fill-screen .fill-bloc-top-edge,
    .bloc-fill-screen .fill-bloc-bottom-edge {
        flex-grow: 0;
    }
    
    .bloc-fill-screen .fill-bloc-top-edge {
        align-self: flex-start;
    }
    
    .bloc-fill-screen .fill-bloc-bottom-edge {
        align-self: flex-end;
    }
    
    .full-width-bloc {
        padding-left: 0;
        padding-right: 0;
    }
    
    .full-width-bloc .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .full-width-bloc .container {
        width: 100%;
        max-width: 100% !important;
    }
    
    .full-width-bloc .carousel img {
        width: 100%;
        height: auto;
    }
    
    .bg-center,
    .bg-l-edge,
    .bg-r-edge,
    .bg-t-edge,
    .bg-b-edge,
    .bg-tl-edge,
    .bg-bl-edge,
    .bg-tr-edge,
    .bg-br-edge,
    .bg-repeat {
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        -o-background-size: auto !important;
        background-size: auto !important;
    }
    
    .bg-repeat {
        background: repeat;
    }
    
    .bloc-bg-texture::before {
        content: "";
        background-size: 2px 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .texture-geometry-shapes::before {
        background: url("../img/texture-geometry-shapes.png");
        background-size: 280px 280px;
    }
    
    .d-bloc {
        color: rgba(255, 255, 255, .7);
    }
    
    .d-bloc button:hover {
        color: rgba(255, 255, 255, .9);
    }
    
    .d-bloc .icon-round,
    .d-bloc .icon-square,
    .d-bloc .icon-rounded,
    .d-bloc .icon-semi-rounded-a,
    .d-bloc .icon-semi-rounded-b {
        border-color: rgba(255, 255, 255, .9);
    }
    
    .d-bloc .divider-h span {
        border-color: rgba(255, 255, 255, .2);
    }
    
    .d-bloc .a-btn,
    .d-bloc .navbar a,
    .d-bloc a .icon-sm,
    .d-bloc a .icon-md,
    .d-bloc a .icon-lg,
    .d-bloc a .icon-xl,
    .d-bloc h1 a,
    .d-bloc h2 a,
    .d-bloc h3 a,
    .d-bloc h4 a,
    .d-bloc h5 a,
    .d-bloc h6 a,
    .d-bloc p a {
        color: rgba(255, 255, 255, .6);
    }
    
    .d-bloc .a-btn:hover,
    .d-bloc .navbar a:hover,
    .d-bloc a:hover .icon-sm,
    .d-bloc a:hover .icon-md,
    .d-bloc a:hover .icon-lg,
    .d-bloc a:hover .icon-xl,
    .d-bloc h1 a:hover,
    .d-bloc h2 a:hover,
    .d-bloc h3 a:hover,
    .d-bloc h4 a:hover,
    .d-bloc h5 a:hover,
    .d-bloc h6 a:hover,
    .d-bloc p a:hover {
        color: rgba(255, 255, 255, 1);
    }
    
    .d-bloc .navbar-toggle .icon-bar {
        background: rgba(255, 255, 255, 1);
    }
    
    .d-bloc .btn-wire,
    .d-bloc .btn-wire:hover {
        color: rgba(255, 255, 255, 1);
        border-color: rgba(255, 255, 255, 1);
    }
    
    .d-bloc .card {
        color: rgba(0, 0, 0, .5);
    }
    
    .d-bloc .card button:hover {
        color: rgba(0, 0, 0, .7);
    }
    
    .d-bloc .card icon {
        border-color: rgba(0, 0, 0, .7);
    }
    
    .d-bloc .card .divider-h span {
        border-color: rgba(0, 0, 0, .1);
    }
    
    .d-bloc .card .a-btn {
        color: rgba(0, 0, 0, .6);
    }
    
    .d-bloc .card .a-btn:hover {
        color: rgba(0, 0, 0, 1);
    }
    
    .d-bloc .card .btn-wire,
    .d-bloc .card .btn-wire:hover {
        color: rgba(0, 0, 0, .7);
        border-color: rgba(0, 0, 0, .3);
    }
    
    .d-bloc .card,
    .l-bloc {
        color: rgba(0, 0, 0, .5);
    }
    
    .d-bloc .card button:hover,
    .l-bloc button:hover {
        color: rgba(0, 0, 0, .7);
    }
    
    .l-bloc .icon-round,
    .l-bloc .icon-square,
    .l-bloc .icon-rounded,
    .l-bloc .icon-semi-rounded-a,
    .l-bloc .icon-semi-rounded-b {
        border-color: rgba(0, 0, 0, .7);
    }
    
    .d-bloc .card .divider-h span,
    .l-bloc .divider-h span {
        border-color: rgba(0, 0, 0, .1);
    }
    
    .d-bloc .card .a-btn,
    .l-bloc .a-btn,
    .l-bloc .navbar a,
    .l-bloc a .icon-sm,
    .l-bloc a .icon-md,
    .l-bloc a .icon-lg,
    .l-bloc a .icon-xl,
    .l-bloc h1 a,
    .l-bloc h2 a,
    .l-bloc h3 a,
    .l-bloc h4 a,
    .l-bloc h5 a,
    .l-bloc h6 a,
    .l-bloc p a {
        color: rgba(0, 0, 0, .6);
    }
    
    .d-bloc .card .a-btn:hover,
    .l-bloc .a-btn:hover,
    .l-bloc .navbar a:hover,
    .l-bloc a:hover .icon-sm,
    .l-bloc a:hover .icon-md,
    .l-bloc a:hover .icon-lg,
    .l-bloc a:hover .icon-xl,
    .l-bloc h1 a:hover,
    .l-bloc h2 a:hover,
    .l-bloc h3 a:hover,
    .l-bloc h4 a:hover,
    .l-bloc h5 a:hover,
    .l-bloc h6 a:hover,
    .l-bloc p a:hover {
        color: rgba(0, 0, 0, 1);
    }
    
    .l-bloc .navbar-toggle .icon-bar {
        color: rgba(0, 0, 0, .6);
    }
    
    .d-bloc .card .btn-wire,
    .d-bloc .card .btn-wire:hover,
    .l-bloc .btn-wire,
    .l-bloc .btn-wire:hover {
        color: rgba(0, 0, 0, .7);
        border-color: rgba(0, 0, 0, .3);
    }
    
    h2.center {
        text-align: center;
    }
    
    .voffset {
        margin-top: 30px;
    }
    
    .sticky-nav.sticky {
        position: fixed;
        top: 0;
        z-index: 1000;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        transition: all .2s ease-out;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgb(64, 64, 64);
        border-radius: 4px;
    }
    
    .btco-menu li>a {
        padding: 10px 15px;
        color: #000;
    }
    
    .btco-menu .active a:focus,
    .btco-menu li a:focus,
    .navbar>.show>a:focus {
        background: transparent;
        outline: 0;
    }
    
    .dropdown-menu .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }
    
    .mg-clear {
        margin: 0;
    }
    
    .mg-md {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .btn-d,
    .btn-d:hover,
    .btn-d:focus {
        color: #FFF;
        background: rgba(0, 0, 0, .3);
    }
    
    button {
        outline: none !important;
    }
    
    .btn-rd {
        border-radius: 4px;
    }
    
    .btn-f-rd {
        border-radius: 30px;
    }
    
    .icon-spacer {
        margin-right: 5px;
    }
    
    .dropdown a .caret {
        margin: 0 0 0 5px
    }
    
    .btn-dropdown .dropdown-menu .dropdown {
        padding: 3px 20px;
    }
    
    .icon-md {
        font-size: 30px !important;
    }
    
    .icon-round {
        margin: 0 auto;
        border: 2px solid transparent;
        border-radius: 50%;
        padding: 32px 30px 26px 30px;
        min-width: 80px;
    }
    
    .icon-round.icon-md,
    .icon-square.icon-md,
    .icon-rounded.icon-md {
        min-width: 92px;
    }
    
    .icon-round.icon-lg,
    .icon-square.icon-lg,
    .icon-rounded.icon-lg {
        min-width: 122px;
    }
    
    .icon-round.icon-xl,
    .icon-square.icon-xl,
    .icon-rounded.icon-xl {
        min-width: 162px;
    }
    
    .card-sq,
    .card-sq .card-header,
    .card-sq .card-footer {
        border-radius: 0;
    }
    
    .card-rd {
        border-radius: 30px;
    }
    
    .card-rd .card-header {
        border-radius: 29px 29px 0 0;
    }
    
    .card-rd .card-footer {
        border-radius: 0 0 29px 29px;
    }
    
    .form-control {
        border-color: rgba(0, 0, 0, .1);
        box-shadow: none;
    }
    
    a[data-lightbox] {
        position: relative;
        display: block;
        text-align: center;
    }
    
    a[data-lightbox]:hover::before {
        content: "+";
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
        font-size: 32px;
        line-height: 42px;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        border-radius: 50%;
        background: rgba(0, 0, 0, .6);
        color: #FFF;
        font-weight: 100;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    
    a[data-lightbox]:hover img {
        opacity: 0.6;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
    }
    
    .lightbox-caption {
        padding: 20px;
        color: #FFF;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 5px;
    }
    
    .close-lightbox {
        color: #FFF;
        font-size: 30px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 20;
        background: rgba(0, 0, 0, .5);
        border: none;
        line-height: 30px;
        padding: 0 9px 5px;
        opacity: 0.3;
        border-radius: .25rem;
    }
    
    .close-lightbox:hover,
    .next-lightbox:hover,
    .prev-lightbox:hover {
        opacity: 1.0;
        color: #FFF;
    }
    
    .next-lightbox,
    .prev-lightbox {
        font-size: 20px;
        color: rgba(255, 255, 255, .9);
        background: rgba(0, 0, 0, .5);
        transition: all .2s ease-in-out;
        position: absolute;
        top: 45%;
        z-index: 1;
        opacity: 0.4;
        border-radius: .25rem;
    }
    
    .next-lightbox {
        padding: 6px 8px 1px 13px;
        right: 25px;
    }
    
    .prev-lightbox {
        padding: 6px 13px 1px 10px;
        left: 25px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    label,
    .btn,
    a {
        font-family: "Lato";
        /*font-weight: 300;*/
    }
    
    .container {
        max-width: 1140px;
    }
    
    .navbar-brand {
        font-family: "Lato";
        font-weight: 300;
    }
    
    h1 {
        font-family: "Open Sans";
        font-weight: 800;
    }
    
    h2 {
        font-family: "Open Sans";
        background-color: transparent;
        color: #000000 !important;
        font-weight: 800;
    }
    
    .link-style {
        font-size: 1.5em;
        font-family: Lato;
        font-weight: 300;
    }
    
    .navbar-brand img {
        width: 44px;
    }
    
    .img-style {
        border-radius: 0px 0px 0px 0px;
    }
    
    .a-link {
        color: #4f87fb;
    }
    
    .consent-wrap .form-group {
        padding-top: 20px;
    }
    
    .btn-style {
        background-color: #4f87fb;
        border-radius: 25px 25px 25px 25px;
    }
    
    .h2-style {
        font-family: "Open Sans";
        font-weight: 800;
        width: 100%;
    }
    
    .btn-3-style {
        border-radius: 25px 25px 25px 25px;
    }
    
    .h3-style {
        font-size: 28px;
        line-height: 38px;
    }
    
    .btn-more-info-style {
        border-radius: 25px 25px 25px 25px;
    }
    
    .img-4-style {
        border-radius: 195px 195px 195px 195px;
    }
    
    .img-10385-style {
        border-radius: 195.5px 195.5px 195.5px 195.5px;
    }
    
    .team-card {
        min-height: 350px;
    }
    
    .btn-subscribe-style {
        border-radius: 39px 39px 39px 39px;
    }
    
    .p-style {
        font-size: 22px;
    }
    
    .link-txt-home {
        color: #4f87fb !important;
        font-family: "Lato";
        font-weight: 300;
        text-align: center;
    }
    
    .btn-style:hover {
        background-color: #4689E7;
    }
    
    .btn-style:active {
        background-color: #4589E6;
    }
    
    .h4-style {
        line-height: 32px;
    }
    
    .iconicon {
        margin-left: 10px;
        display: inline;
    }
    
    .btn {
        text-transform: uppercase;
        font-size: 1rem;
        vertical-align: middle;
        /*line-height: 32px;*/
    }
    
    .xpand.main-nav {
        padding: 15px 0;
        transition: all ease 0.3s;
    }
    
    .parent-nav-i::after {
        font-family: 'FontAwesome';
        content: '\f107';
        position: absolute;
        float: right;
        top: 8px;
        right: -6px;
    }
    
    .mainmenu>.nav-item a {
        letter-spacing: 1px;
        text-decoration: none;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        color: #4f87fb;
        background-color: transparent !important;
    }
    
    .mainmenu>.nav-item a:after {
        background-color: currentColor;
        content: "";
        position: absolute;
        bottom: 0px;
        left: auto;
        right: 0;
        height: 2px;
        width: 0%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        border: 0!important;
    }
    
    .mainmenu>.nav-item a::before {
        width: 100%;
        content: "";
        position: absolute;
        bottom: 0px;
        left: auto;
        right: 0;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }
    
    .mainmenu>.nav-item a:hover:after,
    .mainmenu>.nav-item a:focus:after {
        width: 100%;
        left: 0;
        right: auto;
    }
    
    .mainmenu>.nav-item a:hover:before,
    .mainmenu>.nav-item a:focus:before {
        width: 100%;
    }
    /* MENU REDUCTION */
    
    .sticky {
        transition: all ease 0.3s;
    }
    
    .sticky.main-nav {
        padding: 0;
    }
    
    .sticky .navbar {
        padding: 0 1rem;
    }
    
    .sticky .link-style {
        font-size: 1.2em;
    }
    
    .sticky .navbar-brand img {
        width: 38px;
    }
    
    .parent-nav-i .dropdown-toggle::after {
        border: 0!important;
    }
    
    .mainmenu>.nav-item a.register-btn {
        background-color: #4f87fb!important;
        color: #fff !important;
        margin-left: 20px;
        border-radius: 30px;
        padding: 10px 14px;
    }
    
    .mainmenu>.nav-item a.register-btn:hover {
        background-color: #1551ba !important;
    }
    
    .mainmenu>.nav-item a.register-btn::before,
    .mainmenu>.nav-item a.register-btn::after {
        height: 0;
    }
    
    #cta {
        background-color: #4f87fb;
        color: #fff;
    }
    
    #cta h2 {
        color: #fff!important;
    }
    
    #cta .whitelink {
        text-decoration: underline;
        color: #fff;
    }
    
    #cta .btn-subscribe-style {
        background-color: #fff;
        color: #4f87fb!important;
        margin-top: 20px;
    }
    
    #cta a.btn-subscribe-style:hover {
        background-color: #130947!important;
        color: #fff!important;
    }
    
    #contacto {
        color: #767676!important;
    }
    
    .q-txt-1 {
        padding-top: 30px;
    }
    
    #instituciones .d-block {
        max-height: 70px;
        /* border: 1px solid #eee; */
        width: auto;
        margin-top: 30px;
    }
    
    #instituciones {
        padding-bottom: 3.5em;
    }
    
    #contacto .modal-body {
        padding: 1.5em 3.5rem;
    }
    
    .img-placeholder-us-style {
        border-radius: 132.5px 132.5px 132.5px 132.5px;
    }
    
    .img-7-style {
        border-radius: 132px 132px 132px 132px;
    }
    
    .img-8-style {
        border-radius: 132.5px 132.5px 132.5px 132.5px;
    }
    
    .img-9-style {
        border-radius: 132.5px 132.5px 132.5px 132.5px;
    }
    
    .h3-10-style {
        font-size: 22px;
    }
    
    .h3-9-style {
        font-size: 22px;
    }
    
    .h3-john-doe-style {
        font-size: 22px;
    }
    
    .h3-12-style {
        font-size: 22px;
    }
    
    .home-services-title {
        padding-top: 60px;
    }
    
    .p-home-section-1-style {
        font-size: 20px;
    }
    
    .confirm-modal {
        margin-top: 20px;
    }
    
    .mainmenu {
        text-transform: uppercase;
        font-weight: normal;
        font-family: "Lato";
    }
    
    .mainmenu:hover {
        font-family: "Lato";
        font-weight: normal;
        text-transform: uppercase;
    }
    
    .mainmenu:active {
        font-family: "Lato";
        font-weight: normal;
        color: #4f87fb !important;
        text-transform: uppercase;
    }
    
    .h3-3-style {
        font-family: Lato;
        font-weight: 300;
        font-size: 28px;
    }
    
    .p-start-modulos-style {
        font-size: 20px;
    }
    
    .container-div-style {
        height: 75px;
    }
    
    .disclaimer-txt {
        margin-bottom: 50px;
    }
    
    .p-3-style {
        font-size: 20px;
    }
    
    .title-disclaimer {
        margin-bottom: 40px;
    }
    
    .btn-top-margin {
        margin-top: 30px;
    }
    
    .register-page-padd {
        padding: 40px 60px 40px 60px;
    }
    
    .recoverPass-page-padd {
        padding: 50px;
    }
    
    .main-text-register {
        color: #FEFFFE !important;
        padding: 80px 35px 80px 35px;
    }
            
    .main-text-changePass {
        color: #FEFFFE !important;
        padding: 50px;
    }
    
    .plain-txt {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .plain-txt p {
        /* color: black; */
        font-weight: normal;
        font-size: large;
        line-height: 32px;
    }
    
    .plain-txt strong {
        color: black;
    }
    
    .plain-txt ol li {
        line-height: 25px;
        margin: 20px 0;
    }
    
    .h3-plain-style {
        text-align: center;
        font-weight: 600;
        line-height: 42px;
    }
    
    .p-32-style {
        line-height: 18px;
        margin-top: 28px;
    }
    
    .h3-bloc-13-style {
        font-size: 22px;
    }
    
    .label-style {
        width: 40.12%;
    }
    
    .section-reg-form {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .field-style {
        width: 53.09%;
    }
    
    .p-31-style {
        width: 44.44%;
    }
    
    .inline-ph {
        display: inline;
        margin-left: 10px;
    }
    
    .agereg {
        display: inline;
    }
    
    .form-reg-inline {
        display: inline;
        margin-left: 10px;
        float: none;
    }
    
    .field-0-style {
        width: 65.74%;
    }
    
    .label-reg {
        width: 80px;
    }
    
    .label-bat {
        text-align: right;
        width: 200px;
    }
    
    .field-5573-style {
        width: 65.74%;
    }
    
    .field-21595-style {
        width: 65.74%;
    }
    
    .round-btn {
        border-radius: 30px;
    }
    
    .label-19-style {
        line-height: 16px;
    }
    
    .login-left-container {
        color: #FEFFFE !important;
        padding: 100px 100px 100px 100px;
    }
    
    .login-right-container {
        padding: 80px 80px 80px 80px;
    }
    
    .login-button {
        margin-bottom: 20px;
        margin-top: 29px;
    }
    
    .h3-27-style {
        line-height: 42px;
    }
    
    .btn-space-left {
        margin-left: 20px;
    }
    
    .p-bloc-18-style {
        line-height: 22px;
    }
    
    .check-icon-module {
        color: #FEFFFE !important;
        background-color: limegreen;
    }
    
    .check-module-inactive {
        background-color: #E0DEE1;
        color: #767676 !important;
    }
    
    .check-module-wait {
        background-color: indianred;
        color: white !important;
    }
    
    .bgc-white {
        background-color: #FFFFFF;
    }
    
    .bgc-brandeis-blue {
        background-color: #4f87fb;
    }
    
    .bgc-alice-blue {
        background-color: #f1f6fb;
    }
    
    .bgc-brandeis-blue-2 {
        background-color: #4f87fb;
    }
    
    .tc-black {
        color: #000000 !important;
    }
    
    .tc-brandeis-blue {
        color: #4f87fb !important;
    }
    
    .tc-white {
        color: #FFFFFF !important;
    }

.btn-brandeis-blue {
    background: #837CB8;
    color: #FFFFFF !important;
}

    .btn-brandeis-blue:hover {
        background: #696394 !important;
        color: #FFFFFF !important;
    }
    
    .btn-alice-blue {
        background: #EAF1FD;
        color: rgba(0, 0, 0, .5) !important;
    }
    
    .btn-alice-blue:hover {
        background: #bbc1ca !important;
        color: rgba(0, 0, 0, .5) !important;
    }
    
    .ltc-salud-blue {
        /* color: #4f87fb; */
        color: rgb(54, 54, 54);
    }
    
    .ltc-black {
        color: #000000 !important;
    }
    
    .ltc-black:hover {
        color: #000000 !important;
    }
    
    .icon-white {
        color: #FFFFFF !important;
        border-color: #FFFFFF !important;
    }
    
    .icon-brandeis-blue {
        color: #4f87fb !important;
        border-color: #4f87fb !important;
    }
    
    .texture-geometry-shapes::before {
        opacity: 0.4;
    }
    
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #4f87fb;
        background-color: #eee;
    }
    
    .label-19-style {
        vertical-align: middle;
    }
    
    .check-icon-module,
    .check-module-inactive {
        padding: 10px;
        border-radius: 30px;
        position: absolute;
        top: -3px;
        right: 0;
    }
    
    .check-icon-module,
    .check-module-wait {
        padding: 10px;
        border-radius: 30px;
        position: absolute;
        top: -3px;
        right: 0;
    }
    
    @media (max-width: 1024px) {
        .bloc {
            padding-left: 20px;
            padding-right: 20px;
        }
        .bloc.full-width-bloc,
        .bloc-tile-2.full-width-bloc .container,
        .bloc-tile-3.full-width-bloc .container,
        .bloc-tile-4.full-width-bloc .container {
            padding-left: 0;
            padding-right: 0;
        }
    }
    
    @media (max-width: 991px) {
        .container {
            width: 100%;
        }
        .page-container,
        #hero-bloc {
            overflow-x: hidden;
            position: relative;
        }
        .bloc {
            padding-left: constant(safe-area-inset-left);
            padding-right: constant(safe-area-inset-right);
        }
        .bloc-group,
        .bloc-group .bloc {
            display: block;
            width: 100%;
        }
    }
    
    @media (max-width: 767px) {
        .page-container {
            overflow-x: hidden;
            position: relative;
        }
        .bloc-tile-2 .container,
        .bloc-tile-3 .container,
        .bloc-tile-4 .container {
            padding-left: 0;
            padding-right: 0;
        }
        .a-block {
            padding: 0 10px;
        }
        .btn-dwn {
            display: none;
        }
        .voffset {
            margin-top: 5px;
        }
        .voffset-md {
            margin-top: 20px;
        }
        .voffset-lg {
            margin-top: 30px;
        }
        form {
            padding: 5px;
        }
        .close-lightbox {
            display: inline-block;
        }
        .blocsapp-device-iphone5 {
            background-size: 216px 425px;
            padding-top: 60px;
            width: 216px;
            height: 425px;
        }
        .blocsapp-device-iphone5 img {
            width: 180px;
            height: 320px;
        }
    }
    
    @media (max-width: 991px) {
        .h2-style {
            width: 100%;
        }
        .img-style {
            height: 300px;
        }
        .iconicon {
            display: inline;
        }
        .h3-23-style {
            font-size: 18px;
            line-height: 28px;
        }
        .h2-4-style {
            font-size: 28px;
        }
        .h4-cta-style {
            font-size: 18px;
        }
        .login-main {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

    }
    
    @media (max-width: 767px) {
        .img-style {
            border-radius: 152px 152px 152px 152px;
        }
        .h4-style {
            font-size: 18px;
        }
        .h4-bloc-8-style {
            font-size: 18px;
            line-height: 32px;
        }
        .register-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        .login-left-container {
            padding: 20px 50px 20px 50px;
        }
        .navbar-light .navbar-nav .nav-link {
            text-align: center;
        }
    }
    
    @media (max-width: 575px) {
        .sticky .navbar {
            padding: 0.3rem 2rem 0;
        }
        .navbar {
            padding: .5rem 2rem;
        }
        .mainmenu {
            display: block;
        }
        li.nav-item {
            padding: 10px 0;
            margin: 1.5em 0;
        }
        .mainmenu>.nav-item.parent-nav-i a.dropdown-toggle:after {
            height: 0!important;
            content: none;
        }
        .parent-nav-i::after {
            right: 0;
        }
        .parent-nav-i ul.dropdown-menu.show {
            border: none;
        }

        .register-page-padd {
            padding: 40px 20px;
        }
        div#contacto {
            width: 90%;
            margin: 20px;
        }
        .link-style {
            font-size: 16px;
        }
        .h1-style {
            font-size: 28px;
            line-height: 32px;
        }
        .h3-style {
            font-family: "Lato";
            font-weight: 300;
        }
        .footer-link {
            text-align: center;
        }
        .img-style {
            height: 250px;
        }
        .h4-style {
            font-size: 18px;
            line-height: 28px;
        }
        .h2-4-style {
            font-size: 28px;
        }
        .h3-23-style {
            font-size: 18px;
            line-height: 32px;
        }
        .h2-objetivo-style {
            font-size: 28px;
        }
        .confirm-modal {
            margin-top: 20px;
        }
        .h4-bloc-6-style {
            font-size: 18px;
        }
        .h1-home-section-2-style {
            font-size: 32px;
        }
        .h1-home-section-1-style {
            font-size: 32px;
        }
        .h2-bloc-13-style {
            font-size: 28px;
        }
        .h3-bloc-13-style {
            font-size: 18px;
        }
        .register-container {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        .section-reg-form input {
            width: 100%;
            margin-left: 0;
            display: block;
            margin-top: 0;
            padding: 22px;
        }
        .label-reg {
            width: 100%;
        }
        input#chConfirmDatos {
            width: auto;
            position: relative;
            /* float: left; */
            margin-right: 10px;
            /* vertical-align: middle; */
            display: inline;
            padding: 10px;
        }
        .form-check {
            margin: 1.5rem 0;
            padding-left: 0;
        }
        .field-5573-style {
            width: 63.85%;
        }
        .field-0-style {
            width: 63.85%;
        }
        .field-style {
            width: 45.38%;
        }
        .login-left-container {
            padding: 20px 20px 20px 20px;
        }
        .login-right-container {
            padding: 20px 20px 20px 20px;
        }
        .p-32-style {
            line-height: 28px;
            text-align: center;
        }
        .login-button {
            margin-bottom: 20px;
            margin-top: 20px;
        }

    }
    
    #utc_time,
    #utc_time_end {
        display: none!important;
    }
    
    .bluelink {
        color: #1551ba!important;
    }
    
    .bluelink:hover {
        text-decoration: underline;
    }
    
    .questionarios {
        padding-left: 20px;
    }
    
    .questionariosRespuestas {
        padding-left: 20px;
    }

    .questionariosRespuestasRadio {
        padding-left: 40px;
    }
    
    .questionariosPreguntas {
        font-weight: bold
    }
    /* .form-control,
    #textarea#message {
        border-radius: 30px;
    } */
    
    .reset-pswd-bloc-container {
        padding: 20px;
    }
    /* PROFILE CARDS */
    
    .card-wrap {
        margin: 0 2rem 6.5rem;
        height: 320px;
    }
    
    .card-wrap .image-wrap {
        position: relative;
        height: 100%;
    }
    
    .card-wrap .image-wrap img {
        width: 100%;
        z-index: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        height: 100%;
        border-radius: 4px;
        border: 1px solid #eee;
    }
    
    .card-wrap .card-bottom {
        background-color: #ffffff;
        position: absolute;
        bottom: -76px;
        padding: 10px;
        width: calc(100% - 60px);
        border-radius: 4px;
        border-bottom: 3px solid transparent;
        margin: -30px 15px 0;
        overflow: hidden;
        border: 1px solid #eee;
    }
    
    .card-bottom .colab-role {
        font-size: 13px !important;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
    }
    
    .card-bottom .colabname {
        font-size: 20px !important;
        line-height: 30px;
        letter-spacing: -0.5px;
        font-weight: 700;
        text-align: center;
    }
    
    .semblanzabtn {
        margin: 10px 0 0 0;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .semblanzabtn .semb-item {
        width: 35px;
        height: 35px;
        background: #4f87fb;
        border-radius: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin-right: 8px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #fff;
    }
    
    .semblanzabtn .semb-item:hover {
        background: #130947;
        cursor: pointer;
    }
    
    *:focus {
        outline: none!important;
    }
    
    .gradicon {
        padding: 5px 3px;
        border: 1px solid #000;
        border-radius: 30px;
        margin: 0 5px;
    }
    
    .start-module {
        border-radius: 30px;
    }
    /* #equipo {
    background: #e6ecf2;
} */
    
    .img-responsive {
        width: 100%;
        height: auto;
    }
    /* Estilos formulario serializado  */
    
    #consentimiento-main fieldset:not(:first-of-type) {
        display: none;
    }
    
    .btn-con {
        display: block;
        margin: 20px 0 0;
        /*background-color: #eee;*/
        color:black;
        width: 100%;
    }
    
    input.siguiente,
    #btn-aceptar {
        float: right;
        margin: 15px 15px 0 0;
    }
    
    input.anterior {
        border: 1px solid lightgray;
        margin: 15px 0 0 10px;
        padding: 8px 15px;
    }
    
    #aceptarconsentimiento.siguiente {
        float: none!important;
        margin: 20px 0!important;
    }

.danger {
    color: red;
    font-weight: bold;
}
.danger-txt {
    border: 1px solid #ff0000 !important;
    border-color: #ff0000 !important;
}
.img-menu {
    height: 200px;
    max-width:200px;
}

.img-sesiones {
    height: 250px;
}

.div-click {
    cursor: pointer;
    margin-top:30px;
}

.div-click:hover {
    color: black;
    font-weight: bolder;
}

#myProgressEscalas {
    width: 100%;
    background-color: grey;
}

#main-module-area {
    margin-top: 50px
}

#myBarEscalas {
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.menu-labels {
    position: absolute;
    top: 2%;
    right: 2%;
}

.links-menu {
    color: #2BAAE2;
    font-size: 15px;
    font-family: monospace;
    font-weight: bold;
    cursor:pointer;
}

.titulos {
    color: #2BAAE2; 
    font-size: 24px; 
    font-weight: bold; 
    font-family: monospace; 
    cursor: default;
}

.textos {
    color: #2BAAE2; 
    font-weight: bold;
    font-family:monospace; 
    font-size: 18px; 
    cursor: default;
}

.button-style-1 {
    width: 300px; 
    height: 50px; 
    background-color: #F8B253; 
    border-color: #F8B253; 
    border-style: none; 
    color: white; 
    font-size: 18px; 
    font-weight: bold; 
    font-family: monospace; 
    border-radius: 5px; 
    cursor:pointer;
}

.button-style-2 {
    width: 200px; 
    height: 30px; 
    background-color: #837CB8; 
    border-color: #837CB8; 
    border-style: none; 
    text-align: center; 
    color: white; 
    font-weight: bold; 
    font-family: monospace; 
    border-radius: 5px; 
    cursor:pointer;
}

.textbox{
    width: 500px; 
    height: 40px; 
    font-size: 14px; 
    font-family: monospace; 
    border-radius: 5px; 
    border-color: grey; opacity: 0.4;
}

.passwordbox{
    width: 500px; 
    height: 40px; 
    font-size: 14px; 
    font-family: monospace; 
    border-radius: 5px; 
    border-color: gray; 
    opacity: 0.4;
}

.texto-consentimiento{
    font-size: 18px; 
    font-family: monospace; 
    cursor: default;
}


.links{
    color: #2BAAE2;
    font-size: 18px;
    font-family: monospace;
    font-weight: bold;
  	border: 0;
    cursor: pointer;
}

.botones{
    width: 300px;
    height: 50px;
    font-size: 13px;
}

.posicion{
    width: 525px;
    height: 200px;
    position: absolute;
    top: 30%;
    left: 10%;
}

.texto-reglas{
    margin-left: 15%;
    margin-right: 15%;
    font-family: monospace;
    font-size: 16px;
}

.posicion-reglas{
    margin-left:30%;
    margin-top: 1%;
}

.texto-azul {
    color:#2BAAE2
}

.texto-modulos-lectura {
    text-align:justify; 
    font-size:20px; 
    padding-top:10px; 
    width:80%; 
    margin-left:auto;
    margin-right:auto
}



