/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 8 abr 2026, 13:03:26
    Author     : USUARIO
*/

.text-white{
    color: #fff !important;
}
.text-black{
    color: #000000 !important;
}

.main-menu > nav > ul > li > a {
    font-size: 1.2rem !important;
}
.main-menu > nav > ul > li {
    margin-right: 86px !important;
}
.slider-content-1 h3 {
    text-transform: capitalize !important;
}
p{
    line-height: 40px !important;
    font-size: 1.7rem !important;
}
ul {
    font-size: 1.7rem !important;
}
.sticky-bar.stick{
    background: url(../images/img-bg-black-part1.png) !important;
}
.subtitle-bg{
    background: url(../images/img-bg-subtitle.png) !important;
    background-size: cover !important;
    background-position: center !important;
}
.subtitle-bg-02{
    background: url(../images/img-title-service-02.png) !important;
    background-size: cover !important;
    background-position: center !important;
}
.contact-form-style .contact-us-btn {
    text-align: left !important;
}
.contact-form-style .contact-us-btn button {
    background-color: #b89e78 !important;
}
.contact-form-style .contact-us-btn button {
    color: #434244 !important;
    font-size: 1.7rem !important;
    text-transform: uppercase !important;
}
.btn-hover button:hover {
    color: white !important;
}
.section-title-4 h2 {
    font-size: 2.8rem !important;
}
.section-title-2 h2::before {
    width: 0px !important;
}
.slider-content-1 h3::before {
    width: 0px !important;
}
.slider-content-1 h3 {
    font-size: 1.7rem !important;
    padding: 0 0 0 0px !important;
}
.slider-btn{
    background-color: #b89e78 !important;
}
/*.swiper-wrapper {
    display: block !important;
}*/
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.55rem !important;
    }
}
.ul-listfenix-01{
    list-style: disc !important;
    font-family: var(--bs-body-font-family) !important;
}
.home-single-product-content p {
    font-family: var(--bs-body-font-family) !important;
    font-weight: 400;
    margin: 0;
}
.bg-transparent{
    background: transparent !important;
    border: 2px solid #b89e78  !important;
}
.text-golden{
    color: #b89e78  !important;
}
.display-flex{
    display: flex !important;
}
.ul-listfenix-02{
    font-family: var(--bs-body-font-family) !important;
}
h2{
    font-family: "Poppins" !important;
}
.btn-telephone{
    font-size: 40px;
    font-weight: 500;
    position: fixed;
    bottom: 235px;
    left: 20px;
    background: #fff;
    color: #fff;
    padding: 0px 0px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    opacity: 1;
    z-index: 9900;
}
.whats-btn {
    font-size: 40px;
    font-weight: 500;
    position: fixed;
    bottom: 150px;
    left: 20px;
    background: #05cd51;
    color: #fff;
    padding: 5px 19px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    opacity: 1;
    z-index: 9900;
}
.whats-instagram {
    font-size: 40px;
    font-weight: 500;
    position: fixed;
    bottom: 70px;
    left: 5px;
    color: #fff;
    padding: 0px 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    opacity: 1;
    z-index: 9900;
}
.blog-wrap:hover .blog-img-date-wrap .blog-img a img {
    -webkit-transform: scale(1.06) !important;
    -ms-transform: scale(1.06) !important;
    transform: scale(1.06) !important;
}
.list-services-desk {
    display: block;
}
.list-services-mobile {
    display: none;
}
.bg-recuadro-gold {
    padding-top: 90px;
    background: url(../images/img-recuadro-gold-01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 80px;
}
.bg-recuadro-black-segundo {
    background: url(../images/img-bg-black-part2.png);
    background-size: auto;
}
.img-after-desk{
    display: block;
}
.img-after-mobile{
    display: none;
}
.text-clean{
    text-align: center;
}
.list-deep{
    margin-left: 20%;
}
.text-whatsapp{
    font-size: 1.9rem;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

video {
    width: 100%;
    height: auto;
    display: block;
    /* Elimina cualquier control nativo del navegador */
    controlslist: "nodownload nofullscreen noremoteplayback";
    /* Deshabilita la capacidad de maximizar/controles */
    disablePictureInPicture: true;
}

/* Para navegadores WebKit (Chrome, Safari, Edge) */
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

/* Para Firefox */
video {
    -moz-user-select: none;
    user-select: none;
}

/* Oculta el botón de picture-in-picture en navegadores que lo soportan */
video::-webkit-media-controls-picture-in-picture-button {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* Para evitar el menú contextual */
video {
    pointer-events: none;
}

/* Si necesitas que el usuario pueda hacer clic en el video pero sin controles */
.click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 767.98px) {
    .subtitle-bg {
        background-size: auto !important;
    }
    ul {
        font-size: 1.45rem !important;
        font-family: var(--bs-body-font-family);
    }
    p {
        font-size: 1.5rem !important;
    }
    .section-title-2 h2 {
        font-size: 1.9rem !important;
    }
    .list-services-desk {
        display: none !important;
    }
    .list-services-mobile {
        display: block !important;
    }
    .bg-recuadro-gold {
        padding-top: 90px;
        background: url(./images/img-recuadro-gold-01.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 80px;
    }
    .bg-recuadro-black-segundo {
        background-size: auto;
        background-size: cover;
    }
    .blog-wrap .blog-img-date-wrap .blog-img {
        padding: 10% !important;
    }
    .img-after-desk{
        display: none !important;
    }
    .img-after-mobile{
        display: block !important;
    }
    .section-title-4 h2 {
        font-size: 1.8rem !important;
    }
    .contact-form-style .contact-us-btn button {
        font-size: 1rem !important;
    }
    .off-canvas-active .off-canvas-close {
        background-color: #dccba5 !important;
    }
    .text-clean{
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .list-deep{
        margin-left: 5% !important;
    }
    .logo a img {
        max-width: 65% !important;
    }
    .text-whatsapp{
        font-size: 1.6rem !important;
    }
    .text-proven{
        padding-left: 0% !important;
    }
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #494949;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #efe8ad;
  border-top: 5px solid #efe8ad; /* color principal */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color,#4b4b4b) !important;
}