@charset "utf-8";
/* CSS Document */

.mainlogo{
    width: fit-content;
    margin: 0 auto;
}
.headlogo{
    width: 330px;
    height: auto;
}

.formacontact{
    width: 75%;
    margin: 0 auto;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.titform {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.titform p {
    font-size: 1.2rem;
    font-weight: bolder;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.titform select {
    font-size: 1.1re, ;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.alertrechaptcha {
    color: rgb(170, 4, 4);
    font-size: 1.2rem;
    font-weight: bolder;
}

.successemail {
    color: rgb(5, 161, 0);
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.errorform {
    color: rgb(170, 4, 4);
    font-size: .8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.contactfrm {
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-weight: bolder;
}

.contactfrm p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-size: .9rem;
    font-weight: bolder;
    padding-top: 16px;
    padding-bottom: 8px;
}

input,
textarea {
    font-size: 1rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-weight: bolder;
    height: 20px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    border: none;
    outline: none;
    background: none;
    border-bottom-color: rgb(170, 4, 4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

textarea {
    height: 130px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.btn-prim {
    background-color: rgb(31, 31, 31);
    color: rgb(170, 4, 4);
    font-weight: bolder;
    padding: 7px 20px;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 100px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-prim:hover {
    transform: scale(1.5)
}

.recapcentr{
    width: fit-content;
    margin: 0 auto;
}
