@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, div{
  font-family:"Lato";
}

h1, h2, h3, h4, h5, h6{
  font-weight:900 !important;
}

section#content {
  word-break: break-word;
}

.bord_bot_red {
  border-bottom: 2px solid #d0362f;
  padding-bottom: 10px;
  font-weight: 600
}

#article_content img {
  max-width: 100%;
  width: auto;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
}

/*MAIN*/
#main_home {
  margin-top: 8px;
}

#main{
  margin-bottom:60px;
}

/*BOX HOMEAPGE SINISTa*/
.title_box_hp {
  width: 100%;
  border-bottom: 2px solid #d0362f;
  padding-bottom: 10px;
}

/*.box_hp{
border: 1px solid #dfdfdf;
border-bottom: 5px solid #dfdfdf;
padding: 20px;
}*/
.box_hp {
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #dfdfdf;
}

.title_box_hp span {
  display: inline-block;
  margin-left: 20px;
  font-size: 30px;
  color: #d0362f;
  font-weight: 600;
  line-height: 30px;
}

.body_box_hp {
  padding: 10px;
}

.article_hp {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.article_hp a {
  font-size: 18px;
  color: #000;
}

.article_hp span a {
  color: #f04e29;
}

/*BOX HOMEPAGE DESTRA*/
/*.box_right_hp{
height: 100%
}*/
.box_details_info {
  text-align: center;
}

.box_details_info span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px !important;
  display: block;
}

.box_details_info a:hover span {
  color: #d0362f
}

/* BOX SOCIAL*/
.title_box_hp_social {
  text-align: center;
  font-size: 30px;
  color: #d0362f;
  font-weight: 600;

  border-bottom: 2px solid #d0362f;
  padding-bottom: 10px;
}

.social_center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social_container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.social_container div {
  margin: 0px 20px;
}

/*BOX NOTIZIE*/
.border-bot-none {
  border-bottom: none;
}

.box_sidebar_hp {
  height: 100%;
  overflow: hidden;
}

.first_news {
  padding: 10px;
  background: #d0362e;
}

.first_news span {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

.first_news h6 {
  color: white;
}

.category_article_hp {
  font-size: 14px;
  color: #ce2e30;
  text-transform: uppercase;
}

.date_article_hp {
  font-size: 14px;
  color: #464646;
  font-style: italic;
  text-align: right;

}

.icone_discover_hp {
  position: absolute;
  right: 10px;
  bottom: 11px;
}

.other_news p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  /* padding: 0px 10px; */
  /* padding-left: 4px; */
  padding-right: 10px;
}

.other_news .content_article_corr2 p {
  color: #d0362e;
  font-size: 15px;
}

.other_news .content_article_corr2 img {
  height: 150px;
  width: 100%;
  object-fit: cover;

}

.news_hp {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}

footer {
  background: #E0E0E0;
}

footer ul li {
  list-style-type: none;
}

ul li a {
  color: #505050;
  margin-left: 5px;

}

footer ul li a {
  font-size: 15px;
}

footer ul li {
  padding-bottom: 10px;
}

footer li {
  display: flex;
  align-items: center;
}

footer,
footer p {
  font-size: 13px;
}

footer h3 {
  font-size: 24px;
}

/*ARTICLE*/
.sottotitolo_article {
  padding: 20px 10px;
  position: relative;
}

.sottotitolo_article p {
  font-style: italic;
}

.content_article h2 {
  color: #d0362e;
  font-weight: 700;
  margin-bottom: 10px;
}

.title_article span {
  margin-left: 40px !important;
  margin-top: -4px;
  font-size: 28px;
}

.title_article img {
  width: 27px;
  height: 27px;
  position: absolute;
}

.date_article {
  background: #ffffff;
  padding: 3px 6px;
  /*box-shadow: 1px 1px 10px 1px #dfdfdf; */
  margin-top: 20px;
  width: max-content;

}

.date_article i {
  color: #d0362f;
  font-size: 15px;
  margin-right: 4px;
}

.date_article span {
  font-size: 15px;
  font-style: normal;
  color: #d0362f;
  font-weight: 700;
}

/*SEARCH ARTICLE*/
.box_shadow {
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #dfdfdf;
}

#search_article h6 {
  font-weight: 600;

}

#search_article h6 i {
  padding-right: 6px;
}

/*ARTICOLI CORR*/
#articoli_corr h6 {
  margin-left: 40px;
  font-weight: 600;
}

.single_article {
  display: flex;
}

