html {
  scroll-behavior: smooth;
}

ul {
  padding: 0;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

ul li,
ol li {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  list-style-type: none;
}

ul li i {
  vertical-align: middle;
  padding-right: 5px;
}

p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #eaaa10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #212529;
  font-weight: 500;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h2.section-title {
  margin-bottom: 10px;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
}

p.section-subtitle {
  font-size: 18px;
}

p.section-subtitle.white {
  color: #ffffff;
}

.popup-gallery:hover .video-popup-image {
  opacity: 1;
}

.white-text {
  color: #fff;
}

.green {
  color: #1089d4;
}

.blue {
  color: #017df7;
}

.section-top-border {
  border-top: 1px solid #efefef;
}

.section-bottom-border {
}

.section-white {
  background: #101218;
  padding: 90px 0 100px 0;
}

.section-grey {
  background: #eee;
  padding: 90px 0 100px 0;
}

.section-blue {
  background-color: #1e90ff;
  padding: 90px 0;
}

.section-bg-2 {
  background: url(../images/background-html-cta.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.section-bg-overlay {
  width: 100%;
  background: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-white-box {
  background-color: #fff;
  padding: 30px 40px 50px 40px;
}

.section-blue {
  background-color: #B35679;
  padding: 90px 0;
}

.section-white.no-padding,
.section-grey.no-padding,
.section-blue.no-padding {
  padding: 0;
}

.section-white.medium-paddings,
.section-grey.medium-paddings,
.section-blue.medium-paddings {
  padding: 60px 0;
}

.section-white.small-paddings,
.section-grey.small-paddings,
.section-blue.small-paddings {
  padding: 30px 0;
}

.section-white.xsmall-paddings,
.section-grey.xsmall-paddings,
.section-blue.xsmall-paddings {
  padding: 10px 0;
}

.section-white.small-padding-top,
.section-grey.small-padding-top,
.section-blue.small-padding-top {
  padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom,
.section-grey.small-padding-bottom,
.section-blue.small-padding-bottom {
  padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom,
.section-grey.no-padding-bottom,
.section-blue.no-padding-bottom {
  padding: 90px 0 0 0;
}

.small-col-inside {
  padding-left: 55px;
  height: 100%;
  padding-top: 40px;
  padding-right: 27%;
}

.width-100 {
  width: 100%;
}


/* ========================================================== */


/* 			               02. MENU-NAV                       */


/* ========================================================== */

.navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #1089d4 !important;
}

.navbar {
  width: 100%;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler {
  border: 1px solid #000000;
}

.navbar-toggler-icon {
  margin: auto;
  padding: 5px;
}

.navbar-toggler-icon i {
  color: #000000;
  vertical-align: middle;
}

.navbar-fixed-top {
  background: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
  position: fixed !important;
  background: #fff !important;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav > li > a,
.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #FE79AB !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.2s ease;
}

.navbar-fixed-top .navbar-nav > li > a {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 10px 15px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.navbar-fixed-top .navbar-nav .current a {
  color: #1e90ff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
  color: #1089d4 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
  border: 1px solid #09b818;
  color: #ffffff !important;
  background: #09b818;
  border-radius: 999px;
  padding: 12px 18px !important;
  margin-left: 10px;
  margin-right: 0;
  font-family: 'Roboto', sans-serif;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
  color: #ffffff !important;
  background: #000000;
  border: 1px solid #000000;
}


/* ========================================================== */


/* 			                03. FOOTER                        */


/* ========================================================== */

.footer {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 80px;
  background-image: url(/images/footer.webp);
  background-color: rgb(0 0 0 / 80%);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-top {
  padding-bottom: 60px;
}

.footer-bottom {
  padding: 15px 0;
  background-color: #e0e2e6;
}

.footer-top i {
  margin-bottom: 10px;
  color: #FE79AB;
  font-size: 60px;
}

.footer p {
  margin-bottom: 0;
  line-height: 24px;
  color: #ffffff;
}

.footer p > a {
  font-size: 17px;
  color: #FE79AB;
  text-decoration: none;
}

.footer p > a:hover {
  color: #FE79AB;
  text-decoration: underline;
}

span.template-name {
  font-weight: bold;
  color: #1089d4;
}

a.footer-links {
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
  color: #454545;
}

a.footer-links:hover {
  color: #1089d4;
  text-decoration: underline;
  transition: all .5s ease-in-out;
}


/* Footer Social Icons */

ul.footer_social {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
}

ul.footer_social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}

ul.footer_social li a i {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  font-size: 26px !important;
  line-height: 26px !important;
  color: #ffffff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
  color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
  color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
  color: #ffffff;
}

ul.footer_social li a i.fa-instagram {
}

ul.footer_social li a i.fa-skipe {
  color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
  color: #ea4c89;
}

ul.footer_social li a i:hover {
  color: #FE79AB !important;
}


/* ========================================================== */


/* 			               04. HOME                           */


/* ========================================================== */


/* -----  Register ----- */

.register-form-wrapper {
}

.register-form-wrapper h1 {
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
}

.register-form-wrapper p {
  margin-bottom: 25px;
  font-size: 17px;
}

input.register-input,
select.register-input {
  height: 46px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent;
  border-radius: 18px;
  width: 100%;
}

textarea.register-comment {
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent;
  border-radius: 18px;
  width: 100%;
}

input.register-submit {
  background: #09b818;
  border: 1px solid #09b818;
  color: #ffffff;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  max-width: 520px;
  padding: 16px 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 999px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
  will-change: background, color, border;
}

input.register-submit:hover {
  background: transparent;
  border: 1px solid #09b818;
  color: #09b818;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
  border-color: #fff !important;
  color: #fff !important;
  outline: none;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
  border-color: #fff !important;
  color: #fff !important;
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}

option[selected] {
  background: white !important;
}

option:checked {
  background: #fff;
  box-shadow: 0 0 10px 100px #000000 inset;
}

p.register_success_box {
  display: inline-block;
  color: #fff;
  border: 1px solid #dedede;
  padding: 25px 25px;
  font-size: 19px;
  text-shadow: none;
  font-style: italic;
  border-radius: 8px 8px;
  margin: 15px 0;
}

p.register-form-terms {
  margin: 10px 0 5px 0;
  font-size: 14px;
  color: #ebf8fc;
  text-shadow: none;
}


/* ========================================================== */


/* 			                05. FEATURES                      */


/* ========================================================== */

.services-wrapper {
  position: relative;
}


/* ========================================================== */


/* 						    06. CONTACT                       */


/* ========================================================== */

#contact-form {
  margin-bottom: 10px;
}

input.contact-input {
  width: 96%;
  height: 50px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 12px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec !important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 18px;
}

textarea {
  height: 100px;
  margin-bottom: 12px;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec !important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 18px;
}

input.contact-submit {
  color: #fff;
  background: #09b818;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 999px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover {
  color: #fff;
  background: #0d0e13;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  border-color: #fff;
  outline: none;
}

p.contact_success_box {
  display: inline-block;
  color: #0c75fb;
  font-size: 20px;
  font-style: italic;
}


/* ========================================================== */


/* 			               07. OTHER ELEMENTS                 */


/* ========================================================== */


/* a) Buttons */

.btn-white {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #18204b;
  float: left;
  background-color: #eaaa10;
  border: 1px solid #eaaa10;
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
  border-radius: 5px 5px;
  letter-spacing: 1px;
  margin: 10px 10px 0 10px 0;
  padding: 16px 26px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #eaaa10 !important;
  background: transparent;
}

.btn-white-border {
  color: #fff;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 5px 5px;
  margin: 10px 10px;
  padding: 16px 26px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #1089d4 !important;
  background: #f9f9f9;
}

.btn-white i,
.btn-white-border i {
  font-size: 22px;
  line-height: 22px;
  margin-right: 10px;
  vertical-align: text-top;
}

.btn-green {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #1089d4;
  border: 1px solid #1089d4;
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  border-radius: 5px 5px;
  margin: 15px 10px 0 0;
  padding: 18px 25px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-green:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff !important;
  background: #0d80c9;
}

.btn-green.small,
.btn-green-line.small,
.btn-white.small,
.btn-white-border.small {
  font-size: 16px;
  padding: 14px 20px;
}

.btn-green-line {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #017df7;
  background-color: #fff;
  border: 1px solid #1089d4;
  border-radius: 5px 5px;
  margin: 15px 10px 0 0;
  padding: 20px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-green-line:hover {
  color: #fff !important;
  background: #1089d4;
}

a.btn-green:visited,
a.btn-green:focus {
  color: #fff !important;
}


/* -----  b) Gallery PopUp ----- */

.popup-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-gallery {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.first-gallery {
  margin-bottom: 15px;
}

.popup-gallery img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
}

.popup-gallery:hover img {
  opacity: 0.25;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
  background-color: #000;
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 2;
  height: 100% !important;
  top: 0%;
  margin-top: 0px;
  left: 0%;
  right: 0%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
  position: absolute;
  display: inline-block;
  font-size: 36px;
  z-index: 3;
  top: 50% !important;
  margin-top: -18px !important;
  left: 0%;
  right: 0%;
}

.popup-gallery a:hover span {
  opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.gallery-item {
  border-radius: 5px 5px;
}

.gallery-insta {
  display: inline-block;
  margin-bottom: 0 !important;
  height: 300px !important;
  width: 100%;
}

.gallery-insta img {
  border-radius: 0 !important;
}

.portfolio-pic {
  display: block;
  margin-bottom: 10px;
}

.portfolio-box {
  display: block;
  text-align: center;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 10px 20px 20px 20px;
}

.portfolio-box h3 {
  margin: 10px 0 10px 0 !important;
  line-height: 20px;
}

.portfolio-box h3 a {
  color: #454545;
  font-size: 18px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.portfolio-item h3 a:hover {
  color: #1089d4;
}

.portfolio-box p.portfolio-info {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}

.portfolio-box a.our-menus-link {
  font-size: 16px;
  line-height: 24px;
  color: #1089d4;
}

.portfolio-box a.our-menus-link:hover {
  text-decoration: underline;
}

.showcase-wrapper {
  position: relative;
  z-index: 999;
  overflow: hidden;
  padding: 25px 30px 0 30px;
}


/* c) Testimonials */

.testim-inner {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding: 0 15px 20px 15px;
  border: 1px solid #e0e2e6;
  background-color: transparent;
  border-radius: 25px;
  transition: all 1s;
  height: 190px;
  will-change: border;
}

.testim-inner:hover {
  border: 1px solid #212529;
  transform: scale(1.025);
  transition: all .5s;
}

.testim-inner img {
  position: relative;
  display: inline-block;
  margin-top: -55px;
  max-width: 98px;
  border: 6px solid #b35679;
  outline: 1px solid #ffffff;
  border-radius: 50% 50%;
  padding: 10px 10px;
  background: linear-gradient(90deg, rgba(219, 105, 149, 1) 0%, rgba(254, 121, 171, 1) 50%, rgba(179, 86, 121, 1) 100%);
  transition: all .5s;
  will-change: border, outline-color;
}

.testim-inner:hover img {
  border: 1px solid #612F42;
  background-color: #612F42;
  outline-color: #612F42;
}

.testim-inner h6 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
  font-family: 'Public Sans', sans-serif;
}

.testim-inner p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 5px;
}

.testim-rating i {
  color: #fdcc28;
}


/* d) Accordion Tabs */

.card {
  border: none;
  background-color: transparent !important;
}

.card-header {
  padding: 6px 0 9px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #f4f5f6;
}

.card-header h5 .btn-link {
  padding: 0;
  font-size: 19px;
  font-weight: 500;
  color: #071e55;
  background-color: transparent;
}

.card-header h5 .btn-link:hover,
.card-header h5 .btn-link:focus {
  text-decoration: none;
}

.card-body {
  padding: 10px 0;
  border-top: 2px solid #1089d4;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #7c8595;
}


/* e) Carousel */

.carousel-indicators {
  bottom: -15px;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #cecece;
  border-radius: 5px 5px;
}

.carousel-indicators.testimonials-indicators {
  bottom: -40px;
}

.carousel-indicators.testimonials-indicators li {
  background-color: #cecece;
}

.carousel-indicators.testimonials-indicators .active {
  background-color: #1089d4;
}

.gallery-show {
  margin: 20px 0 40px 0;
  max-width: 100%;
  border-radius: 8px 8px;
  border: 8px solid rgba(255, 255, 255, 0.8);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}


/* f) Features List */

ul.benefits {
  margin-bottom: 20px;
}

ul.benefits li {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 8px;
}

ul.benefits.white li {
  color: #fff;
}

ul.benefits li i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 1px;
  color: #1089d4;
}

ul.benefits.white li i {
  color: #fff;
}

.no-padding-bottom {
  padding-bottom: 0;
}


/* ========================================================== */


/* 			             08. MEDIA QUERIES                    */


/* ========================================================== */

@media (max-width: 991px) {
  .navbar-fixed-top {
    background-color: #ffffff !important;
  }

  .navbar-fixed-top.opaque {
    padding: 0;
  }

  .navbar-fixed-top {
    /* border-bottom: 1px solid #efefef; */
  }

  .navbar-fixed-top .navbar-nav > li.discover-link {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .navbar-fixed-top .navbar-nav > li > a.discover-btn {
    padding: 8px 12px !important;
    margin-left: 20px;
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  .register-form-wrapper {
    padding-bottom: 45px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-top i {
    display: block;
    margin-top: 50px !important;
  }

  ul.footer_social li a i {
    margin: 0 8px !important;
  }

  input.contact-submit {
    margin-bottom: 30px;
  }

  .testim-inner {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .navbar-toggle {
    margin-bottom: 0;
    border: 1px solid #9f9f9f !important;
  }

  .hero-wrapper h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .section-white {
    padding: 60px 0 70px 0 !important;
  }

  .section-white.small-padding-bottom,
  .section-grey.small-padding-bottom {
    padding: 60px 0 50px 0 !important;
  }

  .register-form-terms {
    padding-bottom: 30px;
  }

  .small-col-inside {
    padding-right: 15px;
    padding-left: 15px;
  }

  input.contact-submit {
    width: 100%;
    margin-bottom: 40px;
  }
}

#empresa {
  background: #eee;
}

.section__title h2 {
  font-weight: 500;
  position: relative;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
}

#empresa p {
  color: #2d2d2d;
  text-align: justify;
}

section#passos {
  position: relative;
}

section#passos::before {
  position: absolute;
}

#services {
  padding: 20px 0px;
}

section#features::before {
  content: "";
  width: 1110px;
  height: 2px;
  background: rgb(255 255 255 / 20%);
  top: 0;
  left: calc(50% - 555px);
  position: absolute;
}

section#features {
  position: relative;
}

#gallery .col-md-2 {
  padding: 0 !important;
}

.botao-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.botao-cta a {
  padding: 15px 30px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

.botao-cta a:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

#html-cta h3 {
  font-size: 34pt;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Anek Odia', sans-serif;
}

#html-cta p {
  font-weight: 500 !important;
  font-size: 15pt;
}

.inner__depoimento h6 {
  font-weight: 600 !important;
  font-family: 'Public Sans', sans-serif;
  color: #FE79AB;
  font-size: 20px;
  margin: 0;
  line-height: 100%;
}

#depoimentos .testim-inner {
  height: 300px;
  background: linear-gradient(45deg, #040406, transparent);
  border: none;
  padding: 15px;
}

#depoimentos .testim-inner img {
  background: linear-gradient(#101218, #101218) padding-box, linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) border-box;
  border: 2px solid transparent;
  padding: 4px;
}

header.header {
  width: 100%;
  z-index: 999;
}

#empresa img {
  width: 100%;
  padding: 10px;
  max-height: 100%;
  height: fit-content;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Odia:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap');

/* efects */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* /efects */

body {
  font-family: 'Roboto', sans-serif;
}

.logo-img {
  max-height: 71px;
}

.select-form {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .small-col-inside {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  input.contact-input {
    width: 100% !important;
  }

  textarea {
    width: 100% !important;
  }

  .captcha-contato-div {
    width: 100% !important;
  }

  .whatsapp-btn {
    bottom: 40px !important;
  }

  .main__servicos img {
    margin-top: 20px;
  }

  .main__servicos {
    margin: 10px 0;
    height: auto !important;
    padding: 10px;
  }

  #home .no-gutters img {
    position: absolute;
    opacity: 0.25;
  }

  .hero-wrapper#home:before {
    display: none;
  }
}

