@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:        ACQIO
Version:        1.0
Last change:    11.15.2018
Primary use:    Template
Author:         Rodrigo Suagahara
    
Table of contents:
TELA
ALINHAMENTO
TEXTO
CORES
-------------------------------------------------------------------*/

/*@import "font-awesome.min.css";*/
@import "fontawesome.min.css";
@import "all.css";
@import "solid.min.css";
@import "brands.min.css";
@import "et-line.css";
@import "animate-delay.css";
@import "../fonts/fonts.css";
html {
    scroll-behavior: smooth;
}

body {
    background-color: #111;
    margin: 0;
    overflow-x: hidden;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100vh);
    -webkit-scroll-behavior: smooth;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-y: repeat(100vh);
    -ms-scroll-behavior: smooth;
}

#home {
    background: url(../imgs/bg2.jpg) center center;
    background-size: cover;
}


/*------------------------------------------------------------------
                            ALINHAMENTO
-------------------------------------------------------------------*/

.vcenter {
    display: flex;
    align-items: center;
    height: 100%;
}

.fullh {
    min-height: 100vh;
    height: 100%;
    object-fit: cover;
}

.conteudo {
    padding: 4em;
    height: 100vh;
}

.conteudo2 {
    padding: 4em;
}

.conteudo3 {
    padding: 0 4em;
}

.respiro {
    padding: 0 4em;
}

.bloco {
    display: block;
}

.relative {
    position: relative
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}


/*------------------------------------------------------------------
                                MENU
-------------------------------------------------------------------*/

.navigation {
    position: fixed;
    right: 1em;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 99999
}

.menu {
    display: flex;
    flex-direction: column;
}

.menu-items {
    margin-top: 1em;
    height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
}

.menu-items .icone {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: rgba(55, 55, 55, .85);
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: .8em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}

.menu-items .icone:hover {
    height: 35px;
    width: 35px;
    line-height: 35px;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.8);
    -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
    -moz-animation: neon3 1.5s ease-in-out infinite alternate;
    animation: neon3 1.5s ease-in-out infinite alternate;
}

@keyframes neon1 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }
    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@keyframes neon3 {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #00eeff, 0 0 70px #00eeff, 0 0 80px #00eeff, 0 0 100px #00eeff, 0 0 150px #00eeff;
    }
    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #00eeff, 0 0 35px #00eeff, 0 0 40px #00eeff, 0 0 50px #00eeff, 0 0 75px #00eeff;
    }
}

.menu-title {
    position: absolute;
    right: 50px;
    text-align: right;
    display: none
}

