body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #1877F2;
}

.rainbow {
  clear: both;
  background: #dc5b27;
  width: 100%;
  height: 4px;
  margin-top:2rem;
  margin-bottom:2rem;
}
.fancybox-slide > * {
  background-color: #c12539 !important;
}

hr.light {
  border-color: #fff;
}

a:hover {
  color: #ffffff;
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.logo {
  width: 16.3rem;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(166, 172, 177, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav:before {
  position: absolute;
  content: '';
  height: .5rem;
  /* background: linear-gradient(to right, rgb(244, 8, 149), #6f51c1, rgb(20, 77, 184), #00a6ff, #119907, #6f51c1, rgb(233, 123, 233)); */
  background: #1b45a7;
  bottom: -.2rem;
  right: 0;
  left: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.40), 0 5px 10px rgba(0, 0, 0, 0.40);
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #c12539;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #c12539;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  /* line-height: 2.5; */
  line-height: 2.1;
  font-size: .95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #011C37 !important;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #c12539;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #c12539 !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    /* border-color: transparent;
    background-color: rgba(10, 26, 39, 0.1); */
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 0.9rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #1877F2;
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #1877F2;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #1877F2;
  }
}

header.masthead {
  margin-top: 4rem;
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/talgua.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-shine {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  transition: all 0.2s ease;
}

.box-shine:after {
  animation: shine 6s infinite;
  animation-fill-mode: backwards;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 250%;
  opacity: 0;
  transform: rotate(30deg);

  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.0) 0%,
      rgba(255, 255, 255, 0.25) 77%,
      rgba(255, 255, 255, 0.1) 92%,
      rgba(255, 255, 255, 0.0) 100%);
}

.box-shine:active:after {
  opacity: 0;
}

@keyframes shine {
  0% {
    opacity: 1;
    top: -100%;
    left: -50%;
    transition-property: left, top, opacity;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-timing-function: linear;
  }

  100% {
    opacity: 0;
    top: 100%;
    left: 300%;
    transition-property: left, top, opacity;
  }
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 1.5rem;
  /*color: #1877F2;*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) !important;
}

.updown {
  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;
  transition-timing-function: ease-in-out;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}

.schedule-box {
  width: 100%;
  min-height: 5rem;
  font-size: 5rem;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.img-complete {
  width: 100%;
}

.img-frame {
  width: 99%;
  border: 1rem solid white;
}

.img-frame:hover {
  outline: 2px solid white;
  outline-offset: -30px;
  -webkit-filter: saturate(130%);
  filter: saturate(130%);
}

.rector {
  font-size: 2rem;
  font-family: 'Bilbo', cursive;
}

.one {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.text-cyan {
  color: #1877F2 !important;
}

.image {
  width: 80%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.image:hover {
  filter: brightness(108%);
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.thb {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.cartel-thb {
  width: 100%;
  display: block;
  opacity: 1;
  border: 2px solid #fff;

  -webkit-box-shadow: 0px 1px 15px 0px #4e5565;
  -moz-box-shadow: 0px 1px 15px 0px #4e5565;
  box-shadow: 0px 1px 15px 0px #4e5565;
}

.content-name {
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content-min {
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.thb:hover .cartel-thb {
  /*opacity: 0.8;*/
  border-color: #1877F2;
}

.thb:hover .content-min {
  opacity: 1;
}

.thb:hover .content-name {
  opacity: 0;
  -webkit-transform: scale(1.12) !important;
  -ms-transform: scale(1.12) !important;
  -o-transform: scale(1.12) !important;
  transform: scale(1.12) !important;
}

.thb-text {
  background-color: #1877F2;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transform: scale(1.12) !important;
  -ms-transform: scale(1.12) !important;
  -o-transform: scale(1.12) !important;
  transform: scale(1.12) !important;
}

.thb-name {
  background-color: #1877F2;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-primary {
  background-color: #306289 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #00238c !important;
  color: #fff !important;
}

.bg-silver {
  background-color: #f5f5ef !important;
}

.bg-sky {
  background-color: #5d8abf !important;
}

.bg-purple {
  background-color: #c12539 !important;
}

