@charset "UTF-8";

/* @media (max-width: 50em) { .btd_css { padding: 0 !important; }} */

/*ESEMPIO BOTTONE*/
.btn, .btn:focus {
cursor: pointer;
text-align: center; font-family: OpensansC_Light, Verdana; font-size: 13pt;
white-space: nowrap;
text-decoration: none;
padding: 15px;
text-transform: uppercase;
color: #fff !important; /* color: #008ec5 !important; */
background-color: transparent !important; /* background: rgba(255,255,255,.94); */
border: #fff 2px; border-style: solid; border-radius: 1px;
transition: all 0.2s ease-in-out !important;
}

.btn:hover {
text-decoration: none;
padding: 15px;
text-decoration: none;
color: #ffffff !important;
background: rgba(0,0,0,.10) !important;
border: #fff 2px; border-style: solid; border-radius: 1px;
}
/*ESEMPIO BOTTONE*/