@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Oswald:wght@300;500;700&display=swap');
@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

::-webkit-scrollbar {
	width: 25px;
}

::-webkit-scrollbar-track {
	border: 7px solid #232943;
	box-shadow: inset 0 0 2.5px 2px rgba(0,0,0,0.5);
	background-color: #2f2e58;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(
		45deg,
		#0c1250,
		#010230);
	border-radius: 3px;
}

html{
   scroll-behavior: smooth;
}

body {
	background-color: #2f2e58 !important;
	overflow-x: hidden !important;
}

a:hover {
	text-decoration: none !important;
	transition: 0.7s all ease;
}

ul {
	list-style: none;
}

#header {
	position: absolute;
	z-index: 10;
	width: 100%;
}

.navbar {
	padding: 50px 0;
}

.navbar-brand {
	font-weight: 600;
	font-size: 1.5em;
}

.navbar-dark .navbar-brand {
	color: #dcdde1;
}

.nav-item {
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
	transition: 0.5s all ease;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
	border-bottom: 2px solid transparent;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
	color: #fff;
	border-bottom: 2px solid #ddd;
	border-radius: 8px;
	transition: 0.5s all ease;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	border-bottom: 2px solid #ddd;
	border-radius: 8px;
}

.navbar-nav .ml-auto {
	font-family: Open Sans;
}

.banner-area, .single-banner {
	height: 100vh;
}

.single-banner {
	position: relative;
}

.single-banner .banner-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner-img {
	height: 100vh;
}

.banner-img img {
	width: 100%;
	outline: none;
	height: 100vh;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner-text h2 {
	font-size: 55px;
    color: #fff;
    margin: 0;
    font-family: Oswald;
    font-weight: 900;
    text-transform: uppercase;
}

.banner-text p {
	color: #fff;
	font-family: oswald;
    letter-spacing: 0.5px;
}

.banner-btn a {
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #010230;
    box-shadow: 0 1px 15px rgba(0,0,0,.5);
    border-radius: 20px;
    font-family: Oswald;
    transition: 0.7s all ease;
    color: #fff !important;
}

.banner-btn a:hover {
	transition: 0.7s all ease;
	background-color: #00000a;
}

.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	outline: none;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	outline: none;
}

.slick-dots li button {
	position: relative;
	background-color: #fff;
	opacity: .35;
	width: 50px;
	height: 3px;
	padding: 0;
	font-size: 0;
	outline: none;
}

.slick-dots li.slick-active button {
	color: #fff;
	opacity: 1;
	outline: none;
	background-color: #fff;
}