.captcha-div {
  display: flex;
}

input::placeholder {
  color: #fff;
}

.div-flex {
  display: flex;
}

.contact-input::-webkit-input-placeholder {
  color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
  color: #000 !important;
}

.captcha-contact-btn {
  height: 50px !important;
  width: 30%;
  margin-right: 6px;
}

.captcha-contact-text {
  width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
  position: fixed;
  right: 30px;
  z-index: 999999999;
  bottom: 60px;
  background-color: rgb(9, 184, 24);
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}

.whatsapp-btn a {
  display: block;
  text-indent: 0;
  width: 54px;
  height: 54px;
  background: url(../images/whatsapp.png) no-repeat center;
  background-size: 60%;
}

.whatsapp-icon {
  color: #ffff;
  margin: 0;
  font-size: 25pt;
}

.div-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*  */

:focus-visible {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.footer-top h5 {
  color: #0d0e13;
}

.text-center {
  text-align: center;
}

span.letter-color {
  font-weight: 900;
  color: #101218;
}

nav.navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* efects */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* /efects */

body {
  font-family: 'Roboto', sans-serif;
}

.logo-img {
  width: auto;
  height: 100px;
  max-height: 100px;
}

.select-form {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .small-col-inside {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  input.contact-input {
    width: 100% !important;
  }

  textarea {
    width: 100% !important;
  }

  .captcha-contato-div {
    width: 100% !important;
  }

  .whatsapp-btn {
    bottom: 40px !important;
  }
}

.captcha-text {
  width: 70% !important;
  max-width: 520px;
  height: 46px !important;
  padding-left: 3% !important;
  padding-right: 3% !important;
  margin-bottom: 12px !important;
  color: #fff !important;
  margin-left: 6px;
  border: 1px solid #fff !important;
  background-color: transparent;
  font-size: 16px !important;
  border-radius: 18px;
}

.captcha-btn {
  width: 30% !important;
  height: 46px !important;
  color: #000 !important;
  margin-right: 6px !important;
  border-radius: 18px;
}

.captcha-div {
  display: flex;
}

input::placeholder {
  color: #fff;
}

.div-flex {
  display: flex;
}

.contact-input::-webkit-input-placeholder {
  color: #000 !important;
}

.contact-commnent::-webkit-input-placeholder {
  color: #000 !important;
}

.captcha-contact-btn {
  height: 50px !important;
  width: 30%;
  margin-right: 6px;
  border-radius: 18px;
}

.captcha-contact-text {
  width: 70% !important;
}


/* Whatsapp button */

.whatsapp-btn {
  position: fixed;
  right: 30px;
  z-index: 999999999;
  bottom: 60px;
  background-color: rgb(9, 184, 24);
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}

.whatsapp-btn a {
  display: block;
  text-indent: 0;
  width: 54px;
  height: 54px;
  background: url(../images/whatsapp.png) no-repeat center;
  background-size: 60%;
}

.whatsapp-icon {
  color: #ffff;
  margin: 0;
  font-size: 34pt;
}

.div-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*  */

:focus-visible {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.footer-top h5 {
  color: #ffffff;
  font-family: 'Public Sans', sans-serif;
}

.text-center {
  text-align: center;
}

span.letter-color {
  font-weight: 900;
  color: #101218;
}

nav.navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  section#features::before {
    width: 90% !important;
    left: calc(50% - 45%) !important;
  }

  .box-palestrantes {
    margin: 0;
    display: contents;
  }

  .box-palestrantes h3 {
    width: 100% !important;
    text-align: center !important;
    background: #fcb900 !important;
  }

  .box-palestrantes img {
    max-width: 100%;
  }
}

.footer-bottom p {
  color: #101218 !important;
}

.box-palestrantes h3 {
  color: #101218;
  background: linear-gradient(90deg, #fcb900, transparent);
  padding: 6px 18px;
  width: 50%;
  font-weight: 900;
}

.box-palestrantes p {
  text-align: justify;
}

.box-palestrantes {
  padding: 26px 0px;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
}

#contact h4 {
  font-family: 'Anek Odia', sans-serif;
  font-size: 36px;
}

.navbar-fixed-top.opaque a.external.discover-btn {
  background: #09b818;
  border-color: #09b818;
  will-change: background;
}

hr.title__line {
  border: 0;
  width: 120px;
  height: 4px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 24px;
  background: #FE79AB;
}

.register-form-wrapper h4 {
  font-family: 'Public Sans', sans-serif;
  color: #eaaa10;
}

.hero-wrapper#home:before {
  content: "";
  width: 100%;
  height: 12%;
  bottom: 0;
  left: 0;
  background: #e0e2e6;
  position: absolute;
}

