/*CLASS*/
.white    { color: #ffffff; }
.blue     { color: #4a688e; }

.title { width:100%; float:left; margin-bottom:40px; padding-bottom:10px;  font-family:'open_sansbold'; font-size:5em; font-weight:bold; text-transform:uppercase; }
.title.center { text-align:center; }

/*Btn init*/
.btn{ 
    padding:10px 15px; 
    color:#0e2a34; 
    font-family:'open_sansregular'; 
    letter-spacing:2px; 
    text-align:center; 
    position:relative; 
    border-radius:3px; 
    text-decoration:none; 
    display:inline-block; 
    font-size:10em; 
    text-align:center; 
    border:1px solid #0e2a34; 
    overflow: hidden!important; 
    -webkit-transition: all .4s ease-in-out; 
    -moz-transition: all .4s ease-in-out; 
    -o-transition: all .4s ease-in-out; 
    transition: all .4s ease-in-out; 
    background: transparent!important; 
    z-index:10; 
}
.btn::before { 
    content:''; 
    position:absolute; 
    bottom:50%; 
    left:0px; 
    width:100%; 
    height:1px; 
    background:#6098FF; 
    display:block; 
    -webkit-transform-origin:left top; 
    -ms-transform-origin:left top; 
    transform-origin:left top; 
    -webkit-transform:scale(0, 1); 
    -ms-transform:scale(0, 1); 
    transform:scale(0, 1); 
    -webkit-transition:transform 0.4s cubic-bezier(1, 0, 0, 1); 
    transition:transform 0.4s cubic-bezier(1, 0, 0, 1); 
}
.btn:hover::before { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin:right top; -webkit-transform:scale(1, 1); -ms-transform:scale(1, 1); transform:scale(1, 1) }
.btn:hover   { border:1px solid #396992; color:#ffffff!important; }
.btn::before { content:''; width:0%; height:100%; display:block; background:#396992; position:absolute; -ms-transform:skewX(-15deg); -webkit-transform:skewX(-15deg); transform:skewX(-15deg);  left:-10%; opacity:1; top:0; z-index:-12; -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1); -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1); -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1); transition: all .7s cubic-bezier(0.77, 0, 0.175, 1); box-shadow:2px 0px 14px rgba(0,0,0,.6); } 
.btn:hover::before, .btn:hover::before { opacity:1; width:120%;}
.btn:hover::after, .btn:hover::after   { opacity:1; width:150%; }
/*btn end*/

.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }

/*HEADER*/
.main_header          { background:#ffffff; z-index:1; }
.main_header .content { float:left; padding:0px 0; }

.main_header.fixed { display:block; position:fixed; z-index:99; }

.main_header_logo { font-size:0; float:left; }
.main_header_logo img { height:69px; }

.mobile_action { color:#444444; text-align:center; width:40px; height:40px; line-height:45px;  font-size:1.8em; float:right; cursor:pointer; margin:15px 8px;  }
.mobile_action.active { color:#e83654; }

/*MENU*/

@media (max-width: 79.9375em){
.main_header_nav { position:fixed; left:-100%; background-color:#0e2a34; top:0; width:76%; min-width:200px; max-width:360px; height:100%; overflow:hidden; overflow-y:auto; -webkit-box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); -moz-box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); box-shadow:5px 0px 5px -5px rgba(0,0,0,0.75); z-index:99;  }
.main_header_nav_item      { float:left; width:100%; position:relative; border-bottom:1px #273b42 solid; }
.main_header_nav_item > a  { float:left; width:100%; padding:8px 23px; font-family:'open_sansregular'; text-decoration:none; color:#ffffff; font-size:1em; }
.main_header_nav_item:hover,.main_header_nav_item > a:hover { background-color:#4a688e; color:#fff; }
.main_header_nav_item  span   { width:25px; height:25px; line-height:28px; text-align:center; font-size:1.2em; float:right; display:block; }
}

/*start*/
.section-start  { padding:0em 0; background-color:#fff; }
.section-start .content { width:100%; padding:0; margin:0; }
.topPage                 { width:100%; height:100%; background-color:transparent; float:left; position:relative; overflow:hidden; transition:all 500ms; -moz-transition:all 500ms; -ms-transition:all 500ms; -o-transition:all 500ms; -webkit-transition:all 500ms;}
.topPage .masc        { overflow:hidden; position:relative; }
.topPage .inCenter     { width: 90%; height:auto; top:26%; position:absolute; margin:0 5%; }
.topPage  img            { width:100%; }
.topPage .inCenter h1  { width: 100%; font-size:2em; float:left; text-align:center; text-transform:uppercase; font-family:'open_sansbold'; text-shadow: 2px 1px 5px #535353;}
.topPage .inCenter p   { width:100%; font-size:1em; float:left; text-align:center; text-transform:uppercase; font-family:'open_sansregular'; }
.topPage .inCenter p b { display:none; }

/*about*/
.section-about { background-color: write; }
.section-about .content { float:left; padding: 5em 0 0em 0; }

.hover_about {  width:100%; height:100%; margin-bottom:2em; float:left; position:relative; overflow:hidden; }
.hover_about .stylization    { background-color:transparent; float:left; width: 100%;  display:block; text-align:center; padding: 0.5em; }
.hover_about .stylization h4 { width:100%; float:left; color:#4a688e; font-size:4.3em; font-family:'open_sansregular', sans-serif; margin-bottom:1em; }
.hover_about .stylization p  { width:100%; float:left; color:#939393; font-size:3em;  font-family:'open_sanslight', sans-serif; margin-bottom:1em;  }

/*repository*/
.section-repository          { background-color:#0e2a34; }
.section-repository .content { float:left; padding: 5em 0 0em 0; } 

.repository-view {
    display: block;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around;
}

.repository-view .model {
    flex: 1 1 100%;
    width: 100%; 
    margin: 20px auto;
    align-items: center;
    max-width: 600px;
    display: block;
    background-color: white;
    box-sizing: border-box; 
    border-radius: 6px; 
    border:1px white solid;
}

.repository-view .model .sub-title {
    align-items: center;
    text-align: center;
    background-color: #4a688e; 
    margin: 0 auto;
    width:100%; 
    display:block; 
    box-sizing: border-box; 
    border-radius: 6px; 
    font-weight:bold; 
    text-transform:uppercase;
}

.repository-view .model .sub-title p {
    width:100%; 
    font-size: 2em; 
    color:white; 
    font-family: 'open_sansregular';
}

.repository-view .model p { 
    width:100%; 
    align-items: center;
    font-size: 1.5em; 
    text-align: center;
    /* color: #4a688e; */
    color: #939393;
    font-family: 'open_sanslight';
}

.repository-view .model a {
    text-decoration: none;
}

.repository-view .teste {
    background-color: red;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*contact*/
.section-contact          { background-color:#f9f9f9; }
.section-contact .content { float:left; padding: 5em 0 0em 0; }

.info     { width:100%; float:left; display:block; margin-bottom:20px; }
.info p   { width:100%; margin-bottom:5px; font-size: 0.79em; color:#7b7979; }
.info p i { margin-right:5px; }


/*FOOTER*/
.main_footer { background-color:#0e2a34; color:#fff; font-size:0.875em; }
.main_footer .content { float:left; width:80%; margin:0 10%; padding: 5em 0; }
.container { float:left; width:100%; }

.main_footer_copy          { width:100%; float:left; text-align:center; }
.main_footer_copy .content { padding:1.2em 0em!important; }
.main_footer_copy p        { font-family:'open_sanslight'; font-size:0.95em; color:#e1e0e0; float:left; }
.main_footer_copy .t-copy-footer   { float:left; width:100%; margin-bottom:3px; }
.main_footer_copy .by         { float: left; width: 100%; font-size: 0.95em; color: #fff; }
.main_footer_copy .by a       { text-decoration:none; color:#fff; display:inline; }
.main_footer_copy .by a:hover { text-decoration:underline; color:#4a688e; }
.main_footer_copy .by i       { font-size:0.96em; margin-right:3px; color:#4a688e; }

@media (min-width:30em){

.box-css { float:left; width:48%; margin-right:4%; min-height: 300px;}
.box-css:nth-of-type(2n+0) {margin-right:0; }

.info p   { font-size:1em; }

}

@media (min-width:37em){
.topPage .inCenter h1 { font-size:3em; margin-top:20px; }
.topPage .inCenter p   { font-size:1.1em; }
} 

@media (min-width:48em){

.main_header_logo{ position:absolute; margin-top:0.5em; background:transparent; z-index:98;}

.section_title   { font-size:2em; font-weight:300; text-align:left; }

.box-css:nth-of-type(2n+0), 
.box-css  { float:left; width:23.5%; margin-right:2%; }
.box-css:nth-of-type(4n+0) {margin-right:0; }
.box-css h1 {font-size:1em!important; }

.hover_about { width:48%; margin-right:2%; margin-bottom:0em; }
.hover_about:nth-of-type(2n+0) { margin-right:0px; }

.section-about .content { float:left; padding: 5em 0 5em 0; }
.section-repository .content  { float:left; padding: 5em 0 5em 0; }
.section-contact .content  { float:left; padding: 5em 0 5em 0; }

.info   { text-align:center; }

.main_footer_copy p                { font-size:1em; }
.main_footer_copy .t-copy-footer   { float:left; width:auto; }
.main_footer_copy .by              { float:right; width:auto; }

} 

@media (min-width:60em){

.topPage .inCenter h1 { font-size:4em;}
.topPage .inCenter p  { letter-spacing:6.5px; }

}

@media (min-width:64em){


}

@media (min-width:80em){

.mobile_action   { display:none; }
.main_header_nav { float:right; width:auto; }
.main_header_nav a:hover, .main_header_nav> li:hover > a{ background:transparent; color:#4a688e; }

.main_header_nav_item { position:relative; display:inline-block; float:left;}
.main_header_nav_item:last-of-type { margin-right:20px;} 

.main_header_nav_item  span   { display:none;  }

.main_header_nav_item > a  { color:#0e2a34; float:left; padding:1.5em 1em; font-size:0.95em; font-family:'open_sansbold'; text-decoration:none; text-transform:uppercase; }
.main_header_nav_item:hover, 
.main_header_nav_item > a:hover { background:transparent; color:#449ad3; }

.topPage .inCenter h1 { font-size:5.5em; margin-top:50px; }
.topPage .inCenter p  { letter-spacing:13.5px; }
}

@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

@media (min-width:100em){


}


