/*
    T4
    small_desktop.css
*/

@media ( min-width: 768px ) and ( max-width: 1600px) {
    
    .element_wrapper_ {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-start;
    }
    
    .servizi_col_  {
        width: 50%;
        text-align: center;
        margin-bottom: 50px;
    }

  /* == [ NAVBAR ] ========================================================== */
  
  .navbar_wrapper {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgb(65,64,72);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
  }
  
  .privacy {
      color: rgb(51,51,51);
      font-weight: bold;
  }
  
  .privacy:hover {
      color: rgb(0,0,0);
  }
  
  .form_message_privacy {
    padding-top:25px;
    width: 70%;
    font-family: 'Roboto Slab', sans-serif;
    margin: auto;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
  }

  .navbar {
    width: 100%;
    padding: 10px 25px 10px 25px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
  }

  .navbar_logo {
    height: 70px;

    padding: 0 15px 0 0;
    box-sizing: border-box;
  }

  img {
    height: 100%;
    width: auto;
  }

  .navbar_title {
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    
    flex-grow: 1;
    -webkit-flex: 1;
  }

  #menu_button {
    width: 16px;
    height: 13px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url('../img/menu_button.png');
    background-position: center;
    background-size: cover;
    cursor: pointer;
  }

  .navbar_menu {
    font-size: 12px;
    width: 100%;
    padding: 0px 15px 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(26, 26, 26);
  }

  nav {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
  }
  
  a {
    color: rgb(200,200,200);
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(28,28,28);
  }
  
  .alink {
    color: rgba(255,255,255,0.3);
  }
  
  .alink:hover {
    color: rgba(255,255,255,0.3);
  }
  
  .topbar_social {
    height: 40px;
    
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
  }
  
  .social {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
  
  .linkedin {
    background-image: url('../img/linkedin_round.png');
  }
  
  .googleplus {
    background-image: url('../img/plus_round.png');
  }
  
  .facebook {
    background-image: url('../img/facebook_round.png');
  }
  
  /* -- [ ANCHOR ] -- */
  
  .anchor {
    position: absolute;
    top: -114px;
  }
  
  /* == [ BACKGROUND ] ====================================================== */
  
  #background {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgb(26,26,26);
    
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }

  #background_title {
    font-size: 48px;
    font-weight: 300;
    padding-bottom: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 70%;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
  
  /* == [ FOOTER ] ========================================================== */

  .footer {
    position: relative;
    background-color: rgb(65, 64, 72);
    width: 100%;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  
  .footer_top {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 25px 25px;
    
    display: flex;
    display: -webkit-flex;
  }
  
  .footer_top_left {
    width: 35%;
    padding: 5px 15px 5px 15px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  
  .ragione_sociale {
    text-align: center;
    font-size: 24px;
    color: rgb(255,255,255);
    padding: 0 0 5px 0;
  }
  
  .info_cliente {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .social_link {
    height: 50px;
    width: 100%;
    padding: 35px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align: center;
  }
  
  .social_img {
    margin-right: 10px;
  }
  
  .footer_top_right {
    width: 65%;
  }
  
  #map {
    width: 100%;
    min-height: 400px;
  }
  
  .footer_bottom {
    width: 100%;
    background-color: rgb(60,59,67);
    padding: 20px 25px 20px 25px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    box-sizing: border-box;
  }
  
  /* == [ FORM ] ============================================================ */

  .form {
    position: relative;
    width: 100%;
    padding: 100px 0px 100px 0px;;
    box-sizing: border-box;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(26,26,26);
  }
  
  form {
    width: 100%;
  }
  
  .form_wrapper {
    margin: auto;
    width: 80%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  
  .form_input_sx {
    width: 49%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    float: left;
  }
  
  .form_input_dx {
    width: 49%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    float: right;
  }
  
  textarea {
    width: 100%;
    resize: vertical;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
  }
  
  /* 
      [ CHI SIAMO ]
      [ SPECIALIZZAZIONI ]
      [ SERVIZI AGGIUNTIVI ]
      [ SERVIZI ]
  */
  
  .section {
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(26,26,26);
    
    display: flex;
    display: -webkit-flex;
  }
  
  .section_b {
    position: relative;
    width: 100%;
    background-color: rgb(65,64,72);
    border-bottom: 1px solid rgb(26,26,26);
    
    display: flex;
    display: -webkit-flex;
  }

  .section_article {
    width: 100%;
    padding: 100px 0 100px 0;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }
  
  .section_article_aggiuntivi {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
  }

  .section_title_wrapper {
    width: 70%;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .section_title {
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    color: rgb(28,28,28);
    font-size: 28px;
    text-align: center;
  }
  
  .section_title_service {
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    color: rgb(255,255,255);
    font-size: 28px;
    text-align: center;
  }
  
  .title_hr {
    width: 25%;
    margin: 35px 0 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .service_hr {
    width: 25%;
    margin: 25px 0 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  
  .service_hr_title {
    width: 25%;
    margin: 35px 0 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  
  .service_hr_long {
    width: 100%;
    margin: 25px 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .section_article_text {
    width: 80%;
    font-family: 'Roboto Slab', sans-serif;
    margin: auto;
    text-align: justify;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
  }
  
  .section_article_text_aggiuntivi {
    width: 100%;
    padding: 0 25px 0 25px;
    box-sizing: border-box;
    font-family: 'Roboto Slab', sans-serif;
    margin: auto;
    text-align: justify;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
  }
  
  .section_img {
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .section_img_1 {
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  
  .section_img_2 {
    width: 100%;
    background-position: center;
    background-size: cover;
  }
  
  .section_aggiuntivi {
    position: relative;
    padding: 100px 50px 100px 50px;
    border-bottom: 1px solid rgb(26,26,26);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  
  .servizi_aggiuntivi_content {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
  }
  
  .wrap_title {
    width: 70%;
    height: 161px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
  }
  
  .circle_img {
    width: 28vw;
    padding-bottom: 28vw;
    border-radius: 260px;
    margin: 0;
    background-position: center;
    background-size: cover;
  }
  
  .circle_img_service {
    width: 25vw;
    padding-bottom: 25vw;
    border-radius: 260px;
    margin: 0;
    background-position: center;
    background-size: cover;
  }
  
  .service_wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 50px 100px 50px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  
  .element_wrapper {
    width: 100%;
  }
  
  .servizi_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
  }
  
  .servizi_title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    padding: 25px 0 0 0;
    text-align: center;
    width: 90%;
    margin: auto;
    height: 73px;
    
    display: flex;
    align-items: flex-end;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
  }
  
  .servizi_article {
    font-family: 'Roboto Slab', sans-serif;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    width: 90%;
    margin: auto;
    text-align: justify;
  }
  
  .service_link {
    width: 100%;
    color: rgb(255,255,255);
    text-decoration: none;
    padding: 50px 0 25px 0;
  }
  
  .service_link:hover {
    color: rgb(255,255,255);
  }
  
  /* == [ UPPER SPACE ] ===================================================== */

  #upper_space {
    width: 100%;
    height: 114px;
  }

  /* == [ GALLERY ] ========================================================= */
  
  .parent {
    float: left;
    position: relative;
    width: 33.333%;
    height: 20vw;
    overflow: hidden;
  }
  
  .child {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .parent:hover .child,
  .parent:focus .child {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .child_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .parent:hover .child_mask,
  .parent:focus .child_mask {
    opacity: 0.7;
  }
  
  .content {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    color: #ffffff;
  }
  
  .content_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }

  .line {
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    
    transform: translateX(-100%);
    transition: all .3s;
    -webkit-transform: translateX(-100%);
    -webkit-transition: all .3s;
  }

  .parent:hover .line,
  .parent:focus .line {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .title {
    width: 80%;
    margin: 0 auto 10px auto;
  }

  .button {
    width: 100%;
    margin:20px auto 0 auto;
    opacity: 0;
    
    transform: translateX(20%);
    transition: all .3s;
    -webkit-transform: translateX(20%);
    -webkit-transition: all .3s;
  }

  .clicca {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    border: 1px solid #ffffff;
  }

  .clicca:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
  }

  .clicca:active {
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.2);
  }

  .parent:hover .button,
  .parent:focus .button {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  
  #modal1Img {
    width: 100%;
    
    background-position: center;
    background-size: cover
  }
  
  /* -- [ MEDIA ] ----------------------------------------------------------- */
  
  .media {
    width: 100%;
    
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  
  .media_space {
    width: 5%;
  }
  
  .media_container {
    width: 100%;
    margin-top: 25px;
  }
  
  .media_container_video,
  .media_container_business_view {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  
  .media_container_business_view {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .media_container_video iframe,
  .media_container_business_view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ------------------------------------------------------------------------ */
  /* -- read more ----------------------------------------------------------- */
  
  .form_button_wrapper {
    text-align: center;
  }
  
  .a_white,
  .form_button {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
    background-color: rgb(250, 68, 82);
    color: rgb(255, 255, 255);
    padding: 15px 40px 15px 40px;
    transition: .3s;
    border: 0;
  }
  
  .a_white:hover,
  .form_button:hover {
    background-color: rgb(250 ,38, 52);
  }
  
  .readmore-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
  }
  
  .readmore {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  
  /* -- [ NOTIZIE ] -- */
  
  .news {
    width: 100%;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
  }
  
  .news_wrapper {
    position: relative;
    width: 100%;
    background-color: rgb(255,255,255);
  }
  
  .news_photo {
    width: 100%;
    height: 30px;
    background-position: center;
    background-size: cover;
  }
  
  /* -- [ NOTIZIE ] -- */
  
  .news {
    width: 100%;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
  }
  
  .news_wrapper {
    width: 100%;
    background-color: rgb(255,255,255);
  }
  
  .news_photo {
    width: 100%;
    height: 50px;
    background-position: center;
    background-size: cover;
  }
  
  .news_cit {
    width: 100%;
    height: 30px;
  }
  
  .news_article {
    padding: 35px 30px 35px 30px;
    box-sizing: border-box;
    color: rgb(28,28,28);
  }
  
  .news_article_title{
    color: rgb(28,28,28);
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
  }
  
  .news_article_art{
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    padding: 15px 0 0 0;
  }
  
  .news_date {
    width: 100%;
    padding: 35px 0 0 0;
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
  }
  
  .news_date_icon {
    height: 15px;
    width: 15px;
    background-image: url('../img/date.png');
    background-size: cover;
    background-position: center;
  }
  
  .news_date_date {
    padding: 2px 0 0 10px;
    color: rgb(200,200,200);
    font-size: 14px;
  }
  
  
  .tag_tag {
    position: absolute;
    top: 3px;
    right: 3px;
    display: inline-block;
    padding: 8px 18px 8px 18px;
    background-color: rgb(250, 68, 82);
    font-size: 12px;
    color: rgb(255,255,255);
  }
  
  .tag_tag:hover {
     background-color: rgb(250,38,52);
  }
  
  p { 
    margin: 0
  }
  
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ------------------------------------------------------------------------ */
  
  #wrap_notize {
      width: 100%;
      
      display: flex;
      justify-content: center;
      
      display: -webkit-flex;
      -webkit-justify-content: center;
  }
  
  .square_news {
      width: 48%;
      background-color: white;
      margin: 0 0.5% 0 0.5%;
  }
  
  .quadrato_news {
        position: relative;
        width: 100%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .quadrato_news:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    
    .quadrato_mask {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        overflow: hidden;
        transition: 0.2s;
        transition-timing-function: ease-out;
        transform: translateY(100%);
        
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-align-items: stretch;
        -webkit-justify-content: space-between;
    }
    
    .q_mask_top {
        width: 100%;
        height: 33%;
    }
    
    .m_top_icon {
        height: 100%;
        width: 50%;
        background-position: center;
        background-size: cover;
    }
    
    .q_mask_middle {
        width: 100%;
    }
    
    .middle_container {
        width: 80%;
        margin: 0 auto 0 auto;
        text-align: center;
        font-size: 1.1vw;
        padding: 0 0 20px 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(255,255,255);
        color: rgb(200,200,200);
    }
    
    .middle_container:hover {
        color: rgb(200,200,200);
    }
    
    .q_mask_bottom {
        width: 100%;
        margin: 15px;
        box-sizing: border-box;
        
        display: flex;
        align-items: center;
        
        -webkit-display: flex;
        -webkit-align-items: center;
    }
    
    .date_ {
        height: 25px;
        width: 25px;
        margin: 0 5px 0 0;
        background-image: url('../img/date_.png');
        background-size: cover;
        background-position: center;
    }
  
}

@media ( min-width: 768px ) and ( max-width: 1080px) {
  
  /* == [ GALLERY ] ========================================================= */
  
  .parent {
    float: left;
    position: relative;
    width: 50%;
    height: 27vw;
    overflow: hidden;
  }
  
  /* == [ FOOTER ] ========================================================== */
  
  .footer {
    position: relative;
    background-color: rgb(65, 64, 72);
    width: 100%;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  
  .footer_top {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 25px 25px;
    
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
  }
  
  .footer_top_left {
    width: 100%;
    padding: 25px 15px 5px 15px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
    border: 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    
    order: 2;
  }
  
  .ragione_sociale {
    font-size: 32px;
    color: rgb(255,255,255);
    padding: 0 0 5px 0;
    text-align: center;
  }
  
  .info_cliente {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
  }
  
  .social_link {
    height: 74px;
    width: 100%;
    padding: 25px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align: center;
  }
  
  .social_img {
    margin-right: 10px;
  }
  
  .footer_top_right {
    width: 100%;
    order: 1;
  }
  
  #map {
    width: 100%;
    min-height: 400px;
  }
  
  .footer_bottom {
    width: 100%;
    background-color: rgb(60,59,67);
    padding: 20px 25px 20px 25px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    box-sizing: border-box;
  }
  
  /* -- [ MEDIA ] ----------------------------------------------------------- */
  
  .media {
    width: 100%;
    
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
  }
  
  .media_space {
    width: 5%;
  }
  
  .media_container {
    width: 100%;
    margin-top: 25px;
  }
  
  .media_container_video,
  .media_container_business_view {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  
  .media_container_business_view {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .media_container_video iframe,
  .media_container_business_view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ------------------------------------------------------------------------ */
  
  #wrap_notize {
      width: 100%;
      
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-flex-wrap: wrap;
  }
  
  .square_news {
      width: 48%;
      background-color: white;
      margin: 1%;
  }
  
  .quadrato_news {
        position: relative;
        width: 100%;
        background-position: center;
        background-size: cover;
        overflow: hidden;
    }

    .quadrato_news:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
    
    .quadrato_mask {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        overflow: hidden;
        transition: 0.2s;
        transition-timing-function: ease-out;
        transform: translateY(100%);
        
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-align-items: stretch;
        -webkit-justify-content: space-between;
    }
    
    .q_mask_top {
        width: 100%;
        height: 33%;
    }
    
    .m_top_icon {
        height: 100%;
        width: 50%;
        background-position: center;
        background-size: cover;
    }
    
    .q_mask_middle {
        width: 100%;
    }
    
    .middle_container {
        width: 80%;
        margin: 0 auto 0 auto;
        text-align: center;
        font-size: 2vw;
        padding: 0 0 20px 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(255,255,255);
        color: rgb(200,200,200);
    }
    
    .middle_container:hover {
        color: rgb(200,200,200);
    }
    
    .q_mask_bottom {
        width: 100%;
        margin: 15px;
        box-sizing: border-box;
        
        display: flex;
        align-items: center;
        
        -webkit-display: flex;
        -webkit-align-items: center;
    }
    
    .date_ {
        height: 25px;
        width: 25px;
        margin: 0 5px 0 0;
        background-image: url('../img/date_.png');
        background-size: cover;
        background-position: center;
    }
  
}

