@charset "UTF-8";
@import "normalize.css";
@font-face {
  font-family: "Lubalin Graph";
  src: url(../fonts/LUBALIN-GRAPH/Lubalin-Graph-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ITC Lubalin Graph";
  src: url(../fonts/ITC-LUBALIN-GRAPH/ITC-Lubalin-Graph-Demi.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ITC Lubalin Graph";
  src: url(../fonts/ITC-LUBALIN-GRAPH/ITC-Lubalin-Graph-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ITC Lubalin Graph";
  src: url(../fonts/ITC-LUBALIN-GRAPH/ITC-Lubalin-Graph-ExtraLight.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ITC Lubalin Graph";
  src: url(../fonts/ITC-LUBALIN-GRAPH/ITC-Lubalin-Graph-Demi.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BEBAS-NEUE/BebasNeue-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BEBAS-NEUE/BebasNeue-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BEBAS-NEUE/BebasNeue-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BEBAS-NEUE/BebasNeue-Book.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../fonts/BEBAS-NEUE/BebasNeue-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/FONTAWESOME/fa-regular-400.eot);
  src: url(../fonts/FONTAWESOME/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/FONTAWESOME/fa-regular-400.woff2) format("woff2"), url(../fonts/FONTAWESOME/fa-regular-400.woff) format("woff"), url(../fonts/FONTAWESOME/fa-regular-400.ttf) format("truetype"), url(../fonts/FONTAWESOME/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/FONTAWESOME/fa-solid-900.eot);
  src: url(../fonts/FONTAWESOME/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/FONTAWESOME/fa-solid-900.woff2) format("woff2"), url(../fonts/FONTAWESOME/fa-solid-900.woff) format("woff"), url(../fonts/FONTAWESOME/fa-solid-900.ttf) format("truetype"), url(../fonts/FONTAWESOME/fa-solid-900.svg#fontawesome) format("svg");
}
.font-primary {
  font-family: " Helvetica, sans-serif";
}

.font-secondary {
  font-family: "'Bebas Neue'";
}

.font-tertiary {
  font-family: "'ITC Lubalin Graph'";
}

.font-buttons {
  font-family: "'Lubalin Graph'";
}

.font-fontawesome {
  font-family: "'FontAwesome'";
}

.font-normal {
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.font-oblique {
  font-style: oblique;
}

.font-ultra-condensed {
  font-stretch: ultra-condensed;
}

.font-extra-condensed {
  font-stretch: extra-condensed;
}

.font-condensed {
  font-stretch: condensed;
}

.font-semi-condensed {
  font-stretch: semi-condensed;
}

.font-normal {
  font-stretch: normal;
}

.font-semi-expanded {
  font-stretch: semi-expanded;
}

.font-expanded {
  font-stretch: expanded;
}

.font-extra-expanded {
  font-stretch: extra-expanded;
}

.font-ultra-expanded {
  font-stretch: ultra-expanded;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

input, button, textarea {
  border: 0;
}
input:focus, button:focus, textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}

.btn-primary {
  background-color: #071689;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #061271;
  color: #ffffff;
  cursor: pointer;
}
.btn-primary:focus {
  outline: 4px solid rgba(7, 22, 137, 0.5);
}

.btn-secondary {
  background-color: #fd8204;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-secondary:hover {
  background-color: #e67502;
  color: #ffffff;
  cursor: pointer;
}
.btn-secondary:focus {
  outline: 4px solid rgba(253, 130, 4, 0.5);
}

.btn-tertiary {
  background-color: #06a7e2;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-tertiary:hover {
  background-color: #0595c9;
  color: #ffffff;
  cursor: pointer;
}
.btn-tertiary:focus {
  outline: 4px solid rgba(6, 167, 226, 0.5);
}

.btn-background {
  background-color: #fbf0e3;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-background:hover {
  background-color: #f8e4cd;
  color: #ffffff;
  cursor: pointer;
}
.btn-background:focus {
  outline: 4px solid rgba(251, 240, 227, 0.5);
}

.btn-dark {
  background-color: #1d1d1b;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-dark:hover {
  background-color: #10100f;
  color: #ffffff;
  cursor: pointer;
}
.btn-dark:focus {
  outline: 4px solid rgba(29, 29, 27, 0.5);
}

.btn-light {
  background-color: #ffffff;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-light:hover {
  background-color: #f2f2f2;
  color: #ffffff;
  cursor: pointer;
}
.btn-light:focus {
  outline: 4px solid rgba(255, 255, 255, 0.5);
}

.btn-light-dark {
  background-color: #e6e6e6;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-light-dark:hover {
  background-color: #d9d9d9;
  color: #ffffff;
  cursor: pointer;
}
.btn-light-dark:focus {
  outline: 4px solid rgba(230, 230, 230, 0.5);
}

.btn-folder {
  background-color: #ffca28;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-folder:hover {
  background-color: #ffc40f;
  color: #ffffff;
  cursor: pointer;
}
.btn-folder:focus {
  outline: 4px solid rgba(255, 202, 40, 0.5);
}

.btn-pdf {
  background-color: #e12125;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-pdf:hover {
  background-color: #cd1c1f;
  color: #ffffff;
  cursor: pointer;
}
.btn-pdf:focus {
  outline: 4px solid rgba(225, 33, 37, 0.5);
}

.btn-info {
  background-color: #5bc0de;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-info:hover {
  background-color: #46b8da;
  color: #ffffff;
  cursor: pointer;
}
.btn-info:focus {
  outline: 4px solid rgba(91, 192, 222, 0.5);
}

.btn-success {
  background-color: #5bb85c;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-success:hover {
  background-color: #4bae4c;
  color: #ffffff;
  cursor: pointer;
}
.btn-success:focus {
  outline: 4px solid rgba(91, 184, 92, 0.5);
}

.btn-warning {
  background-color: #f0ad4e;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-warning:hover {
  background-color: #eea236;
  color: #ffffff;
  cursor: pointer;
}
.btn-warning:focus {
  outline: 4px solid rgba(240, 173, 78, 0.5);
}

.btn-danger {
  background-color: #d9534f;
  color: #ffffff;
  font-family: 'Lubalin Graph';
  text-decoration: none;
}
.btn-danger:hover {
  background-color: #d43f3a;
  color: #ffffff;
  cursor: pointer;
}
.btn-danger:focus {
  outline: 4px solid rgba(217, 83, 79, 0.5);
}

.bg-primary {
  background-color: #071689;
}

.bg-secondary {
  background-color: #fd8204;
}

.bg-tertiary {
  background-color: #06a7e2;
}

.bg-background {
  background-color: #fbf0e3;
}

.bg-dark {
  background-color: #1d1d1b;
}

.bg-light {
  background-color: #ffffff;
}

.bg-light-dark {
  background-color: #e6e6e6;
}

.bg-folder {
  background-color: #ffca28;
}

.bg-pdf {
  background-color: #e12125;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-success {
  background-color: #5bb85c;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.border-primary {
  border: 1px solid #071689;
}

.border-secondary {
  border: 1px solid #fd8204;
}

.border-tertiary {
  border: 1px solid #06a7e2;
}

.border-background {
  border: 1px solid #fbf0e3;
}

.border-dark {
  border: 1px solid #1d1d1b;
}

.border-light {
  border: 1px solid #ffffff;
}

.border-light-dark {
  border: 1px solid #e6e6e6;
}

.border-folder {
  border: 1px solid #ffca28;
}

.border-pdf {
  border: 1px solid #e12125;
}

.border-info {
  border: 1px solid #5bc0de;
}

.border-success {
  border: 1px solid #5bb85c;
}

.border-warning {
  border: 1px solid #f0ad4e;
}

.border-danger {
  border: 1px solid #d9534f;
}

.text-primary {
  color: #071689;
}

.text-secondary {
  color: #fd8204;
}

.text-tertiary {
  color: #06a7e2;
}

.text-background {
  color: #fbf0e3;
}

.text-dark {
  color: #1d1d1b;
}

.text-light {
  color: #ffffff;
}

.text-light-dark {
  color: #e6e6e6;
}

.text-folder {
  color: #ffca28;
}

.text-pdf {
  color: #e12125;
}

.text-info {
  color: #5bc0de;
}

.text-success {
  color: #5bb85c;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.gradient-primary {
  background-image: linear-gradient(transparent, #071689);
  height: 3rem;
}

.gradient-secondary {
  background-image: linear-gradient(transparent, #fd8204);
  height: 3rem;
}

.gradient-tertiary {
  background-image: linear-gradient(transparent, #06a7e2);
  height: 3rem;
}

.gradient-background {
  background-image: linear-gradient(transparent, #fbf0e3);
  height: 3rem;
}

.gradient-dark {
  background-image: linear-gradient(transparent, #1d1d1b);
  height: 3rem;
}

.gradient-light {
  background-image: linear-gradient(transparent, #ffffff);
  height: 3rem;
}

.gradient-light-dark {
  background-image: linear-gradient(transparent, #e6e6e6);
  height: 3rem;
}

.gradient-folder {
  background-image: linear-gradient(transparent, #ffca28);
  height: 3rem;
}

.gradient-pdf {
  background-image: linear-gradient(transparent, #e12125);
  height: 3rem;
}

.gradient-info {
  background-image: linear-gradient(transparent, #5bc0de);
  height: 3rem;
}

.gradient-success {
  background-image: linear-gradient(transparent, #5bb85c);
  height: 3rem;
}

.gradient-warning {
  background-image: linear-gradient(transparent, #f0ad4e);
  height: 3rem;
}

.gradient-danger {
  background-image: linear-gradient(transparent, #d9534f);
  height: 3rem;
}

.alert-primary {
  background-color: #4d60f6;
  border-top: 5px solid #071689;
  padding: 0.5rem;
  color: #020628;
  list-style: none;
}

.alert-secondary {
  background-color: #fedab5;
  border-top: 5px solid #fd8204;
  padding: 0.5rem;
  color: #9a4e01;
  list-style: none;
}

.alert-tertiary {
  background-color: #9ee3fc;
  border-top: 5px solid #06a7e2;
  padding: 0.5rem;
  color: #035e7f;
  list-style: none;
}

.alert-background {
  background-color: white;
  border-top: 5px solid #fbf0e3;
  padding: 0.5rem;
  color: #eec08a;
  list-style: none;
}

.alert-dark {
  background-color: #797971;
  border-top: 5px solid #1d1d1b;
  padding: 0.5rem;
  color: black;
  list-style: none;
}

.alert-light {
  background-color: white;
  border-top: 5px solid #ffffff;
  padding: 0.5rem;
  color: #cccccc;
  list-style: none;
}

.alert-light-dark {
  background-color: white;
  border-top: 5px solid #e6e6e6;
  padding: 0.5rem;
  color: #b3b3b3;
  list-style: none;
}

.alert-folder {
  background-color: #fff6db;
  border-top: 5px solid #ffca28;
  padding: 0.5rem;
  color: #c19100;
  list-style: none;
}

.alert-pdf {
  background-color: #f6bebf;
  border-top: 5px solid #e12125;
  padding: 0.5rem;
  color: #891315;
  list-style: none;
}

.alert-info {
  background-color: #f0f9fc;
  border-top: 5px solid #5bc0de;
  padding: 0.5rem;
  color: #2390b0;
  list-style: none;
}

.alert-success {
  background-color: #d8eed8;
  border-top: 5px solid #5bb85c;
  padding: 0.5rem;
  color: #347935;
  list-style: none;
}

.alert-warning {
  background-color: #fef9f3;
  border-top: 5px solid #f0ad4e;
  padding: 0.5rem;
  color: #c77c11;
  list-style: none;
}

.alert-danger {
  background-color: #f9e2e2;
  border-top: 5px solid #d9534f;
  padding: 0.5rem;
  color: #a02622;
  list-style: none;
}

.table-primary td,
.table-primary th {
  background-color: #4d60f6;
}

.table-secondary td,
.table-secondary th {
  background-color: #fedab5;
}

.table-tertiary td,
.table-tertiary th {
  background-color: #9ee3fc;
}

.table-background td,
.table-background th {
  background-color: white;
}

.table-dark td,
.table-dark th {
  background-color: #797971;
}

.table-light td,
.table-light th {
  background-color: white;
}

.table-light-dark td,
.table-light-dark th {
  background-color: white;
}

.table-folder td,
.table-folder th {
  background-color: #fff6db;
}

.table-pdf td,
.table-pdf th {
  background-color: #f6bebf;
}

.table-info td,
.table-info th {
  background-color: #f0f9fc;
}

.table-success td,
.table-success th {
  background-color: #d8eed8;
}

.table-warning td,
.table-warning th {
  background-color: #fef9f3;
}

.table-danger td,
.table-danger th {
  background-color: #f9e2e2;
}

.btn-action-primary {
  background-color: #071689;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-primary:hover {
  background-color: #061271;
  cursor: pointer;
}
.btn-action-primary * {
  align-self: center;
}

.btn-action-secondary {
  background-color: #fd8204;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-secondary:hover {
  background-color: #e67502;
  cursor: pointer;
}
.btn-action-secondary * {
  align-self: center;
}

.btn-action-tertiary {
  background-color: #06a7e2;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-tertiary:hover {
  background-color: #0595c9;
  cursor: pointer;
}
.btn-action-tertiary * {
  align-self: center;
}

.btn-action-background {
  background-color: #fbf0e3;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-background:hover {
  background-color: #f8e4cd;
  cursor: pointer;
}
.btn-action-background * {
  align-self: center;
}

.btn-action-dark {
  background-color: #1d1d1b;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-dark:hover {
  background-color: #10100f;
  cursor: pointer;
}
.btn-action-dark * {
  align-self: center;
}

.btn-action-light {
  background-color: #ffffff;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-light:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.btn-action-light * {
  align-self: center;
}

.btn-action-light-dark {
  background-color: #e6e6e6;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-light-dark:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}
.btn-action-light-dark * {
  align-self: center;
}

.btn-action-folder {
  background-color: #ffca28;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-folder:hover {
  background-color: #ffc40f;
  cursor: pointer;
}
.btn-action-folder * {
  align-self: center;
}

.btn-action-pdf {
  background-color: #e12125;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-pdf:hover {
  background-color: #cd1c1f;
  cursor: pointer;
}
.btn-action-pdf * {
  align-self: center;
}

.btn-action-info {
  background-color: #5bc0de;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-info:hover {
  background-color: #46b8da;
  cursor: pointer;
}
.btn-action-info * {
  align-self: center;
}

.btn-action-success {
  background-color: #5bb85c;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-success:hover {
  background-color: #4bae4c;
  cursor: pointer;
}
.btn-action-success * {
  align-self: center;
}

.btn-action-warning {
  background-color: #f0ad4e;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-warning:hover {
  background-color: #eea236;
  cursor: pointer;
}
.btn-action-warning * {
  align-self: center;
}

.btn-action-danger {
  background-color: #d9534f;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-flex;
}
.btn-action-danger:hover {
  background-color: #d43f3a;
  cursor: pointer;
}
.btn-action-danger * {
  align-self: center;
}

html {
  font-size: 16px;
  font-family:  Helvetica, sans-serif;
  line-height: 1;
}

body {
  background-image: url("../img/background.png");
  background-color: #fbf0e3;
  background-size: 100vw auto;
  background-repeat: no-repeat;
}

section {
  min-height: calc(100vh - 260px - 210px);
}

.line {
  height: 3rem;
}

* {
  box-sizing: border-box;
}

svg {
  pointer-events: none;
}
svg * {
  pointer-events: none;
}

header {
  padding: 1rem;
  position: relative;
}

nav {
  display: flex;
  align-items: flex-end;
}
nav .nav-logo {
  width: 302px;
}
nav .nav-link:focus {
  outline: 4px solid rgba(253, 130, 4, 0.5);
}
nav .nav-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
nav .nav-items .nav-item {
  padding-top: 0.4rem;
  /*calc( calc(100% - 32px) * -1);*/
  /*height: 100%;*/
  text-align: center;
  flex: 1 1 auto;
  max-width: 230px;
}
nav .nav-items .nav-item:not(:last-child) {
  margin-right: 1rem;
}

.nav-socials {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
}
.nav-socials .nav-social {
  text-decoration: none;
  text-align: center;
}
.nav-socials .nav-social:not(:last-child) {
  margin-right: 1rem;
}
.nav-socials .nav-social .nav-social-icon {
  background-color: #071689;
  color: #ffffff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 5px;
  font-size: 3rem;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}
.nav-socials .nav-social .nav-social-text {
  color: #071689;
  font-family: 'Bebas Neue';
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-socials .nav-social:hover .nav-social-icon {
  background-color: #fd8204;
}
.nav-socials .nav-social:hover .nav-social-text {
  color: #ffffff;
}
.nav-socials .nav-social:focus {
  outline: none;
}
.nav-socials .nav-social:focus .nav-social-icon {
  box-shadow: 0px 0px 0px 4px rgba(7, 22, 137, 0.5);
}

.images-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 3rem;
  max-width: 100%;
}
.images-container .image {
  width: 100%;
}

.map-container {
  padding: 0 1rem;
  text-align: center;
  max-width: 100%;
  margin-bottom: 3rem;
}
.map-container .map {
  width: 95%;
}

footer .logos-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 1rem;
  background-color: #ffffff;
}
footer .logos-container .logo-container {
  height: 80px;
  max-width: calc(100%/3);
  width: calc(100%/3);
}
footer .logos-container .logo-container img {
  height: 100%;
}
footer .links-container {
  display: flex;
  justify-content: center;
}
footer .links-container a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  padding: 1rem;
  border-right: 1px solid #ffffff;
}
footer .links-container a:first-child {
  border-left: 1px solid #ffffff;
}
footer .links-container a:hover {
  background-color: #061271;
}
footer .links-container a:focus {
  text-decoration: underline;
  outline: none;
}

.login-container {
  background-color: #071689;
  margin: auto;
  width: 450px;
  padding: 1rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.d-contents {
  display: contents;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-grid {
  display: inline-grid;
}

.d-inline-table {
  display: inline-table;
}

.d-list-item {
  display: list-item;
}

.d-run-in {
  display: run-in;
}

.d-table {
  display: table;
}

.d-table-caption {
  display: table-caption;
}

.d-table-column-group {
  display: table-column-group;
}

.d-table-header-group {
  display: table-header-group;
}

.d-table-footer-group {
  display: table-footer-group;
}

.d-table-row-group {
  display: table-row-group;
}

.d-table-cell {
  display: table-cell;
}

.d-table-column {
  display: table-column;
}

.d-table-row {
  display: table-row;
}

.d-none {
  display: none;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.m {
  margin: 1rem;
}

.mb {
  margin-bottom: 1rem;
}

.mt {
  margin-top: 1rem;
}

.ml {
  margin-left: 1rem;
}

.mr {
  margin-right: 1rem;
}

.mx {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mauto {
  margin: auto;
}

.m2 {
  margin: 0.5rem;
}

.m2b {
  margin-bottom: 0.5rem;
}

.m2t {
  margin-top: 0.5rem;
}

.m2l {
  margin-left: 0.5rem;
}

.m2r {
  margin-right: 0.5rem;
}

.m2x {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m2y {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p {
  padding: 0.5rem;
}

.pb {
  padding-bottom: 0.5rem;
}

.pt {
  padding-top: 0.5rem;
}

.pl {
  padding-left: 0.5rem;
}

.pr {
  padding-right: 0.5rem;
}

.px {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-relative {
  position: relative;
}

.loading {
  height: calc(100% - 0.5rem);
  width: calc(100% - 0.5rem);
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-content: center;
  background-color: rgba(29, 29, 27, 0.75);
  color: #ffffff;
  z-index: 400;
  align-items: center;
  justify-content: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.dashed-border {
  border-bottom: 1px dashed #e6e6e6;
}

textarea {
  resize: vertical;
}

form .sub-title {
  margin-left: 0.5rem;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #071689;
  border-bottom: 2px solid #fd8204;
  padding-left: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label,
.form-group .form-control {
  width: 100%;
}
.form-group label {
  margin-bottom: 0.5rem;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.form-group .form-control {
  padding: 0 0.25rem 0 0.25rem;
  border: 1px solid #fd8204;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(253, 130, 4, 0.5);
}
.form-group .form-control:not(textarea) {
  height: 2rem;
}
.form-group .form-control[disabled] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.form-group-row {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.form-group-row label {
  width: 35%;
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.form-group-row label.textarea {
  align-self: flex-start;
}
.form-group-row .form-control {
  height: 2rem;
  width: 65%;
  padding: 0 0.25rem 0 0.25rem;
  border: 1px solid #fd8204;
}
.form-group-row .form-control:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 4px rgba(253, 130, 4, 0.5);
}

.form-group-radio {
  margin-bottom: 1rem;
}
.form-group-radio .label {
  margin-bottom: 0.5rem;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.form-group-radio label {
  display: flex;
  padding-left: 0.5em;
}
.form-group-radio input {
  margin-left: 0.5em;
}
.form-group-radio .group {
  display: flex;
  align-items: center;
}

.form-column {
  display: flex;
  padding: 1em;
  justify-content: space-evenly;
}
.form-column .form-group,
.form-column .form-group-radio {
  padding: 1em;
}

.input-group {
  display: flex;
  align-items: stretch;
}
.input-group .icon {
  height: 2rem;
  font-size: 1.3rem;
  padding: 0.25rem 0.25rem 0 0.25rem;
  align-self: center;
}

.form-btn-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form-btn {
  padding: 0.5rem;
  width: 200px;
}

.input-file {
  margin: 0.5rem;
}
.input-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file input[type=file] + label {
  display: flex;
  height: 150px;
  width: 150px;
  color: #454540;
  background-color: #e6e6e6;
}
.input-file input[type=file] + label .icon {
  margin: auto;
  align-self: center;
}
.input-file input[type=file] + label * {
  pointer-events: none;
}
.input-file input[type=file] + label.pdf {
  background-color: #e12125;
  color: #ffffff;
}
.input-file input[type=file] + label.img {
  background-color: #5bb85c;
  color: #ffffff;
}
.input-file input[type=file]:hover + label {
  cursor: pointer;
  background-color: #d9d9d9;
}
.input-file input[type=file]:hover + label.pdf {
  background-color: #cd1c1f;
}
.input-file input[type=file]:hover + label.img {
  background-color: #4bae4c;
}
.input-file input[type=file]:focus + label {
  outline: 4px solid rgba(29, 29, 27, 0.5);
}
.input-file input[type=file]:focus + label.pdf {
  outline: 4px solid rgba(225, 33, 37, 0.5);
}
.input-file .input-file-info {
  width: 150px;
  overflow: hidden;
  display: flex;
  z-index: 2;
}
.input-file .input-file-info .input-file-info-text {
  width: calc(150px - 1.5rem);
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.25rem;
  background-color: #071689;
  color: #ffffff;
  height: 1.5rem;
  white-space: nowrap;
}
.input-file .input-file-info .input-file-delete {
  text-align: center;
  width: 1.5rem;
  background-color: #d9534f;
  color: #ffffff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 1.5rem;
}
.input-file .input-file-info .input-file-delete:hover {
  cursor: pointer;
  background-color: #d43f3a;
}

.input-file-container {
  display: flex;
  overflow-x: auto;
  justify-content: center;
}

.custom-radio {
  -webkit-appearance: none;
  background-color: #fff7e6;
  border: 1px solid #f9d589;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.custom-radio:checked:after {
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  box-shadow: inset 0px 0px 15px darkorange;
  text-shadow: 0px;
  left: 1px;
}

.custom-radio:checked {
  color: #fff7e6;
  border: 1px solid #fd8204;
}

.container {
  max-width: 1200px;
  min-width: 1000px;
  width: 100%;
  padding: 1rem;
  margin: auto;
}

.title {
  font-family:  Helvetica, sans-serif;
  border-top: 0.5rem solid #fd8204;
  background-color: #071689;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.7;
  font-style: oblique;
  font-stretch: condensed;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.width-separator {
  width: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e6e6e6;
}
.width-separator:hover {
  color: #d9d9d9;
}

.not-overflow {
  overflow: hidden;
}

.link {
  text-decoration: none;
}
.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.stretch {
  flex-grow: 1;
}

.flex-center {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-align-end {
  align-items: flex-end;
}

.hoverable:hover {
  cursor: pointer;
}

.overflow-y {
  height: 100%;
  overflow-y: auto;
}

.position-absolute {
  position: absolute;
}

.progress-bar-border {
  height: 32px;
  padding: 2px;
  width: 90%;
  position: relative;
  background-color: #ffffff;
  border-radius: 0.25rem;
  margin-top: 1rem;
}
.progress-bar-border .progress-bar {
  background-color: #071689;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 0.25rem;
  max-width: calc(100% - 2px);
}

.col-1 {
  width: calc(100% * 1 / 12);
}

.col-2 {
  width: calc(100% * 2 / 12);
}

.col-3 {
  width: calc(100% * 3 / 12);
}

.col-4 {
  width: calc(100% * 4 / 12);
}

.col-5 {
  width: calc(100% * 5 / 12);
}

.col-6 {
  width: calc(100% * 6 / 12);
}

.col-7 {
  width: calc(100% * 7 / 12);
}

.col-8 {
  width: calc(100% * 8 / 12);
}

.col-9 {
  width: calc(100% * 9 / 12);
}

.col-10 {
  width: calc(100% * 10 / 12);
}

.col-11 {
  width: calc(100% * 11 / 12);
}

.col-12 {
  width: calc(100% * 12 / 12);
}

.ver-div {
  border: 1px solid red;
  width: 100%;
  height: 100%;
}

.div-divided {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.div-divided .title-div-divided {
  height: 6%;
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
}
.div-divided .container-div-divided {
  height: 94%;
}

.split-panel {
  height: 100%;
}
.split-panel .split-panel-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.title-cabecera {
  font-size: 2.3em;
  font-weight: 500;
  padding: 0.8em 0 0 2em;
  font-style: italic;
}

.description-cabecera {
  padding: 1em;
  width: 89%;
  margin: auto;
}

.container-2 {
  max-width: 1600px;
  width: 90%;
  height: 500px;
  padding: 1em;
  margin: auto;
  margin-top: 2em;
  overflow: auto;
}

.container-2::-webkit-scrollbar {
  width: 8px;
}

.container-2::-webkit-scrollbar-track {
  background: #ddd;
}

.container-2::-webkit-scrollbar-thumb {
  background: #666;
}

.files-container {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.files-container .file-list-container {
  width: 30%;
  overflow: auto;
}
.files-container .file-list-container.open {
  width: 0%;
}
.files-container .preview-container {
  width: 70%;
  height: 100%;
}
.files-container .preview-container.open {
  width: 100%;
}
.files-container .preview-container object {
  width: 100%;
  height: 100%;
}

.file-list {
  list-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.folder-list {
  list-style: none;
  padding-left: 1rem;
}

.file-name {
  display: inline-block;
}
.file-name:hover {
  cursor: pointer;
  text-decoration: underline;
}
.file-name:before {
  text-align: center;
  width: 1.25em;
  display: inline-block;
}

.folder-item {
  display: block;
}
.folder-item > .file-name:before {
  font-family: 'FontAwesome';
  content: "";
  font-weight: bold;
  color: #ffca28;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.folder-item > .folder-list {
  display: none;
}
.folder-item.active > .folder-list {
  display: block;
}
.folder-item.active > .file-name:before {
  font-family: 'FontAwesome';
  content: "";
  font-weight: bold;
  color: #ffca28;
  font-size: 2rem;
  margin: 0 0.5rem;
}

.file-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
.file-item:hover {
  background-color: #f8f9f9;
}
.file-item.pdf .file-name:before {
  font-family: 'FontAwesome';
  content: "";
  font-weight: normal;
  color: #e12125;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.file-item.pdf .file-size {
  align-self: flex-end;
}
.file-item.pdf .file-icon-delete {
  display: flex;
  align-self: flex-end;
  color: #071689;
  margin: 0.5rem;
  font-size: 1.1rem;
}
.file-item.image .file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.file-item.image .file-name:before {
  font-family: 'FontAwesome';
  content: "";
  font-weight: normal;
  color: #5bb85c;
  font-size: 2rem;
  margin: 0 0.5rem;
}
.file-item.image .file-size {
  align-self: flex-end;
}
.file-item.image .file-icon-delete {
  display: flex;
  align-self: flex-end;
  color: #071689;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
}

.file-preview {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.no-file-selected {
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  display: flex;
  align-content: center;
  background-color: rgba(29, 29, 27, 0.75);
  color: #ffffff;
  align-items: center;
  justify-content: center;
}

.card-deck {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-deck .card-container {
  margin-bottom: 1rem;
  height: fit-content;
}
.card-deck .card-container .card {
  border: 1px solid #e6e6e6;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.card-deck .card-container .card .card-title {
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
}
.card-deck .card-container .card .card-title > div {
  display: flex;
  justify-content: space-between;
}
.card-deck .card-container .card .card-title .icons {
  font-size: 1rem;
  display: flex;
}
.card-deck .card-container .card .card-title .icons > * {
  margin-left: 0.5rem;
}
.card-deck .card-container .card .card-body {
  padding: 0.5rem;
  flex: 1 0 auto;
}
.card-deck .card-container .card .card-body .card-info-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.card-deck .card-container .card .card-body .card-info-group .card-info-label {
  font-weight: bold;
}
.card-deck .card-container .card .card-footer {
  padding: 0.5rem;
}

.card-1 {
  width: calc((100% - 1rem + 1rem) /1);
}

.card-2 {
  width: calc((100% - 2rem + 1rem) /2);
}

.card-3 {
  width: calc((100% - 3rem + 1rem) /3);
}

.card-4 {
  width: calc((100% - 4rem + 1rem) /4);
}

.user-info .user-info-name {
  font-weight: bold;
  font-size: 3rem;
  font-style: oblique;
  font-stretch: condensed;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(29, 29, 27, 0.75);
  display: flex;
  z-index: 100;
}
.modal-container .modal-close {
  color: #ffffff;
  text-align: right;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.modal-container .modal {
  align-self: center;
  margin: auto;
  max-width: 800px;
  min-width: 300px;
}
.modal-container .modal .modal-content {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0.5em #1d1d1b;
}
.modal-container .modal .modal-content .modal-header {
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
}
.modal-container .modal .modal-content .modal-body {
  padding: 0.5rem;
}
.modal-container .modal .modal-content .modal-footer {
  padding: 0.5rem;
}

.datepicker {
  position: relative;
}
.datepicker .datepicker-calendar {
  position: absolute;
  border-radius: 5px;
  margin-top: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem #1d1d1b;
  z-index: 300;
}
.datepicker .datepicker-calendar .datepicker-header {
  display: flex;
  justify-content: space-between;
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  font-weight: bold;
}
.datepicker .datepicker-calendar .datepicker-arrow:hover {
  cursor: pointer;
  color: #e6e6e6;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-today {
  font-weight: bold;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-other-month {
  color: #b8b8b2;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-weekend {
  color: #06a7e2;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-weekend.datepicker-other-month {
  color: #85dcfc;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-selected {
  color: #ffffff;
  background-color: #fd8204;
}
.datepicker .datepicker-calendar .datepicker-day.datepicker-selected:hover {
  background-color: #b35b01;
}
.datepicker .datepicker-calendar .datepicker-day:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
.datepicker .datepicker-btn:hover {
  cursor: pointer;
  background-color: #e67502;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(29, 29, 27, 0.75);
  padding: 1rem;
  z-index: 200;
}
.panel .panel-container {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 0.5em #1d1d1b;
  width: 100%;
  height: 100%;
}
.panel .panel-container .panel-header {
  display: flex;
  justify-content: space-between;
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
}
.panel .panel-container .panel-close:hover {
  cursor: pointer;
}
.panel .panel-container .panel-content {
  width: 100%;
  height: calc(100% - 57px);
}

.tabs {
  height: 100%;
}
.tabs .tabs-buttons {
  display: flex;
  flex-wrap: wrap;
}
.tabs .tabs-buttons .tab-btn {
  flex-grow: 1;
  text-align: center;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.tabs .tabs-buttons .tab-btn.active {
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}
.tabs .tabs-buttons .tab-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.tabs .tab {
  height: calc(100% - 50px);
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  background-color: #071689;
  color: #ffffff;
  border-bottom: 3px solid #fd8204;
}
.table tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.table th, .table td {
  text-align: left;
  padding: 0.75rem;
}
.table td {
  border-bottom: 1px solid #e6e6e6;
}
.table td.actions {
  text-align: right;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: 0;
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}

.no-script {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #071689;
  z-index: 700;
}

.item-proyecto {
  display: flex;
  align-items: flex-end;
  height: 5.2em;
  width: 100%;
  background: #f2f2f2;
  border: 0.2em solid #fff;
  border-radius: 3em;
}

.item-proyecto:hover {
  background-color: #e5e5e5;
}

.item-proyecto-logo {
  display: flex;
  width: 2.3em;
  height: 100%;
  color: #fd8204;
  font-size: 2.3em;
  align-items: center;
  justify-content: center;
  background: #071689;
  border: 0.2em solid #fff;
  border-radius: 100%;
}

.item-proyecto-contenido {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  text-align: left;
  align-items: center;
  font-size: larger;
  color: #444;
}

.formPublish {
  height: 100%;
}

.form-expediente-publish {
  margin: auto;
  align-items: center;
}

.header-expediente-publish {
  padding: 1em;
  display: flex;
}

.title-expediente-publish {
  background-color: #071689;
  border-bottom: 5px solid #fd8204;
  border-radius: 5px 5px 0px 0px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.btn-atras {
  background-color: #fd8204;
  margin-left: 0.5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: x-large;
}
.btn-atras:hover {
  background-color: #e67502;
  cursor: pointer;
}
.btn-atras * {
  align-self: center;
}

.btn-combine {
  position: relative;
}
.btn-combine .fa-pen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 10px;
  color: #06a7e2;
}

.btn-disabled {
  background-color: gainsboro;
}
.btn-disabled .fa-pen {
  color: gainsboro;
}
.btn-disabled:hover {
  cursor: not-allowed !important;
  background-color: gainsboro !important;
}

.header-expediente-publis {
  height: 100px;
}

.bg-grey {
  background-color: #f7f8f9;
}

.text-secondary {
  color: #fd8204;
}

.publics-folders {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 0px 5px;
  border-color: #fd8204;
}
.publics-folders .publics-folders-header {
  height: 26%;
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.publics-folders .publics-folders-content {
  width: 100%;
  height: 74%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: scroll;
}
.publics-folders .publics-folders-btn {
  display: flex;
  justify-content: flex-end;
}

.publish {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 0px 5px;
  border-color: #fd8204;
}
.publish form {
  width: 100%;
  height: 100%;
}
.publish .publish-header {
  height: 20%;
  padding-top: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.publish .publish-content {
  width: 100%;
  height: 80%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: scroll;
}
.publish .publish-content .publish-files {
  width: 100%;
  height: 87%;
}
.publish .publish-content .publish-files .publish-files-header {
  width: 100%;
  height: 9%;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #071689;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  padding: 0.5rem;
  font-weight: bold;
  display: flex;
}
.publish .publish-content .publish-files .publish-files-header .icon {
  display: flex;
  justify-content: center;
  height: 33px;
  width: 26px;
  align-items: center;
  font-size: 0.6em;
}
.publish .publish-content .publish-files .publish-files-content {
  width: 100%;
  height: 91%;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  border-color: #071689;
}
.publish .publish-content .publish-files .publish-files-content .input-file-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: scroll;
  justify-content: flex-start;
}
.publish .publish-content .publish-files .publish-files-content .input-file-container .input-file {
  height: 174px;
  margin: 1rem;
}
.publish .publish-content .publish-btn {
  margin-top: calc(13% / 3);
  display: flex;
  justify-content: flex-end;
}

.chat {
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
}
.chat .head {
  display: flex;
  border-radius: 5px;
  height: 10%;
}
.chat .avatar {
  background-color: #fece9c;
  width: 77px;
  height: 77px;
}
.chat .icon-avatar {
  font-size: 77px;
  background-color: transparent;
  color: #fece9c;
  position: relative;
  width: min-content;
  top: -55px;
  left: 0px;
}
.chat .bg-icon-avatar {
  background-color: white;
  width: 54px;
  height: 54px;
  position: relative;
  top: 13px;
  left: 12px;
  border-radius: 80%;
}
.chat .container-asunto {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.chat .asunto {
  font-family: 'Bebas Neue';
  font-size: 22px;
  color: #071689;
}
.chat .record {
  height: 58%;
  background-color: ghostwhite;
  overflow: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.chat .message-left {
  align-self: left;
  max-width: 75%;
  border-radius: 1.5rem 1.5rem 1.5rem 0rem;
  background-color: #fff3e8;
  margin: 0.7rem 1rem 0.7rem 2rem;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  line-height: 1.4rem;
  color: #fd8f1d;
}
.chat .message-rigth {
  align-self: flex-end;
  max-width: 75%;
  border-radius: 1.5rem 1.5rem 0rem 1.5rem;
  background-color: #dee2fd;
  margin: 0.7rem 2rem 0.7rem 1rem;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  line-height: 1.4rem;
  color: #071689;
}
.chat .container-mensaje {
  height: 32%;
  width: 100%;
  background-color: ghostwhite;
}
.chat .form-mensaje {
  height: 100%;
  width: 100%;
  padding: 1rem 1rem 0rem 1rem;
}
.chat .form-mensaje textarea {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #aeb7fb;
  resize: none;
  height: 75%;
  width: 100%;
  color: #071689;
}
.chat .form-mensaje textarea:focus {
  box-shadow: 0px 0px 10px #aeb7fb;
}
.chat .form-mensaje .bt-container {
  display: flex;
  flex-direction: row-reverse;
}
.chat .form-mensaje .bt-container input[type=submit] {
  border-radius: 6px;
  background-color: #aeb7fb;
  font-size: 15px;
  padding: 0.6rem 1rem 0.6rem 1rem;
  color: white;
  margin-top: 0.5rem;
}
.chat .form-mensaje .bt-container input[type=submit]:hover {
  cursor: pointer;
  background-color: #95a1fa;
}

.contact {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-radius: 0px 0px 0px 5px;
  border-color: #fd8204;
}
.contact .form-contact {
  height: 100%;
  padding: 1rem 1rem 0rem 1rem;
}
.contact .form-contact label {
  padding-left: 2rem;
}
.contact .form-contact textarea {
  resize: none;
  height: 18rem;
}
.contact .form-contact .bt-enviar {
  display: flex;
  justify-content: flex-end;
}

.buzon {
  width: 100%;
  height: 100%;
}

.buzon-head {
  width: 100%;
  height: 60px;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buzon-head .bt {
  display: flex;
  height: 40px;
  margin-left: 1rem;
}
.buzon-head .bt:hover {
  cursor: pointer;
}
.buzon-head .bt .icon {
  font-size: 22px;
  padding: 8px;
  border-radius: 100%;
  height: fit-content;
  z-index: 1;
}
.buzon-head .bt .text {
  align-self: center;
  padding: 10px 15px 10px 30px;
  position: relative;
  left: -20px;
  border-radius: 0.5rem;
}
.buzon-head .bt.bt-publish .icon {
  color: #b4dfb4;
  background-color: white;
}
.buzon-head .bt.bt-publish .text {
  background-color: #b4dfb4;
  color: white;
}
.buzon-head .bt.bt-unpublish .icon {
  color: #e7908e;
  background-color: white;
}
.buzon-head .bt.bt-unpublish .text {
  background-color: #e7908e;
  color: white;
}
.buzon-head .bt.bt-edit .icon {
  color: #fece9c;
  background-color: white;
}
.buzon-head .bt.bt-edit .text {
  background-color: #fece9c;
  color: white;
}
.buzon-head .bt.bt-contact .icon {
  color: #85dcfc;
  background-color: white;
}
.buzon-head .bt.bt-contact .text {
  background-color: #85dcfc;
  color: white;
}

.buzon-list {
  background-color: whitesmoke;
  width: 100%;
  height: calc(100% - 60px);
}
.buzon-list .header {
  width: 100%;
  height: 37px;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  color: #071689;
  letter-spacing: 0.2rem;
  font-size: 1.3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: bold;
  display: flex;
}
.buzon-list .header .icon {
  display: flex;
  justify-content: center;
  height: 33px;
  width: 26px;
  align-items: center;
  font-size: 0.6em;
}
.buzon-list .list {
  width: 100%;
  height: calc(100% - 37px);
  padding: 0.5rem 2rem 0 2rem;
  overflow: auto;
}
.buzon-list .list .buzon-item-admin::before {
  content: "•";
  position: relative;
  left: -45px;
  font-size: 35px;
}
.buzon-list .list .buzon-item,
.buzon-list .list .buzon-item-admin {
  display: flex;
  width: calc(100% - 0.3rem);
  height: 4rem;
  background-color: white;
  align-items: center;
  padding-left: 1rem;
  margin: 0rem 0rem 0.5rem 0rem;
  border-left: 0.7rem solid #d0d5fd;
}
.buzon-list .list .buzon-item.published,
.buzon-list .list .buzon-item-admin.published {
  color: #0bc60b;
}
.buzon-list .list .buzon-item.unpublished,
.buzon-list .list .buzon-item-admin.unpublished {
  color: red;
}
.buzon-list .list .buzon-item .buzon-icon,
.buzon-list .list .buzon-item-admin .buzon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  width: 2.7rem;
  height: 2.7rem;
  color: white;
  background-color: #d0d5fd;
  border-radius: 100%;
}
.buzon-list .list .buzon-item:hover, .buzon-list .list .buzon-item.active,
.buzon-list .list .buzon-item-admin:hover,
.buzon-list .list .buzon-item-admin.active {
  background-color: #d0d5fd;
  border-left-color: #95a1fa !important;
  cursor: pointer;
  border-left: 0.7rem solid #d0d5fd;
}
.buzon-list .list .buzon-item:hover .buzon-icon, .buzon-list .list .buzon-item.active .buzon-icon,
.buzon-list .list .buzon-item-admin:hover .buzon-icon,
.buzon-list .list .buzon-item-admin.active .buzon-icon {
  color: #d0d5fd;
  background-color: white;
}
.buzon-list .list .buzon-content {
  width: 100%;
  height: 100%;
  display: flex;
  font-family: 'Bebas Neue';
  color: #071689;
}
.buzon-list .list .buzon-content .asunto {
  align-self: center;
  justify-self: start;
  flex-grow: 1;
  font-size: 22px;
  padding-left: 0.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 370px;
}
.buzon-list .list .buzon-content .fecha {
  align-self: flex-end;
  justify-self: self-end;
  font-size: 15px;
  padding: 0 0.2rem 0.2rem 0;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid black;
  outline: none;
  transition: 0.4s;
}
.accordion .accordion-title {
  padding: 20px;
  width: 100%;
}
.accordion .accordion-title.active, .accordion .accordion-title:hover {
  background-color: #f0f0f0;
}
.accordion .accordion-title .icon {
  color: white;
  background-color: #06a7e2;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 20px;
  flex-direction: column;
  margin-right: 15px;
}
.accordion .accordion-title .titulo {
  font-family: "'Bebas Neue'";
  color: #06a7e2;
  font-weight: bolder;
  font-size: 19px;
}
.accordion .accordion-panel {
  padding-left: 10px;
  background-color: white;
  display: block;
  overflow: hidden;
  font-family: "'Bebas Neue'";
  font-size: 17px;
}

/*# sourceMappingURL=styles.css.map */
