

body
{
    background: #EEEEE2;
    font-weight: 400;
    color: #555;
    font-family: 'Muli', arial, helvetica, sans-serif;
}

.brand-img
{
    width: 45px;
}

@media (max-width:480px)
{
    .brand-img
    {
        width: 35px;
    }
}

#header
{
    text-transform: uppercase;
}

#logotipo
{
    top: 3.5em;
    position: fixed;
    right: 3em;
}

input, button
{
    font-family: 'Muli', arial, helvetica, sans-serif;
    font-size: 1.7em;
    text-transform: lowercase;
    letter-spacing: 1em;
}

.imagemcentral
{
    height: 420px;
    display: block;
    float: left;
    position: fixed;
    top: 35px;
    z-index: 1;
    left: 45%;
    right: 45%;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#hero
{
    width: 100%;
    min-height: 400px;
    max-height: 420px;
}

.central
{
    max-height: 500px;
}

#containerbck
{
    transition: all 0.2s cubic-bezier(.7,.2,.17,1);
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #EEEEE2;
    display: block;
    border: 20px solid white;
    position: absolute;
}

#containerbckcv
{
    overflow: auto;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
}

.subtitulo
{
    font-family: 'Eczar', serif;
    color: #333030;
    text-align: center;
    font-size: 1.95em;
    left: 15%;
    right: 15%;
    z-index: 2;
    height: 2em;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1;
    cursor: none;
}

@media (max-width:480px)
{
    .subtitulo
    {
        font-size: 1.5em;
    }
}

.cargo
{
    font-family: 'Muli', arial, helvetica, sans-serif;
    color: gray;
    font-size: 0.99rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    text-align: center;
    position: relative;
    width: 220px;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 400;
}

.cargo:before
{
    position: absolute;
    content: '';
    display: block;
    left: -25px;
    width: 8%;
    height: 1px;
    background-color: #a3a1a1;
    margin: 1em 0;
    margin-bottom: 18px;
}

.cargo:after
{
    position: absolute;
    content: '';
    right: -25px;
    width: 8%;
    height: 1px;
    background-color: #a3a1a1;
    margin: 1em 0;
    margin-bottom: 18px;
}

.textointro
{
    font-family: 'Eczar', serif;
    color: #a3a089;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    top: 50px;
    letter-spacing: 0.1em;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.colunashome
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 75px;
    opacity: 1;
}

#titulohero
{
    font-family: jitzuregular, serif;
    max-width: 150px;
    min-width: 100px;
    display: block;
    left: 40%;
    right: 40%;
    position: absolute;
    z-index: 1;
}

.Titulo2
{
    font-size: 8em;
    top: 55px;
    color: #FFF;
    text-shadow: 2px 4px 10px #E1E1CC;
    position: fixed;
    z-index: -1;
    text-align: center;
    left: 15%;
    right: 15%;
    letter-spacing: 2;
    cursor: none;
}

@media (max-width:768px)
{
    .Titulo2
    {
        font-size: 6em;
    }
}

@media (max-width:480px)
{
    .Titulo2
    {
        font-size: 4em;
        top: 105px !important;
    }
}

.Titulo2:hover
{
    z-index: 15!important;
}

.Titulo3
{
    font-size: 8em;
    z-index: 2;
    display: block;
    top: 158px;
    left: 25%;
    color: #FFF;
    text-shadow: 2px 4px 10px #E1E1CC;
    position: fixed;
    right: 25%;
    text-align: center;
    cursor: none;
}

@media (max-width:768px)
{
    .Titulo3
    {
        font-size: 6em;
    }
}

@media (max-width:480px)
{
    .Titulo3
    {
        font-size: 4em;
    }
}

#linkssocial
{
    width: 30px;
    float: right;
    right: 40px;
    position: fixed;
    z-index: 5;
    bottom: 5%;
    cursor: pointer;
}

#social
{
    position: fixed;
    height: 10px;
    right: 80px;
    bottom: 55px;
    z-index: 5;
    opacity: 0;
    width: 290px;
    float: right;
}

.sociallinks
{
    cursor: pointer;
    color: #6856fd;
    width: 6px;
    text-shadow: 4px 2px 2px rgba(229, 229, 210, 1);
    transition: color .8s ease-in-out;
    -webkit-transition: color .8s ease-in-out;
    margin-right: 20px !important;
}

.sociallinks:hover
{
    color: #b3b0ae;
    opacity: 1;
}

.sentido { color: #EEEEE2;
	text-align: center;
	
    background-color: #EEE3D5;
	/* background-image: url('../img/pattern-01.png'); */
    background-repeat: repeat;
    z-index: 15;
	position: fixed;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
	padding-bottom: 50px;
    width: 100%;
    top: -100%;
	left:0;
	-webkit-transition: all 0.5 ease-in-out;
  -moz-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

@media (min-width:768px)
{
    .sentido
    {
    }
}

.territorial
{
    color: #EEEEE2;
    background-color: #EEE3D5;
    background-repeat: repeat;
    z-index: 16;
    position: fixed;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
    width: 100%;
    right: 0px;
    top: -100%;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}

@media (min-width:768px)
{
    .territorial
    {
    }
}

.experiencia
{
    color: #EEEEE2;
    background-repeat: repeat;
    z-index: 17;
    position: fixed;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
    width: 100%;
    left: 0px;
    top: -100%;
    opacity: 0.5;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}

@media (min-width:768px)
{
    .experiencia
    {
    }
}

#1
{
    clear: left;
    z-index: 1;
    width: 100%;
    float: left;
}

.padding-bottom
{
    padding-bottom: 18px;
}

#textos
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    z-index: 50;
    min-height: 250px;
    left: 0;
}

#textos img
{
    width: 180px;
    max-width: 200px;
}

.textosecoes
{
    background-color: #A3BEB0;
    border-style: dotted;
    border-color: #EEEEE2;
    border-width: 1px;
    padding: 40px 60px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    min-width: 70%;
    max-width: 80%;
    opacity: 1 !important;
}

.img-overlay-container
{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.img-overlay
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(225, 123, 123, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 100px;
    overflow: hidden;
    text-decoration: none !important;
}

#nome
{
    position: relative;
    z-index: 20;
}

.bt_home
{
    color: #8b8687;
    text-align: center;
    font-size: 1.44rem;
    letter-spacing: 0.1em;
    display: inline-block;
}

.bt_home:after
{
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #6856fd;
    transition: width 0.5s ease-in-out;
}

.bt_home:hover:after, 
  .bt_home:focus:after
{
    width: 100%;
}

.bt_home:hover
{
    color: #6856fd;
}

.bt_home:before
{
    content: "\f062";
    font-family: FontAwesome;
    padding-right: 15px;
}

.bt_home:visited
{
    color: silver;
}

.close
{
    color: yellow !important;
    top: 8px;
    right: 10px;
    font-size: 1em;
    position: absolute;
    display: block;
    transition: all .3s ease-out;
    z-index: 80;
    opacity: 1;
}

.close:hover
{
    transform: rotate(90deg);
}

#containerbck::-webkit-scrollbar
{
    display: none;
}

.cv
{
    padding-left: 50px;
    padding-right: 50px;
}

#nome ul,ol
{
    list-style: none;
    color: #8b8687 !important;
}

#nome u
{
    color: #333030;
    border-left: 1px solid;
    border-right: 1px solid;
    padding-left: 5;
    padding-right: 5;
    text-decoration: none;
    font-weight: 400;
}