.main {
	position: relative;
	background: linear-gradient(#01023000,#000000ad),url(../img/header.jpg);
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	padding: 220px 0 200px;
	font-family: Open Sans;
}

.main h2 {
	margin: 0;
	padding: 0;
	font-size: 2.6em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-brand img {
	width: 200px;
}

.main p {
	margin-top: 1em;
	padding: 0;
	font-size: 1em;
	color: #fff;
}

.main .btn {
	background-color: #6b2077;
	color: #fff;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	transition: 0.5s all ease;
}

.main .btn:hover {
	background-color: #0c1250;
	color: #fff;
	transition: 0.5s all ease;
}

@media (max-width: 950px) {
	.services {
		padding: 0px !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.banner-img {
		width: 1200px !important;
	}

	.service {
		width: 75% !important;
		margin-bottom: 5px !important;
	}
}

@media (max-width: 500px) {
	.service {
		width: 100% !important;
		margin-bottom: 5px !important;
	}

	.empresa-texto {
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}

	.empresa-texto h3 {
		text-align: center !important;
	}

	.creditos {
		width: 100% !important;
		padding-left: 0px !important;
    	padding-right: 0px !important;
	}
}

@media (max-width: 768px) {
	.main {
		padding: 200px 0;
		border-radius: 0px !important;
	}

	.service {
		width: 50%;
	}

	.banner-text {
		margin-top: 25px;
	}

	.col-md {
		    margin-bottom: 25px !important;
	}

	.testimonial blockquote {
		padding: 0px !important;
	}

	.testimonial blockquote::before {
		display: none !important;
	}
	.testimonial blockquote::after {
		display: none !important;
	}

	.main h2 {
		font-size: 2em;
	}
}

.solucoes {
	padding-bottom: 50px;
	padding-top: 50px;
	background: url(../img/solucoes.jpg) no-repeat left;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	color: #000;
	overflow-x: hidden;
	text-align: center;
}

.solucoes h2 {
	text-transform: uppercase;
	padding: 5px 0px;
	font-weight: 900;
	color: #fff;
}

.box-solucao {
	padding: 20px;
    margin: 10px auto;
    background-image: url('../img/base.jpg');
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.4);
    display: inline-table;
    margin-left: 10px;
    height: 400px;
    width: 250px;
    margin-top: 40px;
}

.hero-inner h1 {
	width: 250px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin-top: 290px;
}

footer {
	background-color: #000;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

.f-logo img {
	width: 270px;
	padding: 5px 10px;
	margin-top: 25px;
}

.up-section ul, .dwn-section ul {
	font-family: Open Sans;
	margin: 0px;
	padding: 0px 20px;
}

.up-section h1, .dwn-section h1 {
	color: #afc900;
	font-size: 20px;
	font-family: Open Sans;
}

.up-section ul li a, .dwn-section ul li a {
	font-size: 16px;
	color: #fff;
}

.up-section ul li p {
	font-size: 14px;
	color: #fff;
	line-height: 10px;
}

.rodape-contato {
	color: #fff;
}

.up-section, .dwn-section {
	display: flex;
	justify-content: space-between;
	padding: 3% 0px;
	margin: 5px;
	width: 80%;
	flex-wrap: wrap;
}

.up-section {
	border-bottom: 1px solid #545562;
}

.social-icons a {
	width: 35px;
	height: 35px;
	margin: 0px 5px;
	background-color: #010230;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition-duration: 0.8s;
    transition-property: transform;
}

.social-icons {
	display: flex;
}

.search input {
	height: 35px;
	width: 200px;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 20px;
}

.social-icons i {
	color: #fff;
	font-size: 14px;
}

.creditoss {
	width: 100%;
    margin: 0 auto;
    background-color: #010230;
}

.creditos {
	color: #ffffff;
    width: 80%;
    font-family: Open Sans;
    padding: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    margin: 0 auto;
}

.logo-right {
	float: right;
    width: 35px;
    transition-duration: 0.8s;
    transition-property: transform;
    margin-top: -7px;
    filter: brightness(30%);
    transition: 0.8s all ease;
}

.logo-right:hover {
	transition: 0.8s all ease;
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    filter: brightness(100%);
}

.up-section ul li a:hover, .dwn-section ul li a:hover {
	color: #afc900;
}

.social-icons a:hover {
	background-color: #9a9ff6;
	transition: all ease 0.5s;
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.social-icons a:hover i {
	color: #424356;
}

@media(max-width: 1024px) {
	.search {
		margin: 20px auto;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	.main {
		border-radius: 0px !important;
	}

	.cases {
		padding: 50px !important;
	}

	#about {
		padding: 50px !important;
	}

	.search h1 {
		margin: 20px;
	}
}

@media (max-width: 990px) {
		.navbar-collapse {
	background-color: #6c2078;
	border-radius: 20px;
    padding: 20px;
    width: 100%;
    height: 100vh;
    text-align: center;
}
	.nav-item {
		padding: 10px;
		font-size: 18px;
		transition: 0.7s all ease;
	}

	.nav-link {
		border-bottom: 0px !important;
	}

	.nav-link:hover {
		border-bottom: 0px !important;
	}

	.nav-item:hover {
				border-radius: 20px;
		background-color: #010230;
		transition: 0.7s all ease;
	}
}

@media(max-width: 720px) {
	.up-section, .dwn-section {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.box-solucao {
		margin-left: 0px !important;
	}

	.up-section ul h1, .dwn-section ul h1 {
		font-size: 25px;
	}

	.up-section ul li, .dwn-section ul li {
		text-align: center;
		margin: 10px;
	}

	.up-section ul li a, .dwn-section ul li a {
		font-size: 20px;
	}

	.search {
		display: block;
	}


}

.rodape-right img{width:30px!important;padding-right:0!important;margin-right:0!important}

/* pg posts */
	#pgPost .thumb{width:100%;height:100%;margin:0 auto 20px auto;float:none;display:table;}
	#pgPost .thumb img{width:100%;height:100%;/*max-width:366px;max-height:366px;*/}
	#pgPost .content {float:none;width:100%;}

/* fim pg posts */

.posts {
	background-color: #fff;
	margin: 0 auto;
	display: inline-grid;
	text-align: center;
	margin-bottom: 10px;
	font-family: Oswald;
	font-size: 13px;
	margin-left: 10px;
	border-radius: 0px 0px 7px 7px;
	width: 330px;
	-webkit-font-smoothing: antialiased;
    border-radius: 25px;
}

.posts img {
	max-height: 186px;
	border-radius: 20px 20px 0px 0px;
	transition: 0.7s all ease;
}

.titulo-post {
	background-color: #fff;
    border-radius: 0px 0px 7px 7px;
    margin-top: -3px;
        margin-bottom: -20px;
        padding: 0px 10px 0px 10px;

}

.posts h1 {
	color: #696969 !important;
	font-size: 22px;
	margin-top: 5px;
	transition: 0.7s all ease;
}

.posts h1:hover {
	transition: 0.7s all ease;
	color: #000 !important;
}

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

.blog {
	padding: 30px;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	background-color: #ddd;
	background-size: 100%;
}

.blog h2 {
	text-transform: uppercase;
	padding: 5px 0px;
	font-weight: 900;
	color: #212529;
}

.borderr {
	height: 4px;
    width: 30px;
    background-color: #b0c900;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.cases {
	text-align: center;
	padding: 50px 70px 50px 70px;
	background-color: #ddd;
}

.cases h2 {
	text-transform: uppercase;
	padding: 5px 0px;
	font-weight: 900;
}

.cases img {
	height: 60px;
	margin-top: 20px;
    margin-bottom: 20px;
    filter: grayscale(100%);
    transition: 0.2s;
    margin: 30px;
    cursor: pointer;
}

.cases img:hover {
		filter: grayscale(0%);
		transition: 0.5s;
}

#about {
	background-color: #2f2e58;
	padding: 50px;
	background-image: linear-gradient(#010230b5,#000000d1),url(../img/sobre.jpg);
	background-size: cover;
	background-attachment: fixed;
	
}

#about .triangle-right {
	margin-top: 95px;
	width: 0;
	height: 0;
	border-top: 259px solid transparent;
	border-left: 470px solid #d6c6b2;
	border-bottom: 259px solid transparent;
}

#about .triangle-right img {
	position: absolute;
	left: -1px;
	top: 81px;
	width: 74%;
}

.fa-play {
	font-size: 100%;
}

#about .p-first {
	margin-bottom: 30px;
	text-align: center;
}

#about h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 900;
	color: #fff;
}

#about .social-link-text {
	margin-top: 50px;
	margin-bottom: 25px;
}

