/*sm*/
/*md*/
/*lg*/
/*xl*/
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/normal-ita.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/bold-ita.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'droni';
  src: url('/css-js/fuentes/900-ita.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
* {
  font-family: 'droni', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {
  width: 5px;
  cursor: default;
}
::-webkit-scrollbar-button {
  /* 2 */
}
::-webkit-scrollbar-track {
  /* 3 */
}
::-webkit-scrollbar-track-piece {
  /* 4 */
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  -webkit-filter: drop-shadow(0px 0px 5px darkorange);
  filter: drop-shadow(0px 0px 5px darkorange);
}
::-webkit-scrollbar-corner {
  /* 6 */
}
::-webkit-resizer {
  /* 7 */
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #000000;
  font-size: 15px;
  color: #fff;
  cursor: none;
}
@media (max-width: 300px) {
  html,
  body {
    font-size: 14px;
  }
}
[absoluto] header {
  z-index: 1;
}
#logoinicio {
  z-index: 1;
}
/*
[absoluto] {
    header {
        nav {
            &:nth-child(1) {z-index: 999999;}
            &:nth-child(3) {z-index: 999999;}
        }
        [play] {z-index: 999999;}
    }
}
[ventanav] { z-index: 999999; }
*/
p {
  margin: 0.5em 0em 0em 0em;
}
[cmore] {
  cursor: pointer;
}
[errorload] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
[errorload] h2,
[errorload] p {
  width: 100%;
  text-align: center;
}
[errorload] [img] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
[errorload] [img] img {
  width: 100%;
  max-width: 250px;
  height: 35%;
  max-height: 100px;
}
[errorload] [img] img:hover {
  -webkit-filter: drop-shadow(0px 0px 5px darkorange);
  filter: drop-shadow(0px 0px 5px darkorange);
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-shadow: 0px 0px 5px darkorange;
}
#canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[loading]:not(img) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
[espera] {
  height: 100%;
  background-image: url(/imagenes/load-c.svg);
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
  font-size: 0px;
  display: none;
}
/*CUERPO*/
[absoluto] {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[absoluto] > * {
  width: 100%;
}
[absoluto] header {
  border-bottom: 2px solid darkorange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[absoluto] header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 830px) {
  [absoluto] header nav:nth-child(1) {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 74px;
    right: -225px;
    width: 225.5px;
    /*right: 17.5px;*/
    height: calc(100% - 95px);
    max-height: 520px;
    overflow: auto;
  }
}
[absoluto] header nav:nth-child(1) > div {
  display: none;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.75em;
}
[absoluto] header nav:nth-child(1) > div p {
  text-align: center;
}
@media (max-width: 830px) {
  [absoluto] header nav:nth-child(1) > div {
    display: block;
  }
}
[absoluto] header nav > a {
  padding: 1em 0.5em;
  background-color: rgba(0, 0, 0, 0.25);
}
[absoluto] header nav > a.activo {
  background-color: darkorange;
}
[absoluto] header nav > a:hover {
  background-color: darkorange;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 830px) {
  [absoluto] header nav > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 1em;
  }
}
[absoluto] header nav > a img {
  height: 12px;
  margin-right: 0.5em;
}
[absoluto] header nav:nth-child(3) {
  display: none;
}
@media (max-width: 830px) {
  [absoluto] header nav:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
[absoluto] header nav:nth-child(3) > div {
  height: 49px;
  width: 49px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[absoluto] header nav:nth-child(3) > div:hover {
  background-color: darkorange;
  cursor: pointer;
}
[absoluto] header nav:nth-child(3) > div:hover > div {
  opacity: 0.75;
}
[absoluto] header nav:nth-child(3) > div > div {
  height: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
[absoluto] header [play] {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[absoluto] header [play] img {
  position: absolute;
  width: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  opacity: 0.25;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[absoluto] header [play] img:nth-child(2) {
  opacity: 0;
}
[absoluto] header [play]:hover img {
  opacity: 1;
}
[absoluto] [contenido] {
  height: 100%;
  cursor: default;
  overflow: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
[absoluto] [contenido] > [contenidoremove] {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
@media (max-width: 500px) {
  [absoluto] [contenido] > [contenidoremove] {
    width: calc(100% - 10px);
  }
}
[absoluto] [contenido] > div {
  padding: 15px;
}
@media (max-width: 500px) {
  [absoluto] [contenido] > div {
    padding: 5px;
  }
}
[absoluto] footer {
  font-size: 0.75em;
}
[absoluto] footer p {
  text-align: center;
}
@media (max-width: 830px) {
  [absoluto] footer {
    display: none;
  }
}
#logoinicio {
  position: absolute;
  top: 25%;
  left: 25%;
  height: 50%;
  width: 50%;
  opacity: 0.75;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#logoinicio:hover {
  -webkit-filter: drop-shadow(0px 0px 5px darkorange);
  filter: drop-shadow(0px 0px 5px darkorange);
}
.slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider > div {
  width: 100%;
  height: 100%;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slider > div.s_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#acd-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 3em;
}
@media (max-width: 576px) {
  #acd-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#acd-01 .borroso {
  border-radius: 10px;
  -webkit-transition: ease-out 1s;
  -moz-transition: ease-out 1s;
  -o-transition: ease-out 1s;
  transition: ease-out 1s;
}
#acd-01 .borroso:hover {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
#acd-01 table {
  background: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 0.5em;
  border-radius: 0.5em;
}
#acd-01 table tr:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#acd-01 table tr td {
  height: 30px;
  padding-left: 15px;
}
#acd-01 table tr td:nth-child(1) {
  text-align: right;
}
#acd-01 table tr td:nth-child(2) {
  width: 280px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#acd-01 table tr td:nth-child(2):hover {
  text-shadow: 0px 0px 5px darkorange;
}
#infocv {
  background: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 50px 10px 10px 10px;
  border-radius: 10px;
}
#infocv #tcv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: calc(-3.5em - 17px);
}
@media (max-width: 360px) {
  #infocv #tcv {
    margin-bottom: -2.5em;
  }
}
#infocv #tcv h1 {
  font-weight: 900;
}
@media (max-width: 360px) {
  #infocv #tcv h1 {
    font-size: 1.4em;
  }
}
#infocv #tcv h2 {
  font-weight: normal;
}
@media (max-width: 360px) {
  #infocv #tcv h2 {
    font-size: 1.2em;
  }
}
#infocv #tcv h1,
#infocv #tcv h2 {
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#infocv #tcv h1:hover,
#infocv #tcv h2:hover {
  text-shadow: 0px 0px 5px darkorange;
}
#infocv h1:not([tcv]) {
  font-size: 1.25em;
  font-weight: bold;
}
#infocv h1:not([tcv]):after {
  content: '';
  background-color: rgba(255, 140, 0, 0.75);
  display: block;
  height: 1px;
  width: 50%;
}
@media (max-width: 830px) {
  #infocv h1:not([tcv]):after {
    width: 100%;
  }
}
#infocv section {
  margin-bottom: 1em;
}
#infocv section:hover {
  background-color: rgba(255, 140, 0, 0.15);
}
#infocv section:hover > div:nth-child(1) {
  background-color: rgba(255, 140, 0, 0.15);
}
#infocv section > div:nth-child(1) {
  font-weight: 900;
}
#infocv section > div:not(:nth-child(1)) {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#infocv section > div:not(:nth-child(1)):before {
  content: "»";
  margin-right: 7px;
  font-weight: normal;
}
#infocv section > div:not(:nth-child(1)) > div,
#infocv section > div:not(:nth-child(1)) > span {
  font-weight: normal;
}
#infocv section > div:not(:nth-child(1)) > div {
  padding-left: 15px;
}
#redess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#redess p {
  text-align: center;
  width: 100%;
}
#redess a {
  cursor: pointer;
  margin: 5px;
}
#redess a img {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#redess a:hover img {
  opacity: 0.5;
}
#contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 830px) {
  #contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#contacto #comentarios {
  width: 60%;
  padding-right: 10px;
}
@media (max-width: 830px) {
  #contacto #comentarios {
    width: 100%;
    padding-right: 0px;
  }
}
#contacto #comentarios > h1 {
  margin-top: 0px;
}
#contacto #comentarios .comentarios {
  background: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#contacto #comentarios .comentarios:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#contacto #comentarios .comentarios * {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0;
}
#contacto #comentarios .comentarios h1 {
  font-size: 1.25em;
}
#contacto #comentarios .comentarios h1:hover {
  text-shadow: 0px 0px 3px darkorange;
}
#contacto #comentarios .comentarios h2 {
  font-size: 1em;
  text-align: right;
}
#contacto #comentarios .comentarios h2:hover {
  text-shadow: 0px 0px 3px darkorange;
}
#contacto #comentarios .comentarios h3 {
  font-size: 0.7em;
  font-weight: normal;
  text-align: right;
}
#contacto #comentarios .comentarios h3:hover {
  text-shadow: 0px 0px 3px darkorange;
}
#contacto #enviar,
#contacto [formularios] {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 830px) {
  #contacto #enviar,
  #contacto [formularios] {
    width: 100%;
  }
}
#contacto #enviar .filform,
#contacto [formularios] .filform {
  max-width: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 830px) {
  #contacto #enviar .filform,
  #contacto [formularios] .filform {
    max-width: 500px;
    width: 100%;
  }
}
#contacto #enviar .filform > div,
#contacto [formularios] .filform > div {
  padding: 0.5em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  background-color: rgba(77, 42, 0, 0.75);
}
#contacto #enviar .filform > div:hover,
#contacto [formularios] .filform > div:hover {
  background-color: rgba(255, 140, 0, 0.75);
}
@media (max-width: 830px) {
  #contacto #enviar .filform > div,
  #contacto [formularios] .filform > div {
    width: 100%;
    text-align: center;
  }
}
#contacto #enviar .filform > div:nth-child(1),
#contacto [formularios] .filform > div:nth-child(1) {
  border-radius: 10px 0px 0px 10px;
}
#contacto #enviar .filform > div:nth-child(2),
#contacto [formularios] .filform > div:nth-child(2) {
  border-radius: 0px 10px 10px 0px;
}
#contacto #enviar .filform > div.factivo,
#contacto [formularios] .filform > div.factivo {
  background-color: rgba(255, 140, 0, 0.75);
}
#contacto #enviar .formcomenb,
#contacto [formularios] .formcomenb {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  max-width: 300px;
  padding: 1em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 830px) {
  #contacto #enviar .formcomenb,
  #contacto [formularios] .formcomenb {
    max-width: 500px;
  }
}
#contacto #enviar .formcomenb > h2,
#contacto [formularios] .formcomenb > h2 {
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
#contacto #enviar .formcomenb > h2:after,
#contacto [formularios] .formcomenb > h2:after {
  content: '';
  background-color: rgba(255, 140, 0, 0.75);
  display: block;
  height: 1px;
  width: 100%;
}
#contacto #enviar .formcomenb > form,
#contacto [formularios] .formcomenb > form,
#contacto #enviar .formcomenb > .formclass,
#contacto [formularios] .formcomenb > .formclass {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contacto #enviar .formcomenb > form input,
#contacto [formularios] .formcomenb > form input,
#contacto #enviar .formcomenb > .formclass input,
#contacto [formularios] .formcomenb > .formclass input,
#contacto #enviar .formcomenb > form textarea,
#contacto [formularios] .formcomenb > form textarea,
#contacto #enviar .formcomenb > .formclass textarea,
#contacto [formularios] .formcomenb > .formclass textarea {
  width: 100%;
  margin-bottom: 0.5em;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 0.75em;
  padding: 0.5em;
  font-size: 1em;
}
#contacto #enviar .formcomenb > form input:hover,
#contacto [formularios] .formcomenb > form input:hover,
#contacto #enviar .formcomenb > .formclass input:hover,
#contacto [formularios] .formcomenb > .formclass input:hover,
#contacto #enviar .formcomenb > form textarea:hover,
#contacto [formularios] .formcomenb > form textarea:hover,
#contacto #enviar .formcomenb > .formclass textarea:hover,
#contacto [formularios] .formcomenb > .formclass textarea:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
#contacto #enviar .formcomenb > form textarea,
#contacto [formularios] .formcomenb > form textarea,
#contacto #enviar .formcomenb > .formclass textarea,
#contacto [formularios] .formcomenb > .formclass textarea {
  width: calc(100% - 15px);
}
#contacto #enviar .formcomenb > form textarea,
#contacto [formularios] .formcomenb > form textarea,
#contacto #enviar .formcomenb > .formclass textarea,
#contacto [formularios] .formcomenb > .formclass textarea {
  resize: none;
}
#contacto #enviar .formcomenb > form #btenviar,
#contacto [formularios] .formcomenb > form #btenviar,
#contacto #enviar .formcomenb > .formclass #btenviar,
#contacto [formularios] .formcomenb > .formclass #btenviar,
#contacto #enviar .formcomenb > form #btenviar2,
#contacto [formularios] .formcomenb > form #btenviar2,
#contacto #enviar .formcomenb > .formclass #btenviar2,
#contacto [formularios] .formcomenb > .formclass #btenviar2,
#contacto #enviar .formcomenb > form #btenviar3,
#contacto [formularios] .formcomenb > form #btenviar3,
#contacto #enviar .formcomenb > .formclass #btenviar3,
#contacto [formularios] .formcomenb > .formclass #btenviar3 {
  width: 50%;
  margin-bottom: 0.5em;
  background-color: rgba(77, 42, 0, 0.75);
  border: none;
  border-radius: 0.75em;
  padding: 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: darkorange;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
