:root {
  --base-color: #15302b;
  --montserrat: "Montserrat", sans-serif;
  --arimo: "Arimo", sans-serif;
  --template-font: var(--arimo);
  --template-bg: #ffffff;
  --template-color: #555555;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #eef5ff;
  --secondary-color: #17a2b8;
  --tertiary-color: #f3f8ff;
  --quaternary-color: #222222;
  --quinary-color: #647975;
  --transition: all 0.5s ease;
  --shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  --shadow-secondary: 0px 16px 24px 0px rgba(242, 195, 53, 0.2);
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,200&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url("../fonts/Now/Now-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/sofiapro.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.fuente-now {
  font-family: "Now", normal !important;
}

.fuente-lora {
  font-family: "Lora", serif !important;
}

.main-font {
  font-family: "Sofia Pro", sans-serif;
}
.alt-font {
  font-family: "Noto Sans", sans-serif;
}

/* ===================================
    General
====================================== */

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif, sans-serif;
}
.h1,
h1 {
  font-size: 72px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 24px;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.rev_slider_wrapper {
  width: 100% !important;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: "Noto Sans", sans-serif;
}
.fa,
.far,
.fas {
  display: inline;
}
a:active,
a:hover {
  color: #ffffff;
}
li {
  list-style: none;
  text-decoration: none;
}
blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}
blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.hidden {
  display: none;
}
section {
  padding: 0;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
.padding-top {
  padding-top: 7.5rem;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Red button */
.btn.btn-red {
  background: transparent;
  border-color: #fff;
  color: #15302b;
}
.btn.btn-red:hover {
  background: #15302b !important;
  border-color: #15302b;
  color: #ffffff !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #464646;
  color: #464646;
}
.btn.btn-trans:hover {
  background: #15302b !important;
  border-color: #15302b;
  color: #ffffff !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em;
}
.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.main-color {
  color: #15302b;
}
.text-grey {
  color: #464646;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}

/* Background color */
.bg-red {
  background: #15302b;
}
.bg-black {
  background: #000000;
}
.bg-transparent {
  background: transparent;
}

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

/*Social Icon Hover Bg Hover */
.social-icon:hover {
  color: #ffffff !important;
  background: #15302b !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Social Icons Background */
.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  border: 1px solid #4267b2 !important;
}
.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
  border: 1px solid #1da1f2 !important;
}
.instagram-bg-hvr:hover {
  background: #c32aa3 !important;
  color: #fff !important;
  border: 1px solid #c32aa3 !important;
}
.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
  border: 1px solid #0077b5 !important;
}
.pinterest-bg-hvr:hover {
  background: #bd081c !important;
  color: #fff !important;
  border: 1px solid #bd081c !important;
}
.google-bg-hvr:hover {
  background: #db4437 !important;
  color: #fff !important;
  border: 1px solid #db4437 !important;
}
.rss-bg-hvr:hover {
  background: #ee802f !important;
  color: #fff !important;
  border: 1px solid #db4437 !important;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #ffffff;
  z-index: 9999;
}

#pp-nav li .active span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  display: block;
  transform: translate(-17.5px, 6.5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  display: block;
  transform: translate(-17.5px, 6.5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav li .active span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  display: block;
  transform: translate(19px, 5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #ffffff;
  display: block;
  transform: translate(19px, 5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  box-shadow: inset 0 0 0 7px transparent;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 16px 8px 16px 8px;
  position: relative;
}

.pp-tooltip {
  color: #ffffff;
  background-color: #232728;
  margin-left: 25px;
  padding: 2px 8px;
  border-radius: 2px;
  z-index: 9999;
}

.pp-tooltip:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid #232728;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog {
  padding: 20px;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.8s ease;
  display: inline-block;
  float: right;
}

.my_tog:hover span:first-child {
  width: 16px;
}

.my_tog:hover span:last-child {
  width: 16px;
}

.my_tog span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  margin-bottom: 4px;
  transition: 0.7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav {
  display: block;
  width: 25%;
  float: left;
  height: auto;
  transition: 0.5s ease;
  position: relative;
  background: #15302b;
}

.side_nav {
  position: fixed;
  top: 0;
  left: -20%;
  z-index: 11;
  bottom: 0;
}

.brand-logo {
  color: black;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-top: 13px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 30px;
  transition: 0.6s ease;
}

.sticky-logo {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.brand-logo span {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}

.my_nav_tog span {
  display: block;
  margin-bottom: 3px;
  height: 2px;
  background-color: #ffffff;
  width: 20px;
}

.side-nav-menu .nav-menu {
  font-family: "Montserrat", sans-serif;
  padding-left: 35px;
  padding-top: 120px;
}

.broad .side-nav-menu ul {
  padding-top: 130px;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: 1s ease;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left !important;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: 0.1s ease;
  overflow: hidden;
  position: relative;
  width: 70%;
  top: 7px;
  padding: 0;
  text-align: left;
}

.side-nav-menu ul li a.active span {
  width: 75%;
  display: none;
  transition: 0.5s ease;
}
.expand_nav ul li a.active span {
  display: inline-block;
}
@keyframes myanim {
  from {
    transform: translateX(-100px);
  }
  to {
    left: 0;
  }
}

.line:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.line:hover:after,
.line.active:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #ffffff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.side-nav-menu .nav-menu li a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s ease;
  width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul {
  padding-top: 0 !important;
  padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li {
  margin-bottom: 0 !important;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.side-nav-menu .side-icons ul li a {
  color: #ffffff;
}

.side_nav.expand_nav .sticky-logo {
  opacity: 0;
  transition: 0.5s ease;
}

.side_nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side_nav.expand_nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_nav.expand_nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #15302b !important;
}

.navbar-brand {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 30px;
}

.navbar-brand span {
  font-weight: bolder;
}

.side-nav-menu .social-icons span:hover i {
  cursor: pointer;
}

.social-icons span a {
  color: #ffffff;
}

.social-icons span i {
  font-size: 13px;
  margin-left: 0;
  background-color: transparent;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  transition: 0.5s ease;
}

.social-icons span:last-child {
  margin-right: 70px;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad {
  visibility: hidden;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: rotate(0deg);
}

.broad .side-nav-menu {
  display: none;
}

.broad-nav {
  transition: 0.5s ease-in-out;
  background-color: #15302b;
  display: block;
  visibility: visible;
  position: fixed;
  overflow: hidden;
  z-index: 111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

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

.broad-nav .side-nav-menu {
  display: block;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 20%;
  transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,
.broad .side-nav-menu ul li a span {
  display: inline-block;
  height: 2px;
  width: 0;
  background-color: #f73859;
  transition: 0.8s ease;
  position: absolute;
  top: 13px;
  margin-left: 9px;
}

.broad .side-nav-menu ul li a {
  margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: 0.5s ease;
}

.fix-top {
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: 0.5s ease;
}
@keyframes myanim {
  from {
    transform: translateX(-100px);
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad .side-nav-menu ul li {
  animation-name: myan;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(2) {
  animation-name: myan;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(3) {
  animation-name: myan;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(4) {
  animation-name: myan;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(5) {
  animation-name: myan;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(6) {
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
}

.broad-nav .side-nav-menu .social-icons span i {
  position: absolute;
  top: -1px;
  left: -5px;
  transition: 0.8s ease;
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f {
  left: -5px;
}

.broad-nav .side-nav-menu .social-icons {
  transition: all 1s ease 500ms;
  animation-duration: 2s;
  font-size: 14px;
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  color: #d6d6d6;
  margin-top: -35px !important;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 15%;
  transform: translate(-25px, -20px);
}

.broad .side-nav-menu ul li {
  transition: all 2s ease 500ms;
  animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 4px;
  cursor: pointer;
  color: #ffffff;
  z-index: 111;
  transition: 0.5s ease;
}

.broad.before-side .btn-close {
  display: none;
}

.broad .btn-close::before,
.broad .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #ffffff;
  top: 5px;
  transition: 0.5s ease;
}

.broad .btn-close:hover::before,
.broad .btn-close:hover::after {
  height: 28px;
}

.broad .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.broad .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.broad.right-btn .btn-close {
  right: 47px;
  left: auto;
}

.broad .side-nav-menu ul li span {
  font-size: 30px;
  color: #d9d9d9;
}

.broad .social-icons i {
  font-size: 16px;
}

.broad .brand-logo {
  padding-top: 0;
  padding-left: 70%;
}

.rites-res {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
}

.broad .rites-res {
  margin-top: 28px;
  margin-left: 49px;
  color: #ffffff;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav {
  left: 0;
}

.close_nav {
  padding-top: 25px;
}

.close_nav span:nth-child(2) {
  display: none;
}

.close_nav span:first-child {
  margin-left: auto;
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.close_nav span:last-child {
  margin-top: 0;
  transform: rotate(130deg);
}

.close_nav:hover span:first-child,
.close_nav:hover span:last-child {
  width: 25px;
}

/* ===================================
   Banner
====================================== */

.slider-area {
  background-image: url("../../assets/images/corporativo.webp");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.slider-image {
  position: relative;
  margin: 0 auto -80px auto;
  top: 100px;
}

.slider-image img {
  top: -90px;
  width: 100%;
  position: relative;
}

.slider-text {
  background-color: #ffffff;
  color: #2b3033;
}

.slider-area h1 {
  font-size: 65px;
  line-height: 1.2;
}

.slider-area p {
  font-size: 22px;
  font-weight: normal;
}

.slider-area {
  align-items: center;
  display: flex;
  position: relative;
}

.slider-copyright {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1111;
}

.slider-bottom .slider-social {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1111;
}

.slider-bottom .slider-social a {
  color: #464646;
}

.fixed {
  position: fixed;
}

/*slider social*/
.side-nav-menu .slider-social {
  position: absolute;
  right: 50px;
  top: auto;
  z-index: 111;
  opacity: 0;
  transition: opacity 0.5s;
}

.side_nav.expand_nav .side-nav-menu .slider-social {
  opacity: 1;
  transition: opacity 0.5s;
}

.side-nav-menu .slider-social {
  right: auto;
  bottom: 80px;
}

.slider-social ul > li {
  float: left;
}

.slider-social a {
  justify-content: center;
  height: 40px;
  line-height: 38px;
  width: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.circle-one {
  position: absolute;
  top: 26%;
  left: 50%;
}

.circle-two {
  top: 14%;
  left: 68%;
  position: absolute;
}

.circle-three {
  top: 30%;
  left: 88%;
  position: absolute;
}

.circle-four {
  top: 80%;
  left: 80%;
  position: absolute;
}

.circle-five {
  top: 86%;
  left: 55%;
  position: absolute;
}

.animated-circle {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
}

.animated-circle:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #dabd1d;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
  box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.fixed {
  position: fixed;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

/* ===================================
   ALL PRODUCTS
====================================== */

.bg-home {
  background-image: url("../../assets/images/banner/about.webp");
}

.all-products {
  background-image: url("../../assets/images/banner/about.webp");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
  background-attachment: fixed;
  background-position: center;
}

.all-products h2 {
  font-size: 48px;
  font-weight: bold;
}

.parallax-box {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

.parallax-box h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: bold;
}

.parallax-box h5 {
  font-weight: normal;
  font-size: 16px;
}

.owl-products {
  text-align: center;
}

.team-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.team-box .team-image {
  position: relative;
  overflow: hidden;
}

.team-box .team-text {
  text-align: center;
  font-size: 14px;
  padding: 2rem 0 0 0;
  opacity: 0;
  transition: 0.25ms;
}

.team-box .team-text .btn-medium {
  font-size: 16px;
  padding: 8px 36px;
  cursor: pointer;
}

.owl-products .owl-item.center .item {
  transform: scale(1);
}

.owl-products .owl-item.center .team-box .team-text h5 {
  font-size: 28px;
  color: #464646;
  font-weight: bold;
}

.owl-products .owl-item.center .item .team-text {
  opacity: 1;
  transition: 0.5s ease;
}

.all-products .circle {
  position: absolute;
  z-index: 1111;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.all-products .circle:hover i {
  color: #15302b;
  transition: 0.5s ease;
}

.all-products .circle i {
  font-size: 42px;
  z-index: 1111;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.5s ease;
}

.all-products #team-circle-right {
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.all-products #team-circle-left {
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

/* ===================================
   Contact
====================================== */

.contact-sec {
  background-image: url("../../assets/images/asuncion.webp");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
  background-attachment: fixed;
  background-position: center;
}

.contact-sec .slider-social a {
  color: #464646;
}

.contact-sec .heading {
  color: #464646;
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
}

.contact-sec .contact-form input {
  color: white;
  font-size: 16px;
  height: 40px;
  background: transparent;
}

.contact-sec .contact-form .form-control {
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid rgb(255 255 255 / 46%);
}

.contact-sec .contact-form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #464646;
}

.contact-sec .contact-form input::placeholder,
.contact-sec .contact-form textarea::placeholder {
  color: #464646;
  font-size: 14px;
}

.contact-sec .contact-form textarea {
  padding-top: 20px;
  height: 150px;
  color: #464646;
  font-size: 16px;
  resize: none;
  background: transparent;
  margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn {
  margin-top: 15px;
}

.contact_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form {
  padding-top: 30%;
  width: 100%;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: Roboto, sans-serif;
  width: 90%;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
}

.contact-sec .contact-details .text {
  color: #464646;
  font-size: 17px;
  font-weight: normal;
}

.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.contact-sec .contact-details ul li {
  color: #464646;
  list-style: none;
  margin-bottom: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: "Noto Sans", sans-serif;
}

.contact-sec .contact-details ul li:first-child {
  width: 100%;
}

.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}

.contact-sec .contact-details ul li i {
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #464646;
}

/* ===================================
   Reviews
====================================== */

.reviews {
  background-image: url("../../assets/images/banner/porqueinvertir.webp");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
  background-attachment: fixed;
  background-position: center;
}

.reviews .section-heading h4 {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-img img {
  border-radius: 50%;
  display: inline-block;
}

.reviews .owl-carousel .owl-item img {
  width: 70px;
  height: 70px;
  margin: auto;
}

.icon-quotes {
  color: #c6c6c6;
  font-size: 24px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  line-height: 1.3;
  margin: 0 auto;
}

.paragraph {
  font-weight: 200;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
}

.testimonial-tittle h3 {
  font-size: 30px;
  font-weight: normal;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container {
  width: 200px;
  height: 200px;
}

@keyframes animation {
  0% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80, 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(1, 0.4, 0.4, 1);
  animation-iteration-count: infinite;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
  .expand-container {
    max-width: 1300px;
  }

  /* Side Nav */
  #pp-nav.left {
    left: 26px;
  }
  .sticky-logo {
    right: 2px;
  }
  .my_tog {
    margin-right: 18px;
  }
  .side-nav-menu .nav-menu {
    padding-top: 280px;
  }

  /* Contact */
  .contact-sec .contact-form textarea {
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) and (min-width: 1210px) {
  .my_tog {
    margin-right: 0;
  }
  .sticky-logo {
    right: -15px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 60px;
  }
  section {
    padding: 10rem 0;
  }
  html {
    scroll-behavior: smooth;
  }
  .section-heading {
    margin-bottom: 3.5rem;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
  }

  /* Side Nav */
  .my_tog {
    padding: 20px 5px;
  }
  .sticky-logo {
    display: none !important;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 350px;
  }

  /* Banner */
  .slider-area h1 {
    font-size: 54px;
  }
  .circle-one {
    top: 35%;
    left: 50%;
  }
  .circle-two {
    top: 26%;
    left: 72%;
  }
  .circle-three {
    top: 30%;
    left: 90%;
  }
  .circle-four {
    top: 70%;
    left: 88%;
  }
  .circle-five {
    top: 74%;
    left: 64%;
  }

  /* All Products */
  .all-products h2 {
    font-size: 42px;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 42px;
  }

  .btn.btn-medium {
    padding: 10px 42px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 58px;
  }
  .h3,
  h3 {
    font-size: 32px;
  }
  section {
    padding: 7.5rem 0;
  }
  p {
    font-size: 14px;
  }
  html {
    scroll-behavior: smooth;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
  }
  .section-heading {
    margin-bottom: 3rem;
  }

  /* Side Nav */
  .my_tog {
    padding: 20px 0;
    margin-right: 8px;
  }
  .sticky-logo {
    display: none !important;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 220px;
  }

  /* Banner */
  .slider-area h1 {
    font-size: 42px;
  }
  .slider-area p {
    font-size: 16px;
  }
  .circle-one {
    top: 36%;
    left: 50%;
  }
  .circle-two {
    top: 25%;
    left: 68%;
  }
  .circle-three {
    top: 30%;
    left: 88%;
  }
  .circle-four {
    top: 66%;
    left: 82%;
  }
  .circle-five {
    top: 72%;
    left: 55%;
  }

  /* All Products */
  .all-products h2 {
    font-size: 38px;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 42px;
  }
  .contact-sec .contact-details .text {
    text-align: left;
  }
  .contact-form {
    padding-top: 10%;
  }

  /* Modal Window */
}

@media screen and (max-width: 767px) {
  /* body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;} */
  /* después */
  body {
    text-align: center;
    overflow-y: auto !important;
  }
  html {
    overflow-y: auto !important;
  }

  section {
    padding: 5rem 0;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 25px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .slider-area {
    width: 100%;
    margin-left: 0;
  }

  /* Side Nav */
  .side_nav {
    display: none;
  }
  .navbar-brand {
    margin-right: 0;
  }

  /* Nav-Bar */
  .navbar {
    padding: 6px 10px;
  }

  .fix-top {
    animation-name: unset;
    -webkit-animation-duration: unset;
    -o-animation-duration: unset;
    animation-duration: unset;
    -webkit-animation-fill-mode: unset;
    -o-animation-fill-mode: unset;
    animation-fill-mode: unset;
  }

  /* Banner */
  .slider-bottom .slider-social,
  .slider-copyright {
    display: none;
  }
  .slider-area h1 {
    font-size: 36px;
  }
  .slider-area p {
    font-size: 14px;
  }
  .circle-one {
    top: 52%;
    left: 8%;
  }
  .circle-two {
    top: 44%;
    left: 42%;
  }
  .circle-three {
    top: 42%;
    left: 82%;
  }
  .circle-four {
    top: 81%;
    left: 83%;
  }
  .circle-five {
    top: 92%;
    left: 54%;
  }

  /* All Products */
  .all-products h2 {
    font-size: 34px;
  }
  .all-products .circle i {
    display: none;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 26px;
  }
  .contact-sec .contact-details {
    margin: 40px auto 0 auto;
  }
  .contact-sec .contact-details .text {
    font-size: 14px;
  }
  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
    padding-top: 20%;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .contact-social ul {
    justify-content: center;
  }

  /* Modal Window */
  .shoes-list {
    padding: 50px 0;
  }
  .morphic-title p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-btn .btn.btn-medium {
    font-size: 12px;
  }
  .morphic-title h3,
  .price-modal h1 {
    font-size: 36px;
  }
  .morphic-title p {
    font-size: 14px;
  }
  .carousel-indicators {
    margin-bottom: 10% !important;
  }

  /* Background Images Adjustment */
  /* .slider-area {
        background-position-x: -37%;
    }
    .all-products {
        background-position-x: -12%;
    }
    .reviews {
        background-position-x: -23%;
    }
    .contact-sec {
        background-position-x: -6%;
    } */
}

@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
  }
  .btn.btn-medium {
    font-size: 12px;
  }
  /* Banner */
  .slider-area h1 {
    font-size: 32px;
  }
  .slider-area p {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.video-cover .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* hace que el video se recorte y se adapte al contenedor */
  z-index: 0; /* queda detrás del contenido */
}

.zi-50 {
  z-index: 50;
}

.btn--secondary {
  padding: 13px 24px;
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  position: relative;
  z-index: 1;
}
.btn--secondary::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 5px;
  bottom: 0px;
  width: 4px;
  height: 100%;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--base-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}
.btn--secondary:hover {
  border: 1px solid var(--base-color);
}
.btn--secondary:hover::after {
  right: calc(100% - 8px);
}
.btn--secondary:hover::before {
  width: 100%;
}

.icono {
  font-size: 64px;
  color: var(--base-color);
}

.section__header {
  margin-bottom: 40px;
}

.collection .inner h4 {
  font-weight: 600;
  color: var(--quaternary-color);
  margin-top: -7px;
}
.collection .inner .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 35px;
}
.collection .inner .group:nth-of-type(1) {
  margin-top: 50px;
}
.collection .inner .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.collection .inner .group .thumb {
  min-width: 60px;
  width: 60px;
}
.collection .inner .group .thumb i {
  font-size: 64px;
  color: var(--base-color);
}
.collection .inner .group p {
  margin-top: 10px;
  color: var(--quaternary-color);
}

.content1,
.content2,
.content3,
.section1right,
.circle1fade,
.circle2fade,
.circle3fade,
.circle4fade,
.circle5fade {
  opacity: 0;
}

.wow {
  visibility: hidden;
}
.wow.animated {
  visibility: visible;
}

/* @media (max-width: 1200px) {
  .slider-area,
  .all-products,
  .reviews,
  .contact-sec {
    height: 100% !important;
  }
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header .navbar {
  background: transparent !important;
  padding: 14px 16px;
  color: #fff;
  transition: background 0.35s ease, backdrop-filter 0.35s ease,
    padding 0.25s ease, box-shadow 0.35s ease;
}

header .navbar,
header .navbar a,
header .navbar .navbar-brand,
header .navbar .my_tog span,
header .social-icons span a,
header .social-icons span i {
  color: #fff !important;
  fill: #fff;
}

header.header-appear .navbar {
  background: rgba(21, 48, 43, 0.82) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
  pointer-events: none;
  opacity: 0.65;
  transition: opacity 0.35s ease;
}
header.header-appear::after {
  opacity: 0;
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.team-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  pointer-events: none;
}

.team-image:hover img {
  transform: scale(1.1);
}

.team-image:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.team-text a {
  position: relative;
  z-index: 2;
}

.rounded-3 {
  border-radius: 3rem;
}

.bg-main {
  background-color: #15302b91;
}

.contact-sec .contact-form .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}

.video-background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.counter::before {
  content: "+";
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.fs-1-4 {
  font-size: 1.4rem;
}

#invertir .item {
  text-align: center;
  /*margin: 20px 0;*/
}

#invertir .testimonial-img {
  margin-bottom: 14px;
}

#invertir .testimonial-tittle h3 {
  margin: 8px 0 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

#invertir .description p {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (max-width: 992px) {
  #invertir .description p {
    max-width: 760px;
  }
  #invertir .testimonial-img i {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  #invertir .item {
    margin: 44px 0;
  }
  #invertir .description p {
    max-width: 92%;
  }
  #invertir .testimonial-img i {
    font-size: 48px;
  }
}

#invertir .testimonial-img i {
  font-size: 120px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.1s ease-out;
  will-change: transform;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .reviews .section-heading h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .contact-sec {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../../assets/images/asuncion.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

    /* This is the important part */
    will-change: transform;
  }

  .reviews {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../../assets/images/banner/porqueinvertir.webp");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

    /* This is the important part */
    will-change: transform;
  }

  .display-2 {
    font-size: 2rem !important;
    font-weight: 300;
  }

  .fs-1-4 {
    font-size: 1rem;
  }
}

.btn-whatsapp {
  position: fixed;
  bottom: 60px; /* separación desde abajo */
  right: 20px; /* separación desde la derecha */
  width: 80px;
  height: 80px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 9999; /* siempre arriba */
  transition: transform 0.3s ease;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
}
.btn-whatsapp i {
  font-size: 50px;
}

.quienes-somos {
  position: relative;
}

.quienes-somos::before {
  content: "";
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(25% - 20px);
  background: #fff;
}

.quienes-somos::after {
  content: "";
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(25% - 20px);
  background: #fff;
}

.quienes-somos .dot {
  position: absolute;
  top: 226px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .btn-whatsapp i {
    font-size: 45px;
  }
  .btn-whatsapp {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {

  .quienes-somos::before,
  .quienes-somos::after {
    display: none;
  }

  .quienes-somos::after {
    display: none;
  }

  .quienes-somos .dot {
    display: none;
  }
  .pbr-5 {
    padding-bottom: 3rem;
  }
  .last-pr {
    display: none;
  }
}

.text-justify-center {
  text-align: justify;
  text-align-last: center;
}

.btn-navg {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 1;
}

/* Truco para "cover" en iframe 16:9 */
.video-cover iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Tamaños que garantizan cubrir en ambas orientaciones */
  width: 100vw;
  height: 56.25vw; /* 100 / (16/9) = 56.25 */
  min-width: 177.78vh; /* 100 * (16/9) */
  min-height: 100vh;

  transform: translate(-50%, -50%);
  pointer-events: none; /* que no bloquee clics del contenido */
  border: 0;
}

.tipologias-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 10px;
}

.tipologias-list li {
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}