
/*
#####################################################################################
Single page */
wp-block-image img {
    max-width: 100% !important;
   /* height: 100% !important;*/

}
.page-header { position: relative; background-size: cover;background-position: center center;height: 512px }
.page-caption { padding-top: 170px; padding-bottom: 174px; }
.page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }

.card-section { position: relative; bottom: 20vh; }
.card-block { padding: 50px; }
.section-title { margin-bottom: 60px; }
.page-caption h2.h2{
    font-size: 40pt;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Proxima-Nova-Black";
}
.layer {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*000*/
.card-section ul {
    font-family: "Proxima-Nova-Regular" !important;
    color: #888888;
}
div#navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 600px;
}
/**/
.offcanvas-header{ display:none; }

@media (max-width: 992px) {
    .offcanvas-header{ display:block; }
    .navbar-collapse {
        position: fixed;
        top:0;
        /*bottom: 0;*/
        z-index: 100;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        /*overflow-y: auto;*/
        visibility: hidden;
        background-color: #073F82;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }
    .btn-outline-danger:hover {
        background-color: transparent !important;
    }

    .btn-outline-danger {
        color: #ffffff !important;
        border: none !important;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }
    #wpcf7-f2244-p2241-o1 form{
        width: 100% !important;
    }
}

/* ODOO */

#wpcf7-f2244-p2241-o1{
    display: flex;
    justify-content: center;
    align-items: center;
}

#wpcf7-f2244-p2241-o1 form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
#wpcf7-f2244-p2241-o1 form p{
    width: 100%;
    display: flex;
}

#wpcf7-f2244-p2241-o1 form p label{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: rgb(35, 35, 35);
    width: 100% !important;
}

#wpcf7-f2244-p2241-o1 form p span{
    width: 100% !important;
}

#wpcf7-f2244-p2241-o1 form p span input{
    width: 100% !important;
    border-radius: 2px !important;
}

#wpcf7-f2244-p2241-o1 form p span textarea{
    width: 100% !important;
}

#wpcf7-f2244-p2241-o1 form p input[type='submit']{
    width: 40% !important;
    border-radius: 2px !important;
}

#wpcf7-f2244-p2241-o1 form p .ajax-loader{
    display: none;
}

#wpcf7-f2244-p2241-o1 form p input[type='submit']:hover{
    cursor: pointer;
    color: #c1c1c1;
    background-color: #2e5a90;
}