.custom-icon-box-style-1 h3 {
  font-family: 'Public Sans', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center !important;
}


/*  */

.custom-icon-box-style-1.residencial {
  background: url(/images/residential.webp);
  background-position: top center;
  background-size: cover;
}

.custom-icon-box-style-1.residencial h3 {
  color: #fff;
}


/*  */

.custom-icon-box-style-1 {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*  */

.custom-icon-box-style-1.comercial {
  background-image: url(/images/commercial.webp);
  background-position: top center;
  background-size: cover;
}

.custom-icon-box-style-1.comercial h3 {
  color: #fff;
}

.custom-icon-box-style-1.comercial p {
  color: #fff;
}


/*  */

.custom-icon-box-style-1.rural {
  background-image: url(/images/post-construction.webp);
  background-position: top center;
  background-size: cover;
}

.custom-icon-box-style-1.rural h3 {
  color: #fff;
}

.main__diferencial {
  text-align: center;
  padding: 30px;
  background: #e0e2e6;
  height: 190px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  outline: 2px solid #bab7af;
  justify-content: center;
  border-radius: 25px;
  transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
}

.main__diferencial h6 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #212529;
  font-family: 'Public Sans', sans-serif;
}

.main__diferencial img {
  max-height: 80px;
  width: auto;
}

