@font-face {
    font-family: "Gill Sans";
    src: url(../fonts/gill-sans.ttf);
}
  
@font-face {
    font-family: "Proxima Nova Medium";
    src: url(../fonts/proxima-nova-regular.ttf);
}

.font-gill-sans { font-family: "Gill Sans", sans-serif !important; }

h1, h2, h3, h4, h5, h6, footer { color: #232323; font-family: "Gill Sans", sans-serif !important; }

h6 { font-size: 24px; }

p, th, td { font-size: 21px; color: #232323; letter-spacing: 0.8px !important; font-family: "Proxima Nova Medium" , sans-serif !important; }

.alt-font, body { font-family: "Proxima Nova Medium" , sans-serif !important; }

header nav .navbar-nav > li > a { 
    font-size: 16px; 
    font-weight: 700; 
}

header a.logo img { max-height: 60px; }

.btn-register { 
    padding: 5px 15px !important; 
    border: 2px solid #fff !important;
    margin-top: 1rem !important;
}

.bg-gold { background-color: #BD9B59; }

.bg-purple { background-color: #46284F; }

.bg-slate-blue { background-color: #6A5ACD; }

.link { color: #800020; font-weight: 600 !important; }

.link:hover { color: #660000; }

.text-gold { color: #BD9B59 !important; }

.text-shadow { text-shadow: 2px 2px #000 !important; }

.btn-gold {
    background: #BD9B59;
    border-color: #BD9B59;
    color: #ffffff !important;
    font-weight: 600 !important;
}

.btn-register:hover {
    color: #ffffff !important;
}

.btn-gold:hover {
    background: #ffffff !important;
    border-color: #BD9B59;
    color: #BD9B59 !important;
    font-weight: 800 !important;
}

.feature-box-4 figcaption .btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: none !important;
}

.grid-item.feature-box-4 figure figcaption {
    padding: 0 0 15px 20px;
}

.border-color-gold {
    border-color: #BD9B59 !important;
}

.bg-light-gold {
    background-color: rgb(189 155 89 / 14%);
}

.elevate-card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.elevate-card {
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.vimeo-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh; /* Cambio principal: de 56.25vw a 100vh */
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
  border: none;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.video-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list-style-11 li {
    display: grid;
    justify-content: space-between;
    align-items: center;
}

.dashed {
    text-decoration-line: line-through;
}

.dashed-text {
    color: #232323;
    margin-right: 80px;
    text-align: right;
    min-width: 40px;
    text-decoration-line: line-through;
}

.feature-price {
    color: #232323;
    margin-left: 10px;
    text-align: right;
    min-width: 40px;
}

@media (max-width: 480px) {
  .video-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
    h1 {font-size:37px; line-height: 42px;}
    h2 {font-size:34px; line-height:36px}
    h3 {font-size:32px; line-height:34px}
    h4 {font-size:28px; line-height:30px}
    h5 {font-size:25px; line-height:28px}
    h6 {font-size:22px; line-height:23px}
    
    .btn-banner {
        padding: 8px 38px 8px !important;
    }
    
    .video-wrapper {
        width: 100%;
        height: 100%;
    }
  
    .vimeo-banner {
        min-height: 100vh;
    }
}

@media (max-width: 991px) {
    .grid-item.feature-box-4 figure figcaption {
        width: 100%;
        padding: 0 0 15px 15px;
    }
    header a.logo img {
        max-height: 50px;
        margin-top: 7px;
    }
    
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 335px;
        overflow-y: visible;
    }
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}