@charset "utf-8";
@import url(../fonts/NotoFont.css);

html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {margin:0; padding:0; font-family:'NotoSansKR';}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;} 
fieldset, img, abbr,acronym { border:0 none; } 
ol, ul { list-style:none; }
table {border-collapse: separate; border-spacing:0; border:0 none;}
caption, th, td {text-align:left; font-weight: normal; border:0;}
address, caption, strong, em, cite {font-weight:normal; font-style:normal;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote,q {quotes:"" "";}
legend, #header h2, #slogan h2, #footer h2, .blind{position:absolute; overflow:hidden; width:1px; height:1px; font-size:0; line-height:0;}
a {text-decoration:none;}
a:hover {text-decoration:none;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.mt35 {margin-top:35px !important;}
.mt68 {margin-top:68px !important;}
.mt10 {margin-top:10px !important;}
.mt30 {margin-top:30px !important;}
.mb04 {margin-bottom:4px !important;}
.mt04 {margin-top:4px !important;}

.brd_none {border:0px !important;}

.cl_in {width:100%; display:inline-block;}

#ent_bg {
     position: absolute;
     top: 0; left: 0; width:100%; height:100%;
     z-index: 1;
}

.gradient {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom:0;
  background-image: linear-gradient(to top, rgba(255,255,255,0.5), rgba(255,255,255,0) 20%, rgba(255,255,255,0));
  z-index: 1;
} 

#fullpage {z-index:3;}

.swarm_wrap {
			overflow:hidden;
			z-index: 2;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: 0;
		}
.swarm_images {display:none;}

.overlay-full {
    overflow-y: hidden;
}

.overlay-full .contact-form {
    visibility: visible;
    opacity: 1;
    left: 20px;
    -webkit-transition: left .4s ease-out,opacity .4s ease-out .4s;
    transition: left .4s ease-out,opacity .4s ease-out .4s;
    margin: 0 auto;
    width: 50%;
}

.overlay-full .contact-form>* {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.menu_btn {display: block;
    position: fixed;
    top: 35px;
    right: 39px;
    width: 50px;
    height: 50px;
    z-index: 101;}
    

#header {
    position: fixed;
    z-index: 6;
    padding: 50px 50px 50px 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}  
#header.about {background:#000000;}
#header.about.open {background:#ffffff;}
.burger-wrap {z-index:2;    position: relative;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;}
.burger-wrap .burger {
    width: 28px;
    height: 16px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger-wrap .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top .25s ease-in-out,width .25s ease-in-out,left .25s ease-in-out,transform .25s ease-in-out,background 0s ease-in-out;
    transition: top .25s ease-in-out,width .25s ease-in-out,left .25s ease-in-out,transform .25s ease-in-out,background 0s ease-in-out;
}    
.burger-wrap .burger span:nth-child(1) {
    top: 0;
} 
.burger-wrap .burger span:nth-child(2) {
    top: 8px;
}   
.burger-wrap .burger span:nth-child(3) {
    top: 8px;
}    
.burger-wrap .burger span:nth-child(4) {
    top: 16px;
}

.burger-wrap .burger.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.burger-wrap .burger.open span {
    background: #1a1a1a !important;
}
.burger-wrap .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-wrap .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-wrap .burger.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

.overlay-full .main-menu {
    z-index: 5;
}

body.overlay-full .overlay {
    width: 100%;
}

.overlay.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: transform .3s ease-out,width .4s ease-out;
    transition: transform .3s ease-out,width .4s ease-out;
}

.main-menu.open {
    width: 60%;
}
@media (max-width: 1024px) {
.main-menu {
    padding: 0 85px;
}
}
.overlay {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform .3s ease-out,visibility 0s .3s,width .4s ease-out,z-index 0s ease .4s;
    transition: transform .3s ease-out,visibility 0s .3s,width .4s ease-out,z-index 0s ease .4s;
}

