
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,700|Hind:300,400,500,700&display=swap');



h1, h2, h3, h4, h5, h6{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color:#ffffff;
    font-style: italic;
}

.complete{width: 100%; float: left;}
.pad0{padding:0;}
/*.fadeInUp{animation-delay: 0.2s;}
*/
p, a {font-family: 'Hind', sans-serif;font-weight: 400;}
.btn{letter-spacing: 1px;font-size: 13px;border-radius: 0;}
.mt-0{margin-top: 0px;}.mt-10{margin-top: 10px;}.mt-20{margin-top: 20px;}.mt-30{margin-top: 30px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px;}.mt-60{margin-top: 60px;}.mt-70{margin-top: 70px;}.mt-80{margin-top: 80px;}.mt-90{margin-top: 90px;}.mt-100{margin-top: 100px;}
a{transition: all 0.5s ease;}

span:focus {outline: 0!important;}
a:focus {outline: 0!important;}
button:focus {outline: 0!important;}
.btn:focus {outline: 0!important; box-shadow: none;}


a:hover{text-decoration: none;}


@media (min-width: 768px) {
  .disp_flex{
  display: flex;
  width: 100%;
    float: left;
  }

  .flexbox-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
}

/* HEADER */
header{padding-top: 10px;position: fixed; top: 0;width: 100%;z-index: 100;background: #ffffff;padding-bottom: 10px;}
main{margin-top: 143px;}
.navbar-brand{padding: 0;}
@media (max-width: 767px) {
.navbar-brand{margin: 0 auto;}
}
.navbar-brand img{width: 142px;min-height: 32px;margin-top: -5px;position: relative;}
/* HEADER */

.cont_h3{position: relative;}
.comSoon{position: relative;}
.comSoon:after{
    content: "";
    height: 100%;
    width: 100%;
    /*background: #11397947;*/
    z-index: 10;
    top: 0;
    position: absolute;
    display: block;
}
.comSoon h3{position: absolute;}

.cont_h3 h3{
    position: absolute;
    bottom: auto;
    font-size: 50px;
    top: 50%;
    padding: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}

@media (max-width: 767px) {
.cont_h3 h3{font-size: 30px; margin-top: -18px;}
}


/* BOX CONTATTI HOME *//* BOX CONTATTI HOME */
.home_contatti{width: 100%; float: left; padding-bottom: 50px; padding-top: 50px; background: #8dc9bd;}

.title_contact_us{text-align: center;}
.title_contact_us h3{color: #fff; /*font-style: italic;*/ font-size: 1.90rem;}
.title_contact_us p{font-size: 13px; margin-bottom: 30px; color: #fff;}

/* FORM */
.contactForm .form-control{border-radius: 30px; font-size: 12px; font-weight: 500; text-transform: inherit;}
.contactForm textarea{border-radius: 10px!important;}

/*.contactForm .form-control::-webkit-input-placeholder {color: #000;}
.contactForm .form-control::-moz-placeholder {color: #000;}
.contactForm .form-control:-ms-input-placeholder {color: #000;}
.contactForm .form-control:-moz-placeholder {color: #000;}*/

.privacy_btn{margin-bottom: 0;}
.privacy_btn a{font-size: 12px; color: #fff;}
.privacy_btn a:hover{text-decoration: none;}
.style_invia{width: 100%;}
.style_invia a{
        float: right;
    background: #ffffff;
    color: #8dc9bd!important;
    border-radius: 20px;
    border: solid 1px #ffffff;
    padding: 4px 15px;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
.style_invia a:hover{color: #fff!important; background: #8dc9bd; border: solid 1px #8dc9bd;}

.style_invia .btn-success:not(:disabled):not(.disabled).active, .style_invia .btn-success:not(:disabled):not(.disabled):active, .style_invia .show>.btn-success.dropdown-toggle {
    color: #8dc9bd!important; background: #fff; border: solid 1px #8dc9bd;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8dc9bd!important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8dc9bd!important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #8dc9bd!important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #8dc9bd!important;
}

@media (max-width: 767px) {
.style_invia a{margin-right: 15px;}
}
/* FORM */

.box_chiamaci{}
.box_chiamaci a{text-align: center; width: 100%; float: left; border: solid 1px #000; border-radius: 10px;}
.box_chiamaci a:hover{background: #eceee9d4;}

.box_chiamaci img{width: 53px; margin: 34px auto;}

.box_chiamaci p{font-size: 12px; color: #000;}
.box_chiamaci p span{font-size: 26px; font-style: italic; font-family: cursive; font-weight: bold;}

@media (max-width: 767px) {
.box_chiamaci{width: auto; margin: 40px auto 0; background: #eceee9d4; padding: 0;}
.box_chiamaci a{padding: 10px;}
.box_chiamaci img { width: 45px; float: left; margin: 0;}
.box_chiamaci p{    padding: 0 15px; float: left; margin-bottom: 0;}
.box_chiamaci p span{font-size: 18px;}
}
/* BOX CONTATTI HOME *//* BOX CONTATTI HOME */

.fixed_contact{position: fixed; z-index: 999; right: 0; width: auto; bottom: 100px;}
.fixed_icon1{width: 60px; background: #113979; float: left; padding: 10px; margin-bottom: 5px;}
.fixed_icon2{width: 60px; background: #113979; float: left; padding: 18px 10px;}
.fixed_contact a:hover{background: #8dc9bd;}
.fixed_contact img{width: 100%;}
/*@media (max-width: 767px) {
  .fixed_contact{display: none;}
}*/

/*SERVIZI*/
.servizi{width: 100%; float: left; padding-top: 50px; padding-bottom: 30px; background: #8dc9bd;}
.servizi h1{color: #fff; text-align: left; margin-bottom: 30px; text-align: center;}
.servizi p{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 5px;
    border: solid 1px #fff;
    width: auto;
    text-align: center;
    padding: 5px 15px;
}

@media (min-width: 1200px) {
.text_long p{font-size: 12px; line-height: 1.8;}
}
@media (min-width: 992px) and (max-width: 1199px){
.text_long p{font-size: 12px; line-height: 1.2; padding: 1px 15px;}
}
/*SERVIZI*/
/*BONORI*/
.bonori{width: 100%; float: left; padding-top: 50px; padding-bottom: 50px; background: #fff;}

.bonori_text h3{color: #8dc9bd; float: left; width: 100%;}
.bonori_text p{font-size: 13px; margin-bottom: 0px; color: #113979; float: left; width: 100%;}
.bonori_text a{font-size: 13px; margin-top: 20px; margin-bottom:20px; color: #fff; background: #8dc9bd; float: left; width:  auto; padding: 5px 15px; border-radius: 20px;}
.bonori_text a:hover{text-decoration: none; background: #113979; padding: 5px 20px; color: #fff;}

.cont_img_radious img{ width: 100%; float: left;}
.cont_img_radious{width: 300px; height: 300px; margin: 0 auto; border-radius: 50%; overflow: hidden;
background-image: url("../img/logoMB.jpg");
background-size: cover;
    background-position: center;
    border: solid 2px #8dc9bd;
}


/*BONORI*/

/* FOOTER */
.footer{background: #fff; color: #113979; width: 100%; float: left; padding: 30px 0;}
.footer_row_up{width: 100%; float: left; margin-bottom: 10px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: flex-end;
}
.logo_footer{float: left; width: auto; width: 142px; min-height: 32px; margin-top: 2px;}
.logo_footer img{width: 100%;}

.icon_footer{}
.icon_footer a{width: 40px; background: #8dc9bd; border-radius: 50%; float: right; height: 40px; line-height: 40px; text-align: center; margin-left: 10px; position: relative; top: -5px;}
.icon_footer a:hover{background: #113979; }
.icon_footer a img{position: relative; height: 20px;}

@media (max-width: 575px) {
.logo_footer{margin-bottom: 10px;}
.icon_footer a{float: left; margin-right: 10px; margin-left: 0px; margin-top: 15px;}
}

.footer_row_down{width: 100%; float: left;}
.box_info_footer p{color: #113979; font-size: 12px; margin-bottom: 5px; font-weight: 100; width: 100%; float: left;}
.box_info_footer p:first-child{text-transform: uppercase; letter-spacing: 2px; color: #113979; font-weight: 400;}

.box_a_footer{text-align: right; color: #113979;}
.box_a_footer p{color: #113979; font-size: 12px; margin-bottom: 0; font-weight: 100; width: 100%; float: left;}
.box_a_footer a{color: #113979; font-size: 12px; margin-bottom: 0; font-weight: 100; border-bottom: solid 2px #113979; margin:0;}
.box_a_footer a:hover{color: #113979; border-bottom: solid 2px #8dc9bd;}

@media (max-width: 767px) {
.box_a_footer{text-align: left;}
}


/* FOTTER */

/* PAGINA COOKIE *//* PAGINA COOKIE *//* PAGINA COOKIE *//* PAGINA COOKIE */
.cookie_cont{margin-top: 143px; width: 100%; float: left;}
.c_general_title_h1{color: #000; font-weight: 900; font-size: 1.9rem; width: 100%; float: left;}
.c_general_title_h2{color: #000; font-weight: 500; font-size: 1.7rem; width: 100%; float: left;}
.c_general_text{color: #000; font-weight: 100; font-size: 14px; width: 100%; float: left;}
.ul_list{color: #000; font-weight: 100; font-size: 14px; width: 100%; float: left;}
/* PAGINA COOKIE *//* PAGINA COOKIE *//* PAGINA COOKIE *//* PAGINA COOKIE */

.contMap{width: 100%; float: left; padding: 50px 0; background: #113979;}



/*MODAL POPUP*/
#myModal{
  position: fixed;
    top: 100px;
    z-index: 9999;
    padding: 50px 10px;
    height: auto;
}

#myModal .modal-content{background: #8dc9bd;}

#myModal h2{color: #113979; margin-bottom: 20px;}
#myModal p{color: #113979; margin-bottom: 0;}

#myModal .modal-header{color: #fff; border-bottom: solid 1px #113979; padding: 10px;}

#myModal .close {color: #17417c; opacity: 1;}

#myModal .modal-dialog {width: 60%; max-width: none; margin-left: 20%;}
@media (max-width: 767px) {
  #myModal .modal-dialog {max-width: 500px; margin-left: inherit; margin: 0 auto; width: 100%;}
}
/*MODAL POPUP*/



