﻿.center-div, .center-div * {
    /*border: 1px solid red;*/
}

.body-content {
    padding-left: 0 !important;
    margin: 0 !important;
}

.div-fondo {
    width: 100vw;
    background-color: #f6e7c9;
    display: flex;
    flex-direction: column;
}

.div-banner {
    margin: 110px 0 .5rem 0;
    height: auto;
    width: 100vw;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    gap: 1rem;
}

    .div-banner h1 {
        font-family: "Barlow", serif;
        font-weight: 700 !important;
        font-size: 45px;
        text-transform: uppercase;
        color: #333 !important;
        margin: 0;
    }

.center-div {
    width: 100vw;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 2rem;
}

    .center-div div {
        width: 380px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .center-div .form {
        gap: 1rem;
    }

label, select, input {
    width: 100%;
    max-width: 100%;
}

.file-upload-hidden {
    display: none !important;
}

.file-upload-label {
    padding: 5px 10px;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px !important;
    color: #333;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    height: 38px;
    text-align: left;
    padding: .375rem .75rem !important;
    font-size: 1rem;
}

    .file-upload-label::after {
        content: attr(data-file-names);
        margin-left: 0;
        font-size: 1rem;
        color: #212529;
    }

select {
    height: 38px;
}

.lbl-title-contacto {
    font-size: 20px;
    font-weight: 600;
}

.center-div .div-btn {
    flex-direction: column;
    gap: 5px;
}

    .center-div .div-btn .btn {
        width: 180px;
        font-weight: 600;
        text-transform: uppercase;
    }

.div-btn-1 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row !important;
    gap: 20px;
}

.div-btn-2 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

    .div-btn-2 input {
        width: 100% !important;
    }

.div-campo.imagen img {
    margin-top: 10px;
    display: none;
    width: 380px;
    height: auto;
    max-width: 380px;
    object-fit: cover;
    border: 0.5px solid #0002;
    background-color: #f8f8f8;
}

@media (min-width: 769px) and (max-width: 1269px) {
    .div-banner {
        margin-top: 140px;
    }
}