* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 20px;
}

@font-face {
  font-family: 'Leggero';
  src: url('fonts/SangBleuSans-Light.otf');
}
@font-face {
  font-family: 'Grassetto';
  src: url('fonts/SangBleuSans-Bold.otf');
}
@font-face {
  font-family: 'Regolare';
  src: url('fonts/SangBleuSans-Regular.otf');
}
@font-face {
  font-family: 'Leggero Corsivo';
  src: url('fonts/SangBleuSans-LightItalic.otf');
}
  .experience {
//    color: rgb(64, 151, 188);
    color: rgb(188, 132, 64);

	  font-family: 'Leggero';
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
  }
  .experience a {
  //  color: rgb(64, 151, 188);
      color: rgb(188, 132, 64);

//    border: 0.5px solid rgb(64, 151, 188);
    border: 0.5px solid rgb(188, 132, 64);

	  padding: 10px 20px;
    border-radius: 10px;
  }
  .experience a:hover {
    text-decoration: none;
  }
  .wrapper_blue {
    width: 100%;
    //background: url(https://welcome.melograno.com/wp-content/uploads/2020/06/sfondo_talea_blue_desk.png) no-repeat; background-size: cover;
    background: url(https://welcome.melograno.com/wp-content/uploads/2020/06/sfondo_talea_brown_desk.png) no-repeat; background-size: cover;
    
	  background-position: center top;
  }
  .go_back_container a{
//    color: rgb(31, 78, 107);
    color: rgb(107, 74, 31);
	  
    font-family: 'Leggero';
//    border: 0.8px solid rgb(31, 78, 107);
border: 0.8px solid rgb(107, 74, 31);
    padding: 20px;
    font-size: 1vw;
    border-radius: 10px;
  }
  .go_back_container{
    text-align: center;
    margin-bottom: 150px;
  }
  .go_back_strutture {
    text-align: center;
    margin-bottom: 150px;
  }
  .go_back_strutture a{
    color: #9B5C15;
    font-family: 'Leggero';
    border: 0.8px solid #9B5C15 ;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1vw;
    border-radius: 10px;
  }
  .go_back_strutture a:hover{
    text-decoration: none;
    color: #9B5C15;
  }
  .go_back_container a:hover {
    text-decoration: none;
  }

  .benvenuti {
    height: 95vh;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    width: 80%;
    margin: auto;
  }
  .a_logo_desk{
    width: 100%;
    text-align: center;
  }
  .a_logo_mob{
    display: none;
  }
  .sfondo_brown_mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .sfondo_brown_desk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .peschiera_logo_desk{
    width: 28%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;

  }
  .peschiera_logo_mobile{
    display: none;
  }
  .talea_logo {
    width: 13%;
    margin: auto;
  }
  .talea_text {
    color: white;
    width: 65%;
    text-align: center;
    margin: auto;
  }
  .talea_text > h2 {
    color: white;
    font-size: 120%; margin-bottom: 40px; font-family: 'Leggero'
  }
  .talea_text > p {
    font-size: 100%; font-family: 'Leggero'
  }
  .servizi {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 90px;
  }

  .servizi_row {
    width: 30%;
    margin: 0 auto;
    padding: 10px;
//    border-bottom: 0.5px solid rgb(31, 78, 107);
	  border-bottom: 0.5px solid rgb(107, 74, 31);
    text-align: center;
  }
  .in_col {
    display:flex;
    justify-content: center;
  }
  .the_title {
    font-family: 'Grassetto';
    margin: 0;
    font-size: 140%;
    //color: rgb(31, 78, 107);
	  color: rgb(107, 74, 31);
  }
  .the_title > a {
    //color: rgb(31, 78, 107);
	  color: rgb(107, 74, 31);
    font-size: 98%
  }
  .servizi_row i{
    display: none;
  }


  .contacts {
    width: 100%;
    margin: auto;
    padding-top: 100px;
  }
  .sfondo_blue_mobile {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    display: none;
  }
  .sfondo_blue_desk {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 120%;
  }
  .follow_us > h6 {
    border-bottom: 0.5px solid white;
    padding-bottom: 30px;
    width: 30%;
    margin: auto;
    font-size: 120%;
    margin-bottom: 40px;
    font-family: 'Leggero';
    color: white;
    text-align: center;
  }
  .follow_us_social {
    text-align: center;
  }
  .follow_us_social > a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
  }
  .follow_us_social  i {
    line-height: 50px;
    font-size: 25px;
    //color: #1F4E6B;
	  color: rgb(107, 74, 31);
  }

  .contacts_indirizzo {
    margin-top: 100px;
    color: white;
  }
  .contacts_indirizzo h6{
    font-size: 98%;
    margin-bottom: 40px;
    font-family: 'Leggero';
    color: white;
    text-align: center;
  }
  .contacts_indirizzo p{
    font-size:80%;
    font-family: 'Leggero';
    color: white;
    text-align: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts_cn {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts_cn a{
    font-size:  100%;
    margin-bottom: 40px;
    font-family: 'Leggero';
    color: white;
  }
  .fab:hover {
    color: #9B5C15;
    transition: 0.8s;
  }
  .dinamic_content {
    font-family: 'Leggero Corsivo';
//    color: rgb(64, 151, 188);
    color: rgb(173, 118, 45);	  
    font-size: 4vw;
  }
  .dinamic_content strong {
    font-family: 'Grassetto';
  }
  .the_title:hover {
    cursor: pointer;
  }
  .contacts_cn img {
    width: 10%;
    margin-bottom: 40px;
  }
  .contacts_cn a {
    text-align: center;
  }




@media screen and (max-width:768px) {
  .experience {
    color: rgb(64, 151, 188);
    font-family: 'Leggero';
    text-align: left;
    margin-top: 25px;
    text-transform: uppercase;
  }
  .experience a {
    color: rgb(64, 151, 188);
    //border: 0.9px solid rgb(64, 151, 188);
      border: 0.9px solid rgb(173, 118, 45);  
	  padding: 10px 20px;
    border-radius: 10px;
  }
  .wrapper_blue {
    width: 100%;
    background: url(https://welcome.melograno.com/wp-content/uploads/2020/06/sfondo_talea_brown_mob.png) no-repeat; background-size: cover;
    background-position: left top;

  }
  .a_logo_desk{
    display: none;
  }
  .a_logo_mob{
    display: block;
  }

  .sfondo_brown_mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }

  .talea_logo {
    width: 40%;
    margin: 0;
  }
  .logo_div {
    width: 95%;
    margin: auto;
  }
  .talea_text {
    color: white;
    width: 90%;
    text-align: left;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .talea_text > h2 {
    color: white;
    font-size: 80%; margin-bottom: 40px; font-family: 'Leggero'
  }
  .talea_text > p {
    font-size: 70%; font-family: 'Leggero'
  }

  .in_col {
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }


  .servizi {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
  }

  .servizi_row {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0.5px solid rgb(31, 78, 107);

  }

  .the_title {
    font-family: 'Grassetto';
    margin: 0;
    font-size: 5.2vw;
    color: rgb(31, 78, 107);
  }

  .servizi_row i{
    display: block;
    font-size: 100%;
    color: rgb(31, 78, 107);
  }


  .contacts {
    width: 80%;
    margin: auto;
    padding-top: 100px;
  }
  .sfondo_blue_mobile {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    display: block;
  }
  .sfondo_blue_desk {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    display: none;
  }
  .follow_us > h6 {
    border-bottom: 0.5px solid white;
    padding-bottom: 30px;
    width: 100%;
    font-size: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Leggero';
    color: white;
  }
  .follow_us_social {
    text-align: left;
  }
  .follow_us_social > a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
  }
  .follow_us_social  i {
    line-height: 30px;
    font-size: 15px;
    color: #1F4E6B;
  }
  .contacts_indirizzo {
    margin-top: 40px;
    color: white;
  }
  .contacts_indirizzo h6{
    font-size: 90%;
    text-align: left;
  }
  .contacts_indirizzo p{
    font-size:70%;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .contacts_cn {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts_cn a{
    font-size:  100%;
    text-align: left;
  }
  .dinamic_content {
    font-family: 'Leggero';
    color: rgb(64, 151, 188);
    text-align: left;
  }
  .dinamic_content p, strong, a, em {
    font-size: 4vw;
    text-decoration: none;
    text-align: left;
  }
  .dinamic_content strong {
    font-family: 'Grassetto';
  }
  .go_back_container{
    width: 80%;
    text-align: left;
    margin: auto;
    margin-bottom: 100px;
  }
  .go_back_container a{
    color: rgb(31, 78, 107);
    font-family: 'Leggero';
    font-size: 2.4vw;
    border-radius: 10px;

  }
  .go_back_strutture {
    width: 80%;
    text-align: left;
    margin: auto;
    margin-bottom: 90px;
  }
  .go_back_strutture a{
    color: #9B5C15;
    font-family: 'Leggero';
    border: 0.5px solid #9B5C15;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 2.6vw;
    border-radius: 10px;
  }

  .contacts_cn img {
    width: 16%;
    margin-bottom: 40px;
  }

}

.open_datamod {
  border: 1px solid;
  padding: 0.2rem 1rem;
  display: inline-block;
  margin-top: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  font-size: .7rem;
  color: rgb(64, 151, 188);
}



.carica_pagina {
  font-family: 'Leggero Corsivo';
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: rgb(31, 78, 107);
}

.modal-title {
  font-family: 'Leggero Corsivo';
  color: rgb(64, 151, 188);
  font-weight: 900;
}