.main__diferencial:hover {
  background: linear-gradient(90deg, rgba(219, 105, 149, 1) 0%, rgba(254, 121, 171, 1) 50%, rgba(179, 86, 121, 1) 100%);
  outline: none;
  transform: scale(1.06);
  will-change: transform, background;
}

.main__diferencial:hover h6 {
  color: #ffff;
}

.main__servicos {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0px 0px 15px #612F42;
  height: auto;
  padding: 0 10px;
}

.main__servicos img {
  border-radius: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.main__servicos h6 {
  margin-bottom: 6px;
  font-family: 'Public Sans', sans-serif;
  font-size: 20px;
}

.main__servicos p {
  font-size: 14px;
}

.inner__depoimento {
  padding: 20px;
  background: transparent;
  border-radius: 30px;
  height: 300px;
  border: 1px solid #FE79AB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner__depoimento img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}

.inner__depoimento p {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

img.logo-banco {
  padding: 10px;
  height: 100% !important;
  border: 1px solid #d1d1d1 !important;
  border-radius: 15px;
  background: #f5f7f9;
  width: inherit;
}

img.logo-parceiro {
  padding: 10px;
  height: 100% !important;
  border: 1px solid #d1d1d1 !important;
  border-radius: 15px;
  background: #f5f7f9;
  width: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'poppins', sans-serif;
}

#contact .col-md-6 img.p-md-5 {
  max-width: 100%;
  height: auto;
}

.owl-nav {
  display: flex;
  top: calc(50% - 50px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
  justify-content: space-between;
}

.owl-nav button {
  width: 75px;
  height: 75px;
  position: absolute;
  background: rgb(255 255 255) !important;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #FE79AB !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-nav button span {
  color: #000;
  font-size: 40px !important;
  position: relative;
  top: -3px;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}


/* Adriana Cleaning Doctor */

#empresa .sms-number-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: fit-content;
  padding: 0;
}

.sms-number-image {
  display: flex;
  flex-direction: column;
}

#empresa .sms-number-image img {
  margin-bottom: 15px;
  transition: .3s;
}

#empresa .sms-number-image img:hover {
  transform: scale(1.1);
}


