@charset "UTF-8";

/*BOTTONE LINK*/
@media only screen and (max-width: 40em) { .css_bottone { color: #ffffff; font-size: 12pt; background: #009ee0; padding: 1px 4px; border-radius: 2px; }.css_bottone:hover { color: #ffffff; background: #085A9D; padding: 1px 4px; border-radius: 2px; }}
@media only screen and (min-width: 40em) { .css_bottone { color: #ffffff; font-size: 20pt; background: #009ee0; padding: 1px 4px; border-radius: 2px; }.css_bottone:hover { color: #ffffff; background: #085A9D; padding: 1px 4px; border-radius: 2px; }}
/*BOTTONE LINK*/

/*TESTO EVIDENZIATO*/
@media only screen and (max-width: 40em) { .css_ev { color: #009ee0; font-family: Segoe_Regular, Helvetica; font-size: 12pt; font-weight: bold; }}
@media only screen and (min-width: 40em) { .css_ev { color: #009ee0; font-family: Segoe_Regular, Helvetica; font-size: 20pt; font-weight: bold; }}
/*TESTO EVIDENZIATO*/

/*BOX_REC*/
/*@media only screen and (max-width: 40em) { .box_rec { display: none !important; }}*/
@media only screen and (min-width: 40em) { .box_rec { min-height: 144px !important; }}
.box_rec { margin-top: 62px !important; }
/*BOX_REC*/

/*GMAP*/
#map_ate { margin: 17px 0; position: absolute; left: 0; width: 100%; height: 562px; border-left: none; border-right: none; border-top: 2px solid #009ee0; border-bottom: 2px solid #009ee0; }
/*GMAP*/