:root {
  --primary-color: #2ae15e;
  --secondary-color: green;
}


html, body {
	margin:0;
	padding:0;
	font-size:1em;
}

h1 {
	color:var(--primary-color);
}

h2 {
	color:var(--primary-color);
	text-transform:uppercase;
	font-size:1.75em;
	font-weight:bold;
}

header {
	overflow:hidden;
	background-image:url('./../img/banner.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

footer {
	background-color:var(--primary-color);
}

.logo_header {
	width:auto;
	height:auto;
	max-width:200px;
}
.logo_footer {
	width:auto;
	height:auto;
	max-width:100px;
}

.header-summary {
	font-size:1.5em;
}

.header-summary h1,
.header-summary h4 {
	display:inline;
}

ul.lang-selector {
	list-style-type: none;
	font-size:1.2em;
	padding:0;
}
ul.lang-selector li {
	margin:5px 15px;
	display:inline-block;
}

ul.lang-selector svg {
	width:35px;
	height:auto;
}

ul.lang-selector a {
	color:#000;
} 
ul.lang-selector a.selected {
	text-decoration:none;
	font-size:1.1em;
}

ul.lang-selector a.selected svg {
	width:50px;
	height:auto;
}

ul.header-features {
	list-style-type: none;
	font-size:2em;
}
ul.header-features li {
	margin-bottom:0.7em;
}
ul.header-features li:before {
	content: '\2713';
	font-size: 1.5em;
	font-weight:bold;
	color:green;
	position:absolute;
	display:inline-block;
	margin-top:-0.4em;
	margin-left:-0.9em;
}

ul.header-features span,
ul.header-no-features span {
	display:block;
	font-weight:bold;
	font-size:0.8em;
}
/*
.header-features span:first-child,
.header-no-features span:first-child {
	border-bottom:1px dashed black;
}
*/
ul.header-no-features {
	list-style-type: none;
	font-size:1.5em;
}
ul.header-no-features li {
	margin-bottom:0.5em;
}
ul.header-no-features li:before {
	content: '\00D7';
	font-size: 2em;
	font-weight:bold;
	color:red;
	position:absolute;
	display:inline-block;
	margin-top:-0.45em;
	margin-left:-0.95em;
}

ul.social {
	list-style-type: none;
	display:inline-block;
	width:auto;
	margin:0 auto !important;
	padding:0;
}
ul.social li {
	margin:0.1em 0.8em;
	float:left;
}
ul.social-section li a {
	color:white;
	font-size:2em;
	text-decoration:none;
}
ul.social-section li a:hover {
	color:black;
	font-size:2.5em;
}

ul.social-footer li a {
	color:black;
	font-size:1em;
	text-decoration:none;
}
ul.social-footer li a:hover {
	color:white;
}


section.separator {
	height:10px;
	border:0;
	border-bottom:3px dashed var(--primary-color);
}

section.intro {
	background-color:var(--primary-color);
	height:150px;
}

section {
	text-align:center;
}

img.service {
	min-width:150px;
	min-height:150px;
	margin-bottom:20px;
	border-radius:100%;
	background-size:cover;
}

.form-contact .row > div:first-child {
	text-align:left;
	margin-bottom:10px;
}
.form-contact .row > div:last-child {
	text-align:left;
}

.form-contact label {
	font-weight:bold;
	font-size:1.1em;
}

.form-contact input[type="text"],
.form-contact textarea {
	width:100%;
	padding:7px 10px;
	font-size:1em;
	border-width:2px;
	border-color:var(--primary-color);
}

.alert {
	text-align:center;
	font-size:1.2em;
}

.alert-success {
	background-color:green;
	color:white;
}
.alert-danger {
	background-color:red;
	color:white;
}

.btn {
	border-radius:0;
	padding:10px 15px;
	font-size:1.2em;
	color:#000;
}
.btn:hover {
    background-color:var(--secondary-color);
    border-color:#000;
}

.btn-primary {
	background-color:var(--primary-color);
	border-color:#000;
}

.btn-close {
	color:white;
}

.btn-action {
	background-color:var(--primary-color);
	
	border-color:transparent;
	border-width:3px;
	
	font-size:1em;
	line-height:2em;
	
	margin-top:25px;
	margin-right: 40%;
	
	padding:0.2em 0.4em;
}

.btn-action i {
	font-size:1.5em !important;
}

.click-here {
	position:absolute;
	top:-0.65em;
	right:-0.65em;
	width:2em;
	height:auto;
	z-index:99;
	transform: rotate(-90deg);
}

.alert {
	margin:0;
}

a.email {
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	font-size:0.9em;
}

.copyright {
	font-size:0.75em;
}

/****************************/
/* WHATSAPP FIXED BUTTON > */
/***************************/
.whatsapp-fixed {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9;
}

.btn-whatsapp {
	background-color: #2ae15e;
	color: #fff;
	border-radius: 100%;
	transition: background-color .5s;
	width: 60px!important;
	height: 60px!important;
	line-height: 70px;
	position: relative!important;
	display: block;
	transform: none!important;
	z-index: 9;
	text-align: center;
	box-shadow:
            0 1px 2px rgba(0,0,0,0.07),
            0 2px 4px rgba(0,0,0,0.07),
            0 4px 8px rgba(0,0,0,0.07),
            0 8px 16px rgba(0,0,0,0.07),
            0 16px 32px rgba(0,0,0,0.07),
            0 32px 64px rgba(0,0,0,0.07);
}

.btn-whatsapp:hover {
	background-color: #53ca5b;
}

.whatsapp-fixed a.video-vemo-icon.btn-whatsapp i {
    font-size: 32px;
    color: #fff;
    animation: sm-shake-animation linear 1.5s infinite;
    animation-delay: 3s;
}

.rs-video .animate-border .video-vemo-icon:before {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	animation: zoomBig 3.25s linear infinite;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.rs-video .animate-border .video-vemo-icon:after {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	opacity: 0;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	animation: zoomBig 3.25s linear infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.btn-whatsapp:after, .btn-whatsapp:before {
    border: 2px solid #2ae15e !important;
    width: 130px!important;
    height: 130px!important;
}

.sm-red-dot {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 12px; height: 12px;
	margin: 0 auto;
	background: red;
	transform: scale(0);
	border-radius: 50%;
	animation-name: notificationPoint;
	animation-duration: 300ms;
	animation-fill-mode: forwards;
	animation-delay: 3s;
}

.quick-message {
	position: absolute;
	bottom: 4px;
	left: 100px;
	width: max-content;
	border-radius: 0;
	/*background: #393b39;*/
}

.line-up {
	opacity: 0;
	animation-name: anim-lineUp;
	animation-duration: 0.75s;
	animation-fill-mode: forwards;
	animation-delay: 5s;
}

.quick-message p {
	line-height: 30px;
	font-size: 15px;
	padding: 4px 16px;
	height: 40px;
	position: relative;
	color: #000;
	margin: 0;
	margin-left:-7px;
}

.quick-message .seta-direita:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 24px solid #393b39;
    position: absolute;
    bottom: -4px;
    left: -24px;
}

#hover-message {
	display: none;
}

.whatsapp-fixed:hover #hover-message {
	display: block;
}

@keyframes zoomBig{
	0%{transform:translate(-50%,-50%) scale(.5);opacity:1;border-width:3px}
	40%{opacity:.5;border-width:2px}
	65%{border-width:1px}100%{transform:translate(-50%,-50%) scale(1);opacity:0;border-width:1px}
}

@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

@keyframes notificationPoint {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

@keyframes anim-lineUp {
  from {
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

/****************************/
/* < WHATSAPP FIXED BUTTON */
/***************************/


/* Extra large screens, TV */
@media (min-width: 1201px) {
	
}

/* Desktops, large screens */ 
@media (max-width: 1200px) {
	
}

/* Small screens, laptops */ 
@media (max-width: 1024px) {
	
}

/* iPads, Tablets */ 
@media (max-width: 768px) {
	
}

/* Mobile devices */ 
@media (max-width: 480px) {
	
}
