<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body, html {
  background: #ffffff;
  height:100%;
}

body, input, select, textarea {
  color: #7f888f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

em, i {
  font-style: italic;
}

a{
  color: #3d4449;
  cursor: pointer;
}

a:hover{
  color: #c00;
  text-decoration: none;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.5em;
  }
}

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.hr-set{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

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

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #c00;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 4px solid #ffffff;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
Scroll Up
--------------------------------------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 480px) {

  .features article {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
  }

  .features article .icon {
    height: 6em;
    line-height: 6em;
    margin: 0 0 1.5em 0;
    width: 6em;
  }

  .features article h3 {
    font-size: 1.4em;
  }
}

/*--------------------------------------------------------------
Accesibilidad
--------------------------------------------------------------*/
.accesibilidad {
  background-color: #111 !important;
  color: #fff;
}
.accesibilidad h1, .accesibilidad h2, .accesibilidad h3, .accesibilidad h4, .accesibilidad h5, .accesibilidad h6 {
  color: #fff;
}
.accesibilidad h1, .accesibilidad h2, .accesibilidad h3, .accesibilidad h4 {
  color: #fff !important;
}
.accesibilidad a, .accesibilidad h1 a, .accesibilidad h2 a, .accesibilidad h3 a, .accesibilidad h4 a, .accesibilidad i {
  text-decoration: none;
  color: #fff !important;
}
.accesibilidad a:hover {
  text-decoration: underline;
}
.accesibilidad .dropdown-menu {
  border-color: #fff !important;
}
.accesibilidad li.active &gt; a {
  color: #fff !important;
}
/*.accesibilidad .menu li {
  color: #fff !important;
}*/
.accesibilidad .menu div {
  color: #fff !important;
}
.accesibilidad .card{
  background-color: transparent;
  border: 1px solid #FFF;
}
.accesibilidad .socials{
  background-color: transparent;
}
/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
.wrapper {
  padding: 50px 0 0
}

.wrapper .section-title {
  border-bottom: 3px solid #f56a6a;
  display: inline-block;
  padding: 5px 0 10px;
  font-weight: 700
}

.containervideo {
    position:relative
}

.img2video {
    position:absolute;
    top:150px;
    left:360px;
}

@media only screen and (min-width:992px) {
  .wrapper {
    padding: 65px 0 0
  }
}

@media screen and (max-width:736px) {
  .box-header-index h1,
  .box-header h1 {
    font-size: 2.3em;
    line-height: 1.4
  }
  .box-header-index h2,
  .box-header h2 {
    font-size: 1.5em
  }
}
.box-header h1 {
  margin: 5px 0;
  color: #c00;
  font-size: 46px;
  font-weight: 300
}

.box-header h2 {
  margin: 5px 0;
  font-size: 30px;
  font-weight: 700
}

/*.menu li {
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
  color: #3d4449
}
.menu li:hover {
  color:  #c00;
}
.menu a{
  text-decoration: none;
}*/

.menu div {
  padding: 15px 5px;
  border-bottom: 1px solid #dee2e6;
  color: #3d4449;
  word-wrap: break-word;
}

.menu div:hover {
  background: #c00000;
  color: #ffffff;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent
}

.breadcrumb a {
  color: #c00
}

.breadcrumb li:first-child {
  padding-right: 5px
}

.sticky.is-sticky {
  position: static
}

@media only screen and (min-width:776px) {
  .sticky.is-sticky {
    position: fixed;
    top: 90px;
    width: 150px
  }
}

@media only screen and (min-width:992px) {
  .sticky.is-sticky {
    position: fixed;
    top: 90px;
    width: 210px
  }
}

@media only screen and (min-width:1200px) {
  .sticky.is-sticky {
    position: fixed;
    top: 90px;
    width: 255px
  }
}

.box-content{
  padding: 0 0 2rem 0;
}

.box-resultados h4{
  border-bottom: solid 3px #f56a6a;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font-weight: 700;
}

.box-resultados p a{
  color: #6173a3;
}

.box-resultados p a:hover{
  color: #c00;
}

.list-set ul li {
  margin: 25px 0;
  list-style: none;
  border-left: 4px solid #c3ccd5;
  padding: 0 0 0 10px;
  width: 80%;
  text-align: justify;
}

/*--------------------------------------------------------------
Sticky Menu
--------------------------------------------------------------*/
#sticky {
  position: sticky;
  position: -webkit-sticky;
  /*width: 192px;
  height: 370px;*/
  top: 80px;
  display: flex;
}
/*.extra,
#wrapper {
  width: 75%;
  margin: auto;
}*/

#wrapper {
  height: auto;
}

@media only screen and (min-width: 768px){
  #wrapper {
    height: 4550px;
  }
}

.extra {
  height: 100px;
}

/*--------------------------------------------------------------
Sociales
--------------------------------------------------------------*/
.box-socials .tools {
  cursor: pointer;
  color: #5d6267;
  margin: 0;
  text-align: right;
}
.box-socials .tools li {
  margin-left: 5px;
}

/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/
.carousel {
   margin: 0 0 15px 0;
}

.carousel h3 {
  font-size: .9rem;
  color: #fff;
}

.box__image{
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.box__image img{
  width: 100%;
  height: auto;
}

@supports(object-fit: cover){
  .box img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #c00;
  padding: 20px;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* .carousel .carousel-inner {
   height: 412px;
} */
 
 @media only screen and (min-width: 776px) {
  .box__image{
    height: 300px;
  }
}
 
 @media only screen and (min-width: 992px) {
  .box__image{
    height: 400px;
  }
  .carousel h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .box__image{
    height: 500px;
  }
  .carousel h3 {
    font-size: 1.5rem;
  }
}

.card__effect:hover{
  transition: .3s;
  border: 1px solid #c00;
}

/*--------------------------------------------------------------
Timeline
--------------------------------------------------------------*/

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 100%;
  margin-left: -4px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -36px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: .8em;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

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

  .flag {
    background: rgb(255,255,255);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245,245,245);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
}

@media screen and (min-width: 400px) and (max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}

.grilla{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.font-description {
  font-size: 0.9rem;
}</pre></body></html>