<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
 font-family: 'Quicksand', sans-serif;
}
.bienvenida{
 background-image: url(../img/slide_00.jpg);
 background-attachment: fixed;
 background-position: right top;
}
.programa{
 background-image: url(../img/slide_01.jpg);
 background-attachment: fixed;
 background-position: right bottom;
}
.faseVirtual{
 background-image: url(../img/slide_10.jpg);
 background-attachment: fixed;
 background-position: left top;
}
.fasePresencial{
 background-image: url(../img/slide_11.jpg);
 background-attachment: fixed;
 background-position: right top;
}
.galeria{
 background-image: url(../img/slide_12.jpg);
 background-attachment: fixed;
 background-position: center center;
}
.repositorio{
 background-image: url(../img/slide_13.jpg);
 background-attachment: fixed;
 background-position: center top;
}
.contacto{
 background-image: url(../img/slide_14.jpg);
 background-attachment: fixed;
 background-position: right bottom;
}
.infoInteres{
 background-image: url(../img/slide_16.jpg);
 background-attachment: fixed;
 background-position: left top;
}
p{
    text-align: justify;
}
.conectaCon{
 background-image: url(../img/slide_17.jpg);
 background-attachment: fixed;
 background-position: left top;
}
/*.btn {
  display: block;
  width: 100%;
}*/


/* ============================================================
  DEMO 3 - BACKGROUND VIDEO
============================================================ */
#cmn-video-demo3__container {
  position: relative;
  margin: 0 0 0 0;
  height: 300px;
  background-color: #282828;
  overflow: hidden;
}

#cmn-video-demo3__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 600px;
  height: auto;
  transform: translate(-50%, -50%);
}

#cmn-video-demo3__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 80px 20px;
  text-align: center;
}
#cmn-video-demo3__content h2,
#cmn-video-demo3__content p,
#cmn-video-demo3__content a {
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}
#cmn-video-demo3__content h2 {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
#cmn-video-demo3__content p {
  margin-bottom: 40px;
}
#cmn-video-demo3__content a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  border: solid 1px #fff;
  transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}
#cmn-video-demo3__content a:hover {
  background-color: #fff;
  color: #787878;
  text-shadow: none;
}

@media all and (min-width: 600px) {
  #cmn-video-demo3__container {
    height: 480px;
  }

  #cmn-video-demo3__video {
    width: 1024px;
  }

  #cmn-video-demo3__content {
    padding: 160px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 42px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 18px;
  }
}
@media all and (min-width: 1024px) {
  #cmn-video-demo3__container {
    height: 450px;
  }

  #cmn-video-demo3__video {
    width: 1600px;
  }

  #cmn-video-demo3__content {
    padding: 0px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 54px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 24px;
  }
}
/*------------*/
.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
/*  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 87, 34, 0.90);
  font-size: 14px;
  padding: 3em;
  display: none;*/
  /*-webkit-border-radius: 100px;
  border-radius: 100px;
    width: 70px;
    height: 70px;
    padding-left: 20px;
    padding-top: 25px;*/
}

/*.go-top:hover {
  background-color: rgba(72, 120, 132, 0.9);
  color: #FFF;
  text-decoration: none;
}*/</pre></body></html>