.mb40{
    margin-bottom: 40px;
}
.ephesis-regular {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .gorgonzola{
    position: relative;
  }
.gorgonzola .head{
    position: relative;
    display: flex;
    justify-content: space-between;

}
.gorgonzola .head_mobile{
    position: relative;
    display: none;
    justify-content: space-between;
    margin-bottom: 50px;
    background-color: #fff6e3;
    justify-content: center;
}

.gorgonzola .head .left{
    width: 50%;
    height: 42px;
    background-color: #fff6e3;
    text-align: right;
    padding: 0 60px;
    display: flex;
    align-items: center;
    
}
.gorgonzola .head .left .text{
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
text-align: right;
width: 100%;
margin-top: 10px;
}
.gorgonzola .head .right{
    width: 50%;
    height: 42px;
    background-color: #fff6e3;
    text-align: left;
    padding: 0 60px;
    display: flex;
    align-items: center;
}
.gorgonzola .head .right .text{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    }
.gorgonzola .head .center{
   position: absolute;
   top:2px;
   left: 50%;
   margin-left: -80px;
}
.gorgonzola .sub-head{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.gorgonzola .inner{
    margin:0 auto 0;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 30px;*/
    padding: 60px 50px;
    border-left: 50px solid #fff6e3;
    border-right: 50px solid #fff6e3;
    background-color: #fff
}

.gorgonzola .inner .item{
   width: calc(50% - 15px);
   position: relative;
}

.gorgonzola .inner .item .photo{
    margin-bottom: 15px;
 }
 .gorgonzola .inner .item .photo img{
    width: 100%;
 }
 .gorgonzola .inner .item .title{
   font-size: 21px;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .gorgonzola .inner .item .text{
    font-size: 16px;
    font-weight: 400;
    color: #646060;
  }

  .full-link {
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
}

.gorgonzola .footer{
/*    width:100%;*/
/*    height: 373px;*/
   /* background-image: url(../img/footer.png);*/
 /*   background-size: 100%;*/
    border: 0;
    -webkit-box-shadow: none;
  box-shadow: none;
        border-left: 50px solid #fff6e3;
    border-right: 50px solid #fff6e3;
/*    margin-top: -100px;*/
/*    margin-top: 50px;*/
margin-bottom: 40px
}

 .gorgonzola .footer{
    position: relative;
}

 .gorgonzola .footer .center{
    position: absolute;
    left: 50%;
    top:-24px;
    margin-left: -50px
 }

.gorgonzola .footer img.back{
    width: 100%;
}

.gorgonzola .footer .controller div{
    display: flex;
    justify-content: space-between;
}
.gorgonzola_l{
    position: relative;
}

.link_gorgo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.gorgonzola_l .head{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.gorgonzola_l .head .left{
    width: 50%;
    height: 42px;
    background-color: #fff6e3;
    text-align: right;
    padding: 0 60px;
    display: flex;
    align-items: center;
}
.gorgonzola_l .head .left .text{
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
text-align: right;
width: 100%;
margin-top: 10px;
}
.gorgonzola_l .head .right{
    width: 50%;
    height: 42px;
    background-color: #fff6e3;
    text-align: left;
    padding: 0 60px;
    display: flex;
    align-items: center;
}
.gorgonzola_l .head .right .text{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    }
.gorgonzola_l .head .center{
   position: absolute;
   top:-40px;
   left: 50%;
   margin-left: -60px;
}
.gorgonzola_l .sub-head{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.gorgonzola_l .inner{
    margin:0 auto 0;
    padding: 0 ;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.gorgonzola_l .inner .item{
   width: calc(50% - 20px);
   position: relative;
}

.gorgonzola_l .inner .item .photo{
    margin-bottom: 15px;
 }
 .gorgonzola_l .inner .item .photo img{
    width: 100%;
 }
 .gorgonzola_l .inner .item .title{
   font-size: 21px;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .gorgonzola_l .inner .item .text{
    font-size: 16px;
    font-weight: 400;
    color: #646060;
  }

  .gorgonzola_l .footer{
    width:100%;
    background-color: #fff6e3;
    text-align: center;
/*    height: 373px;*/
   /* background-image: url(../img/footer.png);*/
 /*   background-size: 100%;*/
    border: 0;
    position: relative;
/*    margin-top: -100px;*/
/*    margin-top: 50px;*/
}
.gorgonzola .item_content{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;

}
.gorgonzola_l .item_content .photo{
    width: calc(50% - 20px);
    
}
.gorgonzola_l .item_content .photo img{
    width: 100%;
    
}
.gorgonzola_l .item_content .text{
    width: calc(50% - 20px);
    font-size: 16px;
    font-weight: 400;
    color: #646060;
    
}
.gorgonzola_l .item_content .text .title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 60px;
    
}
span.first{
    font-family: "Ephesis", cursive;
    font-weight: normal;
    font-size: 80px;
}
.logo_gorgo{
    text-align: center;
    margin-top: 15px;
}
.sepa .green{
    background-color: #009037;
    height: 7px;
}
.sepa .white{
    background-color: #f9f4ec;
    height: 7px;
}
.sepa .red{
    background-color: #e3001b;
    height: 7px;
}
.beige{
    background-color: #fff6e3;
}
.first.last{
    line-height: 1.3em!important;
}
.citeste{
    color: #c51f05!important;
    text-decoration: underline;
    margin-top: 10px;
}
/*.gorgonzola .footer img{
    height: 100%;
    width: auto;
    max-width: none;
}*/
.desk{
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.all{
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.gorgonzola{
    margin-top: 60px;
}
.head_mobile{
    display: none;
   }

   .gorgonzola .item_content{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.gorgonzola .item_content .photo{
    width: calc(50% - 20px);
    
}
.gorgonzola .item_content .photo img{
    width: 100%;
    
}
.gorgonzola .item_content .text{
    width: calc(50% - 20px);
    font-size: 16px;
    font-weight: 400;
    color: #646060;
    
}
.gorgonzola .item_content .text .title{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 60px;
    
}
span.first{
    font-family: "Ephesis", cursive;
    font-weight: normal;
    font-size: 80px;
}
.logo_gorgo{
    text-align: center;
    margin-top: 15px;
}
.sepa .green{
    background-color: #009037;
    height: 7px;
}
.sepa .white{
    background-color: #f9f4ec;
    height: 7px;
}
.sepa .red{
    background-color: #e3001b;
    height: 7px;
}
.beige{
    background-color: #fff6e3;
}
.first.last{
    line-height: 1.3em!important;
}
.citeste{
    color: #c51f05!important;
    text-decoration: underline;
    margin-top: 10px;
}
.flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45px;
}
.gorgonzola  .footer .controller{
    padding:0;
    height: 45px;
}
.flex img{
    height: 100%;
    width: auto;
}
.gorgonzola  .back{
    display: block;
}
@media screen and (max-width: 900px) {
    .desk{
        display: none;
  
    }
    .gorgonzola .footer {
        justify-content: center;
        align-items: center;
    }
    .gorgonzola .footer .flex{
        justify-content: center;
        align-items: center;
    }
    .gorgonzola .footer .controller div {
        justify-content: center;
        align-items: center;
    }
    .gorgonzola .inner{
        flex-wrap: wrap;
    }
    .gorgonzola .inner .item {
        width: 100%;
        position: relative;
      }
      .gorgonzola .inner .item:first-child {
        margin-bottom: 20px;
      }
      .gorgonzola .item_content .photo {
       width: 100%;
       margin-bottom: 20px;
       order:-1
    }
    .gorgonzola .item_content .text{
        width: 100%;
        
        
    }
}
@media screen and (max-width: 768px) {

     
      .gorgonzola .head_mobile{
        display: flex;
        padding:0 20px;
       }
       .gorgonzola .item_content {
        padding: 20px 0;
   
    }
    .landing_item .text .title{
        font-size: 16px;
        font-weight: 400;
        color: #000;
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: bold;
        line-height:40px;
        margin-top: 30px;
        
    }
    span.first{
        font-family: "Ephesis", cursive;
        font-weight: normal;
        font-size: 50px;
    }
    .gorgonzola .item_content .text .title {
   
        line-height: 40px;
        font-size: 30px;
    }
    .gorgonzola .inner{
    margin:0 auto 0;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 30px;*/
    padding: 60px 0px;
    border-left: 0;
    border-right: 0;
    background-color: #fff
}
.gorgonzola .inner .item .title {
  padding: 0 20px;
}
.gorgonzola .inner .item .text {
    padding: 0 20px;
}
.gorgonzola  .back{
    display: none;
}
.gorgonzola  .footer{
   height: 50px;
           border-left: 0;
    border-right: 0;
    background-color: #fff6e3;
    width: 100%
}
.gorgonzola .head .center {

    margin-left: -80px;
}
}
