

/* #################################################### SETTINGS##################################################### */
/* ################################################################################################################## */


	@charset "utf-8";

		* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; }
		h1, h2, h3 { font-size:inherit; font-weight: inherit; }
		ul, li { list-style-type: none; }
		img { border:none; }
		a { text-decoration: none; color: inherit; }
		html { height: 100%; }
		body { font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: 300; height: 100%; }



		/* ######### RELATIVE ######### */
		.quemsomos-assinatura, .quemsomos-conteudo, .quemsomos-bio-textos, .titulo, .quemsomos-container, .destaques-botao-play, .destaques-textos, .destaques-categoria, .destaques-container, header, .relative { position: relative; }

		/* ######### ABSOLUTE ######### */
		.quemsomos-assinatura:before, .quemsomos-background, .quemsomos-bio-foto-juliana-background, .quemsomos-bio, .titulo-background, .quemsomos-background, .destaques-play, .destaques-textos:before, .destaques-categoria:before, .destaques-background, .destaques-textos, .menu-icone, .logo-header, .absolute { content: ''; position: absolute; }
		
		/* ######### FONT-SIZE 0 ######### */
		.fontezero { font-size: 0; } 

		/* ######### FONT UPPERCASE ######### */
		.destaques-categoria, .fonteupper { text-transform: uppercase; }

		/* ######### BORDER RADIUS  ######### */
		.border04 { border-radius: 4px; }


		/* ######### FONT NORMAL ######### */
		body, .quemsomos-conteudo, .link p, .quemsomos-foto span, .FKTNormal { font-family: 'Roboto', sans-serif; font-weight: 300; }

		/* ######### FONT BOLD ######### */
		.quemsomos-conteudo h3, .quemsomos-conteudo h2, .quemsomos-bio h2 span, .titulo-textos h2, .link h3, .quemsomos-foto, .quemsomos-titulos, .destaques-titulo, .FKTBold { font-family: 'Roboto', sans-serif; font-weight: 700; }




		/* ######### LARANJA EF5A28 ######### */
		.series .link .link-textos h3, .motion .link .link-textos h3, .brand .link h3, .quemsomos-foto, .cor-laranja { color: #EF5A28; }
		.titulo-textos div, .quemsomos-titulos, .bg-laranja { background-color: #EF5A28; }
		
		/* ######### BEGE EEE9E0 ######### */
		.cor-bege { color: #EEE9E0; }
		.menu-box, .bg-bege { background-color: #EEE9E0; }
		
		/* ######### CINZA ESCURO 222 ######### */
		.motion .link .link-textos p, .menu-item, .cor-cinza-escuro { color: #222; }
		.bg-cinza-escuro { background-color: #222; }
		
		/* ######### BRANCO FFF ######### */
		.mapping .link .link-textos p, .mapping .link .link-textos h3, .eventos .link h3, .eventos .link p,.quemsomos-conteudo, .titulo-textos p, .titulo-textos h2, .quemsomos-titulos, .destaques-texto, .destaques-titulo, .destaques-categoria, .cor-branco { color: #FFF; }
		.bg-branco { background-color: #FFF; }
		

		/* ######### DISPLAY BLOCK ######### */
		.quemsomos-bio h2 span, .quemsomos-foto-texto span, .menu-item, .header-logo, .block { display: block; }
			
		/* ######### DISPLAY TABEL ######### */
		.table { display: table; }
			
		/* ######### DISPLAY FLEX ######### */
		.menu-box-redes, .quemsomos-foto, .destaques-titulo, .menu-icone, .flex { display: flex; }

		/* ######### DISPLAY INLINE FLEX ######### */
		.inline-flex { display: inline-flex; }

		/* ######### FLEX ALIGN CENTER ######### */
		.quemsomos-foto, .destaques-titulo, .menu-icone, .flex-align-center { align-items: center; }

		/* ######### FLEX JUSTIFY CENTER ######### */
		.menu-icone, .flex-justify-center { justify-content: center; }

		/* ######### FLEX JUSTIFY AROUND ######### */
		.flex-around { justify-content: space-around; }

		/* ######### FLEX JUSTIFY BETWEEN ######### */
		.flex-between { justify-content: space-between; }


			
		/* ######### CENTRALIZADOS - TRANSLATE ######### */
		.destaques-textos, .translatecenter { left: 50%; transform: translate(-50%); }
		
		/* ######### CENTRALIZADOS - MARGIN ######### */
		.margincenter { margin: 0 auto; }
		
		/* ######### TEXT-ALIGN CENTER ######### */
		.textcenter { text-align: center; }


/* ##################################################### 320 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 320px) {

		header { z-index: 1000; }

		.logo-header { width: 40px; height: auto; display: block; top: 15px; left: 15px; z-index: 2; cursor: pointer; font-size: 0; }
		.logo-header img { width: 40px; height: auto; }

		.menu-icone { width: 30px; height: 30px; top: 15px; right: 15px; z-index: 2; cursor: pointer; }
		.menu-box { display: none; width: 100%; height: 100%; color: #FFF; z-index: 1; position: fixed; padding: 70px 15px; }
		.menu-item { padding: 5px 0; font-size: 16px; }
		.menu-box-redes img { width: 30px; height: auto; margin: 10px 10px 0 0; }

		/*.destaques-container { background: rgb(255,110,47); background: linear-gradient(45deg, rgba(255,110,47,1) 0%, rgba(255,74,177,1) 100%); height: 100%; width: 100%; }*/
		.destaques-container { background: #222; height: 100%; width: 100%; }
		.destaques-play { opacity: .1; width: 100%; height: auto; z-index: 1; top: 25%; left: 50%; transform: translate(-50%); display: none;}
		.destaques-background { opacity: .6; height: 100%; width: 100%; background-position: center; background-size: cover; top: 0; left: 0; z-index: 1; }
		.destaques-textos { text-align: left; height: 100%; top: 0; z-index: 2; width: 70%; flex-wrap: wrap; padding-top: 25vw; }
		.destaques-textos:before { width: 70%; height: 50px; right: 0; bottom: 50px; background-color: rgb(255, 74, 177, .1); }
		.destaques-categoria { width: 100%; height: 12px; padding-left: 60px; font-size: 12px; margin-bottom: 20px; }
		.destaques-categoria:before { width: 55px; height: 1px; background-color: #FFF; top: 45%; left: 0; }
		.destaques-titulo { width: 100%; border-top: 10px solid rgb(238, 233, 224, .9); border-bottom: 10px solid rgb(255, 51, 0, .9); min-height: 180px; font-size: 13vw; line-height: 13vw; color: rgb(255, 255, 255, .75); padding: 15px 0; }
		.destaques-texto { width: 100%; font-size: 4.5vw; line-height: 4.5vw; padding-top: 15px; }
		.destaques-botao { float: right; margin-top: 25px; width: 25px; height: 25px; opacity: .5; display: none; }
		.destaques-botao-play { margin-top: 10px; width: 90px; height: 90px; }
		
		.fp-controlArrow { position: absolute; z-index: 4; bottom: 0; cursor: pointer; width: 0; height: 0; border-style: solid; margin-bottom: 15px; -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
		.fp-controlArrow.fp-prev { display: block; left: 5%; width: 0; border-width: 15px 15px 15px 0; border-color: transparent #fff transparent transparent; }
		.fp-controlArrow.fp-next { display: block; right: 5%; border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #fff; }
		.fp-controlArrow.fp-prev:hover { opacity: .5; }
		.fp-controlArrow.fp-next:hover { opacity: .5; }


		.brand-container { height: 100% !important; display: flex; flex-wrap: wrap; align-content: flex-start; }
		.brand .carousel { width: 100%; height: 62.5%; padding: 5% 15% 0 0; }
		.brand .carousel-cell { width: 80%; }
		
		.brand .titulo { background: #222; width: 100%; position: relative; display: flex; height: 37.5%; }
		.brand .titulo-textos { position: relative; z-index: 2; align-self: flex-end; display: flex; height: 100%; padding: 0 10px; }
		.brand .titulo-textos h2, .brand .titulo-textos div, .brand .titulo-textos p {align-self: flex-end; }
		.brand .titulo-textos h2 { font-size: 36px; line-height: 36px; padding-bottom: 15px; }
		.brand .titulo-textos div { height: 80%; margin: 0 10px; min-width: 10px; max-width: 10px; }
		.brand .titulo-textos p { font-size: 14px; line-height: 18px; padding-bottom: 15px; }
		.brand .titulo-background { mix-blend-mode: lighten; opacity: .7; height: 100%; width: 100%; background-image: url(../img/bg-brand.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1;  }

		.brand .link .link-textos h3 { font-size: 18px; padding: 10px 40px 5px 0;}
		.brand .link .link-textos p { font-size: 14px; width: 190px; }
        .brand .link-img { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 160px; height: 160px; overflow: hidden; background-color: #EF5A28; } 
        .brand .link:hover .link-img-bg { transform: scale(1.15); transition: all 0.2s; } 
        .brand .link-img-bg { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: relative; background-position: center; }
        
        .brand .link .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 


		.eventos-container { height: 100% !important; display: flex; flex-wrap: wrap; align-content: flex-start; }
		.eventos .carousel { width: 100%; height: 62.5%; padding: 5% 15% 0 0; }
		.eventos .carousel-cell { width: 80%; }

       	.eventos .titulo { background: #222; width: 100%; position: relative; display: flex; height: 37.5%; }
		.eventos .titulo-textos { position: relative; z-index: 2; align-self: flex-end; display: flex; height: 100%; padding: 0 10px; }
		.eventos .titulo-textos h2, .eventos .titulo-textos div, .eventos .titulo-textos p {align-self: flex-end; }
		.eventos .titulo-textos h2 { font-size: 36px; line-height: 36px; padding-bottom: 15px; }
		.eventos .titulo-textos div { height: 80%; margin: 0 10px; min-width: 10px; max-width: 10px; }
		.eventos .titulo-textos p { font-size: 14px; line-height: 18px; padding-bottom: 15px; }
		.eventos .titulo-background { mix-blend-mode: lighten; opacity: .7; height: 100%; width: 100%; background-image: url(../img/bg-eventos.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1;  }

		.eventos .link .link-textos h3 { font-size: 18px; padding: 10px 40px 5px 0;}
		.eventos .link .link-textos p { font-size: 14px; width: 190px; }
        .eventos .link-img { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 160px; height: 160px; overflow: hidden; background-color: #EF5A28; } 
        .eventos .link:hover .link-img-bg { transform: scale(1.15); transition: all 0.2s; } 
        .eventos .link-img-bg { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: relative; background-position: center; }

        .eventos .link .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.motion-container { height: 100% !important; display: flex; flex-wrap: wrap; align-content: flex-start; }
		.motion .carousel { width: 100%; height: 62.5%; padding: 5% 15% 0 0; }
		.motion .carousel-cell { width: 80%; }

       	.motion .titulo { background: #222; width: 100%; position: relative; display: flex; height: 37.5%; }
		.motion .titulo-textos { position: relative; z-index: 2; align-self: flex-end; display: flex; height: 100%; padding: 0 10px; }
		.motion .titulo-textos h2, .motion .titulo-textos div, .motion .titulo-textos p {align-self: flex-end; }
		.motion .titulo-textos h2 { font-size: 36px; line-height: 36px; padding-bottom: 15px; }
		.motion .titulo-textos div { height: 80%; margin: 0 10px; min-width: 10px; max-width: 10px; }
		.motion .titulo-textos p { font-size: 14px; line-height: 18px; padding-bottom: 15px; }
		.motion .titulo-background { mix-blend-mode: lighten; opacity: .7; height: 100%; width: 100%; background-image: url(../img/bg-motion.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1;  }

		.motion .link .link-textos h3 { font-size: 18px; padding: 10px 40px 5px 0;}
		.motion .link .link-textos p { font-size: 14px; width: 190px; }
        .motion .link-img { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 160px; height: 160px; overflow: hidden; background-color: #EF5A28; } 
        .motion .link:hover .link-img-bg { transform: scale(1.15); transition: all 0.2s; } 
        .motion .link-img-bg { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: relative; background-position: center; }

        .motion .link .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.mapping-container { height: 100% !important; display: flex; flex-wrap: wrap; align-content: flex-start; }
		.mapping .carousel { width: 100%; height: 62.5%; padding: 5% 15% 0 0; }
		.mapping .carousel-cell { width: 80%; }
		
		.mapping .titulo { background: #222; width: 100%; position: relative; display: flex; height: 37.5%; }
		.mapping .titulo-textos { position: relative; z-index: 2; align-self: flex-end; display: flex; height: 100%; padding: 0 10px; }
		.mapping .titulo-textos h2, .mapping .titulo-textos div, .mapping .titulo-textos p {align-self: flex-end; }
		.mapping .titulo-textos h2 { font-size: 36px; line-height: 36px; padding-bottom: 15px; }
		.mapping .titulo-textos div { height: 80%; margin: 0 10px; min-width: 10px; max-width: 10px; }
		.mapping .titulo-textos p { font-size: 14px; line-height: 18px; padding-bottom: 15px; }
		.mapping .titulo-background { mix-blend-mode: lighten; opacity: .7; height: 100%; width: 100%; background-image: url(../img/bg-mapping.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1;  }

		.mapping .link .link-textos h3 { font-size: 18px; padding: 10px 40px 5px 0;}
		.mapping .link .link-textos p { font-size: 14px; width: 190px; }
        .mapping .link-img { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 160px; height: 160px; overflow: hidden; background-color: #EF5A28; } 
        .mapping .link:hover .link-img-bg { transform: scale(1.15); transition: all 0.2s; } 
        .mapping .link-img-bg { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: relative; background-position: center; }

        .mapping .link .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.series-container { height: 100% !important; display: flex; flex-wrap: wrap; align-content: flex-start; }
		.series .carousel { width: 100%; height: 62.5%; padding: 5% 15% 0 0; }
		.series .carousel-cell { width: 80%; }

       	.series .titulo { background: #222; width: 100%; position: relative; display: flex; height: 37.5%; }
		.series .titulo-textos { position: relative; z-index: 2; align-self: flex-end; display: flex; height: 100%; padding: 0 10px; }
		.series .titulo-textos h2, .series .titulo-textos div, .series .titulo-textos p {align-self: flex-end; }
		.series .titulo-textos h2 { font-size: 36px; line-height: 36px; padding-bottom: 15px; }
		.series .titulo-textos div { height: 80%; margin: 0 10px; min-width: 10px; max-width: 10px; }
		.series .titulo-textos p { font-size: 14px; line-height: 18px; padding-bottom: 15px; }
		.series .titulo-background { mix-blend-mode: lighten; opacity: .7; height: 100%; width: 100%; background-image: url(../img/bg-series.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1;  }

		.series .link .link-textos h3 { font-size: 18px; padding: 10px 40px 5px 0;}
		.series .link .link-textos p { font-size: 14px; width: 190px; }
        .series .link-img { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 160px; height: 160px; overflow: hidden; background-color: #EF5A28; } 
        .series .link:hover .link-img-bg { transform: scale(1.15); transition: all 0.2s; } 
        .series .link-img-bg { transition: all 0.2s; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; position: relative; background-position: center; }

        .series .link .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		/*
		.quemsomos-container { height: 100%; width: 100%; z-index: 2; border-left: 0; border-right: 0; }
		.quemsomos-background { height: 15%; width: 100%; background-position: center; background-size: cover; top: 0; left: 0; z-index: 1; background-image: url(../img/bg-quemsomos.webp); }

		.quemsomos-categoria { margin: 0 0 2.5% 2.5% ; }
		.quemsomos-topo { height: 15%; display: flex; align-content: flex-end; flex-wrap: wrap; }
		.quemsomos-cor01 { background-color: rgb(255, 51, 0, .5); height: 10px; width: 100%; align-self: flex-end; display: none; }
		.quemsomos-cor02 { background-color: rgb(255, 74, 177, .5); height: 10px; width: 100%; align-self: flex-end; display: none; }
		.quemsomos-titulos { display: flex; justify-content: left; flex-wrap: wrap; align-items: center; min-height: 70px; padding: 10px; }
		.quemsomos-titulos p { font-size: 6vw; line-height: 5vw; letter-spacing: 1px; padding: 0 3vw; }
		.quemsomos-texto { width: 100%; font-size: 3.5vw; line-height: 3.5vw; text-align: left; padding: 2.5% 10% 0 5%;  }
		.quemsomos-texto p { padding-top: 10px;  }

		.quemsomos-foto { padding-top: 10%; }
		.quemsomos-foto img { -webkit-box-shadow: 10px -10px 0px 0px rgba(255,51,0,0.5); box-shadow: 10px -10px 0px 0px rgba(255,51,0,0.5); width: 100px; height: 100px; }
		.quemsomos-foto-texto { padding-left: 20px; font-size: 15px; }
		.quemsomos-foto-texto span { font-size: 13px; }

		.quemsomos-bio { width: 100%; height: 100%; background: #F10; display: none; top: 0; right: 0; z-index: 3; padding: 20% 20% 0 10%; color: #FFF; font-size: 13px; line-height: 16px; }
		.quemsomos-bio h2 { padding-bottom: 5%; }
		.quemsomos-bio h2 span { font-size: 24px; line-height: 24px; }
		.quemsomos-bio p { padding-top: 5%; }
		.quemsomos-bio-foto-juliana { display: none; }
		.quemsomos-bio-textos { z-index: 2; }
		.quemsomos-bio-foto-juliana-background { mix-blend-mode: lighten; opacity: .3; height: 100%; width: 100%; background-image: url(../img/bg-bio.webp); background-position: center; background-size: cover; top: 0; left: 0; z-index: 1; }
		*/


		.quemsomos-conteudo { z-index: 2; padding: 30% 10% 20% 10%; font-size: 18px; display: flex; flex-wrap: wrap; height: 100%; }
		.quemsomos-conteudo .destaques-background { z-index: 1; }
		.quemsomos-conteudo h2 { font-size: 14px; width: 100%;; }
		.quemsomos-conteudo h3 { font-size: 20px; width: 100%;; }
		.quemsomos-textos { padding: 10% 0 2.5% 0; width: 100%; align-self: flex-end; }
		.quemsomos-texto-upper { padding: 10% 0 0 0; font-size: 22px; font-style: italic; }
		.quemsomos-texto { font-size: 13px; padding-top: 5%; }
		.quemsomos-background { height: 100%; width: 100%; background-position: center; background-size: cover; top: 0; left: 0; z-index: 1; }

		.quemsomos-marca { display: flex; align-items: center; font-weight: 700; font-size: 36px; }
		.quemsomos-marca img { margin: 0 10px 0 0; width: 40px; height: auto; }
		.quemsomos-assinatura { padding: 0 0 0 50px; text-transform: uppercase; font-size: 13px ; }

		.quemsomos-assinatura:before { background-image: url(../img/check.png); background-position: center; background-size: cover; width: 100px; height: 50px; }
		.quemsomos-assinatura01 .quemsomos-assinatura:before { top: -20px; left: 40px; }
		.quemsomos-assinatura02 .quemsomos-assinatura:before { top: -20px; left: 130px; }
		.quemsomos-assinatura00 .quemsomos-assinatura:before { display: none; }

		.quemsomos-metodologia-img01 { max-width: 80%; }
		.quemsomos-metodologia-img02 { max-width: 90%; }
		.quemsomos-metodologia-img03 { max-width: 75%; }

		.quemsomos-conteudo-h3-metodologia { font-size: 40px; padding-top: 30%; }


	}

/* ##################################################### 560 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 560px) {




		.menu-box { padding: 15px 0 0 90px; }
		.menu-box-contato { display: flex; align-items: center; }
		.menu-item-contato { padding-right: 15px; }

		.destaques-textos { width: 70%; flex-wrap: wrap; padding-top: 5vw; display: flex; justify-content: space-between; }
		.destaques-play { width: auto; height: 100%; top: 0; }
		.destaques-categoria {margin-bottom: 0; }
		.destaques-titulo { width: 55%; min-height: 150px; font-size: 6.5vw; line-height: 6.5vw; }
		.destaques-texto { width: 40%; font-size: 14px; line-height: 16px; align-self: center; padding: 10px 0; border-top: 1px solid rgb(255, 255, 255, .7); }
		.destaques-botao { margin-top: 0; margin-left: 80%; }
		.destaques-botao-play { margin: -10px 0 0 80%; width: 70px; height: 70px; }

		.brand .link { display: flex; }
        .brand .link-img { width: 110px; height: 110px; margin-right: 15px; } 

		.eventos .link { display: flex; }
        .eventos .link-img { width: 110px; height: 110px; margin-right: 15px; } 

		.motion .link { display: flex; }
        .motion .link-img { width: 110px; height: 110px; margin-right: 15px; } 

		.mapping .link { display: flex; }
        .mapping .link-img { width: 110px; height: 110px; margin-right: 15px; } 

		.series .link { display: flex; }
        .series .link-img { width: 110px; height: 110px; margin-right: 15px; } 


		.quemsomos-conteudo { padding: 2.5% 10% 7.5% 15%; font-size: 18px; }
		.quemsomos-conteudo h2 { font-size: 15px; }
		.quemsomos-conteudo h3 { font-size: 20px; }
		.quemsomos-textos { padding: 0; }
		.quemsomos-textos-block { display: block; }
		.quemsomos-texto-upper { padding: 0; font-size: 18px; }
		.quemsomos-texto { font-size: 13px; padding-top: 1.5%; }
		.quemsomos-texto-100 { width: 100% !important; }


		.quemsomos-textos { padding: 2.5% 0 2.5% 0; width: 100%; align-self: flex-end; display: flex; align-items: flex-start; justify-content: space-between; }
		.quemsomos-texto-upper { padding: 0; font-size: 22px; width: 57.5%; }
		.quemsomos-texto { font-size: 13px; padding-top: 5%; width: 45%; }
		.quemsomos-textos-block { display: block; }

		.quemsomos-metodologia-img01 { max-width: 20%; position: absolute; right: 10%; }
		.quemsomos-metodologia-img02 { max-width: 45%; margin-top: 2.5%; }
		.quemsomos-metodologia-img03 { max-width: 25%; position: absolute; right: 10%; }

	}


/* ##################################################### 980 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 980px) {


		.logo-header { width: 50px; }
		.logo-header img { width: 50px; }

		.menu-box { width: 400px; padding: 40px; right: 0; }
		.menu-item { font-size: 18px; }
		.menu-box-contato, .menu-box-contato a { display: block; }

		.destaques-textos { align-items: center; justify-content: center; width: 80%; flex-wrap: nowrap; }
		.youtube:hover .destaques-play  { opacity: .15; transition: all 0.1s ease-out; width: 506px; margin-top: -3px;  }
		.destaques-textos:before { width: 15%; height: 100px; right: 10%; bottom: 150px; background-color: rgb(255, 74, 177, .2); }
		.destaques-categoria { width: auto; height: 15px; }
		.destaques-titulo { width: 35%; min-height: 300px; font-size: 72px; line-height: 72px; margin: 0 5% 0 2.5%; color: rgb(255, 255, 255); }
		.destaques-texto { width: 30%; font-size: 14px; line-height: 16px; padding: 10px 50px 10px 0; border-top: 1px solid rgb(255, 255, 255, .7); }
		.destaques-botao { margin: 0; }
		.fp-controlArrow.fp-prev { border-width: 30px 30px 30px 0; }
		.fp-controlArrow.fp-next { border-width: 30px 0 30px 30px; }
		.fp-controlArrow { bottom: initial; top: 50%; margin-top: -30px; }
		.destaques-play { opacity: .05; width: 500px; height: auto; z-index: 1; top: 17.5%; transition: all 0.1s ease-in; display: block; }
		.destaques-botao-play { display: none; }

		.brand .titulo-textos { width: 770px; margin: 0 auto; }
		.brand .titulo-textos h2 { font-size: 72px; line-height: 72px; padding-bottom: 20px; }
		.brand .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.brand .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }

		.brand .carousel { padding: 5% 5% 0 5%; }
		.brand .carousel-cell { width: 33.33%; }
		.brand .link { display: block; width: 200px; margin: 0 auto; }
        .brand .link-img { width: 140px; height: 140px; margin-right: 0; } 
		.brand .link .link-textos p { width: 200px; }

		.brand .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; transition: all 0.2s; opacity: 0; }
        .brand .link:hover .link-img-bg .link-play { transition: all 0.3s; opacity: 1; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.eventos .titulo-textos { width: 770px; margin: 0 auto; }
		.eventos .titulo-textos h2 { font-size: 72px; line-height: 72px; padding-bottom: 20px; }
		.eventos .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.eventos .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }

		.eventos .carousel { padding: 5% 5% 0 5%; }
		.eventos .carousel-cell { width: 33.33%; }
		.eventos .link { display: block; width: 200px; margin: 0 auto; }
        .eventos .link-img { width: 140px; height: 140px; margin-right: 0; } 
		.eventos .link .link-textos p { width: 200px; }

		.eventos .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; transition: all 0.2s; opacity: 0; }
        .eventos .link:hover .link-img-bg .link-play { transition: all 0.3s; opacity: 1; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.motion .titulo-textos { width: 770px; margin: 0 auto; }
		.motion .titulo-textos h2 { font-size: 72px; line-height: 72px; padding-bottom: 20px; }
		.motion .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.motion .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }

		.motion .carousel { padding: 5% 5% 0 5%; }
		.motion .carousel-cell { width: 33.33%; }
		.motion .link { display: block; width: 200px; margin: 0 auto; }
        .motion .link-img { width: 140px; height: 140px; margin-right: 0; } 
		.motion .link .link-textos p { width: 200px; }

		.motion .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; transition: all 0.2s; opacity: 0; }
        .motion .link:hover .link-img-bg .link-play { transition: all 0.3s; opacity: 1; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.mapping .titulo-textos { width: 770px; margin: 0 auto; }
		.mapping .titulo-textos h2 { font-size: 72px; line-height: 72px; padding-bottom: 20px; }
		.mapping .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.mapping .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }

		.mapping .carousel { padding: 5% 5% 0 5%; }
		.mapping .carousel-cell { width: 33.33%; }
		.mapping .link { display: block; width: 200px; margin: 0 auto; }
        .mapping .link-img { width: 140px; height: 140px; margin-right: 0; } 
		.mapping .link .link-textos p { width: 200px; }

		.mapping .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; transition: all 0.2s; opacity: 0; }
        .mapping .link:hover .link-img-bg .link-play { transition: all 0.3s; opacity: 1; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.series .titulo-textos { width: 770px; margin: 0 auto; }
		.series .titulo-textos h2 { font-size: 72px; line-height: 72px; padding-bottom: 20px; }
		.series .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.series .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }

		.series .carousel { padding: 5% 5% 0 5%; }
		.series .carousel-cell { width: 33.33%; }
		.series .link { display: block; width: 200px; margin: 0 auto; }
        .series .link-img { width: 140px; height: 140px; margin-right: 0; } 
		.series .link .link-textos p { width: 200px; }

		.series .link-img-bg .link-play { width: 50%; height: 50%; position: absolute; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; transition: all 0.2s; opacity: 0; }
        .series .link:hover .link-img-bg .link-play { transition: all 0.3s; opacity: 1; transform: translateY(-50%); transform: translateX(-50%); top: 25%; left: 50%; } 

		.quemsomos-conteudo { padding: 5% 10% 7.5% 15%; font-size: 18px; }
		.quemsomos-conteudo h2 { font-size: 30px; }
		.quemsomos-conteudo h3 { font-size: 48px; }
		.quemsomos-textos { padding: 0; display: flex; align-items: flex-start; justify-content: space-between; }
		.quemsomos-textos-block { display: block; }
		.quemsomos-texto-upper { padding: 0; font-size: 34px; width: 60% ; }
		.quemsomos-texto { font-size: 14px; padding-top: 1.5%; width: 45%; padding-top: 15%; text-align: justify; }
		.quemsomos-texto-100 { padding-top: 5%; }

		.quemsomos-logo { margin: 0 auto; width: 420px; }

		.quemsomos-marca { font-size: 60px; }
		.quemsomos-marca img { width: 70px; }
		.quemsomos-assinatura { padding: 0 0 0 80px; font-size: 22px ; }
		.quemsomos-assinatura:before { width: 185px; height: 95px; }
		.quemsomos-assinatura01 .quemsomos-assinatura:before { top: -30px; left: 60px; }
		.quemsomos-assinatura02 .quemsomos-assinatura:before { top: -30px; left: 205px; }

		.quemsomos-metodologia-img01 { max-width: 32.5%; }
		.quemsomos-metodologia-img02 { max-width: 45%; margin: 2.5% auto 0 auto; }
		.quemsomos-metodologia-img03 { max-width: 35%; }



	}

/* ##################################################### 1280 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 1170px) {

		.logo-header { width: 70px; }
		.logo-header img { width: 70px; }

		.destaques-textos { padding: 0; }
		.destaques-titulo { min-height: 400px; font-size: 72px; line-height: 72px; }
		.destaques-texto { font-size: 16px; line-height: 18px;  }

		.brand .titulo-textos { width: 770px; margin: 0 auto; }
		.brand .titulo-textos h2 { font-size: 96px; line-height: 96px; padding-bottom: 20px; letter-spacing: -3px; }
		.brand .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.brand .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }
		.brand .carousel { width: 90%; margin: auto; }
		.brand .carousel-cell { width: 20%; }
        .brand .link-img { width: 200px; height: 200px; }
		.brand .flickity-page-dots { display: none; }

		.eventos .titulo-textos { width: 770px; margin: 0 auto; }
		.eventos .titulo-textos h2 { font-size: 96px; line-height: 96px; padding-bottom: 20px; letter-spacing: -3px; }
		.eventos .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.eventos .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }
		.eventos .carousel { width: 90%; margin: auto; }
		.eventos .carousel-cell { width: 20%; }
        .eventos .link-img { width: 200px; height: 200px; }
		.eventos .flickity-page-dots { display: none; }

		.motion .titulo-textos { width: 770px; margin: 0 auto; }
		.motion .titulo-textos h2 { font-size: 96px; line-height: 96px; padding-bottom: 20px; letter-spacing: -3px; }
		.motion .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.motion .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }
		.motion .carousel { width: 90%; margin: auto; }
		.motion .carousel-cell { width: 20%; }
        .motion .link-img { width: 200px; height: 200px; }
		.motion .flickity-page-dots { display: none; }

		.mapping .titulo-textos { width: 770px; margin: 0 auto; }
		.mapping .titulo-textos h2 { font-size: 96px; line-height: 96px; padding-bottom: 20px; letter-spacing: -3px; }
		.mapping .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.mapping .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }
		.mapping .carousel { width: 90%; margin: auto; }
		.mapping .carousel-cell { width: 20%; }
        .mapping .link-img { width: 200px; height: 200px; }
		.mapping .flickity-page-dots { display: none; }

		.series .titulo-textos { width: 770px; margin: 0 auto; }
		.series .titulo-textos h2 { font-size: 96px; line-height: 96px; padding-bottom: 20px; letter-spacing: -3px; }
		.series .titulo-textos div { height: 70%; margin: 0 50px; min-width: 15px; max-width: 15px; }
		.series .titulo-textos p { font-size: 16px; line-height: 24px; padding-bottom: 30px; }
		.series .carousel { width: 90%; margin: auto; }
		.series .carousel-cell { width: 20%; }
        .series .link-img { width: 200px; height: 200px; }
		.series .flickity-page-dots { display: none; }

		/*
		.quemsomos-topo, .quemsomos-background { height: 37.5%; }
		.quemsomos-textos { width: 60%; }
		.quemsomos-titulos { min-height: initial; width: 40%; height: initial; display: flex; align-items: center; padding: 40px; }
		.quemsomos-titulos p { padding: 0; font-size: 36px; }
		.quemsomos-texto { font-size: 16px; line-height: 20px; padding: 40px; align-items: flex-end; }
		.quemsomos-texto-box p { padding-right: 40px; }
		*/

		.destaques-categoria { width: 250px; margin: 0 0 1.5% 10%; }

		.quemsomos-conteudo { padding: 5% 20% 7.5% 20%; }

		.quemsomos-conteudo h2 { font-size: 30px; }
		.quemsomos-conteudo h3 { font-size: 48px; }
		.quemsomos-textos { padding: 0; display: flex; align-items: flex-start; justify-content: space-between; }
		.quemsomos-textos-block { display: block; }
		.quemsomos-texto-upper { font-size: 40px; }
		.quemsomos-texto { font-size: 16px; width: 35%; }
		.quemsomos-texto-45 { width: 45%; }
		.quemsomos-texto-100 { padding: 5% 15% 0 0; }

		.quemsomos-logo { margin: 0 auto; width: 420px; }

		.quemsomos-marca { font-size: 60px; }
		.quemsomos-marca img { width: 70px; }
		.quemsomos-assinatura { padding: 0 0 0 80px; font-size: 22px ; }
		.quemsomos-assinatura:before { width: 185px; height: 95px; }
		.quemsomos-assinatura01 .quemsomos-assinatura:before { top: -30px; left: 60px; }
		.quemsomos-assinatura02 .quemsomos-assinatura:before { top: -30px; left: 205px; }

		.quemsomos-metodologia-img01 { max-width: 32.5%; }
		.quemsomos-metodologia-img02 { max-width: 45%; margin: 2.5% auto 0 auto; }
		.quemsomos-metodologia-img03 { max-width: 35%; }


	}


/* ##################################################### 1440 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 1440px) {

	}


/* ##################################################### 1600 PX ##################################################### */
/* ################################################################################################################## */

	@media screen and (min-width: 1600px) {

	}



/* ###################################################### FINAL ##################################################### 
	

	FERNANDO PAZZINI
	contato@fpazzini.com.br


   ################################################################################################################## */