/*
Theme Name: Decode Theme Custom
Theme URI: 
Author: Decode Digital
Author URI: https://www.decodedigital.com.br/
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body{
	overflow-x:hidden;
    background: #191919;
}

*{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
}

a:visited, a, a:active, a:hover, a:focus{
    text-decoration: none!important;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #111;
  color: #fff;
}

::selection {
  background-color: #111;
  color: #fff;
}

.btn-primary{
    color: #fff;
    background-color: #111;
    border-color: #1b1719;
    border-radius: 55px;
    padding: 7px 55px;
    font-size: 1em;
    font-weight: 800;
    transition: all ease 0.5s;
}

.btn-secundary{
    color: #fff;
    background-color: #22a84c;
    border-color: #22a84c;
    border-radius: 55px;
    padding: 7px 100px;
    font-size: 1em;
    font-weight: 800;
    transition: all ease 0.5s;
}

.btn-secundary:hover {
    color: #fff;
    background-color: #48d675;
    border-color: #48d675;
    transform: scale(1.05);
}

.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
    transform: scale(1.05);
}

.tnp-submit{
    color: #fff!important;
    background-color: #22a84c!important;
    border-color: #22a84c!important;
    border-radius: 55px!important;
    padding: 7px 55px!important;
    font-size: 1em!important;
    font-weight: 800!important;
    transition: all ease 0.5s!important;
}

.tnp-submit:hover {
    color: #fff!important;
    background-color: #48d675!important;
    border-color: #48d675!important;
    transform: scale(1.05)!important;
}

.tnp-field label {
    color: white!important;
}

.tnp-field.tnp-field-email label{
    display: none!important;
}

.tnp-widget label {
    display: block!important;
    font-size: 10px!important;
    padding: 10px 0!important;
}


html {
  scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}


.custom-logo{
	width: 130px;
	height: auto;
	display: block;
	position: relative;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #111;
}

.main-menu {
    padding-bottom: 10px;
    padding-top: 10px;
}

}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu > li {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #222;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

}
.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li {
    min-width: 180px;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 2.5rem;
    color: #422918;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: all ease 0.2s;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color:#763054;
}

.current-menu-item .nav-link {
    color: #d60f56;!important;
}

.menu-item{
    
}



/* ======= PRELOADER ========== */

.preloaderjs .spinner {
  display: none !important;
}

.preloaderjs#page-preloader {
  background: rgba(46, 46, 46, 0.99) !important;
}

#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #191919), to(#191919));
    background: -webkit-linear-gradient(top, #191919 0, #191919 100%);
    background: -o-linear-gradient(top, #191919 0, #191919 100%);
    background: linear-gradient(to bottom, #191919 0, #191919 100%);
    z-index: 100500;
}

#page-preloader .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 150px;
    height: 150px;
    margin-top: -50px;
    margin-left: -50px;
    border: 3px solid transparent;
    border-radius: 50%;
    z-index: 1001;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
}

#page-preloader .spinner:before, #page-preloader .spinner:after {
  position: absolute;
  border-radius: 50%;
  content: '';
}

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 3px solid transparent;
  border-top-color: #b7b7b7;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 2s infinite linear;
}

#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 3px solid transparent;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ======= PRELOADER END ========== */

/* ======= SessÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o Sobre ========== */

.section-one{
    margin: 0px auto;
    background-color: #763054;
    color: white;
    min-height: 250px;
}

.section-one .texto-1{
    font-size: 1em;
    padding: 30px;
    margin: 25px auto;
}

.section-one .texto-2{font-size: 0.8em;padding: 30px;margin: 25px auto;}

.midias-sociais{
    margin: -30px -20px;
}
.midias-sociais ul{
    margin: 0;
}


.midias-sociais li{
    font-size: 32px;
    display: inline;
    margin-left: 14px;
    list-style-type: none;
}

.midias-sociais li{
    color: white;
    transition: all ease 0.2s;
}

.midias-sociais li:hover{
    color: #c46696;
}

/* ======= SessÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o Sobre End ========== */



/* ======= Section Projetos Start ========== */


.section-two{
    margin: 0px auto;
    background-color: #f7f7f7;
    color: #422918;
    min-height: 250px;
    padding: 120px 0;
}