.bg-purbly {
  background-color:  #1a468d !important;
}

.bg-yellow {
  background-color: #16a48c !important;
}

.bg-beige {
  background-color: #f1f1e4 !important;
}

.bg-maroon {
  background-color: #306289 !important;
  color: #fff !important;
}

.bg-pinky {
  background-color: #683403 !important;
}

.bg-green {
  background-color: #001c62 !important;
  /* background-color: #c12539 !important; */
}

.bg-ducky {
  background-color: #e19c12 !important;
}

.bg-blue {
  background-color: rgba(21, 114, 227, 0.7) !important;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

hr.pink {
  border-color: #e19c12;
}

hr.purple {
  border-color: #e19c12;
}

hr.ducky {
  border-color: #ffcc00;
}

hr.green {
  border-color: #2b9854;
}

hr.silver {
  border-color: #e9e9ed;
}

hr.aqua {
  border-color: #ac11aa;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.text-purple {
  color: #440d8e !important;
}

.text-ducky {
  color: #ffcc00 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 1);
  text-align: justify;
}

.text-navy {
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}

.pt-s {
  padding-top: 7rem;
}

.pb-s {
  padding-bottom: 7rem;
}

a:link.link {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

a:hover.link {
  text-decoration: none;
  background: linear-gradient(to right, #16e6f5 10%, rgb(97, 5, 189) 50%, #9a059f 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

a:active.link {
  text-decoration: none !important;
}

a:visited.link {
  text-decoration: none !important;
}

a:hover.linke {
  text-decoration: none;
  display: block;

  -webkit-transform: scale(1.12) !important;
  -ms-transform: scale(1.12) !important;
  -o-transform: scale(1.12) !important;
  transform: scale(1.12) !important;
}

a:active.linke {
  text-decoration: none !important;
}

a:visited.linke {
  text-decoration: none !important;
}



.jumbo {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #212529;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  border-bottom: 0.4rem solid #c9c2af;
}

.jumbo:hover {
  color: #493509;
  border-bottom-color: #fdd44f;
}

.hidden {
  display: none;
  visibility: hidden;
}

@media (min-width: 576px) {
  .jumbo {
    padding: 3.5rem 2rem;
  }

}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

.date {
  font-size: 2.5rem;
  font-weight: bold;
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  color: #fff;
  background: rgba(219, 139, 0, 0.8);
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.portfolio-box .img-fluid {
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.portfolio-box:hover {
  /* border:1rem solid transparent; */
}

.portfolio-box:hover {
  -webkit-transition: ease-in-out 1.5s;
  -moz-transition: ease-in-out 1.5s;
  transition: ease-in-out 1.5s;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
  -webkit-filter: saturate(130%);
  filter: saturate(130%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-weight: bold;
  font-size: 20px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 0;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #1877F2 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  color: #048c04;
  background-color: #fff !important;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.btn-primary:hover {
  color: #fff;
  background-color: #048c04 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.btn-primary:active,
.btn-primary:focus {
  outline: 0 px;
  box-shadow: none;
}

.map {
  height: 30rem;
}

.collaborator {
  display: block;
  width: 80%;
  height: auto;

  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.collaborator:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.copyright {
  background-color: #011c37;
  border-top: 1rem solid #fff;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.logo-dtic {
  width: 7rem;
  padding-right: 10px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  color: rgba(210, 210, 210, 0.78);
  background-color: transparent;
  margin-right: 0px;
  display: none;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 999999999;
}

.back-to-top:hover {
  cursor: pointer;
  transition: 0.1s ease-in;
  color: rgba(210, 210, 210, 0.9);

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;
}

.back-to-top:focus {
  color: #f56800;
}

@keyframes scrolldown {
  50% {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

@-webkit-keyframes scrolldown {
  50% {
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

/* a-wobble-vertical */
@-webkit-keyframes a-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes a-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.a-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.a-wobble-vertical:hover,
.a-wobble-vertical:focus,
.a-wobble-vertical:active {
  -webkit-animation-name: a-wobble-vertical;
  animation-name: a-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;

  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 5px #000;
  padding-top: 1.1rem;
  padding-bottom: 1.7rem;

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(65%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel-caption h1 {
  font-size: 4vh;
}

.carousel-caption p {
  font-size: 2vh;
  margin-bottom: 0;
}

.btn-slider {
  -webkit-animation: fadeInUpBig 3s ease-in;
  animation: fadeInUpBig 3s ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-container {
  z-index: 999;
  position: absolute;
  text-align: center;
  bottom: 6.7rem;
  right: 11.7rem;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
  padding-right: 1rem;
  padding-left: 1rem;

  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: fadeIn 2s ease-in;
  animation: fadeIn 2s ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-container .btn {
  padding-top: 0.7rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  max-height: 40rem;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform: translate(100px, 100px);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.carousel-item.active img {
  width: 100%;
  filter: saturate(107%);

  animation: zoom 10s ease-in-out infinite;
  -webkit-animation: zoom 10s ease-in-out infinite;
}

.carousel-item img:hover {
  filter: saturate(117%);
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

@keyframes move-prev {
  50% {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
  }
}

@-webkit-keyframes move-prev {
  50% {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
  }
}

.carousel-control-prev-icon:hover {
  animation: move-prev .7s ease-in-out infinite;
  -webkit-animation: move-prev .7s ease-in-out infinite;
}

@keyframes move-next {
  50% {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
  }
}

@-webkit-keyframes move-next {
  50% {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
  }
}

.carousel-control-next-icon:hover {
  animation: move-next .7s ease-in-out infinite;
  -webkit-animation: move-next .7s ease-in-out infinite;
}

.carousel-control-next-icon {
  margin-right: -20px;
}

ol.carousel-indicators {
  margin: 0;
  bottom: 10px;
}

ol.carousel-indicators li {
  height: 5px;
}

.carousel-fade .carousel-item {
  opacity: 0.99;
  -webkit-transform: translateZ(0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition: opacity .5s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.pt-8 {
  margin-top: 3rem !important;
}

.pb-8 {
  margin-bottom: 3rem !important;
}

.spk {
  position: relative;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border: 4px solid #1877F2;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.spk-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .7s ease;
  backface-visibility: hidden;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}

.spk-info {
  transition: .7s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.spk-info span {
  font-weight: bold;
}

.spk:hover {
  background: #1877F2;
  border: 0px;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.spk:hover .spk-image {
  opacity: 0.4;
}

.spk:hover .spk-info {
  opacity: 1;
  color: #fff;
}

.speaker-name {
  color: #f0a613 !important;
  font-weight: bolder;
}

.speaker-organization {
  color: #fff !important;
  font-weight: bolder;
}

.sp-frame {
  position: relative;
  width: 100%;
  /* overflow:hidden; */
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}
}

.sp-frame:hover {
  cursor: pointer;
  box-shadow: 0px 0px 70px 0px rgba(248, 160, 46, 0.834);
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
}

.sp-mask {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}

.sp-frame:hover .sp-image {
  opacity: 0.5;
  /* padding: .3rem; */
}

.sp-image {
  position: sticky;
  width: 100%;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border: 4px solid #fff;
}

/* .sp-frame:hover .sp-mask:after {
  animation: shine 5s infinite;
  animation-fill-mode: backwards;
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 250%;
  opacity: 0;
  transform: rotate(30deg);

  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.0) 0%,
      rgba(255, 255, 255, 0.25) 77%,
      rgba(255, 255, 255, 0.1) 92%,
      rgba(255, 255, 255, 0.0) 100%);
} */

.sp-frame:active:after {
  opacity: 0;
}

.sp-frame span {
  -moz-transform: translate(-50%, 120%);
  -webkit-transform: translate(-50%, 120%);
  -ms-transform: translate(-50%, 120%);
  transform: translate(-50%, 120%);

  position: absolute;
  text-align: center;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-shadow: .0.5rem .0.5rem .0.5rem rgba(0, 0, 0, 0.6);
}

.sp-frame:hover span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes shine {
  0% {
    opacity: 1;
    top: -100%;
    left: -50%;
    transition-property: left, top, opacity;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-timing-function: linear;
  }

  100% {
    opacity: 0;
    top: 100%;
    left: 300%;
    transition-property: left, top, opacity;
  }
}

.sp-rainbow {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* background: linear-gradient(to right, rgb(244, 8, 149), #6f51c1, rgb(20, 77, 184), #00a6ff, #119907, #6f51c1, rgb(233, 123, 233)); */
  z-index: -1;
}

.sp-frame:hover .sp-mask .note-rainbow {
  animation:spin 5s linear infinite;
}


@media (max-width: 576px) {

  body,
  html {
    overflow-x: hidden;
  }

  .spk {
    max-width: 50%;
    margin-left: 25%;
  }

  .speaker-name {
    font-size: medium;
  }

  .speaker-organization {
    font-size: smaller;
  }
}

.program-poster {
  width: 100%;
  box-shadow: rgba(51, 27, 11, 0.4) 0px 2px 4px, rgba(51, 27, 11, 0.3) 0px 7px 13px -3px, rgba(51, 27, 11, 0.2) 0px -3px 0px inset;
  transition: .5s all ease;
}

.program-poster:hover {
  transform: scale(1.16);
  box-shadow: 0px 0px 45px rgb(255, 255, 255);
  border: 4px solid #fff;
}

.program {
  display: block;
  width: 100%;
  padding: 20px !important;
  margin: 0px;
  box-shadow: 0px 0px 35px rgb(61, 15, 15);
  transition: box-shadow 0.1s, transform 0.1s;

  background-size: 100%;
  background-repeat: no-repeat;
  transition: .5s all ease;
}

.program:hover {
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

#clock {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}


#clock>div {
  padding: 10px;
  /* background: #04b873; */
  background: #0000008e;
  display: inline-block;
}

#clock div>span {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: #000000;
  /* background: #038d58; */
  display: inline-block;
}

.smalltext {
  padding-top: 5px;
  font-size: 14px;
}

.shake {
  animation: shake 3s ease infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  1% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  2% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  3% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  4% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  5% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  6% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  7% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  8% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  9% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  10% {
    transform: translate(1px, -2px) rotate(-1deg);
  }

  11% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.jumbotrin-danger {
  /* border-radius: 3rem; */
  padding: 1rem 2rem;
  color: #fff;
  background-color: #dc3545;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
}

a.color-link {
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
  text-decoration: none !important;
}

a.color-link:hover {
  text-decoration-line: underline;
  color: #fdc50e;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.f-float {
  position: absolute;
  top: 10%;
  background: rgba(1, 18, 36, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
 
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.f-right{
  right: 0;
}

.f-left{
  left: 0;
}

.f-float a, .f-float a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  vertical-align: center !important;
  overflow: hidden;
}

.f-float .image-left {
  width: 8rem;
  margin-left:-8rem;
  opacity: .3;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.f-float .image-right {
  width: 8rem;
  margin-right:-8rem;
  opacity: .3;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.f-float:hover .image-left {
  margin-left:0;
  opacity: .8;
}

.f-float:hover .image-right {
  margin-right:0;
  opacity: .8;
}

.f-text {
  position: absolute;
  bottom: 0;
  padding: .5rem;
  min-width: 128px;
  font-size: 0.7rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);

  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.ft-right {
  right: 0;
  text-align: center;
}

.ft-left {
  left: 0;
  text-align: center;
}

@media (max-width: 992px) {

  .logo {
    width: 13rem;
  }

  #clock>div {
    padding: 5px;
  }
  
  #clock div>span {
    padding-left: 5px;
    padding-right: 5px;
    background: #000000;
    display: inline-block;
  }

  .img-frame {
    width: 99%;
    border: .4rem solid white;
  }

  .map {
    height: 75%;
  }

  .sp-frame {
    width: 80%;
  }

  header.masthead {
    margin-top: 0rem;
    padding-top: 6rem;
    padding-bottom: 56px;
  }

  .f-float {
    top: 2%;
  }
  .f-float:hover .image-left {
    margin-left:-8rem;
  }
  .f-float:hover .image-right {
    margin-left:-8rem;
  }
}