@font-face {
    font-family: open-sans-regular;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: open-sans-light;
    src: url(../font/OpenSans-Light.ttf);
}

@font-face {
    font-family: open-sans-semibold;
    src: url(../font/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: open-sans-bold;
    src: url(../font/OpenSans-Bold.ttf);
}

html,
body {
    overflow: initial !important;
    height: initial;
}

.div_login * {
    font-family: open-sans-regular;
}

.navbar-inverse {
    background-color: #575756 !important;
}

.wrap {
    background-color: transparent !important;
}

.navbar {
    min-height: 50px !important;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1 !important;
}

::-webkit-scrollbar-corner {
    color: #fff !important;
}

.form-control {
    border: 1px solid #f1f1f1 !important;
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .wrap>.container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .wrap>.container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .wrap>.container {
        width: 1170px !important;
        padding: 56px 0px 0px !important;
    }
}

.wrap>.container.no-pad {
    padding-top: 0px !important;
}

.logo {
    text-align: left;
    height: 80px;
}

.logo img,
.logo_phone img {
    height: 100%;
    margin-top: 15px;
}

.logo_phone {
    margin-top: 30px;
    height: 46px;
    text-align: right;
}

.wrap>.container.div_login {
    padding: 47px 0px 55px;
}

.page-header {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 60px !important;
    border-bottom: 0px !important;
}

.center {
    text-align: center;
}

.page-header .title {
    font-family: open-sans-light;
    font-size: 30px;
    color: #1c294a;
}

.page-header .subtitle {
    font-family: open-sans-light;
    font-size: 16px;
    color: #5e6a72;
    margin-bottom: -10px;
}

.column-title {
    font-family: open-sans-light;
    font-size: 25px;
    color: #1c294a;
    margin-bottom: 30px;
}

.wrap>.container.div_login form {
    margin-top: 29px;
}

.wrap>.container.div_login .form-group.field-loginform-username {
    margin-bottom: 28px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group .control-label {
    font-size: 13px;
    color: #6f6f6f;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group .form-control {
    width: 100%;
    border-radius: 0px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

a {
    color: #0066c0 !important;
    font-size: 12px;
    text-decoration: underline !important;
}

a:hover,
a:focus {
    color: #23527c !important;
    text-decoration: underline !important;
}

.div_login .div_iniciar {
    margin-top: 0;
    margin-bottom: 20px;
}

button.form-button,
button.form-button:active:hover,
button.form-button:active {
    font-family: open-sans-bold;
    font-size: 11px;
    background-color: #575756;
    border-radius: 0px;
    border: 0px;
    padding: 15px 40px;
    text-transform: uppercase;
    margin-top: 5px;
    border: 1px solid #575756 !important;
    color: #FFF;
}

button.form-button:hover,
button.form-button:focus {
    color: #575756;
    background-color: #FFF;
    border: 1px solid #575756 !important;
    text-decoration: none;
}

.cajas-footer {
    margin-top: 15px;
    line-height: 18px;
    height: initial !important;
    background-color: initial !important;
    border-top: 0 !important;
}

footer .container {
    padding-right: 0;
    padding-left: 0;
}

.footer .footer-color-line {
    background-color: #a5ee5a;
    height: 40px;
    width: 100%;
    display: block;
}

.cajas-footer .col5 {
    padding-top: 35px;
}

.cajas-footer .tit {
    font-size: 18px;
    text-transform: uppercase;
    font-family: open-sans-bold;
    color: #494d52;
    margin-bottom: 24px;
}

.cajas-footer .links {
    margin-top: 16px;
}


.cajas-footer .col5 .telefono {
    font-size: 24px;
    font-family: open-sans-regular;
    color: #494d52 !important;
    margin-top: 25px;
}

.cajas-footer .col5 .telefono span {
    font-family: open-sans-bold;
    color: #494d52 !important;
}

.cajas-footer .col5 .telefono:before {
    background-image: url('/img/phone.svg');
    height: 19px;
    width: 19px;
    display: inline-block;
    content: " ";
    background-size: 19px;
    margin-right: 6px;
}

.cajas-footer .col5 .horario {
    margin-top: 12px;
}

.cajas-footer .col5 .horario,
.cajas-footer .col5 .mail a,
.cajas-footer .col5 .info a {
    font-size: 14px;
    color: #494d52 !important;
    text-decoration: none !important;
    font-family: open-sans-regular;
}

.cajas-footer .col5 a:hover,
footer .pull-right a:hover {
    text-decoration: underline !important;
}

.cajas-footer .col5 .mail {
    margin-top: 8px;
}

.cajas-footer .col5 .info {
    margin-top: 5px;
}

.cajas-footer .col6,
.cajas-footer .col7 {
    padding-top: 35px;
}

.cajas-footer .col6,
.cajas-footer .col7 {
    padding-top: 35px;
}

.logo_openpay {
    background-image: url('/img/logo_openpay.svg');
    height: 71px;
    width: auto;
    background-position: right;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: -17px;
}

.logo_pro_footer {
    background-image: url('/img/logo_pro_gris.svg');
    height: 81px;
    width: auto;
    background-position: right;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 27px;
}

.logo_pro_footer:hover {
    background-image: url('/img/logo_pro_color.svg');
}

.logo_store_footer {
    background-image: url('/img/logo_store_gris.svg');
    height: 61px;
    width: auto;
    background-position: right;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 36px;
}

.logo_store_footer:hover {
    background-image: url('/img/logo_store_color.svg');
}

.footer .footer-grey-line {
    background-color: #F2F2F2;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 82px;
    margin-bottom: 30px;
}

.sub-footer {
    font-family: open-sans-regular;
    font-size: 12px;
    color: #302e3c;
    margin-bottom: 50px;
}

footer .pull-left,
footer .pull-right a {
    color: #6a6a6a !important;
    font-family: open-sans-regular;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.justify {
    text-align: justify;
}

.pull-left {
    float: left !important;
}

.right {
    text-align: right;
}

.pull-right {
    float: right !important;
}

.cajas-footer .col5 .mail a:before {
    background-image: url('/img/email.svg');
    height: 13px;
    width: 18px;
    display: inline-block;
    content: " ";
    background-size: 18px 13px;
    margin-right: 7px;
    margin-left: 1px;
    margin-bottom: -1px;
}

.cajas-footer .col5 .info a:before {
    background-image: url('/img/info.svg');
    height: 18px;
    width: 18px;
    display: inline-block;
    content: " ";
    background-size: 18px 18px;
    margin-right: 7px;
    margin-left: 1px;
    margin-bottom: -2px;
}

.cajas-footer .col6 .links a {
    margin-bottom: 7px;
    font-size: 13.68px;
}

.cajas-footer .links a {
    margin-bottom: 8px;
    display: table;
    color: #6a6a6a !important;
    font-family: open-sans-regular;
}

.cajas-footer a {
    text-decoration: none !important;
}

.cajas-footer a:hover {
    text-decoration: underline !important;
}

.cajas-footer .links a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9fd964;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    content: "\f105";
}

.cajas-footer .col5 a:hover,
footer .pull-right a:hover {
    text-decoration: underline;
}

.sub-footer a:hover,
.sub-footer a:focus {
    text-decoration: none;
    color: #000 !important;
}

.field-loginform-rememberme input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin-right: 6px !important
}

.field-loginform-rememberme label {
    font-size: 11px;
    font-weight: initial;
    color: #6f6f6f;
}

.div_login a.link {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 0;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}