
body{
	font-size: 1em;
	font-family: PrimeRegular;
}

h1,h2,h3,h4,h5,h6{
	font-family: PrimeRegular;
}

h1{
    font-size: 2.75vw;
}

h2{
    font-size: 2.5vw;
}

h3{
    font-size: 2.25vw;
}

h4{
    font-size: 2vw;
}

p{
    font-family: PrimeLight;
}

.row{
    max-width: 100% !important;
}

nav {
    width: 100%;
    min-height: 64px;
    /* max-height: 64px; */
    top: 0;
    background-color: white;
    color: black;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    position: fixed;
    z-index: 9000;
}

nav h1{
	color: black;
	font-size: 1.2em;
	margin-bottom: 0;
	cursor: pointer;
    line-height: 1;
    padding-top: 11px;
}

nav h1 > span{
    font-family: PrimeLight; 
}

nav.aside-menu{
    position: fixed;
    width: 20%;
    height: 100%;
    right: -30%;
    background-color: white;
    transition: right 1s;
    -webkit-transition: right 1s;
}

.show-menu{
    right: 0% !important;
}

ul.menu{
    display: block;
    margin-top: 6%;
    font-size: 1.8vw;
}

ul.menu > li{
    display: inline;
}

ul.menu > li > a{
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 7%;
    color: #757575;
    transition: color .5s;
    -webkit-transition: color .5s;
}


ul.menu > li > a:hover{
    color: black;
}

.logotipo-menu{
    width: 11rem;
}

.content-title{
	display: flex;
	align-items: center;
}

.title > p{
    font-size: 0.72em;
    margin-bottom: 0;
    cursor: pointer;
    letter-spacing: 7.3px;
}

.img-title > img{
	float: left;
	width: 2.9rem;
	margin-right: 5px;
	cursor: pointer;
}

.menu{
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.menu > p{
	margin-bottom: 0;
	margin-right: 3px;
	position: absolute;
	right: 6.5em;
    top: 30%
}

.menu > img{
	width: 2rem;
	position: absolute;
	right: 4.2em;
    top: 30%;
}

.blog-top {
	color: white;
	background-color: #1d1d1b;
	padding: 0.1rem 0.4rem;
	border-radius: 3px;
}

.menu > .blog-top {
	position: absolute;
    right: 12em;
    top: 1.1rem;
}

.aside-menu .blog-top {
	
	position: absolute;
    right: 12em;
    top: 1.1rem;
}

.langs{
    position: absolute;
    right: -20px;
    top: 1.3rem;
}

.langs > span > a{
    color: black !important;
}


.active-lang{
    color: red !important;
}

.banner > .bx-wrapper .bx-viewport{
	/*max-height: 600px;*/
	border:0 !important;
	left: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.banner > .bx-wrapper .bx-viewport > .bxslider > li > img{
   /*margin-top: -20%;*/
}

/*. full-slider .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 5% !important;
}

.full-slider a.bx-prev{
	right: 10%;
	left: auto;
}

.full-slider a.bx-next{
	right: 6%;
	left: auto;
}*/

.navigation-banner{
    z-index: 8999;
    position: absolute;
    bottom: 12%;
    right: 5%;
}

.navigation-banner img{
    width: 50px;
    cursor: pointer;
}

.slogan-banner{
    position: absolute;
    z-index: 8999;
    left: 5%;
    bottom: 9%;
}

.slogan-banner > h1{
    color: white;
    margin-bottom: 0;
    display: none;
}
.slogan-banner > h2{
    color: white;
    margin-bottom: 0;
    display: none;
}
.slogan-banner > h3{
    color: white;
    margin-bottom: 0;
    display: none;
}

.services > .bx-wrapper .bx-viewport{
	border:0 !important;
	left: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.white-background > img{
    z-index: 1;
    width: 100%
}

.white-background > .desc{
    position: absolute;
    z-index: 2;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

ul.bxslider, .sliderservices, .slider-estudio{
	margin-left: 0;
}

.full-img{
	width: 100%;
}

.nopadding{
	padding: 0;
}

.padd-services{
	padding-left: 15%;
	padding-right: 15%;
}

.padd-services > span{
    font-size: 2vw;
    font-weight: bold;
}

.items-center{
	display: flex;
    align-items: center;
}

.services{
    position: relative;
    border-bottom: 1px solid rgba(128, 128, 128, 0.22);
}

.sliderservices{
	background-color: transparent;
}

.services > .bx-wrapper, .bx-viewport{
    /*max-height: 580px;*/
    /*min-height: 555px;*/
}

#service-prev > img:hover, #service-next > img:hover{
    cursor: pointer;
}

.banner{
    position: relative;
    margin-top: 64px;
}

.line-border{
    height: 95%;
    min-height: 95%;
    width: 98%;
    border: 7px solid white;
    position: absolute;
    z-index: 8999;
    left: 1%;
    top: 2.5%;
    filter: blur(2px);
    -webkit-filter: blur(0px);
}

.service-title{
    position: absolute;
    width: 50%;
    bottom: 50px;
    color: white;
    font-size: 3vw;
    text-align: center;
    line-height: 1.3;
}

#service-prev {
    position: absolute;
    top: 45%;
}

#service-next {
    position: absolute;
    top: 45%;
    right: 0;
}

#service-prev > img{
    width: 50px;
}

