/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * UPDATES
 * ====================================================================================================================*/
html {
  --scrollbarBG: #111314;
  --thumbBG: #eb0d7a;
}
::-webkit-scrollbar-track {
    background-color: #000000;
}
::-webkit-scrollbar {
    width: 8px;
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #d91756;
}
::selection {
    background: #eb0d7a;
    color: #222222;
}
#preloader {
    overflow: hidden;
    background-image: linear-gradient(135deg, #111314 5%, #111314 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #ed145b;
}
#preloader .jumper > div {
    background-color: #ed145b;
}
body {
   font-family: 'Montserrat', sans-serif !important;
   background: #fff;
}
.header-area .main-nav {
  display: none;
}
.welcome-area .header-text {
  top: 45%;
}
.welcome-area {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.welcome-area .header-text h1 {
    font-weight: 800;
    font-size: 57px;
    line-height: 71px;
    margin-bottom: 55px;
}
.welcome-area .header-text p {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
a.main-button-slider {
    display: none;
}
.home-feature {
    margin-top: -250px;
    display: none;
}
.left-heading .section-title {
    font-size: 22px;
    color: #686868;
}
.left-text {
    font-size: 15px;
    color: #8d8a8a;
    letter-spacing: 0.5px;
}
.left-text p {
    text-align: justify;
}

.blog-post-thumb .text {
    font-size: 14px;
    letter-spacing: 0.62px;
}
.counter:before {
    width: 100%;
    background-color: #f40d7b !important;
    left: 0;
    background-image: none;
}
p.obs {
    color: #f52487;
    font-size: 18px;
    margin: 40px;
}
h6.section-title-footer {
    color: #ff589e;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.10em;
}
.mini:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 134%;
    opacity: .95;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../images/banner-white.png);
    z-index: 2;
    top: -20%;
    left: 0%;
}
.mini .mini-content .info p {
    display: none;
}
.padding-bottom-100 {
    background-color: #f2f2fe;
}
.section#pricing-plans, #testimonials {
    display: none;
}

.container-button {
    height: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn {
    margin-top: calc(50% + 15px);
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 28px;
    letter-spacing: 0.045em;
}

.btn svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn span{
  background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}
.button-download {
    margin-top: -100px;
    margin-bottom: 130px;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
#contact-us {
    padding: 50px 0px;
    background-color: transparent;
}
.section.colored {
   background: transparent;
}
.text-download p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 35px;
}
footer .social li a {
    color: #636d70;
    text-align: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 0;
    font-size: 21px;
}
footer .social li a:hover {
    background-color: transparent;
    color: #eb1285;
}
footer .copyright {
    font-weight: 400;
    font-size: 9px;
    color: #636d70;
}
a.footerlogo {
    text-decoration: none;
    color: #636d70;
}
a.footerlogo:hover {
    color: #ff589e;
}
footer {
    padding-top: 30px;
    background-image: url(https://empreendelas.com.br/wp-content/uploads/2021/06/bg-gradiente.jpg) !important;
    opacity: 0.9;
}
i.social-svg {
    font-size: 18px;
    font-weight: 400;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 26px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .welcome-area {
    margin-bottom: 0px;
  }
  .welcome-area .header-text {
    top: 45% !important;
  }
  .welcome-area .header-text p {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1.2px;
  }
  .welcome-area .header-text h1 {
    font-size: 34px !important;
    line-height: 37px !important;
    margin-bottom: 50px !important;
  }
  .padding-bottom-100 {
    background-color: #f2f2fe;
  }
  .home-feature {
    margin-top: -300px !important;
  }
  .left-heading .section-title {
    line-height: 27px;
    font-size: 21px;
  }
  .left-heading {
    margin-top: 20px;
  }
  h2.section-title.copy {
    margin-top: -35px;
  }
  .padding-45 {
    padding-bottom: 45px !important;
  }
  .middle-two {
    margin-bottom: 55px;
  }
  .blog-post-thumb {
    margin-bottom: 55px;
  }
  .mini:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 133%;
    opacity: .95;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-image: url(../images/up-bg-banner.png);
    z-index: 2;
    top: -20%;
    left: 0%;
}
}