.main-menu {
    position: fixed;
    width: 60%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;
    padding: 0 50px;
}
.main-menu .main-menu-wrap {
    width: 100%;
    height: 100vh;
    z-index: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 100px 0;
    box-sizing:border-box;
}
    
.main-menu.open #menu-main li {
    left: 0;
    -webkit-transition: left .4s ease-out .3s,opacity .4s ease-out;
    transition: left .4s ease-out .3s,opacity .4s ease-out;
    opacity: 1;
}


.main-menu .main-menu-wrap .main-menu-links {
    -webkit-transition: left .4s ease-out .2s;
    transition: left .4s ease-out .2s;
    position: relative;
    height: 100%;
    min-width: 190px;
    margin-left: 200px;
    display: inline-block;
    vertical-align: top;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    z-index:2;
}

@media (max-width: 1024px) {
.main-menu .main-menu-wrap .main-menu-links {
    margin-left: 0;
}
}
.main-menu .menu-main-container {
    margin-bottom: 40px;
}
.main-menu .main-menu-wrap #menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu .main-menu-wrap #menu-main li {
    padding: 0;
    line-height: 100%;
}
.main-menu .main-menu-wrap #menu-main li+li {
    margin-top: 30px;
}
.main-menu #menu-main li, .main-menu .extra-menu-links li {
    left: -60px;
    -webkit-transition: left .4s ease-out .4s;
    transition: left .4s ease-out .4s;
    opacity: 0;
    position: relative;
}

.main-menu.open .extra-menu-links li {
    left: 0;
    -webkit-transition: left .4s ease-out .5s,opacity .4s ease-out;
    transition: left .4s ease-out .5s,opacity .4s ease-out;
    opacity: 1;
    position: relative;
}

.main-menu .main-menu-wrap #menu-main li a {
    font-size: 1.765rem;
    line-height: 100%;
    text-transform: capitalize;
    font-weight:200;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}


.main-menu .main-menu-wrap .extra-menu-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu .main-menu-wrap .extra-menu-links li {
    line-height: 100%;
    font-size: 11px;
}
.main-menu .main-menu-wrap .extra-menu-links li+li {
    margin-top: 20px;
}

.main-menu .main-menu-wrap .extra-menu-links li a {
    color: #1a1a1a;
    line-height: 100%;
    font-size: .6471rem;
    display: inline-block;
}