#contacto #enviar .formcomenb > form #btenviar:hover,
#contacto [formularios] .formcomenb > form #btenviar:hover,
#contacto #enviar .formcomenb > .formclass #btenviar:hover,
#contacto [formularios] .formcomenb > .formclass #btenviar:hover,
#contacto #enviar .formcomenb > form #btenviar2:hover,
#contacto [formularios] .formcomenb > form #btenviar2:hover,
#contacto #enviar .formcomenb > .formclass #btenviar2:hover,
#contacto [formularios] .formcomenb > .formclass #btenviar2:hover,
#contacto #enviar .formcomenb > form #btenviar3:hover,
#contacto [formularios] .formcomenb > form #btenviar3:hover,
#contacto #enviar .formcomenb > .formclass #btenviar3:hover,
#contacto [formularios] .formcomenb > .formclass #btenviar3:hover {
  background-color: rgba(255, 140, 0, 0.5);
  color: #fff;
  text-shadow: 0px 0px 3px darkorange;
}
#contacto #enviar .formcomenb > form > div,
#contacto [formularios] .formcomenb > form > div,
#contacto #enviar .formcomenb > .formclass > div,
#contacto [formularios] .formcomenb > .formclass > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#contacto #enviar .formcomenb > form > div .capcha,
#contacto [formularios] .formcomenb > form > div .capcha,
#contacto #enviar .formcomenb > .formclass > div .capcha,
#contacto [formularios] .formcomenb > .formclass > div .capcha {
  width: calc(100% - 60px);
}
#contacto #enviar .formcomenb > form > div .accap,
#contacto [formularios] .formcomenb > form > div .accap,
#contacto #enviar .formcomenb > .formclass > div .accap,
#contacto [formularios] .formcomenb > .formclass > div .accap {
  background-color: darkorange;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 0px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-image: url(../imagenes/actualizar.svg);
  background-size: 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#contacto #enviar #forb,
