/* SOCIAL BAR */
.social {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 2000;
}
.social ul { list-style: none; padding:0; }
.social ul li a {
  display: inline-block;
  color:#fff;
  padding: 6px 10px;
  transition: all .3s ease;
}
.icon-facebook{background:#3b5998}
.icon-twitter{background:#00abf0}
.icon-whats{background:#00bb2d}
.icon-share{background:#EC268F}
.social ul li a:hover{padding:8px 14px}

/* VIDEO BG */
.video-bg {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.video-bg video {
  width:100%;
  height:100%;
  object-fit:cover;
}
.btn-play {
  position:absolute;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* FONTS */
@font-face {
  font-family: 'Thelamus';
  src: url('../tipografias/Thelamus.otf') format('opentype');
  font-display: swap;
}
.thelamus {
  font-family: 'Thelamus', Arial, sans-serif;
}
/*
.section-galeria {
  background-image: url('../img/fondos/fondo_vertical.webp');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
*/