/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700");


@font-face {
  font-family: 'Avenir2';
  src: url('fonts/avenir-next-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'presicavHeavy';
  src: url('fonts/Presicav_W00_Heavy.ttf') format('truetype');
}

@font-face {
  font-family: 'presicavRegular';
  src: url('fonts/Presicav_W00_Regular.ttf') format('truetype');
}

body {
  line-height: 1.6;
  font-family: 'Avenir2', "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #8b8e93;
}

p,
.paragraph {
  color: black;
  font-size: 17px;
  line-height: 1.5;
  font-family:'Avenir2', "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  p,
  .paragraph {
    font-size: 15px;
  }
}

.crendenciales-text p{
  font-family: 'presicavRegular'; !important;
  font-size: 14px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #242f3e;
  font-family:'presicavHeavy', "Poppins", sans-serif;
  line-height: 1.2;
  transition: .2s ease;
  z-index: 2;
}

.footer-data h6{
  font-family:'presicavRegular', "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.footer-data p{
  font-family:'presicavRegular', "Poppins", sans-serif;
  font-size: 14px;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 40px;
}

.header-area-title{
  font-size: 46px;
}

.header-area-subtitle{
  font-size: 19px;
  line-height: 1.3;
  font-family:'presicavRegular', "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .header-area-title{
    font-size: 30px;
  }
  .header-area-subtitle{
    font-size: 14px;
    line-height: 1.3;
    font-family:'presicavRegular', "Poppins", sans-serif;
  }
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

a {
  color: #3232fc;
}

.h1-thin{
  font-family: 'presicavRegular',"Poppins", sans-serif !important;
  line-height: 52px !important;
}

.font-thin{
  font-family: 'presicavRegular',"Poppins", sans-serif !important;
  margin-bottom: 30px;
}

.btn {
  font-size: 16px;
  font-family: 'Avenir2',"Poppins", sans-serif;
  padding: 14px 45px;
  border-radius: 45px;
  font-weight: 500;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .3s ease-in;
  overflow: hidden;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-lg {
  padding: 20px 40px;
}

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

.btn-primary {
  border: 0;
  color: #fff;
}

.btn-primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
  z-index: -1;
  transition: ease 0.3s;
}

.btn-white {
  background: #fff;
  color: #0097d5;
  border: 1px solid #fff;
}

.btn-white:hover {
  color: #0097d5;
  background: #fff;
}

.btn-light {
  background: #edeff2;
  color: #242f3e;
  border: 0;
  transition: none;
}

.btn-light:hover {
  color: #fff;
  background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
}

.btn-outline-primary {
  color: #fff !important;
  border: 2px solid #73e6f0;
  border-radius: 10px;
}

.btn-outline-primary:hover {
  color: #73e6f0 !important;
  background: none;
  border: 2px solid #00e0d8;
}

.btn-outline-primary:hover i {
  color: #fff !important;
}

.btn-outline-primary:hover:after {
  left: 0;
}

.btn-outline-primary.active {
  background: none;
}

.btn-outline-primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: -102%;
  width: 102%;
  height: 100%;
  background: #01053d;
  z-index: -1;
  transition: ease 0.3s;
}


.btn-outline-secondary {
  color: #7efa9c;
  border: 2px solid #7efa9c;
  background-color: #01053d;
}

.btn-outline-secondary:hover {
  background: #7efa9c;
  border: 2px solid #7efa9c;
}

.btn-outline-secondary:hover i {
  color: #fff !important;
}

.btn-outline-secondary:after {
  content: '';
  position: absolute;
  top: 0;
  left: -102%;
  width: 102%;
  height: 100%;
  background: #7efa9c;
  z-index: -1;
  transition: ease 0.3s;
}

.btn-outline-secondary-alt {
  color: #7efa9c;
  border: 2px solid #7efa9c;
  background-color: #01053d;
}

.btn-outline-secondary-alt:hover {
  color: #73e6f0 !important;
  background: #3232fc;
  border: 2px solid #7efa9c;
}

.btn-outline-secondary-alt:hover i {
  color: #73e6f0 !important;
}

