.container-page {
    background-color: #003E85;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: 'Lato', sans-serif;
}

.container-title {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.body-page {
    background-image: url('../assets/sub/background_our.png');
    /* background-color: #003E85; */
    background-position: top;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 180px;
    position: relative;
    z-index: 100;

}

.header{
    /* height: 100vh; */
    /* height: 80vh !important; */
    padding-top: 0px !important;
    min-height: 650px;
    position: relative;
    z-index: 1;
}

.img-header{
    width: 100px;
    text-align: center;
}
.title_page{
    font-size: 4em;
    color: white;
}

/* h2.font-title {
    color: #003E85;
    font-size: 3.3em;
    text-align: center;
    padding-top: 150px;
} */

.img-border-bottom {
    display: block;
    margin: auto;
    width: 600px;
    max-width: 80%;
    height: 200px;
    margin-top: -90px;
    position: absolute;
    right: 0;
    left: 0;
    object-fit: contain;
}

.cont-1-contact {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
    place-items: center;
    margin-top: -100px;
}

.cont-1-contact>.text {
    width: 70%;
    margin: auto;
}

.title-box {
    color: #003E85;
    font-size: 2.9em;
    font-weight: bold;
    font-family: organetto, sans-serif;
}

.cont-1-contact p.text {
    color: #003E85;
    font-size: 1.2em;
    font-weight: 500;
}

.list ul {
    padding-left: 0px;
}

.list li {
    list-style: none;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.list li>i {
    font-size: 1.2em;
    color: white;
    background-color: #003E85;
    border-radius: 50%;
    display: inline-flex;
    padding: 8px;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.list li>img {
    width: 35px;
    margin-right: 5px;
}

.list li>span {
    font-size: 1.5em;
    color: #003E85;
    font-weight: 500;
    /* padding-top: 8px; */
}

.form {
    width: 80%;
    /* background-color: aqua; */
}

.form .form-group {
    display: grid;
    grid-template-columns: 48% 48%;
    place-content: space-between;
    margin-bottom: 16px;
}

.form .form-group.one {
    grid-template-columns: 100%;
}

.spinner img{
    width: 25px;
    margin-left: 10px;
}

.form .form-group input,
.form .form-group textarea {
    /* width: 49%; */
    padding: 10px 8px;
    background-color: #003e856b;
    outline: none;
    border: none;
    border-radius: 8px;
    /* border: 1px solid #003E85; */
}
input::placeholder, textarea::placeholder{
    opacity: 1;
    color: #313131;
}
/* .form .form-group input.one, textarea{
    width: 99% !important;
} */

.sendMessage {
    background-color: #003E85;
    padding: 8px 15px;
    color: white;
    font-size: 1em;
    margin-top: 20px;
    font-weight: bold;

    /* width: 170px; */
}

.footer{
    margin-top: -180px;
}

@media (max-width: 768px) {
    .body-page {
        background-size: cover !important;
        background-position: right !important;
    }

    .cont-1-contact {
        margin-top: 100px;
        display: grid;
        grid-template-columns: 100%;
        place-content: center;
        place-items: center;

        padding-top: 150px;
    }

    .cont-1-contact .text {
        order: 2;
        text-align: center !important;
    }

    .cont-1-contact .form {
        order: 1;
        margin-bottom: 50px;
    }

    .cont-1-contact>.text {
        width: 95%;
    }

    .list{
        padding: 2em;
    }

    .list li>span {
        font-size: 1.1em;
        color: #003E85;
        font-weight: 500;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 425px) {

    h2.font-title,
    .title-box {
        font-size: 2.3em;
    }
}