body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
html,body {
	width: 100%;
}
html {
	font-size: 100%;
}
h1,h2,h3, .btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
h1 {
	font-weight: bold;
	font-size: 100px;
}
h2 {
	color: #333;

	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 8px;
}
#contact h2 {
	color: #ffffff;
}
h3 {
	color: #444;
	font-size: 14px;
	line-height: 26px;
	
	padding-bottom: 10px;
}
.titulo1 {
	color: #656565;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 10px;
}
#menu h3 {
	color: #555;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}
p {
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 28px;
}
a {
	text-decoration: none !important;
}
a:visited,
a:focus {
	outline: none;
	text-decoration: none !important;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
	background-color: #ffffff;
}
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
	color: #656565;
	padding-top: 100px;
	padding-bottom: 100px;
}
#ubication-country{
	padding-top: 100px;
}
#ubication-bsas{
	padding-bottom: 100px;
	padding-top: 100px;
}
#feature,
#video,
#team,
#gallery,
#contact {
	text-align: left;
}
#feature,
#team {
	background: rgb(240,240,240);
}
.section-title {
	padding-bottom: 70px;
}
#about .section-title,
#menu .section-title {
	text-align: center;
}
#contact .section-title {
	color: #f0f0f0;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-pulse {
	width: 60px;
	height: 60px;
	background-color: #222;
	border-radius: 100%;
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out; 
}
@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0; 
	} 
}
@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0; 
	} 
}
#home {
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#home .gradient-overlay {
	background: #c21500; /* fallback for old browsers */  
	background: -webkit-linear-gradient(to left, #2e3150 , #2e3150); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #2e3150 , #252635); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	opacity: 0.3;      
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
}
#home .btn {
	background: transparent;
	border: 3px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 13px 30px;
	margin-top: 34px;
	text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
	color: #c21500;
}
.navbar-default {
	background: #f0660a;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	color: #505050;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	line-height: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li a:hover {
	color: #000 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
	background-color: transparent;
}
#feature .feature-thumb {
	background-color: #ffffff;
	position: relative;
	padding: 40px;
	margin-top: 32px;
}
#feature .feature-icon {
	background-color: #222;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	top: 0;
	margin-top: -70px;
	margin-bottom: 30px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: table;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
	background-color: #c21500;
}
#feature .feature-icon span {
	display: table-cell;
	vertical-align: middle;
}
#feature .feature-icon .fa {
	color: #ffffff;
	font-size: 36px;
	margin: 0;
	padding: 0;
}
#feature h3 {
	padding-top: 14px;
	padding-bottom: 10px;
}
#feature .team-des h3{
	padding-bottom: 0;
	margin-bottom: 0;
}
#feature .team-des h3 small{
	line-height: 1.5;
	vertical-align: text-top;
}

#feature .titulos {
	color: #f0660a;
	font-weight:bold;
	border-bottom: 1px solid #d1d1d1;
}
#feature .titulo1 {
	color: #353535;
	font-weight:bold
}
#about .col-md-4 ul {
	padding-top: 4px;
	padding-left: 28px;
}
#about {
	padding: 10px;
}
#about .col-md-4 ul li {
	color: #777;
	font-size: 18px;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
}
#video {
	background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #999;
}
#video .overlay {
	background: rgba(03,03,03,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
#video h2 {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 16px;
}
#video .fa {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 100px;
	color: #ffffff;
	font-size: 28px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	margin-top: 22px;
}
#menu .media {
	padding-bottom: 20px;
}
#menu .media-object img {
	width: 220px;
	padding-right: 12px;
	position: relative;
}
#menu .media-object span.menu-price {
	position: absolute;
	background-color: #ffffff;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 20px;
	top: 50%;
	left: 3%;
}
#team .team-thumb {
	width: 100%;
	position: relative;
}
.team-thumb{
	padding: 15px;
	vertical-align: middle;
}
.team-thumb table{
	/* margin: auto; */
	width: 100%;
	/* max-width: 100%; */
}
.team-thumb-img{
	width: 150px;
}
#team .team-des {
	background: #ffffff;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 90px;
	overflow: hidden;
	transition: height 450ms;
}
.team-des{
	/*padding-left: 15px;*/
	text-align: left;
	line-height: 16px;
}
@media (min-width: 768px) {
	.team-des{
		padding-left: 15px;
	}	
}
.team-des h3{
	margin: 0;
	padding: 0;
	/* border-bottom: solid 1px #e0e0e0; */
}
.team-des .social-icon{
	/*margin-top: 10px;*/
	/*position: relative;*/
	/*left: -10px;*/
}
.team-des-address{
	font-size: 18px;
	display: block;
	color: #000;
	line-height: 1;
}
.team-des-tel{
	font-weight: 300;
	/* display: block; */
	font-size: 16px;
	color: inherit;
}
#team .team-thumb:hover .team-des {
	color: #ffffff;
	height: 100%;
	background-color: #c21500;
	padding-top: 30%;
	opacity: 0.9;
}
#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
	color: #eee;
}
#team .join-team {
	background-color: #c21500;
	color: #f0f0f0;
	padding: 30px 20px;
	text-align: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}