#service-next > img{
    width: 50px;
}


/**************************** Videos ****************/

.video{
    position: relative;
}

#made-in-ny{
    position: relative;
    min-height: 600px;
    background-color: black;
    margin-bottom: 0%;
}

#made-in-ny > iframe{
    min-height: 600px;
}

.img-videos{
    max-height: 600px;
    overflow: hidden;
}

.video img.back-img {
    width: 100%;
    /*max-height: 600px;*/
}

.video img.play-video {
    position: absolute;
    width: 100px;
    display: block;
    left: 48%;
    top: 45%;
    cursor: pointer;
    8974
}

#videos .column{
    display: none;
    position: relative;
    /*max-height: 250px;
    min-height: 250px;*/
    overflow: hidden;
}

#videos .column > img{
    width: 100%;
}

.ver-mais-videos{
    width: 220px;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #222;
    cursor: pointer;
    border: 1px solid #222;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: PrimeLight;
    text-transform: uppercase;
}

.video-title{
    margin-top: 4%;
    margin-bottom: 4%;
}

#videos > .column{
    padding: 0 !important;
    box-shadow: 0 !important;
}


#videos > .column > img{
    border: 0 !important;
    box-shadow: 0 !important;
    cursor: pointer;
    /*min-height: 200px;
    position: absolute;
    height: 100%;*/
}

#videos > .column > .playvideo{
    position: absolute;
    top: 44%;
    left: 44%;
    color: white;
    cursor: pointer;
    width: 12%;
}

/**************************** Videos ****************/

/************** Albuns ************/

.albums-title{
    margin-top: 4%;
    margin-bottom: 4%;
}

#albuns > .column{
    padding: 0;
    position: relative;
    min-width: 25%;
    background-color: grey;
    /*in-height: 250px;*/
    /*max-height: 250px;*/
    overflow: hidden;
    display: none;
}

#albuns > .column > img{
    cursor: pointer;
    filter:opacity(0.9);
    -webkit-filter: opacity(0.9);
    width: 100%;
    /*min-height: 200px;*/
    /*position: absolute;*/
    /*height: 100%;*/

}

#albuns > .column > img:hover{
    cursor: pointer;
    filter:opacity(1);
    -webkit-filter: opacity(1);
}

.name-album{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.48);
    color: white;
    padding: 2%;
    padding-left: 4%;
}

.zoomwall.lightbox img.active {
    width: 30% !important;
}

.ver-mais-albuns{
    background-color: #e9e9e9;
    border: 1px solid rgba(128, 128, 128, 0.01);
}

#ver-albuns{
    width: 220px;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #222;
    cursor: pointer;
    border: 1px solid #222;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: PrimeLight;
    text-transform: uppercase;
}

/************** Albuns ************/


/*************** Estudio ******************/

