/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        left:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}


h1,
h2, 
h3, 
h4,
h5, 
h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-style: italic;
    color: #121518;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #aa9166;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #aa9166;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #aa9166;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #000000;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #aa9166;
    font-size: 75px;
    line-height: 55px;
    font-weight: 800;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    margin: 0;
}

.top-bar .text p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #aa9166;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
    
    .top-bar .social {
        display: none;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    padding: 20px 0;
    transition: .3s;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #aa9166;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #aa9166;
    border-radius: 0;
}

.nav-bar .btn:hover {
    background: #aa9166;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 20px 60px;
    }
    
    .nav-bar.nav-sticky {
        padding: 10px 60px;
    }
    
    .nav-bar,
    .nav-bar .navbar {
        background: #121518 !important;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        background: #121518 !important;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border: 2px solid #aa9166;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #121518;
    background: #aa9166;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #aa9166;
}

.page-header h2 {
    position: relative;
    color: #121518;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #121518;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #121518;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 1;
}

.section-header h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    top: 21px;
    background: transparent;
    border-top: 1px solid #aa9166;
    border-bottom: 1px solid #aa9166;
    z-index: -1;
}

.section-header h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    left: 0;
    bottom: 20px;
    background: transparent;
    border-top: 1px solid #aa9166;
    border-bottom: 1px solid #aa9166;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
    position: relative;
    background: #121518;
    margin-bottom: 45px;
}

.feature-top .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }
    
    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }
    
    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }
    
    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
}

.feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
}

.feature-top .feature-item i {
    color: #aa9166;
    font-size: 35px;
    margin-bottom: 10px;
}

.feature-top .feature-item h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.feature-top .feature-item p {
    color: #999999;
    margin: 0;
    font-size: 18px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #121518;
    background: #aa9166;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #121518;
    margin-bottom: 30px;
}

.service .service-icon {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.service .service-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #121518;
    transition: .5s;
}

.service .service-item:hover .service-icon i {
    margin-top: -15px;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 30px;
    font-weight: 600;
    color: #aa9166;
}

.service .service-item p {
    margin: 0;
    color: #999999;
    padding: 0 25px 25px 25px;
    font-size: 18px;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-icon {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121518;
}

.feature .feature-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #000000;
    transition: .5s;
}

.feature .feature-item:hover .feature-icon i {
    margin-right: -15px;
}

.feature .feature-item h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.feature .feature-item h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #aa9166;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

.feature .feature-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.feature .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    margin-bottom: 30px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 50px 15px 30px 15px;
    text-align: center;
    background: #121518;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.team .team-text p {
    margin: 0;
    color: #999999;
}