/* PET */

.pet-conteudo h2 {
  font-weight: 500;
  position: relative;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
}

.pet-conteudo p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.botao-pet {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.botao-pet a {
  padding: 15px 30px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

.botao-pet a:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

#pet .col-md-6.pet-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Neighborhood Fave */

.neighborhood-fave h2 {
  font-weight: 500;
  position: relative;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
  color: #09b818;
}

.neighborhood-fave p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.neighborhood-fave img {
  width: 100%;
  height: 100%;
}

#neighborhood .col-md-6.neighborhood-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.botao-neighborhood a {
  padding: 15px 30px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

.botao-neighborhood a:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

.botao-neighborhood {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}


/* RESPONSIVO */

@media (max-width: 990px) {
  .pet-conteudo img {
    width: 100% !important;
    height: auto;
  }

  #pet .col-md-6.pet-center {
    margin-bottom: 2em;
  }

  .pet-conteudo {
    text-align: center;
  }

  .botao-pet {
    display: flex;
    justify-content: center;
  }

  .neighborhood-fave {
    text-align: center;
  }

  .team-conteudo img {
    width: 100% !important;
    height: auto;
  }

  #team .col-md-6.team-center {
    margin-bottom: 2em;
  }

  .team-conteudo {
    text-align: center;
  }

  .botao-team {
    display: flex;
    justify-content: center;
  }

  #depoimentos .inner__depoimento {
    height: auto;
  }

  #depoimentos .owl-nav {
    top: auto;
  }

  #depoimentos .owl-nav button {
    width: 50px;
    height: 50px;
    margin: 10px;
  }

  #depoimentos .owl-nav button span {
    font-size: 30px !important;
  }
}