.about-right {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-right h3 {
	text-align: center;
}

.about-right a {
	color: #fff;
	transition: 0.5s all ease;
}

.about-right a:hover {
	color: #afc900;
}

#about .about-link {
	padding-left: 0px;
}

#about .about-link li {
	display: inline-block;
}

#about .about-link li a i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	border: 1px solid #d6c6b2;
	margin-right: 10px;
	font-size: 22px;
	color: #d6c6b2;
	transition: all .3s;
}

#about .about-link li a i:hover {
	color: #222222;
	background: #d6c6b2;
	border-color: #d6c6b2;
}

#about .about-img {
	position: relative;
}

#about .about-img {
	position: relative;
}

#about .about-img .man {
	position: absolute;
	bottom: 161px;
	top: 12px;
	left: -2px;
}

.color-3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.text-white {
	color: #fff;
	text-align: center;
}

.row {
	margin: 0 auto !important;
}

#about-us .carousel-indicators li {
	background-color: #afc900;
    margin-left: 5px;
    height: 11px;
    border-radius: 50%;
    width: 11px;
}

.carousel-control-prev-icon {
	padding: 25px;
}

.carousel-control-next-icon {
	padding: 25px;
}

#about-us .carousel-control-next {
	right: -110px;
	display: none;
	
}

#about-us .carousel-control-prev {
	left: -105px;
	display: none;
	
}