.section-two .header-text{}
.section-two .header-text h1{
    font-weight: 800;
    color: #1a1819;
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.single-projetos h4{
    padding-bottom: 20px;
    line-height: 1.2em;
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 1.4em;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}

.single-projetos a{
    color: #441a04;
    transition: all ease 0.2s;
    text-decoration: none!important;
}

.single-projetos a:hover{
    color: #763054;
    text-decoration: none!important;
    
}

.single-projetos p{
    padding-bottom: 45px;
    width: 90%;
    font-size: 0.9em;
    margin: 0 auto;
    text-align: center;
}

.thumb{
    padding-bottom: 15px;
    margin: 0 auto;
}

.thumb img{
    display: block;
    transition: all ease 0.2s;
    opacity: 1;
    width: 90%;
}

.thumb img:hover{
    opacity: 0.7;
    transform: scale(1.05);
}

/* ======= Section Projetos End ========== */


/* ======= Section Projetos Start ========== */


.section-three{
    margin: 0px auto;
    background-color: #efefef;
    color: #763054;
    min-height: 250px;
       background-repeat: no-repeat;
    background-size: cover;
}

.parceiros{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -340px;
}

.parceiros .item{
    background-color: white;
    padding-bottom: 1px;
    margin-left: 15px;
    padding-top: 1px;
}

.parceiros .item img{
    width: 55%;
    margin: 25px auto;
    display: block;
    position: relative;
    padding-top: 0;
    transition: 0.2s all ease;
    cursor: pointer;
}

.parceiros .item img:hover{
    transform: scale(1.2);
    
}



.active-brand-carusel{
    padding: 90px 0;
}

/* ======= Section Projetos End ========== */


.footer-area{
    min-height: 120px;
    background-color: #111;
}


.single-footer-widget{
    padding: 90px 15px;
}

.single-footer-widget h4{
    color: white;
    font-weight: 600;
    margin-bottom: 25px;
}

.single-footer-widget p{
    color: white;
    font-size: 0.9em;
    margin-bottom: 25px;
}

.footer-social{}
.footer-social a{
    color: white;
}

.footer-social li{
    margin-right: 20px;
    font-size: 2em;
    color: white;
    transition: all ease 0.2s;
}

.footer-social li:hover{
    color: #763054;
}




/* ======= Colophon Start ========== */


#colophon {
    background-color: #ffffff;
    padding: 15px 0 10px 0;
    font-size: 10px;
    color: #737373;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0px;
    position: relative;
}

#colophon .col-one{
    text-align: left;
}

#colophon .col-one p{line-height: 0em;width: 60%;position: relative;display: block;top: 30px;z-index: 10;}

#colophon .col-two{
    text-align: right;
}

#colophon .col-two p{line-height: 0em;width: 50%;position: relative;display: block;top: 0px;float: right;}

.logomarca-decode-digital {
    width: 110px;
    margin-left: 13px;
    margin-bottom: 6px;
}

#colophon a{
    text-decoration: none;
    color: #737373;
    transition: all ease 0.2s;
}

#colophon a:hover{
    color: #763054;
}

/* ======= Colophon END ========== */


/* ======= Gototop ========== */


.gototop{
    width: 60px;
    height: 60px;
    background-color: #ffffff5c;
    border-radius: 65px;
    display: block!important;
    position: fixed;
    bottom: 19px;
    right: 110px;
    z-index: 99999;
    color: #111;
    text-align: center;
    font-size: 2.2em;
    padding-top: 4px;
    box-shadow: 1px 0px 4px black;
    border: none;
    margin: 0 0px;
    padding-right: 30px;
    cursor: pointer;
    padding-left: 15px;
}


/* ======= Gototop ========== */


