 #en-linea {
  background-color: #ff8110 !important;
  font-family: 'Poppins';
  border: none;
}

.btn-secondary {
  background-color: #ff8110 !important;
  font-family: 'Poppins';
  color: var(--bs-body-bg);
  border: none;
}

.nav-item a {
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  font-weight: lighter;
  color: #11986d;
  font-size: 14px;
  padding: 5px;
}

.nav-item .btn-primary {
  color: #11986d !important;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  background-color: inherit;
  border: none;
  padding-right: 1px;
  font-weight: lighter;
  /*text-decoration: none;*/
}

#en-linea:hover {
  background-color: var(--bs-primary)!important;
}

.btn-secondary:hover {
  background-color: var(--bs-primary)!important;
  color: var(--bs-body-bg);
}

.nav-item a:hover {
  color: #ff8110;
  text-decoration: underline;
}

.alinear-horizontal {
  /*padding: 2px;*/
  /*margin-right: px;*/
}

.nav-link active {
  color: #de5d08 !important;
}

.dropdown a {
  margin-right: 8px;
  padding: 3px;
  text-decoration: none;
}

.carousel-inner {
}

#carousel-1 {
}

.store {
  width: 170px;
  margin: 2px;
  border-radius: 15px;
  border: 0.4px solid rgb(0,0,0);
}

.slide {
  color: rgb(255,255,255);
}

p {
  font-family: Poppins, sans-serif;
}

body {
  --bs-secondary: #ff8110;
  --bs-secondary-rgb: 255,129,16;
  --bs-success: #18767d;
  --bs-success-rgb: 24,118,125;
  --bs-primary: #11a165;
  --bs-primary-rgb: 17,152,109;
  --bs-body-color: var(--bs-primary);
}

.btn-ahorros {
  background: var(--bs-secondary);
}

.btn-ahorros:hover {
  background: var(--bs-primary);
}

.carousel-text-success {
  /*background-color: var(--bs-success);*/
}

.carousel-text-primary {
  /*background-color: var(--bs-primary);*/
  max-width: 375px;
}

.carousel {
  object-fit: cover;
  height: 600px;
}

/* Para pantallas de menos de 768px */

@media (max-width: 767px) {
  .slide-primary {
    background-color: var(--bs-primary);
  }
}

@media (max-width: 767px) {
  .slide-success {
    background-color: var(--bs-success);
  }
}

.btn {
}

#ahorros {
}

.servicios-slider {
  border-radius: 100px;
  border: none;
  background-color: rgba(0,0,0,0.08);
}

.servicios-slider:hover {
  border-radius: 100px;
  border: none;
  background-color: rgba(255,129,16,0.67);
  /*background-image: url("icon/ahorro.png");*/
}

.product-image {
}

.producto {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins';
  color: var(--bs-primary) !important;
  text-align: center;
  text-decoration: none;
  /*margin-left: 10px;*/
  /*height: 150px;*/
}

.col-slider {
  text-align: center;
}

.carousel-control-servicios {
  background-color: #9b9b9b;
}

@media (min-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    width: 4%;
  }
}

.dropdown-menu {
  /*background-color: #de5d08;*/
  /*color: #ffffff;*/
}

.dropdown-item:hover {
  /*color: #ffffff;*/
  background-color: rgba(17,152,109,0.46);
}

.oficina {
  text-align: center;
  background: var(--bs-secondary);
  border-color: var(--bs-success);
}

.oficina:hover {
  text-align: center;
  background: var(--bs-success);
  border-color: var(--bs-secondary);
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-secondary);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary) var(--bs-secondary) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-secondary);
  --bs-nav-tabs-link-active-bg: rgba(255,129,16,0.14);
  --bs-nav-tabs-link-active-border-color: var(--bs-secondary) var(--bs-secondary) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs-item:focus, .nav-tabs-item:hover {
  color: var(--bs-secondary);
  background: rgba(255,129,16,0.14);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.plus {
  display: inline-block;
  font-size: 30px;
  font-family: Poppins, sans-serif;
}

.counter {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.bs-icon-success {
  background: var(--bs-success);
  color: var(--bs-body-bg);
}

.bs-icon-secondary {
  background: var(--bs-secondary);
  color: var(--bs-body-bg);
}

.text-medium {
  font-size: 30px;
}

.icon-box {
  min-height: 261.6px;

}

.card-aportaciones {
  min-height: 435.25px;
}

.card-contacto {
  min-height: 457.6px;
}

.services .icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  /*text-transform: capitalize;*/
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ff8110;
  top: 0;
  border-radius: 0px;
  color: #ffffff;
}

.services .icon {
  margin-bottom: 10px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #ff8110;
  transition: all 0.3s ease-in-out;
}

.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;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .title a, .services .icon-box:hover .title {
  color: #fff;
}

.services {
  padding-bottom: 30px;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.tag-service {
  background-color: #ff8110;
  width: auto;
  margin-left: 0px;
  border-radius: 30px;
  padding: 5px;
  margin-top: 20px;
  color: #ffffff;
  /*font-size: 28px;*/
  text-transform: uppercase;
}

#conocenos {
  color: var(--bs-tertiary-bg);
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

.fas.fa-user {
}

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

.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted var(--bs-secondary);
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem;
  }
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted var(--bs-secondary);
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem;
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
  /*color: var(--bs-success);*/
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: var(--bs-primary);
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

#card_content {
  margin-top: -25px;
}

@media (min-width: 1200px) {
  #card_content {
    margin-top: 0px;
    margin-left: -25px;
  }
}

@media (min-width: 1200px) {
  #content_container {
    margin: 30px;
  }
}

div {
}

#outer {
  max-width: 1400px;
}

#img-container {
  max-width: 75vw;
  z-index: 1;
}

#card_content {
  background-color: #447e5b;
  color: white;
  width: 70vw;
}

#img_id {
  max-height: 45vw;
}

.fit-cover {
  object-fit: cover;
}


.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-white);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar-nav {
}

#myFooter {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-secondary);
  padding-top: 30px;
  text-transform: capitalize;
}

#myFooter .footer-copyright {
  background-color: var(--bs-primary);
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .row {
  /*margin-bottom: 10px;*/
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ffffff;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: var(--bs-secondary);
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: var(--bs-success);
  text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: var(--bs-secondary);
  text-decoration: underline;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: var(--bs-primary);
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ef1a1a;
}

#myFooter .twitter:hover {
  color: #00aced;
}

#myFooter .linkedin:hover {
  color: #007BB6;
}

#myFooter .btn {
  color: white;
  background-color: var(--bs-success);
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

#myFooter .btn:hover {
  color: white;
  background-color: var(--bs-primary-text-emphasis);
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 1rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}