.single_article img {
  width: 50px;
  float: left;
  object-fit: cover;
  position: inherit
}

.content_article_corr2 .date_article {
  top: -10px;
  left: 10px;
  padding: 3px 6px;
}

.content_article_corr2 .date_article i,
.content_article_corr2 .date_article span {
  font-size: 12px;
}

.content_art_corr {
  padding: 20px;
  /* color: red!important; */
  background: #fff;
  box-shadow: 1px 1px 10px 1px #dfdfdf;
}

.content_article_corr2 .news_hp {
  border-bottom: none;
}

/*
.content_art_corr{
float: right;
margin-left: 10px;
}
.content_art_corr p{
font-size: 14px;
line-height: 17px;
}*/

/*ARTICLE IMG SLIDE*/
.text_on_slider {
  position: absolute;
  width: 500px;
}

.menu_container {
  /*position: absolute;
  right: 0px;
  z-index: 999;
  padding: 5px 10px;
  margin-top: 10px;*/
  display: flex;
  justify-content: right;
}

.menu_container a {
  background: white;
  padding: 5px 10px;

}

#menu_container_mobile {
  position: absolute;
  top: 0px;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.menu_lp div {
  display: flex;
  justify-content: right;
  margin: 10px;
}

.menu_page_desk .menu_container a{
  font-weight: 800;
  font-size: 21px;
    padding-right: 10px;
  text-transform: none;
  word-break: break-word;
  text-transform: uppercase;
}
.menu_page_desk .menu_container a:hover{
  color:#d22737;
}

.item_menu_lp {
  color: #303030;
  font-weight: 500;
  font-size: 21px;
    padding-right: 10px;
  text-transform: none;
  word-break: break-word;
}

.title_slider1 {
  position: absolute;
  left: 0px;
  background: #d0362e;
  bottom: 0px;
  z-index: 99999999;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 25px;
  padding-left: 5%;
}

.title_slider_2 {
  /*position: absolute;
  margin-top: 250px;  width: 400px;*/
  margin-bottom: 5px !important;
  text-transform: uppercase;
  line-height: auto;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 2px;
  /*white-space: break-spaces;*/
}

.title_slider_2 span {
  background: white;
  display: inline;
  padding: 0px 0px;
}

#content_tag a {
  color: #777
}

#content_tag a:hover {
  text-decoration: underline;
}

.single_tag {
  margin-right: 10px;
}

.single_tag i {
  font-size: 17px;
  margin-right: 5px;
}

#breadcrumb {
  margin-top: 50px;
}

#breadcrumb a:hover {
  text-decoration: underline;
  text-decoration-color: #d0362e;
}

#breadcrumb a,
#breadcrumb span {
  color: #d0362e;
  text-transform: capitalize;
  font-size: 16px;
}

#breadcrumb i {
  color: #d0362e;
  position: relative;
}

#content {
  margin-top: 50px;
  margin-bottom: 100px;
}


.title_page {
  margin-bottom: 10px;
}

.pagine_correlate {
  margin-top: 10px;
}

.pagine_correlate a {
  color: #000;
  font-size: 16px;
}

.pagine_correlate div {
  border-bottom: 1px solid #dfdfdf;
  padding: 5px;
  display: flow-root;
  position: relative;

}

.content_img_Arrow {

  position: absolute;
  right: 10px;
}


/*SEZIONI HP*/
#header_orange h1 {
  color: white;
  font-weight: 600;
  font-size: 30px;

}

#header_orange {
  display: flex;
  align-items: center;
}

#info_sezione span {
  margin-left: 10px;
}


/*pagina informativa*/
.ulnav {
  list-style: none;
}

.title_menu_drop {
  list-style: none;
  color: #d0362e;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.img_arrow_menu {
  position: absolute;
  right: 10px;
  width: 15px;
  top: 9px;
}

.linav {
  list-style: none;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 5px;
  display: flow-root;
  position: relative;
  line-height: 17px;
}

.z-index-999 {
  z-index: 999;
}

.tag_img {

  display: inline-block;
  margin: 10px;
}

.tag_img span {
  background: #f04e2a;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff
}

.bg_light_red {
  background: #d0362e61;
}

/*MENU PAGE INFORMATIVA MOBILE*/
.menu_mobiile_content_page {
  position: relative;
}

.menu_mobiile_content_page h6 {
  background: #d0362e;
  position: absolute;
  top: 156px;
  padding: 10px 20px;
  color: white;
  text-transform: uppercase;
}

