
*
{
   margin:0px;
   padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

body { 
background: #fdc400;
font-family: "remora-sans-w1", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 14px;
text-align: left;
color:#e40421;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fdc400 inset;
}

select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fdc400 inset;
}

input.formc:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}


input:focus{
outline: none;
}

img.centro
{
display:block;
margin:auto;
}

.freccia-animata {
animation: bounce 1s infinite;
display: inline-block;
  }

@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(5px); }
}



.corpo_err {
font-size: 24px;
font-weight: 700;
text-align: center;
line-height:22px;
margin-top:0px;
margin-bottom:20px;
margin-left:15px;
margin-right:15px;
}

#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}



A:LINK, A:VISITED, A:ACTIVE {
color: #e40421;
text-decoration: none;
}

A:HOVER {
color: #e40421;
text-decoration : none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE {
color: #ffea00;
text-decoration: none;
}

A.men:HOVER {
color: #ffea00;
text-decoration : none;
}

A.men1:LINK, A.men1:VISITED, A.men1:ACTIVE {
color: #ffea00;
text-decoration: none;
}

A.men1:HOVER {
color: #ffea00;
text-decoration : none;
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 16px;
display: inline-block;
padding-right:20px;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 14px;
height: 14px;
border: 1px solid #e40421;
background: #fff
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #e40421;
position: absolute;
top: 4px;
left: 4px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 16px;
display: inline-block;
padding-right:20px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 14px;
height: 14px;
border: 1px solid #e40421;
background: #fff
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
content: '';
width: 8px;
height: 8px;
background: #e40421;
position: absolute;
top: 4px;
left: 4px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease
}
[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}


A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}