.btn-outline-secondary-alt:after {
  content: '';
  position: absolute;
  top: 0;
  left: -102%;
  width: 102%;
  height: 100%;
  background: #7efa9c;
  z-index: -1;
  transition: ease 0.3s;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-white:hover {
  color: #0097d5;
  background: #fff;
}

.btn img {
  width: 30px;
  height: 30px;
}

.btn i {
  font-size: 30px;
  vertical-align: middle;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .3s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-color:hover,
a.text-dark:hover,
a.text-light:hover {
  color: #007ac7 !important;
}

.text-color {
  color: #8b8e93;
}

.text-light {
  color: #d4dae3 !important;
}

.text-dark {
  color: #242f3e !important;
}

.text-secondary {
  color: #00e0d8 !important;
}

.bg-gradient-primary {
  background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
}

.bg-gradient-secondary {
  background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
}

.btn-primary-gradient {
  background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
}

.bg-gradient-purple {
  background: linear-gradient(180deg, #625aff 20%, #b025ef 100%);
}

.border-gray {
  border-color: #8960d4 !important;
}

.bg-gray {
  background: #8b8e93;
}

.bg-gray-light {
  background: #f5f6f7;
}

.bg-white-green{
  background: #e9ffec;
}

.bg-secondary {
  background: #73e6f0 !important;
}

.bg-transparent{
  background: transparent !important;
}

.badge-light {
  background: #edeff2;
}

.border-color {
  border-color: #2d3041 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow, .subscription-wrapper::before {
  box-shadow: 0px 15px 15px 0px rgba(8, 18, 109, 0.1) !important;
}

.shadow-sm {
  box-shadow: 0px 5px 15px 0px rgba(51, 77, 128, 0.12) !important;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  content: "";
  opacity: .7;
  border-radius: inherit;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
  content: "";
  opacity: .7;
  border-radius: inherit;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #73e6f0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* /preloader */


.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.rounded-xl {
  border-radius: 45px;
}

.rounded-lg {
  border-radius: 20px;
}

.rounded-sm, .icon-bg-square::after {
  border-radius: 15px;
}

.rounded-sm-a {
  border-radius: 15px;
}

.rounded-xs {
  border-radius: 10px;
}

.rounded-top-xs {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.rounded-top-sm {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.rounded-top-lg {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.font-weight-medium {
  font-weight: 500;
}

.transition, .social-icons li a i, .pricing-table:after, .pricing-table:before, .hover-bg-primary::before, .card-border-bottom:after {
  transition: ease 0.3s;
}

.section {
  padding: 70px 190px 70px;
}

.subsection{
  padding: 70px 190px 70px;
}

@media (max-width: 991px) {
  .section {
      padding: 70px 15px 70px;
  }
  .subsection{
    padding: 70px 15px 70px;
  }
}

.section-lg {
  padding-top: 150px;
  padding-bottom: 70px;
}

.section-lg-bottom {
  padding-bottom: 250px;
}

@media (max-width: 991px) {
  .section-lg-bottom {
    padding-bottom: 100px;
  }
}

.section-sm {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-about {
    padding: 70px 90px 70px;
}

@media (max-width: 991px) {
  .section-about {
      padding: 70px 15px 70px;
  }
}

.section-title {
  margin-bottom: 28px;
  font-size: 52px;
}

.subtitle-section{
  font-size: 20px;
  color: black;
  font-family: 'presicavRegular', "Poppins", sans-serif;
  z-index: 2;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 28px;
    font-size: 26px;
  }
  .subtitle-section{
    font-size: 16px;
    color: black;
    font-family: 'presicavRegular', "Poppins", sans-serif;
  }

  .section-subtitle{
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
  }
}

.section-subtitle{
  margin-bottom: 48px;
  z-index: 2;
}

.subtitle {
  font-size: 25px;
  color: black;
  background-color: transparent !important;
  font-family: 'presicavRegular', "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.subtitle-cards {
  font-size: 11px;
  color: black;
  font-family: 'presicavRegular', "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.title-cards-colaboradores {
  font-size: 15px;
  color: black;
  font-family: 'presicavHeavy', "Poppins", sans-serif;
  margin-bottom: 5px;
}

.subtitle-cards-colaboradores {
  font-size: 18px;
  color: black;
  font-family: 'Avenir', "Poppins", sans-serif;
  margin-bottom: 5px;
}

.subtitle-section{
  font-size: 20px;
  color: black;
  font-family: 'presicavRegular', "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .subtitle {
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

.title-up{
  top: -20px;
}

@media (max-width: 767px) {
  .title-up{
    top: 20px;
    text-align: center;
  }
}

.translate-top {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

@media (max-width: 767px) {
  .translate-top {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

.mobile-height {
  min-height: 400px;
}

.sticky-top {
  top: 100px;
}

.pulse-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* pulse in SVG */
  /* pulse in CSS */
}

.pulse-box svg.pulse-svg {
  overflow: visible;
}

.pulse-box svg.pulse-svg .first-circle {
  fill: #fff;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
          animation: pulse-me 3s linear infinite;
}

.pulse-box svg.pulse-svg .second-circle {
  fill: #fff;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
          animation: pulse-me 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pulse-box svg.pulse-svg .third-circle {
  fill: #fff;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
          animation: pulse-me 3s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.pulse-box .pulse-css {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  position: relative;
}

.pulse-box .pulse-css:before,
.pulse-box .pulse-css:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
          animation: pulse-me 3s linear infinite;
}

.pulse-box .pulse-css:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

.slick-slide {
  outline: 0;
}

.nextarrow {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -77px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .nextarrow {
    display: none;
  }
}

.nextarrow:hover:before {
  left: calc(60% + 10px);
  border-color: #00e0d8;
}

.nextarrow:hover:after {
  width: 25px;
  background: #00e0d8;
}

.nextarrow::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  left: calc(60% + 5px);
  transition: .2s ease;
}

.nextarrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e5e5e5;
  transition: .2s ease;
  left: 40%;
}

.prevarrow {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -77px;
  right: 55px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .prevarrow {
    display: none;
  }
}

.prevarrow:hover:before {
  right: calc(40% + 10px);
  border-color: #00e0d8;
}

.prevarrow:hover:after {
  width: 25px;
  background: #00e0d8;
}

.prevarrow::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  right: calc(40% + 5px);
  transition: .2s ease;
}

.prevarrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e5e5e5;
  transition: .2s ease;
  right: 20%;
}

/* social icon */
.social-icons li a i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 20px;
}

.social-icons li a i:hover {
  background-color: #007ac7;
  color:#fff;
  border: 2px solid #007ac7;
}

/* / social icon */
/* list style */
.list-styled {
  padding-left: 0;
}

.list-styled li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}

.list-styled li::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #007ac7;
  transition: .3s ease;
}

.list-styled li:hover::before {
  color: #007ac7 !important;
}

.list-styled li.text-light::before {
  color: #d4dae3;
}

.list-styled.style-check li::before {
  content: "\f00c";
  color: #00e0d8;
  top: 10px;
  -webkit-transform: 0;
          transform: 0;
}

.list-hover-underline li a:hover {
  text-decoration: underline;
}

.list-bordered li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

/* /list style */
/* page title */
.page-title {
  padding: 220px 0 100px;
}

.page-title-overlay-blue {
  position: relative;
}

.page-title-overlay-blue::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #2319c1;
  content: "";
  opacity: .6;
}

.page-title-overlay-lightgreen-blue {
  position: relative;
}

.page-title-overlay-lightgreen-blue::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #c3fcfa;
  content: "";
  opacity: .6;
}

.page-title-overlay-purple {
  position: relative;
}

.page-title-overlay-purple::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #2319c1;
  content: "";
  opacity: .7;
}

.page-title-overlay-consultoria {
  position: relative;
}

.page-title-overlay-consultoria::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #2319c1;
  content: "";
  opacity: .8;
}

