/**
* Template Name: Ninestars - v4.9.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}

a {
  color: #146EF5;
  text-decoration: none;
}

a:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #146EF5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee7843;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/
.ws-button {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: 60px !important;
  bottom: 15px;
  z-index: 99999;
  background: #25D366;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.ws-button i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.ws-button:hover {
  background: #ee7843;
  color: #fff;
}

.ws-button.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #fff;/*4e4039;*/
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #74AAF9;/*146EF5;*/
}

.black a,
.black  a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #000 !important;/*4e4039;*/
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}

.black a:hover,
.black .active,
.black .active:focus,
.black li:hover>a {
  color: #828282 !important;/*74AAF9 !important;/*146EF5;*/
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #146EF5;/*#eb5d1e;*/
  color: #fff;
  padding: 10px 25px;
  margin-left: 30px;
  border-radius: 5px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #448CF7;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #2E2E2E;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  /*border-left: 3px solid #F7941D;*/
}

.navbar .white .dropdown ul {
  display: block !important;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff !important;  
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  /*border-left: 3px solid #F7941D;*/
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .white .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px !important;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #74AAF9;/*146EF5;*/
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  /*right: calc(100% - 30px);*/
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    /*left: -90%;*/
    left: 90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    /*left: -100%;*/
    left: 100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(78, 64, 57, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #7a6960;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #146EF5;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #146EF5;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: #fff;/*fef8f5;*/
  border-bottom: 2px solid #fcebe3;
  margin: 72px 0 -72px 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;/*4e4039;*/
}

#hero h2 {
  color: #ADADAD;/*a08f86;*/
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #146EF5;
}

#hero .btn-get-started:hover {
  background: #ef7f4d;
}


.btn-get-started-dfl {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  background: #000;/*146EF5;*/
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.84),0px 1px 1px 0px rgba(0, 0, 0, 0.08),0px 0px 1px 0px rgba(0, 0, 0, 0.06);
  border:1px solid #fff;
}

.btn-get-started-dfl:hover {
    color:#fff;
  background: #3c3c3c;/*ef7f4d;*/
}

.btn-get-started-blue {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  background: #146EF5 ;/*146EF5;*/
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.84),0px 1px 1px 0px rgba(0, 0, 0, 0.08),0px 0px 1px 0px rgba(0, 0, 0, 0.06);
  /*border:1px solid #146EF5;*/
}

.btn-get-started-blue:hover {
    color:#fff;
    background: #007bff;/*ef7f4d;*/
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: calc(100vh - 72px);
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  .supertitle,.supersubtitle{
      font-size: 3rem !important;;
  }
  .supersubtitle{
      font-size: 1.2rem !important;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 120vh;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f0f0;/*fef8f5;*/
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
    /*
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
  */
  
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #c2b7b1 !important;/*4e4039;*/
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #146EF5;
  bottom: 0;
  left: calc(50% - 30px);
  /*font-size: 14px;
  font-weight: 400;*/
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;/*4e4039;*/
}

.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #146EF5;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-title2 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title2 h2 {
  /*font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;*/
  
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #c2b7b1;/*4e4039;*/
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #146EF5;
  bottom: 0;
  left: calc(50% - 30px);
  /*font-size: 14px;
  font-weight: 400;*/
}

.section-title2 p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;/*4e4039;*/
}

.section-title2 p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 34px;
  color: #000;/*4e4039;*/
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.about p {
  font-size: 15px;
  color: #000;/*5a6570;*/
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #000;/*146EF5;/*ef7f4d;*/
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #adadad;/*ef7f4d;*/
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #146EF5;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #146EF5;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  line-height: 0;
  font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #146EF5;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #146EF5;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #146EF5;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #146EF5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #146EF5;/*c54811;*/
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #343a40;
}