/* EQUIPE */

.team-conteudo h2 {
  font-weight: 500;
  position: relative;
  font-family: 'Anek Odia', sans-serif;
  font-size: 46px;
}

.team-conteudo p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.botao-team {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.botao-team a {
  padding: 15px 30px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

.botao-team a:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

#team .col-md-6.team-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* DEPOIMENTOS */

#depoimentos .item {
  width: 80%;
}

#depoimentos .owl-item {
  display: flex;
  justify-content: center;
}

section#depoimentos {
  background-color: #fff;
}

#depoimentos .section__title h2 {
  color: #212529 !important;
}


/* SMS BOTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢O */

svg.sms {
  width: auto;
  height: 40px;
}

svg.sms path {
  fill: #fff !important;
}

.testim-rating i {
  color: #fdcc28;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

svg.wpp {
  width: auto;
  height: 40px;
}

.div-whatsapp-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn-2 {
  position: fixed;
  right: 30px;
  z-index: 999999999;
  bottom: 140px;
  background-color: rgb(9, 184, 24);
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}

svg.wpp path {
  fill: #ffff !important;
}

.main__servicos p {
  display: none;
}

.main__servicos:hover p {
  display: block;
}

svg.tiktok {
  width: auto;
  height: 28px;
}

svg.tiktok path {
  fill: #fff;
}

svg.tiktok path:hover {
  fill: #FE79AB;
}

.container-fluid.footer-bottom.px-0 a.copyright {
  text-decoration: none !important;
  color: #212529 !important;
}


/* ATT */

section#home.desktop {
  background-image: url(/images/background-image-slide.jpg);
  background-position: right;
  background-size: cover;
  position: relative;
  height: 900px;
}

