@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CalibriBold';
  src: url("../fonts/CalibriBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
    font-family: 'DinPro_regular';
    src: url("../fonts/DINPro-Regular.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro_light';
    src: url("../fonts/DINPro-Light.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro_black';
    src: url("../fonts/DINPro-Black.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro_medium';
    src: url("../fonts/DINPro-Medium.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'DinPro_regular';
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    color: #565656;
    background-color: #fff;
    position: relative;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: url(../Images/background_firmalo.jpg) no-repeat top center;
    background-size: cover;
}

h1 {
    line-height: 1.2em;
    font-size: 1.875em;
    font-weight: bold;
}

h2 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    margin-bottom: 24px;
    line-height: 1.2em;
    font-size: 1.125em;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.my-error-class {
    color: #FF9C00 !important;
    font-size: 14px;
}

.error-text {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

.warning-text {
    font-size: 12px;
    color: orange;
    margin-top: 5px;
}

.success-text {
    font-size: 12px;
    color: #05d527;
    margin-top: 5px;
}

    .success-text a {
        color: #05d527;
        text-decoration: underline;
    }

a:hover, a:focus {
    text-decoration: none;
    color: #333;
}

#header {
    position: relative;
    padding: 0;
    min-height: 100px;
    z-index: 30;
}

.header-content {
    position: relative;
    z-index: 20;
}

.c-container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 920px;
}

.header-content-inner {
    position: relative;
}

.header-content-inner:before, .header-content-inner:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
}

.header-branding a {
    display: inline-block;
}

a {
    color: #ef7723;
}

.header-branding.m-large-logo span {
    max-width: 200px;
}

.header-branding span {
    display: block;
}

.header-branding {
    position: relative;
    float: left;
    padding: 30px 0;
    margin: 0;
}

.header-tools {
    position: absolute;
    top: 30px;
    right: 0;
}

.header-login {
    display: block;
    float: right;
    margin-left: 20px;
}

.header-login a {
    color: #565656;
    background-color: #FFF;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.header-login a i {
    color: #fb8c00;
}

.header-login a span {
    margin-left: 5px;
    vertical-align: top;
}

.header-image:after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,0)), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, rgba(242,242,242,0), #f2f2f2);
    background-image: -moz-linear-gradient(top, rgba(242,242,242,0), #f2f2f2);
    background-image: -o-linear-gradient(top, rgba(242,242,242,0), #f2f2f2);
    background-image: linear-gradient(to bottom, rgba(242,242,242,0),#f2f2f2);
}

#core {
    position: relative;
    z-index: 20;
}

#page-header {
    color: #FFF;
    background-color: #333;
    background-color: rgba(0,0,0,0.8);
    position: relative;
    margin: 0 0 24px 0;
    padding: 0 30px;
}

.m-has-breadcrumbs .page-title {
    padding-bottom: 12px;
    border-bottom: 1px solid transparent;
}

.page-title {
    position: relative;
    padding: 24px 0;
}

.m-has-breadcrumbs .page-title {
    border-color: #FFF;
    border-color: rgba(255,255,255,0.1);
}

.page-title h1 {
    color: #FFF;
    margin: 0;
}

.m-has-breadcrumbs .page-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 3px;
    line-height: 0;
}

.m-has-breadcrumbs .page-title:after {
    background-color: #FFF;
}

.breadcrumbs {
    color: #bebebe;
    padding: 10px 0;
    font-size: 0.875em;
}

#page-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}

#page-header:after {
    border-top-color: rgba(0,0,0,0.8);
}

.breadcrumbs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs>ul>li:first-child {
    margin: 0;
}

.breadcrumbs a {
    color: #FFF;
}

.breadcrumbs>ul>li {
    display: inline;
    margin-left: 5px;
    padding: 3px 0;
}

.breadcrumbs>ul>li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

ul>li:first-child {
    margin-top: 0;
}

ul li {
    position: relative;
    margin-top: 10px;
    line-height: 1.5em;
}

.breadcrumbs {
    color: #bebebe;
    padding: 10px 0;
    font-size: 0.875em;
}

.img_laptop {
    position: absolute;
    right: -75px;
    top: 70px;
    z-index: -1;
}

.c-content-box {
    margin-bottom: 24px;
    line-height: 1.4em;
    overflow: hidden;
}

    .c-content-box.login h2.title_login {
        color: #fff;
        font-family: DinPro_light;
        font-weight: lighter;
        font-size: 21px;
    }

    .c-content-box.login ul {
        font-family: DinPro_light;
        color: #fff;
        font-size: 12.5px;
        padding-bottom: 20px;
        border-bottom: 1px solid #4582c0;
    }

        .c-content-box.login ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 18px;
        }

        .c-content-box.login ul li::before {
            content: url(../Images/check.png);
            position: absolute;
            left: 0;
        }

        .c-content-box.login ul li strong {
            text-transform: uppercase
        }

        form {
            margin-bottom: 24px;
        }