.menu_mobiile_content_page img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.children_menu {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 1px 1px 10px 1px #dfdfdf;
}

.text_menu_drop {
  color: #303030;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  width: 100%;
  display: block;
  /* padding-right: 30px; */
  word-break: break-word;
  padding-right: 25px;
}

.text_menu_drop:hover {
  color: #d0352f;
}

.dropdown_li:hover {
  border-bottom: 2px solid white;
}

.dropdpwn_menu_sezione {
  width: 400px;
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #c7c7c7;
  top: 50px;
}

#header_orange .form-search {
  border: none !important;
  background: #942C13 !important;
  border-radius: 30px;
  height: 40px !important;
  border: none !important;
  color: white !important;
  padding-left: 33px !important;
}

#header_orange #search-block-form .js-form-type-search {
  margin: 0px;
  width: 80px;
  transition: width 1s;
  float: right;
}

#header_orange #search-block-form--2 .js-form-type-search {
  margin: 0px;
  width: 70%;
  transition: width 1s;
}

#header_orange i.better_search {
  background: url(/sites/default/files/lente_0.png) center center no-repeat;
  background-position: 12px 11px;

  height: 30px;
  width: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
}

#header_orange #search-block-form .js-form-type-search:hover,
#header_orange #search-block-form .js-form-type-search:focus,
#header_orange #search-block-form .js-form-type-search:active {
  width: 170px;
}

.form-search::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

.form-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
  opacity: 1;
}

.form-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
  opacity: 1;
}

a.button-red-100 {
  margin: 10px;
  background-color: #e20038;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-weight: 700;

  margin: 20px 0;
  overflow: hidden;
  display: block;
  text-align: center;
}

#pagine_corr i,
#per_saperne_piu i,
#scarica_allegati i {
  font-size: 20px;
  color: #f04e2a;
}

.summary p {
  font-style: italic;
}

.blocco {
  margin-bottom: 50px;
  height: 95%;
}

.blocco a p {
  color: #000;
  font-size: 16px;
}

.blocco a {
  color: #d0352f;
}

.blocco h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.greyscale {
  filter: grayscale(100%);
}

#pagine_corr,
#per_saperne_piu,
#scarica_allegati {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 4px solid #ececec;
  padding-top: 10px;
}

.article_discover_more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*DOVE IN ITALIA*/
.tab_strutture,
.tab_eventi {
  width: 49%;
  float: left;
  text-align: center;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-size: 20px;
  cursor: pointer;
}

.strutture a .tab_active {
  color: #d22737;
  font-weight: 800;
}

.strutture .tab_active {
  border: 1px solid #dbdbdb;
}

.strutture a .tab_disactive {
  color: #818181;
  font-weight: 800;
}

.strutture .tab_disactive {
  background: #dbdbdb;
}

.strutture input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
  background-image: url(/sites/default/files/check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.strutture input[type="checkbox"],
input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #ececed;
  -moz-appearance: none;
  border: #dedede 3px solid;
  float: left;
  margin-top: 7px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.center-struttura{
  align-items: end;
  display: flex;
  justify-content: center;
}
#elenco_strutture a,
#elenco_centriinfo a {
  color: #000000;
  font-size: 16px;
  padding: 5px;
  border-left: 0px solid #fff;
  position: relative;
  line-height: 20px;
  display: block;
  float: none;

}

.blocchi_content {
  padding: 20px;
  background: #fff;
  min-height: 250px;
}

#altre_sezioni{
  padding:60px 0px;
}

.pager__items {
  text-align: center;
}

.pager__items a {
  color: #f04e29;
  margin-left: 5px;
  text-decoration: underline;
}

/*ELENCO COMUNICATI STAMPA*/
.comunicati_stampa, .category-article {
  margin-bottom: 50px;
  border-bottom: 2px solid #d0362e;
  padding-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.comunicati_stampa h4 a, .category-article h4 a {
  color: #d0362e;
}

.comunicati_stampa h4, .category-article h4 {
  margin-bottom: 10px;
}

.category-article .views-field-field-data-di-pubblicazione{
      margin-bottom: 10px;
}
#testo_inferiore {
  margin-top: 50px;
}

/*SEZIONE*/
.title_site_section {
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding-left: 150px;
  margin-top: 12px;
}

#elenco_strutture,
#elenco_centriinfo {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #d0362f;
}

#elenco_strutture span,
#elenco_centriinfo span {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

#elenco_strutture p img,
#elenco_centriinfo p img {
  height: 25px;
}

