

/* =========================================
   1. IMPORTS Y FUENTES
   ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap");

/* =========================================
   2. ESTILOS GENERALES Y UTILIDADES
   ========================================= */
body {
    font-family: "Cinzel", serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

p {
    font-family: "Cinzel", serif;
    color: #96989a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #e9eaec;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* Colores de Fondo y Texto */
.white-bg { background: #ffffff; }
.gray-bg { background: #f7f7fd; }
.section-bg { background: #f5f5f5; }
.body-bg { background: #fafafa; }
.black-bg { background: #f504cd; }
.theme-bg { background: #c6a16e; }
.brand-bg { background: #f1f4fa; }
.testimonial-bg { background: #f9fafc; }

.white-color { color: #fff; }
.black-color { color: #36fc05; }
.theme-color { color: #c6a16e; }

/* Overlays */
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/* Opacidades para overlays */
[data-opacity="1"]::before { opacity: 0.1; }
[data-opacity="2"]::before { opacity: 0.2; }
[data-opacity="3"]::before { opacity: 0.3; }
[data-opacity="4"]::before { opacity: 0.4; }
[data-opacity="5"]::before { opacity: 0.5; }
[data-opacity="6"]::before { opacity: 0.6; }
[data-opacity="7"]::before { opacity: 0.7; }
[data-opacity="8"]::before { opacity: 0.8; }
[data-opacity="9"]::before { opacity: 0.9; }

/* =========================================
   3. BOTONES
   ========================================= */
.btn {
    background: #c6a16e;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 27px 44px;
    margin: 0;
    border: 0;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    overflow: hidden;
    border-radius: 15px
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b99562;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.btn2 {
    padding: 55px 94px;
    cursor: pointer;
}

.btn-black {
    background: #0b1416;
    border-radius: 15px
}

.boxed-btn {
    background: #c6a16e;
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Cinzel", serif;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #c6a16e;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:hover {
    background: #fff;
    color: #c6a16e !important;
}

.border-btn {
    border: 2px solid #c6a16e;
    color: #c6a16e;
    font-family: "Cinzel", serif;
    background: none;
    padding: 28px 50px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.4s linear;
    overflow: hidden;
}

.border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c6a16e;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform-origin: 0 0;
    transform: scaleY(0);
}

.border-btn:hover::before {
    transform: scaleY(1);
}

/* =========================================
   4. HEADER Y NAVEGACIÓN
   ========================================= */
.main-menu {
    margin-right: 50px; 
}

.header-area {
    padding-left: 100px;
    background: #fff;
}

.header-area .header-wrapper .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header-area .header-wrapper .main-menu ul li a {
    font-size: 16px;
    color: #0a0c10;
    font-weight: 400;
    padding: 43px 19px;
    display: block;
    position: relative;
    transition: all .3s ease-out 0s;
    font-family: "Cinzel", serif;
}

.header-area .header-wrapper .main-menu ul li:hover > a {
    color: #c6a16e;
}

/* Submenu */
.header-area .header-wrapper .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    padding: 17px 0;
    transition: all .3s ease-out 0s;
    border-top: 5px solid #c6a16e;
}

.header-area .header-wrapper .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}

.header-area .header-wrapper .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39;
}

.header-area .header-wrapper .main-menu ul ul.submenu > li > a:hover {
    color: #c6a16e;
    background: none;
}

.header-wrapper .main-menu ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

/* Header Sticky */
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
}

.header-sticky ul li a {
    padding: 10px 19px;
}

/* Menu Movil */
.slicknav_menu .slicknav_icon-bar {
    background-color: #c6a16e !important;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #c6a16e;
}

.slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}

/* =========================================
   5. SLIDER / HERO AREA
   ========================================= */
.slider-area {
    padding-left: 100px;
    margin-top: -1px;
    position: relative;
}

.slider-area::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 67%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.slider-height {
    min-height: 830px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider-area .hero__caption {
    margin-left: -16%;
}

.slider-area .hero__caption h1 {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.1;
}

.slider-area .hero__caption span {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: "Cinzel", serif;
    display: block;
    padding-left: 106px;
    color: #c6a16e;
    position: relative;
}

.slider-area .hero__caption span::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    background: #c6a16e;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-overly {
    position: relative;
    z-index: 1;
}

.hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(1,10,28,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* Flechas del Slider */
.slider-active button.slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 0;
    padding: 0;
    z-index: 2;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 60px;
    color: #000;
}

.slider-active button.slick-next {
    left: 63px;
}

/* =========================================
   6. OFERTAS / CLIENTS AREA
   ========================================= */
.clients-area .single-offers {
    padding-left: 0 !important;
}

.clients-area .single-offers .offers-img {
    margin-bottom: 10px;
    overflow: hidden;
}

.clients-area .single-offers .offers-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}

.single-offers:hover .offers-img img {
    transform: scale(1.1);
}

.clients-area .single-offers .offers-cap {
    position: relative;
}

.clients-area .single-offers .offers-cap span {
    position: absolute;
    content: "1";
    width: 35px;
    height: 35px;
    background: #c6a16e;
    top: -1px;
    left: -61px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all .4s ease-out 0s;
}

.clients-area .single-offers .offers-cap h3 a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    transition: all .4s ease-out 0s;
}

.clients-area .single-offers .offers-cap p {
    margin-bottom: 30px;
}

.clients-area .single-offers .offers-cap a i {
    transform: rotate(45deg);
    display: inline-block;
    color: #ad7b4d;
    font-size: 27px;
    font-weight: 600;
    transition: all .4s ease-out 0s;
    border-radius: 15px
}

.single-offers:hover .offers-cap span {
    background: #fff;
    color: #212529;
}

.single-offers:hover .offers-cap h3 a {
    color: #c6a16e;
}

.single-offers:hover .offers-cap a i {
    color: #fff;
}

/* =========================================
   7. VIDEO AREA
   ========================================= */
.history-video-area .video-bg {
    position: relative;
    z-index: 1;
}

.history-video-area .video-bg img {
    width: 100%;
}

.history-video-area .video-bg .video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.history-video-area .video-bg .video-icon a {
    background: #fff;
    color: #c68b55;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
}

.history-video-area .video-history-cap {
    background: #f4efe6;
    padding: 60px 70px 60px 161px;
    position: relative;
    margin-left: -130px;
    margin-top: -62px;
    z-index: 0;
    border-radius: 20px;
}

.history-video-area .video-history-cap h3 {
    color: #161922;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 28px;
}

/* =========================================
   8. TESTIMONIOS
   ========================================= */
.clients-testimonial .clients-speech-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.clients-testimonial .clients-speech-active button.slick-arrow i {
    font-size: 30px;
    color: #c6a16e;
}

.clients-testimonial .clients-speech-active button.slick-next {
    left: auto;
    right: 0px;
}

.clients-testimonial .clients-speech-active .single-clients-speech img {
    width: 100%;
}

/* Area Testimonio 2 */
.testimonial-area .testimonial-caption {
    background: #182c31;
    border-radius: 20px;
}

.testimonial-area .testimonial-caption .testimonial-top-cap {
    border: 1px solid #2c2815;
    padding: 75px 30px 50px 30px;
}

.testimonial-area .testimonial-caption .testimonial-top-cap img {
    margin-bottom: 50px;
    width: auto;
    display: inline-block;
}

.testimonial-area .testimonial-caption .testimonial-top-cap p {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.h1-testimonial-active button.slick-arrow {
    position: absolute;
    left: 0px;
    bottom: 0;
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
}

.h1-testimonial-active button.slick-arrow i {
    font-size: 14px;
    color: #a0a0a0;
}

.h1-testimonial-active button.slick-prev {
    display: none !important;
}

.h1-testimonial-active button.slick-next {
    left: 64px;
    bottom: -79px;
}

.h1-testimonial-active.dot-style .slick-dots {
    text-align: center;
    bottom: -79px;
    left: 0;
    right: 0;
    position: absolute;
}

.h1-testimonial-active.dot-style .slick-dots li {
    display: inline-block;
}

.h1-testimonial-active.dot-style .slick-dots button {
    cursor: pointer;
    background: none;
    color: #a0a0a0;
    border: 0;
    font-size: 16px;
}

.h1-testimonial-active.dot-style .slick-active button {
    color: #fff;
}

.clients-testimonial .slick-dots {
    display: none !important;
}

/* =========================================
   9. VISIT / TAILOR AREA
   ========================================= */
.visit-tailor-area {
    display: flex;
    align-items: center;
}

.visit-tailor-area .tailor-details {
    width: 50%;
}

.visit-tailor-area .tailor-details span {
    font-size: 35px;
    margin-bottom: 22px;
    font-family: "Cinzel", serif;
    color: #c6a16e;
    display: block;
}

.visit-tailor-area .tailor-details h3 {
    font-size: 60px;
    display: block;
    color: #c6a16e;
    font-weight: 600;
    margin-bottom: 25px;
}

.visit-tailor-area .tailor-details p {
    color: #fff;
    margin-bottom: 29px;
}

.visit-tailor-area .tailor-details ul li {
    color: #fff;
    margin-bottom: 8px;
}

.visit-tailor-area .tailor-details .visit-social a {
    color: #cfb083;
    padding: 0 6px;
    font-size: 14px;
}

.visit-tailor-area .tailor-details .visit-social a:hover {
    color: #fff;
}

.visit-tailor-area .tailor-offers {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 50%;
    background-image: url(../img/gallery/visit_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    border-radius: 15px
}

.visit-tailor-area .offers {
    background: rgba(198,161,110,0.6);
    display: inline-block;
    padding: 50px 47px;
    margin-bottom: 35px;
}

.visit-tailor-area .offers h3 {
    color: #fff;
    font-size: 95px;
}

/* =========================================
   10. FOOTER
   ========================================= */
.footer-area {
    display: flex;
    align-items: end;
    justify-content: end;
    background-image: url(../img/gallery/footer_bg.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer-area .footer-caption {
    width: 68%;
    background: #c6a16e;
    padding: 50px 260px 50px 100px;
    margin-top: 150px;
    border-radius: 15px;
}

.footer-area .footer-caption .footer-tittle h3 {
    font-size: 60px;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #d6bc97;
}

.footer-area .footer-caption .footer-menu .single-menu {
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.footer-area .footer-caption .footer-menu .single-menu .single-menu1 { width: 36%; }
.footer-area .footer-caption .footer-menu .single-menu .single-menu2 { width: 25%; }
.footer-area .footer-caption .footer-menu .single-menu .single-menu3 { width: 25%; }

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 29px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li {
    transition: all .3s ease-out 0s;
    margin-bottom: 7px;
    font-size: 16px;
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li:hover {
    padding-left: 5px;
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-social a {
    color: #fff;
    padding: 0 6px;
    font-size: 14px;
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-social a:hover {
    color: #0b1416;
}

.footer-area .footer-caption .copyright p {
    color: #fff;
}

/* =========================================
   11. PRELOADER Y UTILIDADES (ScrollUp, etc)
   ========================================= */
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    transition: .6s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #0b1416;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    background-color: #ffffff;
    animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    right: auto;
    margin: 0;
}

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

#scrollUp {
    background: #c6a16e;
    height: 50px;
    width: 50px;
    left: 50%; 
    transform: translateX(-50%);
    bottom: 18px; 
    right: auto; 
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108,98,98,0.2);
}

#scrollUp:hover {
    color: #fff;
}

/* =========================================
   12. ELEMENTOS DE FORMULARIO GENÉRICOS
   ========================================= */
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.contact-section {
    padding: 30px 0 35px;
}

.contact-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/* =========================================
   13. SECCION DE TITULOS Y PADDINGS
   ========================================= */
.section-tittle span {
    font-size: 45px;
    margin-bottom: 22px;
    font-family: "Cinzel", serif;
    color: #f8f1e7;  /*#c6a16e*/
    display: block;
}

.section-tittle h2 {
    font-size: 60px;
    display: block;
    color: #f8f1e7;
    font-weight: 600;
}

.section-tittle02 {
    position: relative;
    z-index: 0;
    bottom: -57px;
}

.section-tittle02 h2 {
    font-size: 165px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #28241d;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1;
    font-family: "Cinzel", serif;
}

.section-padding30 { padding-top: 25px; padding-bottom: 60px; }
.testimonial-padding1 { padding-top: 35px; padding-bottom: 60px; }
.testimonial-padding2 { padding-top: 35px; padding-bottom: 60px; }

/* Utilidades de Margen y Padding (Lista comprimida para no ocupar tanto espacio vertical) */
.mt-10 { margin-top: 10px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; }
.mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; }
.pt-10 { padding-top: 10px; } .pt-20 { padding-top: 20px; } .pt-50 { padding-top: 50px; }
.pb-10 { padding-bottom: 10px; } .pb-20 { padding-bottom: 20px; } .pb-50 { padding-bottom: 50px; }

/* =========================================
   14. MEDIA QUERIES (RESPONSIVE)
   ========================================= */
@media (max-width: 767px) {
    .header-area { padding: 0 15px; }
    .header-area .header-wrapper { padding: 15px 0; }
    .slider-area { padding-left: 0px; }
    .slider-area .hero__caption { margin-left: 0%; }
    .slider-area .hero__caption h1 { font-size: 35px; }
    .visit-tailor-area { display: block; }
    .visit-tailor-area .tailor-details { width: 100%; padding-bottom: 70px; }
    .visit-tailor-area .tailor-offers { width: 100%; height: 500px; }
    .footer-area .footer-caption { width: 100%; padding: 50px 15px 40px 15px; }
    .section-tittle h2 { text-align: center; font-size: 31px; }
    .section-tittle02 h2 { font-size: 38px; text-align: center; }
    .logo img { 
        width: 160px; 
        margin-right: auto; 
        padding-left: 15px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area { padding: 0 30px; }
    .slider-area { padding-left: 70px; }
    .visit-tailor-area .tailor-offers { width: 50%; }
}

@media (max-width: 767px) {
    .testimonial-padding1 {
        padding-bottom: 20px !important; 
        padding-top: 20px !important;   
    }
}


/* hamburguesa */

@media (max-width: 767px) {
    .slicknav_menu {
        position: absolute !important; /* CLAVE: Esto libera al botón para moverse */
        top: -20px !important; /* Distancia desde el borde SUPERIOR de la barra blanca */
        right: 15px !important; /* Distancia desde la DERECHA */
        margin-top: 0 !important; /* Eliminamos márgenes que estorben */
        background: transparent !important;
    }
}

@media (max-width: 767px) {
    .section-tittle span {
        font-size: 22px !important; /* Tamaño mucho más chico y elegante */
        line-height: 1.4 !important; /* Aire entre líneas para que no se amontone */
        display: block; /* Asegura que ocupe el ancho correcto */
        padding: 0 15px; /* Margen a los costados para que no toque los bordes */
    }
    
    /* Ajuste opcional para reducir el espacio gigante debajo del título en celular */
    .section-tittle.mb-100, .section-tittle.mb-50 {
        margin-bottom: 30px !important;
    }
}














/* 1. Contenedor Padre: Limpia espacios extraños */
.sorrenti-contenedor-principal {
    width: 100%;
    padding: 15px; /* Un poco de aire para que se noten los bordes redondeados */
    background-color: #fff; /* Color de fondo de la web */
    box-sizing: border-box; /* Para que el padding no rompa el ancho */
    overflow: hidden;
}

/* 2. La Imagen (El Slide): Bordes redondeados y foto centrada */
.sorrenti-slide-nuevo {
    width: 100%;
    height: 650px; /* Altura fija para que no salte */
    border-radius: 20px !important; /* TUS BORDES REDONDEADOS */
    background-size: cover !important;
    background-position: center center !important;
    position: relative; /* Necesario para ubicar el texto encima */
    overflow: hidden; /* Recorta la imagen para respetar el borde redondeado */
}

/* 3. El Texto: Ubicado a la izquierda */
.sorrenti-texto-flotante {
    position: absolute;
    top: 50%;
    left: 8%; /* Separación desde la izquierda */
    transform: translateY(-50%); /* Centrado vertical exacto */
    z-index: 10;
    max-width: 600px; /* Para que el texto no ocupe todo el ancho */
}

.sorrenti-texto-flotante h1 {
    color: #333; /* Texto oscuro */
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 20px rgba(255,255,255,0.8); /* Sombra blanca para leer sobre foto */
}

.sorrenti-texto-flotante span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #000; /* Fondo negro para resaltar */
    padding: 10px 20px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .sorrenti-texto-flotante h1 {
        font-size: 30px !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .sorrenti-texto-flotante span {
        font-size: 14px !important;
        padding: 5px 15px;
    }
}


.logo img {
    width: 200px; /* Poné acá el tamaño que quieras para la compu */
    height: auto;
    margin-right: 150px;
}





/* =======================================================
   ESTILOS NUEVOS: Mosaico "Paño Completo" (Sorrenti)
   ======================================================= */

/* 1. Ajuste del contenedor general */
.sorrenti-propuesta-full {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

/* 2. La caja de cada item (el enlace) */
.sorrenti-box-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden; /* Para que el zoom de la foto no se salga */
}

/* 3. La Imagen dentro del mosaico */
.sorrenti-box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorta la imagen para llenar el cuadro sin deformar */
    transition: transform 0.6s ease; /* Suavidad para el efecto zoom */
    display: block;
}

/* 4. La capa oscura con el texto encima */
.sorrenti-overlay-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fondo oscuro semitransparente para que se lea el texto */
    background: rgba(0, 0, 0, 0.4); 
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centra verticalmente */
    align-items: center;     /* Centra horizontalmente */
    text-align: center;
    padding: 20px;
    transition: all 0.4s ease;
}

/* 5. Estilos del Texto (Título y Párrafo) */
.sorrenti-overlay-info h3 {
    font-family: 'Cinzel', serif !important; /* <--- AGREGADO */
    letter-spacing: 2px; /* <--- AGREGADO (para que las letras respiren) */
    font-weight: 400; /* <--- CAMBIO: Bajalo a 400 porque Cinzel ya es intensa */
    color: #fff !important; 
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.sorrenti-overlay-info p {
    color: #f1f1f1 !important;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* 6. Efectos al pasar el mouse (Hover) */
.sorrenti-box-item:hover img {
    transform: scale(1.1); /* Zoom in en la foto */
}

.sorrenti-box-item:hover .sorrenti-overlay-info {
    background: rgba(198, 161, 110, 0.85); /* Se pone color "dorado/theme" al pasar el mouse */
}

.sorrenti-box-item:hover h3 {
    border-bottom: 2px solid #fff; /* Subraya el título */
}


/* 7. Ajuste para Celulares */
@media (max-width: 767px) {
    .sorrenti-box-item {
       aspect-ratio: 2 / 1;
    }
    .sorrenti-overlay-info h3 {
        font-size: 20px;
    }
}





/* ======================================= */
/* ESTILOS PARA CARTEL FLOTANTE DE CONSTRUCCIÓN (CENTRALIZADO Y MÁS GRANDE) */
/* ======================================= */

#construction-notice {
    position: fixed; /* Sigue flotando */
    top: 50%; /* Lo mueve al 50% desde arriba */
    left: 50%; /* Lo mueve al 50% desde la izquierda */
    transform: translate(-50%, -50%); /* ¡La clave para centrarlo perfectamente! */
    z-index: 1999; /* Un valor alto para que esté por encima de casi todo */
    
    display: flex; /* Para alinear el logo y el texto */
    flex-direction: column; /* Coloca el logo arriba y el texto abajo */
    align-items: center; /* Centra el contenido horizontalmente */
    text-align: center; /* Centra el texto */
    
    background-color: rgba(34, 40, 49, 0.9); /* Color oscuro de tu web, opacidad 90% (antes 95%) */
    color: white;
    padding: 30px 40px; /* Más padding para que sea más grande */
    border-radius: 15px; /* Bordes un poco más redondeados */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); /* Sombra más pronunciada */
    
    width: 90%; /* Ocupa el 90% del ancho */
    max-width: 450px; /* Pero no se estira más allá de 450px */
    -webkit-backdrop-filter: blur(8px); /* Efecto cristal un poco más fuerte */
    backdrop-filter: blur(8px);
}

#construction-notice img {
    height: 70px; /* Logo más grande */
    width: auto;
    margin-bottom: 20px; /* Espacio entre el logo y el texto */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); /* Pequeña sombra al logo para que resalte */
}

#construction-notice .notice-text-content strong {
    font-size: 24px; /* Título más grande */
    display: block;
    margin-bottom: 8px;
    font-weight: 700; /* Asegura la negrita */
}

#construction-notice .notice-text-content p {
    margin: 0;
    font-size: 16px; /* Texto más grande */
    line-height: 1.5;
    opacity: 0.9;
}

/* --- Ajustes para vista de celular --- */
@media (max-width: 767px) {
    #construction-notice {
        width: 95%; /* Ocupa casi todo el ancho en celulares */
        padding: 25px;
    }

    #construction-notice img {
        height: 60px; /* Logo un poco más pequeño en celular */
        margin-bottom: 15px;
    }

    #construction-notice .notice-text-content strong {
        font-size: 20px; /* Título más pequeño en celular */
    }
    #construction-notice .notice-text-content p {
        font-size: 14px; /* Texto más pequeño en celular */
    }
}