.estudio > .bx-wrapper .bx-viewport{
	border:0 !important;
	left: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#pedir-orcamento{
    padding: 3%;
}

#pedir-orcamento h1{
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 3%;
}

.reveal, .reveal button{
    outline: none;
}

#pedir-orcamento button.submit-orcamento{
    min-width: 25%;
    border: 1px solid black;
    padding: 10px;
    margin-left: 37.5%;
}

.premios > h4{
    margin-bottom: 2%;
}

/*************** Estudio ******************/

.orcamento{
    padding: 5%;
}

.orcamento p{
    padding: 10px;
    border: 1px solid black;
    width: 200px;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 1em;
    font-family: PrimeRegular;
    text-transform: uppercase;
}

.contacts{
    min-height: 500px;
    background-color: rgba(0, 0, 0, 0.88);
    color: white;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 3%;
}

.icos-contacts{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 3%;
}

.form > h2 {
    color: white;
    margin-bottom: 1%;
    font-size: 1.4em;
}

.form > form {
    max-width: 80%;
    margin-left: 10%;
}

.form > form > .row {
    margin: 0 !important;
}

.form button{
    background-color: #fefefe;
    padding: 10px;
    color: #222;
    width: 200px;
    border: 1px solid #222;
    text-transform: uppercase;
}

.img-user{
    position: relative;
    margin-bottom: 3%
}

.img-user > img{
    background-color: gainsboro;
    min-width: 160px;
    min-height: 160px;
    max-height: 160px;
    max-width: 160px;
    margin-bottom: 2%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: block;
    margin: auto
}

.img-user > p{
    margin-top: 2%;
}

.premios{
    text-align: center;
    margin-top: 2%;
}

.premios .award-casamentos-2018,
.premios > img{
    margin-bottom: 1%;
    padding: 1%;
    max-width: 130px;
}

.premios .award-casamentos-2018 {
	
	display: inline-block;
	vertical.align: top;
}


.zankyou{
    width: 11% !important;
}

.zankyou:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/******************* Estudio ********************/


/******************* Sugestoes ********************/

#sugestoes > .column > .sugestoes-clientes{
    /*background-color: gainsboro;*/
    margin: 2%;
    position: relative;
    border-radius: 150px;
}

.sugestoes{
    margin-bottom: 3%;
    margin-top: 3%;
}

#sugestoes > .column > .sugestoes-clientes > a > img{
    border-radius: 150px;
    width: 40%;
    margin-left: 30%;
}

.sugestoes-clientes > div{
    position: absolute;
    min-height: 25px;
    background-color: rgba(0, 0, 0, 0.48);
    color: white;
    width: 100%;
    bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
}

.ver-todos-teste{
    width: 100%;
    padding: 10px;
    color: black;
    display: block;
    text-align: center;
    margin-top: 2%;
}


ul.testemunhos{
    margin: 0;
}

/******************* Sugestoes ********************/

.reveal{
    z-index: 9999 !important;
}

#gallery > img{
    width: 16% !important;
}

#social-link{
    margin-top: 5%;
}

#social-link img{
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.contacts h1{
    color: white;
    margin-bottom: 3%;
}

.app-imagem{
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    width: 130px;   
    margin-right: 1%;
    display: inline-block;
}

.app-imagem img{
    width: 84px;
}

.full {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 3%;
}

#playVideos{
    /*position: fixed;*/
    top: 65px !important;
   /* left: 25%;
    z-index: 9999 !important;*/
}

.mapa{
    margin-bottom: 3%;
    margin-top: 3%;
}

.white-background{
    background-color: #f1f1f1;
}


::-webkit-input-placeholder {
   color: #666 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666 !important;  
}

:-ms-input-placeholder {  
   color: #666 !important;  
}

input {
    font-family: PrimeLight !important;
}

textarea{
   font-family: PrimeLight !important; 
}

.zank-img > img{
    max-width: 90px;
}

.credits{
    margin-bottom: 5px;
    margin-top: 5px;
}


#cboxClose {
    right: 0px !important;
    top: 2px;
    outline: none !important;
}