.faq .faq-list .collapsed:hover {
  color: #146EF5;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(78, 64, 57, 0.6);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #146EF5;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #146EF5;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #146EF5;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #146EF5;
  border-bottom: 3px solid #146EF5;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #146EF5;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #146EF5;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #146EF5;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #146EF5;
  border-bottom: 3px solid #146EF5;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #146EF5;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #000;/*212529;*/
  font-size: 14px;
  background: #f0f0f0;/*fef8f5;*/
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f0f0f0;/*fef8f5;*/
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #146EF5;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;/*5c5c5c;*/
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #146EF5;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #146EF5;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #146EF5;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}

/**************************************************/

.navbar-mobile .getstartedblank,
.navbar-mobile .getstartedblank:focus {
  margin: 15px;
}

.navbar .getstartedblank,
.navbar .getstartedblank:focus {
    border: 1px solid #fff;/*146EF5;*/
    background: #000;
    color: #fff;
  padding: 10px 25px;
  margin: 30px;
  border-radius: 5px;
}

.getstartedblank:hover {
    background: #fff;
    color: #000 !important;
}

.navbar-mobile .getstartedblack,
.navbar-mobile .getstartedblack:focus {
  margin: 15px;
}

.navbar .getstartedblack,
.navbar .getstartedblack:focus {    
    border: 1px solid #000;
    background: #fff;
    color: #000;
  padding: 10px 25px;
  margin: 30px !important;
  border-radius: 5px;
  
}

.navbar .getstartedblack:hover {
    background: #f0f0f0;/*146EF5;*/
    /*border: 1px solid #146EF5;*/
    color: #000 !important;
}

.navbar .getstartedblue,
.navbar .getstartedblue:focus {    
    border: 1px solid #146EF5;
    background: #146EF5 !Important;
    color: #fff !important;
  padding: 10px 25px;
  margin: 30px !important;
  border-radius: 5px;
  
}

.navbar .getstartedblue:hover {
    background: #007bff !important;/*146EF5;*/
    border: 1px solid #5C9BF8;
    color: #fff !important;
}

.navbar-mobile .getstartedbue,
.navbar-mobile .getstartedblue:focus {
  margin: 15px;
}

/****/

.col-lg-55{
    float:left;
    width:20%;
}

.btnblue,
.btnblue:focus {    
    border: 1px solid #146EF5;
    background: #146EF5 !Important;
    color: #fff !important;
  padding: 10px 25px;
  margin: 30px !important;
  border-radius: 5px;
  
}

.btnblue:hover {
    background: #007bff !important;/*146EF5;*/
    border: 1px solid #5C9BF8;
    color: #fff !important;
}

.btnbue,
.btnblue:focus {
  margin: 15px;
}

.btnblack,
.btnblack:focus {    
    border: 1px solid #000;
    background: #fff;
    color: #000;
  padding: 10px 25px;
  margin-left: 0px !important;
  border-radius: 5px;
  font-weight: normal;
  font-size:16px;
  text-transform:uppercase;
      font-family:arial;
}

.btnblack:hover {
    background: #f0f0f0;/*146EF5;*/
    /*border: 1px solid #146EF5;*/
    color: #000 !important;
}

.btnblank,
.btnblank:focus {    
    border: 1px solid #fff;
    background: #fff;
    color: #000;
  padding: 10px 25px;
  margin-left: 0px !important;
  border-radius: 5px;
  font-weight: normal;
  font-size:16px;
  text-transform:uppercase;
      font-family:arial;
}

.btnblank:hover {
    background: #f0f0f0;/*146EF5;*/
    /*border: 1px solid #146EF5;*/
    color: #000 !important;
}

.btnblankbig{
     padding: 15px 25px;
}

.tab-content {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin-top: -9px;
    padding:20px;
    -webkit-box-shadow: 1px 7px 65px -52px rgba(0,0,0,0.96);
    -moz-box-shadow: 1px 7px 65px -52px rgba(0,0,0,0.96);
    box-shadow: 1px 7px 65px -52px rgba(0,0,0,0.96);
}

.form-group {
  position: relative;
  margin-bottom: 0; 
}


@media (max-width: 1600px) {
   /* .tab-content {
        margin-top: 20px !important;        
        width:500px !important;        
    }*/
    #hero {
         height: 620px !important;
    }
  }
 
  