.team .team-social {
    position: absolute;
    width: calc(100% - 60px);
    height: 50px;
    top: -25px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aa9166;
    font-size: 0;
    transition: .5s;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    text-align: center;
    color: #121518;
    transition: .3s;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team .team-social a:hover {
    color: #ffffff;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .faqs-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.faqs .faqs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .faqs .faqs-img {
        margin-bottom: 30px;
        height: auto;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #aa9166;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #aa9166;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #121518;
    font-size: 18px;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #121518;
    color: #aa9166;
    font-weight: 700;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.faqs a.btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    padding: 30px;
    background: #121518;
    overflow: hidden;
}

.testimonial .testimonial-item i {
    position: absolute;
    top: 0;
    right: 0;
    color: #333333;
    font-size: 60px;
    transform: rotate(45deg);
    z-index: 1;
}

.testimonial .testimonial-item .col-12 {
    margin-top: 20px;
}

.testimonial .testimonial-item img {
    width: 100%;
}

.testimonial .testimonial-item h2 {
    color: #aa9166;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial .testimonial-item p {
    color: #999999;
    font-size: 16px;
    margin: 0;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.testimonial .owl-dot.active {
    background: #121518;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: #ffffff;
    overflow: hidden;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-item img {
    width: 100%;
    margin-bottom: 25px;
}

.blog .blog-item h3 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-item .meta {
    padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    font-size: 16px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 10px;
}

.blog .blog-item a.btn:hover {
    color: #121518;
}

.blog .owl-nav,
.blog .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.blog .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.blog .owl-dot.active {
    background: #121518;
}

.blog .pagination .page-link {
    color: #121518;
    border-radius: 0;
    border-color: #aa9166;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #121518;
    background: #aa9166;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Timeline CSS ********/
/*******************************/
.timeline {
    position: relative;
    padding: 45px 0;
}

.timeline .timeline-start {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.timeline .timeline-container {
    padding: 0 15px;
    position: relative;
    background: inherit;
    width: 50%;
    margin-top: -5px;
}

.timeline .timeline-container.left {
    left: 0;
}

.timeline .timeline-container.right {
    left: 50%;
}

.timeline .timeline-container::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::before {
    top: 0;
    right: 0;
}

.timeline .timeline-container.right::before {
    bottom: 0;
    left: 0;
}

.timeline .timeline-container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::after {
    bottom: 0;
    right: 0;
}

.timeline .timeline-container.right::after {
    top: 0;
    left: 0;
}

.timeline .timeline-container:first-child::before,
.timeline .timeline-container:last-child::before {
    display: none;
}

.timeline .timeline-container .timeline-content {
    padding: 30px;
    background: #121518;
    position: relative;
    border-right: 5px solid #aa9166;
}

.timeline .timeline-container.right .timeline-content {
    border-left: 5px solid #aa9166;
}

.timeline .timeline-container .timeline-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.timeline .timeline-container .timeline-content h2 span {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
    color: #121518;
    background: #aa9166;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.timeline .timeline-container .timeline-content p {
    margin: 0;
    font-size: 16px;
    color: #999999;
}

@media (max-width: 767.98px) {
    .timeline .timeline-container {
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    
    .timeline .timeline-container:last-child {
        padding-bottom: 0;
    }
    
    .timeline .timeline-container.right {
        left: 0%;
    }

    .timeline .timeline-container.left::after, 
    .timeline .timeline-container.right::after,
    .timeline .timeline-container.left::before,
    .timeline .timeline-container.right::before {
        width: 5px;
        height: 35px;
        left: 15px;
    }
    
    .timeline .timeline-container.left .timeline-content,
    .timeline .timeline-container.right .timeline-content {
        border-left: 5px solid #aa9166;
        border-right: none;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #aa9166;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #121518;
    border: 2px solid #aa9166;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #aa9166;
    color: #121518;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #121518;
    background: #aa9166;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s;
}

.portfolio .portfolio-item:hover {
    margin-top: -10px;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.portfolio figure {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0), rgba(0, 0, 0, 1) 90%);
}

.portfolio figure p {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.portfolio figure p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

.portfolio figure a {
    font-family: 'EB Garamond', serif;
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    transition: .3s;
}

.portfolio figure a:hover {
    text-decoration: none;
    color: #ffffff;
}

.portfolio figure span {
    position: relative;
    color: #999999;
    font-size: 16px;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    background: #121518;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 2px solid #aa9166;
}

.contact .contact-item i {
    display: inline-block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #aa9166;
    border: 2px solid #aa9166;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 15px;
}

.contact .contact-text h2 {
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #999999;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    margin-bottom: 30px;
}

.contact .contact-form input {
    height: 60px;
    border-radius: 0;
    border-width: 2px;
    border-color: #121518;
}

.contact .contact-form textarea {
    height: 190px;
    border-radius: 0;
    border-width: 2px;
    border-color: #121518;
}

.contact .contact-form .btn {
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border: 2px solid #aa9166;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single img {
    margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
    position: relative;
    max-width: 900px;
    margin: 45px auto -140px auto;
    padding: 30px 15px;
    background: #aa9166;
    z-index: 1;
}

.newsletter .section-header {
    margin-bottom: 25px;
}

.newsletter .section-header h2::before,
.newsletter .section-header h2::after {
    border-color: #ffffff;
}

.newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border-radius: 0;
    border: 2px solid #aa9166;
    transition: .3s;
}

.newsletter .btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: #121518;
    color: #ffffff;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #999999;
}

.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #aa9166;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #aa9166;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #aa9166;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    background: #000000;
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    color: #999999;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
    color: #aa9166;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #aa9166;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}



  /* logo y banner */

    /* NAVBAR */
    .navbar {
      transition: background-color 0.3s, box-shadow 0.3s;
    }
    .navbar.scrolled {
      background-color: #fff !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .nav-link {
      position: relative;
      transition: color 0.2s;
    }
    .nav-link::after {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background: var(--bs-primary);
      bottom: 0; left: 0;
      transition: width 0.3s;
    }
    .nav-link:hover::after {
      width: 100%;
    }
    /* VIDEO HERO */
    .video-hero {
      position: relative;
      width: 100%;
      height: 75vh;
      overflow: hidden;
    }
  .video-hero {
  position: relative;
  width: 100%;
  height: 75vh;            /* valor por defecto en desktop */
  overflow: hidden;
}

.video-hero video {
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* recorta el vídeo manteniendo su proporción */
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Tablets */
@media (max-width: 992px) {
  .video-hero {
    height: 60vh;
  }
}

/* Móviles grandes */
@media (max-width: 768px) {
  .video-hero {
    height: 50vh;
  }
}

/* Móviles pequeños */
@media (max-width: 576px) {
  .video-hero {
    height: 40vh;
  }
}
    .video-hero .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.4);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      padding: 0 1rem;
    }
 /* Texto metálico dorado-plateado */
.video-hero .overlay h1,
.video-hero .overlay p {
  /* degradado de dorado a plateado */
  background: linear-gradient(45deg, #d4af37, #c0c0c0);
  /* recorta el fondo al texto */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* opcional: un poco de sombra suave para resaltar */
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

  /* Links en modo scrolled */
  .navbar.scrolled .nav-link {
    color: #000 !important;
  }
  .navbar.scrolled .nav-link::after {
    background: #000;
  }

  /* Logo original y alternativo */
  .navbar-brand img {
    transition: opacity 0.3s ease;
  }

  /* Dentro de tu <style> */
.navbar-brand img {
  height: 90px;      /* antes 40px */
  width: auto;
  transition: opacity 0.3s ease, height 0.3s ease;
}

/* Si quieres también agrandarlo al hacer scroll: */
.navbar.scrolled .navbar-brand img {
  height: 90px;      /* un poco más pequeño en scrolled, opcional */
}


#services { position: relative; }
  .underline {
    width: 4rem;
    height: 0.25rem;
    background-color: var(--bs-primary);
    border-radius: 0.125rem;
  }
  .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    border-radius: .75rem;
    background: #fff;
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  .icon-circle {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .service-card .btn {
    align-self: flex-start;
    transition: background-color 0.2s, color 0.2s;
  }
  .service-card .btn:hover {
    background-color: currentColor;
    color: #fff;
  }

    /* Ajustes responsivos adicionales */
  @media (max-width: 767px) {
    .gradient-metal { font-size: 2rem; }
    .icon-box { width: 3rem; height: 3rem; }
  }

    /* Mantener proporción de la imagen en móviles */
  .svg-mask image {
    object-fit: cover;
  }

    /* Underline decorativo */
  .underline {
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(90deg,#0d6efd,#6610f2);
    border-radius: .125rem;
  }

  /* Flip card */
  .flip-card {
    perspective: 1000px;
  }
  .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg);
  }
  .flip-front, .flip-back {
    position: absolute;
    width: 100%; height: 100%;
    backface-visibility: hidden;
    border-radius: .75rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .flip-front {
    background: #fff;
    display: flex; 
    flex-direction: column;
  }
  .flip-back {
    transform: rotateY(180deg);
  }

  /* Icon circle */
  .icon-circle {
    width: 4rem; height: 4rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#0d6efd,#6610f2);
    color: #fff;
    transition: transform .3s;
  }
  .flip-card:hover .icon-circle {
    transform: scale(1.2) rotate(15deg);
  }

  /* Textos */
  .flip-front h5, .flip-back h6 {
    margin-top: .5rem;
  }
  .flip-back ul {
    padding-left: 1rem;
  }
  .flip-back ul li {
    margin-bottom: .5rem;
  }



    /* Underline header */
  #services .underline {
    width: 5rem;
    height: 0.25rem;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    border-radius: .125rem;
  }

  /* Card base */
  .service-card {
    background: #fff;
    border: none;
    border-top: .5rem solid transparent;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    text-align: center;
    position: relative;
    transition: transform .4s, box-shadow .4s;
    flex: 1;
  }
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  }
  .featured-card {
    margin-top: -1.5rem;
    z-index: 1;
  }

  /* Top border colors */
  .service-card:nth-child(1) { border-top-color: #0d6efd; }
  .featured-card      { border-top-color: #198754; }
  .service-card:nth-child(3) { border-top-color: #ffc107; }

  /* Icon circle */
  .icon-circle {
    width: 4rem; height: 4rem;
    margin: 0 auto;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: transform .3s;
  }
  .service-card:hover .icon-circle {
    transform: scale(1.2) rotate(10deg);
  }

  /* Buttons */
  .service-card .btn {
    border-radius: 2rem;
    transition: background .3s, color .3s;
  }
  .service-card .btn:hover {
    color: #fff !important;
  }
  .btn-outline-primary:hover  { background: #0d6efd; }
  .btn-outline-success:hover  { background: #198754; }
  .btn-outline-warning:hover  { background: #ffc107; }

  /* Fondo decorativo */
  .bg-shape-services {
    width: 600px; height: 600px;
    background: radial-gradient(circle at center, #0d6efd15, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    top: -200px;
  }
  @media (max-width: 992px) {
    .featured-card { margin-top: 0; }
    .bg-shape-services { display: none; }
    .d-flex { flex-direction: column!important; }
  }

  /* Centrar botones dentro de la card */
.service-card .btn {
  display: block;
  margin: 0 auto;       /* centro horizontal */
  padding: 0.5rem 1.75rem;
  border-radius: 2rem;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* Hover: ligeramente más grande y sombra interior */
.service-card .btn:hover {
  transform: scale(1.05);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
}

/* Ejemplo para btn-outline-primary */
.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}
.btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #fff;
}

  /* Gradientes de los icon-box */
  .bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
  }
  .bg-gradient-success {
    background: linear-gradient(135deg, #198754, #20c997);
  }
  .bg-gradient-warning {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
  }

  .icon-box {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    flex-shrink: 0;
  }

  /* Sombra y máscara SVG */
  .svg-mask {
    position: absolute;
    bottom: -10%; left: -10%;
    width: 120%; height: 120%;
    animation: float 6s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%     { transform: translateY(-10px) rotate(2deg); }
  }

  /* Responsivo: oculta SVG en móviles por simplicidad */
  @media (max-width: 767px) {
    .svg-mask { display: none; }
  }

.gradient-metal {
  background: linear-gradient(45deg, #d4af37, #c0c0c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;     /* Ajusta este valor al tamaño deseado */
}


 /* Underline decorativo */
  #features-timeline .underline {
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(90deg,#0d6efd,#6610f2);
    border-radius: .125rem;
  }

  /* Timeline base */
  .timeline {
    position: relative;
    margin: 2rem 0;
    padding: 2rem 0;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    width: 4px; background: #dee2e6;
    transform: translateX(-50%);
  }

  /* Timeline item */
  .timeline-item {
    position: relative;
    width: 50%;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
  }
  .timeline-item.right {
    left: 50%;
    text-align: left;
  }
  .timeline-item:not(.right) {
    left: 0;
    text-align: right;
  }

  /* Icon */
  .timeline-icon {
    position: absolute;
    top: 0;
    width: 3.5rem; height: 3.5rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  .timeline-item:not(.right) .timeline-icon {
    right: -1.75rem;
  }
  .timeline-item.right .timeline-icon {
    left: -1.75rem;
  }

  /* Content box */
  .timeline-content {
    background: #fff;
    border-radius: .5rem;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  /* Responsive adjustments */
  @media (max-width: 991px) {
    .timeline::before { left: 8px; }
    .timeline-item,
    .timeline-item.right {
      width: 100%;
      left: 0 !important;
      text-align: left !important;
      padding-left: 4rem;
      padding-right: 1rem;
    }
    .timeline-item .timeline-icon {
      left: 0 !important;
      right: auto !important;
    }
  }

  @media (max-width: 575px) {
    .timeline-content {
      padding: .75rem;
    }
    .timeline-icon {
      width: 3rem; height: 3rem;
      top: .5rem;
    }
  }

   footer {
    position: relative;
  }
  .footer-link {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-link:hover {
    color: #fff;
  }
  .bg-shape-footer {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at center, #0d6efd, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    transform: translate(50%, 50%);
  }
  @media (max-width: 768px) {
    .bg-shape-footer { display: none; }
  }

  /* Agrandar logo */
  .footer-logo {
    width: 200px; /* antes 160px */
    max-width: 100%;
    height: auto;
  }

  /* Títulos en dorado */
  .footer-title {
    color: #d4af37;
  }

  /* Enlaces hover */
  .footer-link {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-link:hover {
    color: #fff;
  }




  .page-header-carousel {
    position: relative;
    height: 60vh;
    overflow: hidden;
  }
  .page-header-carousel .carousel-item img {
    object-fit: cover;
    height: 60vh;
  }
  .page-header .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  .page-header .overlay h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .page-header .breadcrumb {
    background: none;
    padding: 0;
    --bs-breadcrumb-divider: '>';
  }
  .page-header .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: underline;
  }
  .page-header .breadcrumb .breadcrumb-item.active {
    color: #ddd;
  }

    .image-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    transition: transform 0.5s ease;
  }
  .image-hero:hover .hero-bg {
    transform: scale(1.05);
  }
  .overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 1rem;
  }
  /* Degradado dorado-plateado para el nombre */
  .gradient-metal {
    background: linear-gradient(45deg, #d4af37, #c0c0c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

/* Justificación y responsividad */
  @media (max-width: 991px) {
    .text-justify { text-align: justify !important; }
  }
  /* Icon box */
  .icon-box {
    width: 3.5rem; height: 3.5rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 0.75rem;
  }
  /* Gradiente dorado-plateado */
  .gradient-metal {
    background: linear-gradient(45deg, #d4af37, #c0c0c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* Card hover effect */
  .card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }


  /* Gradiente metálico */
  .gradient-metal {
    background: linear-gradient(45deg, #d4af37, #c0c0c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* Icon box */
  .icon-box {
    width: 3.5rem; height: 3.5rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 0.75rem;
  }

  /* Hover zoom */
  .hover-zoom img {
    transition: transform 0.5s ease;
  }
  .hover-zoom:hover img {
    transform: scale(1.05);
  }

  /* Responsive text justification */
  @media (max-width: 991px) {
    .text-secondary {
      text-align: justify !important;
    }
  }

   /* Gradiente metálico para títulos */
  .gradient-metal {
    background: linear-gradient(45deg, #d4af37, #c0c0c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* Justificación en todos los párrafos y listas */
  .text-justify { text-align: justify !important; }

  /* Video wrapper para responsividad */
  .video-wrapper video {
    display: block;
    max-height: 400px;
    object-fit: cover;
  }

  /* Hover zoom para imagen “Por qué elegirnos” */
  .hover-zoom img {
    transition: transform 0.5s ease;
  }
  .hover-zoom:hover img {
    transform: scale(1.05);
  }

  /* Ajustes móviles */
  @media (max-width: 767px) {
    .video-wrapper video {
      max-height: 250px;
    }
  }

    /* Degradado metálico en títulos */
  .gradient-metal {
    background: linear-gradient(45deg, #d4af37, #c0c0c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* Justificar texto */
  .text-justify { text-align: justify !important; }

  /* Asegurar objeto-fit para img/video */
  .object-fit-cover { object-fit: cover; }




  .propiedad-industrial {
  padding: 60px 0;
  background: linear-gradient(135deg, #e5eafc 0%, #f8fafc 100%);
}

.container-pi {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.pi-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.pi-icon {
  width: 70px;
  filter: drop-shadow(0 6px 12px rgba(48, 80, 164, 0.15));
  margin-bottom: 10px;
}

.pi-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #274b6d;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pi-desc {
  color: #4b5876;
  font-size: 1.2rem;
  margin-top: 0;
}

.pi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}

.pi-card {
  background: rgba(255,255,255,0.80);
  box-shadow: 0 4px 24px 0 rgba(39,75,109,0.10), 0 1.5px 8px 0 rgba(39,75,109,0.10);
  border-radius: 20px;
  padding: 36px 28px 24px 28px;
  backdrop-filter: blur(6px);
  position: relative;
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1), box-shadow 0.3s;
  perspective: 500px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  will-change: transform, box-shadow;
  cursor: pointer;
}

.pi-card-img {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  filter: drop-shadow(0 6px 18px rgba(56,104,232,0.10));
  transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
}

.pi-card:hover {
  transform: rotateY(9deg) scale(1.045) translateY(-6px);
  box-shadow: 0 12px 38px 0 rgba(48,80,164,0.16), 0 3px 18px 0 rgba(48,80,164,0.08);
  z-index: 2;
  background: rgba(255,255,255,0.92);
}
.pi-card:hover .pi-card-img {
  transform: rotateY(-18deg) scale(1.15);
}

.pi-card h3 {
  font-size: 1.15rem;
  color: #345488;
  margin-bottom: 10px;
  font-weight: 700;
}

.pi-card p, .pi-card ul {
  font-size: 1rem;
  color: #45516c;
  margin: 0 0 10px 0;
}

.pi-card ul {
  list-style: disc inside;
  padding-left: 0;
}

@media (max-width: 700px) {
  .container-pi {
    padding: 0 6vw;
  }
  .pi-header h2 {
    font-size: 2rem;
  }
  .pi-card {
    padding: 24px 14px 18px 14px;
    min-height: 220px;
  }
}


/* Personalización rápida, puedes adaptar según tu branding */
.contacto-abogado {
  background: linear-gradient(135deg, #f5f8fb 60%, #e2e6ed 100%);
}
.card {
  border-radius: 2rem !important;
  box-shadow: 0 2px 24px 0 rgba(40,70,150,0.09);
}
.form-control:focus {
  border-color: #4c82d7;
  box-shadow: 0 0 0 2px #b5cdf6;
}
.btn-primary {
  background: linear-gradient(90deg, #395399 40%, #4864c5 100%);
  border: none;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #213c68 60%, #31418d 100%);
  color: #ffe487;
}
label {
  font-weight: 500;
  color: #3a426a;
}



  .derechos-autor {
  padding: 60px 0;
  
}

.container-da {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.da-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.da-icon {
  width: 70px;
  filter: drop-shadow(0 6px 12px rgba(176,72,210,0.12));
  margin-bottom: 10px;
}

.da-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #8d37a3;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.da-desc {
  color: #6e5c81;
  font-size: 1.2rem;
  margin-top: 0;
}

.da-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 32px;
}

.da-card {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 4px 24px 0 rgba(141,55,163,0.08), 0 1.5px 8px 0 rgba(176,72,210,0.10);
  border-radius: 20px;
  padding: 36px 28px 24px 28px;
  backdrop-filter: blur(6px);
  position: relative;
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1), box-shadow 0.3s;
  perspective: 500px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  will-change: transform, box-shadow;
  cursor: pointer;
}

.da-card-img {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  filter: drop-shadow(0 6px 18px rgba(141,55,163,0.09));
  transition: transform 0.6s cubic-bezier(.25,.8,.25,1);
}

.da-card:hover {
  transform: rotateY(9deg) scale(1.045) translateY(-6px);
  box-shadow: 0 12px 38px 0 rgba(141,55,163,0.16), 0 3px 18px 0 rgba(141,55,163,0.10);
  z-index: 2;
  background: rgba(255,255,255,0.94);
}
.da-card:hover .da-card-img {
  transform: rotateY(-18deg) scale(1.14);
}

.da-card h3 {
  font-size: 1.15rem;
  color: #a444ba;
  margin-bottom: 10px;
  font-weight: 700;
}

.da-card p, .da-card ul {
  font-size: 1rem;
  color: #57446b;
  margin: 0 0 10px 0;
}

.da-card ul {
  list-style: disc inside;
  padding-left: 0;
}

@media (max-width: 700px) {
  .container-da {
    padding: 0 6vw;
  }
  .da-header h2 {
    font-size: 2rem;
  }
  .da-card {
    padding: 24px 14px 18px 14px;
    min-height: 220px;
  }
}