#team .join-team .fa {
	font-size: 32px;
	padding-bottom: 14px;
}
#team .join-team .btn {
	background-color: transparent;
	border: 3px solid #ffffff;
	color: #ffffff;
	font-size: 18px;
	padding: 6px 26px;
	margin-top: 18px;
}
#team .join-team .btn:hover {
	color: #222;
}
#team .col-md-6 {
	padding-top: 62px;
}
#team .col-md-6 h2 {
	padding-bottom: 16px;
}
#gallery .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#gallery .gallery-thumb .gallery-overlay {
	background: #c21500;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#gallery .gallery-thumb:hover .gallery-overlay {
	opacity: 0.9;
}
#gallery .gallery-thumb .gallery-overlay .gallery-item {
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#gallery .gallery-thumb .fa {
	background: #ffffff;
	border-radius: 100%;
	font-size: 24px;
	color: #222;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
}
.filter-wrapper {
	width: 100%;
	margin-bottom: 42px;
	overflow: hidden;
}
.filter-wrapper li {
	display: inline-block;
	margin: 4px;
}
.filter-wrapper li a {
	color: #666;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 8px 17px;
	margin-right: 2px;
	margin-left: 2px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
	color: #C21500;
}
.iso-box-section {
	width: 100%;
}
.iso-box-wrapper {
	width: 100%;
	padding: 0;
	clear: both;
	position: relative;
}
.iso-box {
	position: relative;
	min-height: 50px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}
.iso-box > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 
.fluid-img {
	width: 100%;
	display: block;
}
#contact {
	background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#contact .overlay {
	background: rgba(32, 32, 32, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
#contact .form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	border-radius: 0px;
	box-shadow: none;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 16px;
	transition: all 0.4s ease-in-out;
}
#contact .form-control:hover {
	border-color: #ddd;
}
#contact input {height: 45px;}
#contact input[type='submit'] {
	background: #ffffff;
	border-radius: 4px;
	color: #636363;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
	background-color: #f0660a;
	border-color: transparent;
	color: #ffffff;
}
footer {
	background-color: #474747;
	color: #757575;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer h3 {
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 14px;
}
footer strong {
	color: #f0f0f0;
	font-size: 20px;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
}
#copyright p {
	padding: 20px;
}
.gototop {
	background-color: #242424;
	color: #ffffff;
	font-size: 40px;
	padding: 20px 32px;
	text-align: right;
	transition: all 0.4s ease-in-out;
}
.gototop:hover {
	background-color: #c21500;
	color: #fff;
}
.social-icon {
	padding: 0;
	margin: 0;
}
.social-icon li {
	list-style: none;
	display: inline-block;
	/* padding-top: 10px */
}
.social-icon li a {
	border-radius: 100px;
	color: #626262;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	/* margin-bottom: 12px; */
	/* margin-right: 10px; */
}
.social-icon li a:hover {
	background: #091a37;
	color: #ffffff;
}
@media (max-width: 980px) {
	#home {
		height: 65vh;
	}
	#feature .col-md-4:last-child,
	#about .col-md-4 {
		margin-top: 42px;
	}
	#team .team-thumb {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#team .join-team {
		padding: 71px 50px;
		margin-top: 20px;
	}
}
@media (max-width: 900px) {
	h1 {
		font-size: 70px;
	}
}
@media (max-width: 768px) {
	.navbar-default .navbar-brand {
		line-height: 46px;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-brand {
		line-height: 15px;
	}
	.navbar-default .navbar-nav li a {
		line-height: 30px;
	}
	#feature .col-md-4,
	#about .col-md-5,
	footer .col-md-4 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.filter-wrapper {
		padding: 0px;
	}
}
@media (max-width: 650px) {
	#home {
		height: 100vh;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 30px;
	}
	#feature {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#about,
	#feature,
	#video,
	#menu,
	#team,
	#gallery,
	#contact {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#menu .media-object img {
		width: 100%;
		padding-bottom: 14px;
	}
	#menu .media-object span.menu-price {
		top: 30%;
		left: 6%;
	}
	footer {
		text-align: center;
	}
}
select option{
	color: #000;
}
#tohash a {
	position: absolute;
	left: 50%;
	bottom: 50px;
	color: #fff;
	display: inline-block;
	width: 24px;
	margin-left: -12px;
	font-size: 24px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}