.logo {
    position: fixed;
    top: 1em;
    left: 1em;
    background: url(../imgs/logo2.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    z-index: 9999999999999999
}

.mobile-nav{position: fixed; z-index: 98; display: none}

.mobile-menu-icon{position: fixed; top: 1em; right: 1em; width: 1.5em; height: 1.5em; font-size: 1.5em; text-align: right; cursor: pointer; color: #BB0033; z-index: 97}
/* Filter on main content when mobile menu open */
.filter {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
/*  Mobile Slider Styling */
.mobile-slider {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 256px;
  background-color: #222324;
  box-shadow: -5px 0 8px rgba(0, 0, 0, 0.2);
}
.mobile-slider-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-bottom: 2px solid #BB0033;
  background-color: #333435;
}
.mobile-slider-top h2 {
  font-size: 1em;
  color: #f2f2f2;
}
.mobile-slider-top h2 span {
  color: orange;
  font-weight: 400;
  font-size: 0.9em;
}
.mobile-slider-top .close-menu {
  color: #f2f2f2;
  font-size: 1.3em;
  position: relative;
}
.close-menu:hover {
  cursor: pointer;
}
.mobile-navigation {
  list-style: none;
    font-family: 'Intelo';
}
.mobile-navigation i {
  padding-right: 15px;
}
.mobile-navigation li a,
.mobile-navigation li a:visited {
  padding: 30px;
  color: #ddd;
  text-decoration: none;
  border-bottom: 1px solid #555;
  display: block;
  width: 100%;
  transition: 0.2s;
}
.mobile-navigation li a:hover {
  background-color: #111111;
}
/*------------------------------------------------------------------
                                TEXTO
-------------------------------------------------------------------*/

.centro {
    text-align: center;
    justify-content: center;
    align-content: center;
}

h1 {
    font-family: 'Intelo';
    margin-bottom: 1.3em;
    line-height: 1.4em;
    font-weight: bold;
    color: white;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Intelo';
    margin-bottom: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .5em;
    color: white;
}

p {
    font-family: 'intelo';
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 3em;
    margin-bottom: .5em;
}

p {
    margin: 0 0 0 0;
    color: white;
    font-size: 20px
}

.borda_texto {
    border-left: solid 5px #EAB945;
    padding-left: 10px
}

.botones {
    width: 100px;
    position: absolute;
    right: 20px;
    height: 45px;
    top: 0;
}

.quote1 {
    position: relative;
}

.quote1:after {
    content: "";
    background: #fff;
    width: 2em;
    height: .2em;
    position: absolute;
    top: -2em;
    left: -2em;
}

.quote1:before {
    content: "";
    background: #fff;
    width: .2em;
    height: 2em;
    position: absolute;
    top: -2em;
    left: -2em;
}

.quote2 {
    position: absolute;
    height: 100%;
    width: 100%;
}

.quote2:after {
    content: "";
    background: #fff;
    width: 2em;
    height: .2em;
    position: absolute;
    bottom: -2em;
    right: -2em;
}

.quote2:before {
    content: "";
    background: #fff;
    width: .2em;
    height: 2em;
    position: absolute;
    bottom: -2em;
    right: -2em;
}


/*------------------------------------------------------------------
                                CORES
-------------------------------------------------------------------*/

.blue {
    color: #0099d6;
}

.orange {
    color: #ff4533;
}

.pink {
    color: #eb0045;
}

.white {
    color: white;
}

.dark {
    color: rgba(71, 71, 71, 1);
}


/*------------------------------------------------------------------
                                CORES
-------------------------------------------------------------------*/


/* Background */

.bg-blue {
    background-color: #0099d6;
}

.bg-orange {
    background-color: #ff4533;
}

.bg-pink {
    background-color: #eb0045;
}

.bg-darker {
    background-color: rgba(71, 71, 71, 1);
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}


/* Overlay */

.bg-dark-alfa-30 {
    background-blend-mode: overlay;
    background-color: rgba(17, 17, 17, .3);
}

.bg-dark-alfa-50 {
    background-blend-mode: overlay;
    background-color: rgba(17, 17, 17, .5);
}

.bg-dark-alfa-70 {
    background-blend-mode: overlay;
    background-color: rgba(17, 17, 17, .7);
}

.bg-dark-alfa-90 {
    background-blend-mode: overlay;
    background-color: rgba(17, 17, 17, .9);
}

.title {
    font-size: 5em;
    text-transform: uppercase;
}

.bt-about {
    cursor: pointer;
    position: absolute;
    bottom: 1em;
}

.bt-skills {
    cursor: pointer;
    position: absolute;
    bottom: 1em;
}

.rs {
    position: relative;
    text-align: left;
}

.rs-p {
    text-align: left;
}

.rs:after {
    content: "";
    background: #fff;
    width: 2em;
    height: .2em;
    position: absolute;
    bottom: 0;
    left: 0;
}

.more {
    height: 2em;
    width: 2em;
    border: solid 1px #fff;
    border-radius: 100%;
    line-height: 2em;
    margin: auto;
    cursor: pointer;
    color: white;
    transition: .5s
}

.more:hover {
    background-color: white;
    color: black;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.8);
    -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
    -moz-animation: neon3 1.5s ease-in-out infinite alternate;
    animation: neon3 1.5s ease-in-out infinite alternate;
}

.border-t {
    border-top: 1px solid rgba(33, 33, 33, 0.15);
    box-shadow: 0 0 1em black;
}

.border-b {
    border-bottom: 1px solid rgba(33, 33, 33, 0.15);
    box-shadow: 0 0 1em black;
}

.chart {
    position: relative;
    display: inline-block;
    margin: 20px 10px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}

.chart p {
    font-size: .85em;
    transition: .3s
}

.chart:hover canvas {
    transform: scale(1.2)
}

.chart:hover p {
    font-size: 1em;
    text-shadow: -6px 3px #000;
}

.forms {
    width: 20em
}

.contato {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bt-contato {
    border: 2px solid white;
    transform: rotate(45deg);
    height: 2em;
    width: 2em;
    cursor: pointer;
    text-align: center;
    line-height: 2em;
    color: white;
    border-radius: .2em;
    transition: .5s
}

.bt-contato:hover {
    background-color: white;
    color: black
}

.bt-contato i {
    transform: rotate(-45deg)
}

@media (max-width:800px) {
    .title {
        font-size: 2.5em;
        text-transform: uppercase;
    }
    .rs {
        position: relative;
        text-align: center;
    }
    .rs-p {
        text-align: center;
    }
    .rs:after {
        content: "";
        background: #fff;
        width: 2em;
        height: .2em;
        position: absolute;
        bottom: -1em;
        left: 50%;
        margin-left: -1em;
    }
    .navigation {display: none;}
    .mobile-nav {display: block;}
}

@media (orientation: portrait) {
    .title {
        font-size: 1.6em;
        text-transform: uppercase;
    }
    .navigation {display: none;}
    .respiro{padding: 0; margin-top: -2em; margin-bottom: 2em;}
    .rodrigo{font-size: 2em}
    .rs-p {
        font-size: 1em; margin: 2em 0;
    }
    .forms{transform: scale(.7)}
    .row{margin-left: 0; margin-right: 0}
    .conteudo{padding: 2em;}
    .conteudo2{padding: 2em;}
    .no-padding-m{padding-left: 0; padding-right: 0}
    .mobile-nav {display: block;}
}
section{width: 100vw; overflow-x: hidden}

i .fa {
  min-width: 1em;
  min-height: 1em;
  display:block;
}