/* --------------------------
:: Template Name: Colorlib App - App Landing Page 
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com/
:: Description: Colorlib is a One Page based App Landing Template. It's very clean, creative & beautiful. It's super     responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0
:: Created: 11/03/2017
-------------------------- */

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700");
@import "bootstrap.min.css";
@import "animate.css";
@import "magnific-popup.css";
@import "owl.carousel.min.css";
@import "slick.css";
@import "font-awesome.min.css";
@import "themify-icons.css";
@import "ionicons.min.css";

:root {
  --primary: #f7a822;
  --bg-color: #1d1d1b;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('../fonts/HomepageBaukasten-Book.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/HomepageBaukasten-Book.woff') format('woff'), 
   url('../fonts/HomepageBaukasten-Book.ttf')  format('truetype');
}

@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/HomepageBaukasten-Bold.eot?#iefix') format('embedded-opentype'), 
   url('../fonts/HomepageBaukasten-Bold.woff') format('woff'), 
   url('../fonts/HomepageBaukasten-Bold.ttf')  format('truetype');
}

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gotham", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  background:#1A1A1A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

.section_padding_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_padding_100_50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section_padding_100_70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section_padding_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_50_20 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section_padding_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section_padding_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section_padding_20 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.section_padding_0_100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section_padding_0_50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.section_padding_0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section_padding_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_padding_0_50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.section_padding_70_15 {
  padding-top: 70px;
  padding-bottom: 20px;
}

.section_padding_0_10 {
  padding-top: 0px;
  padding-bottom: 5px;
}

.section_padding_0_70 {
  padding-top: 0px;
  padding-bottom: 70px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

#scrollUp {
  bottom: 0;
  font-size: 24px;
  right: 30px;
  width: 50px;
  background-color: var(--bg-color);
  color: var(--primary);
  text-align: center;
  height: 36px;
  line-height: 36px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

li {
  list-style: none;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}

.heading-text > p {
  font-size: 16px;
}

.section-heading > h2 {
  font-weight: 300;
  font-family: "GothamBold";
  color: var(--bg-color);
  font-size: 46px;
  margin: 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading > p {
  font-size: 19px;
  font-family: "Gotham";
  font-weight: bold;
  margin-bottom: 5%;
  /* font-family: 'GothamBold'; */
}

.line-shape-white,
.line-shape {
  width: 90px;
  height: 1px;
  background-color: var(--primary);
  margin-top: 8px;
  margin-bottom: 15px;
}

.line-shape {
  margin-left: calc(50% - 40px);
}

.table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

#preloader {
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.colorlib-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
  animation: 2000ms linear 0s normal none infinite running colorlib-load;
  background: transparent none repeat scroll 0 0;
  border-color: #dddddd #dddddd var(--primary);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 40px;
  left: calc(50% - 20px);
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 9;
}

@-webkit-keyframes colorlib-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes colorlib-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
  padding: 0 1%;
  background-color: var(--bg-color);
  box-shadow: 0 2px 5px 1px;
}

.navbar-brand > img {
  width: 40px;
}

.menu_area .navbar-brand {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0;
}

.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
  color: #fff;
}

.menu_area {
  position: relative;
  z-index: 2;
}

.menu_area #nav .nav-link {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 25px 15px;
}

.nav-item {
  margin-left: 20px;
}

.menu_area nav ul li > a:hover {
  color: white;
}

.sing-up-button {
  text-align: center;
}

.sing-up-button > a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  height: 36px;
  min-width: 120px;
  line-height: 36px;
  text-align: center;
  background: url(../img/stylebtn-loginhv.png);
  background-size: 100% 100%;
}


@media (max-width: 480px) {
  .sing-up-button > a {
    padding: 0 10px;
  }
}


.sing-up-button > a:hover {
  background: url(../img/stylebtn-login.png);
  background-size: cover;
  color: var(--primary);
  border-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
  background-color: #1d1d1b;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
  font-size: 40px;
}

