body {
  font-family: Lato;
  font-style: normal;
  font-weight: 400
}
a {
  color: #ada34d
}
a:hover {
  color: #ada34d
}
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.page-home .site-header {
  position: relative
}
.site-nav {
  position: relative;
  z-index: 2
}
.site-nav .nav-link {
  font-weight: 400;
  font-size: 14px;
  color: #464646;
  text-transform: uppercase
}
.site-nav .nav-link.dropdown-toggle {
  width: 144px;
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-radius: 29px;
  color: #fff;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: 37px;
  padding-top: 0;
  padding-bottom: 3px
}
.site-nav .nav-link.dropdown-toggle:after {
  background: url(../images/icon-dropdown.svg) right center no-repeat;
  border: none;
  width: 12px;
  height: 6px;
  display: block
}
.site-nav .nav-link.dropdown-toggle.dropdown-toggle-dark {
  position: relative
}
.site-nav .nav-link.dropdown-toggle.dropdown-toggle-dark:after {
  background: url(../images/icon-dropdown-dark.svg) right center no-repeat;
  position: absolute;
  right: 20px
}
.site-nav .nav-link.dropdown-toggle.dropdown-toggle-dark .img-fluid {
  padding-right: 20px
}
.sub-nav-link {
  padding: 0;
  margin: 0;
  list-style: none
}
.sub-nav-link li {
  position: relative;
  padding-left: 20px
}
.sub-nav-link li::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 3px);
  width: 5px;
  height: 5px;
  background-color: #cfc251;
  border-radius: 50%
}
.sub-nav-link.alt li::before {
  background-color: #db023b
}
.dropdown.mobile .dropdown-menu.dropdown-menu-right.show {
  padding: 0;
  border: none;
  box-shadow: none
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  box-shadow: 0 6px 7px rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px 24px
}
.dropdown-item {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #464646;
  padding: 5px 0
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #d6c851;
  background-color: transparent
}
.navbar-light .navbar-nav .dropdown-toggle.nav-link:focus,
.navbar-light .navbar-nav .dropdown-toggle.nav-link:hover {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 .1rem rgba(214,201,81,.15)
}
#loginModal .modal-content {
  background-color: #2c2933;
  border: none;
  color: #fff
}
.modal-title span.text-label {
  font-weight: 400;
  font-size: 24px;
  line-height: 58px;
  color: #fff;
  display: block
}
.modal-title span.title {
  font-weight: 800;
  font-size: 42px;
  line-height: 46px;
  color: #fff
}
#loginModal .form-control::placeholder {
  opacity: .2;
  font-size: 16px;
  color: #fff
}
#loginModal .form-control:focus {
  box-shadow: 0 0 0 .1rem rgba(255,255,255,.15)
}
#loginModal .form-control {
  border: 1px solid #969696;
  background: 0 0;
  color: #fff
}
#loginModal .modal-header {
  border-bottom: 0
}
#loginModal .modal-footer {
  border-top: 0
}
.btn-primary.btn-lg {
  height: 55px
}
.carousel-overlay {
  background: linear-gradient(0deg,rgba(0,0,0,.7) 38.17%,rgba(0,0,0,0) 129.1%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.o-fit {
  object-fit: cover;
  height: 389px;
  width: 100%
}
.carousel-inner {
  overflow-y: visible;
  padding-bottom: 64px
}
.carousel-caption {
  display: grid;
  justify-content: center;
  bottom: -64px;
  padding: 0
}
.caption-title {
  max-width: 756px
}
.caption-title p {
  font-weight: 800;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px
}
.caption-lead {
  width: 756px;
  height: 144px;
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.caption-lead p {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin-bottom: 0
}
.block-dark {
  background: linear-gradient(0deg,#2c2933,#2c2933);
  color: #fff
}
.block-dark-01 {
  margin-top: -65px
}
.block-dark-01 .background {
  background: url(../images/bg-block-dark-01.png) no-repeat;
  padding-top: 118px;
  padding-bottom: 118px;
  background-position: bottom center;
  background-size: contain
}
.block-dark .section-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  color: #fff
}
.card-grouptitle {
  position: relative
}
.card-grouptitle:after,
.card-grouptitle:before {
  content: "";
  height: 50%;
  display: block;
  width: 1px;
  background: #fff
}
.card-grouptitle:before {
  position: absolute;
  left: 0;
  bottom: 0
}
.card-grouptitle:after {
  position: absolute;
  right: 0;
  bottom: 0
}
.card-grouptitle .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 58px;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  flex: 1;
  align-items: center
}
.card-grouptitle .title:after,
.card-grouptitle .title:before {
  content: "";
  height: 1px;
  display: block;
  width: 100px;
  flex: 1;
  background: #fff
}
.card-grouptitle .title span {
  padding: 0 15px
}
.custom-cards-group .card {
  background: #fff;
  box-shadow: 0 6px 7px rgba(0,0,0,.08);
  border-radius: 10px;
  border: none
}
.custom-cards-group .card-header {
  font-weight: 700;
  font-size: 31px;
  line-height: 34px;
  color: #fff;
  text-shadow: 0 2px 7px rgba(0,0,0,.4)
}
.custom-cards-group .card-body {
  padding-bottom: 0
}
.card-list {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: #464646;
  padding: 0;
  margin: 0;
  list-style: none
}
.card-list > li {
  padding-left: 9px;
  padding-bottom: 8px;
  position: relative
}
.card-list > li.bullet-color:before {
  background-color: #ada34d;
  width: 6px;
  height: 6px;
  left: -1px;
  top: 7px
}
.card-list > li > ul > li.bullet-color {
  color: #ada34d;
  font-weight: 800
}
.card-list > li.bullet-color {
  color: #ada34d;
  font-weight: 800
}
.card-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #464646;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px
}
.card-list > li.text-white:before {
  background-color: #fff
}
.card-list > li > ul {
  padding: 0;
  margin: 5px 0 0 0
}
.card-list > li > ul > li {
  padding-left: 19px;
  padding-bottom: 4px
}
.card-list > li > ul > li {
  font-weight: 400;
  list-style: none
}
.h-line-x3 .card-list > li {
  padding-bottom: 20px
}
.card-header:first-child {
  border-radius: 10px 10px 0 0
}
.header-light {
  background: linear-gradient(180deg,#ccc 0,#adadad 96.15%)
}
.header-gold {
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%)
}
.btn-dark {
  background: linear-gradient(180deg,#191e31 0,#0e0f18 100%);
  border-radius: 29px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  height: 45px;
  color: #fff;
  border-color: #191e31
}
.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-color: #aaa14d
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-color: #aaa14d;
  box-shadow: 0 0 0 .1rem #d5c750
}
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-color: #aaa14d;
  border-radius: 29px;
  font-weight: 500;
  font-size: 15px;
  height: 45px
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: linear-gradient(180deg,#d6c851 0,#dfd156 100%);
  border-color: #d6c851
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: linear-gradient(180deg,#d6c851 0,#dfd156 100%);
  border-color: #d6c851;
  box-shadow: 0 0 0 .1rem rgba(214,201,81,.15)
}
.btn-light {
  color: #727273;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 29px;
  font-weight: 500;
  height: 45px;
  font-size: 15px
}
.btn-lg {
  height: 55px;
  font-size: 20px
}
.modal-footer hr {
  border-top: 1px solid #969696;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px
}
.close {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  opacity: 1
}
.close:hover {
  color: #fff
}
.w-185 {
  min-width: 185px
}
.text-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #2c2933
}
.text-silver:hover {
  color: #6f6e6e
}
.btn-outline-secondary {
  border-radius: 29px;
  font-weight: 500;
  font-size: 15px;
  height: 45px;
  color: #000;
  border-color: #191e31
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background: #bdbdbd;
  border-color: #bdbdbd;
  opacity: 1
}
.text-link.disabled,
.text-link:disabled {
  opacity: .2
}
.card-footer {
  background-color: transparent;
  border-top: none
}
.block-light {
  background: #f8f8f8
}
.block-light-01 .background {
  background: url(../images/bg-block-light-01.png) no-repeat;
  padding-top: 60px;
  padding-bottom: 118px;
  background-position: bottom center;
  background-size: contain
}
.block-light .section-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  color: #272727
}
.block-light .card-deck {
  color: #1b1b1b
}
.block-light .card-deck .card-title {
  font-weight: 700;
  font-size: 22px
}
.block-light .card-deck .card-text {
  font-weight: 400;
  font-size: 14px
}
.block-light .card-news .card-img,
.block-light .card-news .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 183px;
  object-fit: cover
}
.block-light .card-news a.card {
  color: #212529
}
.block-light .card-news a.card:hover {
  color: #d6c851;
  text-decoration: none;
  box-shadow: 0 6px 17px rgba(0,0,0,.2)
}
.block-light .card-news a.card:hover .card-text {
  color: #7c8288
}
.block-light .card-news .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 7px rgba(0,0,0,.08)
}
.block-light .card-news a.card,
.block-light .card-news a.card .card-text {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.btn-outline-secondary.large {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2c2933;
  height: 70px;
  background: #fafafa;
  box-shadow: 0 7px 15px rgba(0,0,0,.06);
  border-radius: 50px;
  padding: 0;
  min-width: 380px;
  border: 3px solid #ccc
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fffffe;
  background-color: #adadad;
  border-color: #adadad
}
.block-dark-02 .background {
  /*background: url(../images/bg-block-dark-02.png) no-repeat;*/
  background: #1d1c21 url(../images/bg-block-dark-02.png) no-repeat;;
  padding-top: 64px;
  padding-bottom: 64px;
  background-position: center right;
  background-size: auto 100%
}
.block-light-02 .background {
  background: url(../images/bg-block-light-02.png) no-repeat;
  padding-top: 60px;
  padding-bottom: 118px;
  background-position: bottom right;
  background-size: contain
}
.block-light .lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #2c2933
}
.card-box .card {
  background: #fafafa;
  border: 3px solid #ededed;
  box-sizing: border-box;
  border-radius: 9px;
  text-align: center
}
.card-box .card-icon {
  max-width: 80px;
  max-height: 80px;
  margin: 35px auto 0
}
.card-box .card-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  color: #7a7a7a
}
.card-box .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #7a7a7a
}
.card-box .card-body {
  padding: 30px 10px
}
.block-dark .lead {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff
}
.block-dark-03 .background {
  /*background: url(../images/bg-block-dark-03.png) no-repeat;*/
  background: #3c3943;
  padding-top: 64px;
  padding-bottom: 64px;
  background-position: bottom center;
  background-size: cover;
}
.btn-outline-dark {
  width: 162px;
  height: 45px;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 29px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 7px
}
.btn-outline-dark > i,
.btn-outline-dark > span {
  display: inline-flex;
  align-items: center
}
.btn-outline-dark > i {
  padding-left: 5px
}
.btn-outline-dark > i img {
  display: block
}
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fffffe;
  background-color: #aaa14d;
  border-color: #fffffe
}
.header-plan-avanzado {
  background: #2c2933 url(../images/bg-header-dark-02.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 50px;
  min-height: 273px
}
.header-plan-basico {
  background: #2c2933 url(../images/bg-header-dark-01.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 50px;
  min-height: 273px
}
.internal-header {
  margin-top: 96px
}
.internal-header .lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0
}
.internal-header .title {
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  color: #fff
}
.internal-header .btn-light {
  height: 46px;
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 183px;
  font-weight: 500;
  font-size: 14px
}
.features .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #333
}
.icon-container {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px
}
.plan-basico .icon-container {
  background: linear-gradient(180deg,#c7c7c7 0,#b0b0b0 100%)
}
.plan-avanzado .icon-container {
  background: linear-gradient(180deg,#b5aa4e 0,#d1c451 100%)
}
.item-title {
  font-weight: 700;
  font-size: 20px;
  color: #333
}
.dot-list {
  list-style-type: disc;
  padding: 0 10px 0 30px
}
.features p {
  margin-bottom: 1.5rem
}
.features .card-left {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding-top: 30px
}
.features .card-right {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  background: #f8f8f8;
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
  padding-left: 30px;
  padding-top: 30px
}
.btn-plan-basico {
  width: 381px;
  height: 70px;
  background: linear-gradient(180deg,#ccc 0,#918f8f 96.15%);
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  border: 3px solid #ccc;
  border-radius: 50px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  text-align: center
}
.btn-plan-basico:focus,
.btn-plan-basico:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-top: 2px;
  margin-bottom: -2px
}
.btn-plan-avanzado {
  width: 381px;
  height: 70px;
  background: #fefff2;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  border: 3px solid #ada34d;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2933;
  text-decoration: none;
  margin-left: 10px;
  text-align: center
}
.btn-plan-avanzado:focus,
.btn-plan-avanzado:hover {
  text-decoration: none;
  color: #ada34d;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-top: 2px;
  margin-bottom: -2px
}
.btn-plan-avanzado-suscribirse {
  width: 381px;
  height: 70px;
  background: linear-gradient(180deg,#afa54d 0,#d5c752 100%);
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  border: 0 solid #d6c851;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  text-align: center
}
.btn-plan-avanzado-suscribirse:focus,
.btn-plan-avanzado-suscribirse:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(80deg,#afa54d 0,#d5c752 100%);
  margin-top: 2px;
  margin-bottom: -2px
}
.about .title {
  font-weight: 700;
  font-size: 42px;
  color: #2c2933
}
.about .subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #b4a529
}
.history-timeline .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  color: #2c2933
}
.history-timeline .media-date {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #b4a529;
  border-right: 2px solid #b4a529;
  padding-right: 10px;
  margin-right: 10px
}
.history-timeline .media-body {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding-left: 55px
}
.history-timeline .media-body p {
  margin-bottom: 0
}
.elegForm label {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #373737
}
.elegForm .form-control {
  border: 1px solid rgba(182,182,182,.4);
  font-size: 14px
}
.elegForm .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: rgba(182,182,182,.6)
}
.elegForm .form-control:focus {
  box-shadow: 0 0 0 .1rem rgba(214,201,81,.15)
}
.elegForm .subtitle {
  font-weight: 700;
  font-size: 36px;
  color: #373737
}
.site-nav .nav-link.dropdown-toggle.logged-in::after {
  background: url(../images/icon-dropdown-dark.svg) right center no-repeat;
  margin-left: 10px
}
.site-nav .nav-link.dropdown-toggle.logged-in {
  background: #fff;
  color: #464646;
  width: auto;
  max-width: 177px;
  border: 1px solid #ced4da;
  padding-left: 15px;
  padding-right: 15px
}
.text-trunk {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 115px
}
.navbar-light .navbar-nav .dropdown-toggle.nav-link.logged-in:focus,
.navbar-light .navbar-nav .dropdown-toggle.nav-link.logged-in:hover {
  color: #464646;
  background: #fff;
  box-shadow: 0 0 0 .1rem rgba(214,201,81,.15)
}
.matrices .title {
  font-weight: 700;
  font-size: 42px
}
.custom-select {
  font-size: 14px;
  color: #373737
}
.btn-buscar {
  width: 183px;
  height: 46px;
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%);
  border-radius: 29px;
  box-shadow: 0 4px 8px rgba(0,0,0,.3);
  border: none;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center
}
.btn-buscar:focus,
.btn-buscar:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  margin-top: 2px;
  margin-bottom: -2px
}
.resultSet .card {
  background: #fcfcfc;
  border: 1px solid rgba(182,182,182,.4)
}
.resultSet .card-header {
  background-color: transparent;
  border-bottom: none;
  grid-template-columns: 160px auto 125px auto;
  display: grid;
  justify-content: space-between
}
.card-header-text {
  align-items: center;
  display: grid
}
.col-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #838383
}
.col-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737
}
.card-header-btns .btn-outline-secondary {
  border-radius: 6px;
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  border-color: #b6b6b6;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px
}
.modal-alert p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000
}
.modal-alert .text-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #898989;
  text-decoration: none
}
.modal-alert .text-link:hover {
  color: #aaa14d
}
.modal-alert .close {
  color: #000
}
.resultSet .modal-content .card-header {
  grid-template-columns: 160px auto 125px
}
.meta-info {
  line-height: 20px;
  color: #9e9e9e;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: flex
}
.meta-info li {
  margin-right: 15px;
  border-right: 1px solid #e7e7e7;
  padding-right: 15px
}
.page-clientes .block-light-01 .background {
  background: 0 0
}
.pagination .page-item {
  margin: 6px
}
.pagination .page-link {
  border-radius: 6px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  border: 1px solid #dee2e6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.pagination .page-item.active .page-link {
  border-color: rgba(80,76,39,.2);
  background: linear-gradient(180deg,#ada34d 0,#d6c851 100%)
}
.site-footer {
  background-color: #fff;
  min-height: 338px
}
.page-solicitar-presupuesto .site-footer,
.page-solicitar-presupuesto-ok .site-footer {
  background-color: #f8f9fa
}
.footer-brand {
  padding-bottom: 36px
}
.footer-brand img {
  width: 140px;
  height: auto
}
.footer-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  color: #ada34d;
  margin-bottom: 20px
}
.site-footer .list-contact-media {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #2c2933;
  list-style: none;
  padding: 0;
  margin: 0
}
.site-footer .list-footer-menu {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #2c2933;
  list-style: none;
  padding: 0;
  margin: 0
}
.site-footer .list-footer-menu > li {
  margin-bottom: 8px
}
.site-footer .list-footer-menu a {
  color: #2c2933;
  text-decoration: none
}
.site-footer .list-footer-menu a:hover {
  color: #ada34d
}
.site-footer .list-footer-menu.list-bullet {
  list-style: disc;
  margin-left: 15px;
}
.media-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sidebar-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #272727
}
.sidebar-search .btn-outline-secondary {
  height: 38px;
  background: linear-gradient(180deg,#ccc 0,#918f8f 96.15%);
  border: none
}
.sidebar-search .btn-outline-secondary:focus,
.sidebar-search .btn-outline-secondary:hover {
  box-shadow: 0 0 0 .1rem rgba(164,164,164,.15)
}
.sidebar-search .form-control:focus {
  box-shadow: 0 0 0 .1rem rgba(164,164,164,.15)
}
.custom-select:focus {
  border-color: #c4c4c4;
  box-shadow: 0 0 0 .1rem rgba(164,164,164,.15)
}
.tagcloud a {
  background-color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  color: #a5a4a3;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}
.tagcloud a:hover {
  text-decoration: none;
  background-color: #a5a4a3;
  border-color: #a5a4a3;
  color: #fff
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s ease-out;
  background-color: rgba(4,4,4,.3);
  display: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}
.back-to-top:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  left: calc(50% - 10px);
  top: calc(48% - 10px)
}
.back-to-top:hover {
  opacity: .7
}
.block-light .card-news .card-img,
.block-light .card-news .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 183px;
  object-fit: cover
}
.block-light .card-news a.card .card-body {
  height: 250px;
  position: relative;
  overflow: hidden
}
.block-light .card-news a.card .card-body::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
  height: 60%;
  width: 100%;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px
}
.block-light .card-news a.card .card-body h3,
.block-light .card-news a.card .card-body h4,
.block-light .card-news a.card .card-body h5:not(.card-title),
.block-light .card-news a.card .card-body p {
  font-size: 1rem;
  font-weight: 300
}
.block-light article img {
  max-width: 100%
}
.card-list.alt > li:before {
  display: none
}
.card-list.alt > li {
  padding-left: 0
}
.card-list > li > ul.sub-bullets {
  font-size: 11px
}
.card-list > li > ul.sub-bullets li {
  padding-bottom: 0
}
.badge-highlight {
  padding: 5px 6px 6px 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 11px;
  background-image: linear-gradient(90deg,#ada34d 0,#d6c851 100%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}
.btn-group.price-period .btn {
  padding: 2px
}
.btn-price-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.btn-price-title {
  font-size: 15px;
  line-height: 16px
}
.btn-price-period {
  font-size: 12px;
  line-height: 14px
}
.badge-grey {
  color: #696969;
  background: #d9d9d9;
  font-size: 11px;
  padding: 3px 13px
}
.btn-plan-avanzado-suscribirse .btn-price-period {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px
}
.btn-plan-avanzado-suscribirse .btn-price-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px
}
.internal-header h4 {
  font-size: 20px
}
.internal-header .badge-grey {
  background: #000
}
.btn-group.price-period .btn-light {
  min-width: auto
}
#nuestros-productos .btn.btn-dark.disabled {
  opacity: .2
}
.component-sidebar-search form {
  display: grid;
  grid-template-columns: auto 50px;
  align-items: center
}
.component-sidebar-search form .form-control {
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 0;
  height: 38px;
  width: 100%
}
.component-sidebar-search form .btn.btn-primary {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 38px;
  border-radius: 0 29px 29px 0;
  background-image: url(../images/icon-search.svg);
  background-color: #aca24d;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 0
}
.component-sidebar-search form .btn.btn-primary:hover,
.component-sidebar-search form .btn.btn-primary:not(:disabled):not(.disabled):active,
.component-sidebar-search form .btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #d6c851;
  border-color: #d6c851;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center
}
.form-control:focus {
  border-color: #c4c4c4;
  box-shadow: 0 0 0 .1rem rgba(164,164,164,.15)
}
.btn-danger {
  background-color: #d42215!important;
  border-color: #d42215!important
}
.btn-group.price-period::before {
  position: absolute;
  content: "";
  height: 110%;
  width: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -5%;
  top: -5%;
  z-index: 1
}
.btn-group.price-period::after {
  position: absolute;
  content: "PROXIMAMENTE";
  background: #aea44d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  left: calc(50% - 72px);
  top: calc(50% - 12px);
  transform: rotate(-19deg);
  padding: 2px 15px;
  z-index: 2
}
.btn-group.price-period .btn {
  opacity: .2
}
#mainDropdownEstru {
  width: 144px;
  height: 40px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px #d42215
}
.item-period-amount-container {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #d9d9d9;
  border-radius: 0 0 24px 24px;
  max-width: 325px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px
}
.item-period-amount {
  font-family: Lato;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%
}
.item-period {
  font-weight: 700;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #2c2933
}
.item-amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2c2933
}
.mtn-16px {
  margin-top: -16px
}
.light-theme {
  color: #fff
}
.light-theme .item-period-amount-container {
  background: rgba(0,0,0,.5);
  padding: 5px 5px 15px 5px
}
.light-theme .btn-plan-avanzado-suscribirse {
  background: #fff
}
.light-theme .btn-plan-avanzado-suscribirse:hover {
  background: #e2e6ea
}
.light-theme .btn-plan-avanzado-suscribirse .btn-price-period {
  color: #2c2933;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px
}
.light-theme .btn-plan-avanzado-suscribirse .btn-price-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #2c2933
}
.light-theme .item-period {
  color: #fff;
  font-size: 11px;
  line-height: 24px
}
.light-theme .item-amount {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff
}
.light-theme .item-title {
  color: #fff
}
.internal-header .light-theme .badge-grey {
  color: #fff
}
.w-198 {
  width: 198px
}
.card .btn-plan-avanzado-suscribirse {
  padding: 0;
  margin-right: 2px;
  height: 60px
}
.card .btn-plan-avanzado-suscribirse .btn-price-period {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px
}
.card .btn-plan-avanzado-suscribirse .btn-price-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px
}
.card .item-period-amount-container {
  border-width: 1px;
  border-radius: 32px 32px 24px 24px;
  margin: -63px -2px 0 -2px;
  padding: 60px 10px 20px 10px
}
.card .item-period {
  font-weight: 700;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #2c2933;
  padding-top: 12px
}
.card .item-amount {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #767182
}
.mtn-14px {
  margin-top: -14px
}
.upper-badge {
  color: #2c2933;
  background: #fff;
  font-size: 11px;
  padding: 1px 13px;
  border-radius: 10rem;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  position: relative;
  z-index: 2
}
.btn.btn-contacto-circle {
  height: 42px;
  width: 42px;
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: #b4a529;
  border: 1px solid #b4a529;
  border-radius: 50%
}
.btn-estrucplan {
  width: 144px;
  height: 40px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 0 1px #d42215;
  border-radius: 29px;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  line-height: 37px
}
.page-quienes-somos .internal-header {
  position: relative
}
.page-quienes-somos .internal-header::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0,0,0,.7) 38.17%,rgba(0,0,0,0) 129.1%)
}
.page-quienes-somos .internal-header .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 3vw, 60px)
}
.page-quienes-somos .brdr-1 {
  border-left: 2px dotted #ada34d;
  padding: 50px;
  position: relative;
  border-bottom: 2px dotted #ada34d;
  border-radius: 0 0 0 50px;
  font-size: 18px;
  margin-right: 45px;
  margin-top: 50px;
  font-weight: 300
}
.page-quienes-somos .brdr-1::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -6px
}
.page-quienes-somos .brdr-1 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  margin: -86px 0 24px -73px;
  display: table
}
.page-quienes-somos .brdr-2 {
  border-right: 2px dotted #ada34d;
  padding: 50px 50px 50px 20px;
  position: relative;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  border-top: 2px dotted #ada34d;
  margin-top: -2px;
  margin-left: 45px;
  display: flex;
  text-align: right;
  column-gap: 50px;
  font-weight: 300
}
.page-quienes-somos .brdr-2::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: 56px
}
.page-quienes-somos .brdr-2 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  margin: 4px 0 4px 0;
  display: table;
  order: 1
}
.page-quienes-somos .brdr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left1 right1" "left2 right2" "left3 right3"
}
.page-quienes-somos .brdr-col1 {
  grid-area: left2;
  margin-left: 45px;
  border-right: 2px dotted #ada34d;
  padding: 0 50px;
  margin-right: -2px;
  position: relative;
  text-align: right;
  font-weight: 300
}
.page-quienes-somos .brdr-col1::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  top: 0
}
.page-quienes-somos .brdr-col1 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  margin: -4px 0 4px auto;
  display: table
}
.page-quienes-somos .brdr-col2 {
  grid-area: right1;
  border-top: 2px dotted #ada34d;
  margin-right: 45px;
  border-left: 2px dotted #ada34d;
  border-radius: 50px 0 0 0;
  padding: 50px 50px 20px 50px;
  position: relative;
  font-weight: 300
}
.page-quienes-somos .brdr-col2::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 57px
}
.page-quienes-somos .brdr-col2 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  margin: 4px 0 4px 0;
  display: table
}
.page-quienes-somos .brdr-2 .small {
  font-weight: 300
}
.page-quienes-somos .brdr-col3 {
  grid-area: right3;
  border-left: 2px dotted #ada34d;
  padding: 0 50px 50px;
  position: relative;
  font-weight: 300
}
.page-quienes-somos .brdr-col3::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 7px
}
.page-quienes-somos .brdr-col3 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  margin: 4px 0 4px 0;
  display: table
}
.page-quienes-somos .brdr-4 {
  border: 2px dotted #ada34d;
  padding: 0 50px 30px;
  position: relative;
  border-radius: 50px;
  color: #333;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin: 31px auto 0 auto;
  background: #fff;
  font-weight: 300
}
.page-quienes-somos .brdr-4::before {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border: 3px solid #ada34d;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 6px);
  top: -37px
}
.page-quienes-somos .brdr-4 label.year {
  color: #ada34d;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  padding: 5px 15px;
  margin: -22px auto 22px;
  display: table
}
.page-quienes-somos .brdr-5 {
  border-radius: 21px;
  background: #f5f5f5;
  padding: 70px 40px 40px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: -30px
}
.page-plan-basico .col-buscador-basico {
  display: none
}
.page-plan-basico .col-buscador-avanzado {
  margin-left: auto;
  margin-right: auto
}
.page-matrices .col-matriz-premium {
  display: none
}
.page-matriz-profesional .col-matriz-profesional {
  display: none
}
.page-matriz-profesional .col-matriz-premium {
  margin-left: auto;
  margin-right: auto
}
.page-matrices .col-matriz-profesional {
  margin-left: auto;
  margin-right: auto
}
.page-plan-avanzado .col-buscador-avanzado {
  display: none
}
.page-plan-avanzado .col-buscador-basico {
  margin-left: auto;
  margin-right: auto
}
.plan-avanzado .icon-container.gray {
  background: linear-gradient(180deg,#c7c7c7 0,#b0b0b0 100%);
  position: relative;
  z-index: 1
}
.card-masinfo-avanzado {
  position: relative;
  border: 1px dashed #d5c752;
  border-radius: 43px;
  margin-top: 47px;
  padding: 30px
}
.labeltitle {
  background: #fff;
  padding: 0 10px;
  display: table;
  margin-top: -48px;
  margin-bottom: 23px
}
.labeltitle .title {
  color: #877900;
  margin: 0
}
.card-masinfo-avanzado p {
  color: #877900;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}
.card-masinfo-avanzado > p {
  padding-left: 10px;
  padding-right: 10px
}
.grid-items-masinfo {
  display: grid;
  grid-template-columns: repeat(3,120px);
  justify-content: space-between;
  text-align: center;
  row-gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px
}
.grid-items-masinfo .item-masinfo {
  display: grid;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  max-width: 120px
}
.grid-items-masinfo .item-masinfo > div {
  height: 54px;
  display: grid;
  align-items: center;
  justify-content: center
}
.grid-items-masinfo .item-masinfo p {
  margin: 0
}
.card-masinfo-avanzado .linethrough {
  text-align: center;
  padding: 20px 0;
  margin: 0!important;
  display: flex;
  align-items: center
}
.card-masinfo-avanzado .linethrough::before {
  border-bottom: 1px dashed #d5c752;
  content: "";
  flex: 1
}
.card-masinfo-avanzado .linethrough::after {
  border-bottom: 1px dashed #d5c752;
  content: "";
  flex: 1
}
.card-masinfo-avanzado .linethrough span {
  padding: 0 5px
}
.list-unstyled.dashed-vertical {
  position: relative
}
.list-unstyled.dashed-vertical:before {
  content: "";
  border-left: 1px dashed #c5c5c5;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  left: 28px
}
.list-unstyled.dashed-vertical .item-title {
  font-size: 18px
}
.list-unstyled.dashed-vertical .dot-list {
  font-size: 16px
}
.card-masinfo-avanzado .deco-plus svg {
  max-width: 100%
}
.card-masinfo-basico {
  position: relative
}
.card-masinfo-basico:after {
  border-bottom: 1px dashed #d7d7d7;
  border-radius: 0 0 0 43px;
  content: "";
  height: 60px;
  width: 100%;
  position: absolute;
  left: 41px;
  border-left: 1px dashed #d7d7d7;
  bottom: 0
}
.card-masinfo-basico-beneficios {
  position: relative;
  border-radius: 43px;
  margin-top: 47px;
  padding: 32px
}
.card-masinfo-basico-beneficios .labeltitle {
  background: #fff;
  padding: 0 10px;
  display: table;
  margin-top: -48px;
  margin-bottom: 23px
}
.card-masinfo-basico-beneficios .labeltitle .title {
  margin: 0;
  color: #333
}
.grid-items-masinfo-basico {
  display: grid;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  grid-template-columns: auto
}
.grid-items-masinfo-basico .item-masinfo {
  display: grid;
  justify-content: start;
  align-items: center;
  row-gap: 10px;
  grid-template-columns: 150px auto;
  height: 150px
}
.grid-items-masinfo-basico .item-masinfo > div {
  height: 150px;
  display: grid;
  align-items: center;
  justify-content: center
}
.grid-items-masinfo-basico .item-masinfo:nth-child(even) > div {
  background: url(../images/deco-middle-moon-left.png) left center no-repeat
}
.grid-items-masinfo-basico .item-masinfo:nth-child(odd) > div {
  background: url(../images/deco-middle-moon-right.png) right center no-repeat
}
.grid-items-masinfo-basico .item-masinfo:nth-child(2n) {
  margin-top: -2px;
  margin-bottom: -2px
}
.grid-items-masinfo-basico .item-masinfo p {
  position: relative;
  margin: 0;
  text-align: left;
  padding-left: 30px
}
.card-masinfo-basico-beneficios p {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}
.page-plan-basico .card-masinfo-basico::after,
.page-plan-basico .list-unstyled.dashed-vertical::before {
  display: none
}
.auditorias .card {
  border-color: #d5c752;
  background: #f0f0f0;
  border-radius: 8px
}
.auditorias .card .card-img-top {
  position: absolute;
  left: 10px;
  top: -47px;
  width: 100px;
  height: 100px
}
.auditorias .card .card-body {
  padding-top: 60px;
  min-height: 250px
}
.auditorias .card .card-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700
}
.auditorias .card .btn-dark {
  height: 33px;
  font-size: 12px
}
.auditorias .card .text-link {
  height: 33px;
  font-size: 12px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px
}