* {
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #111111;
}
a {

    text-decoration: none !important;
}

h1 {
    text-transform: uppercase;
    margin: 20px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #003888;
}
h2 {
    text-transform: uppercase;
    margin: 15px 0px;
    font-size: 22px;
    font-weight: 700;
    color: #003888;
}
b {
    font-weight: 600;
}
p {
    font-size: 15px;
    margin: 10px 0px;
    line-height: 1.6;
}
.containerfull {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.containerfull .col_sx {
    flex: 1;
}

.containerfull .bg_sx {
    height: 100%;
    width: 100%;
    background: url('17062024-16-0414-min.jpg') center;
    background-size: cover;
}
.containerfull .col_dx {
    width: 550px;
    padding: 50px;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}
.logo {
    width: 350px;
    margin: 0px auto 40px;
    display: block;
    max-width: 100%;
}
.center {
    text-align: center;
}

.linkblack {
    color: #111111 !important;
}

.btn_vai_calendario {
    display: block;
    margin: 30px auto 30px;
    padding: 10px;
    text-align: center;
    color: #003888;
    font-size: 16px;
    font-weight: 600;
}
.logo_forsea {
    margin: 0px auto;
    display: block;
    width: 200px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
    .containerfull {
        height: auto;
    }
    .containerfull .bg_sx {
        height: 230px;
    }
}