.header_area.sticky .menu_area #nav .nav-link {
  padding: 23px 15px;
}
.header_area.sticky .navbar {
  padding: 0;
}
/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
  /* background-image: url(../img/BannerHome_Tribu.jpg); */
  height: 700px;
  position: relative;
  z-index: 1;
  background-position: bottom center;
  background-size: cover;
  top: 50px;
}

.wellcome_area > .container > .row {
  height: 80%;
}

.wellcome_area:after {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: 0;
  z-index: 2;
}

.welcome-thumb {
  width: 45%;
  position: absolute;
  bottom: -130px;
  right: 85px;
  z-index: 9;
}

.welcome-thumb img {
  height: auto;
  width: 100%;
}

.wellcome-heading-title {
  font-family: "GothamBold";
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.wellcome-heading-title > img {
  width: 380px;
}

.wellcome-heading-subtitle {
  font-size: 25px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 8px;
}

.wellcome-heading-text {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-left: 16px;
  width:30%
}

.wellcome-heading > .wellcome-heading-title > h2 {
  font-size: 100px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin-left: 20px;
}

.wellcome_contact {
  /* background-image: url(../img/BannerContacto_Tribu.jpg); */
  height: 700px;
  position: relative;
  z-index: 1;
  background-position: bottom center;
  background-size: cover;
}

.wellcome_contact-index {
  /* background-image: url(../img/BannerCorreo_Tribu.jpg); */
  height: 650px;
  position: relative;
  z-index: 1;
  background-position: bottom center;
  background-size: cover;
}

.wellcome_contact-index-email-form {
  justify-content: center;
}

.wellcome_blog {
  /* background-image: url(../img/BannerBlog_Tribu.jpg); */
  height: 700px;
  position: relative;
  z-index: 1;
  background-position: bottom center;
  background-size: cover;
}

.blog-area {
  padding: 30px;
}

.welcome-thumb {
  width: 45%;
  position: absolute;
  bottom: -130px;
  right: 85px;
  z-index: 9;
}
.thumb-left {
  left: 85px;
}

.vaki_area{
  padding-bottom: 1.5rem;
}

.get-start-area .email {
  background: var(--bg-color);
  height: 50px;
  max-width: 260px;
  border: none;
  border-radius: 24px;
  padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
  color: lightgray;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: lightgray;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: lightgray;
  opacity: 1;
}

.form-control::placeholder {
  color: lightgray;
  opacity: 1;
}

.get-start-area .email:focus {
  border: none;
  outline-offset: transparent !important;
  border-radius: 30px;
}

.get-start-area .index-email-input {
  font-size: 14px;
  font-style: italic;
  padding: 15px 15px;
  height: 36px;
  width: 300px !important;
  text-align: center;
  border-color: var(--primary);
  border-radius: 12px 12px 12px 0;
}

.blog-subscription-area-form .submit,
.get-start-area .submit {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border: none;
  height: 36px;
  min-width: 100px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border-radius: 12px 12px 12px 0;
  margin-left: 10px;
  cursor: pointer;
}

.blog-subscription-area-form .submit:hover,
.get-start-area .submit:hover {
  background: var(--bg-color);
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.wellcome-heading > h3 {
  font-size: 332px;
  position: absolute;
  top: -134px;
  font-weight: 900;
  left: -12px;
  z-index: -1;
  color: #fff;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.contact-heading {
  text-align: end;
}

.contact-heading h3 {
  right: -12px;
}

.bike-guide > h1 {
  color: var(--primary);
}

.contact-form {
  justify-content: flex-end;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
  font-size: 36px;
  color: var(--primary);
}

.single-special > h3 {
  font-weight: bold;
  font-size: 32px;
}

.single-special > a {
  font-weight: bold;
  color: var(--primary);
  font-size: 11px;
}

.single-special > a:hover {
  color: var(--bg-color);
}

.single-special > h4 {
  font-size: 22px;
  color: var(--bg-color);
}

.single-icon {
  margin-bottom: 25px;
}

.single-special > h4 {
  font-size: 22px;
  color: var(--bg-color);
  margin-bottom: 15px;
}

.single-special {
  border: 1px solid var(--primary);
  padding: 24px 0;
  cursor: pointer;
  border-radius: 25px 25px 25px 0px;
  border-width: 2px;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  margin: 0 24px 24px 24px;
}

.special_description_area > .row > .col-lg-6 > h2 {
  font-weight: 300;
  font-family: "GothamBold";
  font-weight: bold;
  color: var(--bg-color);
  font-size: 50px;
  margin: 0;
  margin-bottom: 9px;
  margin-top: 5%;
}

.special_description_area > .row > .col-lg-5 > h2 {
  font-weight: 300;
  font-family: "Gotham";
  font-weight: bold;
  color: var(--bg-color);
  font-size: 53px;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 5%;
  margin-left: 10%;
}

.special_description_area > .row > .col-lg-12 > .h2-left {
  margin-left: 10%;
  text-align: left;
}

.special_description_area > .row > .col-lg-12 > .h2-right {
  margin-right: 10%;
  text-align: right;
}

.special_description_centered {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 7%;
}

.special_description_content > p {
  font-family: "Gotham";
  font-weight: 300;
  color: var(--bg-color);
  font-size: 16px;
  margin-bottom: 0;
}

.special_description_left {
  align-items: flex-start;
  text-align: left;
  margin-left: 10%;
  margin-right: 5%;
}

.special_description_right {
  align-items: flex-end;
  text-align: right;
  margin-right: 10%;
  margin-left: 5%;
}

.special_description_img > .img-services {
  height: 630px;
  width: 100%;
  margin-left: 5%;
}

.special_description_img_desktop {
  display: block;
}
.special_description_img_mobile {
  display: none;
}

.single-special:hover {
  -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 13px;
}

.app-download-area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  margin-top: 50px;
}

.app-download-btn a {
  border: 1px solid #ddd;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 30px 30px 30px 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
  border-color: transparent;
  background-color: var(--primary);
}

.app-download-btn a i {
  color: #47425d;
  font-size: 24px;
  margin-right: 15px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.app-download-btn a p {
  font-size: 16px;
  line-height: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #fff;
}

.app-download-btn a p span {
  font-size: 12px;
  display: block;
}

.app-download-btn:first-child {
  margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
  color: #fff;
}


/* ------------------------
:: 4.1 Container Slogan
--------------------------- */
.container-slogan {
  overflow: hidden;
}

.container-slogan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: shine 6s ease-in-out infinite;


}
.slogan-security-message{
  background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
  box-shadow: 
    inset 3px 3px 6px rgba(17, 17, 17, 0.5),
    inset -3px -3px 6px rgba(43, 42, 42, 0.05);
  border-radius: 8px;
  border: #f1ba228a 0.3px solid;
  position: relative;
  overflow: hidden;
}



.slogan-security-message::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
}


