/* google font > Open Sans && Raleway */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,500i,600,700|Montserrat:300,400,500,600,700,900');

/*------------------------------
    2 - Start Main Rules 
------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px; 
    font-weight: 400;
    line-height: 1.8;
}

.barra {
    padding-left: 80px;
    background-color: #000;
}

.icones {
    float: left;
}

.whats {
    float: left;
}

.icone {
    text-align: right;
    padding-right: 80px;
    color: white;
}



a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3 {
    letter-spacing: 2px;
}
h4,
h5,
h6,
a {
    letter-spacing: 1px;
}
img {
    width: 100%;
    height: auto;
}
.section-heading span {
    color: #29176e;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section-heading h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}   
/* Typed Cursor */
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 1.7s infinite;
	-moz-animation: blink 1.7s infinite;
	animation: blink 1.7s infinite;
}
@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}



/* Botão Whatsapp */

#whatsapp {
    position:fixed;
	right:  20px;
	bottom: 20px;
}

.wpp {
    width:  60px;
    height: 60px;
    display: block;
    margin-top: 5px;
   
}



/* ---------------------------------------
    4 - Start Home Section
----------------------------------------- */
/* 4-a - Background */
/* 4-a - Top Area */
/* Parallax Page Background */
#home.parallax {
    background-attachment: fixed;
   /* background-image: url("assets/images/banner/banner-bg.jpg"); */
    background-position: center center;
}
#particles-js{
    width: 100%;
    height: 100vh;
}
/* Particle Background */
canvas{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* Video Background */
.video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.video__webm {
    width: 100%;
}

@media (max-width: 1000px) {
    .video__webm {
        width: 200%;
    }
}

.video,
source {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -99999;
}
.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
/* Top Area */
#home.top-area {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99999;
}
#home.top-area::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -99999;
}
.header-area {
    width: 100%;
    z-index: 999999;
    position: relative;
    background: #fff;
}
/* 4-b - Navbar */
.mainmenu ul.nav.navbar-nav {
    float: none;
    text-align: right;
}
.mainmenu ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
    position: relative;
}
.mainmenu ul.nav.navbar-nav > li > a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 50px  15px;
}
.mainmenu ul.nav.navbar-nav > li:hover > a {
    background: none;
    color: #000;
}
.mainmenu ul.nav.navbar-nav > li > a:focus {
    background: none;
}
.mainmenu ul.nav.navbar-nav > li.active > a {
    color: #29176e;
    font-weight:bold;
}