.banner-sessao{
    background: -moz-linear-gradient(0deg, #763054 0%, #763054 100%);
    background: -webkit-linear-gradient(0deg, #763054 0%, #763054 100%);
    background: -ms-linear-gradient(0deg, #763054 0%, #763054 100%);
    padding-top: 45px;
    background-position: 0px 80px;
    background-size: cover;
}

.sessao-banner-content{
    margin-top: 70px;
    padding: 90px 0px;
    text-align: center;
}

.sessao-banner-content h1{
    font-weight: 800;
    text-transform: capitalize;
}

.sessao-banner-content p.link-nav{
    text-decoration: none;
}

.sessao-banner-content p.link-nav a{
    color: white!important;
    text-transform: capitalize;
    transition: all ease 0.2s;
    text-decoration: none;
}

.sessao-banner-content p.link-nav a:hover{
     color: #763054!important;
     text-decoration: none;
}

.sessao-banner-content .separador{
    margin:0 15px;
}

.conteudo-pagina{
    min-height: 50;
    padding: 45px;
}

.single-projeto{
    padding: 45px 0px;
}
.single-projeto .feature-img{}
.single-projeto .feature-img img{
    width: 95%;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    transition: all ease 0.2s;
    cursor: pointer;
    opacity: 1;
}

.single-projeto .feature-img img:hover{
    opacity: 0.7;
    transform: scale(1.05);
}

.single-projeto h1{
    font-size: 1.8em;
    text-align: center;
    font-weight: 800;
    color: #763054;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    transition: all ease 0.2s;
    min-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-projeto a{
    text-decoration: none;
}

.single-projeto h1:hover{
    color: #763054!important;
}


.single-projeto .excert{
    width: 90%;
    margin: 0 auto;
    font-size: 0.9em;
    padding-bottom: 25px;
    min-height: 110px;
}
.single-projeto .primary-btn{}

section.clientes, section.contato{
    padding: 60px 0;
    background-color: #f7f7f7;
}

.contact-form{}
.contact-form .common-input{
    margin: 0px auto 20px 0;
    width: 90%;
    padding: 10px 10px;
    height: 45px;
}
.contact-form .common-textarea{
    height: 180px;
    resize: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #763054;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(66 41 24 / 58%);
}

.single-contact-address .icon{
    margin-right: 18px;
    font-size: 2em;
    color: #763054;
}

.single-contact-address a h5{
    color: #717171;
    transition: all ease 0.2s;
    font-weight: 800;
}

.single-contact-address a:hover h5, .single-contact-address a:visited h5{
    color: #763054;
    text-decoration: none!important;
}

.single-contact-address a p{
    color: #9E9E9E;
    transition: all ease 0.2s;
    text-decoration: none!important;
}

.single-contact-address a:hover p, .single-contact-address a:visited p{
    color: #763054;
    text-decoration: none!important;
}


.contact-details{}
.contact-details h5{
    padding-bottom: 0px!important;
    color: #717171;
    text-decoration: none!important;
}
.contact-details p{
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    top: -8px;
    color: #9E9E9E;
    text-decoration: none;
}



.conteudo-pagina-error{
    min-height: 450px;
}
.conteudo-pagina-error .miolo{
    padding: 90px 0;
}

.conteudo-pagina-error .miolo .titulo{}
.conteudo-pagina-error .miolo .titulo h1{
    display: block;
    margin: 0 auto;
    font-size: 8em;
    padding-top: 90px;
    font-weight: 700;
    color: #763054;
}
.conteudo-pagina-error .miolo .texto{}
.conteudo-pagina-error .miolo .texto p{
    text-align: center;
    margin: 0 auto;
    padding-bottom: 45px;
}
.conteudo-pagina-error .miolo .botao{}
.conteudo-pagina-error .miolo .botao .btn{
    margin: 0 auto;
}



/* single */

.titulo-single-banner{
    font-size: 3em;
    padding-bottom: 15px;
    font-weight: 800;
}

.single-post-area{
    padding: 65px;
}

.single-post .feature-img{}

.single-post .feature-img img{
    opacity: 1;
    transform: scale(1);
    transition: all ease 0.2s;
}

.single-post .feature-img img:hover{
    opacity: 0.8;
    transform: scale(1,1);
}


.single-post h3{
    font-size: 2em;
    font-weight: 800;
    padding: 20px;
    color: #763054;
}

.single-post .content{
    padding: 0px 20px;
}
.single-post .content p{
    line-height: 2.2em;
    padding-bottom: 20px;
}

.single.single-projeto{
    padding: 0 0;
}

.sidebar-widgets{}

.popular-post-widget{}
.popular-post-widget .popular-title{
    width: 100%;
    padding: 20px;
    text-align: right;
    font-size: 1.6em;
    font-weight: 800;
    color: #763054;
}

.popular-post-list{
    margin-left: 25px;
}
.popular-post-list .single-post-list{
    margin-left: inherit;
}
.single-post-list{
}
.single-post-list .thumb{
    display: block;
    position: relative;
}
.single-post-list .thumb img{
    height: auto;
}

.single-post-list .details{
}
.single-post-list .details a{}
.single-post-list .details a h6{}
.single-post-list .details h6{
    font-size: 1em;
    position: relative;
    display: block;
    min-height: 15px;
    font-weight: 800;
    color: #763054;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
    transition: all ease 0.2s;
    padding-bottom: 15px;
}

.single-post-list .details h6:hover{
    color: #763054;
    
}

.single-post-list .details p{
    padding: 0 20px;
    font-size: 0.8em;
    text-align: left;
    width: 90%;
    padding-bottom: 45px;
}

.navbar-nav .nav-link {
    color: white!important;
}

.navbar-nav .current-menu-item .nav-link {
    color: #aa1246!important;
}

.menu-item {
    font-weight: 800;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #3e3e3e;
    border: 1px solid #a23b3b00;
    border-radius: .25rem;
}


/*
div#n2-ss-7 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading {
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}

.n2-ss-item-transition-inner picture{
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
*/


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
	@media only screen and (min-width : 0px) and (max-width : 480px) { 
		
        .col-one, .col-two{
            width: 80%;
            text-align: center;
            margin: 0 auto;
        }
        
        #colophon .col-one, #colophon .col-two {
            text-align: center!important;
            margin: 0 auto;
            width: 80%;
        }
      
        .section-one .texto-2 {
            font-size: 1em!important;
            padding: 20px;
            margin: 0 auto 40px auto;
            text-align: center!important;
        }
      
        .section-one .texto-1 {
            font-size: 1em!important;
            padding: 30px;
            margin: 15px auto 0 auto;
            text-align: center!important;
        }  
      
        .midias-sociais {
            margin: -30px auto 30px auto;
            width: 50%;
        }
      
        p {
            margin-top: 0;
            margin-bottom: 1rem;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            font-size: 1em!important;
        }

        #colophon{
			
        }
      
        .thumb img {
            display: block;
            transition: all ease 0.2s;
            opacity: 1;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }
      
        .single-footer-widget {
            padding: 50px 15px 25px 15px;
        }
      
        .single-footer-widget h4 {
            color: white;
            font-weight: 600;
            margin-bottom: 25px;
            text-align: center;
            font-size: 1.8em;
        }
      
        .single-footer-widget p {
            color: white;
            font-size: 0.9em;
            margin-bottom: 25px;
            text-align: center;
        }
      
        #colophon .col-one, #colophon .col-two {
            text-align: center!important;
            margin: 0 auto;
            width: 80%;
            height: 100px;
        }
      
        #colophon .col-one p {
            line-height: 2em;
            width: 100%;
            position: relative;
            display: block;
            top: 15px;
            z-index: 10;
            font-size: 1.2em!important;
            padding-bottom: 100px;
        }
      
      #colophon .col-two p {
          line-height: 0em;
          width: 100%;
          position: relative;
          display: block;
          top: 0px;
          float: right;
          padding-bottom: 105px;
          font-size: 1em!important;
      }
      
       .logomarca-decode-digital {
          width: 130px;
          margin-left: 13px;
          margin-bottom: 6px;
      }
      
      .gototop {
          width: 60px;
          height: 60px;
          background-color: #ffffff5c;
          border-radius: 65px;
          display: block!important;
          position: fixed;
          bottom: 19px;
          right: 15px;
          z-index: 99999;
          color: #422918;
          text-align: center;
          font-size: 2.2em;
          padding-top: 4px;
          box-shadow: 1px 0px 4px black;
          border: none;
          margin: 0 0px;
          padding-right: 30px;
          cursor: pointer;
          padding-left: 15px;
      }
      
      .conteudo-pagina {
          min-height: 50;
          padding: 15px;
      }
      
      .footer-social {
          width: 60%;
          margin-left: auto;
      }
      
      .single-contact-address {
          left: 50px;
          position: relative;
      }
      
     .contact-details p {
        padding-top: 0px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        top: -8px;
        color: #9E9E9E;
        text-decoration: none;
        font-size: 14px!important;
        width: 100%;
      }
      
       .contact-form .common-input {
          margin: 0px auto 10px auto;
          width: 85%;
          padding: 10px 10px;
          height: 55px;
      }
      
      .form-control {
          display: block;
          width: 85%;
          height: calc(1.5em + .75rem + 2px);
          padding: .375rem .75rem;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid #ced4da;
          border-radius: .25rem;
          transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          margin: auto;
          margin-top: -10px;
      }
      
     .btn-secundary {
        color: #fff;
        background-color: #22a84c;
        border-color: #22a84c;
        border-radius: 55px;
        padding: 7px 80px;
        font-size: 1em;
        font-weight: 800;
        transition: all ease 0.5s;
        margin: 0 auto;
        display: block;
    }
        
    .parceiros {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -210px 0px;
    }
        
        .single-footer-widget-1{
            margin-left: 45px;
        }    
		
	}
	
		/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) and (min-width : 481px){
		
.parceiros {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
}
		
	}
	
		/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px)  and (min-width : 769px){    
		
.parceiros {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -120px;
}
		
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) and (min-width : 993px){
		
.parceiros {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -120px;
}
	  
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1500px) and (min-width : 1201px){
		
.parceiros {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -180px;
}
	
	}
	
	  /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1501px){
		
	
	
	} 
	




