.customPageCenteredContent{
    background-color: var(--white);
    margin: unset;
    width: 100% !important;!i;!;
    max-width: unset;
}

.boxContainer{
    display: flex;
    flex-wrap: wrap;
    width: 82%;
    padding: 5%;
    background-color: #f6f6f6;
    margin: 4%;
}

#topContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#containerImgContacto{
    width: 50%;
}

#containerImgContacto img{
    width: 100%;
}

.titleCustom{
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    font-size: 26px;
}

.formBox{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 35%;
    /* height: 6rem; */
    margin-left: 5%;
    align-content: center;
}

#textAreaFormInput{
    border: none;
}

.contactBanner {
    width: 100%;
}

img.banner {
    width: 100%;
}

.divRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

section.contactContainer {
    width: 50%;
    margin: auto;
    position: relative;
    top: -20rem;
    background: #ffffff;
    padding: 4rem 0;
}
.positionContainer {
    height: 200px;
    padding-bottom: 7%;
}
.contactDiv {
    width: 80%;
    max-width: unset;
}
.sendContact{
    float: none;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 8%;
    width: 100%;
    background: #FF98C0;
    border-color: #FF98C0;
    border-radius: 0;
    width: 50%;
}

#mapContainerContacto{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.mapContactoInfo{
    width: 100%;
    text-align: center;
}

.mapDirecSubtitle{
    margin: 1%;
}

.mapContacto{
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 768px) {
    .boxContainer{
        padding: unset;
        margin: unset;
        width: 100%;
        background-color: unset;
    }

    #topContainer{
        flex-direction: column;
    }

    #containerImgContacto{
        width: 100%;
    }
    .contactDiv {
    width: 90%;
    max-width: unset;
}
.divRow {
  
    grid-template-columns: 1fr;
  
}
    .formBox{
        width: 90%;
        margin: 8% 5%;
    }
section.contactContainer {
    width: 100%;
    top: 0;
    padding: 2rem 0;
}
.positionContainer {
    height: auto;
    padding-bottom: unset;
}
    .formInput{
        margin-top: 5%;
    }

    .sendContact{
        margin-top: 10%;
        border-radius: unset;
        width: 100%;
    }

    .mapContactoInfo{
        margin: 5% 0;
    }

    .mapContacto{
        width: 90%;
        margin-bottom: 10%;
        height: 500px;
    }
}

