*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "Glacial Indifference";
    src: url("../../../ASSETS/FONTS/GlacialIndifference/GlacialIndifference-Regular.otf");
}

@font-face {
    font-family: "Brittany";
    src: url("../../../ASSETS/FONTS/Brittany/BrittanySignature.ttf");
}
.titleContact{
    font-family: "Glacial Indifference";
    font-size: 2rem;
    color: #000000ab;
    text-align: center;
    margin-top: 2rem;
}

.boxContact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.box1Contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    row-gap: 1rem;
    width: 50%;
    height: auto;
    padding: 1rem;
}


.option1Contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #000000b9;
}

.option1Contact a{
    text-decoration: none;
    color: #000000b9;
    font-family: "Glacial Indifference";
    font-size: 20px;
}

.iconOption1Contact{
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.option2Contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.iconContactNet{
    width: 30px;
    height: 30px;
}

.box2Contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 3rem;
}

.formContact{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-content: center;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
}

.inputContact{
    display: flex;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #00000033;
    font-size: 15px;
    font-family: "Glacial Indifference";
    resize: none;
    color: #000000b9;
}

.inputContact:focus{
    outline: none;
}

.boxBtnSubmit{
    display: flex;
    justify-content: right;
    align-items: right;
    width: 100%;
    height: auto;
}

.btnSubmit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Glacial Indifference";
    font-size: 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.swal2-title{
    font-family: "Glacial Indifference";
}

.swal2-html-container{
    font-family: "Glacial Indifference";
}

.swal2-styled{
    font-family: "Glacial Indifference";
}