.navbar-toggle {
    background: #dcdcdc;
}
/* 4-c - Logo */
.header-area .logo {
    padding: 17px 0;
}
.header-area .logo a {
    color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.header-area .logo a span {
    color: #f24259;
}
/* 4-d - Sticky Header */
.header-area::after,
.mainmenu .nav.navbar-nav a,
.header-area .logo,
.header-area .logo a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.is-sticky .header-area::after {
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.is-sticky .mainmenu .nav.navbar-nav a {
    color: #000;
    font-size: 13px;
    padding: 50px 15px;
}
.is-sticky .header-area .logo {
    padding: 16px 0;
}
.is-sticky .header-area .logo a {
    color: #fff;
    font-size: 18px;
}
/* 4-e - Header Text */
.header-text-area {
    display: flex;
    height: 90vh;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.header-text-content {
    display: flex;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.header-text h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.header-text h2 span {
    color: #29176e;
}
.header-text p {
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 30px;
}
.header-text a {
    background-color: #99ff00;
    border: 1px solid #99ff00;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    padding: 7px 35px;
    text-transform: uppercase;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.header-text a:hover {
    background-color: transparent;
    border-color: #ffff;
}
.header-text a.btn-2 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 2px;
    padding: 7px 28px;
    text-transform: uppercase;
}
.header-text a.btn-2:hover {
    background-color: #f24259;
    border-color: #f24259;
}


/* End of Home Section */
/* ---------------------------------------
    5 - Start Feature Section
----------------------------------------- */
.feature {
    padding: 60px 0 100px;
    background: #f6f6f6;
}
.feature .single-feature {
    background: #fff;
    margin-top: 40px;
    padding: 50px 40px;
}
.feature .single-feature i {
    background: #f24259;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.feature .single-feature h6 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 5px;
    text-transform: capitalize;
}
/* End of Feature Section */
/* ---------------------------------------
    6 - Start About Section
----------------------------------------- */


.about-us {
    padding: 100px 0;
}
.about-us .about-item {
    margin-top: 40px;
}
.about-us .about-content {
    margin-top: 40px;
}
.about-us .about-content h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.about-us .about-content p {
    margin-top: 10px;
}
.about-us .about-content a {
    background: #f24259;
    border: 1px solid #f24259;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 4px 18px;
    text-transform: capitalize;;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.about-us .about-content a:hover {
    background: #fff;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
}
.about-us .about-skill {
    margin-top: 50px;
}
.about-us .skillbar {
    background: #eee;
    border-radius: 3px;
    display: inline-block;
    height: 3px;
    margin: 20px 0;
    position: relative;
    width: 100%;
}
.about-us .skillbar:last-child {
    margin: 20px 0 0;
}
.about-us .skillbar-title {
    position: absolute;
    top: -25px;
    left: 0;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: capitalize;
    line-height: 1;
}
.about-us .skillbar-bar {
    height: 3px;
    width: 0px;
    background: #212121;
    border-radius: 1px;
    display: inline-block;
    position: absolute;
}
.about-us .skill-bar-percent {
    position: absolute;
    right: 10px;
    top: -25px;
    font-size: 12px;
    font-weight: 700;
    height: 6px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.9);
}
.about-us .about-feature {
    padding-top: 100px;
}
.about-us .about-feature .about-feature-icon i {
    color: #f24259;
    font-size: 40px;
}
.about-us .about-feature .about-feature-content h5 {
    color: #232323;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}



.about-sec{
  width: 100%;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 110px;
}

.about-left-image {
  text-align: right;
  position: relative;
  z-index: 9;
  padding-bottom: 40px;
  padding-top: 200px;
}
.about-left-image:after{
  content: '';
  height: 415px;
  position: absolute;
  left: 0;
  background-color: #99ff00  ;
  z-index: -9;
  top: 90px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.about-left-image:hover:after{
  top: -40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.about-left-image img{
  width:100%;
}

.about-us-title{
  padding-top: 64px;
}
.about-us-title p{
  padding-top: 28px;
  line-height: 1.7em;
  font-weight: 400;
  color: #181a1d;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;

}
.about-us-title h3{
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.about-us-title h6{

    text-transform: uppercase;
}

.about-us-title .btn{
  margin-top: 32px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  padding: 22px 36px;
  font-size: 18px;
  background-color: #29176e;
  border-radius: 0;
  z-index: 9;
  border:2px solid #29176e;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.about-us-title .btn:after{
  content: '';
  width:0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#ffffff;
  z-index: -9;
  float: right;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.about-us-title .btn:hover{
  color: #29176e;
}
.about-us-title .btn:hover:after{
  width: 100%;
  height: 100%;
}






.about-1-right-content-item:hover .section-sub-head:after {
    left: 0px;
    transition: all 0.25s linear 0.5s;
}

.about-us-title .section-sub-head:after {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background: #29176e;
    transition: all 0.25s linear 0s;
}.about-1-right-content-item:hover .section-sub-head {
    color: rgb(250, 195, 18);
    transition: all 0.25s linear 0s;
}
.about-1-right-content .section-sub-head {
    padding-bottom: 42px;
    position: relative;
    transition: all 0.25s linear 0.5s;
}
.section-sub-head {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 11px;
    text-transform: uppercase;
}

/* End of About Section */
/* ---------------------------------------
    7 - Start Fun Facts  Section
----------------------------------------- */
.fun-facts {
    background-attachment: fixed;
    background-image: url("assets/images/fun-facts/fun-facts-bg.jpg");
    background-position: center center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.fun-facts::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1;
}
.fun-facts .fact {
    padding: 50px 0;
}
.fun-facts .fact {
    overflow: hidden;
}
.fun-facts .fact .icon i {
    color: #c5c5c5;
    font-size: 42px;
}
.fun-facts .fact .content {
    margin-left: 20px;
}
.fun-facts .fact .content span.timer {
    color: #c5c5c5;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.fun-facts .fact .content p {
    color: #c5c5c5;
    font-weight: 500;
    text-transform: uppercase;
}
/* End of Fun Facts Section */
/* ---------------------------------------
    8 - Start Service Section
----------------------------------------- */

.services {
    background-color: #f6f6f6;
    background: url('../images/fundo1.png');
    background-size: cover;
    padding-top: 50px;
}
.services .services-group {
    margin-top: 30px;
    padding-bottom: 100px;
}
.services .single-service {
    background-color: #fff;
    margin-top: 40px;
    padding: 70px 35px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    box-shadow: 1px 1px 10px #29176e6e;
}
.services  a{
    color: #000;
}
.single-service center a{
    color:blue;

    cursor: pointer;
}
.services .single-service i {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #f24259;
    font-size: 28px;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services .single-service h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single-service img{
    width: 45%;
}
.services .single-service p {
    letter-spacing: 1px;
}
.services .single-service:hover {
    box-shadow: 1px 1px 10px #c5c5c5;
    transform: translateY(-10px);
}
.services .single-service:hover.single-service i {
    font-size: 26px;
    box-shadow: 0 0 10px #b9b4b4;
}
#service-promo.parallax {
    background-attachment: fixed;
    background-image: url("assets/images/service/service-promo-bg.jpg");
    background-position: center center;
}
.service-promo {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.service-promo::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -2;
}
.service-promo .service-promo-content {
    padding-top: 100px;
    text-align: center;
}
.service-promo .service-promo-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}
.service-promo .service-promo-content p {
    color: #fff;
    margin-top: 15px;
}
.service-promo .service-promo-content a {
    background-color: #f24259;
    border: 1px solid #f24259;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 7px 32px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.service-promo .service-promo-content a:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.service-promo .service-promo-content img {
    margin-top: 40px;
    display: block;
}
.selos{
    padding: 12px;
    background: #fff;
    top:40px;
    box-shadow:2px 2px 23px rgb(41, 23, 110);
}
.selos img{
    width: 20%;
    padding: 18px;
}
/* End of Service Section */
/*---------------------------------------
    9 - Start Portfolio Section
---------------------------------------*/
.portfolio {
    padding: 100px 0;
}
.portfolio .portfolio-filter {
    margin-top: 50px;
}
.portfolio .portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;                    
    font-weight: 400;
    padding: 0 15px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio .portfolio-filter li.active {
    color:  #232332;
    text-decoration: line-through;
}
.portfolio .portfolio-filter li:hover {
    color: #f24259;
}
.portfolio .portfolio-items .single-portfolio {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image {
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}
.portfolio .portfolio-items .single-portfolio .portfolio-image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s; 
}
.portfolio .portfolio-items .single-portfolio .portfolio-image:hover::after {
    opacity: 1;
    transform: scale(1.5);
}
.portfolio .portfolio-items .single-portfolio .portfolio-image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-image .portfolio-icon i {
    color: #f24259;
    font-size: 34px;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content {
    width: 100%;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content h6 a {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    text-transform: capitalize;
    left: 20px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.portfolio .portfolio-items .single-portfolio .portfolio-content p {
    color: #f24259;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content h6 a {
    opacity: 1;
    left: 20px;
    bottom: 40px;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content p {
    opacity: 1;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 1;
}
.portfolio .portfolio-items .portfolio-image:hover .portfolio-content p {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/* End of Portfolio Section */
/* ---------------------------------------
    10 - Start Team Section
----------------------------------------- */
.team {
    background: #f6f6f6;
    padding: 100px 0;
}
.team .single-team {
    margin: 0 15px;
}
.team .team-group {
    margin-top: 30px;
}
.team .single-team .team-image {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.team .single-team .team-image::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s ease 0s; 
}
.team .single-team .team-image:hover::after {
    opacity: 1;
    transform: scale(1.5);
}
.team .single-team .team-image img {
    max-width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.team .single-team .team-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.team .single-team .team-overlay-content {
    width: 90%;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.team .single-team .team-image:hover .team-overlay-content::after {
    width: 100%;
}
.team .single-team .team-social-links a {
    display: inline-block;
}
.team .single-team .team-social-links a i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
    color: #000;
    text-align: center;
    opacity: 0;
    transform: translate(0px, 100px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.team .single-team .team-social-links a i:hover {
    background: #f24259;
    color: #fff;
}
.team .single-team .team-social-links a:last-child i {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    
}
.team .single-team .team-image:hover .team-social-links a i {
    opacity: 1;
    transform: translate(0, 0);
}
.team .single-team .team-content {
    background: #fff;
    padding: 20px 0;
}
.team .single-team .team-content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.team .single-team .team-content p {
    font-size: 14px;
    text-transform: capitalize;
}
.team .owl-theme .owl-controls {
    margin-top: 40px;
}
.team .owl-theme .owl-controls .owl-buttons div {
    background: #ddd;
    border-radius: 0;
    color: #232323;
    font-size: 0;
    margin: 0 3px 0;
    opacity: 1;
}
.team .owl-theme .owl-controls .owl-buttons div i {
    font-size: 20px;
}
/* End of Team Section */
/*----------------------------------
    11 - Start Promo Section 
-----------------------------------*/
#promo.parallax {
    background: url('assets/images/promo/promo-bg.jpg') no-repeat fixed center center;
    background-size: cover;
}
.promo {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.promo .promo-bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
}
.promo .promo-content h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.promo .promo-content p {
    color: #fff;
}
.promo .promo-content a {
    background-color: #f24259;
    border: 2px solid #f24259;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 10px 27px;
    text-transform: uppercase;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.promo .promo-content a:hover {
    background-color: transparent;
    border-color: #eb385d;
}
/* End of Promo Section */
/* ---------------------------------------
    12 - Start Pricing Section
-----------------------------------------*/
.pricing {
    padding: 100px 0;
    background: #f6f6f6;
}
.pricing .pricing-box-group {
    margin-top: 30px;
}
.pricing .pricing-box {
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    height: auto;
    margin: 40px auto 0;
    max-width: 300px;
    overflow: hidden;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pricing .pricing-box::before {
    background: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: '';
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transform: skewY(-5deg) scale(1.5);
}
.pricing .pricing-box:hover {
    transform: scale(1.1);
}
.pricing .pricing-box.box1,
.pricing .pricing-box.box1 .pricing-title .fa {
    background: linear-gradient(-45deg, #f403d1, #64b5f6);
}
.pricing .pricing-box.box2,
.pricing .pricing-box.box2 .pricing-title .fa {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}
.pricing .pricing-box.box3,
.pricing .pricing-box.box3 .pricing-title .fa {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
}
.pricing .pricing-box .pricing-title .fa {
    border-radius: 50%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
.pricing .pricing-box .pricing-title h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
.pricing .pricing-box .price {
    z-index: 2;
}
.pricing .pricing-box .price span {
    color: #fff;
    font-size: 34px;
    padding: 20px 0;
}
.pricing .pricing-box .pricing-option {
    z-index: 2;
}
.pricing .pricing-box .pricing-option li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pricing .pricing-box a {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    color: #000;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
    padding: 6px 15px;
    text-transform: capitalize;
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* End of Pricing Section *//* ---------------------------------------
    13 - Start Blog Section
-----------------------------------------*/
#home.blog-banner {
    background-attachment: fixed;
    background-image: url("assets/images/blog/blog-bg.jpg");
    background-position: center center;
}
.breadcumb {
    padding: 150px 0;
}
.breadcumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    text-transform: capitalize;
}
.breadcumb span a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-top: 15px;
    text-transform: capitalize;
    transition: .5s;
}
.breadcumb span {
    color: #fff;
}
.breadcumb span a.active {
    color: #f24259;
}
.breadcumb span a:hover {
    color: #f24259;
}
.blog {
    padding: 100px 0;
}
.blog .blog-items {
    margin-top: 30px;
}
.blog .single-blog {
    margin: 40px 15px 0;
    background: #f6f6f6;
}
.blog .blog-masonry .single-blog,
.blog .blog-grid .single-blog {
    margin: 40px 0 0;
}
.blog .single-blog .blog-content {
    padding: 20px 20px 40px;
}
.blog .single-blog .blog-content > span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.blog .single-blog .blog-content span i.fa-user {
    margin-right: 9px;
}
.blog .single-blog .blog-content span i.fa-calendar {
    margin: 0 9px 0 20px;
}
.blog .single-blog .blog-content h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog .single-blog .blog-content p {
    letter-spacing: 1px;
}
.blog .single-blog .blog-content a {
    background: #29176e;
    border: 1px solid #29176e;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 4px 18px;
    text-transform: capitalize;;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.blog .single-blog .blog-content a:hover {
    background: #fff;
    border: 1px solid #29176e;
    color: #29176e;
}
.blog .single-blog .img{
    width: 100%;
    height: 249px;
}
.blog .single-blog .img img{
    width: 100%;
    height: 100%;
}
.blog .owl-theme .owl-controls {
    margin-top: 40px;
}
.blog .owl-theme .owl-controls .owl-buttons div {
    background: #29176e9c;
    border-radius: 0;
    color: #232323;
    font-size: 0;
    margin: 0 3px 0;
    opacity: 1;
}
.blog .owl-theme .owl-controls .owl-buttons div i {
    font-size: 20px;
}
.blog-ms-pd {
    padding-top: 60px;
}
.blog .blog-pagination {
    margin-top: 30px;
}
.blog .blog-pagination .pagination {
    display: inline-block;
    margin: 0;
}
.blog .blog-pagination .pagination a {
    background-color: #e1e1e1;
    color: #323232;
    float: left;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 3px 10px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    margin: 0 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog .blog-pagination .pagination a.active {
    background-color: #f24259;
    color: #fff;
    border: 1px solid #f24259;
}
.blog .blog-pagination .pagination a:hover {
    background-color: #f24259;
    border: 1px solid #f24259;
    color: #fff;
}
/* End of Blog Section */
/*----------------------------------
    14 - Start Client Section 
-----------------------------------*/
.client {
    background: #f6f6f6;
    padding: 100px 0;
}
.client .client-group .single-client i.fa {
    color: #232323;
    font-size: 42px;
    margin-bottom: 20px;
}
.client .client-group .single-client p {
    margin-bottom: 20px;
}
.client .client-group .single-client .client-image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.client .client-group .single-client .client-image img {
    border: 3px solid #fafafa;
    border-radius: 50%;
}
.client .client-group .single-client h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: capitalize;
}
.client .client-group .single-client span {
    font-size: 12px;
    text-transform: capitalize;
}
.client .owl-theme .owl-controls {
    margin-top: 20px;
}
.client .owl-theme .owl-controls .owl-page span {
    margin: 0 5px 0;
    height: 14px;
    width: 12px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.client .owl-theme .owl-controls .owl-page.active span {
    background: #232323;
    height: 16px;
}
/* End of Client Section */
/* ---------------------------------------
    15 - Start Faq Section
----------------------------------------- */
.faq {
    padding: 100px 0
}
.faq .faq-item {
    margin-top: 30px;
}
.faq .faq-content {
    display: block;
    margin-top: 40px;
}
.faq .faq-content .panel-group {
    margin-bottom: 0;
}
.faq .faq-content .panel-default {
    border: none;
}
.faq .faq-content .panel-group .panel + .panel {
    margin-top: 0;
}
.faq .faq-content .panel {
    margin-bottom: 32px;
    border-radius: 0;
    box-shadow: none;
}
.faq .faq-content .panel:last-child {
    margin-bottom: 0;
}
.faq .faq-content .panel-default > .panel-heading {
    background: #232323;
    border: none;
    border-radius: 0;
    padding: 0;
}
.faq .faq-content .panel-title {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.faq .faq-content .panel-title a {
    position: relative;
    padding: 15px;
    display: block;
}
.faq .faq-content .panel-title a[aria-expanded="false"]::after {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    content: '\f105';
    font-size: 22px;
    font-family: FontAwesome;
    font-weight: 400;
}
.faq .faq-content .panel-title a[aria-expanded="true"]::after {
    content: '\f107';
    font-size: 22px;
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 20px;
}
.faq .faq-content .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.faq .faq-image {
    margin-top: 40px;
    line-height: 0;
}
/* End of Faq Section */
/* ---------------------------------------
    16 - Start Client Logo Section
----------------------------------------- */
.client-logo {
    background-attachment: fixed;
    background-image: url("assets/images/client-logo/client-logo-bg.jpg");
    background-position: center center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.client-logo::after {
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
}
.client-logo-image {
    margin: 0 auto;
    margin: 0 15px;
}
.client-logo-image img {
    display: block;
}
/* End of Client Logo Section */
/* ---------------------------------------
    17 - Start Contact Section
----------------------------------------- */
.contact {
    padding: 10px 0;
}
.contact .section-heading {
    margin-bottom: 70px;
}
.map {
    margin: 0 -15px;
}
#map {
    height: 400px;
    width: 100%;
}
.contact .contact-group {
    background: #29176e;
    margin: -100px 50px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    box-shadow: 18px 17px 20px 1px #29176ed6;
}
.contact .contact-group> .col-md-6 {
    padding: 0;
}
.contact .contact-form {
    background: #29176e;
    padding: 30px;
}
.contact .contact-form h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.contact .contact-form .form input[placeholder] {
    letter-spacing: 2px;
}
.contact .contact-form .form input:focus,
.contact .contact-form .form textarea:focus {
    border: 1px solid #fff;
}
.contact .contact-form .form input,
.contact .contact-form .form textarea {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    outline: none;
}
.contact .contact-form .form input[type=text] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form .form input[type=email] {
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.contact .contact-form .form textarea {
    letter-spacing: 1px;
    padding: 20px;
    text-transform: capitalize;
    width: 100%;
}
.contact .contact-form .form input[type=submit] {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.contact .contact-form .form input[type=submit]:hover {
    border: 1px solid #f24259;
}
.contact .address-group {
    background: #29176e;
    padding: 30px;

}
.contact .address-group h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;

    text-align: center;
}
.contact .address-group .address p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.contact .address-group .address p i.fa {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.disclaimer-contato {
    padding: 20px;
    margin: 20px;
    background: #176e4d;
    color: #fff;
}

.input-cv {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

/* End of Contact Section */

/* certificados */
.certificados-box {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}

.certificados-box__item {
    flex-basis: 75px;
    margin: 10px;
    display: flex;
    align-items: center;
}



/* SOLICITE UM ORÇAMENTO */


#orcamento {
    background-color: #e3e3e3;
    font-size: 1rem;
    height: 600px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 20px;
}

/* Barra Preta */

.orcamento {
    color: #fff;
    margin-left: 15px;
    margin-top: 7px;
    font-size: 1rem;
}
.entre-em-contato {
    width: 50%;
    padding: 40px;
    float: left;
}

.entre-em-contato p {
    font-size: 1rem;
}

.icones-contato {
    margin-top: 20px;
}

.entre-em-contato .fa, .entre-em-contato .fab {
    color: #29176e;
    margin: 5px;
}


.solicite-um-orcamento {
    width: 50%;
    padding: 40px;
    float: left;
    
}

form {
    padding: 20px 0;
}

input {
    padding: 10px;
    border: 1px solid transparent;
    font-size:  1rem;
}

.nome {
    width: 80%;
}

.email, .telefone {
    width: 39.3%;
    margin: 10px 5px 10px 0;
}

textarea {
    width: 80%;
    resize: none;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.enviar {
    margin: 40px 0 0 0;
}


.btn-enviar {
    background-color: #29176e;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #29176e;
    border-radius: 50px;
    padding: 15px;
    margin: 10px 0 ;
}



























/* ---------------------------------------
    18 - Start Footer Section
----------------------------------------- */

footer{
    background: #29176e;
    color: #fff;
    padding: 20px;
    
}

#footer {
    background-color: #1a1a1a;
    padding-top: 60px;
}
#footer .footer-about,
#footer .footer-usefull-links,
#footer .footer-newsletter {
    margin: 30px 0;
}
#footer .footer-about h6,
#footer .footer-usefull-links h6,
#footer .footer-newsletter h6,
#footer .footer-instagram-gallery h6 {
    color: #858585;
    font-size: 13px;
    font-weight: 500;
    margin: 40px 0 20px;
    text-transform: uppercase;
}
#footer .footer-about p,
#footer .footer-newsletter p {
    color: #6f6f6f;
    font-size: 12px;
}
#footer .footer-about .social-links {
    margin-top: 25px;
}
#footer .footer-about .social-links li {
    display: inline-block;
    margin-right: 6px;
}
#footer .footer-about .social-links li a {
    display: block;
    background: #494949;
    border-radius: 50%;
    color: #aeaeae;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#footer .footer-about .social-links li a:hover {
    background: #f24259;
    color: #fefefe;
}
#footer .footer-usefull-links .usefull-links li a {
    color: #6f6f6f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
#footer .footer-usefull-links .usefull-links li a:hover {
    color: #f24259;
}
#footer .footer-newsletter .newsletter {
    margin-top: 30px;
    float: left;
    width: 100%;
}
#footer .footer-newsletter .newsletter input {
    display: inline-block;
}
#footer .footer-newsletter .newsletter input[type=text] {
    background: #2e2e2e;
    border: 0;
    color: #999;
    float: left;
    font-size: 12px;
    width: 60%;
    height: 32px;
    padding: 0 10px;
}
#footer .footer-newsletter .newsletter input[type=submit] {
    background: #f24259;
    border: 0;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-left: -5px;
    width: 40%;
    height: 32px;
}
#footer .footer-instagram-gallery {
    margin: 30px 0 20px;
}
#footer .footer-instagram-gallery .gallery {
    overflow: hidden;
}
#footer .footer-instagram-gallery .gallery .img {
    float: left;
    padding: 0 10px 10px 0;
    width: 33.33%;
}
#footer .footer-instagram-gallery .gallery img {
    display: block;
}
#footer .separetor {
    height: 1px;
    background: #2e2e2e;
}
#footer .copyright {
    margin: 30px 0;
}
#footer .copyright p {
    color: #6f6f6f;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}
#footer .copyright a {
    color: #6f6f6f;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
#footer .copyright a:hover {
    color: #f24259;
}
/* End of Footer Section */
/* ---------------------------------------
    19 - Start Scroll Top
----------------------------------------- */
.scrollTop {
    background: #29176e;
    color: #fff;
    width: auto;
    padding: 10px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
}
.scrollTop a {
    color: #fff;
}

.other-page-banner {
  position: relative;
  height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.other-page-banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url("img/resources/other-page-banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -3;
}

.other-page-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.other-page-banner-head {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: .25px;
  line-height: 24px;
  padding-bottom: 20px;
}

.other-page-banner-detail {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: .25px;
  
}


.fl-fl {
            background: #29176e;
            text-transform: uppercase;
            letter-spacing: 3px;
            padding: 4px;
            width: 190px;
            position: fixed;
            right: -150px;
            z-index: 1000;
            font: normal normal 10px Arial;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }
        
        .scrollTop .fa{
            margin-left: 0;
        }
        .fa {
            font-size: 20px;
            color: #fff;
            padding: 10px 0;
            width: 40px;
            margin-left: 8px;
            margin-right: 8px;
        }
        .fab {
            font-size: 20px;
            color: #fff;
            padding: 10px 0;
            width: 40px;
            margin-left: 8px;
            margin-right: 8px;
        }
        
        .fl-fl:hover {
            right: 0;
        }
        
        .fl-fl a {
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 43px;
            vertical-align: top;
        }
        
        /* Distância entre os icons */
        .float-fb { top: 160px; }
        
        .float-ig { top: 215px; }
        
        .float-tw { top: 270px; }
        
        .float-lk { top: 325px; }
        
        .float-yt { top: 380px; }
        
        /*.float-fb { top: 400px; }*/
        
        /*.float-ig { top: 455px; }*/
        
        /*.float-tw { top: 510px; }*/
        
        /*.float-lk { top: 565px; }*/
        
        /*.float-yt { top: 620px; }*/
        
        
        @media(max-width: 964px){
            .float-sm {
              display: none;
            }

            .icones i {
                display: none;

            }

            .icone i {

                display: none; 
            }

            .icone {
                text-align: center;
            }

        }


        @media (max-width: 800px) {
            #orcamento {
                background-color: #e3e3e3;
                font-size: 1rem;
                height: 950px;
                border: 1px solid transparent;
                border-radius: 20px;
                margin: 20px;
            }


            .barra {
                padding: 10px 50px;
                margin: 0 auto;
                width: 100%;
                text-align: center;
            }

            .icone {
                margin: 0 auto;
                text-align: center;
            }

            .img-center {
                margin: 0 auto;
                text-align: center;
            }
            
            /* Barra Preta */
            
            .orcamento {
                color: #fff;
                margin-left: 15px;
                margin-top: 5px;
                font-size: 1rem;
            }
            
            
            .entre-em-contato {
                width: 100%;
                padding: 40px;
                display: block;
            }
            
            .entre-em-contato p {
                font-size: 1rem;
            }
            
            .icones-contato {
                margin-top: 20px;
            }
            
            .entre-em-contato .fa, .entre-em-contato .fab {
                color: #29176e;
                margin: 5px;
            }
            
            
            .solicite-um-orcamento {
                width: 100%;
                padding: 40px;
                display: block;
                
            }
            
            form {
                padding: 20px 0;
            }
            
            input {
                padding: 10px;
                border: 1px solid transparent;
                font-size:  1rem;
            }
            
            .nome {
                width: 80%;
                
            }
            
            .email, .telefone {
                width: 80%;
                margin: 10px 5px 10px 0;
            }
            
            textarea {
                width: 80%;
                resize: none;
                border: 1px solid transparent;
                font-family: 'Poppins', sans-serif;
                font-size: 1rem;
                margin-top: 50px;
            }
            
            .enviar {
                margin: 40px 0 0 0;
            }
            
            
            .btn-enviar {
                background-color: #29176e;
                color: #fff;
                text-transform: uppercase;
                border: 1px solid #29176e;
                border-radius: 50px;
                padding: 15px;
                margin: 60px 0 0 0;
            }
            
                        
        }


/* End of Scroll Top */