@media (max-width: 969px) {
    .tab-content {
        margin-top: 30px !important;
    }
    
    /*#titleRequest{display:none !important;}    */
    
    #hero {
         height: 620px !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .form-group {
      margin-bottom: 10px; 
    }
    .tab-content {
        margin-top: 30px !important;
    }
    
    /*#titleRequest{display:none !important;}    */
    
    #hero {
         height: 650px !important;
    }
  }
  
  @media (max-width: 575px) {
    .tab-content {
        margin-top: 30px !important;
    }
    /*#titleRequest{display:none !important;}    */
    #hero {
         height: 820px !important;
    }
  }
  
  .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000; }
  .form-group .form-field {
    position: relative;
    display: block; }
  .form-group .form-control {
    padding-left: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: rgba(0, 0, 0, 0.7) !important;
    background: transparent !important; }
    .form-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.7) !important; }
    .form-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .form-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.7) !important; }
    .form-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.7) !important; }
    .form-group .form-control.btn {
      padding: 0 !important;
      font-size: 16px;
      color: #fff !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .form-group .form-control.btn.btn-primary {
        background: #81AD88 !important; }/*157efb*/
  .form-group .select-wrap {
    position: relative; }
    .form-group .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .form-group .icon {
    position: absolute;
    top: 51%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9d9d9; }
  
  .form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

#hero .btn-get-continued{
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #146EF5;
}

#hero .btn-get-continued:hover {
  background: #5C9BF8;/*ef7f4d;*/
}

#selectOptions .btn-get-continued{
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #146EF5;
}

#selectOptions .btn-get-continued:hover {
  background: #ef7f4d;
}

.btn {
    position: relative;
    font-weight: 500;
    font-size:14px;
    color: #fff;
    background: #333;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform:uppercase;
}
.btn:hover{
    color:#fff;
    background:#146EF5 !important;/*F7941D;*/
}

.btn-primary-v:hover{ 
    background:#434c4d !important;/*F7941D;*/
}

.btn-default:hover{
    background:#f0f0f0 !important;/*F7941D;*/
}

.modal-content {
  height: 87vh !important;
  /*width: 550px !important;
  left:-25px;*/
  overflow-y: auto;
}
.modal-title {
  font-weight: 600 !important;
}
.modal-body {
  overflow-y: auto;
}

.modal-backdrop {    
    background:#3c3f45 !important;
    opacity: 0.8 !important;    
}

body.modal-open{
    overflow: hidden !important;
}

.btn-default{
    background: #fff !important; 
    color: #000 !important;
    border: 1px solid #707070 !important;
}

.btn-primary-v{
    background: #333 !important; 
    color: #fff !important;
    border: 1px solid #333 !important;
}

.btn-primary-o{
    background: #EF7F4C !important; 
    color: #fff !important;
    border: 1px solid #EF7F4C !important;
}

.btn-primary-b{
    background: #146EF5 !important; 
    color: #fff !important;
    /*border: 1px solid #EF7F4C !important;*/
}

.btn-primary-b:hover{
    background: #007bff !important;
}

.background-blue{
    background:#654EF8;
    color:#fff !important;
}
.background-orange{
    background:#EF7F4C;
    color:#fff !important;
}
button.close{
    background: transparent !important;
    border:0 !important;
    font-size: 20px !important;
}
button.close hover{
    color: #5a6570 !important;
}

.muted{
    font-size:12px;
    color:#7D7D7D;
}

.texto-negro{
    font-size:12px;
    color:#000;
}

.texto-azul{
    font-size:12px;
    color:#0069d9;
}

.texto-naranja{
    font-size:12px;
    color:#146EF5;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 20px;
  color:#7D7D7D; /*content: '\f077';*/
  /*transform: translate(-50%, -50%) rotate(180deg);*/
}
.number-input button.plus:after {
  /*transform: translate(-50%, -50%) rotate(0deg) !important;*/  
}

.number-input button.minus{
    font-size: 30px;
    font-weight: 900;
    color:#7D7D7D;
}

.number-input button.plus{    
    font-size: 30px;
    font-weight: 900;
    color:#7D7D7D;
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 1px;
  font-size: 16px;
  height: 52px;
  text-align: center;
}

.border-botton-shadow{
    box-shadow:0 4px 2px 0px #f0f0f0;
}

.border-top-shadow{
    box-shadow:0 -4px 2px 0px #f0f0f0;
}