#contacto [formularios] #forb {
  display: none;
}
#contacto[comentarios] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#contacto[comentarios] [formularios] {
  width: 100%;
}
#contacto[comentarios] [formularios] .formcomenb {
  max-width: 500px;
}
#ventana-pop {
  position: fixed;
  top: 22.5px;
  left: 22.5px;
  right: 22.5px;
  bottom: 22.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  opacity: 0;
}
#ventana-pop > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ventana-pop > div:nth-child(1) #titulo-pop {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  min-height: 25px;
}
#ventana-pop > div:nth-child(1) #cerrar-pop {
  height: 25px;
  width: 25px;
  font-weight: bold;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#ventana-pop > #contenido-pop {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ventana-pop > #contenido-pop > [load-pop] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  font-size: 1.5em;
  font-weight: bold;
}
.columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columnas > div {
  width: 100%;
}
.columnas > div:nth-child(1) {
  padding-right: 20px;
}
.columnas > div[descripcion] {
  width: 25%;
}
@media (max-width: 830px) {
  .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columnas > div {
    width: 100%;
  }
  .columnas > div:nth-child(1) {
    padding-right: 0px;
  }
  .columnas > div[descripcion] {
    width: 100%;
  }
}
.columnas [blog-inicio] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.columnas [blog-inicio] .nota-inicio {
  max-width: 325px;
  background: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  margin: 10px;
}
.columnas [blog-inicio] .nota-inicio:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.columnas [blog-inicio] .nota-inicio a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.columnas [blog-inicio] .nota-inicio a p,
.columnas [blog-inicio] .nota-inicio a h4 {
  text-align: center;
  padding-left: 5px;
  padding-right: 10px;
}
.columnas [blog-inicio] .nota-inicio a p:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 0.75em;
}
.columnas [blog-inicio] .nota-inicio a p:nth-last-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 10px;
}
.columnas [blog-inicio] img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin-top: 10px;
}
[galeria] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.075);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 1em;
}
[galeria] > div {
  width: 135px;
  height: 135px;
  margin: 7.5px;
  border-radius: 67.5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-size: cover;
  display: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
[galeria] > div > span {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
  margin-top: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[galeria] > div:hover {
  width: 150px;
  height: 150px;
  margin: 0px;
  border-radius: 75px;
}
[galeria] > div:hover > span {
  margin-top: 0%;
}
[descripcion] > div {
  display: none;
}
.menug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
.menug > div.activo2 {
  background-color: darkorange;
  cursor: default;
}
.menug > div {
  width: 50%;
  max-width: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.4em;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menug > div:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 400px) {
  .menug {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#titulo-pop > span[data-id] {
  display: none;
  opacity: 0;
}
#titulo-pop > span[cactivo] {
  display: block;
  opacity: 1;
}
[cportafolio] {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  position: relative;
  cursor: default;
  background-image: url(/imagenes/load-c.svg);
  background-size: 150px 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[cportafolio] > [ccontenido] {
  width: 100%;
  height: 100%;
}
[cportafolio] > [ccontenido] > div {
  width: 100%;
  height: 100%;
  display: none;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}
[cportafolio] > [ccontenido] > div[cactivo] {
  display: block;
  opacity: 1;
}
[cportafolio] > aside,
[cportafolio] > article {
  position: absolute;
}
[cportafolio] > aside {
  left: calc(50% - 90px);
  right: calc(50% - 90px);
  width: 160px;
  height: 30px;
  bottom: 0px;
  background-color: rgba(255, 140, 0, 0.5);
  border-radius: 15px 15px 0px 0px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[cportafolio] > aside > h3 {
  margin: 0px;
}
[cportafolio] > aside > div {
  display: none;
  opacity: 0;
}
[cportafolio] > aside:hover {
  height: 60px;
  width: calc(100% - 30px);
  left: 0;
  right: 0px;
  background-color: rgba(255, 140, 0, 0.75);
}
[cportafolio] > aside:hover > div[cactivo] {
  display: block;
  opacity: 1;
}
[cportafolio] > article {
  top: calc(50% - 17.5px);
  cursor: pointer !important;
  width: 35px;
  height: 35px;
}
[cportafolio] > article > img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
[cportafolio] > article > img:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[cportafolio] > article:hover > img {
  opacity: 1;
}
[cportafolio] > article[f="iz"] {
  left: -60px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[cportafolio] > article[f="de"] {
  right: -60px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[cportafolio] > article[f="iz"],
[cportafolio] > article[f="de"] {
  width: 35px;
  height: 35px;
}
[cportafolio]:hover [f="iz"] {
  left: 30px;
}
[cportafolio]:hover [f="de"] {
  right: 30px;
}
[sidebar] ul {
  margin-top: 0px;
}
[sidebar] h3 {
  margin-bottom: 0px;
}
#caja_comparte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#caja_comparte a {
  display: block;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#caja_comparte a img {
  width: 35px;
  height: 35px;
}
#caja_comparte a:hover {
  opacity: 1;
}
#caja_comparte a:not(:nth-last-child(1)) {
  margin-right: 5px;
}
[contenidonota] {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  padding: 10px;
}
[contenidonota] h1 {
  margin-top: 0px;
  padding-top: 0.25em;
}
.commentlist {
  padding: 0;
  list-style: none;
}
.commentlist > li {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.commentlist > li > div > .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.commentlist > li > div > .comment-author > * {
  margin-right: 5px;
}
.commentlist > li > div > .comment-author > cite {
  font-weight: bold;
}
.commentlist > li > div > .comment-author > img {
  border-radius: 32px;
}
.commentlist > li > div > .comment-meta {
  padding-left: 35px;
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 10px;
}
.commentlist > li > div > .comment-meta a {
  cursor: default;
}
.commentlist > li > .children {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  margin-left: 30px;
}
.commentlist > li > .children > li {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  padding: 10px;
}
.commentlist > li > .children > li > div > .comment-author {
  display: flex;
  align-items: center;
}
.commentlist > li > .children > li > div > .comment-author > * {
  margin-right: 5px;
}
.commentlist > li > .children > li > div > .comment-author > cite {
  font-weight: bold;
}
.commentlist > li > .children > li > div > .comment-author > img {
  border-radius: 32px;
}
.commentlist > li > .children > li > div > .comment-meta {
  padding-left: 35px;
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 5px;
}
.commentlist > li > .children > li > div > .comment-meta a {
  cursor: default;
}
form[comeblog] {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
}
form[comeblog] input,
form[comeblog] textarea {
  width: 100%;
  margin-bottom: 0.5em;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  border-radius: 0.75em;
  padding: 0.5em;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
form[comeblog] input:hover,
form[comeblog] textarea:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
}
form[comeblog] textarea {
  width: calc(100% - 15px);
}
form[comeblog] textarea {
  resize: none;
}
form[comeblog] #btenviar,
form[comeblog] #btenviar2,
form[comeblog] #btenviar3 {
  font-weight: bold;
  width: 50%;
  background-color: rgba(77, 42, 0, 0.75);
  color: darkorange;
}
form[comeblog] #btenviar:hover,
form[comeblog] #btenviar2:hover,
form[comeblog] #btenviar3:hover {
  background-color: rgba(255, 140, 0, 0.5);
  color: #fff;
  text-shadow: 0px 0px 3px darkorange;
}
form[comeblog] > div {
  display: flex;
  width: 100%;
}
form[comeblog] > div .capcha {
  width: calc(100% - 60px);
}
form[comeblog] > div .accap {
  background-color: darkorange;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 0px;
  flex: none;
  background-image: url(/imagenes/actualizar.svg);
  background-size: 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[ulpaginas] {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[ventanav] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 25px;
  opacity: 0;
}
[ventanav] [contenidov] {
  height: 100%;
  width: 100%;
}
[ventanav] [contenidov] [barrav] {
  border-bottom: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 140, 0, 0.5);
  font-weight: bold;
  font-size: 1.5em;
}
[ventanav] [contenidov] [barrav] [cerrarv] {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[ventanav] [contenidov] [barrav] [cerrarv]:hover {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
[ventanav] [contenidov] > [contenidov2] {
  width: 100%;
  height: calc(100% - 30px);
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] audio {
  max-width: 100%;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio {
  margin: 0px 10px;
  width: 270px;
  height: 40px;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls {
  height: 40px;
  width: 270px;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-enclosure {
  height: 40px;
  width: 270px;
  background: rgba(255, 255, 255, 0.5);
  min-height: 40px;
  cursor: pointer;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-panel {
  background-color: rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 270px;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-play-button {
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  -o-filter: brightness(500%);
  -ms-filter: brightness(500%);
  filter: brightness(500%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-play-button:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-play-button:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-current-time-display {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-current-time-display:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-time-remaining-display:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-mute-button {
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  -o-filter: brightness(500%);
  -ms-filter: brightness(500%);
  filter: brightness(500%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-mute-button:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-internal-media-controls-download-button {
  display: none;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-timeline {
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  -o-filter: brightness(500%);
  -ms-filter: brightness(500%);
  filter: brightness(500%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-timeline:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-volume-slider {
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  -o-filter: brightness(500%);
  -ms-filter: brightness(500%);
  filter: brightness(500%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-webkit-media-controls-volume-slider:hover {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > audio::-internal-media-controls-download-button {
  display: none;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > a {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: relative;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > a > img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > a > img:nth-child(2) {
  opacity: 0;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] [reproductor] > a:hover > img {
  opacity: 1;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] #plList {
  padding: 0px;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] #plList li {
  list-style: none;
  padding: 7.5px;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] #plList li:hover {
  background-color: rgba(255, 140, 0, 0.8);
  cursor: pointer;
}
[ventanav] [contenidov] > [contenidov2] [controlesocultos] #plList li.plSel {
  color: darkorange;
  cursor: default !important;
}
.date {
  margin-top: -20px;
  font-style: italic;
  font-size: 0.75em;
  margin-bottom: 20px;
}
.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.a16by9 {
  padding-bottom: 56.25%;
}
.a4by3 {
  padding-bottom: 75%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vrespon {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.vrespon a:not(.btn) {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.vrespon > *,
.vrespon img:not(.notflex),
.vrespon > .ajuste {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.vrespon.pcirtuclo {
  border-radius: 100%;
}
.vrespon.p16x9v {
  padding-bottom: 177.777%;
}
.vrespon.p3x2v {
  padding-bottom: 150%;
}
.vrespon.p4x3v {
  padding-bottom: 133.333%;
}
.vrespon.p1x1 {
  padding-bottom: 100%;
}
.vrespon.p4x3 {
  padding-bottom: 75%;
}
.vrespon.p3x2 {
  padding-bottom: 66.666%;
}
.vrespon.p16x9 {
  padding-bottom: 56.25%;
}
.vrespon.p2x1 {
  padding-bottom: 50%;
}
.vrespon.pxxx {
  padding-bottom: 45%;
}
.vrespon.p8x3 {
  padding-bottom: 37.5%;
}
.vrespon.p3x1 {
  padding-bottom: 33.33%;
}
.vrespon.p32x9 {
  padding-bottom: 28.125%;
}
.vrespon.p10x3 {
  padding-bottom: 30%;
}
.vrespon.carruselnormal {
  padding-bottom: 27.5%;
}
@media (max-width: 576px) {
  .vrespon.carruselnormal {
    display: none;
  }
}
.vrespon.carruselmovil {
  padding-bottom: 100%;
  display: none;
}
@media (max-width: 576px) {
  .vrespon.carruselmovil {
    display: block;
  }
}
.vrespon.responsive > *:nth-child(2) {
  display: none;
}
@media (max-width: 576px) {
  .vrespon.responsive {
    padding-bottom: 100%!important;
  }
  .vrespon.responsive.r16x9v {
    padding-bottom: 177.777% !important;
  }
  .vrespon.responsive.r3x2v {
    padding-bottom: 150%!important;
  }
  .vrespon.responsive.r4x3v {
    padding-bottom: 133.333% !important;
  }
  .vrespon.responsive.r1x1 {
    padding-bottom: 100%!important;
  }
  .vrespon.responsive.r4x3 {
    padding-bottom: 75%!important;
  }
  .vrespon.responsive.r3x2 {
    padding-bottom: 66.666% !important;
  }
  .vrespon.responsive.r16x9 {
    padding-bottom: 56.25% !important;
  }
  .vrespon.responsive.r2x1 {
    padding-bottom: 50%!important;
  }
  .vrespon.responsive.r8x3 {
    padding-bottom: 37.5% !important;
  }
  .vrespon.responsive.r3x1 {
    padding-bottom: 33.33% !important;
  }
  .vrespon.responsive.r32x9 {
    padding-bottom: 28.125% !important;
  }
  .vrespon.responsive > *:nth-child(1) {
    display: none;
  }
  .vrespon.responsive > *:nth-child(2) {
    display: initial;
  }
}
[fuentes] {
  font-size: 0.75em;
  opacity: 0.75;
  margin-top: 2em;
}
[fuentes] > p > b {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
[fuentes] > ul {
  margin-top: 0px;
}
.full-inicio {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-inicio .pagination {
  padding: 0em 0.3em;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.full-inicio .pagination li {
  list-style-type: none;
  display: inline-block;
}
.full-inicio .pagination li a {
  position: relative;
  padding: 15px 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.full-inicio .pagination li a:hover,
.full-inicio .pagination li.active a {
  background: rgba(255, 255, 255, 0.2);
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