.gallery-slide{
	padding: 5px;
}
.gallery-slide a{
	overflow: hidden;
	display: block;
	position: relative;
	background-color: #091a37;
}
.gallery-slide a img{
	position: relative;
	/*left: -120%;*/
	opacity: 1;
	transition: all .7s;
	transform: scale(1);
}
.gallery-slide a:hover img{
	opacity: .2;
	transform: scale(1.3);
	/*left: -100%;*/
}
.gallery-slide a::after{
	content: "+";
	border-radius: 50px;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	display: block;
	position: absolute;
	color: #FFF;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	opacity: 0;
	visibility: hidden;
	height: 50px;
	width: 50px;
	background-color: #091a37;
	transition: all .7s;
}
.gallery-slide a:hover::after{
	opacity: 1;
	visibility: visible;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	line-height: 1;

	opacity: .75;
	color: #091a37;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -20px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '\f001';
}
[dir='rtl'] .slick-prev:before {
	content: '\f002';
}
.slick-next {
	right: -15px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '\f002';
}
[dir='rtl'] .slick-next:before {
	content: '\f001';
}
.ig-wall-row{
	/*margin-left: -10px;*/
	/*margin-right: -10px;*/
}
.ig-wall{
	margin-top: 40px;
	margin-bottom: 40px;	
}
.ig-wall-item{
	float: left;
	background-size: cover;
	background-position: center;
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
}
.ig-wall-img{}

.str_wrap {
	overflow:hidden;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	/*cursor:move;*/
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.social-link{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.social-link a{
	color: #000;
	white-space: nowrap;
}
.social-link a img{
	margin-right: 5px;
}
.social-link a span{
	color: #337ab7;
}

/* Portfolio Section */
#portfolio {
	padding: 40px 0 100px 0;
}
.categories {
	margin-bottom: 80px;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-right: 20px;
}
ol.type li a {
	font-family: 'Montserrat', sans-serif;
	color: #444;
	font-size: 14px;
	padding: 10px 20px;
	border: 2px solid #444;
	border-radius: 0;
	text-transform: uppercase;
}
ol.type li a.active {
	background: #444;
	color: #eee;
}
ol.type li a:hover {
	background: #444;
	color: #eee;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0 10px;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 10px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text .overlay-caption {
	display: table;
	height: 100%;
	width: 100%;
}
.hover-bg .hover-text .overlay-caption .overlay-content {
	display: table-cell;
	vertical-align: middle;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}


.navbar-default .navbar-nav li span,
.navbar-default .navbar-nav li strong {
	font-size: 14px;
	line-height: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-default .navbar-nav li strong {
	color: #fff;
}

.nav>li>span,
.nav>li>strong {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>.social-icon {
	padding: 10px 5px;
	height: 80px;
}

.nav>li>.social-icon img{
	vertical-align: -webkit-baseline-middle;
}

@media (min-width: 768px) {
	.navbar-nav>li>span,
	.navbar-nav>li>strong {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media (max-width: 767px){
	.navbar-default .navbar-brand {
		padding: 5px;
	}
	.navbar-default .navbar-brand img{
		max-height: 100%;
	}
}
.social {
	margin: 24px 0;
	position: absolute;
	padding: 0;
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: -70%;
	z-index: 99;
}

.social li {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.social li a { color: #fff; }

.social li a:hover { color: #e09100; }


.whatsapp {
	position:fixed;
	bottom:40px;
	right: 50px;
	text-align:center;
	z-index:999;
	display: none;
}

@media (min-width: 768px) {
	.whatsapp-sm{
		display: none;
	}
	.whatsapp{
		display: initial;
	}
}