.fecnac-span {
 display: inline-block;
 font-size: 16px;
 padding: 10px;
 margin: 0px;
 border: 1px solid #ddd !important;
 border-radius: 3px;
}

.fecnac-input {
 border: 0 none transparent;
 background: none;
 max-width: 60px;
 font-size: 16px;
 letter-spacing: 2px
}
.fecnac-input:focus {
  outline: none;
}

/*
.fade-custom {
  opacity: 0;
  -webkit-transition: all .30s linear;
  -o-transition: all .30s linear;
  transition: all .30s linear;
  transform: scale(0);
}

.fade-custom.in {
  opacity: 1;
  transform: scale(1);
}*/

/*********************************************************Progressbars*/

.progressbar1_0{    position: absolute;left:0px;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar1_1{    position: absolute;left:9.09%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar1_2{    position: absolute;left:18.18%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar1_3{    position: absolute;left:27.27%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar2_0{    position: absolute;left:36.36%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar2_1{    position: absolute;left:45.45%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar3_0{    position: absolute;left:54.54%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar3_1{    position: absolute;left:63.63%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar4_0{    position: absolute;left:72.72%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar5_0{    position: absolute;left:81.81%;top:63px;height: 10px;width:9.09%;background:transparent;}
.progressbar5_1{    position: absolute;left:90.91%;top:63px;height: 10px;width:9.09%;background:transparent;}

.progressbar.active{
    background: #14d1ff;
    animation-name: underline; /* "calling" the animation */
    animation-duration: .3s; /* adjust to your needs */
    animation-timing-function: ease; /* also experiment with other values */
    animation-fill-mode: forwards;
  }
@keyframes underline { /* lets call it the "underline" */
  0%   {width:0} /* start width */
  100% {width:9.09%} /* end width */
}

/****************************************************************************/

.cabecera.principal .cat-principal li .mega-menu {
	width: 850px;
	display: inline-block;
	height: auto;
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 99999;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);  
	padding: 15px;
	border-left: 3px solid #F7941D;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
                  padding-left: 20px;
                  padding-bottom: 20px;
}
.cabecera.principal .cat-principal li:hover .mega-menu{
	opacity:1;
	visibility:visible;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu {
	width: 33%;
	display: inline-block;
	border: none;
	padding: 0;
	padding-right: 20px;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu a{
	padding:0;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .image{
	overflow:hidden;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu img{
	display:block;
	height:100%;
	width:100%;
	cursor:pointer;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .image:hover img{
	transform:scale(1.1);
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .title-link {
	margin-bottom: 20px;
	background: #F7941D;
	color: #fff;
	padding: 2px 13px;
	border-radius: 3px;
	display: inline-block;
	/*font-size: 14px;*/
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .title-link:hover{
	background:#333;
	color:#fff;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .inner-link{
	/*margin-top:25px;*/
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .inner-link a{
	margin-bottom:10px;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .inner-link a:hover{
	color:#F7941D;
	background:transparent;
}
.cabecera.principal .cat-principal li .mega-menu .single-menu .inner-link a:last-child{
	margin-bottom:0px;
}

.submenu{
    color:#146EF5;
    font-size: 15px;
    line-height: 40px;
}

.optItemHome{
    font-size:15px !important;
}

.video-background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.video-background {
  width: 100%;
}

.supertitle{
    letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact,'Poppins',"WF Visual Sans",Arial,sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.04;
}
.supersubtitle{
  /*letter-spacing: 2px;/*.01em;*/
  margin-top: 0;
  margin-bottom: 0;
  /*font-family: arial,"Grandview",sans-serif,"Times New Roman","Raleway","WF Visual Sans","Arial Black";*/
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.04;
}

.softtitle{
    letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact,'Poppins',"WF Visual Sans",Arial,sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.04;
}
.softsubtitle{
  /*letter-spacing: 2px;/*.01em;*/
  margin-top: 0;
  margin-bottom: 0;
  /*font-family: arial,"Grandview",sans-serif,"Times New Roman","Raleway","WF Visual Sans","Arial Black";*/
  font-size: 1.2rem;
  line-height: 1.04;
}

.txt-about{
    color:#434c4d !important;
    font-size:16px !important;
    line-height: 30px;
    font-family: "Poppins","Arial";
}
.sombra-fondo-blanco{
    text-shadow: 2px 2px 5px #000 !important;
}
.miHr{
    border: 3px solid #000 !important;
}

.cat-principalito ul{
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
}
.cat-principalito li a:hover {
  color: #828282 !important;/*74AAF9 !important;/*146EF5;*/
}
.cat-principalito ul li:hover>a {
  color: #828282 !important;/*74AAF9 !important;/*146EF5;*/
}
.cat-principalito li a{
    color: #000 !important;
    font-weight: 600;
}
.cat-principalito ul li a{
    font-size: 13px !important;
}

/*****************************************OVERLAY Y MENSJAES******************/

#overlay { /* afuera: la parte oscura */
    /*background: rgba(0, 0, 0, 0.5);*/
    background: rgba(0, 0, 0, 0.8);
   /*background: #fff;*//*FFF;/*CFCFCF #e0e0e0;/*919191;*/
   visibility:hidden;
   position: fixed !important;
   left: 0; top: 0;
   width: 100%;
   height: 100%;
   z-index:9031;
   /*background: rgba(127, 170, 39, 0.8);*/
   /*opacity: 0.8;*/ /* opacidad para Firefox */
   filter: alpha(opacity=80);  /* opacidad para Internet Explorer */
}
#mensaje
{
    background: #000;
    color:#fff;/*474747;*/
    position:fixed;   
    top:35%;    
    left:35%;
    width:25%;/*390px;*/    
    /*height:100px;*/
    visibility:hidden;
    z-index:9033;
}

#msjTxt
{
    color:#fff;/*474747;*/
    position:absolute;
    font-family:arial;
    padding:20px;
    text-align: center;    
    background:#000;
    border: 1px solid #9C9C9C;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.7);        
    width:100%;
    height:auto;    
    /*visibility:hidden;*/
}

#formulario
{
    position:fixed;   
    top:15%;    
    left:35%;
    width:30%;/*390px;*/    
    /*height:100px;*/
    font-size: 15px;
    padding: 30px;
    visibility:hidden;
    z-index:9032;
    background: white;
    color:#474747;
}

#imgClose
{
	position:absolute;
	top:-12px;
	right:-4% !important;
	cursor:pointer;
        z-index:9033;
}
#imgClose2
{
	position:absolute;
	top:-12px;
	right:-4%;
	cursor:pointer;
        z-index:10;
}
#imgOpaca
{
	opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
#imgOpaca:hover
{
	cursor:pointer;
	opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.forma{
    padding:40px;
    background: #f1f1f1;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.small-button {
  padding: 6px 8px; /* Adjust padding to control internal spacing */
  font-size: 11px;   /* Reduce font size for smaller text */
  width: auto;       /* Allow width to adjust based on content */
  height: auto;      /* Allow height to adjust based on content */
  /* Optional: further styling for appearance */
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f0f0f0;
  cursor: pointer;
}

@media (max-width: 450px) {
  .btn {
    padding: 10px 20px !important; 
    font-size:12px;
  }
  .back-to-top{
      display:none !important;
  }
  .modal-title{
      font-size:18px !important;
  }
  .modalSubTitle{
      font-size:13px !important;
  }
  .img-fluid{
      width:80% !important;/*300px*/
  }
  .btn-get-started-dfl, .btn-get-started-blue{
      padding: 9px 14px !important;
      font-size: 12px;
  }
  .otra_verificacion{
      padding: 12px 4px !important;
      font-size:10px;
  }
  #mensaje{
      left: 10% !important;
      width: 80% !important;
  }
  #header .logo{
      font-weight: 400;
      font-weight: bold;
  }
}

.img-circle{
  max-width: 400px;
  /*height: 400px;*/
  position: relative;
  overflow: hidden;
  border-radius: 50%;  
}
.img-gray{
    filter: grayscale(100%);
}
.img-blue-border{
    border:5px solid #ADADAD; /*00b3ff;/*146EF5;*/
    color: #ADADAD
}

.d-flex{
    justify-content: center !important;
}

header > .d-flex{
    justify-content: space-between !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf, .skiptranslate{
    display:none !important;
    height:0px !important;
}