.page-title-overlay-marketing {
  position: relative;
}

.page-title-overlay-marketing::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ededed;
  content: "";
  opacity: .2;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .page-title-overlay-marketing::before {
    opacity: .2;
  }
}

.page-title-overlay-about {
  position: relative;
}

.page-title-overlay-about::before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ededed;
  content: "";
  opacity: .6;
}


.page-title h1 {
  font-size: 45px;
}

.page-title p {
  opacity: 0.72;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
}

/* /page title */
/* form style */
.form-control {
  border: 0;
  height: 55px;
  padding: 0 25px;
  border-bottom: solid 2px #fff;
  background: transparent;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

input.form-control:focus::placeholder {
  color: #01053d !important;
}

textarea.form-control {
  height: 150px;
  padding: 25px;
  font-size: 18px;

}

textarea.form-control:focus::placeholder {
  color: #01053d !important;
}

textarea.form-control::placeholder{
  color:#fff !important;
  font-family: 'presicavRegular','Avenir2', "Open Sans", sans-serif;
}

input,
input::placeholder {
    font-size: 18px;
    color: #fff !important;
    font-family:'presicavRegular', 'Avenir2', "Open Sans", sans-serif;
}

input:focus,
input:focus::placeholder {
    font-size: 18px;
    color: #01053d !important;
    font-family:'presicavRegular', 'Avenir2', "Open Sans", sans-serif;
}

/* /form style */
.naviagtion {
  padding: 45px 0;
}

@media (max-width: 991px) {
  .naviagtion {
    background: #73e6f0;
    padding: 15px 0;
  }
}

.naviagtion.nav-bg {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #01053d;
}

.naviagtion.naviagtion-white.nav-bg {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.naviagtion.naviagtion-white.nav-bg .btn {
  color: #007ac7 !important;
}

.naviagtion.naviagtion-white.nav-bg .btn:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .naviagtion.naviagtion-white {
    background: #fff;
  }
  .naviagtion.naviagtion-white .btn {
    color: #007ac7 !important;
  }
  .naviagtion.naviagtion-white .btn:hover {
    color: #fff !important;
  }
}

.naviagtion.naviagtion-white .dropdown-menu {
  background: #fff;
}

.naviagtion.naviagtion-white .dropdown-item {
  color: #242f3e;
}

.navbar .nav-item .nav-link {
  font-size: 12px;
  font-weight: bold;
  padding: 20px 22px;
  font-family: "Poppins", sans-serif;
  transition: all ease 0.3s;
  color: #01053d !important;
}

@media (max-width: 1200px) {
  .navbar .nav-item .nav-link {
    padding: 20px 15px;
  }
}

.navbar .nav-item .nav-link.active {
  color: #7efa9c;
}

.navbar .nav-item .nav-link:hover {
  color: #2319C1 !important;
}

.navbar .dropdown .dropdown-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 5px;
  border: 0;
  top: 50px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #01053d;
  font-size: 12px;
  font-weight: bold;
  transition: .2s ease;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #2319C1 !important;
  background: transparent;
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(1, 5, 61)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.hero-area {
  padding: 220px 190px 360px;
  background-position: center;
}

@media (max-width: 991px) {
  .hero-area {
    padding: 190px 0 100px;
  }

  .hero-area-b {
    padding: 140px 30px 20px 100px !important;
  }

  .hero-area-b .mike-title{
    top: -100px;
    right: -30px;
  }
}


.hero-area p {
  opacity: 0.90;
}

.hero-area h1 {
  line-height: 68px;
  z-index: 1;
}

@media (max-width: 400px) {
  .hero-area h1 {
    font-size: 50px;
  }

  .hero-area h2 {
    font-size: 28px;
  }
}

.hero-area .bg-shape-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.hero-area .bg-shape-2 {
  position: absolute;
  left: 0;
  top: 185px;
  z-index: -1;
}

.hero-area .bg-shape-3 {
  position: absolute;
  left: -40px;
  bottom: -50px;
  z-index: -1;
}

.hero-area .bg-shape-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

@media (max-width: 1650px) {
  .hero-area .bg-shape-4 {
    max-width: 770px;
    right: -100px;
  }
}

@media (max-width: 1200px) {
  .hero-area .bg-shape-4 {
    max-width: 700px;
  }
}

@media (max-width: 575px) {
  .hero-area .bg-shape-4 {
    max-width: 500px;
  }
}

.hero-area-lg {
  overflow: hidden;
}

.hero-area-lg .row {
  margin-right: -25%;
}

@media (max-width: 991px) {
  .hero-area-lg .row {
    margin-right: -15px;
  }
}

.watermark {
  position: absolute;
  opacity: 0.07;
  top: 20px;
  left: 0;
  font-size: 200px;
  font-weight: 600;
  z-index: -1;
  color: inherit;
}

@media (max-width: 575px) {
  .watermark {
    top: 0;
    font-size: 120px;
  }
}

.watermark-sm {
  position: absolute;
  opacity: 0.07;
  top: -40px;
  left: 0;
  font-size: 110px;
  font-weight: 600;
  color: inherit;
}

@media (max-width: 575px) {
  .watermark-sm {
    top: 0;
    font-size: 100px;
  }
}

.video-thumb {
  min-height: 400px;
}

.bg-shape-triangles {
  position: relative;
}

.bg-shape-triangles::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/testimonial-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.pricing-table {
  overflow: hidden;
}

.pricing-table:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 70px;
  top: 0;
  right: 40px;
  -webkit-transform: rotate(45deg) translate(-60px);
          transform: rotate(45deg) translate(-60px);
  background: rgba(255, 90, 0, 0.1);
}