.img_elenco_blog {
  height: 200px;
  width: 100%;
  object-fit: cover;

}

.rotate_180 {
  transform: rotate(180deg);
}

.no_print {
  text-decoration: line-through;
  color: #c3c3c3;
}

.button_edit_sez {
  line-height: 18px;
  font-size: 11px;
  color: white;
  /* position: absolute; */
  background: #d0362e;
  border-radius: 10px;
  padding: 0px 7px;
  /* left: 10px; */
  float: right;
  margin-top: -24px;
  margin-right: 20px;
}

.button_edit_sez:hover {
  color: #d0362e;
  /* position: absolute; */
  background: #efefef;
}

.box_informazioni_sezione_mobile {
  background: #EFEFEF;
  position: absolute;
  width: 100%;
  top: 90px;
  padding: 20px;
  z-index: 99999;
}


#box_informazioni_sezione_mobile p {
  margin-bottom: 10px;
}

.font-button:hover {
  cursor: pointer;
}

.menu_profilo_sezione {
  float: right;
  margin-top: 8px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  position: relative;
  background-color: #d0362e;
}

.style_menu_sezione {
  position: absolute;
  background: white;
  box-shadow: 1px 1px 10px 1px #c7c7c7;
  text-align: left;
  z-index: 999;
  right: 0px;
  width: 250px;
}

.style_menu_sezione ul {
  list-style-type: none;
}

.style_menu_sezione a {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #333 !important;
  margin-left: 0px !important;
  display: flex !important;
  align-items: center !important;
  padding: 4px 10px;
}

.style_menu_sezione a:hover {
  background-color: #efefef !important;
}

.js-form-item .description {
  font-size: 12px;
  margin-bottom: 10px;
}

.edit-actions {
  margin-top: 20px;
}

.gin-back-to-admin {
  display: none;
}

.style_menu_sezione img {
  margin-right: 10px;
  width: 10px;
}

.menu_profilo_sezione img {
  padding: 5px;
  width: 30px;
}

.style_menu_sezione p {
  border-bottom: 0px solid black;
}

.js-filter-wrapper,
.vertical-tabs {
  display: none;
}

.search_header {
  background: #942c14;
  border-color: #942c14;
  height: 40px;
  border-radius: 30px;
  width: 80px;
  transition: width .5s;
  margin: 0px;
  color: white;
  font-size: 15px;
  padding-left: 33px;
}

.search_header:hover {
  width: 150px;

  border-color: #942c14;
}

.cerca_hearder {
  position: absolute;
  right: 0px;
  top: -1px;
  z-index: 9;
}

.header_mobile_menu {
  height: 70px;
  width: 100%;
}

.drop_sezione {
  left: 20px !important;
  top: 70px;
  position: absolute;
  right: 20px !important;
  width: auto;
}

#header_arancione_bottom {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  height: 70px;
  box-shadow: 0 0 5px rgb(103 103 103 / 42%);
  bottom: 0px;
  background-color: #F04E29;
  padding-top: 10px;
}

.button-fixed-top {
  background-color: #D0352F;
  position: fixed;
  width: 100%;
  z-index: 12;
  height: 60px;
  bottom: 70px;
  text-align: center;
}

.gin-breadcrumb__list {
  display: none;
}

#social .social_container>div>a>img {
  height: 25px;
  width: 25px;
}

#social .social_container div {
  margin: 0px 10px;
}


.center-underline {
  color: white;
  text-transform: uppercase;
  position: relative;
  top: 12px;
  text-decoration: underline;
}

.div-diventa-socio {
  position: fixed;
  bottom: 68px;
  background-color: #D0352F;
  width: 100%;
  z-index: 12;
  height: 60px;
  text-align: center;
}

.width-50perc {
  width: 50%;
}

.width-30perc {
  width: 30%;
}

.width-20perc {
  width: 20%;
}

.text-end {
  text-align: end;
}

.text-initial {
  text-align: initial;
}

.better_search {
  background: url(/sites/default/files/lente_0.png) center center no-repeat;
  background-position: 12px 11px;
  height: 30px;
  width: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
}

.search-fixed {
  position: fixed !important;
  top: 53px;
}

.social-fixed {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  height: 70px;
  box-shadow: 0 0 5px rgb(103 103 103 / 42%);
  bottom: 0px;
  background-color: #F04E29;
}

.icon-body {
  width: 2rem !important;
}

.fixed-top-mobile {
  position: fixed !important;
  top: 0px !important;
}