.c-content-box.login h4 {
    font-family: DinPro_medium;
    color: #79c2ff;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

    .c-content-box.login h4 .svg {
        fill: #79c2ff;
        width: 36px;
        height: 36px;
        margin-right: 15px
    }

    .form-group {
        margin-bottom: 14px;
        position: relative;
    }
    .form-control.icon {
        padding-right: 45px;
    }
        .form-group .svg {
            position: absolute;
            width: 16px;
            height: 16px;
            fill: #0667bc;
            right: 22px;
            top: 14px;
        }

        .form_login {
            max-width: 272px;
        }

.form-control {
    border-radius: 0;
    padding: 12px 20px;
    height: 48px;
    color: #515151;
    background-color: #fdfdfd;
    box-shadow: 0 0 0;
    border: 0;
    border-radius: 15px;
}

.form-control:focus {
    border: 0;
    outline: 0;
    box-shadow: 0 0 0;
}

.w-100 {
    width: 100% !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #515151;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #515151;
}

::placeholder {
    color: #515151;
}

form .btn {
    border-radius: 0;
    position: relative;
    top: 0;
    padding: 20px;
    width: auto;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    background: rgb(239, 119, 35);
    margin-bottom: 24px;
    background-image: linear-gradient(#ffab30, #f77613);
}

label {
    color: rgb(51, 51, 51);
    display: block;
    margin: 0 0 5px 0;
    font-weight: normal;
    vertical-align: top;
}

.nav-tabs {
    border: 0;
    border-radius: 0;
    background: #ef7723;
    margin: 0 0 24px 0;       
    padding: 10px 0 15px;
}

.nav-tabs>li>a {
    border-radius: 0 !important;
    color: #fff;
    margin: 0 5% !important;
    border-bottom: 1px solid rgba(255,255,255,.3) !important;
}

.nav-tabs li:last-child a {
    border-bottom: 0 !important;
}

.nav-pills li a {
    margin: 0;
    line-height: 2;
    cursor: pointer !important; 
}

.nav-pills>li.active>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    margin: 0 5%;
}

.c-article-list {
    margin-bottom: 24px;
}

.c-content-box {
    margin-bottom: 24px;
    line-height: 1.4em;
    overflow: hidden;
}

.c-article-list .c-content-box {
    padding-left: 0;
    padding-right: 0;
}

.c-article-list .article-list-inner {
    position: relative;
    padding: 0 30px 24px 30px;
}

.c-article-list .ico-shadow {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 120px;
    opacity: 0.08;
    filter: alpha(opacity=8);
    z-index: 5;
}

.c-article-list .article-list-title {
    font-weight: normal;
    text-transform: none;
    z-index: 10;
}

.c-article-list .article-list-title {
    position: relative;
    padding-left: 45px;
    z-index: 10;
}

.c-article-list .article-list-title .ico {
    color: #ef7723;
}

.c-article-list .article-list-title .ico {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 36px;
}

.c-article-list .article-list-content {
    position: relative;
    margin: 0 -30px;
    z-index: 20;
}

.c-article-list .article-core {
    position: relative;
    padding: 0 30px;
}

.c-article-list .article-title {
    margin: 0;
    font-size: 1.5em;
    color: #ef7723;
}

.c-article-list .article-excerpt {
    margin-top: 24px;
}

p {
    line-height: 1.5em;
    margin: 0 0 24px 0;
}

.c-article-list .article-image {
    margin-bottom: 24px;
}

.c-article-list .article-image a {
    display: block;
    margin: 0 0 12px 0;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-article-list.m-has-featured .brief-article:nth-child(2) {
    margin-top: 0;
    border-top: 0;
}

.c-article-list .brief-article {
    border-color: #f0f0f0;
}

.c-article-list .article-title {
    margin: 0;
    font-size: 1.5em;
}

.c-article-list .brief-article .article-title {
    margin: 0;
    padding-right: 100px;
    font-size: 0.875em;
    font-weight: normal;
    text-transform: none;
}

.c-article-list .brief-article {
    position: relative;
    margin: 7px 30px 0 30px;
    padding-top: 7px;
    border-top: 1px solid transparent;
}

.c-article-list .brief-article {
    border-color: #f0f0f0;
}

.article-excerpt h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar .widget {
    margin-bottom: 24px;
    font-size: 0.875em;
}

.sidebar .widget {
    background-color: #fff;
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}

.sidebar .widget-inner {
    padding: 20px;
    overflow: hidden;
}

.sidebar .widget-title {
    position: relative;
    margin: -20px -20px 0 -20px;
    padding: 20px 20px 15px 20px;
    font-size: 1.143em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.sidebar .widget-title.m-has-ico {
    padding-left: 50px;
}

.sidebar .widget-title {
    color: #333;
}

.sidebar .widget-ico {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 20px;
}

.sidebar .widget-ico {
    color: #ec5237;
}

.widget.lsvr-notices ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget.lsvr-notices .notice-title {
    display: inline;
    margin: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
}

.widget.lsvr-notices ul>li {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid transparent;
}

.sidebar .widget.lsvr-notices ul>li {
    border-color: #f0f0f0;
}

.sidebar .widget.lsvr-notices ul>li:first-child {
    border-color: transparent;
}

.widget.lsvr-notices .notice-date {
    display: block;
    font-size: 0.857em;
    white-space: nowrap;
}

#footer {
    position: relative;
    z-index: 10;
}

.footer-bg {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.footer-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}

.footer-bg:before {
    background-color: #f2f2f2;
    background-color: rgba(242,242,242,0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(rgba(242,242,242,0)));
    background-image: -webkit-linear-gradient(top, #f2f2f2, rgba(242,242,242,0));
    background-image: -moz-linear-gradient(top, #f2f2f2, rgba(242,242,242,0));
    background-image: -o-linear-gradient(top, #f2f2f2, rgba(242,242,242,0));
    background-image: linear-gradient(to bottom, #f2f2f2,rgba(242,242,242,0));
}

.footer-inner {
    position: relative;
    z-index: 20;
}

.footer-top {
    font-size: 0.875em;
}

.footer-top {
    color: #bebebe;
    background-color: #111;
    background-color: rgba(17,17,17,0.9);
}

#bottom-panel {
    padding: 48px 0 24px 0;
}

#bottom-panel.m-4-columns .widget-col:nth-child(4n+1) {
    clear: left;
}

#bottom-panel .widget {
    margin-bottom: 24px;
}

.c-separator.m-transparent {
    border: 0;
}

#bottom-panel h1, #bottom-panel h2, #bottom-panel h3, #bottom-panel h4, #bottom-panel h5, #bottom-panel h6 {
    color: #bebebe;
}

#bottom-panel .widget-title {
    margin-bottom: 24px;
    font-size: 1.286em;
    text-transform: uppercase;
}

#bottom-panel .widget-title {
    color: #FFF;
}