.pricing-table:before {
  content: '';
  position: absolute;
  width: 95px;
  height: 80px;
  top: 0;
  right: -45px;
  -webkit-transform: rotate(45deg) translate(-60px);
          transform: rotate(45deg) translate(-60px);
  background: rgba(255, 90, 0, 0.1);
}

/* feature */
.feature-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.process-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.floating-video {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.play-icon {
  font-size: 18px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
}

.icon-center {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.process-steps li:not(:last-child) {
  margin-bottom: 50px;
}

.process-steps li:nth-child(odd) {
  margin-left: 70px;
}

@media (max-width: 991px) {
  .process-steps li:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .process-steps li:nth-child(odd) {
    margin-left: 70px;
  }
}

.step-number {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 35px;
}

.bg-triangles {
  position: relative;
}

.bg-triangles::before {
  position: absolute;
  content: "";
  background: url(../images/shape/triangle-double.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  height: 230px;
  width: 25%;
}

.bg-triangles::after {
  position: absolute;
  content: "";
  background: url(../images/shape/triangle-double.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  height: 230px;
  width: 25%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg-quote {
  position: relative;
}

.bg-quote::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 70px;
  height: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/quotation/quetesion.png);
  background-repeat: no-repeat;
}

.icon-sm {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
}

/* feature */
.feature-bg-shape-1 {
  position: absolute;
  left: -450px;
  top: -400px;
  height: 200px;
  z-index: -1;
}

.feature-bg-shape-2 {
  position: absolute;
  top: 170px;
  height:650px;
  left:-385px;
  z-index: 1;
}

.feature-bg-shape-3 {
  position: absolute;
  top: 600px;
  height:500px;
  right:-240px;
  z-index: 1;
}

.feature-bg-shape-9 {
  position: absolute;
  top: 35px;
  height:500px;
  right:-240px;
  z-index: 1;
}

@media (max-width: 991px) {
  .feature-bg-shape-9 {
    position: absolute;
    top: 31px;
    height: 500px;
    right: -200px;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .feature-bg-shape-3 {
    position: absolute;
    top: 345px;
    height: 210px;
    right: -120px;
    z-index: 1;
  }
}

.feature-bg-shape-4 {
  position: absolute;
  top: 200px;
  height:350px;
  right:-150px;
  z-index: 3;
}

@media (max-width: 991px) {
  .feature-bg-shape-4 {
    position: absolute;
    top: 300px;
    height: 250px;
    right: -110px;
    z-index: 3;
  }
}

.feature-bg-shape-5 {
  position: absolute;
  top: 80px;
  height:600px;
  right:-290px;
  z-index: 1;
}

@media (max-width: 991px) {
  .feature-bg-shape-5 {
    position: absolute;
    top: 230px;
    height: 300px;
    right: -150px;
    z-index: 1;
  }
}

.feature-bg-shape-6 {
  position: absolute;
  top: 655px;
  height:600px;
  right:-290px;
  z-index: 1;
}

@media (max-width: 991px) {
  .feature-bg-shape-6 {
    position: absolute;
    top: 845px;
    height: 300px;
    right: -200px;
    z-index: 1;
  }
}

.bg-map {
  position: relative;
}

.bg-map::before {
  position: absolute;
  background-image: url(../images/background/map.png);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 10%;
  height: 80%;
  width: 50%;
}

@media (max-width: 767px) {
  .bg-map::before {
    width: 100%;
    height: 40%;
  }
}

.testimonial-slider-single .slick-arrow {
  top: 100%;
}

.card {
  border: 0;
}

.accordion-bt{
  border-top: solid 0.5px black;
}

.accordion-bt .card-header{
  border-bottom: solid 0.5px black;
}

.accordion .card-header{
  background-color: transparent !important;
}

.accordion .card-header-sec{
  background-color: transparent !important;
  height: 45px;
}

.accordion .card-header-sec .fa{
  font-size: large;
}

.card-header a{
  background-color: transparent !important;
}

.card-header .subtitle{
  background-color: transparent !important;
}

.card-img-sm {
  max-width: 60px;
  max-height: 60px;
}


.img-main-about{
  width:auto;
  height:500px;
  border: solid 3px #000000;
}

@media (max-width: 991px) {
  .img-main-about{
    width:auto;
    height:400px;
    border: solid 3px #fff;
  }
}

.card-date {
  padding-left: 40px;
  position: relative;
}

.card-date::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background: #8b8e93;
  left: 0;
  top: 12px;
}

.card-active {
  background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
}

.card-active * {
  color: #fff;
}

.card-body{
  margin:0;
  z-index: 2;
  padding: 0;
}

.card-body-questions{
  padding: 30px;
}

@media (max-width: 991px) {
  .brecha-cards .card-body{
    padding: 20px
  }
}

.img-fluid-small{
  max-width: 60%;
  height: auto;
}

.hover-bg-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
  z-index: -1;
  opacity: 0;
}

.hover-bg-primary .btn {
  transition: .2s ease;
}

.hover-bg-primary:hover {
  background: transparent;
}

.hover-bg-primary:hover:before {
  opacity: 1;
}

.hover-bg-primary:hover * {
  color: #fff !important;
}

.card-border-bottom:hover:after {
  width: 94%;
  border-radius: 0 0 20px 20px;
}

.card-border-bottom:after {
  content: '';
  position: absolute;
  width: 170px;
  height: 4px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 45px;
  background: linear-gradient(45deg, #003cff, #008fbf);
}

.icon-quote {
  border: 4px solid #e5e6e8;
  height: 40px;
  width: 40px;
  line-height: 37px;
  border-radius: 10px;
  font-size: 20px;
}

.icon {
  font-size: 25px;
}

.icon-lg {
  font-size: 50px;
}

.icon-bg-circle {
  position: relative;
}

.icon-bg-circle::after {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: -35px;
  left: 15px;
  border-radius: 50%;
  background: inherit;
  opacity: .1;
}

.icon-bg-circle::before {
  z-index: 1;
  position: relative;
}

.icon-bg-square {
  position: relative;
}

.icon-bg-square::after {
  content: '';
  position: absolute;
  top: -55px;
  left: 73%;
  width: 75px;
  height: 75px;
  -webkit-transform: rotate(50deg) scale(0.8) skew(-1deg, -15deg) translateX(16px) translateY(97px);
          transform: rotate(50deg) scale(0.8) skew(-1deg, -15deg) translateX(16px) translateY(97px);
  background: #f5f6f7;
}

.icon-bg-square::before {
  z-index: 1;
  position: relative;
}

.icon-primary {
  color: #062caf;
}

.icon-yellow {
  color: #f6a622;
}

.icon-purple {
  color: #7952f5;
}

.icon-cyan {
  color: #02d0a1;
}

.icon-red {
  color: #ff4949;
}

.icon-orange {
  color: #ff7c17;
}

.icon-green {
  color: #66cc33;
}

.icon-blue {
  color: #3682ff;
}

.icon-bg-primary::after {
  background: #062caf;
}

.icon-bg-yellow::after {
  background: #f6a622;
}

.icon-bg-purple::after {
  background: #7952f5;
}

.icon-bg-cyan::after {
  background: #02d0a1;
}

.icon-bg-red::after {
  background: #ff4949;
}

.icon-bg-green::after {
  background: #66cc33;
}

.icon-bg-orange::after {
  background: #ff7c17;
}

.icon-bg-blue::after {
  background: #3682ff;
}

.team-member {
  position: relative;
}

.team-member:hover .team-member-content::before {
  height: 100%;
  transition: .3s ease;
}

.team-member:hover .team-member-name,
.team-member:hover .team-member-designation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition-delay: .1s;
}

.team-member:hover .team-member-social {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  transition-delay: .4s;
}

.team-member-content {
  position: absolute;
  height: 40%;
  width: 80%;
  left: 10%;
  bottom: 10%;
  z-index: 1;
}

.team-member-content::before {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  transition: .5s ease;
  background: linear-gradient(134deg, #00a4db 0%, #00269e 100%);
  bottom: 0;
  border-radius: 10px;
  left: 0;
  z-index: -1;
}

.team-member-name {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: .4s ease;
  transition-delay: .0s;
}

.team-member-designation {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  transition: .4s ease;
  transition-delay: .0s;
}

.team-member-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  transition-delay: .0s;
}

.category-slider .slick-slide {
  margin-bottom: 40px;
}

.category-slider .nextarrow::before {
  left: calc(60% + 10px);
  border-color: #00e0d8;
}

.category-slider .nextarrow::after {
  width: 25px;
  background: #00e0d8;
}

.blog-slider .arrow-left,
.blog-slider .arrow-right {
  position: absolute;
  top: -80px;
  right: 0;
  cursor: pointer;
}

.blog-slider .arrow-right {
  right: 17px;
}

.blog-slider .arrow-left {
  right: 77px;
  z-index: 1;
}

/* sidebar */
.widget {
  padding: 40px 30px 0;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 0;
}

.tag-list li a {
  padding: 12px 15px;
  display: block;
  border-radius: 40px;
}

.tag-list li a:hover {
  background: linear-gradient(45deg, #00a8f4 0%, #02d1a1 100%);
  color: #fff !important;
}

/* sidebar */
/* blog single */
blockquote {
  box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.596);
  padding: 34px 40px 37px 40px;
  background-image: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
  border-radius: 10px;
  margin: 40px 0;
}

blockquote p {
  position: relative;
  font-style: italic;
  color: #fff;
  /* &:after {
      content: '';
      position: absolute;
      top: 0;
      right: -10px;
      width: 55px;
      height: 40px;
      background: url(images/blockquote.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.7;
    } */
}

blockquote h6 {
  color: #fff;
}

.media img {
  height: 75px;
  width: 75px;
}

.media .reply-btn {
  font-size: 16px;
  font-weight: 500;
}

form textarea {
  height: 180px;
}

/* /blog single */
.footer {
  margin-top: 140px;
  padding-top: 140px;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 0;
    margin-top: 0;
  }
}

/* subscription */
.subscription {
  position: absolute;
  width: 100%;
}

@media (max-width: 991px) {
  .subscription {
    background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
    position: static;
  }
}

.subscription.bg-white {
  background: none !important;
}

.subscription.bg-white .subscription-wrapper::before {
  background: #fff;
}

@media (max-width: 991px) {
  .subscription.bg-white {
    background: #fff;
  }
}

.subscription.bg-white .form-control {
  border: 2px solid #ebebeb !important;
}

.subscription-wrapper {
  position: relative;
  top: -40px;
}

@media (max-width: 991px) {
  .subscription-wrapper {
    top: 0;
    padding: 50px 0;
  }
}

.subscription-wrapper::before {
  position: absolute;
  content: "";
  border-radius: 0 30px 0 30px;
  width: 100%;
  height: 200px;
  left: 0;
  background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .subscription-wrapper::before {
    left: 65px;
  }
}

@media (max-width: 991px) {
  .subscription-wrapper::before {
    display: none;
  }
}

.subscription-wrapper .form-control {
  height: 60px;
  background: #01053d;
}

.subscription-wrapper .form-control:focus {
  background: #01053d;
  outline: 0;
  box-shadow: none;
}

.subscription-wrapper .form-control::-webkit-input-placeholder {
  color: #fff;
}

.subscription-wrapper .form-control::-ms-input-placeholder {
  color: #fff;
}

.subscription-wrapper .form-control::placeholder {
  color: #01053d;
}

.subscription-wrapper .form-control.text-white::-webkit-input-placeholder {
  color: #fff;
}

.subscription-wrapper .form-control.text-white::-ms-input-placeholder {
  color: #fff;
}

.subscription-wrapper .form-control.text-white::placeholder {
  color: #fff;
}

.subconatiner{
  padding-top: 30px;
}

.text-blue{
  color:#3232fc !important;
}

.text-purple-blue{
  color:#2a3375 !important;
}

.text-blue-green{
  color:#c3fcfa;
}

.text-dark-blue{
  color:#01053d;
}

.text-green{
  color:#7efa9c;
}

.text-gray{
  color: gray;
}

.text-black{
  color: #000000;
}

.bg-dark-blue{
 background-color: #01053d;
}

.bg-purple{
 background-color: #2a3375;
}

.bg-light-purple{
 background-color: #957af9;
}

.bg-blue{
 background-color: #3232fc;
}

.bg-light-blue{
  background-color:#c3fcfa;
}

.bg-green{
background-color: #7efa9c;
}

.bg-black{
  background-color: #000000;
}

.bg-light-gray{
  background-color: #ededed;
}

.bg-dark-gray{
  background-color: #282727;
}

.profile-tag{
  margin: auto;
  padding: 1em 1em 1em 5em !important;
  border: solid 0.1em;
  border-color:  #fff;
}

@media (max-width: 991px) {
  .profile-tag{
    margin: auto;
    padding: 10px !important;
    border: solid 0.1em;
    border-color:  #fff;
    text-align: center;
  }
  .profile-tag h5{
    font-size: 14px;
    text-align: center;
  }
  .profile-tag h2{
    font-size: 20px;
    text-align: center;
  }

  .profile-tag img{
    float: right;
    width: 42% !important;
    margin-top: -3em !important;
  }

  .profile-tag .btn{
    padding: 12px;
    margin-bottom: 35px;
  }

  .btn-big{
    padding:14px 15px !important;
  }
}

@media (max-width: 391px) {
  .profile-tag .btn{
    padding: 12px 35px;
  }
}

.profile-tag img{
  float: right;
  width: 32%;
  margin-top: -3em;
}

.services-tag{
  margin: auto;
  width:80%;
  height: 80%;
  border: solid 0.2em;
  border-color:  #fff;
  padding: 6%;
  border-radius: 40px;
}

.contact-tag{
  margin: auto;
  padding: 6%;
}

.basic-content-tag{
  margin: auto;
  width:80%;
  height: 80%;
  padding-top: 50px;
}

.horizontal-line{
  background-color:  #fff;
  height: 3px;
  width: 90%;
}

.vertical-line{
  border-left: solid 3px #fff;
}

@media (max-width: 991px) {
  .horizontal-line{
    display: none;
  }
  .vertical-line{
    border-left: none;
  }
}

.services-content{
  margin:1.5em;
}

@media (max-width: 991px) {
  .services-content{
    margin:10px;
  }

  .services-content h3{
    font-size: 20px;
  }

  .services-content p{
    font-size: 14px;
  }
}

.accordion-bt p, .accordion-bt ul li{
  color: #2a3375;
}

.no-bullets {
  list-style-type: none;
}

.margin-bottom{
  margin-bottom: 5%;
}

.overflow-width-hidden{
  overflow-x: hidden;
}

.approaches-cards .card{
  background-color: #7efa9c !important;
}

.testimonios-cards .card{
  background-color: #2a3375 !important;
}

.team-cards .card{
  background-color: #3232fc !important;
}

.testimonios-cards .card p{
  color: #fff !important;
}

.services-cards .card{
  background-color: #282727 !important;
}

.services-comunication-cards .card{
  background-color: #c3fcfa !important;
}

.services-credencials-cards .card{
  background-color: #3232fc !important;
}

.services-consultoria-cards .card{
  background-color: #ededed !important;
}

.comunicacion-cards .card{
  background-color: #2a3375 !important;
}
/*# sourceMappingURL=maps/style.css.map */



[type=submit], button, html [type=button] {
-webkit-appearance: none;
}


@media (max-width: 991px) {
  html br {
    display:none;
  }
}

#graph-big{
  margin-left: 250px;
}

@media (max-width: 1261px) {
  #graph-big{
    margin-left: 50px;
  }
}

.sm-screen-br {
  display:none;
}
@media (max-width: 991px) {
  .sm-screen-br {
    display:block;
  }
}

.nav-pills .nav-link.active {
  color: #ededed;
  background-color: #000000;
}


/*Modal Dialog*/
.modal-body{
  padding: 3em;
  border-radius: 30px;
  border-color: #c3fcfa;
  border-width: 0.5em;
}

.modal-dialog .form-control{
  height: 25px;
}

.modal-dialog p{
  font-family: 'presicavHeavy';
}

.modal-content{
  border-radius: 40px;
  border-color: #c3fcfa;
  border-width: 0.5em;
}