p {
  word-break: break-word !important;
}

td {
  vertical-align: middle;
  word-break: break-word;
}

div.div-orange-100 {
  margin: 10px;
  background-color: #f04e29;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  font: 18px Lato;
  margin: 20px 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

h4 {
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #d0362f;
}

.box_hp {
  padding: 20px;
  box-shadow: 1px 1px 10px 1px #dfdfdf;

  /* margin: 10px 0; */
}

#elenco_articoli_blog .box_hp {
  height: 95%;
}

.bg_diventasocio {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 1150px;
}

.button_wall_soci {
  background: #d70a26;
  text-align: center;
  padding: 10px;
  margin-top: 4px;
}

.other_news .content_article_corr2 .date_article {
  position: absolute;
  top: 133px !important;
  margin-top: 0px !important;
}

.aism-uniform.width_100 {
  width: 100%;
  max-width: 100%;
}

.aism-uniform.no_box {
  box-shadow: 0px 0px 0px 0px;
}

.bg_slider_image {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.page-wall_soci .title_page,
.page-grazie_socio_movimento_aism .title_page {
  display: none
}

.page-wall_soci #page_content,
.page-grazie_socio_movimento_aism #page_content {
  position: relative;
}

.page-wall_soci .col-xl-9,
.page-grazie_socio_movimento_aism .col-xl-9 {
  width: 100%
}

a.button-red {
  margin: 10px;
  background-color: #e20038;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

a.button-red:hover {
  text-decoration: none;
  background-color: #f04e29;
  color: white;
}

a.button-white {
  margin: 10px;
  background-color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #e20038;
  width: auto;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

a.button-white:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #e20038;
}

a.button-white-100 {
  margin: 10px;
  background-color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #e20038;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  width:100%;
}

a.button-white-100:hover {
  text-decoration: none;
  background-color: #efefef;
  color: #e20038;
}

a.button-blue, .titoli-sottolineati .testo-blocco-sezione a {
  /*margin: 10px;
  background-color: #0C6BA6;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;*/
}

a.button-blue:hover, .titoli-sottolineati a:hover {
  text-decoration: none;
  background-color: #00587c;
  color: white;
}

a.button-orange {
  margin: 10px;
  background-color: #f04e29;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

a.button-orange:hover {
  text-decoration: none;
  background-color: #e20038;
  color: white;
}

a.button-red-100 {
  margin: 10px;
  background-color: #e20038;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: block;
  text-align: center;
}

a.button-red-100:hover {
  text-decoration: none;
  background-color: #f04e29;
  color: white;
}

a.button-orange-100 {
  margin: 10px;
  background-color: #f04e29;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  font: 700 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: block;
  text-align: center;
}

a.button-orange-100:hover {
  text-decoration: none;
  background-color: #e20038;
  color: white;
}

div.div-red-100 {
  margin: 10px;
  background-color: #e20038;
  padding: 10px 20px;
  color: #ffffff;
  width: 100%;
  font: 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: block;
  width: 100%;
}

div.div-orange-100 {
  margin: 10px;
  background-color: #f04e29;
  padding: 10px 20px;
  color: #ffffff;
  width: 100%;
  font: 18px "Lato";
  margin: 20px 0px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.max-w-full{
  max-width: 100%!important;
}

#header_red #default-9{
  display: none!important;
}

.language-switcher-language-url ul{
  list-style: none!important;
}

.ckeditor-accordion-container > dl dt.active > a{
  background-color: #cf0000!important;
}

.ckeditor-accordion-container > dl dd.active{
  padding:20px;
}
.testo_descrittivo_img{
  position: absolute;
  bottom: 0;
}
.fslightbox-absoluted span {
  color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}
.padding-10_cento{
  padding: 10%;
}
.page__webform{
  box-shadow: 1px 1px 20px #ccc;
  padding:30px;
}
.text-count-message{
  font-size:12px;
}
.gallery .owl-item img {
  object-fit: cover;
  height: 18rem !important;
}
.gallery {
  padding: 0px 0;
}
.page__webform {
  overflow: hidden;
  width: auto;
  max-width: 375px;
  font-family: Lato,sans-serif;
  font-size: 20px;
  border-radius: 10px;
  line-height: 1.42857142857143;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  margin: auto;
  box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
  padding: 25px;
  position: relative;
  background: #fff;
}
.page__webform-nel-testo {
  margin-top: 2rem;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
    color: #000;
    /* display: none; */
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: 1.4285714286;
    /* margin: auto; */
    max-width: 70%;
    overflow: hidden;
    padding: 25px;
    position: relative;
    width: auto;
}
.bg-grey{
  background-color: #efefef !important;
}
.bg-red{
  background-color: #ce2e30;
}
.banner_newsletter{
  min-height:120px;
  margin-top:60px;
  color:white;
  padding:60px 0px;
}
.banner_newsletter h3, .banner_newsletter p{
  color:white;
}
.page__webform-nel-testo .btn-primary:hover,
.page__webform-nel-testo .form-submit:hover {
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    background: #0c6ba6;
    border-radius: 5px;
    color: #fff;
    display: block;
    min-height: 45px;
    padding: 8px 38px;
    white-space: normal;
    margin-top: 16px;
}
.page__webform-nel-testo .btn-primary,
.page__webform-nel-testo .form-submit {
  padding: 8px 38px;
  min-height: 45px;
  border-radius: 5px;
  width: 100%;
}
.filtri-calendario{
  padding: 2rem 0rem;
}
.filtri-calendario .box_hp{
  width: 60%;
  margin: auto;
}
.aism-uniform .btn-link:hover {
  color: #fff;
  background: #e6441e;
}
.aism-uniform .btn-link {
  color: #0c6ba6;
}
.social {
    height: 2rem;
    width: auto;
  }
  .video-container{
    width: 100vw;
    height: 100vh;
  }
      
  .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }

@media only screen and (max-width: 768px) {
  .accessibility-menu {
    display: none !important;
  }
  #weathermap #map {
    height: 50vh !important;
    margin-bottom: 42px;
  }
  .strutture {
    padding: 1rem !important;
  }
  .col {
    flex: none !important;
  }
  
  .filtri-calendario {
    overflow: hidden !important;
    height: fit-content !important;
    padding-top: 0 !important;
  }
  #weathermap{
    padding-left: 0.71rem;
  }

  .page__webform-nel-testo{
    max-width: 100%;
  }
}
.h-100vh{
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #weathermap #map{
    height: 100vh !important;
  }
}
.w-fit-content{
  width: fit-content;
}
.button_wall_soci:hover {
    background: #fff;
    text-align: center;
    color: #d70a26;
    border: 1px solid #d70a26;
    padding: 10px;
    margin-top: 4px;
}

