@charset "UTF-8";

/*BOTTONE LINK*/
@media (max-width: 40em) { .css_bottone { color: #ffffff; font-size: 12pt; background: #0A2951; padding: 1px 4px; border-radius: 2px; }.css_bottone:hover { color: #ffffff; background: #51002B; padding: 1px 4px; border-radius: 2px; }}
@media (min-width: 40em) { .css_bottone { color: #ffffff; font-size: 20pt; background: #0A2951; padding: 1px 4px; border-radius: 2px; }.css_bottone:hover { color: #ffffff; background: #51002B; padding: 1px 4px; border-radius: 2px; }}
/*BOTTONE LINK*/

/*TESTO EVIDENZIATO*/
@media (max-width: 40em) { .css_ev { color: #0A2951; font-family: Bemboregular, Helvetica; font-size: 12pt; font-weight: bold; }}
@media (min-width: 40em) { .css_ev { color: #0A2951; font-family: Bemboregular, Helvetica; font-size: 20pt; font-weight: bold; }}
/*TESTO EVIDENZIATO*/

/*BOX_REC*/
/*@media (max-width: 40em) { .box_rec { display: none !important; }}*/
@media (min-width: 40em) { .box_rec { min-height: 600px !important; }}
/*BOX_REC*/

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

/*VIMEO PROPORZIONALE*/
.embed-container {
border: #0A2951; border-style: solid; border-width: 2px;
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
/*VIMEO PROPORZIONALE*/