html{
    font-size: 62.5%;
}
body{
    font-family:'Montserrat', 'Arial', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight:300;
    padding: 0;
    color: #ffffff;
    background-color: #352f2d;

}

.img-responsive{display:inline-block;}

header{
    padding: 2rem 0;
    position: relative;
    background: #352f2d url(img/header-mipim-min.jpg) no-repeat center center / cover;
}
header .header-logo{
    display: flex;
    align-items: center;
}
header .img-title{
    /*width:25rem;*/
    /*margin-bottom: 4rem;*/
}
header h1{
    font-size: 2.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
header p.intro{
    text-transform: uppercase;
    font-weight: 700;
    color:#ddaa67;
    font-size: 22px;
    line-height:28px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    /*text-shadow: #301133 1px 0 10px;*/
}
.title{
    margin-top:20rem;
}

footer{
    padding: 3rem 0 4rem;
}
footer p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: white;
    text-align: justify;
}
footer p a{
    color: #ffffff;
}
footer p a:hover, footer p a:focus, footer p a:active{
    color: #ddaa67;
}


section#form .container{
    /*background-color: #f5f5f5;*/
}
section#form .container >.row{
    padding: 4rem 2.5rem;
    background-color: #f5f5f5;
    border-radius: 1rem;
    margin:0;
}
section#form h2{
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-size: 3rem;
    color: #ddaa67;
    font-weight: 700;
}
form span.wpcf7-list-item{
    margin: 0;
}
form input.form-control{
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #7e7e7e;
}
form .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    text-align: left;
    gap: 5rem;
}
form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0.5rem 0;
}
form input[type="checkbox"] {
    accent-color: #d02a4c;
    height: 2rem;
    width: 2rem;
}
form input[type="checkbox"] + span {
    font-family: 'Roboto', 'Montserrat', sans-serif;
    font-size: 1.8rem;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}


form input[type="submit"]{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
    border: 0;
    background-color: #ddaa67;
    padding: 2rem 10rem;
    color: #ffffff;
    font-weight: 500;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus{
    background-color: #352f2d;
}
.wpcf7-mail-sent-ok{
    color: #398f14;
    font-weight: 500;
}
div.wpcf7-validation-errors,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    color: #f00;
    font-weight: 500;
    border-color: #f00;
    border-radius: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #398f14;
    padding: 1rem 1.5rem;
    font-weight: 500;
    border-color: #398f14;
    border-radius: 1rem;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-list-item-label{
    font-weight:400;
}
@media (max-width: 991.99px){
    form input[type="submit"]{
        padding: 2rem 2rem;
    }
    form .flex-checkbox{
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}
@media (max-width: 575.99px){
    section#form .container > .row{
        padding: 4rem 0;
    }
}
@media (min-width:1500px){
    header{
        background: #352f2d url(img/header-bordered-mipim-min.jpg) no-repeat center center / contain;
    }
}
@media (min-width:768px) {
    header {
        padding: 3rem 0;
    }
    header .img-title{
        margin-bottom: 6rem;
    }
    header h1{
        font-size: 3.4rem;
    }
    header p.intro{
        font-size: 2.6rem;
        line-height: 3rem;
    }
    section#form .container{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

@media (min-width:992px) {
    header {
        padding: 4rem 0;
    }
    header .img-title{
        margin-bottom: 8rem;
    }
    header h1{
        font-size: 4.4rem;
    }
    header p.intro{
        font-size: 3rem;
        line-height: 3.4rem;
    }
}

@media (min-width:1200px) {
    header {
        padding: 6rem 0;
    }
    header .img-title{
        margin-bottom: 12rem;
    }
    header h1{
        font-size: 5.4rem;
    }
    header p.intro{
        font-size: 3.4rem;
        line-height: 3.8rem;
    }
}
@media (max-width:400px){
    .btn-lg{
        font-size:15px;
    }
}