.page__webform-in-testata{
  display:none;
}
#webform_testata .page__webform-in-testata{
  display:block;
  position:relative;
  top:-120px;
  z-index:999;
  background-color: white;
  box-shadow: 1px 1px 20px #ccc;
  border-radius:10px;
  padding:20px;
}

.js-form-item label, .js-form-item legend{
  font-size: 15px;
font-weight: bold;
margin-bottom: 0px;
padding-bottom: 0px;
}

.webform-submission-form .js-form-submit{
  width:100%;
}

.col{
  padding:10px 30px;
}

#form_testata_integration{
  position: relative;
  top:-30px;
}

.modal-content{
  border:3px solid #d0362e;
}

.shareon{
  max-width:500px;
  margin:20px auto;
  padding:0px;
}

.shareon>*{
  width:218px;
  margin:5px!important;
  margin-top:10px!important;
}

.shareon .copy-url, .shareon .email{
  width:468px;
}

.owl-dots{
  display: none;
}

#slider_home{
  margin-bottom:20px;
}

hr{
  height: 2px;
  color: #d0362f;
  opacity: 1;
}

.sottolineato-rosso,  .titoli-sottolineati h3{
  background-color: #ce2e30;
  color:white;
  text-transform: uppercase;
  font-weight: 600!important;
  font-size:35px;
  line-height: 42px;
  display: inline-block;
  padding:5px 10px;
  margin-bottom:5px;
}

@media only screen and (min-width: 1280px) {
  .secondo-banner-home{
    height:360px;
    width:416px;
  }
}

@media only screen and (max-width: 768px) {
  #webform_testata .page__webform-in-testata{
    top:-10px;
  }
  #form_testata_integration{
    position: relative;
    top:0px;
  }
  .shareon>*{
    max-width:200px;
  }

  .secondo-banner-home{
    height:auto;
    width:auto;
  }

  .sottolineato-rosso,  .titoli-sottolineati h3{
    background-color: #ce2e30;
    color:white;
    text-transform: uppercase;
    font-weight: 600!important;
    font-size:24px;
    line-height: 32px;
    display: inline-block;
    padding:5px 10px;
    margin-bottom:5px;
  }
  
}
