/*==============================================
[Main stylesheet style.css]

Author:	SINDEVO.COM - Smart Interface Development
Version:	1.0
Created:	17 October 2018
Last updated:	17 October 2018
Template:	Mobili - Mobile HTML Template
================================================*/
/*
[Table of Contents]

1. RESET
2. GENERAL
3. H TITLES
4. HEADER AND HEADER NAVIGATION
5. CUSTOM BUTTONS
6. LEFT AND RIGHT SLIDE PANELS
    6-1. USER ACCOUNT SIDEBAR RIGHT
    6-2. MAIN NAVIGATION SIDEBAR LEFT
7. PAGES LAYOUT GENERAL
    7-1. SWIPE SLIDER
    7-2. FEATURED LISTS
    7-3. TEAM DESIGN LAYOUT
    7-4. MUSIC LIST DESIGN LAYOUT
8. POPUPS
9. SHOP LAYOUT
     9-1. SHOP ITEM PAGE 
     9-2. SHOPPING CART - CECKOUT
     9-3. SUCCESS PAGE
10. PHOTO GALLERY
11. BLOG LAYOUT
12. FORMS
      12.1 LOGIN FORM
      12.2 CONTACT FORM
13. TABS / ACCORDION / TABLES
14. MEDIA QUERIES
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	
html,


body{
  background-image: url("images/background.png");
  background-color: #cccccc;
  height:100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
  
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #232323;
font-size: 14px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}


.imglogo{ 
  width: 80%!important;
  margin: 10%;
  padding-top: 20%;}

.img_gostou{ 
  width:45%;
  position:absolute;
  bottom:0;
  left:50%;
  padding-bottom: 10%;
  }

  .img_gostou:hover{ 
    width:47%;
    position:absolute;
    bottom:0;
    left:50%;
    padding-bottom: 10%;
    }
  .img_site{ 
   
    width:15%;
    position:absolute;
    bottom:0;
    left:4%;
    padding-bottom: 11%;
    overflow: hidden;
   
    
    }
  
    .img_email{ 
   
      width:15%;
      position:absolute;
      bottom:0;
      left:14%;
      padding-bottom: 27%;
      }
    
      .img_insta{ 
   
        width:15%;
        position:absolute;
        bottom:0;
        left:27%;
        padding-bottom: 42%;
        }

        .img_local{ 
   
          width:15%;
          position:absolute;
          bottom:0;
          left:42%;
          padding-bottom: 54%;
          }
      
          .img_whats{ 
   
            width:17%;
            position:absolute;
            bottom:0;
            left:60%;
            padding-bottom: 62%;
            }

            .img_link{ 
   
              width:15%;
              position:absolute;
              bottom:0;
              left:79%;
              padding-bottom: 70%;
              }
          
        