.services {
	padding: 100px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #0c1250;
	text-align: center;
	background-image: linear-gradient(#0c1250ab,#000000),url(../img/sobree.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.services h2 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 15px;
	color: #fff
}

.cen {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.service {
	display: inline-block;
	width: calc(100% / 3);
	margin: 0 -2px;
	padding: 60px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.4s;
	background-color: #010230;
	color: #ddd;
	    margin-left: -3px;
}

.service:hover {
	background-color: #0c1250;
}

.service i {
	color: #afc900;
	font-size: 55px;
	margin-bottom: 30px;
	transition-duration: 0.8s;
    transition-property: transform;
}

.service i:hover {
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.service h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	margin-bottom: 20px;
}

.service p {
	color: #ddd;
	font-size: 15px;
	font-weight: 500;
}

.servicos {
	padding: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #000;
	color: #fff;
	background: linear-gradient(#140d3a,#000000e0),url(../img/bg.jpg) no-repeat left;
	background-size: cover;
	overflow: hidden;
}

.servicos p {
	color: #fff;
}

.servicos h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 900;
}

.servicos i {
	color: #afc900;
    font-size: 50px;
    border: 1px solid #dadada;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 25px 0px 0px 0px;
}

#carouselServices {
	margin-top: 50px;
}

.col-md {
	padding: 30px;
	border-radius: 25px;
	background-color: #010230ba;
    margin-left: 10px;
}

.col-md:hover {
	background-color: #0c1250;
	transition: 0.5s all;
}

.servicos h4 {
	margin-bottom: 15px;
}

.col-md-7 {
	margin-top: 50px;
}

#customers-testimonial {
	padding: 40px 0;
}

.owl-theme .owl-dots .owl-dot span {
	    background: #afc900 !important;
	   	height: 11px !important;
	   	width: 11px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #010230 !important;
	height: 11px !important;
	width: 11px !important;
	   	
}

.owl-theme .owl-dots .owl-dot {
	outline: none !important;
}

.testimonial img {
	max-width: 130px;
	margin: 0 auto 0 auto;
	border: 2px solid white;
	padding: 5px;
	margin-bottom: 13px;
	border-radius: 50%;
}

.testimonial blockquote {
	border: 0;
	color: white;
	font-style: italic;
	padding: 5px 150px;
	position: relative;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
	font-size: 80px;
	font-size: normal;
	line-height: 1;
	width: 30px;
	height: 30px;
	position: absolute;
}

.testimonial-author p {
	color: #fff;
	font-size: 17px;
}

.testimonial-author p strong {
	display: block;
}

#testimonials {
	padding: 100px;
	padding-bottom: 20px;
	padding-top: 50px;
	background-image: linear-gradient(#010230b5,#0c1250ad),url(../img/feedback.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#testimonials h3 {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.about-img img {
	width: 100%;
}

.text-white a {
	padding: 15px 30px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #010230;
    box-shadow: 0 1px 15px rgba(0,0,0,.5);
    border-radius: 20px;
    font-family: Bebas Neue;
    font-weight: 900;
    transition: 0.7s all ease;
    color: #fff !important;
}

.text-white a:hover {
	transition: 0.7s all ease;
	background-color: #00000a;
}

.newsletter {
	width: 100% !important;
	background: url(../../img/sobree.jpg) no-repeat left;
	background-size: cover;
	text-align: center;
	padding: 60px;
	background-color: #9d4fa7;
	color: #fff;
}

.newsletter p {
	max-width: 420px;
	margin: 40px auto;
}

.email-newsletter {
	display: flex;
	justify-content: center;
	height: 40px;
}

.email-newsletter i {
	width: 40px;
	line-height: 40px;
	background: #010230;
	color: #fff;
	border-top-left-radius: 4px;
}

.email-box, .btn {
	border: none;
	outline: none;
}

.email-box {
	width: 0;
	transition: 0.6s;
}

.email-newsletter:hover > .email-box, .email-box {
	width: 260px;
	padding: 0 10px;
}

.btn {
	background: #010230!important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 0 10px !important;
	cursor: pointer !important;
	border-top-left-radius: 4px !important;
	margin-left: -2px;
}

.consultar {
	width: 100%;
    height: 115px;
    background-color: #010230;
}

