
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Work+Sans:400,500,600");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  color: #282828 !important;
  font-size: 14px;
  background-color: #d6d6d6;
}

.wrapper {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bg-overlay {
  background: url(../images/overlay.png);
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background-color: #282828;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-28 {
  font-size: 28px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-32 {
  font-size: 32px !important;
}
.f-34 {
  font-size: 34px !important;
}
.f-36 {
  font-size: 36px !important;
}
.f-38 {
  font-size: 38px !important;
}
.fw-600{
	font-weight:600 !important;
}
.fw-700{
	font-weight:700 !important;
}
.fw-800{
	font-weight:800 !important;
}
.fw-900{
	font-weight:900 !important;
}
.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.read-more {
  color: #f55753;
  font-weight: 500;
}

.read-more:hover {
  color: #f55753;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.title-heading {
  font-size: 28px;
}

.title-desc {
  max-width: 600px;
  margin: 0 auto;
}

.bg-custom {
  background-color: #f55753;
}

.bg-light {
  background-color: #f3f8fa !important;
}

.text-custom {
  color: #f55753 !important;
}

.text-muted {
  color: #7b798a !important;
}

.btn {
  padding: 12px 24px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-sm {
  padding: 10px 20px;
}

.btn-round {
  border-radius: 4px !important;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-custom {
  color: #ffffff;
  border-radius: 0px;
  background-color: #f55753;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.open > .dropdown-toggle .btn-custom {
  color: #ffffff;
  background-color: #f55753;
}

.btn-white {
  color: #282828;
  background-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.open > .dropdown-toggle .btn-white {
  color: #282828;
  background-color: #ffffff;
}

.btn-outline {
  color: #f55753;
  border: 1px solid #f55753;
  border-radius: 0px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle .btn-outline {
  outline: none;
  border: 1px solid #f55753;
  background-color: #f55753;
  color: #ffffff;
}

.navbar-custom {
  padding: 5px 0px;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
}

.navbar-custom .navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 10px;
  font-weight: 500;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #282828;
}

.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

.navbar-button {
  margin-left: 20px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 5px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px rgba(140, 140, 140, 0.1);
          box-shadow: 0 10px 33px rgba(140, 140, 140, 0.1);
  color: #000 !important;
  display:none;
}

.nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}

.nav-sticky .logo {
  color: #282828 !important;
}

.nav-sticky .navbar-nav li a {
  color: #282828 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #f55753 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.bg-home {
  background: #1e2433;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 100px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-content {
  position: relative;
  z-index: 9;
}

.home-title {
  font-size: 42px;
  color: #ffffff;
  max-width: 630px;
  margin: 0 auto;
}

.home-button span {
  position: relative;
  top: 8px;
  color: #ffffff;
}

.home-title-3 {
  font-size: 36px;
  color: #ffffff;
  margin: 0 auto;
}

.slidero {
  position: relative;
  z-index: 1;
}

.bg-home-4 {
  background: #1e2433;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}

.bg-home-5 {
  background: #1e2433;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 250px 0px 250px 0px;
}

.subscribe input {
  padding: 14px 20px;
  width: 100%;
  font-size: 18px;
  color: #282828 !important;
  border: none;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 30px;
}

.subscribe button {
  position: absolute;
  top: 5px;
  right: 6px;
  outline: none !important;
  border-radius: 30px;
  font-size: 17px;
  padding: 9px 30px;
}

.subscribe form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.bg-home-6 {
  background: #1e2433;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 270px 0px 270px 0px;
}

.home-title-6 {
  font-size: 36px;
  color: #ffffff;
}

.bg-home-7 {
  background: #1e2433;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 270px 0px 270px 0px;
}

/* flexdemo */
.flex-control-paging li a {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
          box-shadow: 0 0 0 0 #ffffff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #ffffff !important;
  background: #ffffff;
}

.flex-control-paging li a:hover {
  background: #ffffff;
}

.main-slider .flex-control-paging li a.flex-active {
  background-color: transparent;
}

.flex-control-nav {
  bottom: -70px;
}

.bg-home-8 {
	background: -webkit-gradient(linear, left top, right top, from(#5e02f5), to(#3e0b91));
	background: linear-gradient(to right, #5e02f5, #3e0b91);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 150px 0px 30px 0px;
}

.home-title-9 {
  font-size: 38px;
  color: #ffffff;
  font-weight:700;

}

.home-registration-form {
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px #d2d2d2;
          box-shadow: 0px 0px 3px 0px #d2d2d2;
  width: 600px;
}

.home-registration-form .registration-form label {
  font-size: 16px;
}

.registration-form .registration-input-box {
  border: none;
  border-radius: 5px;
  color: #282828;
  height: 45px;
  font-size: 16px;
  border: 1px solid #e0e0e0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card {
  border: none;
  background: #ffffff;
}

.collapse.show {
  background: #ffffff;
}

.card-header {
  background-color: transparent;
  border: none;
}

.card-header h5 {
  font-size: 16px;
  color: #282828;
}

.accordion .card:last-of-type {
  border-bottom: none;
}

.services-box {
  padding: 15px;
}

.services-icon i {
  font-size: 30px;
}

.bg-cta {
  background-image: url(../images/bg-cta.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

.price-box {
  padding: 40px 30px;
  border: 2px solid #f7f7f9;
}

.plan-price {
  margin: 20px -30px;
  padding: 20px 0px 10px 0px;
  position: relative;
  background-color: #f3f8fa;
}

.plan-price h1 span {
  font-size: 16px;
}

.plan-price span {
  font-size: 15px;
  color: #282828;
  font-weight: 400;
}

.plan-price h2 {
  font-size: 40px;
}

.price-features i {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #f55753;
  background-color: rgba(245, 87, 83, 0.1);
}

.pricing-name span {
  font-size: 13px;
}

.plan-price .dolar {
  color: #282828;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: translateY(-20px) translateX(5px);
          transform: translateY(-20px) translateX(5px);
}

.client-img img {
  width: 90px;
}

.client-icon i {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  background-color: #f55753;
  color: #ffffff;
  margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 5px;
  margin: 7px 7px;
  border: 1px solid #f55753;
  background-color: #f55753;
}

.client-position {
  font-weight: 500;
}

.client-txt {
  font-size: 16px;
}

.client-logo {
  background-color: #222939;
}

.blog-title a {
  color: #282828;
}

.blog-title a:hover {
  color: #f55753;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-box {
  -webkit-box-shadow: 0 2px 2px rgba(10, 16, 20, 0.16), 0 0 2px rgba(10, 16, 20, 0.01);
          box-shadow: 0 2px 2px rgba(10, 16, 20, 0.16), 0 0 2px rgba(10, 16, 20, 0.01);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

textarea.form-control {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ea553d;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #ea553d;
  background-color: rgba(234, 85, 61, 0.15);
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

.custom-form .form-control {
  height: 44px;
  border: 1px solid #eef1f2;
  font-size: 14px;
  background-color: #ffffff;
  padding-left: 20px;
}

.custom-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer{
	background:#3F0B93;
}
.footer-title {
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-link a {
  color: #7b798a;
  line-height: 36px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #f55753;
}

.footer-social a {
  text-align: center;
  color: #1e2433;
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 36px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-social a:hover {
  color: #ffffff;
  background: #f55753;
}

.footer-alt {
  color: #fff;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 15px 0px !important;


  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #282828 !important;
    margin: 0px;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #f55753 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #282828;
  }
  .navbar-button {
    margin-top: 15px;
    margin-left: 0px;
  }
  .logo .logo-light {
    display: inline-block;
  }
  .logo .logo-dark {
    display: none;
  }
  .home-title {
    font-size: 26px;
  }
  .home-button span {
    display: none !important;
  }
  .bg-home-8{
	  padding: 120px 0px 30px 0px;
  }
}

.pricing-name h4{
	color:#282828;
	font-size: 34px;
}
.pricing-name span {
    font-size: 14px;
}
.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.pull-right{
	float:right;
}
.price-box {
    padding: 20px 30px !important;
	background: #FFEB3B;
}
.hidden-error {
    display: none;
    color: #f61100 !important;
    width: 200px;
    height: 20px;
    font-size: 12px;
    color: #fff;
}
.hidden-error .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    float: right;
    border-left: 20px solid #f61100;
    margin: -4px -30px 0 0;
}
.blur-filter {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}
.z-0{
	z-index: 0;
}
.btn-green {
    color: #ffffff;
    border-radius: 0px;
    background-color: #63b800;
}


/* Whatsapp */
.floating-wpp {
    position: fixed;
    bottom: 70px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
    right:0;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
.feature .feature-icon {
    text-align: center;
    margin: 0 auto 30px;
    width: 80px;
    height: 80px;
    background: #35a1f2;
    font-size: 33px;
    color: #fff;
    padding: 3px;
    line-height: 1em;
    padding-top: 15px;
    border-radius: 50px;
}
.avatar {
    position: relative;
    width: 90px;
    height: 90px;
	margin:auto;

}
.avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8392a5;
    color: #fff;
    font-weight: 600;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.margin-auto{
	margin:auto;
}
/*# sourceMappingURL=style.css.map */