#cboxPrevious {
    bottom: 50% !important;
    left: -1px !important;
    outline: none !important;
}

#cboxNext {
    bottom: 50% !important;
    right: -1px !important;
    left: inherit !important;
    outline: none !important;
}

#cboxLoadedContent {
    margin-bottom: 0 !important;
}

#cboxContent {
    padding: 3px !important;
    border: 1px solid gainsboro;
}

#cboxMiddleLeft{
    display: none !important;
}

#cboxMiddleRight{
    display: none !important;
}

#cboxTopLeft{
    display: none !important;
}

#cboxTopCenter{
    display: none !important;
}

#cboxTopRight{
    display: none !important;
}

#cboxBottomLeft{
    display: none !important;
}
#cboxBottomRight{
    display: none !important;
}

#cboxBottomCenter{
    display: none !important;
}

#playVideos > .close-button {
    font-size: 4em !important;
}

#showAlbum > .close-button{
    font-size: 5em !important;
}

.title-albuns-popup{
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: white;
    width: 100%;
    padding-top: 8px;
    max-height: 80px;
}

.tit-just-popup{
    margin-top: 70px;
}

.button-pop-gal{
    right: 7% !important;
    font-size: 5em !important;
    top: -1px !important;
}


#cboxPrevious {
    position: absolute !important;
    /* bottom: 0 !important; */
    /* left: 0 !important; */
    background: url('../_img/arrow-prev-black.png') 32% 50% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    width: 45px !important;
    height: 45px !important;
    /* text-indent: -9999px !important; */
    background-color: rgba(255, 255, 255, 0.91) !important;
}

#cboxNext {
    position: absolute !important;
    /* bottom: 0 !important; */
    /* left: 0 !important; */
    background: url('../_img/arrow-next-black.png') 32% 50% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    width: 45px !important;
    height: 45px !important;
    /* text-indent: -9999px !important; */
    background-color: rgba(255, 255, 255, 0.91) !important;
}




@media screen and (min-width: 640px) and (max-width: 800px){
    
    .white-background > .desc {
        width: 50% !important;
        height: 100% !important;
        padding: 7% !important;
    }
    
    .service-title {
        width: 50% !important;
    }
    
    h1{
        font-size: 4vw !important;
    }

    h2{
        font-size: 3.75vw !important;
    }

    h3{
        font-size: 3.5vw !important;
    }

    h4{
        font-size: 3.25vw !important;
    }
}