.container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#contact-section p {
	text-align: center;
	color: #ddd;
	font-size: 13.5px;
}

#contact-section a {
	text-decoration: none;
	color: #ddd;
}

#contact-section a:hover {
	text-decoration: underline !important;
}

#contact-section {
	background: linear-gradient(#01023000,#000000ad),url(../img/sobree.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 100%;
	width: 100%;
	padding-bottom: 2%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contact-section .container h2 {
	text-align: center;
	text-underline-position: under;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

#contact-secion .container p {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3%;
	color: #fff;
	letter-spacing: 3px;
}

.contact-form i.fa {
	font-size: 15px;
    padding: 9px;
	background-color: none;
	margin: 2%;
	border-radius: 80%;
	cursor: pointer;
	border: 2px solid #ddd;
	color: #ddd;
}

.contact-form i.fa:hover {
	cursor: pointer;
	border: 2px solid #fff;
	color: #fff;
}

.contact-form {
	display: grid;
	grid-template-columns: auto auto;
	/* grid-gap: 5px; */
}

.form-info {
	font-size: 16px;
	font-style: italic;
	color: #fff;
	letter-spacing: 2px;
}

#contact-section input {
	padding: 10px;
	margin: 10px;
	width: 70%;
	background-color: #222;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 20px;
	transition: 0.7s all ease;
}

#contact-section::placeholder {
	color: #fff;
}

#contact-section textarea {
	padding: 10px;
	margin: 10px;
	width: 70%;
	background-color: #222;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 20px;
}

#contact-section textarea::placeholder {
	color: #696969;
}

.submit {
	width: 40%;
	background: none;
	padding: 4px;
	outline: none;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
	text-align: center;
	cursor: pointer;
	margin-left: 2%;
	border: 2px solid #ddd;
	color: #ddd;
	border-radius: 20px;
}

#contact-section input:focus {
	transition: 0.7s all ease;
	box-shadow: 0px 0px 15px 0px #afc900;
}

#contact-section textarea:focus {
	transition: 0.7s all ease;
	box-shadow: 0px 0px 15px 0px #afc900;
}

.submit:hover {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 768px) {
	#contact-section .contact-form {
		display: block;
		width: 100%;
		text-align: center;
	}

	#contact-section .submit {
		width: 60%;
	}
}

.numeros {
    color: #ddd;
    font-weight: bold;
    width: 380px;
}

.wrapper {
	width: 100%;
	padding: 100px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/servicos.jpg) no-repeat left;
	background-size: cover;
	background-attachment: fixed;
	transition: 0.7s all ease;
}

.wrapper h1 {
	font-weight: 900;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.single-box {
	display: inline-table;
	width: auto;
	max-width: 300px;
	margin: 0 5px;
	background-color: #010230;
	border-radius: 25px;
	color: #fff;
	padding: 30px;
	position: relative;
	text-align: left;
	transition: 0.7s all ease;
}

.single-box h2 {
	border-bottom: 5px solid #fff;
	padding-bottom: 10px;
}

@media (max-width: 1165px) {
	.wrapper {
		padding: 0px !important;
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		transition: 0.7s all ease;
	}
}

@media (max-width: 960px) {
	.single-box {
		margin-bottom: 20px;
		max-width: 100% !important;
		transition: 0.7s all ease;
	}
	.wrapper {
		padding: 100px !important;
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		transition: 0.7s all ease;
	}
}

@media (max-width: 650px) {
	.wrapper {
		padding: 20px !important;
		padding-bottom: 50px !important;
		padding-top: 50px !important;
		transition: 0.7s all ease;
	}
}

.empresa-texto {
	color: #fff;
	padding-left: 100px;
	padding-right: 100px;
}

.empresa-texto h3 {
	color: #fff;
	text-align: left;
}

.col text-right img {
	display: none !important;
}

.float-whatsapp img {
	cursor: pointer;
	filter: brightness(100%);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: .5s ease-in-out;
}

.float-whatsapp img:hover {
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	filter: brightness(120%);
}

.float-whatsapp {
	background: #009800;
    border-radius: 100%;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-filter: drop-shadow(0 2px 4px rgba(34,36,38,.35));
    z-index: 999;
}