.shiny-box {
  position: relative;
  background: linear-gradient(135deg, #000000, #080808); /* Fondo metálico */
  padding: 20px 30px;
  border-radius: 10px;
  color: white;
  /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.2); */
  overflow: hidden;
  margin: 1rem;
}


/* Brillo en la esquina inferior izquierda */
.shiny-box::before {
  content: "";
  position: absolute;
  width: 13%;
  height: 93vh;
  background: radial-gradient(circle, rgba(119, 114, 114, 0.227) 10%, rgba(255, 255, 255, 0) 90%);
  filter: blur(50px);
  bottom: -4px;
  left: -28px;
}

@media (max-width: 768px) {
  .shiny-box::before {
    width: 80px;
    height: 30vh;
    filter: blur(80px);
    bottom: -60px;
    left: -60px;
  }
}

@media (max-width: 480px) {
  .shiny-box::before {
    width: 100px;
    height: 90vh;
    filter: blur(80px);
    bottom: -60px;
    left: -60px;
  }
}

/* Brillo en la esquina superior derecha */
.shiny-box::after {
  content: "";
  position: absolute;
  width: 124px;
  height: 14vh;
  background: radial-gradient(circle, rgba(119, 114, 114, 0.227) 30%, rgba(255, 255, 255, 0) 90%);
  filter: blur(29px);
  top: -16px;
  right: -42px;
}