.overlay-full .contact-form {
    visibility: visible;
    opacity: 1;
    left: 20px;
    -webkit-transition: left .4s ease-out,opacity .4s ease-out .4s;
    transition: left .4s ease-out,opacity .4s ease-out .4s;
    margin: 0 auto;
    width: 50%;
}
.overlay-full .contact-form>*:nth-child(1) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.overlay-full .contact-form>* {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.contact-form h2 {
    margin-bottom: 30px;
}

.contact-form>* {
    opacity: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
    -webkit-transition: all .4s ease .4s;
    transition: all .4s ease .4s;
    max-width: 600px;
}
.overlay-full .contact-form>*:nth-child(2) {
    -webkit-transition-delay: .44s;
    transition-delay: .44s;
}

.overlay-full .contact-form>*:nth-child(3) {
    -webkit-transition-delay: .48s;
    transition-delay: .48s;
}
.overlay-full .contact-form>*:nth-child(4) {
    -webkit-transition-delay: .52s;
    transition-delay: .52s;
}

.contact-form .contact-info {
	margin-bottom:30px;	
}

.contact-form .contact-info p {
    margin-bottom: 0;
}
.contact-form .contact-info p a {
    color: #1a1a1a;
    text-decoration: underline;
}

.contact-form p {
    font-size: .95rem;
    line-height: 1.471rem;
    margin-bottom: 35px;
    font-weight:200;
}

.main-menu .main-menu-wrap #menu-main li a.opac {
    opacity: .2;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.intro_con {position:relative; z-index:3;}
.intro_logo {box-sizing:border-box; max-width:400px; width:100%; padding:0 20px; margin:0 auto; /* padding-top:200px; */}
.intro_logo a {display:block;}
.intro_logo a img {display:block; width:100%;}
.intro_p1 {text-align:center; color:#ffffff; font-size:16px; line-height:28px; font-weight:100; margin-top:30px; padding:0 30px;}

body div .ani {
opacity: 0;
    filter: blur(20px);
    transform: scale(1.2);
}
body div .ani_on {
    transition-property: opacity, filter, transform;
    transform: scale(1);
    filter: blur(0);
    opacity: 1;}
.msec2_tit {color:#ffffff; max-width:700px; margin:0 auto; font-size:16px; font-weight:300; line-height:28px;}
.msec2_tit h2 {color:#ffffff; text-align:center; font-weight:500; font-size:16px;}
.msec2_tit p {margin-top:10px; text-align:center; font-weight:100;}
.msec2_con {margin:50px auto 0 auto; overflow:hidden; max-width:700px;}
.msec2_con_lt {overflow:hidden;}
.msec2_con_lt h2 {color:#ffffff; letter-spacing:1px; float:left; width:35%; font-size:14px; line-height:28px; font-weight:300;}
.msec2_con_lt p {font-size:15px; line-height:28px; float:left; width:65%; color:#ffffff; font-weight:300;}
.msec2_con_rt {overflow:hidden; margin-top:30px;}
.msec2_con_rt h2 {color:#ffffff; letter-spacing:1px; float:left; width:35%; font-size:14px; line-height:28px; font-weight:300;}
.msec2_con_rt p {font-size:15px; line-height:28px; float:left; width:65%; color:#ffffff; font-weight:300;}

.msec3_con {margin:35px auto 0 auto; max-width:1200px;}
.msec3_con_in {overflow:hidden;}
.msec3_con_dv {width:50%; float:left; }
.msec3_con_dvin {padding:15px;display:table;}
.msec3_con_dv .w1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #ffffff;
    justify-content: center;
}
.msec3_con_dv .w2 {font-size:14px; line-height:21px; padding-left:30px; display:table-cell; vertical-align:middle; color:#bdbdbd; font-weight:300;}
.msec3_con_dv .w1 p {color:#000000; font-size:11px;}

.msec4_con {position:relative; max-width:700px; max-height:300px; margin:20px auto 0 auto; color:#ffffff; }
.msec4_con p {font-size:15px; line-height:28px; font-weight:100;}
.msec4_con .ex1 {margin-top:40px; text-align:center; padding:0 20px;}
.msec4_img {/* background:url(../img/p_details1.jpg) no-repeat; */ background-size:cover; position:absolute; right:0px; bottom:0; width:700px; height:200px; border:1px solid #2b2b2b;}
.msec4 {background:url(../img/uiux_bg04.png) no-repeat; background-size:cover;}
.msec5 {background:url(../img/44.png) repeat; }

.msec5_con {max-width:900px; margin:35px auto 0 auto;}
.msec5_con ul {overflow:hidden;}
.msec5_con ul li {float:left; width:20%;}
.msec5_con ul li p {padding:15px 0px; }
.msec5_con ul li img {width:130px; display:block; margin:0 auto;}
.msec5_tit {color:#ffffff; max-width:700px; margin:0 auto; font-size:16px; font-weight:300; line-height:28px;}
.msec5_tit h2 {color:#000000; text-align:center; font-weight:500; font-size:16px;}

.about_top_img {position:relative; background:url(../img/bg_servicos.jpg) no-repeat; background-size:cover; height:500px; /* background-attachment:fixed; */}
.about_top_img .dimmed {content:"";position:absolute; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.75) no-repeat;}


.subpages-background { position: fixed; height: 100%; top: 0; left: 0; width: 100%; white-space: nowrap; transition: all 0.5s; overflow: hidden; }
.subpages-background .in { font-size: 0; }
.subpages-background .split { display: inline-block; position: absolute; top: 50%; left: 0; width: 100%; font-weight: bold; margin-top:-50px; text-align: right; }
.subpages-background .split span { display: inline-block; vertical-align: top; font-size: 250px; color: rgba(0, 0, 0, 0.015); }
.subpages-background .split span {
    color: #f9f9f9;
}

.subpages-background .in {
    width: 100%;
    height: 100%;
    position: relative;
}

.about_top_img h2 {position:absolute; z-index:3; text-align:center; color:#ffffff; font-weight:500; letter-spacing:1px; font-size:36px; line-height:42px; top:50%; margin-top:-21px; left:0; right:0;}

.about_dv1 {width:860px; margin:0 auto;}

.about_dv0 {width:860px; margin:0 auto; font-weight:100;}
.about_tit {width:860px; margin:0 auto;}
.about_tit h2 img {width:380px;}

    /*
    transition: 1.2s ease;
    transition-property: opacity, filter, transform;
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
}

_sub-header.scss:111
.c-sub-header__ja {
    padding-left: 10px;
    width: 260px;
    text-align: center;
    font-size: 24px;
    letter-spacing: .3em;
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.2);
    
    */
.asec_dv1 {max-width:860px; margin:0 auto;}    

.about_logo {max-width:350px; width:100%;}  
     
.about_ci {max-width:600px; width:100%;}  
 
.asec_q1 h3 {margin-top:15px; color:#000000; font-weight:500; font-size:16px;}
.asec_q1 p{font-size:14px; line-height:21px; color:#000000; font-weight:100; max-width:480px;}   
.asec_q1 p:first-child {margin-top:10px;}   

.asec_prj01 {position:relative; background:url(../img/bg_servicos.jpg) no-repeat; background-size:cover;}
.asec_prj01 .dimmed {content:"";position:absolute; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.65) no-repeat;}
.asec_prj01 p {text-align:center; position:relative; z-index:3;font-size:15px; line-height:24px; padding:150px 0; color:#ffffff; font-weight:400;}   

/* .asec1 {height:500px !important;} 
.asec1 .fp-tableCell {height:500px !important;}  
.asec2 {height:600px !important;} 
.asec2 .fp-tableCell {height:600px !important;}   */
/* .asec3 {height:250px !important;} 
.asec3 .fp-tableCell {height:250px !important;}  
 */
.asec4 {background:url(../img/technology_bg_o15.png) center no-repeat; background-size:75%;}

.asec_dv3 {max-width:860px; margin:0 auto;}    
.asec_dv3 .asec_q1 {float:left; padding:25px 25px 25px 25px; background:#ffffff;}

@media (max-width: 1024px){
#header {padding:17px 11px 17px 11px;}
.asec_dv1 {padding:0 20px;}
.asec_prj01 {padding:0 20px;}
.msec2_tit p {padding:0 15px; font-size:15px; line-height:1.5;}
.msec2_con_lt h2 {float:none; width:auto; padding:0 15px;}
.msec2_con_lt p {float:none; width:auto; line-height:1.4; padding:0 15px;}

.msec2_con_rt h2 {float:none; width:auto; padding:0 15px;}
.msec2_con_rt p {float:none; width:auto; line-height:1.4; padding:0 15px;}
.msec3_con_dv {width:100%; float:none;}

.msec5_con ul li {width:33.33%;}
.msec5_con ul li p {padding:8px 0;}
.main-menu .main-menu-wrap .main-menu-links {min-width:190px;}
.main-menu.open {width:40%;}
.main-menu .main-menu-wrap .main-menu-links {min-width:120px;}
.main-menu {padding:0 20px;}
.overlay-full .contact-form {padding-right:0px; box-sizing:border-box; margin-left:-0px;}
}

