@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700, 800');
/*
This files contents are outlined below.
01. BODY 
02. TYPOGRAPGY 
03. HELPER
04. COMPONENTS
  - NAVBAR
  - BUTTONS
  - FORM
  - PAGINATION
  - TABS
  - CAROUSEL
05. MAIN-HEADER 
06. CONTENT 
  - ABOUT
  - SERVICES
  - RESUME
  - SKILLS 
  - PORTFOLIO
  - BLOG
  - CONTACT
  - TESTIMONIAL
  - PARALLAX
07. MAIN-FOOTER 
*/
/*============================
     01. BODY
============================*/
body {
  background: #f4f0ed;
  color: #635a4e;
  font-family: "Museo 300", sans-serif;
  line-height: 2;
  font-size: 13px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
body .wrapper {
  z-index: 2;
  visibility: hidden;
  opacity: 0.0;
  position: relative;
}
/*============================
     02. TYPOGRAPGY
============================*/
h1 {
  letter-spacing: 3px;
  font-size: 4em;
}

@media (max-width : 461px ){
  h1 {
    font-size: 3em;
  }
}
h2 {
  letter-spacing: 2.5px;
  font-size: 3em;
}
@media (max-width : 461px ){
  h2 {
    font-size: 2.5em;
  }
}
h3 {
  letter-spacing: 2px;
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
 font-family: 'TeX Gyre Adventor', sans-serif;
  
}
h4,
h5,
h6 {
  letter-spacing: 1px;
}
/*============================
     03. HELPER
============================*/
.bg1 {
  /*background-image: url(../images/bg1.jpg);*/
  background-size: 10px 10px; 
  background-color: #635a4e;
	

}
.bg2 {
 /* background-image: url(../images/bg2.jpg);*/
}
.container-medium {
 /* padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.container-mini {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 625px;
  position: relative;
  z-index: 1;
}
.content-table {
  display: table;
  position: relative;
  width: 100%;
}
.content-table .v-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  float: none;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.margin-right-5 {
  margin-right: 5px;
}
.fix-width-100 {
 /* width: 80px;*/
  display: inline-block;
}
.paddingTB-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.white-space-10 {
  height: 10px;
}
.white-space-20 {
  height: 20px;
}
.white-space-30 {
  height: 30px;
}
.white-space-40 {
  height: 40px;
}
.white-space-50 {
  height: 50px;
}
.white-space-60 {
  height: 60px;
}

.white-space-90 {
  height: 90px;
}

.space-inline-15 {
  display: inline-block;
  width: 15px;
}
.space-inline-30 {
  display: inline-block;
  width: 30px;
}
.color-dark {
  /*color: #000000;*/
  color: #831D19;
}
.color-primary {
  color: #e74c3c;
}
.color-light {
  color: #f4f0ed;
}
.bg-primary {
/*  background-color: #e74c3c;*/
background-color:#f4f0ed;
}
.bg-secondary {
 /* background-color: #f5f5f5;*/
  background-color:#e0dad1;
 }
.bg-dark {
  background-color: #635a4e;
}

.bg-claro{background-color:#f4f0ed}
.big-icon {
  font-size: 4em;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  padding: 30px 0;
  margin-top: 10px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #282828;
  border: 4px double #ebebeb;
}
.img-bordered {
  max-width: 100%;
  border: 4px double #ebebeb;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
blockquote {
  margin-bottom: 30px;
  font-size: 14px;
}

.box-line {
  border: 3px solid #000000;
  color: #000000;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  padding: 10px 30px;
  display: inline-block;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.text-bold {
  font-weight: 700;
}
.text-extra-bold {
  font-weight: 800;
}
.text-light {
  font-weight: 300;
}
.font-alt {
  font-family: Georgia;
}
.br-right {
  border-right: 1px solid #ebebeb !important;
}
.br-left {
  border-left: 1px solid #ebebeb !important;
}
.br-top {
  border-top: 1px solid #ebebeb !important;
}
.br-bottom {
  border-bottom: 1px solid #ebebeb !important;
}
.line-dash-bottom {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 12px;
}
.padding-left-30 {
  padding-left: 30px;
}
.relative {
  position: relative;
  z-index: 1;
}
.white-light {
  position: relative;
}
.white-light:before {
  content: "";
  position: absolute;
  width: 50%;
  transition: top 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: top 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 1s ease 0.3s, background 1s ease 0s;
  -o-transition: top 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 1s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.white-light:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.block-page {
  padding: 60px 0;
}
.black-light {
  position: relative;
}
.black-light:before {
  content: "";
  position: absolute;
  width: 50%;
  transition: top 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: top 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 1s ease 0.3s, background 1s ease 0s;
  -o-transition: top 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 1s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.black-light:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.block-section {
  background: #f4f0ed;
  position: relative;
  z-index: 1;
}
.block-title {
  padding: 40px 0;
  z-index: 3;
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.block-title .title-icon {
  display: inline-block;
  position: relative;
}
.block-title .title-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  left: -30px;
  top: 50%;
}
.block-title .title-icon:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #323232;
  width: 20px;
  right: -30px;
  top: 50%;
}
.block-title:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #f5f5f5;
  bottom: -1px;
  left: 50%;
  margin-left: -12px;
}
.shape-bottom {
  z-index: 2;
  position: relative;
}
.shape-bottom:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  z-index: 1;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.typed {
  white-space: pre;
}
/*============================
     04. COMPONENTS
============================*/
/*== NAVBAR ==*/
.menu-area {
  position: absolute;
  transition: background 0.8s ease 0s;
  -webkit-transition: background 0.8s ease 0s;
  -moz-transition: background 0.8s ease 0s;
  -o-transition: background 0.8s ease 0s;
  -ms-transition: background 0.8s ease 0s;
  bottom: 0;
  padding: 10px 0;
  background: #f4f0ed;
  background: rgba(244, 240, 237, 0.3);
  left: 0;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.menu-area .toogle-bars {
  display: none;
}
.menu-area .toogle-bars a {
  text-decoration: none;
  color: #635a4e;
}
.menu-area .toogle-bars a .ic-open {
  display: none;
  visibility: hidden;
}
.menu-area .toogle-bars a .ic-close {
  display: inline;
  visibility: visible;
}
.menu-area .toogle-bars a.collapsed .ic-open {
  display: inline;
  visibility: visible;
}
.menu-area .toogle-bars a.collapsed .ic-close {
  display: none;
  visibility: hidden;
}
.menu-area .main-nav {
  visibility: visible !important;
  margin: 0;
  background: transparent;
}
.menu-area .main-nav > li {
  display: inline;
}
.menu-area .main-nav > li > a {
  font-weight: 700;
  color:#635a4e;
  outline: none;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-area .main-nav > li > a:hover {
  color: #831d19;
  outline: none;
}
.menu-area .main-nav > li + li:before {
  color: #323232;
}
.menu-area .main-nav > li.active > a {
  color: #831d19;
}
.menu-area .main-nav.nav > li > a {
  padding: 0;
  display: inline-block;
}
.menu-area .main-nav.nav > li > a:hover,
.menu-area .main-nav.nav > li > a:focus {
  background: transparent;
}
.menu-area .main-nav.no-space > li + li:before {
  content: "";
}
.menu-area.nav-white-bg {
  border-bottom: 1px solid #ebebeb;
  background: #f4f0ed;
}
.menu-area.nav-white-bg .main-nav > li > a {
  color: #635a4e; font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	}
.menu-area.nav-white-bg .main-nav > li > a:hover {
 color: #831d19;
}
.menu-area.nav-white-bg .main-nav > li.active > a {
  color:#831d19;
}
.menu-area.nav-white-bg .main-nav > li + li:before {
  color: #ebebeb;
}
.menu-area.nav-fixed {
  position: fixed;
  top: 0;
  background: #f4f0ed;
  z-index: 100;
  bottom: inherit;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .menu-area .menu-collapse.collapse {
    display: block;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .menu-area {
    border-bottom: 1px solid #ebebeb;
    background: #f4f0ed;
  }
  .menu-area .main-nav > li > a {
    color: #635a4e; 
  }
  .menu-area .main-nav > li > a:hover {
    color: #000000;
  }
  .menu-area .main-nav > li.active > a {
    color: #000000;
  }
  .menu-area .main-nav > li + li:before {
    color: #ebebeb;
  }
  .menu-area .toogle-bars {
    display: block;
  }
  .menu-area .menu-collapse.collapse.in {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    display: block;
  }
}
/*== BUTTONS ==*/
.btn-default {
  border-color: #e0dad1 !important;
 }

.btn-default a:hover{
  color:#831d19!important;
}
.btn-flat-solid {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: "Museo 300", sans-serif;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 151px;
  letter-spacing: 1px;
  padding: 13px;
}
.btn-flat-solid.btn-lg {
  padding: 16px;
  font-size: 14px;
  min-width: 140px;
}
.btn-flat-solid.btn-sm {
  padding: 10px;
  min-width: 100px;
  font-size: 11px;
}
.btn-flat-solid.btn-xs {
  padding: 8px;
  min-width: 80px;
  font-size: 10px;
}
.btn-flat-solid.btn-default {
  color: #e0dad1;
  background-color: #e0dad1;
}
.btn-flat-solid.btn-default:hover {
  background-color: #f4f0e01;
}
.btn-flat-solid.btn-link {
  color: #f4f0e01;
}
.btn-flat-solid.btn-pill {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
}
.btn-flat-solid.primary-btn {
  color: #f4f0e01;
  background-color: #f4f0e01;
}
.btn-flat-solid.primary-btn:hover,
.btn-flat-solid.primary-btn:focus {
  color: #831d19;
  background-color: #f4f0e01;
}
.btn-flat-solid:hover,
.btn-flat-solid:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  outline: none;
}
.btn-flat-solid.btn-icon {
  min-width: 35px;
}
.btn-flat-line {
  font-family: "Museo 300", sans-serif;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 151px;
  border-width: 3px;
  letter-spacing: 1px;
  padding: 13px;
  background-color: transparent;
  color: #f4f0ed;
}
.btn-flat-line.light-font {
  color: #f4f0ed;
}
.btn-flat-line.btn-lg {
  padding: 16px;
  font-size: 14px;
  min-width: 140px;
}
.btn-flat-line.btn-sm {
  padding: 10px;
  min-width: 100px;
  font-size: 11px;
}
.btn-flat-line.btn-xs {
  padding: 8px;
  min-width: 80px;
  font-size: 10px;
}
.btn-flat-line.btn-default {
  color: #f4f0ed;
  border-color: #f4f0ed;
}
.btn-flat-line.btn-default:hover,
.btn-flat-line.btn-default:focus {
  background: #f4f0ed;
  border-color:  #f4f0ed;
  color: #831d19;
}
.btn-flat-line.btn-default.light-font {
  border-color: #f4f0ed;
  color: #f4f0ed;
}
.btn-flat-line.btn-default.light-font:hover,
.btn-flat-line.btn-default.light-font:focus {
  background-color:  #f4f0ed;
  color:  #831d19;
}
.btn-flat-line.btn-link {
  color: #f4f0ed;
}
.btn-flat-line.btn-link.light-font {
  color: #f4f0ed;
}
.btn-flat-line.btn-pill {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  border-radius: 25px !important;
}
.btn-flat-line.primary-btn {
  color: #f4f0ed;
  border-color: #f4f0ed;
  background-color: transparent;
}
.btn-flat-line.primary-btn.clicked,
.btn-flat-line.primary-btn:hover,
.btn-flat-line.primary-btn:focus {
  color: #f4f0ed;
  border-color: transparent;
  background-color: #f4f0ed;
}
.btn-flat-line.btn-icon {
  min-width: 35px;
}
.btn-flat-line:hover,
.btn-flat-line:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  outline: none;
}
.link-text {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #f4f0ed;
}
.box-btn-more {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.box-btn-more .btn {
  position: relative;
  background: #f4f0e01 !important;
  text-decoration: none;
  border-left: 1px solid #f4f0e01 !important;
  border-right: 1px solid #f4f0e01 !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.box-btn-more .btn:hover {
  border: 1px solid #f4f0e01 !important;
}
.box-btn-more:before {
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #f4f0e01;
  left: 0;
}



/*== FORM  ==*/
.form-control.form-flat {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 45px;
  font-family: "Museo 300", sans-serif;
  border-color: #ebebeb;
}
.form-control.form-flat.input-lg {
  height: 52px;
}
.form-control.form-flat:focus {
  border-color: #c3c3c3;
}
.form-control.dark-form {
  background: #1e1e1e;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  background: rgba(30, 30, 30, 0.85);
  color: #ffffff;
  border-color: #1e1e1e;
}
.form-control.dark-form:focus {
  border-color: #e74c3c;
}
.select-chosen,
.label-chosen {
  display: none;
}
@media (max-width: 991px) {
  .select-chosen,
  .label-chosen {
    display: block !important;
  }
}
textArea.form-flat {
  height: auto !important;
}
.form-control-large,
.form-control-small {
  width: 345px;
  display: inline-block;
  margin: 0 10px;
}
.form-control-small {
  width: 188px;
}
.flat-checkbox,
.flat-radio {
  line-height: 1em;
  position: relative;
}
.flat-checkbox label,
.flat-radio label {
  font-weight: 700;
  padding-left: 0;
}
.flat-checkbox input[type="checkbox"],
.flat-radio input[type="checkbox"],
.flat-checkbox input[type="radio"],
.flat-radio input[type="radio"] {
  position: absolute;
  left: -9999em;
}
.flat-checkbox span,
.flat-radio span {
  position: relative;
  top: -2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 10px;
  padding: 3px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.flat-checkbox input[type="radio"] + span,
.flat-radio input[type="radio"] + span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}
.flat-checkbox input:checked + span,
.flat-radio input:checked + span,
.flat-checkbox input:checked + span,
.flat-radio input:checked + span {
  background-color: #000000;
  border-color: #000000;
}
.btn-file {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/*== PAGINATION  ==*/
.flat-pagination > li > a,
.flat-pagination > li > span {
  color: #7d7d7d;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-left: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.03) !important;
  border-color: #ebebeb;
}
.flat-pagination > li > a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
  color: #7d7d7d;
}
.flat-pagination > .active > a,
.flat-pagination > .active > span,
.flat-pagination > .active > a:hover,
.flat-pagination > .active > span:hover,
.flat-pagination > .active > a:focus,
.flat-pagination > .active > span:focus {
  background-color: #323232;
  border-color: #323232;
}
/*== TABS  ==*/
.flat-nav-tabs {
  background: #f5f5f5;
  padding: 15px 10px 0 10px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.flat-nav-tabs > li > a {
  color: #000000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.flat-nav-tabs > li.active > a {
  box-shadow: 0 -2px 0 #000000 !important;
  -webkit-box-shadow: 0 -2px 0 #000000 !important;
  -moz-box-shadow: 0 -2px 0 #000000 !important;
  -o-box-shadow: 0 -2px 0 #000000 !important;
  -ms-box-shadow: 0 -2px 0 #000000 !important;
}
.flat-tab-content {
  padding-top: 20px;
}
/*== CAROUSEL==*/
.flat-carousel .carousel-control {
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.flat-carousel .carousel-control .ic-right,
.flat-carousel .carousel-control .ic-left {
  position: absolute;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  height: 40px;
  top: 50%;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-top: -20px;
  background: #000000;
}
.flat-carousel .carousel-control .ic-right {
  right: 50%;
  margin-right: -20px;
}
.flat-carousel .carousel-control .ic-left {
  left: 50%;
  margin-left: -20px;
}
.flat-carousel .carousel-caption {
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 6px 6px !important;
  -moz-border-radius: 0 0 6px 6px !important;
  -ms-border-radius: 0 0 6px 6px !important;
  -o-border-radius: 0 0 6px 6px !important;
  border-radius: 0 0 6px 6px !important;
}
.flat-carousel .carousel-indicators {
  bottom: 0;
  background: #323232;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  -ms-border-radius: 5px 5px 0 0 !important;
  -o-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  width: 150px;
  margin-left: -75px;
}
.flat-carousel .carousel-indicators li.active {
  width: 20px;
}
/*============================
     05. MAIN-HEADER
============================*/
.main-header {
  height: 600px;
  position: relative;
}
.main-header .header-content-fixed {
  height: 600px;
 background: url("../images/ft3.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: fixed;
  z-index: 0;
  width: 100%;
  
}
.main-header .header-content-fixed:before {
  content: "";
  position: absolute;
  width: 50%;
  transition: top 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: top 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: top 1s ease 0.3s, background 1s ease 0s;
  -o-transition: top 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: top 1s ease 0.3s, background 1s ease 0s;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.main-header .header-content-fixed:after {
  content: "";
  position: absolute;
  width: 50%;
  transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -webkit-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -moz-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -o-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  -ms-transition: bottom 1s ease 0.3s, background 1s ease 0s;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 992px) {
  .main-header .header-content-fixed {
    position: relative;
  }
}
.main-header:hover .header-content-fixed:before {
  background: rgba(255, 255, 255, 0.8);
}
.main-header:hover .header-content-fixed:after {
  background: rgba(255, 255, 255, 0.8);
}
.main-header .whoim {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 100px;
}
.main-header .name {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  z-index: 3;
  letter-spacing: 10px;
}
@media (max-width: 992px) {
  .main-header .name {
    font-size: 3em;
  }
}
.main-header .job {
  position: relative;
  display: inline-block;
  z-index: 3;
  border-bottom: 1px solid #635a4e;
  padding: 10px;
  letter-spacing: 4px;
}
/*============================
     06. MAIN-CONTENT
============================*/
/*== ABOUT ==*/
.my-profile {
  position: relative; 
}
.my-profile .my-pict, .my-education {
	
  background-repeat: no-repeat;
  background-position: top; /*center*/
  background-size: cover;
  background-image: url("../images/ilceia-avelar.jpg");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.my-education{background-image: none; background-color:#f4f0ed; }

@media (max-width: 880px) {
  .my-profile .my-pict, .my-education {
    position: relative;
    height: 300px;
  }
}
.my-profile .my-pict .overfly {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.my-profile .my-pict .overfly .text-botttom {
  position: absolute;
  width: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: right;
}
.my-profile .my-pict .overfly:hover {
  /*        background: transparent;
                .text-botttom{
                  bottom: -100%;
                }*/

}
.my-profile .my-desc,
.my-profile .my-pict{
  width: 50%;
}
@media (max-width: 880px) {
  .my-profile .my-desc,
  .my-profile .my-pict {
    width: 100% !important;
  }
}
.my-profile .my-desc {
  float: right;
}
.my-profile .my-desc .inner-text {
  max-width: 585px;
  padding: 40px;
}
@media (max-width: 880px) {
  .my-profile .my-desc .inner-text {
    max-width: 100%;
  }
}

/* ========05. SECTION RESUME========== */

#resume {background-color:#f4f0ed;}

.my-education .inner-text{
	max-width: 585px;
    padding: 40px;
}

.resumeEe {
	margin: 15px auto;

}
.resumeEe .icon {
	font-size: 25px;
	background: #635a4e;
	color: #f4f0ed;
	padding: 5px 5px 0 5px;
}
.resumeEe h3 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.resumeEe h5 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.resumeEe p {
	line-height: 21px;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 5px;
}
.resumeEd {text-align: right;}
.resumeEd p {padding-left: 25px;}
.resumeEd h3 {text-align: right;}
.resumeEd .icon {margin-left: 20px;float: right;}
.resumeEd {border-right: 1px solid #ebebeb;}

.resumeEm {text-align: left;}
.resumeEm p {padding-right: 25px;}
.resumeEm h3 {text-align: left;}
.resumeEm .icon {margin-right: 20px;float: left;}
.resumeEm {border-left: 1px solid #ebebeb;}

#resume .resumeList {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
	padding: 45px;
	background: #e0dad1;
	
}
.resumeList li {
	display: block;
	margin-top: 45px;
	margin-bottom: 25px;
}
.resumePeriod {
	background: #635a4e;
    color: #f4f0ed;
	padding: 2px 4px;
	margin-bottom: 1px;
	font-size: 11px;
	box-sizing: border-box;
}
.resumeName {
	color: #831d19;
	font-size: 12px;
	text-transform: lowercase;
}

/*== Qualificação ==*/
.skill {
  margin: 0;
}
.skill .box {
  text-align: center;
  border: 1px solid transparent;
  padding-bottom: 30px;
}
.skill.top .box {
  padding-top: 15px;
}
.skill.bottom .box {
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .skill .box {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    border: 0 !important;
  }
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart .percent {
  color: #635a4e;
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.title-border {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.list-progress li {
  padding: 20px 0;
}
.list-progress li .title {
  margin-bottom: 10px;
}
.list-progress li .progress-line {
  background: #fafafa;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.list-progress li .progress-line .line {
  height: 3px;
  background: #635a4e;
  display: block;
  width: 0;
}


/* 	PORTFOLIO
============================================================ */

.portfolioFilter { 
		text-align: center; 
		width: 100%;
		margin: 10px auto 0px auto; 
		padding: 0;
		}
	
	.portfolioFilter a {
		cursor: pointer;
		/*font-family: 'Oswald', sans-serif; */ 
		font-family: "Museo 300", sans-serif;
		font-size: 14px; 
		line-height: 30px; 
		text-align: center; 
		text-transform: uppercase;
		text-decoration: none;
		color: #635a4e;
		display: inline-block;
		margin: 0 5px 0 5px;
		padding: 2px 20px 0px 20px;
		}

	.portfolioFilter a.active {
		color: #831D19;
		text-decoration:underline;
		}
		
	#Grid {
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
		text-align: center;
		}

	#Grid:after {
		content: '';
		display: inline-block;
		width: 100%;
		}
		
	#Grid .mix {
		display: none;
		opacity: 0;
		height: auto;
		vertical-align: top;
		margin-left: -4px; 
		margin-bottom: 0;
		text-align: center;
		}

	.portfolioContainer { 
		width: 100%; 
		height: auto;
		margin: 0 auto; 
		padding: 0px;
		text-align: center; 
		}
 
	.portfolioContainer img {
		width: 100%;
		max-width: 100%; 
		height: auto;
		margin: 0px auto;  
		padding: 0; 
		text-align: center;
		display: block;
		position: relative; 
		-webkit-transition: all 1.2s linear;
		-moz-transition: all 1.2s linear;
		-o-transition: all 1.2s linear;
		-ms-transition: all 1.2s linear;
		transition: all 1.2s linear;
		}
	
	.project i {
		display: inline-block;
		position: relative; 
		width: 50px;
		height: 38px;
		padding-top: 10px;
		color: #e0dad1;
		text-align: center;
		margin: 10px auto 0 auto;
		border: 1px solid #f4f0ed;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px
		}
		
	.project i:hover {
		background: #831d19;
		color: #e0dad1;
		border: 1px solid #f4f0ed;
		-webkit-transition: all 0.9s;
		-moz-transition: all 0.9s;
		transition: all 0.9s;
		}
		
	.project-view {
		width:100%;
		max-width: 100%; 
		height: auto;   
		overflow: hidden;
		position: relative;
		text-align: center; 
		margin: 0 auto;
		padding: 0;
		}

	.project-view .project-mask,.project-view .content {
		width:100%;
		max-width: 100%; 
		height: auto; 
		min-height: 400px;		
		text-align: center;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		margin: 0 auto;
		padding: 0;
		}

	.project-view .project-mask { 
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		/*background: rgba(232,35,15, 0.7);*/
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
		
		background-size: 10px 10px;
	background-color: #831D19;
	box-sizing:border-box;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
	-pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                 transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                 transparent 75%, transparent) 0 0 / 50px 50px, #c16;
	behavior: url(/pie/PIE.htc);
		}

	.project-view:hover img {
		-webkit-transform: scale(1.6,1.6);
		-moz-transform: scale(1.6,1.6);
		-o-transform: scale(1.6,1.6);
		-ms-transform: scale(1.6,1.6);
		transform: scale(1.6,1.6);
		}

	.project-view:hover .project-mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
		}
		
	.project { 
		width: 300px; 
		height: auto;
		margin: 0 auto; 
		padding: 0;
		text-align: center;  
		position: relative; 
		} 
		
	.project h3{ 
	    font-family: 'TeX Gyre Adventor', sans-serif;
        font-size: 22px;
		line-height: 1;
		text-transform: uppercase; 
		text-align: center;
		color: #f4f0ed;  
		margin: 16% auto 0px auto;
		} 
		
	.project h4{  
		font-family: "Museo 300", sans-serif;
		font-size: 14px;
		line-height: 1;
		letter-spacing: -1px; 
		text-align: center;
		color: #f4f0ed; 
		} 
		



/*== BLOG == */
.list-blog li .box-blog {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ebebeb;
}
.list-blog li .box-blog .blog-bg {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list-blog li .box-blog .blog-bg .blog-ic {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #fafafa;
  right: 0;
}
.list-blog li .box-blog .blog-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  height: 100%;
  left: 0;
  top: 0;
  right: inherit;
  background: rgba(0, 0, 0, 0.1);
}
.list-blog li .box-blog .blog-content {
  width: 50%;
  float: right;
  padding: 30px;
}
.list-blog li:nth-child(even) .blog-bg {
  right: 0;
  left: inherit;
}
.list-blog li:nth-child(even) .blog-bg .blog-ic {
  left: 0;
  right: inherit;
}
.list-blog li:nth-child(even) .blog-content {
  float: left;
}
.list-blog li:hover .blog-bg:before {
  left: -100%;
}
@media (max-width: 768px) {
  .list-blog li .box-blog .blog-bg {
    width: 100%;
    height: 300px;
    float: none;
    position: relative;
  }
  .list-blog li .box-blog .blog-content {
    width: 100%;
    float: none;
  }
}
.post-meta {
  font-size: 12px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-meta span {
  margin-right: 10px;
}
.post-meta span i {
  color: #282828;
  margin-right: 5px;
}
.blog-content blockquote {
  color: #282828;
  font-size: 1em;
  margin-bottom: 10px;
}
.comments {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.comments li {
  margin-bottom: 30px;
}
.comments li .img-thumbnail {
  float: left;
  margin-right: 20px;
}
.comments li .img-thumbnail img {
  width: 45px;
}
.comments li h5 {
  padding-top: 10px;
  color: #323232;
  letter-spacing: 1px;
}
.comments li .meta-data {
  font-size: 11px;
  color: #919191;
}
.comments li .post-comment-block {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.comments li ul {
  padding-top: 25px;
  padding-left: 50px;
  list-style: none;
}
.box-widget {
  margin-bottom: 40px;
}
.box-widget h5 {
  margin-bottom: 20px;
}
.list-category a,
.list-archive a {
  color: #7d7d7d;
}
.list-tags li {
  display: inline-block;
}
.list-tags li a {
  display: block;
  background: #f5f5f5;
  color: #7d7d7d;
  border: 1px solid #ebebeb;
  padding: 3px 6px;
  margin-right: 2px;
  margin-bottom: 5px;
  font-size: 12px;
}
/*== CONTACT == */

label.error {color:#831d19;}

.contact-area {
  position: relative;
}
.contact-area .form-contact-area {
  width: 50%;
  position: relative;
  margin:auto;
  padding: 60px 40px;
}
.contact-area .form-contact-area .inner-contact {
  clear: both;
  width: 470px;
  padding: 60px 40px 60px 0;
  float: right;
}
@media (max-width: 992px) {
  .contact-area .form-contact-area {
    width: 100% !important;
  }
  .contact-area .form-contact-area .inner-contact {
    width: 100%;
    padding: 60px 15px 60px 15px;
    float: none;
  }
}
.contact-area .map-area {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #ebebeb;
  background: #f5f5f5;
}
@media (max-width: 992px) {
  .contact-area .map-area {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
.contact-area .map-area:before {
  content: "";
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.contact-area .map-area:hover {
  cursor: pointer;
}
.contact-area .map-area.show:before {
  right: -100%;
}
.map-content {
  line-height: 1;
  padding: 20px 0 20px 20px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.map-content i {
  margin-right: 2px;
}
/*== TESTIMONIAL == */
.box-testimonial {
  margin: 0 auto;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  position: relative;
  padding: 30px;
  padding-left: 50px;
  background: #ffffff;
  max-width: 530px;
}
.box-testimonial.left {
  margin-left: 30px;
}
.box-testimonial h4,
.box-testimonial h5 {
  letter-spacing: 3px;
}
.box-testimonial .img-profile {
  width: 60px;
  margin: 30px 0;
  position: absolute;
  padding: 5px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  top: 0;
  left: -30px;
}
.box-testimonial .img-logo-client {
  height: 30px;
}
@media (max-width : 461px ){
  .box-testimonial {
    margin-left: 30px;
  }
}
.carousel-testi {
  margin: 0 auto;
  max-width: 600px;
}
.carousel-testi .carousel-indicators {
  bottom: -25px;
}
.carousel-testi .carousel-indicators li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 10px;
  margin: 0 5px;
  height: 10px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.3);
}
.carousel-testi .carousel-indicators li.active,
.carousel-testi .carousel-indicators li:hover {
  background: #ffffff;
}
/*== PARALLAX == */
.parallax-bg {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .parallax-bg {
    background-attachment: inherit;
    background-position: center !important;
  }
}
/*============================
     06. MAIN-FOOTER 
============================*/
.main-footer {
  padding-bottom: 40px;
  font-size: 12px;
/*  background: #323232;*/
  background: #635a4e;
  position: relative;
  border-top: 1px solid #f4f0ed;
  border-bottom: 5px solid #f4f0ed;
}
.main-footer .folow-me {
  text-align: center;
  background: #f4f0ed;
  padding: 5px;
  margin: -1px auto;
  margin-bottom: 20px;
  width: 150px;
  color: #831d19;
}
.btnmsg {background-color:#e0dad1; border: 3px solid #e0dad1;}


.main-footer .back-to-top {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  text-align: center;
  color: #831d19;
  background: #f4f0ed;
}
.main-footer .back-to-top:hover,
.main-footer .back-to-top:focus {
  color: #e0dad1;
 
}
.main-footer p {
  position: relative;
}
.main-footer:before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.05);*/
}
.social-links {
  padding: 0;
  margin-bottom: 10px;
}
.social-links a {
  position: relative;
  color: #635a4e;
  display: block;
  transition: background 0.8s ease 0s;
  -webkit-transition: background 0.8s ease 0s;
  -moz-transition: background 0.8s ease 0s;
  -o-transition: background 0.8s ease 0s;
  -ms-transition: background 0.8s ease 0s;
  width: 30px;
  text-decoration: none;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background: #e0dad1;
}
.social-links a i {
  position: relative;
}
.social-links a:hover {
  background: #e0dad1;
  color: #831d19;
}
.progress-bar-success {
    background-color: #635A4E;
}

.sociais{width:50%; margin: auto}

@media (max-width: 461px) {
	.sociais{width:100%; margin: auto}
	
 .certificacao  {
    padding-top:55px; padding-right: 90px }

.list-progress li {
  padding-left: 10px;
}

.resumePeriod {
	margin-bottom: 1px;
	font-size: 10px;
	margin-top: 1px;
}

.resumeEe h5 {
	
	font-size: 12px;
	margin-bottom: 5px;
}

.resumeEe p {
	line-height: 21px;
	letter-spacing: 1px;
	font-size: 12px;

}

.rowidiomas {
	margin-right: 2px !important;
	margin-rleft: 2px !important;
	}
}