section#home.responsivo {
  background-image: url(/images/background-slide.jpg);
  background-position: center;
  background-size: cover;
  height: 400px;
  margin-bottom: 200px;
}

#home .section-bg-overlay {
  opacity: 0.5;
}

.botao-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.botao-slide a {
  padding: 15px 30px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

.botao-slide a:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

#home .texto h2 {
  color: #fff;
  font-size: 3.5em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

/* Team */

.team-conteudo img {
  width: 100%;
  height: auto;
}

#team-action .col-md-4.px-2.py-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Contact */

#contact h4 {
  font-weight: bold !important;
  text-transform: uppercase !important;
}

#contact .sms-number-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: fit-content;
  padding: 0;
}

.sms-number-image {
  display: flex;
  flex-direction: column;
}

#contact .sms-number-image img {
  margin-bottom: 15px;
  transition: .3s;
}

#contact .sms-number-image img:hover {
  transform: scale(1.1);
}

#contact .sms-number-image {
  margin-top: 25px !important;
}

/* SoluÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes */

#solucao .custom-icon-box-style-1 {
}

.custom-icon-box-style-1.move-in-out {
  background-image: url(/images/move-in-out.webp);
  background-position: top center;
  background-size: cover;
}

.move-in-out h3 {
  color: #fff;
}