.widget p {
    margin: 12px 0 0 0;
}

.widget p:first-child {
    margin-top: 0;
}

#bottom-panel p {
    line-height: 1.5em;
}

dl {
    margin: 0 0 24px 0;
}

.widget.lsvr-definition-list dl {
    margin: 0;
}

.widget.lsvr-definition-list dl:before, .widget.lsvr-definition-list dl:after {
    display: table;
    clear: both;
    height: 0;
    content: '';
}

dl>dt {
    margin-top: 10px;
    font-weight: bold;
}

dl>dt:first-child {
    margin-top: 0;
}

.widget.lsvr-definition-list dl>dt {
    clear: both;
    float: left;
    margin: 7px 0 0 0;
    padding-top: 7px;
    width: 50%;
    border-top: 1px solid transparent;
}

.widget.lsvr-definition-list dl>dt:first-of-type, .widget.lsvr-definition-list dl>dd:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

#bottom-panel .widget.lsvr-definition-list dl>dt, #bottom-panel .widget.lsvr-definition-list dl>dd {
    border-color: rgba(255,255,255,0.1);
}

.widget.lsvr-definition-list dl>dd {
    float: right;
    width: 50%;
    margin-top: 7px;
    padding-top: 7px;
    text-align: right;
    border-top: 1px solid transparent;
}

#bottom-panel .widget.lsvr-definition-list dl>dd {
    color: #FFF;
}

div.bbp-template-notice {
    position: relative;
    margin: 0 0 24px 0;
    padding: 18px 20px 18px 50px;
    border-radius: 0;
    border: 0;
}

div.bbp-template-notice, div.bbp-template-notice.info {
    color: #265e88;
    background-color: #e1edf9;
}

div.bbp-template-notice:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f05a';
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 20px;
}

div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 !important;
    padding: 2px;
    font-size: 12px;
    line-height: 140%;
}

div.bbp-template-notice p {
    margin: 12px 0 0 0;
    padding: 0;
    font-size: 0.875em;
}

div.bbp-template-notice p:first-child {
    margin-top: 0;
}

ul.redsocial {
    text-align: left;
}

    ul.redsocial li {
        display: inline;
        /*padding: 10px;*/
        padding-left: 0;
        padding-right: 15px;
        margin: 0 5px 0 0;
        font-size: 30px;
    }

article.brief-article {
    border-top: 0px solid transparent;
}

article.brief-article i.fa.fa-caret-right {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

@media (max-width: 640px) {
    .c-content-box {
        padding: 24px 10px 1px 10px;
    }

    .padding_cero {
        padding: 0;
    }
}

@media (min-width: 641px) and (max-width: 768px) { 
    .bottom-panel-inner {
        padding: 0 25%;
        text-align: center !important;
    }

    .textwidget p {
        text-align: center !important;
    }
}

