﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700");
@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-BlackItalic.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Bold.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-BoldItalic.ttf') format('truetype');
    font-weight: bold; /* Bold */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200; /* ExtraLight */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-LightItalic.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-MediumItalic.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: italic;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('../../fonts/Barlow/Barlow-ThinItalic.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: italic;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.deshabilitado {
    display: none !important;
}

.header-1 {
    background: #001475;
    height:80px;
}

.header-ul {
    list-style-type: none;
    height: 100%
}

.invisible{
    visibility:hidden;
}

.liquidacion-ul {
    list-style-type: none;
}

    .liquidacion-ul li:before {
        content: "\25CF";
        color: #001475;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.texto-blanco{
    color:white !important;
}

    .texto-blanco:hover {
        color: white !important;
        cursor: default !important;
    }

.titulos-liquidacion {
    color: black;
    font-weight: bold;
}

.copyright {
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.empresa {
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: white;
}

#page-wrapper {
    padding: 0 !important;
}

.swal-title {
    display: flex;
    justify-content: center;
}