/* Modal */

button.btn-modal {
  width: auto;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

button.btn-modal {
  padding: 7px 15px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  background: #FE79AB;
  font-size: 14pt;
  letter-spacing: 2px;
  border-radius: 50px;
  border: 2px solid #FE79AB;
  transition: all .3s;
}

button.btn-modal:hover {
  background: transparent;
  color: #FE79AB;
  box-shadow: 1px 0px 45px rgb(254 121 171 / 50%);
}

#solucao .col-md-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#solucao .modal-body p {
  text-align: left;
  color: #212529;
}

/* Slide responsivo */

@media (max-width: 990px) {
  #home .conteudo {
    margin-bottom: 25px;
    padding: 0 10px;
  }

  section#home.responsivo .texto h2 {
    font-size: 1.8em;
    margin: 30px 0 0 0;
  }

  .desktop {
    display: none !important;
  }

  .responsivo {
    display: block !important;
  }

  #solucao .col-md-3 {
    margin-bottom: 80px !important;
  }
  
  section#solucao {
    padding-bottom: 0 !important;
  }

  section#home.responsivo .texto p {
    text-align: center;
    margin: 0;
}
}

.responsivo {
  display: none;
}

.desktop {
  display: block;
}

#home .row.h-100 {
  display: flex;
  align-items: flex-end;
}

section#home.desktop .col {
  margin-bottom: 100px;
}

#home.responsivo .imagem img {
  max-width: 100%;
  height: 350px;
}

#home.responsivo .imagem {
  text-align: center;
  margin-top: 0;
}


body.navegador-ruim .navbar-toggler-icon {
  margin-left: -10px;
}


button.btn-modal {
  cursor: pointer !important;
}

#home .texto p {
  text-align: center;
  margin: 0;
}