<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.otf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.otf");
  font-weight: lighter;
  font-style: normal; }

p {
  margin: 0; }

* {
  font-family: Montserrat; }

.Principal {
  height: calc(100vh - 130px);
  background-image: url("../img/carousel/fachada.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .Principal .Principal-Titulo {
    color: white;
    font-size: 2.3em; }
    .Principal .Principal-Titulo .bordered {
      border: solid 1px white; }
  .Principal .Principal-Texto {
    color: white;
    font-size: 1.5em; }
  .Principal hr {
    border-color: white; }

.header-brand {
  color: black; }
  .header-brand:hover {
    text-decoration: none; }

.Navbar {
  background-color: #efefef; }

.footer {
  background-color: #c8102e;
  color: white; }
  .footer .footer-brand {
    color: white; }
  .footer .footer-info {
    text-align: left; }

@media (max-width: 480px) {
  .footer .footer-info {
    text-align: center; } }

.Navbar-link {
  text-transform: uppercase;
  color: black; }
  .Navbar-link:hover {
    color: #c8102e; }

.Navbar-link-highlighted {
  border-radius: 3px;
  padding: 6px 3px;
  background-color: #c8102e;
  color: white; }
  .Navbar-link-highlighted:hover {
    color: white; }

.BannerI {
  text-transform: uppercase;
  font-size: 2.5em;
  background-color: #c8102e;
  color: white; }

.BannerII {
  background-color: #c8102e;
  color: white; }

.BannerIII {
  font-size: 1.6em;
  background-color: white;
  color: #c8102e; }

.BannerIV {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 1.6em; }
  .BannerIV .month {
    color: #c8102e; }

.Banner-Img {
  background-image: url("../img/fachada-sponsoreo-04.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .Banner-Img p {
    color: white;
    font-size: 1.3em;
    /*background-color: $banner-img-background;*/ }

.Countdown {
  color: #c8102e;
  font-size: 1.7em; }

.rrss-iframe {
  height: 510px; }

.Carousel-Texto {
  background-color: #c8102e; }
  .Carousel-Texto hr {
    border-color: white; }

.Carousel-Titulo {
  color: white;
  font-size: 2.3em; }
  .Carousel-Titulo .bordered {
    border: solid 1px white;
    background-color: white;
    color: #c8102e; }

.Carousel-Lista {
  color: white;
  font-size: 1.5em; }

.carousel-caption.custom-position {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@media (max-width: 480px) {
  .Carousel-Titulo {
    font-size: 1.5em; } }

.sponsors-title {
  overflow: hidden;
  text-align: center; }

.sponsors-title:before,
.sponsors-title:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.sponsors-title:before {
  right: 0.5em;
  margin-left: -50%; }

.sponsors-title:after {
  left: 0.5em;
  margin-right: -50%; }

.btn-1 {
  font-weight: bold;
  background-color: white;
  color: #c8102e; }
  .btn-1:hover {
    color: white;
    background-color: #94192d; }
  .btn-1.inverted {
    color: white;
    background-color: #c8102e; }

.Tematica b {
  color: #c8102e; }

.Tematica .icono {
  width: 50px; }

.Oradores .Orador {
  color: white;
  background-color: #c8102e; }
</pre></body></html>