.features-box {
  gap: 20px;
  width: 464px;
  justify-items: anchor-center;
}

@media (max-width: 1024px) {
  .features-box {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .features-box {
    width: 100%;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .features-box {
    width: 100%;
    gap: 10px;
  }
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.single-feature > ul {
  list-style: none;
  margin-top: 10px;
}

.single-feature > ul li {
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  display: flex;
}

.single-feature > ul li::before {
  content: "\2022";
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  height: 1em;
  font-size: 20px;
}

.single-feature > p {
  margin-bottom: 0;
}

.single-feature > i {
  color: var(--primary);
  font-size: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.single-feature > img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.single-feature > h5 {
  font-size: 22px;
  color: var(--bg-color);
}

.single-feature > p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 20px;
  height: 650px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #f1f4f8;
  z-index: 2;
  border-radius: 20px;
}

.video-area .video-play-btn a {
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 80px;
  padding-left: 5px;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-area .video-play-btn a:hover {
  background-color: #a865e1;
  color: #fff;
}

.video-section {
  height: 600px;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
  position: relative;
  z-index: auto;
  background: var(--primary);
  padding: 40px 0 50px 0;
}

.cool_facts_area:after {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  content: "";
}

.cool-facts-content {
  display: flex;
  align-items: center;
}

.cool-facts-content > i {
  color: #ffffff;
  font-size: 36px;
}

.counter-area {
  min-width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.counter-area > h3 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
}

.cool-facts-content > p {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 0;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
  padding: 0 6%;
}
.app_screenshots_slides .single-shot {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}

.app_screenshots_slides .center .single-shot {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.app-screenshots-area .owl-dot {
  height: 11px;
  width: 11px;
  border: 2px solid #a49fba;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}


.app-screenshots-area .owl-dot.active {
  background-color: var(--primary);
  border: transparent;
}

.app-screenshots-area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center;
}

/* --------------------------
:: 9.0 Pricing Plan Area CSS
-------------------------- */

.pricing-plane-area {
  background: #f5f5f5;
}

.single-price-plan {
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 30px 30px 30px 0;
  margin-bottom: 30px;
}

.single-price-plan .package-plan {
  padding: 40px 0;
  border-radius: 30px 30px 0 0;
  background-color: var(--bg-color);
}

.package-plan-color-low {
  opacity: 0.8;
}

.package-plan-color-medium {
  opacity: 0.9;
}

.package-plan-color-high {
  opacity: 1;
}

.single-price-plan .package-plan > h5 {
  color: #fff;
  font-size: 18px;
}

.single-price-plan .package-plan .ca-price h4 {
  color: #fff;
  font-size: 45px;
  position: relative;
  z-index: 1;
  margin-top: 10%;
  line-height: 1;
  font-weight: bold;
  word-break: break-word;
}

.single-price-plan .package-plan .ca-price span {
  font-size: 18px;
}
.plan-button {
  display: flex;
  justify-content: center;
}

.plan-button > a {
  background-image: url(../img/stylebutton-serparte.png);
  padding: 12px 0;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  display: block;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 98%;
  height: 50%;
  text-align: center;
  margin: 0 8px 0 8px;
}

.single-price-plan .package-description > p {
  margin-bottom: 0;
  line-height: 1;
  padding: 15px;
  font-size: 13px;
  border-bottom: 1px solid var(--primary);
}

.single-price-plan .package-description > p:last-child {
  border-bottom-width: 0;
}

.single-price-plan .package-description > p:first-child {
  border-top: 1px solid #ebebeb;
}

.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button > a {
  background-color: var(--bg-color);
}

.plan-button > a:hover {
  color: var(--bg-color);
}

.single-price-plan.active .package-plan .ca-price > h4,
.single-price-plan.active .package-plan .ca-price > span,
.single-price-plan.active .package-plan > h5,
.plan-button > a {
  color: #fff;
}

/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
  color: var(--primary);
  font-size: 22px;
  margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
  font-size: 18px;
  color: #f1b922;
}

.clients-feedback-area .client-description > p {
  max-width: 1010px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 22px;
}

.clients-feedback-area .client > i {
  font-size: 48px;
  color: var(--primary);
  margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
  color: #b5aec4;
}

.clients-feedback-area .slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-feedback-area .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -999999999999999999999999px;
  border: 3px solid #a49fba;
  background-color: #fff;
  border-radius: 50%;
  margin: 5.5px;
  outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
  background-color: var(--primary);
  border-color: var(--primary);
}

.clients-feedback-area .slick-slide.client-thumbnail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 129px;
}

.clients-feedback-area .slick-slide img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
  width: 100px !important;
  height: 100px !important;
}

.clients-feedback-area .slick-arrow {
  position: absolute;
  width: 30px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: #b5aec4;
  display: block;
  line-height: 550%;
  left: 0;
  z-index: 90;
  cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
  left: auto;
  right: 0;
  top: 0;
}

/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.our-monthly-membership {
  background: #a865e1;
  background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
  background: -webkit-linear-gradient(right, #7873ed, #a865e1);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#7873ed),
    to(#a865e1)
  );
  background: -o-linear-gradient(right, #7873ed, #a865e1);
  background: linear-gradient(to left, #7873ed, #a865e1);
}

.membership-description > h2 {
  color: #ffffff;
  font-size: 36px;
}

.membership-description > p {
  color: #ffffff;
  margin-bottom: 0;
}

.get-started-button > a {
  background: #ffffff;
  height: 45px;
  min-width: 155px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  color: var(--primary);
  font-weight: 500;
  border-radius: 23px 23px 23px 0;
}

.get-started-button > a:hover {
  background: #5b32b4;
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.get-started-button {
  text-align: right;
}

/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
  margin-bottom: 10px;
  border-radius: 30px 30px 30px 0;
  position: relative;
  z-index: 1;
}

.member-image img {
  border-radius: 30px 30px 30px 0;
  border: 1px solid var(--primary);
}

.member-text > h4 {
  font-size: 18px;
  color: var(--bg-color);
  font-family: "GothamBold";
  font-weight: bold;
  margin: 0;
}

.member-text > p {
  margin: 0;
  font-size: 10px;
  margin-bottom: 0;
  font-family: "Gotham";
  font-weight: bold;
}

.team-hover-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 168, 34, 0.8);
  border-radius: 30px 30px 30px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-social-icon > a {
  font-size: 14px;
  color: #fff;
  background: var(--bg-color);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  display: block;
  margin: 2.5px;
}

.single-team-member {
  margin-bottom: 20px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Gotham";
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
  color: var(--primary);
}

.footer-contact-area .line-shape {
  margin-left: 0;
}

.footer-contact-area .heading-text > p {
  margin-top: 50px;
}

.footer-contact-area .heading-text {
  margin-bottom: 50px;
}

.bg-whitecontact {
  background-color: white;
  padding-top: 50px;
}

.form-contact {
  font-family: "Gotham";
  font-size: 15px;
  font-style: italic;
  padding: 16px 15px;
  text-align: left;
  border-color: var(--primary);
  border-radius: 25px 25px 25px 0;
  text-indent: 10px;
}

.btn.submit-btn {
  background: var(--primary);
  height: 48px;
  min-width: 185px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
  background: var(--bg-color);
  border: 1px solid var(--primary);
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.btn-contact {
  height: 47px !important;
  font-style: italic;
  font-size: 16px;
  min-width: 170px !important;
  margin-top: 5%;
}

.footer-contact-area {
  background: #e8e8e8 !important;
}

.footer-text > p {
  margin-bottom: 50px;
  font-weight: bold;
}

.footer-text > p > span {
  color: var(--bg-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
  color: #1d1003;
  font-size: 40px;
  font-weight: 700;
}

.footer-text > img {
  width: 79px;
}

.footer-social-links > a > i {
  /* background: var(--primary); */
  /* font-size: 14px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 10px 10px 10px 0px;
  margin-right: 10px; */
}

.footer-social-links > a:hover {
 /* background: var(--primary); */
  color: #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.social-icon {
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 10px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  border-right: 2px solid #726a84;
  display: block;
  padding: 0 7.5px;
  color: #726a84;
}

.footer-social-links {
  margin-bottom: 5px;
}

.footer-social-links > a .active {
  background: var(--primary);
}

.footer-menu ul li:last-child a {
  border-right: 0 solid #ddd;
}

.footer-social-icon {
  margin-bottom: 0;
  background-image: url(../img/BannerFooter_Tribu.jpg);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu {
  margin-bottom: 15px;
}

.copyright-text > p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.center {
  text-align: center;
}

.single-blog-post {
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 30px 30px 30px 0;
  margin: 20px 30px 10px 30px;
  cursor: pointer;
  height: 350px;
  max-height: 350px;
  min-height: 350px;
  box-shadow: 10px 10px 17px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 10px 17px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 10px 17px 0px rgba(204, 204, 204, 0.75);
}

.single-blog-post .package-plan {
  padding: 40px 0;
  border-radius: 30px 30px 0 0;
  background-color: var(--bg-color);
}

.single-blog-post-image > img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.single-blog-post-by {
  padding: 2px;
}

.single-blog-post-by > span {
  color: var(--primary);
  font-size: 10px;
}

.single-blog-post-description {
  padding: 5px 10px;
}

.single-blog-post-description > h5 {
  font-size: 17px;
  font-weight: bold;
}

.single-blog-post-description > p {
  font-size: 12px;
}

.single-blog-post-footer {
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 30px;
}

.single-blog-post-footer > span {
  font-size: 12px;
  margin: 0 10px;
  color: gray;
}

.single-blog-category {
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 30px 30px 30px 0;
  margin: 0 40px 30px 40px;
}

.single-blog-category-title {
  border-bottom: 1px solid var(--primary);
  padding: 14px 35px;
  display: flex;
  align-items: center;
}

.single-blog-category-title > h4 {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
}

.single-blog-category-items > p {
  text-align: left;
  padding: 0 35px;
  height: 52px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--primary);
  display: flex;
  align-items: center;
}

.single-blog-category-items > p:last-child {
  border-bottom-width: 0;
}

.single-blog-category-items > p > a {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.simple-pagination ul {
  margin: auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: var(--bg-color);
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid var(--primary);
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
  border-radius: 10px 10px 10px 0;
  font-weight: 700;
}

.simple-pagination .current {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: var(--primary);
  color: #fff;
}

.blog-subscription-area {
  text-align: center;
}

.blog-subscription-area > h5 {
  font-weight: bold;
}

.blog-subscription-area-form {
  text-align: center;
}

.blog-subscription-area-form .submit {
  margin-top: 16px;
}

.blog-subscription-area-form .email-input {
  font-size: 14px;
  font-style: italic;
  padding: 15px 15px;
  height: 36px;
  width: 75% !important;
  text-align: center;
  border-color: var(--primary);
  border-radius: 12px 12px 12px 0;
  margin: auto;
  margin-top: 20px;
}

.title-post > a {
  background-color: var(--primary);
  text-decoration: none;
  color: var(--bg-color);
  border-radius: 25px 25px 25px 0;
  padding: 0.5em 2em;
}
.title-post > a:hover {
  background-color: var(--bg-color);
  color: white;
}

.content-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-post > span {
  color: gray;
  font-size: 10px;
  font-style: italic;
}

.content-post > .img-post {
  width: 35%;
  border: 2px solid var(--bg-color);
  border-radius: 45px 45px 45px 0;
}

.button-tribu {
  background-image: url(../img/stylebutton-serparte.png);
  font-family: "Gotham";
  display: flex;
  text-indent: 0.9em;
  width: 135px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background-size: 100% 100%;
  color: white;
  text-decoration: none;
  font-size: 11px;
  margin-left: 18px;
}
.button-tribu:hover {
  color: var(--bg-color);
}

.awesome-feature-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.awesome-feature-area-items {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.our-Team-area {
  margin-top: 30px;
  padding-bottom: 30px;
}

.carousel-clients {
  display: flex;
}

.container-clients-feed {
  margin-top: -30px;
}

.clients:hover > .contenedor-clients-button {
  display: block;
  color: var(--bg-color);
  background: white;
  opacity: 0.6;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  margin-top: 160px;
  font-size: 30px;
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 5vw;
  min-height: 2rem;
  min-width: 1.8rem;
  outline: 0;
  width: 4vw;
}

.clients .contenedor-clients-button {
  display: none;
}

.clients .contenedor-clients-button:hover {
  transition: background-color 0.2s ease;
  border: 1px solid var(--primary);
  color: var(--bg-color);
  background: var(--primary);
  opacity: 1;
}

.clients .anterior {
  left: 0;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}

.clients .siguiente {
  right: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.clients .contenedor-clients {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients .contenedor-clients .contenedor-cards {
  display: inline-flex;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.clients .contenedor-clients .contenedor-cards .card {
  width: 340px;
  height: 370px;
  background: none;
}

.clients .contenedor-clients .contenedor-cards .card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.total-width {
  width: 100%;
  max-width: 100%;
}

.no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-title {
  visibility: hidden;
  height: 0;
}

.wellcome_services {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}


.wellcome_services_patineta {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services_patineta {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services_patineta {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}
.wellcome_services_assets {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services_assets {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services_assets {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}
.wellcome_services_car {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services_car {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services_car {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}
.wellcome_services_pets {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services_pets {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services_pets {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}
.wellcome_services_persons {
  /* background-image: url(../img/BannerServicio_Tribu.jpg); */

    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 923px;
    position: relative;
    background-position: center;
    /* background-size: cover; */
    /* transition: transform 0.3s ease-in-out; */
    
}
@media (max-width: 1024px) {
  .wellcome_services_persons {
    /* background-image: url(../img/BannerServicio_Tribu.jpg); */
    height: 700px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
  }
  @media (max-width: 768px) {
    .wellcome_services_persons {
      /* background-image: url(../img/BannerServicio_Tribu.jpg); */
      height: 700px;
      position: relative;
      z-index: 1;
      background-position: bottom center;
      background-size: cover;
    }
  }
}

.success_alert{
  /* background: var(--primary); */
  background: var(--bg-color);
  border: 2px solid var(--primary);
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  border-radius: 22px 22px 22px 22px;
}

.success_alert.blanco{
  background: white !important;
  color: #000 !important;
}

.error_alert{
  width: 100%;
  font-weight: 500;
  border-radius: 22px 22px 22px 22px;
}

.section-heading
.text-headers{
  font-size: 46px;
  font-weight: 700;
  color: var(--bg-color);
  font-family: "GothamBold";
  margin: 0;
}

@media (max-width: 768px) {
  .section-heading .text-headers {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section-heading .text-headers {
    font-size: 1.7rem;
  }
}

.text-headers{
  font-size: 3rem;
  font-weight: 700;
  color: var(--bg-color);
  font-family: "GothamBold";
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .text-headers {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .text-headers {
    font-size: 2rem;
  }
}


.slogan_home {
  margin: 1.3rem 0  6rem 0;
  justify-self: center;
}


.slogan-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--bg-color);
  text-align: center;
  margin-bottom: 1rem;
}
.slogan-text span {
  color: var(--primary);
}

@media (max-width: 768px) {
  .slogan-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .slogan-text {
    font-size: 1rem;
  }
}
/* *******************************         FAQ        ************************** */
.FAQ-card{
  /* border-color: var(--bg-color); */
}

.FAQ-header{
  background-color: var(--primary);
  cursor: pointer;
}

.FAQ-btn-collapse{
  color: black;
  width: 100%;
  text-align: left;
  background-color:transparent;
  box-shadow: none !important; 
  cursor: pointer;
  white-space: inherit;
}

.FAQ-down-icon{
  float: right;
  height: 20px;
  margin-top: 4px;
  transition: all .4s;
}
