/* DMA Home Studio */
/**
 *
 * Made By rodrigocamara.com
 *
 */

/* WEBFONTS */
/**
 *
 * Imported fonts
 *
 */ 
 @font-face {
    font-family: "LegworkDEMO-Regular";
    src: url("../fonts/legwork/legworkDEMO.eot"); /* IE9 Compat Modes */
    src: url("../fonts/legwork/legworkDEMO.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/legwork/legworkDEMO.otf") format("opentype"), /* Open Type Font */
      url("../fonts/legwork/legworkDEMO.svg") format("svg"), /* Legacy iOS */
      url("../fonts/legwork/legworkDEMO.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/legwork/legworkDEMO.woff") format("woff"), /* Modern Browsers */
      url("../fonts/legwork/legworkDEMO.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
html{
    color: #ddd;
}
 body{
     background-color: #333;
 } 

/* MDL STYLES */
/**
 *
 * Google Material Design Lite
 *
 */

 nav{
     background-color: #333 !important;
 }
nav ul a,
nav .brand-logo {
    color:#fff;
}

p {
    line-height: 2rem;
    font-size: 1rem;
}

.button-collapse {
    color: #ff3d29;
}

.parallax-container {
    min-height: 600px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
    .parallax-container .section {
        width: 100%;
    }

.icon-block {
    padding: 0 15px;
}
    .icon-block .material-icons {
        font-size: inherit;
    }

footer.page-footer {
    margin: 0;
    background: #111;
}

/* DMA STYLES */
/**
 *
 * DMA Home Studio
 *
 */

 /*Generic*/
.uppercase {
    text-transform: uppercase;
}
/* .dma-text {
    color: #ff3d29 !important;
}
.dma.lighten {
    background-color: #ff3d29 !important;
} */
.section-title {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "LegworkDEMO-Regular";
    text-transform: uppercase;
}

/*Header*/
.header .brand-logo {
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
    font-family: "LegworkDEMO-Regular";
    line-height: 75px;
}
    .header .brand-logo img{
        float: left;
    }
    .header .brand-logo span{
        color:#222222;
    }

/*Banner*/
.container-banner {
    display: table;
    margin: 0 auto;
    min-height: 570px;
}
.banner {
    font-weight: 800;
    font-size: 8.2rem;
    line-height: 5rem;
    color:#ddd;
    display: table-cell;
    vertical-align: middle;
    font-family: "LegworkDEMO-Regular";
    display: none;
}


/*Features*/

/*Sobre*/

/*Gallery*/
.dma-gallery {
    margin-bottom: 40px;
}
    .dma-gallery ul li{
        width: 24.6%;
        float: left;
        line-height: 0;
        margin: 0.1%;
    }
.dma-gallery img{
    width: 100%;
    height: auto;
}

/*Swiper*/
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-button-prev, .swiper-button-next{
    background-size: contain;
    width: 15px;
}

/*Footer*/
.by{
    color: rgba(255,255,255,0.5);
}
.contato .material-icons {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.contato li a {
    color: #fff;
}
.social li a img {
    max-width: 30px;
    float: left;
    margin: 5px; 
}


@media only screen and (max-width : 1280px) {

        .dma-gallery ul li{
        width: 33%;
        margin: 0.1%;
    } 

}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        /*top: 10%;*/
        top: 0;
    }
    .dma-gallery ul li{
        width: 49.6%;
        margin: 0.2%;
    }    
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }    
    .banner {
        font-size: 3.5rem;
        line-height: 2rem;
    }
    nav .brand-logo {
        width: 92%;
        text-align: center;
        font-size: 1.8rem;
    }
    nav .brand-logo i.material-icons{
        margin-right: 5px;
    }
    .social li a img {
        max-width: 10%;
    } 
    .container.dma-gallery {
        width: 100%;
    }   
    .curta-fb, .fb-like {
        max-width: 100%;
        overflow: hidden;
    }
    .pluginFontHelvetica td{
        display: none !important; 
    }
}

@media only screen and (max-width : 480px) {
    .parallax-container {
        min-height: 340px;
    }
    .container-banner {
        min-height: 340px;   
    }
    .parallax img{
        max-width: 200%;
        min-height: auto; 
    }    
    .dma-gallery ul li{
        width: 100%;
        margin: 1% 0%;
    }      
}


