/* ==== font ==== */
@font-face {
	font-family: 'GaramondBold';
	src: url('../fonts/AdobeGaramondProB.ttf') format('truetype');
}
@font-face {
	font-family: 'Garamond';
	src: url('../fonts/AdobeGaramondProR.ttf') format('truetype');
}
@font-face {
	font-family: 'GaramondSemiBold';
	src: url('../fonts/AdobeGaramondProSB.otf') format('truetype');
}
:root {
  --panel-width: calc(100% / 6);
  --darkblue: #c1171775;
  --white: #ffffff;
  --lightgray: #0000004a;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {  
  width: 100%;
  height: 100%;
  font-family: 'Garamond',sans-serif;
	font-weight: 300;  
	font-size: 16px;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: 'GaramondBold', sans-serif;
  font-weight: 400;
	
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
  font-family: 'GaramondSemiBold', sans-serif;
	font-weight: 600;
}
/* MAIN STYLES PANELS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.panels {
  position: fixed;
  top: 0;
  left: 50%;
  width: 180vw;
  height: 100%;
  transform: translateX(-50%) skewX(-35deg);
  clip-path: circle(100%);
  z-index: 1;
  background: var(--lightgray);
}
.panels .panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--panel-width);
  transform: scaleY(0);
  transform-origin: top;
  background: var(--darkblue);
}
.panels .panel:nth-child(even) {
  transform-origin: bottom;
}

.panels .panel:nth-child(2) {
  left: calc(var(--panel-width) - 1px);
}

.panels .panel:nth-child(3) {
  left: calc(calc(var(--panel-width) * 2) - 2px);
}

.panels .panel:nth-child(4) {
  left: calc(calc(var(--panel-width) * 3) - 4px);
}

.panels .panel:nth-child(5) {
  left: calc(calc(var(--panel-width) * 4) - 5px);
}

.panels .panel:nth-child(6) {
  left: calc(calc(var(--panel-width) * 5) - 6px);
}
.page-main {
  display: flex;
  height: 100%;  
  clip-path: none;
  overflow-y: auto;
  background: var(--darkblue);
}

.page-main > div {
  text-align: center;
  margin: auto;
}
/* TERMINA MAIN STYLES PANELS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-heading {
  padding-top: 61px;
}

.b-example-divider {
    width: 100%;
    height: 20rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.st0{
  fill: #C11718;
}
.st1{
  fill: var(--bs-body-color);
}
.st2{
  fill: rgb(0, 0, 0);
  filter: invert(100%) opacity(70%) drop-shadow(5px 5px 0px rgb(0, 0, 0));
}
.st3{
  fill: rgb(0, 0, 0);
  filter: invert(100%) opacity(70%) drop-shadow(3px 3px 0px rgb(0, 0, 0));
}
#exc-1 .st0{
  fill:  var(--bs-body-color);
}
#retro-1 .st0{
  fill:  var(--bs-body-color);
}
.icon-mq {
  height: 64px;
  width: 64px;
}
#navbar {
	background: rgba(var(--bs-tertiary-bg-rgb), 0.5);
	z-index: 9999;
	width:100%;
  box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}
.nav-link {
  font-family: 'GaramondSemiBold', sans-serif;
}
.navbar-b-logo1:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,#c1171750 25%,#c1171750 75%, rgba(255, 255, 255, 0) 100%);
}
.navbar-b-logo1 {
  height: 45px;
  width: 163.64px;
  padding: 0 0 0 0;
}
a.navbar-brand {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
a.nav-link:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,#c1171750 25%,#c1171750 75%, rgba(255, 255, 255, 0) 100%);
}
a.dropdown-item:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,#c1171750 5%,#c1171750 75%, rgba(255, 255, 255, 0) 100%);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #C11718;
}
.themed-grid-col {
  padding: 0.6em;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid #C11718;
  height: 100%;
}
.block{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;  
}
.block h3{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);  
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}
.img-parallax {
  width: 100vmax;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
.fondoparallax {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.9;
	z-index: -1;
}
#owl-trabajos {
  width: 100%;
}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;  
  z-index: 1;
}
#intro.home-video { 
	position: relative; 
	margin: 0 auto; 
	text-align: center;
	width: 100vw;
	height: 100vh;	
	position: relative;
	overflow: hidden;
	
}
#intro.home-video .homevideo-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#intro.home-video .overlay { 
	position: relative; 
	height: 100vh; 
	z-index: 2; 
	padding: 30vh 0;

}

#intro.home-video .home-video-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.home-video-wrapper video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	font-family: "GaramondBold", serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
  background-color:#c1171782;
}
a.btn:focus{
	outline: 0;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
/* lineup class and keyframes */
.lineUp {
  animation: 2s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.word {
  margin: auto;
  color: #C11718;
  opacity: 70%;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 1px #222324, 1px 2px #222324, 1px 2px #222324;
}
.ocultar {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Altura de barra de navegación */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-90%);
  }  
  
}

@media (max-width: 1024px) {
  .panels {
      width: 200vw;
  }
}

@media screen and (max-width: 600px) {
  .panels {
      width: 235vw;
  }
}
/* Mobile Devices */
@media (max-width: 480px) {
  
}
      
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
  
}
      
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){
  
}
  
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
  
}
  
/* Big boi Monitors */
@media (min-width: 1281px) and (max-width: 1560px){
  
}

@media (min-width: 1561px){
  
}