* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

#preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(-45deg, #000000, #ffd500, #000000, #ffd500);
    background-size: 400% 400%;
    animation: moverFondo 8s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(255, 255, 0, 0.4);
    animation: flotar 3s ease-in-out infinite;
}

.loader img {
    width: 80px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 0, 0.6));
}

@keyframes moverFondo {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes flotar {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.top-inf {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-left {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.top-left span,
.top-right span {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.redes a {
    color: #ffcc00;
    text-decoration: none;
    margin-left: 10px;
    font-size: 20px;
    transition: 0.3s ease;
}

.redes a:hover {
    color: #ffffff;
}

.top-inf {
    border-bottom: 2px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nv {
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 5%;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.nv img {
    height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-top: -10px;
}

.nv-lst {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nv-lst a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 5px 0;
}

.nv-lst a:hover {
    color: #ffcc00;
    border-bottom: 2px solid #ffcc00;
}

.nv-usr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nv-usr a {
    color: #ffcc00;
    font-size: 34px;
    text-decoration: none;
    transition: color 0.3s;
}

.nv-usr a:hover {
    color: #ffcc00;
}

.hero-fondo {
    position: relative;
    width: 100%;
    aspect-ratio: 2050 / 1050;
    background-image: url('Imagenes/Fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .hero-fondo {
        min-height: 10vh;
    }
}

@media screen and (max-width: 768px) {
    .hero-fondo {
        min-height: 10vh;
    }
}

@media screen and (max-width: 480px) {
    .hero-fondo {
        min-height: 10vh;
    }
}



.marcas-aliadas,
.marcas-aliadas *,
.logo-item img,
.marcas-aliadas h2 {
    user-select: none;
    pointer-events: auto;
}

.marcas-aliadas {
    background: radial-gradient(circle at 20% 30%, #ffd70033 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, #ffd70022 0%, transparent 50%),
        linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
    padding: 60px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.marcas-aliadas h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: none;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.carrusel-marcas {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    width: calc(300px * 16);
    animation: scroll-left 20s linear infinite;
}

.logo-item {
    width: 300px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.3s;
}

.logo-item img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    transition: transform 0.3s;
}

.logo-item:hover img {
    transform: scale(1.05);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .logo-item {
        width: 200px;
        height: 120px;
    }

    .slider-track {
        width: calc(200px * 20);
        animation-duration: 25s;
    }

    .marcas-aliadas h2 {
        font-size: 22px;
    }
}


.sider {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100%;
    background: linear-gradient(to bottom right, #000000, #1a1a1a);
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.5);
    padding: 25px 20px;
    z-index: 1000;
    transition: right 0.3s ease;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sider.activo {
    right: 0;
}

.sider-header {
    position: relative;
    padding: 6px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #ffee00;
    border-bottom: 1px solid #444;
}

.sider-header h3 {
    text-align: center;
    color: #000000;
    margin: 0;
    font-size: 20px;
}

.btn-cerrar {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.btn-cerrar:hover {
    transform: scale(1.2);
}

.sider ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sider ul li {
    margin: 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sider ul li i {
    color: #ffd700;
    font-size: 20px;
}

.sider ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: color 0.3s, transform 0.2s;
}

.sider ul li a:hover {
    color: #ffd700;
    transform: translateX(5px);
}

.sider .redes-sociales {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.sider .redes-sociales a {
    color: #ffd700;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.3s;
}

.sider .redes-sociales a:hover {
    transform: scale(1.2);
    background: rgba(255, 215, 0, 0.1);
}

.menu-sider-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sider {
    overflow-y: auto;
}

@media (max-width: 768px) {
    .top-inf {
        display: none;
    }
}

.menu-sider-list li a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #ffd700;
    border-radius: 10px;
    padding: 5px 10px;
    color: white;
    font-weight: 500;
    transition: background 0.3s, transform 0.2s;
}

.menu-sider-list li a i {
    color: #ffd700;
    font-size: 20px;
    transition: color 0.3s;
}

.menu-sider-list li a span {
    flex-grow: 1;
}

.menu-sider-list li a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.menu-sider-list li a:hover i {
    color: #ffffff;
}

.sider-img {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    border-radius: 25px;
    border: 2px solid #ffd700;
}

@media (max-width: 768px) {

    .nv-lst,
    .top-inf {
        display: none;
    }

    .nv {
        justify-content: space-between;
        padding: 10px 20px;
    }

    .nv img {
        max-height: 50px;
    }

    #btn-menu {
        display: block;
        font-size: 1.8rem;
    }
}

.figura-esquina {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

.figura-izq-superior {
    top: -105px;
    left: -30px;
}

.figura-der-inferior {
    bottom: -105px;
    right: -30px;
}

.flotante {
    animation: flotando 2s ease-in-out infinite alternate;
}

@keyframes flotando {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-12px);
    }
}

.btn-cerrar {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #000;
}

.servicios {

    padding: 100px 5% 80px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.servicio {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.servicio.reverse {
    flex-direction: row-reverse;
}

.serv-img {
    flex: 1;
    min-width: 300px;
    max-width: 500px;

}

.serv-img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.serv-texto {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.serv-texto h2 {
    font-size: 36px;
    color: #111;
    margin-bottom: 20px;
    font-weight: 700;
}


.serv-texto p {
    font-size: 17px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

.btn-cotizar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffd900;
    color: #222;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.3s ease;
    position: relative;
}

.btn-cotizar:hover {
    background-color: #ffd900;
}

.btn-cotizar .btn-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.btn-cotizar .btn-text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.btn-cotizar:hover .btn-text {
    width: 70px;
    opacity: 1;
}

.bloque-damahu {
    background: linear-gradient(to right, #e2bd44, #ffd000);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    max-width: 1200px;
    margin: 100px auto;
    padding: 80px 60px;
    text-align: center;
    animation: fadeIn 1s ease-out forwards;
    opacity: 0;
    transform: translateY(40px);
}

.toggle-titulo {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0 10px;
    padding: 12px 18px;
    border-radius: 10px;

    user-select: none;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.toggle-titulo::before,
.toggle-titulo::after {
    display: none !important;
}

.toggle-titulo:hover {
    color: #d4a900;
}

.srv-dh {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    gap: 30px;
}

.srv-dh-txt {
    flex: 1 1 500px;
    padding: 10px;
}

.srv-dh-txt h2 {
    font-size: 28px;
    color: #003366;
    margin-bottom: 10px;
}

.srv-dh-txt p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.ttg-dh {
    font-size: 20px;
    color: #ffcc00;
    margin-top: 20px;
    cursor: pointer;
}

.ctn-dh {
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 3px solid #ffcc00;
}

.ctn-dh p {
    margin: 4px 0;
    font-size: 15px;
    color: #444;
}


.acrdn {
    max-width: 700px;
    margin: auto;
    padding: 0;
}

.acrdn-btn {
    background: none;
    border: none;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 15px 10px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
    outline: none;
}

.acrdn-btn:hover {
    background: rgba(0, 64, 128, 0.1);
}

.acrdn-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.acrdn-item {
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    background-color: transparent;
}

.acrdn-btn.active+.acrdn-panel {
    max-height: 800px;
}

.toggle-titulo.active::before {
    transform: rotate(90deg);
}

.contenido-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: white;
    padding: 10px 0;
}

.contenedor-servicios {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.columna-servicios {
    flex: 1 1 300px;
}

.columna-servicios h4 {
    margin-bottom: 10px;
    background: linear-gradient(to right, #c7c413, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.columna-servicios ul {
    list-style: none;
    padding-left: 0;
}

.columna-servicios li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
    transition: transform 0.3s ease;
    cursor: default;
}

.columna-servicios li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #a3ad0d;
    font-weight: bold;
}

.columna-servicios li:hover {
    transform: translateY(-3px);
}

.contenido-extra.activo {
    max-height: 500px;
}

.contenido-extra ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.contenido-extra li {
    margin-bottom: 6px;
    color: #555;
    font-size: 15px;
    padding-left: 18px;
    position: relative;
}


@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bloque-contenido {
    position: relative;
    z-index: 2;
}

.bloque-damahu h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: #222;
    margin-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    user-select: none;
}

.linea-separadora {
    width: 60%;
    height: 2px;
    margin: 7px auto;
    background-color: #0a000040;
    position: relative;
    overflow: hidden;
    border: none;
    opacity: 1;
}

.info-cards {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 50px 5%;
    flex-wrap: wrap;
}

.card-item {
    background: #2e2e2e;
    color: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    max-width: none;
    box-shadow: 0 4px 15px #3f3f3f40;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px #ffc107aa;
    border-color: #ffc107;
}

.card-header {
    display: flex;
    align-items: center;
    text-align: justify;
    gap: 10px;
    margin-bottom: -8px;
}

.card-header i {
    font-size: 60px;
    color: #FFD700;
}


.card-header h3 {
    font-size: 22px;
    margin: 0;
    color: #ffc107;
    letter-spacing: 1px;
}

.card-item p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    color: #ddd;
}

.linea-separadora::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    animation: deslizar 1.5s infinite;
}

@keyframes deslizar {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}


.bloque-damahu p {
    font-size: 20px;
    color: #444;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 60px auto;
    user-select: none;
}

.galeria-gustos-nueva {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    scrollbar-width: none;
    scroll-behavior: smooth;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.galeria-gustos-nueva:active {
    cursor: grabbing;
}

.galeria-gustos-nueva::-webkit-scrollbar {
    display: none;
}

.galeria-gustos-nueva {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    scrollbar-width: none;
}

.galeria-gustos-nueva::-webkit-scrollbar {
    display: none;
}

.gusto-card {
    flex: 0 0 calc(100% / 3);
    scroll-snap-align: start;
    text-align: center;
    padding: 10px 15px;
    border-right: 1px solid #919090;
    box-sizing: border-box;
}

.gusto-card:last-child {
    border-right: none;
}

.gusto-card img {
    width: 81%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    user-select: none;
    pointer-events: none;
}

.gusto-card h3 {
    font-size: 17px;
    color: #222;
    margin: 0;
    font-weight: bold;
}

.gusto-card p {
    font-size: 14px;
    color: #575656;
    margin: 4px 0 0;
}

.card {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slider-paneles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: #0f0f0f;
    color: white;
    padding: 80px 5%;
    flex-wrap: wrap;
}

.imagen-fajas {
    position: relative;
    width: 500px;
    height: 400px;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.imagen-fajas img {
    grid-row: span 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.imagen-fajas img:first-child {
    opacity: 1;
}

.contenido-paneles {
    flex: 1;
    max-width: 550px;
}

.texto-activo ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: white;
}

.texto-activo ul li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #ffd700;
}

.texto-activo {
    display: block;
    animation: fade 0.5s ease-in-out;
}

.texto-activo.hidden {
    display: none;
}

.texto-activo h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffd700;
}

.texto-activo ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.imagen-fajas::before,
.imagen-fajas::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    pointer-events: none;
}

.imagen-fajas::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}

.imagen-fajas::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.indicadores {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.indicadores span {
    width: 20px;
    height: 5px;
    background: #555;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

.indicadores span.activo {
    background: #ff0;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.toggle-titulo {
    font-size: 18px;
    color: #222;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.contenido-extra {
    display: none;
    background-color: #f4f4f4;
    padding: 15px 20px;
    margin-top: 8px;
    border-radius: 10px;
    color: #333;
}

.contenido-extra ul {
    padding-left: 20px;
    list-style-type: disc;
}

.cotizar-centro {
    text-align: center;
    margin-top: 30px;
}

.cotizar-centro .btn-cotizar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #000;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cotizar-centro .btn-cotizar:hover {
    background-color: #333;
}

.seccion-cotizacion-dark {
    background-color: #0e0e0e;
    padding: 60px 7%;
    padding-bottom: 40px;

}

@media (max-width: 768px) {
    .seccion-cotizacion-dark {
        padding: 30px 5%;
        padding-bottom: 30px;
    }
}

.catering-card h3,
.catering-card p {
    transition: color 0.3s ease;
    text-decoration: none;
    user-select: none;
}

.catering-card:hover h3,
.catering-card:hover p {
    color: #ffcc00;
    text-decoration: none;
}

.galeria-catering {
    cursor: grab;
    scroll-behavior: smooth;
}

.galeria-catering:active {
    cursor: grabbing;
}

.contenedor-cotizacion-dark {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: stretch;
}

.mapa-empresa-dark {
    flex: 1;
    min-width: 300px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.05);
}


.formulario-cotiza-dark {
    flex: 1;
    min-width: 320px;
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.formulario-cotiza-dark h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #ffcc00;
}

/* Campos */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #ccc;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #444;
    border-radius: 8px;
    background-color: #2a2a2a;
    color: #fff;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #ffcc00;
    outline: none;
}


.btn-enviar-dark {
    background-color: #ffcc00;
    color: #000;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-enviar-dark:hover {
    background-color: #e6b800;
}

@media (max-width: 768px) {
    .contenedor-cotizacion-dark {
        flex-direction: column;
    }

    .mapa-empresa-dark,
    .formulario-cotiza-dark {
        width: 100%;
    }
}

.contenido-superior {
    text-align: center;
    margin-bottom: 40px;
}

.contenido-superior h2 {
    font-size: 36px;
    color: #ffee00;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contenido-superior p {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}


.formulario-cotiza-dark {
    flex: 1;
    min-width: 300px;
    background-color: #1a1a1a;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.formulario-cotiza-dark form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fila-doble {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fila-doble .form-group {
    flex: 1;
}

.form-group-full {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.formulario-cotiza-dark label {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 6px;
}

.formulario-cotiza-dark input,
.formulario-cotiza-dark select,
.formulario-cotiza-dark textarea {
    padding: 12px;
    background-color: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    transition: border-color 0.3s;
}

.formulario-cotiza-dark input:focus,
.formulario-cotiza-dark select:focus,
.formulario-cotiza-dark textarea:focus {
    border-color: #ffcc00;
    outline: none;
}

.btn-enviar-dark {
    background-color: #ffcc00;
    color: #000;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-enviar-dark:hover {
    background-color: #e6b800;
}

@media (max-width: 768px) {
    .fila-doble {
        flex-direction: column;
    }

    .formulario-cotiza-dark {
        padding: 30px 20px;
    }
}

#mensajeExito {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #FFD700;
    padding: 30px 40px;
    border: 2px solid #FFD700;
    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    display: none;
    text-align: center;
    font-family: sans-serif;
    max-width: 90%;
}

#mensajeExito button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #FFD700;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

#mensajeExito button:hover {
    background-color: #e6c200;
}


.tarjetas-contacto-profesional {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.tarjeta-contacto-item {
    background: #ffdd00;
    border-radius: 12px;
    padding: 18px 15px;
    width: 220px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #252525;
}

.tarjeta-contacto-item i {
    font-size: 22px;
    color: #111;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.tarjeta-contacto-item .contenido h4 {
    color: #111;
    font-size: 15px;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.tarjeta-contacto-item .contenido p {
    color: #333;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 992px) {
    .tarjetas-contacto-profesional {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tarjeta-contacto-item {
        flex: 1 1 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .tarjeta-contacto-item {
        flex: 1 1 100%;
    }
}

.fondo-doble-seccion {
    background-color: #ffffff;
    padding: 60px 0;
}

@media (max-width: 992px) {
    .gusto-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .gusto-card {
        flex: 0 0 100%;
    }
}