/*-------------------------------------------------------------------------
    
    Theme Name: Tenguu -  Template
    Theme URI: http://template.themeton.com/tenguu
    Author: ThemeTon
    Author URI: http://themeton.com
    Description: Multipurpose HTML5, CSS3 template for your creative works
    Version: 1.1

  -------------------------------------------------------------------------
 
    Table of Contents

    01. Header
    02. Helpers
    03. Elements
    04. Content
    05. Blog
    06. Comments
    07. Page
    08. Portfolio
    09. Widgets
    10. Footer
    11. Responsive
  
  -------------------------------------------------------------------------*/

.head-titolo {
    text-transform: uppercase;
    font-family: 'Montserrat-light', serif;
    font-size: 32px;
    color: #101010;
}

.click {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}

.tb_title {
    text-align: right;
    padding-right: 10px;
    width: 30%;
    vertical-align: text-top;
    padding-bottom: 15px;
}

.tb_cont {
    font-weight: bold;
    width: 70%;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .tb_title,
    .tb_cont {
        font-size: 18px;
    }
}

.whats-app {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width:60px;
    height:60px;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.news {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 21;
}

@media (max-width: 900px) {
    .whats-app {
        width:55px;
        height:55px;
    }
}

#popup {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.87);
    z-index: 9999;
}

.img_popup {
    max-width: 100%;
    height: 100%;
    background: white;
}

.close-qv {
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
    z-index: 10001;
    width: 25px;
    background: whitesmoke;
    font-weight: bold;
    border-radius: 5px;
}