/* Small only */
@media screen and (max-width: 49.9375em) {
	
	.menu > .blog-top {
	    padding: 0.1rem 0.2rem;
	    top: 1.3rem;
	    right: 9rem;
	    font-size: 0.9em;
	}
    
    .button-pop-gal{
        right: 10% !important;
        font-size: 4em !important;
        top: -6px !important;
    }
    
    h1{
        font-size: 6vw;
    }

    h2{
        font-size: 5.75vw;
    }

    h3{
        font-size: 5.5vw;
    }

    h4{
        font-size: 5.25vw;
    }
    
    p{
        font-size: 1em;
    }
    
    .navigation-banner img {
        width: 25px;
    }
    
    .slogan-banner > h1{
        font-size: 1.1em;   
    }
    
    .slogan-banner > h2{
        font-size: 1em;   
    }
    
    .slogan-banner > h3{
        font-size: 0.9em;   
    }
    
    #albuns > .column {
        /*min-height: auto;*/
        /*min-height: 200px;*/
        /*max-height: 200px;*/
    }
    
    #videos > .column {
        /*min-height: 200px;
        max-height: 200px;*/
    }
    
    .service-title {
        position: absolute;
        width: 100%;
        bottom: 40px;
        color: white;
        font-size: 1.6em;;
        text-align: center;
        line-height: 1.3;
    }
    
    #siteslides .padd-services{
        padding: 2%;
    }
    
    #siteslides p.padd-services{
        min-height: 185px;
    }
    
    .form > form {
        max-width: 100%;
        margin-left: 0;
    }
    
    .small-estudio p{
        font-size: 1em;
        font-family: PrimeLight;
    }
    
    .credits{
        text-align: center !important;
        font-size: 0.8em;
        
    }
    
    #made-in-ny {
        min-height: auto !important;
    }
    
    .video img.play-video {
        left: 42.5%;
        top: 42.5%;
        width: 15%;
    }
    
    #social-link{
        margin-bottom: 7%;
    }
    
    .row .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .about-description{
        margin-top: 2%;
        margin-bottom: 2%;
    }
    
    .premios{
        width: 100%;
    }
    
    .premios > img{
        width: 31.333%;
        margin-bottom: 1%;
        padding: 2%;
    }
    
    .menu > img {
        right: 1rem;
    }
    
    .langs {
        right: 4rem;  
        width: 60px;
    }
    
    
    .padd-services > span {
        font-size: 1.1rem;
    }


    .rem-padd{
        padding-right: 2%;
        padding-left: 2%;
    }
    
    .white-background{
        background-color: #f1f1f1;
    }
    
    .white-background {
        min-height: 336px;
    }
    
    .white-background > .desc {
        width: 100%;
        height: 50%;
    }
    
    .white-background > .desc > p{
        text-align: center;
    }
    
    .app-imagem {
        width: 90px;
    }
    
    .app-imagem img {
        width: 100%;
    }
    
    .zankyou {
        width: 32% !important;
        margin-left: 34%;
    }
    
    #service-prev{
        display: none;
    }
    
    #service-next{
        display: none;
    }
    
    .ver-mais-videos {
        margin-top: 4%;
        margin-bottom: 4%;
        font-size: 0.8em;
    }
    
    /************ Menu ****************/
    
    
    nav.aside-menu{
        position: fixed;
        width: 50%;
        height: 100%;
        right: -50%;
        background-color: white;
        transition: right 1s;
        -webkit-transition: right 1s;
    }

    .show-menu{
        right: 0% !important;
    }
    
    ul.menu{
        font-size: 3vw;
    }
    
    .close-button{
        font-size: 1.4em;
    }
    
    /************ Menu ****************/
    
    
    .albums-title {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
    .video-title {
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
    .sugestoes h1{
        margin-top: 6%;
        margin-bottom: 6%;
    }
    
    .premios > h4{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    
    .img-user > p{
        margin-top: 2%;
    }
    
    .contacts h1 {
        margin-bottom: 10%;
        margin-top: 5%;
    }
    
    .mapa > h1{
        margin-top: 6%;
        margin-bottom: 6%;
    }
    
    #wp-rated img{
        width: 80px;
    }
    
    .zank-img > img{
        width: 80px;
    }
    
    #videos > .column > .playvideo {
        top: 42.5%;
        left: 42.5%;
        width: 15%;
    }
    
    .reveal-overlay {
        top: 64px !important;   
    }
    
    #cboxPrevious {
        background-size: 25px !important;
        width: 35px !important;
        height: 35px !important;
    }

    #cboxNext {
        background-size: 25px !important;
        width: 35px !important;
        height: 35px !important;
}
    
    
}
  
/* Medium and up */
@media screen and (min-width: 50em) {
}

@media screen and (min-width: 1390px ) {}
 
/* Medium only */
@media screen and (min-width: 50em) and (max-width: 86.9375em) {
    /*#albuns > .column {
        min-height: auto;
    }*/
}
  
/* Large and up */
@media screen and (min-width: 87em) {
    ul.menu > li > a {
        font-size: 0.6em !important;
    }
}
  
/* Large only */
@media screen and (min-width: 87em) and (max-width: 99.9375em) {}

@media screen and (max-width: 370px) {
	
	.menu > .blog-top {
		padding: 0.1rem 0.2rem;
	    top: 1.1rem;
	    right: 7rem;
	    font-size: 0.9em;
	}
	
	.logotipo-menu {
		width: 150px;
	}
	
	.langs {
	    top: 1.3rem;
	    right: 3rem !important;
	    font-size: 0.8em;
	}
}

@media screen and (max-width: 310px) {
	
	.menu > .blog-top {
		display: none;
	}
}