/* --- Reset & Base --- */
body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0d0d0d;
    color: #fff;
    overflow-x: hidden;
}

/* --- Tipografía --- */
h1, h2, h3, h4 { font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }

h1 { font-weight: 800; font-size: 3.5rem; line-height: 1; margin-bottom: 10px; }
h2 { font-weight: 700; font-size: 2.2rem; color: #eb6e00; }

.content_ppal h1 {
    position:relative;
    margin-bottom:30px;
}

.content_ppal h1 span {
    position: absolute;
    right: 100px;
    bottom: -20px;
    background-color: #f9aa06;
    padding: 5px;
    border-radius: 3px;
    font-size: 17px;
    transform: rotate(-2deg);
}

.text-white-50 { color: rgba(255,255,255,0.6) !important; }

/* --- Sección Principal (Hero) --- */
.section.ppal {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/budnik/bg.jpg') no-repeat center;
    background-size: cover;
    padding-top: 0;
}

header { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }

/* --- Info Grid & Items --- */
.info-grid-dark {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.info-item h4 {
    color: #eb6e00;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.info-item p { font-size: 0.95rem; margin-bottom: 5px; color: #ccc; }

/* --- Botón Aesthetic --- */
.btn.btnMery {
    background-color: #eb6e00;
    color: #fff;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
}
.btn.btnMery:hover { background-color: #ff851b; transform: scale(1.05); }

/* --- Mapa & Wrapper --- */
.map-col { padding-left: 50px; }
.map-wrapper {
    background: #1a1a1a;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #333;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}
.map-container {
    border-radius: 18px;
    overflow: hidden;
    filter: invert(90%) hue-rotate(180deg) brightness(95%);
    line-height: 0;
}
.btn-como-llegar {
    background: #fff;
    color: #000 !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    margin-top: -25px;
    position: relative;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- LA FRANJA NARANJA (Ultra Aesthetic) --- */
.iconos {
    background-color: #eb6e00; /* Naranja Budnik */
    padding: 60px 0;
    margin-top: 50px;
    position: relative;
}
/* Triangulito decorativo opcional */
.iconos::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #eb6e00;
}

.box_icono h4 { color: #000; font-weight: 800; margin-bottom: 5px; }
.box_icono p { color: #fff; font-weight: 400; margin: 0; font-size: 1rem; }

/* --- Formulario Bajo --- */
.form_bajo {
    padding: 100px 0;
    background: #000;
}
.cont-input {
    background: #161616;
    border: 1px solid #333;
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
    transition: 0.3s;
}
.cont-input:focus-within { border-color: #eb6e00; }

.cont-input label {
    font-size: 10px;
    color: #eb6e00;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    left: 15px;
    font-weight: 700;
}

.cont-input input, .cont-input textarea {
    background: transparent;
    border: none;
    color: #000;
    padding: 25px 15px 10px 15px;
    width: 100%;
    outline: none;
}

.buton {
    background: #eb6e00;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}

/* --- Footer --- */
footer { background: #000; padding: 40px 0; border-top: 1px solid #222; }
.copyright { font-size: 12px; color: #666; }

/* --- Responsive --- */
@media (max-width: 991px) {
    .map-col { padding-left: 15px; margin-top: 50px; }
    h1 { font-size: 2.5rem; }
    .info-grid-dark { flex-direction: column; gap: 20px; }
    .content_ppal h1 span {
        right:60px;
    }
}

/* --- Ajuste Tamaño Tarjetas --- */
.info-item img {
    height: 35px; /* Subimos de 20px a 35px para que se note */
    width: auto;
    margin-top: 15px;
    display: block;
}

/* --- SECCIÓN FORM BAJO --- */
.form_bajo {
    padding: 100px 0;
    background: linear-gradient(to left, rgba(0,0,0,0.9), transparent), url(../img/budnik/baldosas_calle_lyon.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

/* El triangulito de tu diseño original */
.form_bajo::after {
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    background: url(../img/triangulo-peq.png) repeat-x center;
    position: absolute;
    bottom: -1px;
    left: 0;
}

/* --- TU ESTRUCTURA DE FORMULARIO --- */
fieldset {
    display: flex;
    gap: 20px; /* Espacio entre las dos columnas de inputs */
    border: none;
    padding: 0;
}

.c-form {
    flex: 1; /* Hace que las dos columnas pesen lo mismo */
}

.cont-input {
    background: #fff;
    padding: 0;
    width: 100%;
    border-radius: 8px; /* Un poco más redondeado para el look aesthetic */
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.cont-input label {
    color: #eb6e00; /* Usando el naranja de la marca */
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 15px;
}

/* Inputs y Textarea */
textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
    font-size: 15px;
    color: #111;
    display: block;
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 28px 15px 10px 15px; /* Ajuste para que no tape el label */
    position: relative;
    outline: none;
    font-family: "Roboto Condensed", sans-serif;
}

/* Tu botón original pero con el naranja vibrante */
.buton {
    display: block;
    width: 100%;
    padding: 18px;
    border: 0;
    color: #fff;
    background: #eb6e00;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.buton:hover {
    background: #ff851b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(235, 110, 0, 0.4);
}

/* Responsive para el form */
@media (max-width: 767px) {
    fieldset { flex-direction: column; gap: 0; }
}

/* --- FOOTER ESTILO BLANCO --- */
footer { 
    padding: 60px 0; 
    background-color: #fff; /* Fondo blanco */
    border-top: 1px solid #eee;
    border-bottom: 12px solid #eb6e00; /* Franja naranja final más estética */
}

.copyright { 
    font-size: 14px; 
    color: #444; /* Gris oscuro para lectura fácil */
    text-align: center; 
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.copyright strong {
    color: #000;
    font-weight: 800;
}

/* Logo dentro del footer */
.img-footer-logo {
    max-height: 60px;
    margin-bottom: 25px;
    display: inline-block;
}

/* Link de la agencia */
a.link-goad { 
    color: #eb6e00; 
    font-weight: bold; 
    text-decoration: none; 
    transition: 0.3s;
}

a.link-goad:hover { 
    color: #000; 
    text-decoration: underline;
}

/* Ajuste para que los col-sm no molesten el centrado */
footer .row {
    justify-content: center;
}