@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=Poppins:wght@300;400;500;600&display=swap');
.pagina-4 {
    background: #0b2941;
    overflow: hidden;
}
.navbar-contacto {
    justify-content: flex-end !important;
}
.contactWrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
}
.contactLeft {
    width: 42%;
    background: #071d30;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 48px 60px;
    box-sizing: border-box;
    position: relative;
}
.contactLeft::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 2px;
    background: rgba(255, 101, 1, 0.35);
}
.contactLeftInner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contactLogo {
    height: 52px;
    object-fit: contain;
    margin-bottom: 8px;
}
.contactLeftTitle {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}
.contactLeftEmail {
    font-size: 15px;
    color: #ff6501;
    margin: 0;
    font-weight: 600;
}
.contactLeftSocials {
    display: flex;
    gap: 14px;
    margin-top: 4px;
}
.contactLeftSocials a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 101, 1, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee2b0;
    font-size: 18px;
    text-decoration: none;
    transition: 0.25s ease;
}
.contactLeftSocials a:hover {
    background: #ff6501;
    border-color: #ff6501;
    color: white;
}
.contactLeftSub {
    font-size: 13px;
    color: #8899aa;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contactLeftHandle {
    font-size: 16px;
    color: #eee2b0;
    margin: 0;
    font-weight: 700;
}
.contactRight {
    width: 58%;
    background: #0e3560;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 64px 60px;
    box-sizing: border-box;
}
.contactFormWrapper {
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contactTitle{
    font-family: var(--font-body);
    font-size: 72px;
    font-weight: 800;
    color: var(--orange);
    margin: 0 0 15px;
    line-height: .9;
    letter-spacing: -4px;
    text-shadow: 0 10px 22px rgba(0,0,0,.35);
}
.formGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.formGroup label {
    font-size: 13px;
    font-weight: 600;
    color: #aabbcc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.formGroup input,
.formGroup textarea {
    background: rgba(11, 41, 65, 0.6);
    border: 1.5px solid rgba(255, 101, 1, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    color: white;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.25s ease;
    box-sizing: border-box;
    width: 100%;
}
.formGroup input:focus,
.formGroup textarea:focus {
    border-color: #ff6501;
    background: rgba(11, 41, 65, 0.85);
}
.formGroup input::placeholder,
.formGroup textarea::placeholder {
    color: #4a6680;
}
.formGroup textarea {
    height: 130px;
    resize: none;
}
.formRow {
    display: flex;
    gap: 16px;
}
.formButton {
    background: #ff6501;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 18px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    margin-top: 30px;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.formButton:hover {
    background: #e55a00;
    transform: translateY(-2px);
}
@media (max-width: 900px) {
    .contactWrapper {
        flex-direction: column;
    }
    .contactLeft,
    .contactRight {
        width: 100%;
        padding: 80px 28px 40px;
    }
    .contactLeft::after {
        display: none;
    }
    .contactTitle {
        font-size: 36px;
    }
    .formRow {
        flex-direction: column;
    }
}
.contactLeftInner{
    width:100%;
    max-width:480px;
}
.contactUbicacionTop{
    font-family: var(--font-display);
    color:white;
    font-size:32px;
    font-weight:300;
    margin:0;
    line-height:1;
}
.contactUbicacionTitulo{
    color: var(--orange);
    font-family: var(--font-body);
    font-size: 52px;
    font-weight: 800;
    line-height: .9;
    letter-spacing: -3px;
    margin: 5px 0;
}
.contactUbicacionDireccion{
    font-family: var(--font-display);
    color:white;
    font-size:32px;
    font-weight:300;
    margin:0;
}
.contactMapa{
    width:100%;
    height:320px;

    background:rgba(255,255,255,.08);

    margin-top:5px;
    margin-bottom:8px;

    overflow:hidden;
}
.contactMapa iframe{
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 12px;
}
.contactMapa img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.contactRedes h3{
    font-family: var(--font-display);
    color:white;
    font-size:32px;
    font-weight:300;
    margin-bottom:20px;
    margin-top:-10px;
    margin-left: 19px;

}
.contactLeftSocials{
    gap:18px;
    margin-left:85px;
}
.formPoliticas{
    text-align:center;
    color:rgba(255,255,255,.8);
    font-size:14px;
    margin:20px 0 12px;
    line-height:1.5;
}

.formPoliticas a{
    color:var(--orange);
    text-decoration:none;
    font-weight:600;
}

.formPoliticas a:hover{
    text-decoration:underline;
}
@media (max-width: 900px) {
    .contactWrapper {
        flex-direction: column;
    }
    .contactLeft,
    .contactRight {
        width: 100%;
        padding: 120px 28px 40px;
    }
}
@media (max-width: 768px) {
    .contactLeftSocials {
        justify-content: center;
        margin-left: 0;
    }
}